@font-face {
    font-family: 'Authentic';
    src: url('../fonts/Authentic-Signature.woff2') format('woff2'),url('../fonts/Authentic-Signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic-Regular';
    src: url('../fonts/Authentic-Regular.woff2') format('woff2'),
        url('../fonts/Authentic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript.woff2') format('woff2'), url('../fonts/SegoeScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.back-to-top-wrapper,a,button,p,input,select,textarea,li,.transition-3 {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.tp-product-details-views > span svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.st-hero-btn-icon,.ds-price-item-list ul li span,.tp-product-details-action-sm-btn svg,.tp-product-details-wishlist-btn svg,.tp-team-details-info-contact a svg,.postbox__comment-reply a span {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: local(Helvetica),url(../fonts/Helvetica.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Oblique'),url(../fonts/Helvetica-Oblique.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Compressed'),url(../fonts/helvetica-compressed-5871d14b6903a.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Rounded Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Rounded Bold'),url(../fonts/helvetica-rounded-bold-5871d05ead8de.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Bold'),url(../fonts/Helvetica-Bold.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Bold Oblique'),url(../fonts/Helvetica-BoldOblique.woff) format("woff")
}

@font-face {
    font-family: 'Helvetica Light';
    font-style: normal;
    font-weight: 400;
    src: local('Helvetica Light'),url(helvetica-light-587ebe5a59211.woff) format("woff")
}

@font-face {
    font-family: "Sequel Sans Roman Head";
    src: url(../fonts/SequelSans-RomanHead.woff2) format("woff2"),url(../fonts/SequelSans-RomanHead.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica CE 35';
    src: url(../fonts/HelveticaNeueCE-Thin.woff2) format("woff2"),url(../fonts/HelveticaNeueCE-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

:root {
    --body-font-size: 100px;
    --padding-secondary: min(5%,calc(var(--body-font-size) * 2.8),5vw);
    --tp-gradient-primary: linear-gradient(90deg,#a020f0 0%,#00ffd1 100%);
    --content-width: -moz-calc(min(-moz-calc(var(--body-font-size) * 16px),100vw) - 150px);
    --content-width: calc(min(calc(var(--body-font-size) * 16px),100vw) - 150px);
    --content-padding: -moz-calc((100vw - var(--content-width)) / 2);
    --content-padding: calc((100vw - var(--content-width)) / 2);
    --padding-secondary: min(5%,-moz-calc(var(--body-font-size) * 2.8px),5vw);
    --padding-secondary: min(5%,calc(var(--body-font-size) * 2.8px),5vw);
    --full-margin: -moz-calc((100vw - var(--content-width)) / -2);
    --full-margin: calc((100vw - var(--content-width)) / -2)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-body)
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading)
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    font-family: var(--tp-ff-p);
    color: var(--tp-grey-1)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

a:focus,.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,a:hover {
    color: inherit;
    text-decoration: none
}

a,button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=url],textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 26px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
    background-color: var(--tp-common-white)
}

input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--tp-common-black)
}

input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder {
    color: var(--tp-common-black)
}

input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder {
    color: var(--tp-common-black)
}

input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: var(--tp-common-black)
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,textarea::placeholder {
    color: var(--tp-common-black)
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,input[type=url]:focus,textarea:focus {
    border-color: var(--tp-common-black)
}

input[type=text]:focus::placeholder,input[type=email]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=url]:focus::placeholder,textarea:focus::placeholder {
    opacity: 0
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none
}

::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.z-index-1 {
    position: relative;
    z-index: 1
}

.z-index-2 {
    position: relative;
    z-index: 2
}

.z-index-3 {
    position: relative;
    z-index: 3
}

.z-index-4 {
    position: relative;
    z-index: 4
}

.z-index-5 {
    position: relative;
    z-index: 5
}

.z-index-6 {
    position: relative;
    z-index: 6
}

.z-index-7 {
    position: relative;
    z-index: 7
}

.z-index-8 {
    position: relative;
    z-index: 8
}

.z-index-9 {
    position: relative;
    z-index: 9
}

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

.gx-5 {
    --bs-gutter-x: 5px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gx-30 {
    --bs-gutter-x: 30px
}

.gx-40 {
    --bs-gutter-x: 40px
}

.gx-45 {
    --bs-gutter-x: 45px
}

.gx-50 {
    --bs-gutter-x: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-50 {
        --bs-gutter-x:30px
    }
}

.gx-60 {
    --bs-gutter-x: 60px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-60 {
        --bs-gutter-x:30px
    }
}

.gx-70 {
    --bs-gutter-x: 70px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-70 {
        --bs-gutter-x:30px
    }
}

.gx-80 {
    --bs-gutter-x: 80px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-80 {
        --bs-gutter-x:30px
    }
}

.gx-90 {
    --bs-gutter-x: 90px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-90 {
        --bs-gutter-x:30px
    }
}

.gx-100 {
    --bs-gutter-x: 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .gx-100 {
        --bs-gutter-x:30px
    }
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.bg-position {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.slide-transtion .swiper-slide {
    width: auto
}

.common-underline {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.common-underline:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

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

.text-red {
    color: var(--tp-theme-primary)
}

@media (min-width: 1400px) {
    .container-1800 {
        max-width:1800px
    }

    .container-1886 {
        max-width: 1886px
    }
}

.tp-ff-body {
    font-family: var(--tp-ff-body)
}

.tp-ff-inter {
    font-family: var(--tp-ff-inter)
}

.tp-ff-heading {
    font-family: var(--tp-ff-heading)
}

.tp-ff-p {
    font-family: var(--tp-ff-p)
}

.tp-ff-jost {
    font-family: var(--tp-ff-jost)
}

.tp-ff-sequel-medium {
    font-family: var(--tp-ff-sequel-medium)
}

.tp-ff-sequel-roman {
    font-family: var(--tp-ff-sequel-roman)
}

.tp-ff-sequel-bold-head {
    font-family: var(--tp-ff-sequel-bold-head)
}

.tp-ff-sequel-semi-bold {
    font-family: var(--tp-ff-sequel-semi-bold)
}

.tp-ff-sequel-heavy-disp {
    font-family: var(--tp-ff-sequel-heavy-disp)
}

.tp-ff-fontawesome {
    font-family: var(--tp-ff-fontawesome)
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pt-170 {
        padding-top:115px
    }

    .pt-165 {
        padding-top: 110px
    }

    .pt-160 {
        padding-top: 100px
    }

    .pt-155 {
        padding-top: 100px
    }

    .pt-150 {
        padding-top: 100px
    }

    .pt-145 {
        padding-top: 100px
    }

    .pt-140 {
        padding-top: 100px
    }

    .pt-135 {
        padding-top: 95px
    }

    .pt-130 {
        padding-top: 90px
    }

    .pt-125 {
        padding-top: 85px
    }

    .pt-120 {
        padding-top: 80px
    }

    .pt-115 {
        padding-top: 75px
    }

    .pt-110 {
        padding-top: 70px
    }

    .pt-105 {
        padding-top: 65px
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-170 {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pt-180 {
        padding-top:100px
    }

    .pt-190 {
        padding-top: 110px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pb-165 {
        padding-bottom:100px
    }

    .pb-160 {
        padding-bottom: 100px
    }

    .pb-155 {
        padding-bottom: 100px
    }

    .pb-150 {
        padding-bottom: 100px
    }

    .pb-145 {
        padding-bottom: 100px
    }

    .pb-140 {
        padding-bottom: 100px
    }

    .pb-135 {
        padding-bottom: 95px
    }

    .pb-130 {
        padding-bottom: 90px
    }

    .pb-125 {
        padding-bottom: 85px
    }

    .pb-120 {
        padding-bottom: 80px
    }

    .pb-115 {
        padding-bottom: 75px
    }

    .pb-110 {
        padding-bottom: 70px
    }

    .pb-105 {
        padding-bottom: 65px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pb-95 {
        padding-bottom: 55px
    }

    .pb-90 {
        padding-bottom: 50px
    }
}

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 574.98px) {
    .back-to-top-wrapper {
        right:20px;
        bottom: 20px
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-common-white);
    box-shadow: 0 8px 16px #03041c4d;
    color: var(--tp-common-black);
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin: 0 auto
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.tp-btn {
    gap: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 17px 25px;
    text-transform: capitalize;
    color: var(--tp-common-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-common-black);
    border-radius: 50px
}

.tp-btn:hover {
    color: var(--tp-common-white)
}

.tp-btn:hover span span.text-1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
}

.tp-btn:hover span span.text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tp-btn:hover i svg:first-child {
    transform: translate(16px,-16px)
}

.tp-btn:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px,-13px)
}

.tp-btn span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block
}

.tp-btn span span.text-1 {
    position: relative;
    display: block;
    transition: .3s
}

.tp-btn span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: .3s
}

.tp-btn i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-left: 4px
}

.tp-btn i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.tp-btn i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0,0);
    opacity: 0
}

.tp-btn-grey {
    background: var(--tp-grey-2);
    color: var(--tp-common-black)
}

.tp-btn-grey:hover {
    color: var(--tp-common-black)
}

.tp-btn-grey-2 {
    background: var(--tp-grey-4);
    color: var(--tp-common-black)
}

.tp-btn-grey-2:hover {
    color: var(--tp-common-black)
}

.tp-btn-border {
    background: transparent;
    border: 1px solid var(--tp-border-1);
    color: var(--tp-common-black)
}

.tp-btn-border:hover {
    color: var(--tp-common-black)
}

.tp-btn-border-black {
    background: transparent;
    border: 2px solid var(--tp-common-white);
    color: var(--tp-common-white);
    font-weight: 600;
    padding: 8px 18px;
    gap: 3px
}

.tp-btn-border-black:hover {
    color: var(--tp-common-black)
}

.tp-btn-border-white {
    border: 1px solid #ffffff1a;
    background: transparent
}

.tp-btn-white {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.tp-btn-white:hover {
    color: var(--tp-common-black)
}

.tp-btn-white-border {
    background: transparent;
    border: 1px solid #ffffff1a;
    color: var(--tp-common-white)
}

.tp-btn-white-border:hover {
    color: var(--tp-common-white)
}

.tp-btn-switch-animation {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tp-btn-switch-animation span {
    overflow: visible
}

.tp-btn-switch-animation .btn-text {
    margin-left: -18px;
    position: relative;
    z-index: 3;
    transition: transform .6s 125ms cubic-bezier(0.1,0.75,0.25,1)
}

.tp-btn-switch-animation .btn-icon {
    margin-left: 10px;
    position: relative;
    transition: opacity .4s 0.25s,transform .6s .25s;
    transition-timing-function: cubic-bezier(0.1,0.75,0.25,1);
    line-height: 0;
    z-index: 3
}

.tp-btn-switch-animation .btn-icon + .btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tp-btn-switch-animation:hover .btn-text {
    transition-delay: .1s;
    transform: translateX(23px)
}

.tp-btn-switch-animation:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0
}

.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms
}

.tp-btn-xl {
    padding: 18px 32px
}

.tp-btn-xxl {
    padding: 22px 32px
}

.tp-btn-red {
    background-color: var(--tp-theme-primary)
}

.tp-btn-group {
    display: flex;
    width: fit-content
}

.tp-btn-group > :nth-child(1) {
    transform: scale3d(0.5,0.5,1);
    margin-inline-end:-52px}

.tp-btn-group > :nth-child(2) {
    transform: scale3d(1,1,1)
}

.tp-btn-group > :nth-child(3) {
    transform: scale3d(1,1,1);
    margin-inline-start:0}

.tp-btn-group:hover > :nth-child(1) {
    transform: scale3d(1,1,1);
    margin-inline-end:0;background: var(--tp-common-black)
}

.tp-btn-group:hover > :nth-child(2) {
    transform: scale3d(1,1,1);
    background: var(--tp-common-black)
}

.tp-btn-group:hover > :nth-child(3) {
    transform: scale3d(0.5,0.5,1);
    margin-inline-start:-52px;background: var(--tp-common-black)
}

.tp-btn-group .tp-btn-circle {
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-btn-group .tp-btn-circle i {
    transform: rotate(-45deg)
}

.tp-btn-group-transparent .tp-btn {
    background: var(--tp-common-white);
    border: 1px solid #2626261a;
    color: var(--tp-common-black)
}

.tp-btn-group-transparent .tp-btn-circle {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border: 1px solid #2626261a
}

.tp-btn-group-transparent:hover > :nth-child(2) {
    background: var(--tp-common-white)
}

.tp-btn-group-transparent:hover > :nth-child(1) {
    background: var(--tp-common-white)
}

.tp-btn-group-transparent-2 .tp-btn {
    background: #fff5f3;
    border: 1px solid #2626261a;
    color: var(--tp-common-black)
}

.tp-btn-group-transparent-2 .tp-btn-circle {
    background-color: #fff5f3;
    color: var(--tp-common-black);
    border: 1px solid #2626261a
}

.tp-btn-group-transparent-2:hover > :nth-child(2) {
    background: #fff5f3
}

.tp-btn-group-transparent-2:hover > :nth-child(1) {
    background: #fff5f3
}

.pp-btn-nobg {
    background: transparent;
    padding: 0
}

.pp-btn-nobg i {
    margin-left: 0
}

.pp-btn-download {
    padding: 16px 31px
}

.pp-btn-download svg {
    margin-left: 5px
}

.shop-btn {
    background: var(--tp-common-bubbles);
    color: var(--tp-common-black);
    padding: 17px 33px
}

.shop-btn:hover {
    color: var(--tp-common-black)
}

.tp-action-btn {
    width: 100%;
    text-align: center;
    padding: 22px 25px
}

@keyframes bar_anim {
    0%,100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0)
    }

    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%)
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0)
    }
}

@keyframes levitate-lg {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    50% {
        -webkit-transform: translateY(30px) scale(1.01);
        transform: translateY(30px) scale(1.01)
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

    100% {
        transform: rotate(360deg)
    }
}

.rotate-infinite {
    -webkit-animation: rotate-infinite 15s linear infinite;
    animation: rotate-infinite 15s linear infinite
}

@-webkit-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.rotate-infinite-2 {
    -webkit-animation: rotate-infinite-2 15s linear infinite;
    animation: rotate-infinite-2 15s linear infinite
}

@-webkit-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    100% {
        transform: translate(0)
    }
}

@-moz-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    100% {
        transform: translate(0)
    }
}

@-ms-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    100% {
        transform: translate(0)
    }
}

@keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    100% {
        transform: translate(0)
    }
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 #fff3 0 0 0 0 #fff3
    }

    40% {
        box-shadow: 0 0 0 50px #ff6d4a00 0 0 0 0 #fff3
    }

    80% {
        box-shadow: 0 0 0 50px #ff6d4a00 0 0 0 30px #ff6d4a00
    }

    100% {
        box-shadow: 0 0 0 0 #ff6d4a00 0 0 0 30px #ff6d4a00
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg)
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--tp-theme-primary)
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--tp-common-white);
    animation: preloader 1.3s linear infinite;
    -webkit-animation: preloader 1.3s linear infinite
}

.preloader span:last-child {
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}

@keyframes preloader {
    0% {
        transform: scale(0,0);
        opacity: .5
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0
    }
}

.tp-breadcrumb-list ul li {
    font-family: var(--tp-ff-sequel-semi-bold);
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    list-style: none;
    display: inline-block;
    position: relative
}

.tp-breadcrumb-list ul li:not(:last-child) {
    padding-right: 18px;
    margin-right: 10px
}

.tp-breadcrumb-list ul li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--tp-common-black);
    border-radius: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.tp-breadcrumb-list ul li a:hover {
    color: var(--tp-theme-primary)
}

.tp-breadcrumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.tp-breadcrumb-title {
    font-size: 92px;
    line-height: 98%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-breadcrumb-title {
        font-size:70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-title {
        font-size:58px
    }
}

@media (max-width: 574.98px) {
    .tp-breadcrumb-title {
        font-size:50px
    }
}

.tp-breadcrumb-title span {
    color: var(--tp-theme-primary)
}

.tp-breadcrumb-title.fs-152 {
    font-size: 152px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-breadcrumb-title.fs-152 {
        font-size:70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-title.fs-152 {
        font-size:58px
    }
}

@media (max-width: 574.98px) {
    .tp-breadcrumb-title.fs-152 {
        font-size:50px
    }
}

.tp-breadcrumb-subtitle {
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--tp-common-black);
    position: relative;
    padding-left: 16px;
    display: inline-block
}

.tp-breadcrumb-subtitle::before {
    position: absolute;
    content: "";
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background: var(--tp-common-black);
    left: 0;
    top: 9px
}

.tp-breadcrumb-subtitle svg {
    margin-left: 5px
}

.tp-breadcrumb-dec {
    font-size: 18px;
    line-height: 156%;
    letter-spacing: .02em;
    color: #535058
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-dec br {
        display:none
    }
}

.tp-breadcrumb-dec.ml-240 {
    margin-left: 240px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-dec.ml-240 {
        margin-left:0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-dec-wrap {
        margin-left:0;
        flex-direction: column
    }
}

.tp-breadcrumb-date {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-date {
        margin-right:30px
    }
}

.tp-breadcrumb-border {
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-breadcrumb-shape {
    position: absolute;
    top: 0;
    right: 260px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-breadcrumb-shape {
        right:0
    }
}

.tp-section-title {
    font-size: 82px;
    line-height: 107%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size:65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size:50px;
    }
}

@media (max-width: 574.98px) {
    .tp-section-title {
        font-size:40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-section-title br {
        display:none
    }
}

.tp-section-title.fs-72 {
    font-size: 72px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title.fs-72 {
        font-size:65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title.fs-72 {
        font-size:50px;
        letter-spacing: -2.1px
    }
}

@media (max-width: 574.98px) {
    .tp-section-title.fs-72 {
        font-size:40px;
        letter-spacing: -.1px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-section-title.fs-72 br {
        display:none
    }
}

.tp-section-title.fs-92 {
    font-size: 92px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title.fs-92 {
        font-size:65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title.fs-92 {
        font-size:50px;
        letter-spacing: -2.1px
    }
}

@media (max-width: 574.98px) {
    .tp-section-title.fs-92 {
        font-size:40px;
        letter-spacing: -.1px
    }
}

.tp-section-title.fs-132 {
    font-size: 132px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title.fs-132 {
        font-size:110px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title.fs-132 {
        font-size:90px
    }
}

@media (max-width: 574.98px) {
    .tp-section-title.fs-132 {
        font-size:52px
    }
}

.tp-section-subtitle {
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

.tp-section-subtitle.fs-20 {
    font-size: 20px
}

.ca-section-title {
    font-family: var(--tp-ff-sequel-semi-bold);
    font-size: 60px;
    line-height: 117%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .ca-section-title {
        font-size:50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ca-section-title {
        font-size:40px
    }
}

@media (max-width: 574.98px) {
    .ca-section-title {
        font-size:35px
    }
}

.ca-section-title.fs-52 {
    font-size: 52px;
    line-height: 119%
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .ca-section-title.fs-52 {
        font-size:46px
    }
}

@media (max-width: 574.98px) {
    .ca-section-title.fs-52 {
        font-size:35px
    }
}

.ca-section-title.fs-100 {
    font-size: 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ca-section-title.fs-100 {
        font-size:85px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .ca-section-title.fs-100 {
        font-size:73px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ca-section-title.fs-100 {
        font-size:70px
    }
}

@media (max-width: 574.98px) {
    .ca-section-title.fs-100 {
        font-size:50px
    }
}

.reveal-text .char {
    color: var(--tp-grey-3);
    transition: color .6s ease
}

.reveal-text .char.revealed {
    color: var(--tp-common-black)
}

.cs-section-title {
    font-size: 132px;
    line-height: 108%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-section-title {
        font-size:100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-section-title {
        font-size:80px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-section-title {
        font-size:60px;
        line-height: 1
    }
}

@media (max-width: 574.98px) {
    .cs-section-title {
        font-size:42px
    }
}

.cs-section-title.fs-72 {
    font-size: 72px;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .cs-section-title.fs-72 {
        font-size:65px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .cs-section-title.fs-72 {
        font-size:60px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-section-title.fs-72 {
        font-size:50px
    }
}

.nice-select.px-select {
    position: relative;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 23px;
    border-radius: 72px;
    background-color: transparent;
    border: 1px solid #ffffff1a
}

.nice-select.px-select span.current {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.17px;
    color: #ffffffb3
}

.nice-select.px-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 20px;
    margin-top: 0;
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    transform-origin: center;
    transform: translateY(-50%);
    color: #ffffffb3;
    font-family: var(--tp-ff-fontawesome)
}

.nice-select.px-select.open {
    border-color: var(--tp-common-px-white)
}

.nice-select.px-select.open::after {
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.px-select .list {
    width: 100%;
    background: #121212
}

.nice-select.px-select .list li {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff80
}

.nice-select.px-select .list li.selected {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.17px;
    color: #ffffffb3
}

.tp-search-form-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--tp-common-white);
    z-index: 100;
    padding-top: 70px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 9999
}

.tp-search-form-toggle.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.tp-search-form-toggle.active .tp-search-form-input {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .3s
}

.tp-search-form-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--tp-common-black)
}

.tp-search-form-icon:hover {
    color: var(--tp-theme-primary)
}

.tp-search-form-input {
    position: relative;
    height: 52px;
    transform: translateY(-40px);
    transition: all .3s ease-in-out;
    transition-delay: .5s;
    opacity: 0
}

.tp-search-form-input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--tp-common-black);
    border-bottom: 1px solid var(--tp-border-1);
    padding: 0;
    padding-right: 30px
}

.tp-search-form-input input::-webkit-input-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input::-moz-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input:-moz-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input:-ms-input-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input::placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input ~ .tp-search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: all .5s
}

.tp-search-form-input input:focus {
    border-color: transparent
}

.tp-search-form-input input:focus ~ .tp-search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .8s
}

.tp-search-close {
    color: var(--tp-common-black);
    font-size: 40px;
    transition: all .3s ease
}

.tp-search-close:hover {
    color: var(--tp-grey-1);
    transform: rotate(180deg)
}

.tp-search-body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #18181880;
    z-index: 99;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.tp-search-body-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tp-search-dark {
    background-color: var(--tp-common-black)
}

.tp-search-dark .tp-search-form-input input {
    color: var(--tp-common-white);
    border-bottom: 1px solid var(--tp-border-3)
}

.tp-search-dark .tp-search-form-input input ~ .tp-search-focus-border {
    background-color: var(--tp-common-white)
}

.tp-search-dark .tp-search-close {
    color: var(--tp-common-white)
}

.tp-search-dark .tp-search-close:hover {
    color: var(--tp-grey-2)
}

.tp-search-dark .tp-search-form-icon {
    color: var(--tp-common-white)
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper .app {
    transform: translateY(-10px);
    display: inline-block
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0;
    color: var(--tp-theme-primary)
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.clip span {
    display: inline-block
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--tp-theme-primary)
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible {
    opacity: 1
}

body.tp-magic-cursor #magic-cursor {
    display: block
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0
}

#ball {
    position: fixed;
    display: flex;
    align-items: center;
    pointer-events: none;
    border-radius: 50%;
    color: transparent;
    justify-content: center;
    mix-blend-mode: difference;
    background-color: var(--tp-common-black)
}

.cursor-bg-red #ball {
    background-color: #FF535B!important
}

.cursor-bg-red #ball .ball-view {
    color: var(--tp-common-white)
}

.cursor-bg-red-2 #ball {
    background-color: #FF481F!important
}

.cursor-bg-red-2 #ball .ball-view {
    color: var(--tp-common-white)
}

.cursor-bg-yellow #ball {
    background-color: #FFF669!important
}

.cursor-bg-yellow #ball .ball-view {
    color: var(--tp-common-black)
}

.cursor-white-bg #ball .ball-view {
    color: var(--tp-common-black)
}

#ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
    color: var(--tp-common-black)
}

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: all .3s;
    color: var(--tp-common-black)
}

#ball .ball-drag::before,#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    height: 10px;
    line-height: 10px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--tp-common-white);
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased
}

#ball .ball-drag::before {
    content: "\f104";
    left: 0;
    transform: translate3d(-30px,0,0);
    transition: all .25s
}

#ball .ball-drag::after {
    content: "\f105";
    right: 0;
    transform: translate3d(30px,0,0);
    transition: all .25s
}

#ball.with-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#ball.ball-close-enabled {
    opacity: 1!important
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--tp-common-black)
}

.tp-magnetic-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.cartmini__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    z-index: 99999;
    scrollbar-width: none;
    transition: .3s
}

.cartmini__area::-webkit-scrollbar {
    display: none
}

.cartmini__area.cartmini-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cartmini__wrapper {
    position: relative;
    min-height: 100%;
    padding-left: 25px;
    padding-right: 25px
}

.cartmini__top-title {
    padding: 20px 0;
    border-bottom: 1px solid #E0E2E3
}

.cartmini__top-title h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize
}

.cartmini__close {
    position: absolute;
    top: 17px;
    right: 0
}

.cartmini__close-btn {
    background: transparent;
    color: var(--tp-common-black);
    font-size: 22px
}

.cartmini__close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cartmini__shipping {
    padding: 15px 0;
    border-bottom: 1px solid #E0E2E3
}

.cartmini__shipping .progress {
    height: 10px;
    border-radius: 0
}

.cartmini__shipping .progress-bar {
    background-color: #ffaf1b
}

.cartmini__shipping p {
    margin-bottom: 5px;
    font-size: 15px
}

.cartmini__shipping p span {
    color: red;
    font-weight: 600
}

.cartmini__widget {
    height: calc(100vh - 380px);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none
}

.cartmini__widget::-webkit-scrollbar {
    display: none
}

.cartmini__widget-item {
    position: relative;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #81818133
}

.cartmini__widget-item:last-child {
    border-bottom: 0
}

.cartmini__thumb {
    border: 1px solid #E0E2E3;
    margin-right: 15px
}

.cartmini__thumb img {
    width: 70px;
    height: auto
}

.cartmini__title {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500
}

.cartmini__title a {
    display: inline;
    transition: all .3s linear;
    background-repeat: no-repeat;
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-image: linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)
}

.cartmini__title a:hover {
    background-size: 0 1px,100% 1px
}

.cartmini__content {
    padding-right: 15px
}

.cartmini__content .tp-product-quantity {
    width: 75px;
    padding: 0
}

.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #E0E2E3;
    background-color: var(--tp-common-white);
    padding: 0
}

.cartmini__content .tp-product-quantity .tp-cart-plus,.cartmini__content .tp-product-quantity .tp-cart-minus {
    width: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    left: 3px
}

.cartmini__content .tp-product-quantity .tp-cart-plus svg,.cartmini__content .tp-product-quantity .tp-cart-minus svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 10px
}

.cartmini__content .tp-product-quantity .tp-cart-plus::after,.cartmini__content .tp-product-quantity .tp-cart-minus::after {
    display: none
}

.cartmini__content .tp-product-quantity .tp-cart-plus {
    left: auto;
    right: 3px
}

.cartmini__del {
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--tp-common-black);
    font-size: 14px
}

.cartmini__del:hover {
    color: var(--tp-theme-primary)
}

.cartmini__checkout {
    padding-top: 15px;
    padding-bottom: 85px;
    width: 100%;
    border-top: 2px solid #E0E2E3
}

.cartmini__checkout-title h4 {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize
}

.cartmini__checkout-title span {
    float: right;
    font-size: 15px;
    color: var(--tp-common-black);
    font-weight: 500
}

.cartmini__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.cartmini__quantity {
    font-size: 12px;
    font-weight: 500
}

.cartmini__empty {
    margin-top: 150px
}

.cartmini__empty img {
    margin-bottom: 30px
}

.cartmini__empty p {
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 15px
}

.tp-cart-header-product {
    padding-left: 30px!important
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-cart-list {
        overflow-x:scroll
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-cart-list {
        overflow-x:scroll;
        margin-right: 0
    }
}

.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-cart-list table {
        width:840px
    }
}

.tp-cart-list thead {
    background-color: #b7c38f1a
}

.tp-cart-list thead th {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 0!important;
    padding-top: 9px!important;
    padding-bottom: 9px!important;
    background: transparent
}

.tp-cart-list tr td {
    border-color: #E0E2E3
}

.tp-cart-list tr td .tp-cart-action-btn {
    font-weight: 400;
    font-size: 14px;
    color: #818487
}

.tp-cart-list tr td .tp-cart-action-btn svg {
    transform: translateY(-1px)
}

.tp-cart-list tr td .tp-cart-action-btn:hover {
    color: #FF1826
}

.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
    border-radius: 0
}

.tp-cart-list tbody tr:first-child td {
    padding-top: 30px!important
}

.tp-cart-img {
    width: 78px;
    margin-right: 20px
}

.tp-cart-img img {
    width: 78px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px
}

.tp-cart-title a {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black)
}

.tp-cart-title a:hover {
    color: var(--tp-theme-primary)
}

.tp-cart-price {
    width: 126px
}

.tp-cart-price span {
    font-size: 16px;
    color: var(--tp-common-black)
}

.tp-cart-quantity {
    width: 180px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-cart-coupon {
        margin-bottom:20px
    }
}

.tp-cart-coupon-input-box label {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 7px
}

.tp-cart-coupon-input input {
    background: #b7c38f1a;
    margin-right: 4px;
    max-width: 282px;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 0;
    color: var(--tp-common-black);
    border: 1px solid transparent;
    text-transform: capitalize;
    border-radius: 50px
}

.tp-cart-coupon-input input::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-cart-coupon-input input::-moz-placeholder {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-cart-coupon-input input:-moz-placeholder {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-cart-coupon-input input:-ms-input-placeholder {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-cart-coupon-input input::placeholder {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-cart-coupon-input input:focus {
    border-color: var(--tp-common-black);
    background-color: transparent
}

.tp-cart-coupon-input button {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px
}

.tp-cart-coupon-input button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.tp-cart-update-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 29px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-border-1);
    border-radius: 50px
}

.tp-cart-update-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.tp-cart-checkout-wrapper {
    margin-left: -24px;
    padding: 36px 24px 28px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px #010f1c1a;
    border-radius: 12px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-cart-checkout-wrapper {
        margin-top:50px;
        margin-left: 0
    }
}

.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-cart-checkout-top span {
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 500
}

.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tp-border-1);
    margin-bottom: 15px
}

.tp-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px
}

.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px
}

.tp-cart-checkout-shipping-option input {
    display: none
}

.tp-cart-checkout-shipping-option input:checked + label::after {
    border-color: var(--tp-common-black)
}

.tp-cart-checkout-shipping-option input:checked + label::before {
    opacity: 1;
    visibility: visible
}

.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 14px;
    color: #161C2D;
    position: relative;
    padding-left: 25px
}

.tp-cart-checkout-shipping-option label:hover {
    cursor: pointer
}

.tp-cart-checkout-shipping-option label span {
    color: var(--tp-common-black)
}

.tp-cart-checkout-shipping-option label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all .4s ease
}

.tp-cart-checkout-shipping-option label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease
}

.tp-cart-checkout-total {
    margin-bottom: 25px
}

.tp-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px
}

.tp-cart-checkout-btn:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: var(--tp-common-black);
    padding-left: 25px;
    font-weight: 400;
    background-color: var(--tp-common-white);
    border-radius: 5px;
    border: solid 1px var(--tp-border-1);
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding-right: 60px;
    font-family: var(--tp-ff-inter)
}

.nice-select:hover {
    border-color: ar(--tp-theme-primary)
}

.nice-select:active,.nice-select.open,.nice-select:focus {
    border-color: var(--tp-theme-primary)
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 25px;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-grey-1);
    font-weight: 500;
    pointer-events: none;
    font-size: 18px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #4444441c;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 12px
}

.nice-select .option:hover {
    background-color: #f8f8fb;
    color: var(--tp-common-black)
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.nice-select .option.selected {
    font-weight: 400;
    color: var(--tp-theme-primary)
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.tp-checkout-verify-item {
    margin-bottom: 40px
}

.tp-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px
}

.tp-checkout-verify-reveal {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 26px;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    color: var(--tp-common-black)
}

.tp-checkout-verify-reveal button {
    position: relative;
    color: var(--tp-common-black)
}

.tp-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black)
}

.tp-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 1px solid transparent
}

.tp-checkout-btn.btn-plr {
    padding: 0 150px;
    border-radius: 0
}

@media (max-width: 574.98px) {
    .tp-checkout-btn.btn-plr {
        padding:0 100px
    }
}

.tp-checkout-btn.border-style {
    font-weight: 500;
    font-size: 15px;
    color: var(--tp-common-black);
    border-radius: 0;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid var(--tp-border-1)
}

.tp-checkout-btn.border-style span {
    margin-left: 7px;
    transform: translateY(-1px);
    display: inline-block
}

.tp-checkout-btn.border-style:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black)
}

.tp-checkout-btn:hover {
    border-color: var(--tp-common-black);
    color: var(--tp-common-black);
    background-color: transparent
}

.tp-checkout-input {
    margin-bottom: 20px
}

.tp-checkout-input label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--tp-common-black)
}

.tp-checkout-input label span {
    color: red
}

.tp-checkout-input input,.tp-checkout-input textarea {
    width: 100%;
    padding: 0 26px;
    line-height: 52px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background: #b7c38f1a
}

.tp-checkout-input input::placeholder,.tp-checkout-input textarea::placeholder {
    font-size: 14px;
    line-height: 52px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-checkout-input input:focus,.tp-checkout-input textarea:focus {
    background: transparent;
    border-color: var(--tp-common-black)
}

.tp-checkout-input textarea {
    height: 200px;
    resize: none
}

.tp-checkout-input .tp-select {
    height: 52px;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    padding: 0 25px;
    width: 100%;
    border-radius: 4px;
    background: #b7c38f1a;
    font-size: 14px
}

.tp-checkout-input .tp-select .current {
    font-size: 14px;
    line-height: 52px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-checkout-option {
    margin-bottom: 4px
}

.tp-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px
}

.tp-checkout-option input {
    display: none
}

.tp-checkout-option input:checked ~ label::after {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.tp-checkout-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1
}

.tp-checkout-option label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1
}

.tp-checkout-option label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: all .4s ease
}

.tp-checkout-option label::before {
    position: absolute;
    content: url("../img/login/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: all .4s ease
}

.tp-checkout-option label a:hover {
    color: var(--tp-common-black)
}

.tp-checkout-option label:hover {
    cursor: pointer
}

.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px #010f1c1a;
    border-radius: 12px
}

@media (max-width: 574.98px) {
    .tp-checkout-bill-area {
        padding:45px 25px 24px
    }
}

.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px
}

.tp-checkout-place {
    padding: 44px 50px 50px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px #010f1c1a;
    border-radius: 12px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding:35px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-checkout-place {
        margin-top:50px
    }
}

@media (max-width: 574.98px) {
    .tp-checkout-place {
        padding:45px 25px 24px
    }
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    margin-bottom: 30px
}

.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E2E3
}

.tp-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px
}

.tp-checkout-payment-item.paypal-payment label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.tp-checkout-payment-item input {
    display: none
}

.tp-checkout-payment-item input:checked ~ label::after {
    border-color: #4d3d30
}

.tp-checkout-payment-item input:checked ~ label::before {
    opacity: 1;
    visibility: visible
}

.tp-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.tp-checkout-payment-item label:hover {
    cursor: pointer
}

.tp-checkout-payment-item label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all .4s ease
}

.tp-checkout-payment-item label::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease
}

.tp-checkout-payment-item label img {
    margin-left: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.tp-checkout-payment-item label a {
    margin-left: 20px;
    position: relative
}

.tp-checkout-payment-item label a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black)
}

.tp-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none
}

.tp-checkout-payment-desc::after {
    position: absolute;
    content: "";
    left: 57px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #F6F7F9;
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg)
}

.tp-checkout-payment-desc p {
    font-size: 14px;
    color: #55585B;
    margin-bottom: 0;
    margin-left: 27px;
    line-height: 1.57;
    padding: 19px 30px;
    background-color: #F6F7F9
}

.tp-checkout-agree {
    margin-bottom: 24px
}

.tp-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px #010f1c1a;
    border-radius: 12px
}

.tp-return-customer-input {
    margin-bottom: 20px
}

.tp-return-customer-input label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--tp-common-black)
}

.tp-return-customer-input label span {
    color: red
}

.tp-return-customer-input input,.tp-return-customer-input textarea {
    width: 100%;
    padding: 0 26px;
    line-height: 56px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background: #b7c38f1a
}

.tp-return-customer-input input::placeholder,.tp-return-customer-input textarea::placeholder {
    font-size: 14px;
    line-height: 56px;
    text-transform: capitalize;
    color: var(--tp-grey-1)
}

.tp-return-customer-input input:focus,.tp-return-customer-input textarea:focus {
    background: transparent;
    border-color: var(--tp-common-black)
}

.tp-return-customer-remeber input {
    display: none
}

.tp-return-customer-remeber input:checked ~ label::after {
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

.tp-return-customer-remeber input:checked ~ label::before {
    opacity: 1;
    visibility: visible
}

.tp-return-customer-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1
}

.tp-return-customer-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: all .4s ease
}

.tp-return-customer-remeber label::before {
    position: absolute;
    content: url("../img/login/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: all .4s ease
}

.tp-return-customer-remeber label a:hover {
    color: var(--tp-common-black)
}

.tp-return-customer-remeber label:hover {
    cursor: pointer
}

.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-black);
    position: relative;
    display: inline-block
}

.tp-return-customer-forgot a::after {
    position: absolute;
    content: url("../img/login/check.svg");
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: all .4s ease
}

.tp-return-customer-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.tp-order-details {
    padding: 70px 100px 55px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding:70px 70px 55px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-details {
        padding:70px 30px 55px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-order-details {
        padding:70px 50px 55px
    }
}

@media (max-width: 574.98px) {
    .tp-order-details {
        padding:40px 30px 45px
    }
}

.tp-order-details-icon {
    margin-bottom: 22px
}

.tp-order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: var(--tp-common-white);
    border-bottom: 1px solid #E0E2E3;
    border-radius: 50%
}

.tp-order-details-icon span svg {
    transform: translateY(-1px)
}

.tp-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 7px
}

.tp-order-details-content p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.38
}

.tp-order-details-item {
    margin-bottom: 38px
}

.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 40px
}

@media (max-width: 574.98px) {
    .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
        padding-left:0
    }
}

.tp-order-details-item h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-weight: 400
}

.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0
}

.tp-order-info-wrapper {
    padding: 42px 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-info-wrapper {
        padding:42px 40px
    }
}

@media (max-width: 574.98px) {
    .tp-order-info-wrapper {
        padding:42px 30px
    }
}

.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3
}

.tp-order-info-list ul li span {
    font-size: 15px;
    color: var(--tp-common-black)
}

.tp-order-info-list ul li.tp-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0
}

.tp-order-info-list ul li.tp-order-info-list-desc p span {
    font-size: 15px;
    font-weight: 500
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
    color: var(--tp-common-black)
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
    display: none
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
    border-color: #4d3d30
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
    opacity: 1;
    visibility: visible
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
    color: var(--tp-common-black)
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
    cursor: pointer
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all .4s ease
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease
}

.tp-order-info-list ul li.tp-order-info-list-total {
    padding: 14px 0
}

.tp-order-info-list ul li.tp-order-info-list-total span {
    font-size: 16px;
    font-weight: 500
}

.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0 30px 70px #010f1c1a
}

.tp-header-sidebar-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    border-radius: 50px
}

.tp-header-sidebar-btn:hover span {
    animation: bar_anim .8s cubic-bezier(0.44,1.1,0.53,0.99) 1 forwards
}

.tp-header-sidebar-btn:hover span:nth-child(2) {
    animation-delay: .1s
}

.tp-header-sidebar-btn span {
    background: var(--tp-common-black);
    width: 13px;
    margin: 0 0 0 auto;
    border-radius: 20px;
    height: 2px;
    display: inline-block
}

.tp-header-sidebar-btn span:nth-child(2) {
    width: 20px
}

.tp-header-sidebar-btn-bg {
    width: 36px;
    height: 36px;
    background: var(--tp-common-white);
    border-radius: 50px;
    justify-content: center;
    padding-right: 9px
}

.tp-header-sidebar-btn-bg span {
    background: var(--tp-common-black)
}

.tp-header-sidebar-btn-bg span:nth-child(2) {
    width: 18px
}

.tp-header-sidebar-btn-bg-white {
    background: var(--tp-common-white)
}

.tp-header-sidebar-btn-bg-white span {
    background: var(--tp-common-black)
}

.tp-header-spacing {
    padding: 20px 0
}

.tp-header-logo .logo-2 {
    display: none
}

.ca-header-style {
    border-bottom: 1px solid #09090b1a;
    padding: 23px 0
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%
}

.pp-header-top {
    border-bottom: 1px solid #ffffff1a
}

.pp-header-top-content {
    font-size: 110px;
    line-height: 1;
    letter-spacing: -.03em;
    text-transform: uppercase
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .pp-header-top-content {
        font-size:100px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pp-header-top-content {
        font-size:77px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pp-header-top-content {
        font-size:58px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pp-header-top-content {
        font-size:50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pp-header-top-content {
        font-size:40px
    }
}

@media (max-width: 574.98px) {
    .pp-header-top-content {
        font-size:35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-header-top-logo-wrap {
        margin-left:0
    }
}

.pp-header-hamburger {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    line-height: 0;
    border-radius: 50px;
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    transition: all .4s ease
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pp-header-hamburger {
        margin-top:12px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pp-header-hamburger {
        margin-top:5px
    }
}

@media (max-width: 574.98px) {
    .pp-header-hamburger {
        margin-top:-3px
    }
}

.pp-header-hamburger:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-header-btn {
        margin-left:0
    }
}

.pp-header-social {
    display: flex;
    gap: 10px;
    justify-content: end
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-header-social {
        justify-content:flex-start;
        flex-wrap: wrap
    }
}

.pp-header-social a {
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    padding: 5px 14px 4px;
    display: inline-block;
    line-height: 1;
    font-size: 14px
}

.pp-header-social a:hover {
    background: var(--tp-common-white);
    border-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.pp-header-white .pp-header-hamburger {
    border: 1px solid #0000001a;
    color: var(--tp-common-black)
}

.pp-header-white .pp-header-hamburger:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.pp-header-white .pp-header-top {
    border-color: #09090b1a
}

.pp-header-white .pp-main-menu nav ul li a {
    color: #09090b99
}

.pp-header-white .pp-main-menu nav ul li a:hover {
    color: var(--tp-common-black)
}

.pp-header-white .pp-btn-nobg {
    color: var(--tp-common-black)
}

.pp-header-white .pp-header-social a {
    border: 1px solid #09090b1a
}

.home .cs-header-style .tp-main-menu nav ul li a {
    color: var(--tp-common-white)
}

.cs-header-style .tp-main-menu nav ul li a {
    color: var(--tp-common-black)
}

.cs-header-style .tp-main-menu nav ul li a:hover {
    color: var(--tp-common-black);
    background: transparent
}

.cs-header-style .tp-main-menu nav ul li:hover.has-dropdown > a {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.home .cs-header-style .tp-header-sidebar-btn span {
    background: var(--tp-common-white)
}

.cs-header-style .tp-header-sidebar-btn span {
    background: var(--tp-common-black)
}

.home .cs-header-style .tp-header-search-btn.tp-search-click {
    color: var(--tp-common-white)
}

.cs-header-style .tp-header-search-btn.tp-search-click {
    color: var(--tp-common-black)
}

.mg-header-style {
    padding: 28px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-header-logo {
        margin-left:0
    }
}

:root {
    --basic-ease: cubic-bezier(.625,.05,0,1)
}

.tp-title-text span {
    display: inline-block;
    text-shadow: 0 1.05em var(--tp-theme-primary);
    transition: translate .3s var(--basic-ease),text-shadow .1s .15s ease
}

.tp-title-anim:hover .tp-title-text span {
    text-shadow: 0 1.05em currentColor;
    translate: 0 -1.05em 0;
    transition: translate .5s calc((var(--char) - 1) * 0.024s) var(--basic-ease),text-shadow .175s calc((var(--char) - 1) * 0.024s + 0.225s) ease
}

.tp-title-anim-inner {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow-y: clip
}

.tp-title-text-2 span {
    display: inline-block;
    text-shadow: 0 1.05em var(--tp-theme-primary);
    transition: translate .3s var(--basic-ease),text-shadow .1s .15s ease
}

.tp-title-anim-2:hover .tp-title-text-2 span {
    text-shadow: 0 1.05em currentColor;
    translate: 0 -1.05em 0;
    transition: translate .5s calc((var(--char) - 1) * 0.024s) var(--basic-ease),text-shadow .175s calc((var(--char) - 1) * 0.024s + 0.225s) ease
}

.shop-header-top {
    background: var(--tp-common-bubbles);
    padding: 6px 0
}

.shop-header-top-slider-text p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

.shop-header-top-slider-text p a {
    font-weight: 600
}

.shop-header-top-slider-text p a:hover {
    color: var(--tp-common-black)ba
}

.shop-header-top-slider-text p a svg {
    margin-left: 5px
}

.shop-header-top-slider-active {
    margin: 0 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-header-top-slider-active {
        margin:0 30px
    }
}

.shop-header-top-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 65px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-header-top-navigation {
        margin:0 15px
    }
}

.shop-header-top-navigation span {
    color: var(--tp-common-black);
    transition: all .4s ease
}

.shop-header-top-navigation span:hover {
    color: var(--tp-common-black)ba
}

.shop-header-top-menu-item {
    position: relative
}

.shop-header-top-menu-item > span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-right: 20px
}

.shop-header-top-menu-item > span::after {
    position: absolute;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    margin-left: 7px
}

.shop-header-top-menu-item > span:hover {
    cursor: pointer
}

.shop-header-top-menu-item ul {
    position: absolute;
    top: 125%;
    right: 0;
    z-index: 4;
    background-color: var(--tp-common-white);
    padding: 10px 15px;
    box-shadow: 0 .5rem 1rem #00000026;
    visibility: hidden;
    opacity: 0;
    min-width: max-content;
    -webkit-transition: .2s .3s ease-out;
    -moz-transition: .2s .3s ease-out;
    -ms-transition: .2s .3s ease-out;
    -o-transition: .2s .3s ease-out;
    transition: .2s .3s ease-out
}

.shop-header-top-menu-item ul.shop-lang-list-open,.shop-header-top-menu-item ul.shop-currency-list-open,.shop-header-top-menu-item ul.shop-setting-list-open {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.shop-header-top-menu-item ul li {
    list-style: none
}

.shop-header-top-menu-item ul li a {
    font-size: 14px;
    color: var(--tp-common-black)
}

.shop-header-top-menu-item ul li a:hover {
    color: var(--tp-common-black)ba
}

.shop-header-top-menu-item ul li a img {
    width: 20px;
    border-radius: 100px;
    margin-right: 6px
}

.shop-header-menu ul li {
    display: inline-block
}

.shop-header-menu ul li:not(:last-child) {
    margin-right: 36px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-header-menu ul li:not(:last-child) {
        margin-right:20px
    }
}

.shop-header-menu ul li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

.shop-header-menu ul li a:hover {
    color: var(--tp-common-black)ba
}

.shop-header-currency ul li:not(:last-child) {
    margin-bottom: 7px
}

.shop-header-currency-toggle img {
    width: 20px;
    margin-right: 3px
}

.shop-header-cart-btn {
    position: relative
}

.shop-header-cart-btn span {
    width: 22px;
    height: 22px;
    background: var(--tp-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    color: var(--tp-common-white);
    top: -7px;
    right: -12px
}

.shop-header-cart-btn:hover {
    color: var(--tp-common-black)ba
}

.shop-header-right .tp-menu-bar {
    margin-top: 3px
}

.shop-header-right .tp-search-click {
    margin-top: 1px
}

.shop-header-main {
    padding: 18px 0
}

.postbox-item:not(:last-child) {
    border-bottom: 1px solid #1e1e1e14;
    padding-bottom: 50px;
    margin-bottom: 60px
}

.postbox-item:hover .postbox-thumb img {
    transform: scale(1.1)
}

.postbox-thumb {
    border-radius: 14px;
    overflow: hidden
}

.postbox-thumb-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000004d
}

.postbox-thumb img {
    border-radius: 14px;
    transition: all .8s ease
}

.postbox-title {
    font-size: 38px;
    line-height: 113%;
    letter-spacing: .02em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-title br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-title {
        font-size:32px
    }
}

@media (max-width: 574.98px) {
    .postbox-title {
        font-size:26px
    }
}

.postbox-title.fs-32 {
    font-size: 32px
}

.postbox-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.postbox-play-btn a {
    height: 80px;
    width: 80px;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-common-white);
    animation: animate-pulse 3s linear infinite
}

.postbox-play-btn a svg {
    margin-left: 3px;
    display: inline-block
}

.postbox-slider-item {
    position: relative;
    border-radius: 14px
}

.postbox-slider-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: #0000004d
}

.postbox-slider-item img {
    border-radius: 14px
}

.postbox-arrow button {
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-common-white)
}

.postbox-arrow button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.postbox-arrow-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    transform: translateY(-50%)
}

.postbox-arrow-next {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    transform: translateY(-50%)
}

@media (max-width: 574.98px) {
    .postbox__comment {
        padding-top:50px
    }
}

.postbox__comment ul {
    margin-right: 75px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox__comment ul {
        margin-right:0
    }
}

.postbox__comment ul li {
    margin-bottom: 30px;
    list-style: none
}

.postbox__comment ul li.children {
    margin-left: 100px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox__comment ul li.children {
        margin-left:15px
    }
}

.postbox__comment-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -.04em;
    color: var(--tp-common-black)
}

.postbox__comment-box {
    padding-top: 20px
}

@media (max-width: 574.98px) {
    .postbox__comment-box {
        flex-wrap:wrap
    }
}

.postbox__comment-info {
    flex: 0 0 auto
}

.postbox__comment-avater {
    flex: 0 0 auto
}

@media (max-width: 574.98px) {
    .postbox__comment-avater {
        margin-right:0
    }
}

.postbox__comment-avater img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

@media (max-width: 574.98px) {
    .postbox__comment-avater img {
        margin-bottom:30px
    }
}

.postbox__comment-name {
    margin-bottom: 15px
}

.postbox__comment-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -.01em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.postbox__comment-name span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #1e1e1eb3
}

.postbox__comment-text p {
    line-height: 1.6;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__comment-text p {
        font-size:15px
    }
}

.postbox__comment-reply a {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    padding: 11px 20px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    border: 1px solid #1e1e1e1a
}

.postbox__comment-reply a span {
    margin-left: 6px;
    display: inline-block
}

.postbox__comment-reply a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

.postbox__comment-agree {
    padding-left: 5px
}

.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 16px;
    height: 16px;
    background: var(--tp-common-black);
    border: 1px solid #949392;
    outline: none;
    flex: 0 0 auto;
    transform: translateY(-1px)
}

.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-primary);
    border-color: transparent
}

.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-black);
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.postbox__comment-agree input:hover {
    cursor: pointer
}

.postbox__comment-agree label {
    padding-left: 8px;
    color: #838383;
    line-height: 1
}

.postbox__comment-agree label a {
    color: var(--tp-common-white);
    font-weight: 600;
    padding-left: 4px
}

.postbox__comment-agree label a:hover {
    color: var(--tp-theme-primary)
}

.postbox__comment-agree label:hover {
    cursor: pointer
}

.basic-pagination {
    margin-bottom: 40px
}

.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px
}

@media (max-width: 574.98px) {
    .basic-pagination ul li {
        margin-right:5px
    }
}

.basic-pagination ul li:hover a {
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.basic-pagination ul li > a {
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-common-black);
    transition: all .3s ease-in-out;
    border: 1px solid #1e1e1e14
}

.basic-pagination ul li .current {
    height: 50px;
    width: 50px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    transition: all .3s ease-in-out
}

.basic-pagination-label span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33;
    color: #525356;
    display: inline-block
}

@media (max-width: 574.98px) {
    .basic-pagination-label span {
        margin-bottom:15px
    }
}

.basic-pagination.product-pagination ul li > a {
    color: #4d3d30;
    border: 1px solid #4d3d30
}

.basic-pagination.product-pagination ul li:hover a {
    background-color: #4d3d30;
    color: var(--tp-common-white)
}

.basic-pagination.product-pagination ul li .current {
    background-color: #4d3d30;
    color: var(--tp-common-white)
}

.postbox-details-quote p {
    font-size: 42px;
    line-height: 124%;
    letter-spacing: -.03em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sequel-semi-bold)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-details-quote p {
        font-size:28px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-details-quote p {
        font-size:25px
    }

    .postbox-details-quote p br {
        display: none
    }
}

.postbox-details-quote span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e99
}

.postbox-details-quote-box {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 60px 100px 35px 60px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-details-quote-box {
        padding:20px
    }
}

@media (max-width: 574.98px) {
    .postbox-details-quote-box {
        flex-wrap:wrap
    }
}

.postbox-details-quote-box i {
    flex: 0 0 auto;
    margin-right: 24px;
    display: inline-block
}

@media (max-width: 574.98px) {
    .postbox-details-quote-box i {
        margin-right:0;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-details-quote-box-inner {
        flex-wrap:wrap
    }
}

.postbox-details-text p span {
    color: var(--tp-theme-primary)
}

.postbox-details-list ul {
    padding-left: 30px
}

@media (max-width: 574.98px) {
    .postbox-details-list ul {
        padding-left:0
    }
}

.postbox-details-list ul li {
    list-style-type: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.1;
    color: #1e1e1eb3;
    position: relative;
    padding-left: 20px
}

.postbox-details-list ul li:not(:last-child) {
    margin-bottom: 15px
}

.postbox-details-list ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1e1e1eb3
}

.postbox-details-list ul li span {
    color: #1e1e1e66
}

.postbox-details-list ul li i {
    font-style: normal;
    color: var(--tp-theme-primary)
}

.postbox-details-code {
    padding: 25px 30px;
    border-radius: 14px;
    background: #f6f6f6
}

.postbox-details-code pre {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
    color: #1e1e1eb3
}

.postbox-details-social a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #f8f8f9;
    color: #1e1e1eb3
}

.postbox-details-social a svg {
    height: 15px;
    width: 15px;
    margin: 0 auto;
    margin-top: 10px;
}

.postbox-details-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.postbox-details-author .sidebar-widget-author-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 30px
}

@media (max-width: 574.98px) {
    .postbox-details-author .sidebar-widget-author-img {
        margin-right:0;
        margin-bottom: 20px
    }
}

.postbox-details-author .sidebar-widget-author-img img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    margin-right: 0
}

.postbox-details-author .sidebar-widget-author {
    padding: 0;
    padding-bottom: 0;
    padding: 30px;
    border: none;
    border-radius: 14px
}

@media (max-width: 574.98px) {
    .postbox-details-author .sidebar-widget-author {
        flex-wrap:wrap
    }
}

.postbox-details-author .sidebar-widget-author-content span {
    margin-bottom: 8px
}

.postbox-details-author .sidebar-widget-author-name {
    margin-bottom: 18px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .postbox-details-author .sidebar-widget-author-content p br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-details-tag-wrap {
        flex-wrap:wrap
    }
}

.postbox-details-navigation-wrap {
    border-top: 1px solid #1e1e1e14
}

.postbox-details-navigation a {
    display: flex;
    grid-gap: 20px
}

.postbox-details-navigation a:hover i {
    color: #fff;
    background-color: var(--tp-theme-primary)
}

.postbox-details-navigation a:hover .tp-blog-navigation-title {
    color: var(--tp-theme-primary)
}

.postbox-details-navigation i {
    height: 50px;
    width: 50px;
    font-size: 17px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    flex: 0 0 auto;
    color: var(--tp-common-black);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.postbox-details-navigation span {
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin-bottom: 2px
}

.postbox-details-navigation-title {
    font-size: 18px;
    letter-spacing: inherit;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.01em;
    transition: all .4s ease;
    font-family: var(--tp-ff-inter)
}

.postbox-details-form {
    padding: 55px 60px 60px;
    border-radius: 20px;
    border: 1px solid #1e1e1e14
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-details-form {
        padding:30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .postbox-details-form {
        padding:20px
    }
}

.postbox-details-form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 23px;
    color: #1e1e1eb3
}

@media (max-width: 574.98px) {
    .postbox-details-form p {
        font-size:16px
    }
}

.postbox-details-form-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.postbox-details-input label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
    color: var(--tp-common-black)
}

.postbox-details-input input,.postbox-details-input textarea {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    border-radius: 14px;
    background: #f6f6f6;
    color: var(--tp-common-black);
    border: 1px solid transparent
}

.postbox-details-input input::-webkit-input-placeholder,.postbox-details-input textarea::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #707072
}

.postbox-details-input input::-moz-placeholder,.postbox-details-input textarea::-moz-placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #707072
}

.postbox-details-input input:-moz-placeholder,.postbox-details-input textarea:-moz-placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #707072
}

.postbox-details-input input:-ms-input-placeholder,.postbox-details-input textarea:-ms-input-placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #707072
}

.postbox-details-input input::placeholder,.postbox-details-input textarea::placeholder {
    font-size: 17px;
    font-weight: 400;
    color: #707072
}

.postbox-details-input input:focus,.postbox-details-input textarea:focus {
    border-color: var(--tp-theme-primary);
    background: transparent
}

.postbox-details-input textarea {
    height: 160px;
    resize: none;
    margin-bottom: 20px
}

.postbox-details-remeber input {
    display: none
}

.postbox-details-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1
}

.postbox-details-remeber label {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #1e1e1eb3
}

.postbox-details-remeber label::after {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: -1;
    transition: .3s;
    line-height: 16px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #1e1e1e1a
}

.postbox-details-remeber label::before {
    position: absolute;
    content: url("../img/svg/check.svg");
    top: -2px;
    left: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    color: var(--tp-common-black);
    filter: invert(1)
}

.postbox-details-remeber label:hover {
    cursor: pointer
}

.rc-post-thumb {
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 14px
}

.rc-post-thumb img {
    transition: .9s;
    border-radius: 14px;
    height: 140px;
    width: 140px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .rc-post-thumb img {
        height:100px;
        width: 100px
    }
}

.rc-post:hover .rc-post-thumb img {
    transform: scale(1.1)
}

.rc-post-category {
    margin-bottom: 10px
}

.rc-post-category a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding: 6px 12px 5px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #1e1e1e1a
}

.rc-post-category a:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.rc-post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
    letter-spacing: -.01em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .rc-post-title {
        font-size:18px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rc-post-title {
        font-size:16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .rc-post-title {
        font-size:18px
    }
}

.rc-post-meta span {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #9e9a9a
}

.rc-post-wrap .rc-post:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1e1e1e14
}

.sidebar-search {
    position: relative
}

.sidebar-search input {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: -.01em;
    border-radius: 14px;
    padding-right: 50px;
    background: #f6f6f6;
    border: 1px solid transparent;
    color: var(--tp-common-black)
}

.sidebar-search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #9e9a9a
}

.sidebar-search input::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #9e9a9a
}

.sidebar-search input:-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #9e9a9a
}

.sidebar-search input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #9e9a9a
}

.sidebar-search input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #9e9a9a
}

.sidebar-search input:focus {
    background-color: transparent;
    border: 1px solid var(--tp-theme-primary)
}

.sidebar-search button {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    line-height: 60px;
    color: var(--tp-common-black)
}

.sidebar-search button:hover {
    color: var(--tp-theme-primary)
}

.sidebar-widget-author {
    padding: 40px;
    border-radius: 14px;
    background: #f6f6f6
}

.sidebar-widget-author-img {
    margin-bottom: 25px
}

.sidebar-widget-author-img img {
    margin-right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    flex: 0 0 auto
}

.sidebar-widget-author-name {
    font-weight: 600;
    font-family: var(--tp-ff-inter);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

.sidebar-widget-author-content span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #9e9a9a;
    text-transform: uppercase
}

.sidebar-widget-author-content p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #1e1e1ecc
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .sidebar-widget-author-content p br {
        display:none
    }
}

.sidebar-widget-author-social a {
    margin: 0 5px
}

.sidebar-widget-author-social a span {
    transition: all .4s ease-in-out;
    color: var(--tp-common-black)
}

.sidebar-widget-author-social a:hover span {
    color: var(--tp-theme-primary)
}

.sidebar-widget-title {
    font-family: var(--tp-ff-sequel-bold-head);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

.sidebar-widget-category ul li {
    list-style-type: none
}

.sidebar-widget-category ul li a {
    border-radius: 14px;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    background: #f6f6f6;
    letter-spacing: -.01em;
    color: #1e1e1ecc
}

.sidebar-widget-category ul li a span {
    transition: .3s
}

.sidebar-widget-category ul li a span:last-child {
    color: #949494;
    font-size: 14px
}

.sidebar-widget-category ul li a:hover {
    color: var(--tp-theme-primary)
}

.sidebar-widget-category ul li a:hover span:last-child {
    color: var(--tp-theme-primary)
}

.sidebar-widget-category ul li:not(:last-child) {
    margin-bottom: 6px
}

.sidebar-wrapper {
    padding-left: 35px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper {
        padding-left:0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .sidebar-wrapper {
        padding-left:0;
        margin-top: 70px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sidebar-blog-grid-wrap {
        margin-left:80px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .sidebar-blog-grid-wrap {
        margin-left:0
    }
}

.sidebar-blog-grid-wrap .sidebar-wrapper {
    padding-left: 2px
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tagcloud a {
    border-radius: 33px;
    padding: 10px 21px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    background: #f6f6f6;
    display: inline-block;
    color: #1e1e1ecc;
    letter-spacing: -.01em
}

.tagcloud a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.mp-blog-title {
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -.04em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-blog-title br {
        display:none
    }
}

.mp-blog-date {
    font-weight: 500;
    color: var(--tp-common-black)
}

.mp-blog-date span {
    color: #837e7e
}

.mp-blog-thumb {
    border-radius: 12px;
    overflow: hidden
}

.mp-blog-thumb img {
    border-radius: 12px
}

.cs-blog-title {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -.04em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-blog-title {
        font-size:32px
    }

    .cs-blog-title br {
        display: none
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-blog-title {
        font-size:30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-blog-title-wrap {
        margin-bottom:20px
    }
}

.cs-blog-thumb {
    border-radius: 24px
}

.cs-blog-thumb img {
    border-radius: 24px;
    filter: saturate(0);
    transition: all .6s ease
}

.cs-blog-tag {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: var(--tp-common-black);
    border-radius: 50px;
    padding: 10px 24px;
    background: var(--tp-common-white);
    position: absolute;
    line-height: 1;
    top: 32px;
    left: 32px;
    transition: all .5s ease
}

.cs-blog-tag:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.cs-blog-item:hover .cs-blog-thumb img {
    transform: scale(1.1);
    filter: saturate(1)
}

.cs-blog-item-2 .cs-blog-thumb img {
    filter: saturate(1)
}

.tp-blog-tag {
    border-top: 1px solid #1e1e1e14;
    border-bottom: 1px solid #1e1e1e14;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px
}

.tp-blog-tag a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #575454;
    border-radius: 37px;
    padding: 12px 30px;
    display: inline-block;
    line-height: 1
}

.tp-blog-tag a:hover {
    background: #f5f5f5;
    color: var(--tp-common-black)
}

.tp-blog-tag-2 {
    background: #1e1e1e08;
    border: none;
    box-shadow: 0 1px 0 0 #1e1e1e14 0 -1px 0 0 #1e1e1e14
}

.tp-blog-tag-2 a:hover {
    background: #e5e5e5
}

.tp-blog-masonary-content {
    margin-right: -30px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-blog-masonary-content {
        margin-right:0
    }
}

.tp-blog-masonary-content .cs-blog-thumb img {
    filter: saturate(1)
}

.tp-blog-list-item {
    border: 1px solid #09090b1a;
    border-radius: 24px;
    padding: 32px 30px 2px 32px
}

@media (max-width: 574.98px) {
    .tp-blog-list-item {
        padding:20px 20px 2px
    }
}

.tp-blog-list-item:hover .tp-blog-list-thumb img {
    transform: scale(1.1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-blog-list-content {
        margin-left:0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-blog-list-content p br {
        display:none
    }
}

.tp-blog-list-thumb {
    border-radius: 12px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-blog-list-thumb {
        margin-right:0
    }
}

.tp-blog-list-thumb img {
    transition: all .6s ease
}

.tp-main-menu nav ul li {
    list-style: none;
    display: inline-block;
    position: relative
}

.tp-main-menu nav ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.tp-main-menu nav ul li:hover.has-dropdown > a {
    color: var(--tp-common-white);
    background: var(--tp-common-black)
}

.tp-main-menu nav ul li a {
    font-family: var(--tp-ff-sequel-roman);
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--tp-common-white);
    padding: 8px 16px;
    display: inline-block;
    border-radius: 29px;
    line-height: 1
}

.tp-main-menu nav ul li a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-main-menu nav ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: .5s;
    text-align: start;
    visibility: hidden;
    border-radius: 14px;
    transform-origin: 0 0;
    transform: scale(1,0);
    backdrop-filter: blur(40px);
    background: #ffffffe6;
    box-shadow: 0 20px 30px -8px #1313161a
}

.tp-main-menu nav ul li .submenu li {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
    margin: 0
}

.tp-main-menu nav ul li .submenu li a {
    position: relative;
    border-radius: 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #636368;
    padding: 12px 18px;
    display: inline-block;
    letter-spacing: -.01em;
    text-align: start;
    width: 100%;
    font-family: var(--tp-ff-sequel-roman)
}

.tp-main-menu nav ul li .submenu li .submenu {
    top: 0;
    left: 100%
}

.tp-main-menu nav ul li .submenu li:hover > a {
    background: #ededed;
    color: var(--tp-common-black)!important
}

.tp-main-menu nav ul li .tp-megamenu {
    width: 720px;
    padding: 30px
}

.tp-main-menu nav ul li .tp-megamenu li {
    padding: 0
}

.tp-main-menu nav ul li .tp-megamenu-title-wrap a {
    padding: 0
}

.tp-main-menu nav ul li .tp-megamenu-title {
    font-size: 18px;
    padding-left: 0;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sequel-roman)
}

.tp-main-menu nav ul li .tp-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000014
}

.pp-main-menu nav ul {
    display: flex;
    flex-wrap: wrap
}

.pp-main-menu nav ul li {
    list-style: none;
    width: 140px;
    margin-bottom: 5px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-main-menu nav ul li {
        width:110px
    }
}

.pp-main-menu nav ul li a {
    font-family: var(--tp-ff-sequel-semi-bold);
    font-size: 14px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #ffffff96
}

.pp-main-menu nav ul li a:hover {
    color: var(--tp-common-white)
}

.mg-main-menu > nav > ul > li {
    margin-right: 4px
}

.mg-main-menu > nav > ul > li > a {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    padding: 8px 16px
}

.shop-main-menu > nav > ul > li > a {
    border: 1px solid transparent;
    font-weight: 500;
    font-family: var(--tp-ff-inter)
}

.shop-main-menu > nav > ul > li > a:hover {
    border: 1px solid #1e1e1e1a;
    background: transparent;
    color: var(--tp-common-black)
}

.shop-main-menu > nav > ul > li:hover.has-dropdown > a {
    border: 1px solid #1e1e1e1a;
    background: transparent;
    color: var(--tp-common-black)
}

.tp-megamenu-title {
    font-size: 20px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.tp-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000014
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background: #18181880;
    visibility: hidden;
    opacity: 0;
    transition: .45s ease-in-out
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible
}

.body-overlay:hover {
    cursor: url(../img/cross-icon/cross-out.png),pointer
}

.tp-offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 #000c;
    background-color: var(--tp-common-white);
    z-index: 997;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: .45s ease-in-out;
    overflow-y: scroll
}

@media (max-width: 574.98px) {
    .tp-offcanvas {
        width:100%;
        padding: 40px 35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-offcanvas {
        width:400px;
        padding: 40px
    }
}

.tp-offcanvas .logo-2 {
    display: none
}

.tp-offcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(0.785,0.135,0.15,0.86);
    -moz-transition: all .4s cubic-bezier(0.785,0.135,0.15,0.86);
    transition: all .4s cubic-bezier(0.785,0.135,0.15,0.86);
    transition-duration: .6s
}

.tp-offcanvas-top {
    margin-bottom: 50px
}

.tp-offcanvas-close-btn button {
    color: #000
}

.tp-offcanvas-close-btn button:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-offcanvas-menu .tp-megamenu-box {
    margin-bottom: 30px
}

.tp-offcanvas-menu .tp-megamenu-box li a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px
}

.tp-offcanvas-menu .tp-megamenu-box li a:hover {
    background-color: #f8f8fb;
    color: var(--tp-common-black)
}

.tp-offcanvas-menu .tp-megamenu {
    margin-top: 15px
}

.tp-offcanvas-social {
    margin-top: 30px
}

.tp-offcanvas-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.tp-offcanvas-social ul li {
    list-style: none
}

.tp-offcanvas-social ul li:not(:last-child) {
    margin-right: 8px
}

.tp-offcanvas-social ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    transition: all .3s;
    color: var(--tp-common-black);
    border: 1px solid #020b181a
}

.tp-offcanvas-social ul li a:hover {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-offcanvas-social ul li a svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.tp-offcanvas-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.8px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--tp-common-black)
}

.tp-offcanvas-title.sm {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-offcanvas-contact {
    margin-bottom: 55px
}

.tp-offcanvas-contact ul li {
    list-style: none
}

.tp-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 2px
}

.tp-offcanvas-contact ul li a {
    display: inline-block;
    color: #414144;
    font-size: 16px;
    position: relative;
    font-family: var(--tp-ff-inter)
}

.tp-offcanvas-contact ul li a::after {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: .4s;
    background-color: var(--tp-common-black)
}

.tp-offcanvas-contact ul li a:hover {
    color: var(--tp-common-black)
}

.tp-offcanvas-contact ul li a:hover::after {
    width: 100%;
    right: auto;
    left: 0
}

.tp-offcanvas-gallery {
    margin-bottom: 65px
}

.tp-offcanvas-gallery-img img {
    transition: .9s
}

.tp-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg)
}

.tp-offcanvas-content {
    margin-bottom: 45px
}

.tp-offcanvas-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #414144;
    font-family: var(--tp-ff-inter)
}

.tp-offcanvas-2-wrapper {
    padding: 100px 100px 0;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-offcanvas-2-wrapper {
        padding:80px 30px 0;
        padding-right: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-offcanvas-2-wrapper {
        padding:60px 30px 0
    }
}

.tp-offcanvas-2-wrapper .tp-menu-close {
    top: 30px
}

@media (max-width: 574.98px) {
    .tp-offcanvas-2-wrapper .tp-menu-close {
        top:13px
    }
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out!important
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:nth-child(2) > a {
    transition-delay: 1.7s
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:nth-child(3) > a {
    transition-delay: 1.8s;
    transition-delay: 1.9s
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:nth-child(4) > a {
    transition-delay: 2s
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:nth-child(5) > a {
    transition-delay: 2.1s
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 60px;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sequel-semi-bold);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out!important
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
        font-size:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
        font-size:60px
    }
}

@media (max-width: 574.98px) {
    .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
        font-size:40px
    }
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .tp-menu-close i {
    font-size: 28px;
    color: var(--tp-common-black)
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a {
    font-size: 30px;
    line-height: 1;
    transition: .3s;
    color: #717172;
    letter-spacing: .02em;
    font-family: var(--tp-ff-sequel-semi-bold)
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--tp-common-black)
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu nav ul li .tp-megamenu {
    width: auto
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu nav ul li .tp-megamenu .col-xl-4 {
    width: 100%
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu nav ul li .tp-megamenu li a {
    font-size: 30px;
    line-height: 1;
    transition: .3s;
    color: #717172;
    letter-spacing: .02em;
    font-family: var(--tp-ff-sequel-semi-bold)
}

.tp-offcanvas-2-wrapper .tp-offcanvas-menu nav ul li .tp-megamenu li a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--tp-common-black)
}

.tp-offcanvas-2-wrapper .hamburger-close-btn {
    color: var(--tp-common-black);
    font-size: 40px;
    cursor: pointer;
    transition: all .4s ease
}

.tp-offcanvas-2-wrapper .hamburger-close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.tp-offcanvas-2-wrapper .hamburger-mobile-close-btn {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px
}

.tp-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    color: var(--tp-theme-primary)
}

.tp-offcanvas-2-wrapper .tp-header-logo {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
    transition: all 1.5s ease-in-out!important
}

.tp-offcanvas-2-left {
    opacity: 0;
    animation-delay: 1s;
    transform: translateY(20px)
}

.tp-offcanvas-2-left .tp-offcanvas-menu {
    margin-bottom: 105px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-offcanvas-2-left .tp-offcanvas-menu {
        margin-bottom:65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .tp-offcanvas-2-left .tp-offcanvas-menu {
        margin-bottom:0
    }
}

.tp-offcanvas-2-left .tp-offcanvas-menu ul {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: 600px;
    padding-top: 10px
}

.tp-offcanvas-2-area.menu-open,.tp-offcanvas-2-area.menu-open-temp {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0s 2s;
    width: 50%;
    z-index: 10
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-offcanvas-2-area.menu-open,.tp-offcanvas-2-area.menu-open-temp {
        width:100%
    }
}

.tp-offcanvas-2-area {
    position: fixed
}

.tp-offcanvas-2-area .offcanvas-bg {
    inset: 0;
    border-radius: 20px;
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition: clip-path .7s ease-in-out;
    right: 0;
    position: fixed;
    width: 50%;
    margin: 20px;
    right: 0;
    left: auto;
    z-index: 2;
    backdrop-filter: blur(40px);
    background: #f7f0f0e6;
    box-shadow: 0 20px 30px -8px #1313161a
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-offcanvas-2-area .offcanvas-bg {
        margin:0;
        border-radius: 0;
        width: 100%
    }
}

.tp-offcanvas-2-area.menu-open .offcanvas-bg {
    clip-path: circle(150% at calc(100% - 45px) 45px)
}

.tp-offcanvas-2-area.menu-open .offcanvas-menu {
    pointer-events: auto
}

.tp-offcanvas-2-area.menu-open .tp-offcanvas-menu > nav > ul > li {
    visibility: visible;
    opacity: 1
}

.tp-offcanvas-2-area.menu-open .tp-offcanvas-menu > nav > ul > li a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.tp-offcanvas-2-area.menu-open .tp-header-logo {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.tp-offcanvas-2-area.menu-open .tp-offcanvas-2-left {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(0.7s + 0.06s)
}

.tp-offcanvas-2-area.menu-open .tp-offcanvas-2-left .tp-offcanvas-menu {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s cubic-bezier(0.2,0.8,0.2,1),transform .6s cubic-bezier(0.2,0.8,0.2,1);
    transition-delay: calc(calc(0.7s + 0.06s) + 0.2s)
}

.tp-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
    pointer-events: none
}

.tp-offcanvas-2-area:not(.menu-open) .tp-offcanvas-2-left {
    transition-delay: .6s;
    opacity: 0;
    transform: translateY(30px)
}

.tp-offcanvas-2-area:not(.menu-open) .tp-offcanvas-2-left .tp-offcanvas-menu {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .4s
}

.tp-offcanvas-2-area:not(.menu-open) .tp-offcanvas-2-left .tp-offcanvas-2-left-btn-box {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: .2s
}

.tp-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition-delay: .4s
}

.hamburger-sticky-menu {
    width: 60px;
    height: 60px;
    background: var(--tp-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    padding-right: 18px;
    transition-delay: .4s
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .hamburger-sticky-menu {
        top:20px;
        right: 20px
    }
}

.hamburger-sticky-menu span {
    background: var(--tp-common-white)
}

.hamburger-sticky-menu.header-sticky {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: fixed
}

.tp-offcanvas-menu {
    margin-bottom: 80px
}

.tp-offcanvas-menu ul {
    list-style: none
}

.tp-offcanvas-menu ul li {
    position: relative
}

.tp-offcanvas-menu ul li > a {
    padding: 7px 0;
    display: block;
    font-size: 16px;
    font-weight: 500
}

.tp-offcanvas-menu ul li.active > a {
    color: var(--tp-common-black)
}

.tp-offcanvas-menu ul li.active > .tp-menu-close i {
    top: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-offcanvas-menu ul li .submenu {
    display: none
}

.tp-offcanvas-menu ul li .submenu .submenu {
    margin-left: 30px
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
    backdrop-filter: none;
    background: transparent;
    box-shadow: none
}

.tp-offcanvas-menu .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
}

.tp-offcanvas-menu .tp-megamenu-list ul li {
    padding: 0
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
    font-size: 17px;
    padding: 12px 20px
}

.tp-offcanvas-menu .tp-submenu > li > a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px
}

.tp-offcanvas-menu .tp-submenu > li > a:hover {
    background-color: #f8f8fb;
    color: var(--tp-common-black)
}

.tp-menu-close {
    position: absolute;
    right: 7px;
    top: 12px
}

.tp-menu-close i {
    transition: all .3s;
    font-size: 18px;
    font-weight: 500
}

.tp-footer-link .tp-hero-social {
    justify-content: start
}

.tp-footer-subtitle {
    font-size: 20px;
    letter-spacing: .02em
}

.tp-footer-dec {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-align: center;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-footer-widget {
        margin-left:0
    }
}

.tp-footer-email {
    font-size: 52px;
    letter-spacing: .02em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-footer-email {
        font-size:46px
    }
}

@media (max-width: 574.98px) {
    .tp-footer-email {
        font-size:38px
    }
}

.tp-footer-email a {
    text-decoration: underline
}

.tp-footer-email a:hover {
    color: var(--tp-theme-primary);
    text-decoration-color: var(--tp-theme-primary)
}

.tp-footer-email.fs-82 {
    font-size: 82px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-footer-email.fs-82 {
        font-size:75px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-email.fs-82 {
        font-size:60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-email.fs-82 {
        font-size:50px
    }

    .tp-footer-email.fs-82 svg {
        transform: translateY(2px)
    }
}

@media (max-width: 574.98px) {
    .tp-footer-email.fs-82 {
        font-size:35px
    }
}

.tp-footer-bigtext {
    font-size: 180px;
    letter-spacing: .02em;
    line-height: 1
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-footer-bigtext {
        font-size:150px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-bigtext {
        font-size:110px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-bigtext {
        font-size:86px
    }
}

@media (max-width: 574.98px) {
    .tp-footer-bigtext {
        font-size:52px
    }
}

.tp-footer-copyright {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-footer-copyright-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-copyright-social {
        justify-content:end
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-footer-copyright-social {
        justify-content:flex-start
    }
}

.tp-footer-copyright-social a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--tp-common-black);
    border: 1px solid #2626261a;
    border-radius: 50px;
    padding: 10px 16px;
    display: inline-block;
    line-height: 1
}

.tp-footer-copyright-social a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-footer-copyright-social a svg {
    transform: translateY(-1px);
    margin-left: 3px
}

.ca-footer-bigtitle {
    font-family: var(--second-family);
    font-weight: 380;
    font-size: 210px;
    line-height: 71%;
    letter-spacing: -.05em;
    text-transform: uppercase
}

.ca-footer-subtitle {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 15px
}

.ca-footer-subtitle::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--tp-theme-primary);
    top: 7px;
    left: 0;
    border-radius: 50px
}

.ca-footer-btn {
    padding: 5px 0;
    background: none;
    color: var(--tp-common-black);
    border-bottom: 1px solid currentColor;
    border-radius: 0
}

.ca-footer-btn:hover {
    color: var(--tp-common-black)
}

.ca-footer-link {
    margin-left: -30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-footer-link {
        margin-left:0
    }
}

.ca-footer-link .tp-hero-social a {
    color: var(--tp-common-black);
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 20px
}

.ca-footer-social-item ul li {
    list-style: none
}

.ca-footer-social-item ul li a i {
    font-size: 28px
}

.ca-footer-social-item ul li a,.ca-footer-social-item ul li p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1;
    color: var(--tp-common-black);
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.ca-footer-social-item ul li a:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-footer-social-item-wrap {
        margin-left:0;
        margin-right: 0
    }
}

.ca-footer-copyright {
    font-size: 16px;
    letter-spacing: .02em
}

.ca-footer-copyright a {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.ca-footer-copyright a:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

@media (max-width: 574.98px) {
    .ca-footer-copyright.ml-140 {
        margin-left:30px
    }
}

.mp-footer-style .tp-hero-social a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff1a
}

.mp-footer-style .tp-hero-social a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.mp-footer-style .tp-footer-copyright {
    color: var(--tp-common-white)
}

.mp-footer-style .tp-footer-copyright-social a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff1a
}

.mp-footer-style .tp-footer-copyright-social a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.mp-footer-style .tp-about-border {
    border-top: 1px solid #ffffff1a
}

.cs-footer-style .tp-footer-email {
    font-size: 42px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-footer-style .tp-footer-email {
        font-size:36px
    }
}

.cs-footer-style .tp-hero-social a {
    padding: 9px 22px
}

.cs-footer-widget-1 {
    margin-left: 55px
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-footer-widget-1 {
        margin-left:0
    }
}

.cs-footer-widget-2 {
    margin-left: 35px
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-footer-widget-2 {
        margin-left:0
    }
}

.cs-footer-bigtitle {
    font-size: 300px;
    letter-spacing: .02em;
    line-height: .9
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .cs-footer-bigtitle {
        font-size:285px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .cs-footer-bigtitle {
        font-size:275px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cs-footer-bigtitle {
        font-size:235px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cs-footer-bigtitle {
        font-size:190px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-footer-bigtitle {
        font-size:156px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-footer-bigtitle {
        font-size:112px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cs-footer-bigtitle {
        font-size:80px
    }
}

@media (max-width: 574.98px) {
    .cs-footer-bigtitle {
        font-size:52px
    }
}

.mg-footer-noice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.mg-footer-email {
    color: var(--tp-common-white)
}

.mg-footer-email a:hover {
    color: var(--tp-theme-primary)
}

.mg-footer-email svg {
    transform: translateY(-10px)
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-footer-email svg {
        transform:translateY(0)
    }
}

.mg-footer-subtitle {
    padding-left: 17px;
    position: relative
}

.mg-footer-subtitle::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background: var(--tp-theme-primary);
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.mg-footer-main-style {
    border-top: 1px solid #ffffff1a
}

.mg-footer-main-style .tp-hero-social a {
    background: var(--tp-common-white);
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding: 13px 20px
}

.mg-footer-main-style .tp-hero-social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.mg-footer-phone {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.05em;
    color: var(--tp-common-white);
    display: block
}

.mg-footer-phone:hover {
    color: var(--tp-theme-primary)
}

.mg-footer-info .tp-offcanvas-social ul li a {
    background: var(--tp-common-white)
}

.mg-footer-info .tp-offcanvas-social ul li a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.mg-footer-bigtext {
    font-size: 485px;
    line-height: .5;
    letter-spacing: -.05em;
    color: #ffffff12;
    padding-top: 68px
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .mg-footer-bigtext {
        font-size:450px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .mg-footer-bigtext {
        font-size:400px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mg-footer-bigtext {
        font-size:350px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mg-footer-bigtext {
        font-size:300px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-footer-bigtext {
        font-size:250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-footer-bigtext {
        font-size:190px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mg-footer-bigtext {
        font-size:142px
    }
}

@media (max-width: 574.98px) {
    .mg-footer-bigtext {
        font-size:87px
    }
}

.mg-footer-bigtext-wrap {
    border-top: 1px solid #ffffff1a;
    background: #0a0a0c;
    margin-left: -15px
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-footer-widget {
        margin-left:0
    }
}

@media (max-width: 574.98px) {
    .mg-footer-copyright-style {
        margin-top:20px
    }
}

.mg-footer-copyright-style a.tp-footer-copyright {
    color: var(--tp-common-white)
}

.mg-footer-copyright-style a.tp-footer-copyright:hover {
    color: var(--tp-theme-primary)
}

.shop-footer-bg {
    background: #e1eeb71a
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-bg {
        padding-top:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget {
        margin-left:0!important;
        border-left: 0!important;
        border-right: 0!important;
        padding-left: 0!important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget {
        padding-top:0
    }
}

.shop-footer-widget ul li {
    list-style: none
}

.shop-footer-widget ul li:not(:last-child) {
    margin-bottom: 5px
}

.shop-footer-widget ul li a {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.shop-footer-widget ul li a:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.shop-footer-widget-1 {
    border-right: 1px solid #09090b1a;
    margin-right: 25px
}

.shop-footer-widget-2 {
    border-right: 1px solid #09090b1a;
    margin-left: 55px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget-2 {
        margin-left:20px
    }
}

.shop-footer-widget-3 {
    margin-left: 85px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget-3 {
        margin-left:50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget-3 {
        margin-left:0
    }
}

.shop-footer-widget-4 {
    margin-left: 30px;
    padding-left: 110px;
    border-left: 1px solid #09090b1a
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .shop-footer-widget-4 {
        padding-left:50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-widget-4 {
        padding-left:20px
    }
}

.shop-footer-bigtext {
    font-size: 360px;
    letter-spacing: -.03em;
    line-height: .8
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .shop-footer-bigtext {
        font-size:340px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .shop-footer-bigtext {
        font-size:300px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .shop-footer-bigtext {
        font-size:260px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .shop-footer-bigtext {
        font-size:220px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-footer-bigtext {
        font-size:180px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-footer-bigtext {
        font-size:140px;
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-footer-bigtext {
        font-size:100px
    }
}

@media (max-width: 574.98px) {
    .shop-footer-bigtext {
        font-size:60px;
        padding-bottom: 0
    }
}

.shop-footer-copyright {
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-common-black)
}

.shop-footer-copyright a {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.shop-footer-copyright a:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out
}

.shop-footer-copyright-wrap {
    border-top: 1px solid #09090b1a;
    padding: 22px 0 12px
}

.shop-footer-title {
    font-size: 22px;
    margin-bottom: 17px
}

.text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top left
}

.tp-letter-span {
    display: inline-block
}

.tp-word-span {
    display: inline-block
}

.tp-about-border {
    border-top: 1px solid var(--tp-border-1)
}

.tp-about-subtitle {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .05em;
    color: var(--tp-common-black)
}

.tp-about-subtitle svg {
    transform: translateY(-3px);
    margin-right: 4px
}

.tp-about-item {
    border-radius: 16px
}

.tp-about-thumb {
    border-radius: 16px;
    overflow: hidden;
    height: 410px
}

.tp-about-thumb img {
    border-radius: 16px;
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top: -50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-about-thumb-wrap {
        margin-left:0
    }
}

.tp-about-title {
    font-size: 28px;
    letter-spacing: -.05em
}

.tp-about-dec {
    line-height: 162%;
    letter-spacing: -.05em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-about-dec br {
        display:none
    }
}

.tp-about-btn-transform {
    transform: translateY(-10px)
}

@media (max-width: 574.98px) {
    .tp-about-btn-transform {
        transform:translateY(0);
        margin-left: 0;
        width: 100%;
        margin-top: 15px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-about-title br {
        display:none
    }
}

.mp-about-logo {
    font-size: 42px;
    letter-spacing: -.04em;
    text-transform: uppercase
}

.mp-about-title {
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-about-title br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-about-title {
        font-size:24px
    }
}

.mp-about-thumb {
    border-radius: 10px
}

.pp-about-title {
    font-size: 42px;
    line-height: 138%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-about-title br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-about-title {
        font-size:32px
    }
}

.pp-about-title a {
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px
}

.pp-about-title span {
    width: 67px;
    height: 2px;
    display: inline-block;
    background: var(--tp-common-black)
}

.pp-about-dec {
    line-height: 187%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-about-dec-wrap {
        margin-left:0
    }
}

.pp-about-awards {
    border: 1px solid #2626261a;
    border-radius: 100px;
    text-align: center
}

.cs-about-item:hover .tp-about-thumb img {
    filter: saturate(1)
}

.cs-about-item .tp-about-thumb img {
    filter: saturate(0);
    transition: all .4s ease
}

.mg-about-bigtitle {
    font-size: 245px;
    line-height: 92%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .mg-about-bigtitle {
        font-size:220px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .mg-about-bigtitle {
        font-size:200px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mg-about-bigtitle {
        font-size:178px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mg-about-bigtitle {
        font-size:150px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-about-bigtitle {
        font-size:120px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-about-bigtitle {
        font-size:96px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-about-bigtitle {
        font-size:68px
    }
}

.mg-about-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 119%;
    letter-spacing: -.06em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-about-title br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-about-title {
        font-size:40px
    }
}

.mg-about-title span {
    color: var(--tp-theme-primary)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-about-content {
        margin-left:0
    }
}

.mg-about-content .ca-hero-service ul li:not(:last-child) {
    margin-bottom: 8px
}

.mg-about-content .ca-hero-service ul li a {
    font-weight: 400
}

.mg-about-service ul {
    column-count: 2
}

@media (max-width: 574.98px) {
    .mg-about-service ul {
        column-count:1
    }
}

.about-me-spacing {
    padding-top: 180px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .about-me-spacing {
        padding-top:150px
    }
}

@media (max-width: 574.98px) {
    .about-me-spacing {
        padding-top:200px
    }
}

.about-me-slider-thumb img {
    border-radius: 16px
}

.about-me-slider-awards {
    position: absolute;
    right: 100px;
    top: 38px;
    z-index: 2
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-me-slider-awards {
        right:30px
    }
}

.about-me-slider-awards .pp-about-awards {
    background: #0003;
    border: none
}

.about-me-resume-maintitle {
    font-size: 92px;
    line-height: 111%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .about-me-resume-maintitle {
        font-size:80px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .about-me-resume-maintitle {
        font-size:65px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-me-resume-maintitle {
        font-size:50px
    }
}

.about-me-resume-date span {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.about-me-resume-title {
    font-size: 32px
}

.about-me-resume-location {
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    color: var(--tp-grey-1)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-me-resume-dec {
        margin-left:0
    }
}

.about-me-resume-dec p {
    font-size: 24px;
    line-height: 146%
}

.about-me-resume-item {
    padding: 62px 0 30px;
    border-top: 1px solid #09090b1a;
    border-bottom: 1px solid #09090b1a;
    margin-top: -1px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-me-resume-info {
        margin-left:0
    }
}

.about-us-spacing {
    padding-top: 200px
}

@media (max-width: 574.98px) {
    .about-us-spacing {
        padding-top:140px
    }
}

.about-us-title {
    font-size: 62px;
    line-height: 116%
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-title {
        font-size:50px
    }

    .about-us-title br {
        display: none
    }
}

@media (max-width: 574.98px) {
    .about-us-title {
        font-size:40px
    }
}

.about-us-team-slider-thumb {
    position: relative
}

.about-us-team-slider-thumb::before {
    position: absolute;
    content: "";
    background: #09090b;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.about-us-team-slider-title {
    font-size: 88px;
    letter-spacing: -.03em;
    color: var(--tp-common-white)
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-team-slider-title {
        font-size:65px
    }
}

.about-us-team-slider-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 2;
    text-align: center
}

@media (max-width: 574.98px) {
    .about-us-team-slider-content {
        width:310px
    }
}

.about-us-history-wrap {
    padding-top: 260px;
    padding-bottom: 230px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-wrap {
        padding-top:160px;
        padding-bottom: 130px
    }
}

.about-us-history-thumb img {
    border-radius: 24px;
    transition: all .6s ease
}

.about-us-history-thumb img:hover {
    border-radius: 200px
}

.about-us-history-col-2 {
    margin-left: 100px;
    margin-right: 246px;
    padding-bottom: 53px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-history-col-2 {
        margin-left:0;
        margin-right: 146px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-col-2 {
        margin-left:0;
        margin-right: 0
    }
}

.about-us-history-col-2 .about-us-history-thumb-sm {
    position: absolute;
    bottom: 0;
    right: -153px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-col-2 .about-us-history-thumb-sm {
        right:-20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-col-3 {
        margin-top:0
    }
}

.about-us-history-col-6 {
    margin-left: 90px;
    padding-top: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-col-6 {
        margin-left:0
    }
}

.about-us-history-col-7 {
    margin-left: 110px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-col-7 {
        margin-left:0
    }
}

.about-us-history-title {
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -.04em;
    color: var(--tp-theme-primary)
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .about-us-history-title {
        font-size:110px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .about-us-history-title {
        font-size:100px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us-history-title {
        font-size:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .about-us-history-title {
        font-size:68px
    }
}

@media (max-width: 574.98px) {
    .about-us-history-title {
        font-size:45px
    }
}

.tp-hero-spacing {
    padding-top: 160px;
    padding-bottom: 60px;
    height: 950px
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-spacing {
        height:800px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-hero-spacing {
        height:auto
    }
}

.tp-hero-title {
    font-size: 212px;
    line-height: 95%;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-hero-title {
        font-size:200px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-hero-title {
        font-size:190px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-title {
        font-size:165px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-title {
        font-size:135px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-title {
        font-size:110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title {
        font-size:85px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-hero-title {
        font-size:62px
    }
}

.tp-hero-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -.03em;
    color: var(--tp-grey-1)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-hero-dec br {
        display:none
    }
}

.tp-hero-shape {
    transform: translateY(-10px);
    display: inline-block;
    margin-right: 7px
}

.tp-hero-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-hero-social {
        margin-left:0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-hero-social {
        justify-content:flex-start
    }
}

.tp-hero-social a {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--tp-grey-1);
    border: 1px solid #2626261a;
    border-radius: 20px;
    padding: 6px 20px;
    display: inline-block
}

.tp-hero-social a:hover {
    background: var(--tp-common-black);
    border-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-hero-scale-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.tp-hero-scale-background .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0
}

.tp-hero-scale-background .background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tp-hero-scale-background .background-img.active {
    opacity: 1
}

.tp-hero-scale-gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    margin-inline:auto;position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.tp-hero-scale-gallery .thumbs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    will-change: width,height
}

.tp-hero-scale-gallery .thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tp-hero-scale-gallery .thumbs .title {
    position: absolute;
    top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    opacity: 0;
    transition: all .6s ease;
    background-color: var(--tp-grey-2);
    color: var(--tp-common-black);
    border-radius: 5px;
    line-height: 1;
    padding: 8px 12px
}

.tp-hero-scale-gallery .thumbs.hovered .title {
    opacity: 1
}

.tp-hero-slider-active .swiper-slide {
    width: auto!important
}

.tp-hero-slider-active .background-img img {
    width: 170px;
    height: 170px;
    object-fit: cover
}

.ca-hero-spacing {
    padding-top: 83px
}

.ca-hero-video {
    width: 327px;
    height: 220px;
    border-bottom: 1px solid #1e1e1e1a;
    padding-bottom: 250px;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ca-hero-video {
        width:276px;
        padding-bottom: 220px
    }
}

.ca-hero-video video {
    width: 100%;
    overflow: hidden;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-position: center center;
    mask-image: url(../img/hero/ca/shape.png);
    -webkit-mask-image: url(../img/hero/ca/shape.png)
}

.ca-hero-service ul li {
    list-style: none
}

.ca-hero-service ul li:not(:last-child) {
    margin-bottom: 3px
}

.ca-hero-service ul li a {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -.03em;
    color: var(--tp-common-black)
}

.ca-hero-service ul li a .explore-text {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    line-height: 1
}

.ca-hero-service ul li a .explore-text::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color .5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    z-index: -1
}

.ca-hero-service ul li a:hover .explore-text {
    transform: rotateX(90deg) translateY(-12px);
    color: inhewrit;
    color: var(--tp-theme-primary)
}

.ca-hero-title {
    font-family: var(--tp-ff-sequel-bold-head);
    font-size: 180px;
    letter-spacing: -.01em;
    line-height: 83%
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .ca-hero-title {
        font-size:125px
    }
}

@media (max-width: 574.98px) {
    .ca-hero-title {
        font-size:100px
    }
}

.ca-hero-title-wrap {
    border-left: 1px solid #1e1e1e1a;
    border-right: 1px solid #1e1e1e1a
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-hero-title-wrap {
        border:none
    }
}

.ca-hero-btn {
    width: 100%;
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    justify-content: space-between;
    border-radius: 0;
    padding: 22px 25px
}

.ca-hero-btn:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary)
}

.ca-hero-dec {
    padding-top: 280px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-hero-dec {
        margin-left:0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ca-hero-dec {
        padding-top:180px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-hero-dec {
        padding-top:0;
        padding-bottom: 80px
    }
}

.ca-hero-dec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -.03em;
    color: var(--tp-common-black);
    display: flex
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-hero-dec p br {
        display:none
    }
}

.ca-hero-dec p svg {
    flex: 0 0 auto;
    margin-right: 15px;
    margin-top: 7px
}

.ca-hero-thumb {
    height: 720px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-hero-thumb {
        height:500px
    }

    .ca-hero-thumb img {
        height: 600px
    }
}

.mp-hero-w-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.mp-hero-title {
    font-weight: 600;
    font-size: 82px;
    line-height: 110%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-hero-title {
        font-size:60px
    }

    .mp-hero-title br {
        display: none
    }
}

@media (max-width: 574.98px) {
    .mp-hero-title {
        font-size:37px
    }
}

.mp-hero-spacing {
    padding-top: 165px;
    padding-bottom: 105px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-magnetic {
        column-count:2
    }
}

.mp-hero-magnetic-image {
    border-radius: 22px;
    box-shadow: 0 4px 8px 0 #00000040;
    background: #d9d9d9;
    border: 2px solid var(--tp-common-black)
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+1):nth-child(4n+1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+2):nth-child(4n+2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+3):nth-child(4n+3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+4):nth-child(4n+4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translatey: 0
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item img {
    pointer-events: auto;
    width: auto;
    height: 100%;
    user-select: none;
    object-fit: cover;
    will-change: transform;
    transform: translateX(calc(var(--offsetX) * 1px)) translateY(calc(var(--offsetY) * 1px + var(--translateY)));
    transition: transform .7s linear(0,0.5737 7.6%,0.8382 11.87%,0.9463 14.19%,1.0292 16.54%,1.0886 18.97%,1.1258 21.53%,1.137 22.97%,1.1424 24.48%,1.1423 26.1%,1.1366 27.86%,1.1165 31.01%,1.0507 38.62%,1.0219 42.57%,0.9995 46.99%,0.9872 51.63%,0.9842 58.77%,1.0011 81.26%,1)
}

.mp-hero-bigtitle {
    font-size: 430px;
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .mp-hero-bigtitle {
        font-size:410px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .mp-hero-bigtitle {
        font-size:385px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mp-hero-bigtitle {
        font-size:330px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mp-hero-bigtitle {
        font-size:270px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mp-hero-bigtitle {
        font-size:225px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mp-hero-bigtitle {
        font-size:165px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-bigtitle {
        font-size:125px
    }
}

@media (max-width: 574.98px) {
    .mp-hero-bigtitle {
        font-size:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-hero-content {
        margin-left:0
    }
}

.pp-hero-video video {
    width: 100%
}

.pp-hero-spacing {
    padding-top: 395px;
    padding-bottom: 110px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pp-hero-spacing {
        padding-top:300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .pp-hero-spacing {
        padding-top:250px
    }
}

@media (max-width: 574.98px) {
    .pp-hero-spacing {
        padding-top:290px
    }
}

.pp-hero-service {
    border-top: 1px solid #ffffff80;
    padding-top: 25px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-hero-service {
        margin-right:0
    }
}

.pp-hero-service ul {
    padding-left: 13px
}

.pp-hero-service ul li {
    margin-bottom: 0!important;
    line-height: 1.6
}

.pp-hero-service ul li a {
    color: var(--tp-common-white);
    font-size: 16px
}

.pp-hero-subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.03em
}

.pp-hero-title {
    font-size: 48px;
    line-height: 121%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pp-hero-title {
        font-size:42px
    }
}

@media (max-width: 574.98px) {
    .pp-hero-title {
        font-size:35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-hero-avatar {
        padding-bottom:30px
    }
}

.pp-hero-avatar img {
    border: 2px solid #fff3;
    width: 63px;
    height: 63px;
    object-fit: cover;
    border-radius: 100px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-hero-content {
        margin-left:0
    }
}

.pp-hero-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center
}

.pp-hero-bg img {
    object-fit: cover;
    width: 972px;
    height: 1200px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-hero-bg img {
        width:600px;
        margin-bottom: -50px;
        height: auto
    }
}

.cs-hero-spacing {
    padding-top: 180px;
    padding-bottom: 130px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-video {
        margin-left:0
    }
}

.cs-hero-video video {
    border-radius: 16px;
    width: 256px;
    height: 147px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-video video {
        width:190px;
        height: 114px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-hero-video video {
        width:130px;
        height: 77px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-video video {
        margin-top:20px
    }
}

.cs-hero-title {
    font-size: 206px;
    line-height: .94;
    letter-spacing: .02em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cs-hero-title {
        font-size:165px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-title {
        font-size:130px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title {
        font-size:95px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title {
        text-align:center;
        font-size: 75px
    }
}

@media (max-width: 574.98px) {
    .cs-hero-title {
        font-size:52px
    }
}

.cs-hero-title .text-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -.05em;
    text-align: left;
    margin-top: 23px;
    margin-left: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        font-size:14px;
        margin-top: 8px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        position:absolute
    }
}

.cs-hero-title .text-sm-video {
    margin-top: -100px;
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top:-65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top:-36px
    }
}

.mg-hero-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0);
    z-index: -1;
    border-radius: 60px;
    overflow: hidden
}

.mg-hero-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 60px;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-bg img,.mg-hero-bg video {
        border-radius:30px
    }
}

.mg-hero-spacing {
    padding-top: 97px
}

.mg-hero-spacing-inner {
    min-height: 80vh;
    padding-top: 70px;
    padding-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-spacing-inner {
        padding-left:20px;
        padding-right: 20px
    }
}

.mg-hero-spacing-inner::before {
    position: absolute;
    content: "";
    background: #1e1e1e26;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 60px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-spacing-inner::before {
        border-radius:30px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-dec {
        margin-left:40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-dec {
        margin-left:0
    }
}

.mg-hero-dec p {
    font-weight: 500;
    font-size: 28px;
    line-height: 129%
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-dec p br {
        display:none
    }
}

.mg-hero-awards {
    box-shadow: inset 0 1px 10px 0 #00000026 inset 0 1px 10px 0 #00000026;
    background: #0000
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-awards {
        margin-right:40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-awards {
        margin-right:0
    }
}

.mg-hero-slider-title {
    font-size: 159px;
    line-height: 94%;
    letter-spacing: -.06em;
    position: relative
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-hero-slider-title {
        font-size:130px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mg-hero-slider-title {
        font-size:100px
    }
}

@media (max-width: 574.98px) {
    .mg-hero-slider-title {
        font-size:60px
    }
}

.mg-hero-slider-symbol {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -.13em;
    border: 4px solid var(--tp-common-white);
    border-radius: 20px;
    line-height: 1;
    width: 39px;
    height: 44px;
    position: absolute;
    top: 22px;
    right: -60px;
    text-align: center;
    padding-top: 3px
}

@media (max-width: 574.98px) {
    .mg-hero-slider-symbol {
        top:0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left:40px;
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left:0
    }
}

.mg-hero-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.mg-hero-tag ul li {
    list-style: none
}

.mg-hero-tag ul li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.01em;
    color: var(--tp-common-white);
    border: 1px solid #ffffff0d;
    border-radius: 50px;
    padding: 6px 16px;
    background: #ffffff0a;
    display: inline-block
}

.mg-hero-tag ul li a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-scrool {
        margin-right:40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-hero-scrool {
        margin-right:0;
        margin-top: 0
    }
}

.mg-hero-scrool a {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.03em;
    color: var(--tp-common-white)
}

.mg-hero-scrool a:hover {
    color: var(--tp-theme-primary)
}

.mg-hero-scrool a svg {
    margin-left: 5px
}

.shop-hero-spacing {
    padding-top: 120px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-hero-spacing {
        padding-top:79px
    }
}

.shop-hero-item:hover .shop-hero-thumb img {
    transform: scale(1.1)
}

.shop-hero-item-3 .shop-hero-thumb img {
    object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height:600px
    }
}

@media (max-width: 574.98px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height:400px
    }
}

.shop-hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0 30px
}

@media (max-width: 574.98px) {
    .shop-hero-content {
        bottom:20px
    }
}

.shop-hero-title {
    font-size: 52px;
    line-height: 112%;
    letter-spacing: -.03em;
    color: var(--tp-common-white)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-hero-title {
        font-size:40px;
        margin-bottom: 0
    }
}

@media (max-width: 574.98px) {
    .shop-hero-title {
        font-size:30px
    }
}

.shop-hero-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -.05em;
    color: var(--tp-grey-5)
}

@media (max-width: 574.98px) {
    .shop-hero-dec {
        font-size:18px
    }
}

.shop-hero-thumb {
    border-radius: 16px;
    position: relative
}

.shop-hero-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0003;
    border-radius: 16px;
    z-index: 1
}

.shop-hero-thumb img {
    border-radius: 16px;
    transition: all .9s ease
}

.tp-service-title {
    font-size: 110px;
    line-height: 1.1;
    letter-spacing: -.05em;
    transition: all .5s ease;
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out;
    background-size: 0 6px,0 6px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-title {
        font-size:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-title {
        font-size:70px
    }
}

@media (max-width: 574.98px) {
    .tp-service-title {
        font-size:45px
    }
}

.tp-service-title:hover {
    background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
    background-size: 0 1px,100% 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    -webkit-transition: all .4s ease .3s ease-out;
    -moz-transition: all .4s ease .3s ease-out;
    -ms-transition: all .4s ease .3s ease-out;
    -o-transition: all .4s ease .3s ease-out;
    transition: all .4s ease .3s ease-out;
    background-size: 0 6px,100% 6px
}

.tp-service-title:hover a {
    opacity: 1
}

.tp-service-title:hover .tp-service-icon {
    opacity: 1;
    visibility: visible
}

.tp-service-title a {
    opacity: .3
}

.tp-service-icon {
    transform: translateY(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

@media (max-width: 574.98px) {
    .tp-service-icon {
        width:26px;
        transform: translateY(-5px)
    }

    .tp-service-icon svg {
        width: 26px;
        margin-left: 5px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-content {
        margin-right:0
    }
}

.tp-service-img-wrapper {
    height: 450px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-img-wrapper {
        height:440px
    }
}

@media (max-width: 574.98px) {
    .tp-service-img-wrapper {
        height:300px
    }
}

.tp-service-img-wrapper.image-container {
    position: relative;
    overflow: hidden
}

.tp-service-img-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px
}

.tp-service-img-wrapper .hover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-list-wrap {
        margin-left:0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-service-list {
        margin-left:0
    }
}

.pp-service-list ul li {
    list-style: none
}

.pp-service-list ul li a {
    font-family: var(--tp-ff-sequel-medium);
    font-size: 28px;
    letter-spacing: -.05em;
    color: var(--tp-common-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2626261a;
    padding: 11px 0
}

@media (max-width: 574.98px) {
    .pp-service-list ul li a {
        font-size:24px
    }
}

.pp-service-list ul li a:hover span {
    opacity: 1;
    visibility: visible
}

.pp-service-list ul li a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    margin: 10px 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.shop-service-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -.03em
}

.shop-service-dec {
    line-height: 150%;
    letter-spacing: -.04em
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-service-dec br {
        display:none
    }
}

.shop-service-item {
    gap: 35px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-service-item {
        margin-left:0
    }
}

.shop-service-item:hover .shop-service-icon {
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: .4s;
    animation-iteration-count: 1
}

.shop-service-icon {
    transition: all .4s ease
}

.shop-service-content .tp-btn {
    padding: 0;
    background: none;
    color: var(--tp-common-black);
    gap: 0;
    text-transform: none;
    letter-spacing: .02em
}

.shop-service-content .tp-btn span {
    padding-right: 3px
}

.inner-service-banner-bottom {
    border-top: 1px solid #0101031a;
    padding: 13px 0 3px
}

.inner-service-banner-scroll a,.inner-service-banner-scroll span {
    font-size: 16px;
    color: var(--tp-common-black)
}

.inner-service-banner-scroll a span,.inner-service-banner-scroll span span {
    display: inline-block;
    margin-left: 5px
}

.inner-service-banner-scroll a:hover {
    color: var(--tp-theme-primary)
}

.inner-service-banner-scroll a:hover span {
    color: var(--tp-theme-primary)
}

.inner-service-gallery {
    position: relative
}

.inner-service-gallery::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0009;
    top: 0;
    left: 0;
    z-index: 1
}

.inner-service-gallery-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

.inner-service-2-title {
    font-size: 200px;
    letter-spacing: -.05em;
    line-height: .97
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .inner-service-2-title {
        font-size:170px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-service-2-title {
        font-size:140px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-service-2-title {
        font-size:100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .inner-service-2-title {
        font-size:70px
    }
}

@media (max-width: 574.98px) {
    .inner-service-2-title {
        font-size:50px
    }
}

.inner-service-2-wrap .about-me-resume-date span {
    font-size: 24px;
    margin-top: 20px;
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .inner-service-2-wrap .about-me-resume-date span {
        font-size:20px
    }
}

.inner-service-2-wrap .about-me-resume-title {
    font-size: 40px;
    line-height: 104%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .inner-service-2-wrap .about-me-resume-title {
        font-size:70px
    }
}

.inner-service-2-wrap .about-me-resume-title a:hover {
    color: var(--tp-theme-primary)
}

.inner-service-2-wrap .about-me-resume-dec p {
    font-size: 18px;
    line-height: 167%;
    letter-spacing: .02em;
    margin-right: 95px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .inner-service-2-wrap .about-me-resume-dec p {
        margin-right:0
    }
}

.inner-service-2-wrap .about-me-resume-item {
    padding: 62px 0 35px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-details-hero-subtitle {
        margin-right:-40px
    }
}

.tp-service-details-hero-subtitle span {
    font-size: 18px;
    color: var(--tp-common-black);
    position: relative;
    padding-left: 16px;
    display: inline-block
}

.tp-service-details-hero-subtitle span::before {
    position: absolute;
    content: "";
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background: var(--tp-common-black);
    left: 0;
    top: 9px
}

.tp-service-details-hero-subtitle span svg {
    margin-left: 5px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-details-hero-title {
        margin-left:60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-details-hero-title {
        margin-left:0
    }
}

.tp-service-details-hero-title h2 {
    font-size: 92px;
    line-height: 98%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-details-hero-title h2 {
        font-size:60px
    }
}

@media (max-width: 574.98px) {
    .tp-service-details-hero-title h2 {
        font-size:60px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-details-hero-link {
        margin-left:0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-details-hero-link {
        margin-top:20px
    }
}

.tp-service-details-hero-link ul {
    column-count: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),(max-width: 574.98px) {
    .tp-service-details-hero-link ul {
        column-count:1
    }
}

.tp-service-details-hero-link ul li a {
    font-size: 18px
}

.tp-service-details-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: var(--tp-common-black)
}

.tp-service-details-title {
    font-size: 24px;
    line-height: 142%;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-service-details-content {
        margin-right:0
    }
}

.tp-service-details-content ul li {
    list-style: none;
    display: flex;
    margin-bottom: 10px
}

.tp-service-details-content ul li i {
    font-size: 24px;
    color: var(--tp-common-black);
    margin-right: 15px;
    margin-top: 2px
}

.tp-service-details-content ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--tp-common-black)
}

.tp-service-details-faq .tp-faq-item {
    box-shadow: none;
    background: transparent;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #0000001a
}

.tp-service-details-faq .tp-faq-button {
    font-size: 28px;
    font-family: var(--tp-ff-sequel-medium);
    font-weight: inherit;
    letter-spacing: .02em;
    display: flex
}

@media (max-width: 574.98px) {
    .tp-service-details-faq .tp-faq-button {
        font-size:22px
    }
}

.tp-service-details-faq .tp-faq-body p {
    font-size: 18px;
    line-height: 156%;
    color: var(--tp-common-black);
    margin-bottom: 20px
}

.tp-service-details-faq-one .tp-faq-button::before,.tp-service-details-faq-one .tp-faq-button:after {
    display: none
}

.tp-service-details-faq-two .tp-faq-button span {
    margin-right: 40px
}

@media (max-width: 574.98px) {
    .tp-service-details-faq-two .tp-faq-button span {
        margin-right:20px
    }
}

.tp-service-details-faq-two .tp-faq-body p {
    margin-left: 69px
}

@media (max-width: 574.98px) {
    .tp-service-details-faq-two .tp-faq-body p {
        margin-left:0
    }
}

.tp-service-details-faq-two .tp-faq-button::before,.tp-service-details-faq-two .tp-faq-button:after {
    border: none!important;
    background: transparent!important;
    color: var(--tp-common-black);
    top: 14px
}

.tp-service-details-faq-two .tp-faq-item {
    padding: 20px 0
}

.tp-service-overview-border {
    transform: translateY(0)!important
}

:root {
    --numofslides: 5;
    --slidingat: 1.3s;
    --controlsize: 60px
}

.tp-portfolio-thumb {
    border-radius: 16px;
    overflow: hidden
}

.tp-portfolio-thumb img {
    border-radius: 16px;
    transition: transform 500ms;
    transform-origin: center center;
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)
}

.tp-portfolio-item {
    border-radius: 16px;
    overflow: hidden
}

.tp-portfolio-item:hover .tp-portfolio-thumb img {
    transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)
}

.tp-portfolio-title {
    font-size: 36px;
    letter-spacing: -.04em;
    color: var(--tp-common-white)
}

@media (max-width: 574.98px) {
    .tp-portfolio-title {
        font-size:32px
    }
}

.tp-portfolio-subtitle {
    font-size: 16px;
    letter-spacing: -.04em;
    color: var(--tp-common-white)
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs {
    border-bottom: none
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid #1e1e1e1a
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active,.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-white);
    background: var(--tp-common-black)
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
    background-color: var(--tp-common-black)
}

.tp-portfolio-inner-tab-style-2 nav .nav-tabs {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-inner-tab-style-2 nav .nav-tabs {
        flex-direction:row
    }
}

.tp-portfolio-inner-tab-style-4 .tp-portfolio-title {
    color: var(--tp-common-black)
}

.tp-portfolio-inner-tab-style-4 .tp-portfolio-subtitle {
    color: var(--tp-common-black)
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-inner-tab-style-4 .tp-portfolio-item {
        margin-bottom:40px
    }
}

.tp-portfolio-hero-ptb {
    padding-top: 200px;
    padding-bottom: 30px;
    background: #09090bb3
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-hero-ptb {
        padding-top:150px
    }
}

.tp-portfolio-hero-dec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: var(--tp-common-white)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-hero-content {
        margin-bottom:50px
    }
}

.tp-portfolio-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.tp-portfolio-hero-video video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.ca-portfolio-content {
    background: var(--tp-grey-4);
    border-radius: 16px;
    padding: 16px 20px
}

.ca-portfolio-title {
    font-size: 20px
}

.ca-portfolio-date {
    font-size: 14px;
    letter-spacing: .07em;
    color: #848282
}

.ca-portfolio-thumb {
    border-radius: 16px
}

.ca-portfolio-item {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-portfolio-item {
        margin-top:0!important;
        padding-top: 0!important
    }
}

.ca-portfolio-item:hover .ca-portfolio-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1)
}

.ca-portfolio-item-3 {
    margin-top: -105px
}

.ca-portfolio-item-4 {
    padding-top: 320px
}

.ca-portfolio-item-6 {
    padding-top: 530px
}

.ca-portfolio-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.ca-portfolio-btn .text {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.05em;
    text-align: center;
    color: var(--tp-common-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.ca-portfolio-main-title {
    font-size: 150px;
    line-height: 93%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .ca-portfolio-main-title {
        font-size:100px
    }
}

@media (max-width: 574.98px) {
    .ca-portfolio-main-title {
        font-size:75px
    }
}

.ca-portfolio-main-title span {
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -.05em
}

.ca-portfolio-main-title span svg {
    margin-top: -60px;
    margin-left: 5px
}

.ca-portfolio-main-title-wrap {
    margin-bottom: -270px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-portfolio-main-title-wrap {
        margin-bottom:30px
    }
}

.tp-hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mp-portfolio-thumb {
    border-radius: 12px;
    overflow: hidden;
    display: block
}

.mp-portfolio-thumb img {
    border-radius: 12px;
    transition: all .6s ease
}

.mp-portfolio-title {
    font-size: 28px;
    letter-spacing: -.04em;
    margin-bottom: 3px
}

.mp-portfolio-item:hover .mp-portfolio-thumb img {
    transform: scale(1.1)
}

.mp-portfolio-control {
    align-items: center
}

.mp-portfolio-control-new {
    font-size: 36px;
    letter-spacing: -.04em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mp-portfolio-control-new {
        font-size:26px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-portfolio-control-new {
        font-size:20px
    }
}

.mp-portfolio-navigation {
    margin-bottom: 10px
}

.mp-portfolio-navigation span {
    border-radius: 50px;
    border: 1px solid #2626261a;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
}

.mp-portfolio-navigation span:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.mp-portfolio-slider-control {
    position: absolute;
    top: -1px;
    padding: 30px 30px 78px;
    bottom: 0;
    left: calc(25% - 0.5555555556rem);
    width: calc(25% + 0.8333333333rem);
    z-index: 2;
    background: var(--tp-common-white)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-portfolio-slider-control {
        left:auto;
        width: auto;
        position: inherit;
        padding: 0 0 10px
    }
}

.mp-portfolio-slider-control-bottom {
    left: auto;
    right: calc(25% - 0.5555555556rem)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-portfolio-slider-control-bottom {
        left:0;
        right: auto
    }
}

.mp-portfolio-tab ul {
    background: #f6f6f6;
    padding: 5px 6px 0;
    display: inline-block;
    border-radius: 50px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-portfolio-tab ul {
        padding:15px 16px 10px
    }
}

.mp-portfolio-tab ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}

.mp-portfolio-tab ul li a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.05em;
    color: var(--tp-common-black);
    border-radius: 50px;
    padding: 18px 33px;
    display: inline-block;
    line-height: 1;
    transition: all .4s ease
}

.mp-portfolio-tab ul li a.active {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-animate-tab .tab-pane {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: .2s
}

.tp-animate-tab .tab-pane.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-delay: .3s
}

.pp-porfolio-subtitle {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.03em
}

.pp-porfolio-content ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.pp-porfolio-content ul li:not(:last-child) {
    margin-bottom: 35px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-porfolio-content ul li {
        flex-direction:column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px
    }
}

.pp-porfolio-content ul li.active a {
    color: var(--tp-common-white)
}

.pp-porfolio-content ul li a {
    font-family: var(--tp-ff-sequel-semi-bold);
    font-size: 82px;
    line-height: 1;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #ffffff4d
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .pp-porfolio-content ul li a {
        font-size:50px
    }
}

@media (max-width: 574.98px) {
    .pp-porfolio-content ul li a {
        font-size:38px
    }
}

.pp-porfolio-content ul li a:hover {
    color: var(--tp-common-white)
}

.pp-porfolio-date {
    text-align: right
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .pp-porfolio-date {
        text-align:left
    }
}

.pp-porfolio-date span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: block
}

.pp-porfolio-bg-1,.pp-porfolio-bg-2,.pp-porfolio-bg-3,.pp-porfolio-bg-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    visibility: hidden;
    transition: all .9s;
    transform: scale(1.04,1.04)
}

.pp-porfolio-slider {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    padding: 22px 0
}

.pp-porfolio-slider span {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: flex;
    align-items: center
}

.pp-porfolio-slider span span {
    border: 1px solid var(--tp-common-white);
    width: 26px;
    height: 1px;
    display: inline-block;
    margin: 0 10px
}

#pp-porfolio-bg-box.pp-porfolio-bg-1 {
    opacity: 1
}

#pp-porfolio-bg-box.pp-porfolio-bg-1 .pp-porfolio-bg-1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#pp-porfolio-bg-box.pp-porfolio-bg-2 {
    opacity: 1
}

#pp-porfolio-bg-box.pp-porfolio-bg-2 .pp-porfolio-bg-2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#pp-porfolio-bg-box.pp-porfolio-bg-3 {
    opacity: 1
}

#pp-porfolio-bg-box.pp-porfolio-bg-3 .pp-porfolio-bg-3 {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#pp-porfolio-bg-box.pp-porfolio-bg-4 {
    opacity: 1
}

#pp-porfolio-bg-box.pp-porfolio-bg-4 .pp-porfolio-bg-4 {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.cs-portfolio-item {
    background: var(--tp-common-black);
    padding: 12px 12px 37px;
    border-radius: 32px
}

.cs-portfolio-item:hover .cs-portfolio-thumb img {
    filter: saturate(1);
    transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)
}

.cs-portfolio-item-2 {
    margin-right: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-portfolio-item-2 {
        margin-right:0
    }
}

.cs-portfolio-item-3 {
    margin-left: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-portfolio-item-3 {
        margin-left:0
    }
}

.cs-portfolio-thumb {
    border-radius: 16px;
    overflow: hidden
}

.cs-portfolio-thumb img {
    border-radius: 16px;
    filter: saturate(0);
    transition: all .6s ease;
    transform-origin: center center;
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)
}

.cs-portfolio-title {
    font-size: 32px;
    letter-spacing: -.03em
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-portfolio-title {
        margin-bottom:20px
    }
}

.cs-portfolio-content {
    padding: 45px 10px 0
}

.cs-portfolio-tag ul li {
    list-style: none;
    display: inline-block
}

.cs-portfolio-tag ul li:not(:first-child) {
    margin-left: 5px
}

.cs-portfolio-tag ul li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border: 1px solid #ffffff1a;
    border-radius: 50px;
    padding: 8px 19px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block
}

.cs-portfolio-tag ul li a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white)
}

.mg-portfolio-dec {
    letter-spacing: -.03em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-portfolio-dec br {
        display:none
    }
}

.mg-portfolio-content {
    padding: 23px 0 0
}

.mg-portfolio-content .cs-portfolio-tag ul li a {
    font-size: 12px;
    color: var(--tp-common-black);
    border: 1px solid #1b170f1a
}

.mg-portfolio-content .cs-portfolio-tag ul li a:hover {
    border-color: var(--tp-common-black);
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.mg-portfolio-content .cs-portfolio-title {
    font-size: 26px
}

.mg-portfolio-item {
    border-radius: 10px;
    overflow: hidden
}

.mg-portfolio-item:hover .mg-portfolio-thumb img {
    transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-portfolio-item-wrap {
        margin-left:0
    }
}

.mg-portfolio-thumb {
    border-radius: 10px;
    overflow: hidden
}

.mg-portfolio-thumb img {
    border-radius: 10px;
    transition: all .6s ease;
    transform-origin: center center;
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-ptb {
        padding-top:150px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-ptb {
        padding-bottom:50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-area {
        padding-bottom:100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-area {
        padding-bottom:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-top {
        padding-bottom:50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-top {
        padding-bottom:40px
    }
}

.tp-pd-2-title {
    font-size: 140px;
    line-height: 1;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-2-title {
        font-size:110px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-pd-2-title {
        font-size:100px;
        letter-spacing: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-title {
        font-size:52px;
        letter-spacing: 0
    }
}

.tp-pd-2-categories span {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 24px;
    position: relative;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid #09090b1a
}

.tp-pd-2-categories span a:hover {
    color: var(--tp-theme-primary)
}

.tp-pd-2-categories span::before {
    position: absolute;
    top: 15px;
    left: 12px;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--tp-theme-primary)
}

.tp-pd-2-bottom-item {
    border-top: 1px solid #09090b1a;
    padding-top: 32px
}

.tp-pd-2-bottom-item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--tp-common-black)
}

.tp-pd-2-bottom-item h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.tp-pd-2-banner {
    height: 950px;
    overflow: hidden
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-2-banner {
        height:680px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-banner {
        height:600px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-pd-2-banner {
        height:500px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-banner {
        height:250px
    }
}

.tp-pd-2-banner img {
    width: 100%;
    margin-top: -150px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-banner img {
        margin-top:-100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-pd-2-banner img {
        margin-top:-20px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-banner img {
        margin-top:-50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .tp-pd-2-overview-heading {
        padding-bottom:30px
    }
}

.tp-pd-2-overview-title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-overview-wrap {
        margin-right:0
    }
}

.tp-pd-2-overview-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 162%;
    margin-bottom: 24px;
    color: #09090bcc
}

.tp-pd-2-overview-wrap ul {
    padding-top: 20px
}

.tp-pd-2-overview-wrap ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 16px;
    color: var(--tp-common-black)
}

.tp-pd-2-overview-wrap ul li:not(:last-of-type) {
    border-bottom: 1px solid #09090b1a
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-slider-ptb {
        padding-bottom:100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .tp-pd-2-slider-ptb {
        padding-bottom:80px
    }
}

.tp-pd-2-slider-wrapper {
    margin: 0 -200px
}

@media (max-width: 574.98px) {
    .tp-pd-2-slider-wrapper {
        margin:0
    }
}

.tp-pd-2-slider-wrapper .swiper-wrapper {
    padding-bottom: 40px
}

.tp-pd-2-slider-thumb {
    overflow: hidden
}

.tp-pd-2-slider-thumb:hover img {
    transform: scale(1.2)
}

.tp-pd-2-slider-thumb img {
    transition: .9s ease-in-out
}

.tp-pd-2-dot .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    transition: .3s;
    border-radius: 50%;
    display: inline-block;
    background: var(--tp-common-black)
}

.tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    background-color: var(--tp-common-black)
}

@media (max-width: 574.98px) {
    .tp-pd-2-step-heading {
        padding-bottom:40px
    }
}

.tp-pd-2-step-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: var(--tp-common-black)
}

@media (max-width: 574.98px) {
    .tp-pd-2-step-title {
        font-size:35px;
        letter-spacing: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-step-title br {
        display:none
    }
}

.tp-pd-2-step-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.tp-pd-2-step-item span {
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    display: inline-block;
    color: var(--tp-grey-1)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-step-item span br {
        display:none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-thumb-ptb {
        padding-bottom:100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-thumb-ptb {
        padding-bottom:80px
    }
}

.tp-pd-2-thumb-item {
    overflow: hidden;
    height: 600px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-2-thumb-item {
        height:500px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-thumb-item {
        height:400px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-pd-2-thumb-item {
        height:450px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-thumb-item {
        height:250px
    }
}

.tp-pd-2-thumb-item img {
    margin-top: -100px;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-thumb-item img {
        margin-top:-60px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-thumb-item img {
        margin-top:-40px
    }
}

.tp-pd-2-thumb-item-2 {
    height: 843px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-2-thumb-item-2 {
        height:600px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-2-thumb-item-2 {
        height:500px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-pd-2-thumb-item-2 {
        height:450px
    }
}

@media (max-width: 574.98px) {
    .tp-pd-2-thumb-item-2 {
        height:250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-2-np-ptb {
        padding-bottom:80px
    }
}

.tp-pd-2-np-content a {
    width: 180px;
    height: 180px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 -14px;
    text-align: center;
    line-height: 180px;
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid #09090b1a
}

.tp-pd-2-np-content a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.tp-pd-2-np-content a svg {
    margin: 0 4px
}

.tp-pd-3-title {
    font-size: 240px;
    letter-spacing: .02em
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-pd-3-title {
        font-size:235px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-pd-3-title {
        font-size:219px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-pd-3-title {
        font-size:190px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-3-title {
        font-size:155px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-3-title {
        font-size:128px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-pd-3-title {
        font-size:96px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-3-title {
        font-size:70px
    }
}

.tp-pd-3-title.fs-186 {
    font-size: 186px
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-pd-3-title.fs-186 {
        font-size:185px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-pd-3-title.fs-186 {
        font-size:170px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-pd-3-title.fs-186 {
        font-size:145px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-pd-3-title.fs-186 {
        font-size:118px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-pd-3-title.fs-186 {
        font-size:100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-pd-3-title.fs-186 {
        font-size:74px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-pd-3-title.fs-186 {
        font-size:55px
    }
}

.tp-pd-3-style .tp-pd-2-bottom-item {
    padding-top: 0;
    border-top: none
}

.tp-portfolio-mix-slider {
    height: 100%;
    width: 100%
}

.tp-portfolio-mix-slider-wrap.mix {
    padding: 0;
    height: 100vh
}

.tp-portfolio-mix-slider-navigation {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tp-portfolio-mix-slider-navigation .nav-icon {
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    color: var(--tp-common-white);
    line-height: 1;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.tp-portfolio-mix-slider-navigation .slider-nav {
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-portfolio-mix-slider-navigation .slider-nav {
        height:80px
    }
}

.tp-portfolio-mix-slider-navigation .slider-nav-box {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tp-portfolio-mix-slider-navigation.navigation-white .nav-icon {
    color: var(--tp-common-black)
}

.tp-portfolio-mix-slider-image .popup-image {
    position: absolute;
    bottom: 200px;
    left: 72px;
    right: auto
}

@media (max-width: 574.98px) {
    .tp-portfolio-mix-slider-image .popup-image {
        display:none
    }
}

.tp-portfolio-mix-slider-image .popup-image i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0003;
    backdrop-filter: blur(10px);
    color: var(--tp-common-white)
}

.tp-portfolio-mix-slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-text {
    transform: translateX(200px);
    transition: all 2s ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-text {
        transform:translateX(0px)
    }
}

.tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-heading {
    transform: translateX(-200px);
    transition: all 2s ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-heading {
        transform:translateX(0px)
    }
}

.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-mix-slide-text {
    transform: translateX(0px)
}

.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-mix-slide-heading {
    transform: translateX(0px)
}

.tp-portfolio-mix-slide-heading {
    font-size: clamp(5rem,8vw,10rem);
    line-height: .5;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sequel-bold-head);
    letter-spacing: -2px;
    text-transform: capitalize
}

@media (max-width: 574.98px) {
    .tp-portfolio-mix-slide-heading {
        line-height:1
    }
}

.tp-portfolio-mix-slide-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
    display: inline-block;
    color: var(--tp-common-white);
    text-transform: uppercase
}

@media (max-width: 574.98px) {
    .tp-portfolio-mix-slide-text {
        margin-bottom:10px
    }
}

.tp-portfolio-mix-pagination {
    position: absolute;
    top: auto!important;
    bottom: 0;
    transform: none;
    height: 50px;
    left: 0!important;
    right: 0!important;
    display: inline-flex;
    gap: 20px;
    margin-inline:auto;align-items: center;
    justify-content: center;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-mix-pagination {
        gap:10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-mix-pagination {
        display:none
    }
}

.tp-portfolio-mix-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    transition: .4s;
    position: relative;
    border-radius: 5px;
    background: #ffffff4d
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-mix-pagination .swiper-pagination-bullet {
        width:50px
    }
}

.tp-portfolio-mix-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    width: 80px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-mix-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
        width:40px
    }
}

.tp-portfolio-mix-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    transition: .6s;
    z-index: 9;
    left: 0;
    border-radius: 5px;
    background: #ffffff4d
}

.tp-portfolio-mix-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    transition: .6s;
    z-index: 8;
    left: 0;
    background-color: #fff
}

.tp-portfolio-mix-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
    width: 100%
}

.tp-portfolio-revealing-slider {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.tp-portfolio-revealing-slider-social {
    position: absolute;
    bottom: 75px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-revealing-slider-social a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 12px;
    color: var(--tp-common-white)
}

.tp-portfolio-revealing-slider-slides {
    z-index: 1;
    position: relative;
    height: 100%
}

.tp-portfolio-revealing-slider-control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: var(--controlSize);
    height: var(--controlSize);
    margin-left: calc(var(--controlSize) / -2);
    margin-top: calc(var(--controlSize) / -2);
    border-radius: 50%;
    background-color: var(--tp-common-white)FF00;
    backdrop-filter: blur(20px);
    transition: background-color .3s;
    cursor: pointer
}

.tp-portfolio-revealing-slider-control:hover {
    background-color: var(--tp-theme-primary)
}

.tp-portfolio-revealing-slider-control:hover .tp-portfolio-revealing-slider-control-line::after {
    background-color: #fff
}

@media (max-width: 574.98px) {
    .tp-portfolio-revealing-slider-control {
        top:70%;
        left: 10%
    }
}

.tp-portfolio-revealing-slider-control-right {
    left: 95%
}

@media (max-width: 574.98px) {
    .tp-portfolio-revealing-slider-control-right {
        left:90%
    }
}

.tp-portfolio-revealing-slider-control-right .tp-portfolio-revealing-slider-control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg)
}

.tp-portfolio-revealing-slider-control-right .tp-portfolio-revealing-slider-control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg)
}

.tp-portfolio-revealing-slider-control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50% 0;
    transform: rotate(-45deg)
}

.tp-portfolio-revealing-slider-control-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    transition: background-color .3s
}

.tp-portfolio-revealing-slider-control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg)
}

.tp-portfolio-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line::after {
    animation: arrowLineRotation .49s
}

.tp-portfolio-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line:nth-child(1)::after {
    animation: arrowLineRotationRev .49s
}

.tp-portfolio-revealing-slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: clip-path 0s calc(var(--slidingAT) * 0.7);
    clip-path: circle(calc(var(--controlSize) / 2) at 120vw 50%)
}

.tp-portfolio-revealing-slide-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center
}

.tp-portfolio-revealing-slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-revealing-slide-heading {
    font-size: clamp(5rem,12vw,10rem);
    line-height: .8;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sequel-bold-head);
    letter-spacing: -4px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-revealing-slide-heading {
        letter-spacing:0
    }
}

.tp-portfolio-revealing-slide-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--tp-common-white);
    text-transform: uppercase
}

.tp-portfolio-revealing-slide.s-prev {
    clip-path: circle(calc(var(--controlSize) / 2) at 30vw 50%)
}

.tp-portfolio-revealing-slide.s-active {
    z-index: 1;
    transition: clip-path var(--slidingAT);
    clip-path: circle(120vmax at 120vw 50%)
}

.tp-portfolio-revealing-slide.s-active.s-active-prev {
    clip-path: circle(120vmax at 30vw 50%)
}

.tp-portfolio-slider__wrap {
    grid-area: main;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh
}

.tp-portfolio-slider__item {
    grid-area: 1/1/-1/-1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none
}

.tp-portfolio-slider__item.current {
    opacity: 1;
    z-index: 50;
    pointer-events: auto
}

.tp-portfolio-slider__item-inner {
    position: relative;
    width: 120%;
    height: 120%;
    display: grid;
    place-items: center;
    grid-area: 1/1/-1/-1;
    background-size: cover;
    background-position: 50% 50%
}

.tp-portfolio-slider-type {
    grid-area: main;
    display: grid;
    place-items: center;
    z-index: 9;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-slider-type {
        bottom:20%;
        width: 100%
    }
}

.tp-portfolio-slider-type-title {
    font-size: 120px;
    line-height: .9;
    margin-bottom: 0;
    text-align: center;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sequel-bold-head)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-slider-type-title {
        font-size:90px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-slider-type-title {
        font-size:60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-slider-type-title {
        font-size:50px
    }
}

@media (max-width: 574.98px) {
    .tp-portfolio-slider-type-title {
        font-size:40px
    }
}

.tp-portfolio-slider__mail {
    position: absolute;
    top: 50%;
    right: 4%;
    z-index: 55;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-slider__mail {
        right:45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-slider__mail {
        right:30px
    }
}

.tp-portfolio-slider__mail a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .6px;
    writing-mode: vertical-lr;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

.tp-portfolio-slider__social {
    position: absolute;
    top: 50%;
    left: 4%;
    z-index: 55;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-slider__social {
        left:45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-slider__social {
        left:30px;
        display: none
    }
}

.tp-portfolio-slider__social a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin: 14px 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-white)
}

.tp-portfolio-slider__copyright {
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-slider__copyright {
        top:65px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-slider__copyright {
        display:none
    }
}

.tp-portfolio-slider__copyright p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-portfolio-slider__copyright p a {
    position: relative
}

.tp-portfolio-slider__copyright p a::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    transition: .3s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white)
}

.tp-portfolio-slider__copyright p:hover a::after {
    right: auto;
    width: 100%;
    opacity: 1;
    visibility: visible
}

.tp-portfolio-skew-wrap .slide {
    width: 100%;
    height: 100%;
    grid-area: 1/1/-1/-1;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    will-change: transform,opacity
}

.tp-portfolio-skew-wrap .slide--current {
    pointer-events: auto;
    opacity: 1
}

.tp-portfolio-skew-wrap .slide--current .skew-slider-content {
    opacity: 1;
    visibility: visible
}

.tp-portfolio-skew-wrap .slide__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: transform,opacity,filter
}

.tp-portfolio-skew-wrap .skew-slider-wrap {
    width: 100%;
    height: 100vh;
    display: grid;
    overflow: hidden;
    place-items: center;
    grid-template-rows: 100%;
    grid-template-columns: 100%
}

.tp-portfolio-skew-wrap .skew-slider-arrow {
    position: absolute;
    bottom: 80px;
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 0 100px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-skew-wrap .skew-slider-arrow {
        padding:0 45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-arrow {
        padding:0 20px
    }
}

.tp-portfolio-skew-wrap .skew-slider-arrow button {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-1,.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-2 {
    transition: .3s;
    margin-right: 7px;
    transform: translate(0px,-1px)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-2 {
    margin-left: 7px
}

.tp-portfolio-skew-wrap .skew-slider-arrow button:hover .icon-1 {
    transform: translate(-3px,-1px)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button:hover .icon-2 {
    transform: translate(3px,-1px)
}

.tp-portfolio-skew-wrap .skew-slider-content {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    padding-left: 320px;
    visibility: hidden;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left:200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left:150px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left:50px
    }
}

.tp-portfolio-skew-wrap .skew-slider-content h4 {
    font-size: 120px;
    line-height: .9;
    letter-spacing: -.03em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sequel-bold-head)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size:80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size:60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size:50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size:40px
    }
}

.tp-portfolio-skew-wrap .skew-slider-content > span {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    font-family: var(--tp-ff-inter);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .slides-numbers {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-portfolio-skew-wrap .slides-numbers-wrap {
        display:none
    }
}

.tp-portfolio-skew-wrap .slides-numbers span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1;
    color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .slides-numbers span.text-1 {
    transform: translateX(-5px)
}

.tp-portfolio-skew-wrap .slides-numbers span.text-2 {
    margin-left: 10px;
    transform: rotate(25deg);
    transform-origin: left bottom
}

.tp-portfolio-skew-wrap .slides-numbers span.text-3 {
    margin-left: 27px
}

.tp-portfolio-skew-wrap .slides-numbers::after,.tp-portfolio-skew-wrap .slides-numbers::before {
    content: "";
    width: 2px;
    height: 130px;
    display: inline-block;
    transform: translateX(13px);
    background-color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .slides-numbers::before {
    margin-bottom: 30px
}

.tp-portfolio-skew-wrap .slides-numbers::after {
    margin-top: 40px
}

.type__item {
    grid-area: 1/1/-1/-1;
    opacity: 0
}

.type__item--current {
    opacity: 1
}

.char-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-flex
}

.slider--bg {
    z-index: 1
}

.slider--bg .tp-portfolio-slider__item-inner {
    position: relative
}

.slider--bg .tp-portfolio-slider__item-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02020133
}

.slider--fg {
    position: absolute;
    width: 20vw;
    min-width: 200px;
    aspect-ratio: .75;
    height: auto;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.tp-portfolio-slider-small__wrap {
    border-radius: 200px
}

.ca-brand-slider-active {
    position: relative
}

.ca-brand-slider-active::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg,#fff0 0%,#fff 100%);
    left: 0;
    top: 0;
    z-index: 3
}

.ca-brand-slider-active::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg,#fff0 0%,#fff 100%);
    right: 0;
    top: 0;
    z-index: 3;
    transform: rotate(-180deg)
}

.cs-brand-logo img {
    opacity: .5;
    transition: all .4s ease
}

.cs-brand-logo img:hover {
    opacity: 1
}

.cs-brand-slider-active {
    margin-right: -200px
}

.ca-testimonial-spacing {
    margin: 0 10px;
    border-radius: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-testimonial-spacing {
        margin:0
    }
}

.ca-testimonial-ratings {
    font-weight: 700;
    font-size: 62px;
    letter-spacing: -.03em;
    color: var(--tp-common-white);
    display: flex;
    align-items: flex-start;
    line-height: 75%
}

.ca-testimonial-ratings svg {
    margin-left: 5px
}

.ca-testimonial-review-count {
    font-weight: 500;
    font-size: 16px;
    color: #aaaab2
}

.ca-testimonial-reviewed {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #aaaab2
}

.ca-testimonial-comment {
    font-weight: 600;
    font-size: 30px;
    line-height: 143%;
    letter-spacing: .02em;
    color: var(--tp-common-white)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ca-testimonial-comment {
        font-size:26px
    }
}

.ca-testimonial-author-name b {
    font-size: 18px;
    letter-spacing: -.01em;
    color: var(--tp-common-white)
}

.ca-testimonial-author-name span {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff80
}

.ca-testimonial-slider-wrap {
    box-shadow: 0 0 2px 2px #0006 inset 0 0 4px 0 #ffffff1f;
    background: #131416;
    border-radius: 32px;
    padding: 70px 60px 50px;
    position: relative;
    z-index: 1
}

@media (max-width: 574.98px) {
    .ca-testimonial-slider-wrap {
        padding:40px 20px 20px
    }
}

.ca-testimonial-bg-transparent {
    position: absolute;
    display: inline-block;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    height: 100px;
    border-radius: 32px;
    box-shadow: 0 0 2px 2px #0000001a inset 0 0 4px 0 #ffffff1f;
    background: #13141680
}

.ca-testimonial-navigation {
    display: flex;
    gap: 10px
}

.ca-testimonial-navigation span {
    border: 1px solid #ffffff0f;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    display: inline-block;
    backdrop-filter: blur(20px);
    background: #ffffff0f;
    color: var(--tp-common-white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.ca-testimonial-pagination {
    position: absolute;
    top: 0;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
    width: 50%!important;
    background: #fa283733;
    border-radius: 0 0 10px 10px
}

.ca-testimonial-pagination .swiper-pagination-progressbar-fill {
    background: var(--tp-theme-primary);
    border-radius: 0 0 0 10px
}

.shop-testimonial-comment {
    font-size: 42px;
    line-height: 116%;
    letter-spacing: -.04em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-testimonial-comment {
        font-size:48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-testimonial-comment {
        font-size:38px
    }
}

@media (max-width: 574.98px) {
    .shop-testimonial-comment {
        font-size:30px
    }
}

.shop-testimonial-name {
    font-size: 24px;
    letter-spacing: .02em;
    color: #1e1e1e99
}

.shop-testimonial-brand-name b {
    font-size: 24px;
    letter-spacing: .72em;
    color: var(--tp-common-black)
}

.shop-testimonial-brand-name span {
    font-size: 13px;
    letter-spacing: .32em;
    text-transform: uppercase;
    line-height: 1
}

.shop-testimonial-slider-active {
    margin: 0 200px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-testimonial-slider-active {
        margin:0 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-testimonial-slider-active {
        margin:0
    }
}

.shop-testimonial-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-testimonial-navigation {
        position:inherit;
        top: 0
    }
}

.shop-testimonial-navigation span {
    border: 1px solid #1e1e1e33;
    border-radius: 54px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease
}

.shop-testimonial-navigation span:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-testimonial-text-title {
    font-size: 92px;
    line-height: 111%;
    letter-spacing: -.05em;
    color: #1b170f1a
}

.tp-testimonial-text-title span {
    transform: translateY(-14px);
    display: inline-block;
    margin-left: 10px
}

.ca-team-border {
    border-top: 1px solid #ffffff1a
}

.ca-team-subtitle {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.06em
}

.ca-team-subtitle span {
    color: var(--tp-theme-primary)
}

.ca-team-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.03em;
    line-height: 1
}

.ca-team-content span {
    font-weight: 400;
    font-size: 14px;
    color: #fffc
}

.ca-team-item-2 .ca-team-content span {
    color: #000c
}

.pp-team-style .ca-portfolio-thumb {
    border-radius: 0
}

.pp-team-style .ca-team-content span {
    color: #6d6868
}

.pp-team-subtitle-black span {
    color: var(--tp-common-black)
}

.tp-team-details-ptb {
    padding-top: 166px
}

.tp-team-details-thumb img {
    width: 100%;
    border-radius: 14px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-team-details-info {
        flex-wrap:wrap
    }
}

.tp-team-details-info-contact {
    padding: 10px 0;
    border-top: 1px solid #1110131a;
    border-bottom: 1px solid #1110131a
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-team-details-info-contact {
        margin-bottom:20px
    }
}

.tp-team-details-info-contact a {
    font-size: 14px;
    font-weight: 500;
    color: #111013;
    display: inline-block;
    letter-spacing: -.28px
}

.tp-team-details-info-contact a:hover {
    color: var(--tp-theme-primary)
}

.tp-team-details-info-contact a:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #1110131a
}

.tp-team-details-info-contact a svg {
    margin-right: 5px
}

.tp-team-details-info-social .tp-offcanvas-social {
    margin-top: 0
}

.tp-team-details-info-social .tp-offcanvas-social a {
    background-color: transparent;
    border: 1px solid #11101314
}

.tp-team-details-info-social .tp-offcanvas-social a:hover {
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-team-details-wrap {
        margin-bottom:30px
    }
}

.tp-team-details-wrapper {
    padding-left: 80px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-team-details-wrapper {
        margin-right:0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-details-wrapper {
        padding-left:50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-team-details-wrapper {
        padding-left:0
    }
}

.tp-team-details-text {
    margin-bottom: 30px
}

.tp-team-details-text p {
    font-size: 18px;
    line-height: 156%;
    color: #09090bb3
}

.tp-team-details-text-sub {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-black)
}

.tp-team-details-text-title {
    color: #111013;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -.8px
}

.tp-team-details-more-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -.48px;
    font-family: var(--tp-ff-inter)
}

.tp-team-details-more ul li {
    list-style: none;
    color: #111013;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.tp-team-details-more ul li span {
    color: #525356;
    font-size: 16px;
    font-weight: 400;
    min-width: 100px;
    margin-right: 40px;
    display: inline-block
}

.tp-team-details-progress-title {
    color: #111013;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px
}

.tp-team-details-progress-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #d9d9d9
}

.tp-team-details-progress-bar {
    overflow: visible;
    display: flex;
    height: 5px;
    text-align: center;
    white-space: nowrap;
    transition: .6s ease;
    position: relative;
    background-color: var(--tp-theme-primary)
}

.tp-team-details-progress-bar::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    right: 0;
    top: -8px;
    margin: auto;
    background-color: var(--tp-theme-primary)
}

.tp-team-details-progress-counter {
    margin-top: -29px;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -15px;
    text-transform: uppercase
}

.tp-team-details-input-content input,.tp-team-details-input-content textarea {
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #f8f8fb;
    color: var(--tp-common-black);
    border: 1px solid transparent
}

.tp-team-details-input-content input:focus,.tp-team-details-input-content textarea:focus {
    background-color: transparent;
    border-color: var(--tp-theme-primary);
    box-shadow: 0 0 0 3px #ff57221a
}

.tp-team-details-input-content input::placeholder,.tp-team-details-input-content textarea::placeholder {
    color: #848788
}

.tp-team-details-input-content textarea {
    resize: none;
    height: 160px
}

.tp-team-details-input-btn button {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 6px;
    letter-spacing: 0;
    border: 1px solid transparent;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.tp-team-details-input-btn button:hover {
    color: var(--tp-common-black);
    background-color: transparent;
    border-color: var(--tp-common-black)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-faq {
        margin-left:0
    }
}

.tp-faq-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: .04em;
    color: #09090b
}

.tp-faq-item {
    border-radius: 0;
    box-shadow: 0 0 2px 0 #27272e0a;
    background: #f6f6f6;
    padding: 10px 30px;
    margin-bottom: 16px
}

.tp-faq-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    padding-bottom: 13px;
    padding-right: 112px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-faq-body {
        padding-right:0
    }
}

.tp-faq-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: #66666c
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-faq-body p br {
        display:none
    }
}

.tp-faq-button {
    background: transparent;
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter);
    position: relative;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    padding-right: 50px
}

@media (max-width: 574.98px) {
    .tp-faq-button {
        font-size:18px
    }
}

.tp-faq-button span {
    font-weight: 500;
    margin-right: 70px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-faq-button span {
        margin-right:30px
    }
}

.tp-faq-button::before,.tp-faq-button:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--tp-common-black);
    background: var(--tp-common-black);
    text-align: center;
    border-radius: 30px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-white);
    transition: all .5s ease
}

.tp-faq-button.collapsed::before,.tp-faq-button.collapsed:after {
    background: transparent;
    color: var(--tp-common-black);
    border: 1px solid #09090b0d
}

.tp-faq-button.collapsed:after {
    content: "\f067"
}

.ca-cta-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 40%;
    -webkit-animation: levitate-lg 4s ease-in-out infinite;
    animation: levitate-lg 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ca-cta-shape-2 {
    position: absolute;
    right: 80px;
    bottom: -80px;
    -webkit-animation: levitate-lg 4s ease-in-out infinite;
    animation: levitate-lg 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ca-cta-scale {
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
    z-index: -1
}

.mp-awards-left {
    transition: all .4s ease;
    display: flex
}

@media (max-width: 574.98px) {
    .mp-awards-left {
        display:block;
        width: 100%
    }
}

.mp-awards-left span {
    font-weight: 600;
    letter-spacing: -.03em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-awards-left .count {
        margin-right:10px
    }
}

.mp-awards-right {
    font-weight: 600;
    letter-spacing: -.03em;
    color: var(--tp-common-black);
    transition: all .4s ease
}

@media (max-width: 574.98px) {
    .mp-awards-right {
        width:100%
    }
}

.mp-awards-logo {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mp-awards-item {
    padding: 25px 30px 5px 23px;
    transition: all .4s ease
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-awards-item {
        flex-direction:column;
        gap: 0!important
    }
}

.mp-awards-item:hover {
    border-radius: 12px;
    background: #1e1e1e0d
}

.mp-awards-item:hover .mp-awards-left {
    margin-left: 15px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-awards-item:hover .mp-awards-left {
        margin-left:0
    }
}

.mp-awards-item:hover .mp-awards-right {
    margin-right: 15px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-awards-item:hover .mp-awards-right {
        margin-right:0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mp-awards-item-wrap {
        margin-left:0
    }
}

.right-item-animetion {
    border-top: 1px solid var(--tp-border-1);
    border-bottom: 1px solid var(--tp-border-1);
    margin-top: -1px
}

.right-item-animetion:hover {
    border-color: transparent
}

.right-item-animetion:hover + .right-item-animetion,.right-item-animetion:has(+ .right-item-animetion:hover) {
    border-color: transparent
}

.cs-awards-btn {
    padding: 42px 75px;
    margin: 10px 65px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-awards-btn {
        margin:10px 0
    }

    .cs-awards-item-wrap {
        margin-left: 0
    }
}

.cs-awards-item-wrap .mp-awards-item {
    padding: 35px 0 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-awards-item-wrap .mp-awards-item {
        padding:35px 15px 15px
    }
}

.cs-awards-item-wrap .mp-awards-left span {
    text-transform: capitalize
}

.cs-awards-item-wrap .mp-awards-left .count {
    width: 227px;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-awards-item-wrap .mp-awards-left .count {
        width:120px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .cs-awards-title-wrap {
        flex-direction:column
    }
}

.mg-awards-title {
    font-size: 172px;
    letter-spacing: -.03em
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mg-awards-title {
        font-size:140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px) {
    .mg-awards-title {
        font-size:115px
    }
}

@media (max-width: 574.98px) {
    .mg-awards-title {
        font-size:80px
    }
}

.mg-awards-title-sm {
    font-size: 24px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-awards-title-wrap {
        margin-left:0
    }

    .mg-awards-subtitle-wrap {
        margin-bottom: 0
    }
}

.mg-awards-item-wrap:hover .mp-awards-left .count svg {
    opacity: 1;
    visibility: visible
}

.mg-awards-item-wrap .mp-awards-left {
    margin-left: -26px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-awards-item-wrap .mp-awards-left {
        flex-direction:column;
        text-align: center
    }
}

@media (max-width: 574.98px) {
    .mg-awards-item-wrap .mp-awards-left {
        margin-left:0
    }
}

.mg-awards-item-wrap .mp-awards-left span {
    color: #1b170f99
}

.mg-awards-item-wrap .mp-awards-left .count {
    width: 740px;
    font-size: 24px;
    font-family: var(--tp-ff-sequel-medium);
    letter-spacing: -.03em;
    text-transform: capitalize;
    font-weight: inherit;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-awards-item-wrap .mp-awards-left .count {
        width:460px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .mg-awards-item-wrap .mp-awards-left .count {
        width:100%
    }
}

.mg-awards-item-wrap .mp-awards-left .count svg {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    margin-right: 6px
}

@media (max-width: 574.98px) {
    .mg-awards-item-wrap .mp-awards-right {
        text-align:center
    }
}

.tp-banner-thumb {
    height: 820px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-banner-thumb {
        height:620px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-banner-thumb {
        height:420px
    }
}

.tp-banner-about {
    height: 780px;
    border-radius: 24px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-banner-about {
        height:620px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-banner-about {
        height:420px
    }
}

.tp-gallery-wrapper {
    background: var(--tp-common-black);
    height: 1110px;
    overflow: hidden;
    border-radius: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-gallery-wrapper {
        height:630px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-gallery-wrapper {
        height:430px
    }
}

.tp-gallery-item {
    overflow: hidden;
    border-radius: 20px
}

.tp-gallery-item:hover img {
    transform: scale(1.1)
}

.tp-gallery-item img {
    border-radius: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.shop-product-title {
    font-size: 22px
}

.shop-product-cetagory {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 1.2
}

.shop-product-thumb {
    border-radius: 16px;
    overflow: hidden
}

.shop-product-thumb img {
    border-radius: 16px;
    transition: all .9s ease
}

.shop-product-item:hover .shop-product-thumb img {
    transform: scale(1.1)
}

.shop-product-item:hover .shop-product-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.shop-product-price ins {
    text-decoration: none
}

.shop-product-old-price {
    font-size: 18px;
    font-weight: 500
}

.shop-product-new-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.05em;
    color: var(--tp-common-black)
}

.shop-product-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 24px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    transform: translateY(10px)
}

.shop-product-badge {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 2
}

.shop-product-badge span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.05em;
    color: var(--tp-common-white);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--tp-theme-primary)
}

.shop-product-bigtext {
    font-size: 485px;
    letter-spacing: -.04em;
    margin-left: -20px;
    line-height: .8
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .shop-product-bigtext {
        font-size:436px
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .shop-product-bigtext {
        font-size:400px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .shop-product-bigtext {
        font-size:355px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .shop-product-bigtext {
        font-size:300px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-product-bigtext {
        font-size:250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-product-bigtext {
        font-size:190px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-product-bigtext {
        font-size:142px
    }
}

@media (max-width: 574.98px) {
    .shop-product-bigtext {
        font-size:87px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-product-bigtext {
        margin-bottom:40px
    }
}

.shop-related-product-main-thumb {
    border-radius: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-wrapper {
        margin-top:50px
    }
}

.tp-product-details-sort-desc p {
    font-size: 15px;
    line-height: 1.7
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-sort-desc p br {
        display:none
    }
}

.tp-product-details-sort-desc p span {
    font-weight: 500;
    color: var(--tp-common-black)
}

.tp-product-details-nav-main-thumb {
    position: relative
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-nav-main-thumb {
        margin-bottom:20px
    }
}

.tp-product-details-nav-main-thumb img {
    border-radius: 20px;
    width: 100%
}

.tp-product-details-thumb-wrapper {
    margin-right: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-thumb-wrapper {
        margin-right:0
    }
}

.tp-product-details-thumb-wrapper .tab-content {
    margin-right: 24px
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-thumb-wrapper .tab-content {
        margin-right:0
    }
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links {
    padding: 0;
    width: 100px;
    height: 120px;
    border-radius: 0;
    position: relative;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 6px
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
    border: 1px solid var(--tp-common-black)
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
    border-color: var(--tp-common-black)
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

.tp-product-details-thumb-wrapper nav {
    padding-top: 20px
}

.tp-product-details-category span {
    font-size: 15px;
    line-height: 1;
    color: var(--tp-grey-1)
}

.tp-product-details-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-common-black);
    margin-bottom: 15px
}

.tp-product-details-stock {
    margin-right: 12px
}

.tp-product-details-stock span {
    font-size: 15px;
    line-height: 1;
    padding: 4px 12px;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px
}

.tp-product-details-rating {
    margin-right: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.tp-product-details-rating span {
    font-size: 12px;
    color: #FFB21D
}

.tp-product-details-rating span:not(:last-child) {
    margin-right: 3px
}

.tp-product-details-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-common-black);
    letter-spacing: .02em
}

.tp-product-details-price.new-price {
    color: var(--tp-common-black)
}

.tp-product-details-price.old-price {
    font-weight: 400;
    font-size: 16px;
    color: #4d3d3099;
    text-decoration-line: line-through
}

.tp-product-details-variation {
    margin-bottom: 30px
}

.tp-product-details-variation-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-common-black);
    margin-bottom: 10px
}

.tp-product-details-variation-item:not(:last-child) {
    margin-bottom: 15px
}

.tp-product-details-variation-list button {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    -webkit-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear;
    -ms-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

.tp-product-details-variation-list button span[data-bg-color] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.tp-product-details-variation-list button .tp-color-variation-tootltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(2px);
    -moz-transform: translateX(-50%) translateY(2px);
    -ms-transform: translateX(-50%) translateY(2px);
    -o-transform: translateX(-50%) translateY(2px);
    transform: translateX(-50%) translateY(2px);
    width: max-content;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,0.77,1.24),-webkit-transform .3s cubic-bezier(0.71,1.7,0.77,1.24);
    -moz-transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,0.77,1.24),-webkit-transform .3s cubic-bezier(0.71,1.7,0.77,1.24);
    -ms-transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,0.77,1.24),-webkit-transform .3s cubic-bezier(0.71,1.7,0.77,1.24);
    -o-transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,0.77,1.24),-webkit-transform .3s cubic-bezier(0.71,1.7,0.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,0.77,1.24),-webkit-transform .3s cubic-bezier(0.71,1.7,0.77,1.24)
}

.tp-product-details-variation-list button .tp-color-variation-tootltip::before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid var(--tp-common-black);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.tp-product-details-variation-list button.tp-size-variation-btn {
    width: 60px;
    height: 60px;
    border-radius: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #0003
}

.tp-product-details-variation-list button.tp-size-variation-btn:hover,.tp-product-details-variation-list button.tp-size-variation-btn.active {
    box-shadow: none;
    border-color: var(--tp-common-black);
    box-shadow: none;
    color: var(--tp-common-black)
}

.tp-product-details-variation-list button:hover,.tp-product-details-variation-list button.active {
    box-shadow: 0 1px 2px #010f1c33
}

.tp-product-details-variation-list button:hover span[data-bg-color],.tp-product-details-variation-list button.active span[data-bg-color] {
    -webkit-transform: translate(-50%,-50%) scale(0.7);
    -moz-transform: translate(-50%,-50%) scale(0.7);
    -ms-transform: translate(-50%,-50%) scale(0.7);
    -o-transform: translate(-50%,-50%) scale(0.7);
    transform: translate(-50%,-50%) scale(0.7)
}

.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-6px);
    -moz-transform: translateX(-50%) translateY(-6px);
    -ms-transform: translateX(-50%) translateY(-6px);
    -o-transform: translateX(-50%) translateY(-6px);
    transform: translateX(-50%) translateY(-6px)
}

.tp-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
    margin-bottom: 13px
}

.tp-product-details-quantity .tp-product-quantity {
    width: 122px;
    border-radius: 0;
    position: relative
}

.tp-product-details-quantity .tp-cart-plus,.tp-product-details-quantity .tp-cart-minus {
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    left: 14px;
    top: 11px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.tp-product-details-quantity .tp-cart-plus:hover,.tp-product-details-quantity .tp-cart-minus:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-product-details-quantity .tp-cart-plus {
    left: auto;
    right: 14px
}

.tp-product-details-quantity .tp-cart-input[type=text] {
    height: 46px;
    line-height: 46px;
    padding: 0 45px;
    font-size: 16px;
    background-color: transparent;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-border-1);
    border-radius: 50px;
    text-align: center
}

.tp-product-details-add-to-cart-btn {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    padding: 9px 30px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-border-1)
}

.tp-product-details-add-to-cart-btn:hover {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-product-details-buy-now-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 1px solid transparent;
    border-radius: 50px
}

.tp-product-details-buy-now-btn:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-border-1);
    background-color: transparent
}

.tp-product-details-action-wrapper {
    margin-bottom: 17px
}

.tp-product-details-action-sm {
    padding-bottom: 9px;
    margin-bottom: 25px;
    border-bottom: 1px solid #4d3d301a
}

.tp-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--tp-common-black)
}

.tp-product-details-action-sm-btn:not(:last-child) {
    margin-right: 10px
}

.tp-product-details-action-sm-btn i,.tp-product-details-action-sm-btn svg {
    margin-right: 2px;
    color: var(--tp-common-black)
}

.tp-product-details-action-sm-btn:hover {
    color: var(--tp-grey-1)
}

.tp-product-details-query {
    margin-bottom: 22px
}

.tp-product-details-query-item:not(:last-child) {
    margin-bottom: 3px
}

.tp-product-details-query-item > span {
    font-size: 15px;
    line-height: 1.4;
    margin-right: 6px;
    color: var(--tp-common-black)
}

.tp-product-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.4
}

.tp-product-details-social {
    margin-bottom: 22px
}

.tp-product-details-social span {
    font-size: 15px;
    margin-right: 2px;
    color: var(--tp-common-black)
}

.tp-product-details-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    color: var(--tp-common-black);
    border-radius: 50%;
    border: 1px solid #E6E7E8;
    background: var(--tp-common-white)
}

.tp-product-details-social a:hover {
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-product-details-msg ul li {
    font-size: 15px;
    list-style: none;
    padding-left: 25px;
    position: relative;
    color: var(--tp-grey-1)
}

.tp-product-details-msg ul li::after {
    position: absolute;
    content: url("../img/product/icon/product-icon.svg");
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    color: var(--tp-common-white);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.tp-product-details-payment {
    padding: 18px 30px;
    background: #e1eeb71a;
    border: 1px solid var(--tp-border-1)
}

.tp-product-details-payment p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 46px;
    flex: 0 0 auto;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-payment p {
        margin-right:25px
    }
}

@media (max-width: 574.98px) {
    .tp-product-details-payment p {
        margin-right:0;
        margin-bottom: 15px
    }

    .tp-product-details-payment p br {
        display: none
    }
}

.tp-product-details-desc-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size:30px
    }
}

@media (max-width: 574.98px) {
    .tp-product-details-desc-title {
        font-size:26px
    }
}

.tp-product-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-desc-title-2 {
        font-size:25px
    }
}

.tp-product-details-desc-content {
    margin-bottom: 25px;
    padding-right: 45px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),(max-width: 574.98px) {
    .tp-product-details-desc-content {
        padding-right:0
    }
}

@media (max-width: 574.98px) {
    .tp-product-details-desc-content {
        padding-left:0
    }
}

.tp-product-details-desc-content span {
    font-size: 20px;
    color: var(--tp-common-black)
}

.tp-product-details-desc-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #55585B
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-desc-thumb img {
        max-width:100%
    }
}

.tp-product-details-desc-list {
    padding-top: 13px
}

.tp-product-details-desc-list ul li {
    list-style: none;
    font-size: 16px;
    color: var(--tp-common-black);
    position: relative;
    padding-left: 17px
}

.tp-product-details-desc-list ul li:not(:last-child) {
    margin-bottom: 3px
}

.tp-product-details-desc-list ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #A8ACB0;
    border-radius: 50%
}

.tp-product-details-desc-fact-thumb img {
    margin-bottom: 16px
}

.tp-product-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-desc-fact-content span {
        font-size:35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size:30px
    }
}

@media (max-width: 574.98px) {
    .tp-product-details-desc-fact-content span {
        font-size:25px
    }
}

.tp-product-details-desc-fact-content p {
    font-size: 22px
}

@media (max-width: 574.98px) {
    .tp-product-details-desc-fact-content p {
        font-size:20px
    }
}

.tp-product-details-additional-info {
    padding-top: 60px
}

@media (max-width: 574.98px) {
    .tp-product-details-additional-info {
        overflow-x:scroll
    }
}

.tp-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none
}

.tp-product-details-additional-info.tp-table-style-2 {
    padding-top: 50px
}

.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
    display: block
}

.tp-product-details-additional-info.tp-table-style-2 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 7px
}

.tp-product-details-additional-info.tp-table-style-2 table tr {
    border: 0
}

.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
    border: 0;
    margin-bottom: 6px
}

.tp-product-details-additional-info.tp-table-style-2 table tr td {
    padding: 7px 24px;
    border: 1px solid #E6E7E8
}

.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
    padding-left: 24px;
    border-right: 0
}

.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
    padding-left: 34px
}

.tp-product-details-additional-info table {
    width: 100%;
    border: 1px solid var(--tp-border-1)
}

.tp-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-product-details-additional-info table tr td {
    padding: 12px 34px
}

.tp-product-details-additional-info table tr td:first-child {
    width: 306px;
    font-size: 16px;
    background-color: #c3c3c31a;
    color: var(--tp-common-black)
}

.tp-product-details-additional-info table tr td:last-child {
    font-size: 16px
}

.tp-product-details-review-number {
    border: 1px solid var(--tp-border-1);
    padding: 35px 43px 33px 40px;
    background-color: #e1eeb71a
}

@media (max-width: 574.98px) {
    .tp-product-details-review-number {
        padding:35px 25px 33px
    }
}

.tp-product-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px
}

.tp-product-details-review-summery {
    margin-bottom: 12px
}

.tp-product-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-right: 8px
}

.tp-product-details-review-summery-rating {
    margin-right: 3px
}

.tp-product-details-review-summery-rating span {
    color: #FFB21D
}

.tp-product-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0
}

.tp-product-details-review-rating-item > span {
    color: #A0A2A4;
    font-size: 15px;
    margin-right: 10px
}

.tp-product-details-review-rating-bar {
    width: 260px;
    height: 10px;
    position: relative;
    margin-right: 12px;
    background-color: var(--tp-border-1)
}

@media (max-width: 574.98px) {
    .tp-product-details-review-rating-bar {
        width:130px
    }
}

.tp-product-details-review-rating-bar-inner {
    height: 100%;
    background-color: #FFB21D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.tp-product-details-review-rating-percent span {
    font-size: 14px
}

.tp-product-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px
}

@media (max-width: 574.98px) {
    .tp-product-details-review-list {
        padding-right:0
    }
}

.tp-product-details-review-avater:not(:last-child) {
    margin-bottom: 32px
}

.tp-product-details-review-avater-thumb {
    flex: 0 0 auto
}

.tp-product-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px
}

.tp-product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px
}

.tp-product-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: #FFB21D
}

.tp-product-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block
}

.tp-product-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px
}

.tp-product-details-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8ACB0
}

.tp-product-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-product-details-review-form {
        margin-top:50px
    }
}

.tp-product-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px
}

.tp-product-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px
}

.tp-product-details-review-form-rating {
    margin-bottom: 28px
}

.tp-product-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px
}

.tp-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #FFB21D
}

.tp-product-details-review-input-wrapper {
    margin-bottom: 11px
}

.tp-product-details-review-input-box {
    position: relative;
    margin-bottom: 29px
}

.tp-product-details-review-input label {
    font-size: 16px;
    font-weight: 500;
    color: #111013;
    line-height: 1;
    margin-bottom: 12px
}

.tp-product-details-review-input input,.tp-product-details-review-input textarea {
    border-radius: 0;
    border-color: var(--tp-border-1);
    background: #e1eeb71a;
    color: var(--tp-common-black);
    border-radius: 12px
}

.tp-product-details-review-input input:focus,.tp-product-details-review-input textarea:focus {
    background: transparent;
    border-color: var(--tp-common-black)
}

.tp-product-details-review-input input::-webkit-input-placeholder,.tp-product-details-review-input textarea::-webkit-input-placeholder {
    color: var(--tp-grey-1)
}

.tp-product-details-review-input input::-moz-placeholder,.tp-product-details-review-input textarea::-moz-placeholder {
    color: var(--tp-grey-1)
}

.tp-product-details-review-input input:-moz-placeholder,.tp-product-details-review-input textarea:-moz-placeholder {
    color: var(--tp-grey-1)
}

.tp-product-details-review-input input:-ms-input-placeholder,.tp-product-details-review-input textarea:-ms-input-placeholder {
    color: var(--tp-grey-1)
}

.tp-product-details-review-input input::placeholder,.tp-product-details-review-input textarea::placeholder {
    color: var(--tp-grey-1)
}

.tp-product-details-review-input textarea {
    resize: none;
    height: 160px
}

.tp-product-details-review-input-title label {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    line-height: 1;
    margin-bottom: 12px
}

.tp-product-details-review-remeber input {
    display: none
}

.tp-product-details-review-remeber input:checked ~ label::after {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black)
}

.tp-product-details-review-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1
}

.tp-product-details-review-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1
}

.tp-product-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.tp-product-details-review-remeber label::before {
    position: absolute;
    content: url("../img/product/icon/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.tp-product-details-review-remeber label a:hover {
    color: var(--tp-theme-primary)
}

.tp-product-details-review-remeber label:hover {
    cursor: pointer
}

.tp-product-details-review-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 45px;
    color: var(--tp-common-white);
    border: 1px solid #010f1c14;
    background-color: var(--tp-common-black);
    border-radius: 50px
}

.tp-product-details-review-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.tp-product-details-bottom {
    border-bottom: 1px solid #E0E2E3
}

.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E2E3
}

@media (max-width: 574.98px) {
    .tp-product-details-tab-nav .nav-tabs {
        padding-bottom:0
    }
}

.tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    color: #0009;
    border: none;
    padding: 0;
    padding-left: 9px;
    padding-right: 7px;
    position: relative;
    background-color: transparent
}

.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 40px
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active,.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-black)
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active::after,.tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

@media (max-width: 574.98px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link::after {
        position:absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background-color: var(--tp-common-black);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
        display: none!important
    }
}

.tp-product-details-tab-line {
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: var(--tp-common-black);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block
}

.tp-product-details-views {
    margin-bottom: 10px
}

.tp-product-details-views > span {
    color: var(--tp-common-black);
    font-size: 16px;
    margin-right: 8px
}

.tp-product-details-views p {
    font-size: 16px;
    margin-bottom: 0
}

.tp-product-details-views p span {
    color: var(--tp-common-black);
    font-weight: 500
}

.tp-product-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px
}

.tp-product-details-stock-bar p span {
    font-weight: 500;
    color: var(--tp-common-black)
}

.tp-product-details-stock-bar-line {
    height: 4px;
    position: relative
}

.tp-product-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tp-theme-primary);
    height: 100%;
    display: inline-block
}

.tp-product-details-wishlist-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 3px #010f1c1a
}

.tp-product-details-wishlist-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.tp-pagination ul li {
    display: inline-block
}

.tp-pagination ul li:not(:last-child) {
    margin-right: 6px
}

.tp-pagination ul li a,.tp-pagination ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #010f1c1a;
    font-size: 16px;
    font-weight: 500
}

.tp-pagination ul li a:hover,.tp-pagination ul li a.current,.tp-pagination ul li span:hover,.tp-pagination ul li span.current {
    background: var(--tp-theme-color);
    border-color: var(--tp-theme-color);
    color: var(--tp-white)
}

.tp-pagination ul li a svg,.tp-pagination ul li span svg {
    transform: translateY(-2px)
}

.tp-shop-popup-wrap {
    height: 500px;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-popup-wrap {
        width:700px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-shop-popup-wrap {
        width:360px
    }
}

.tp-shop-popup-content {
    padding: 40px
}

.tp-shop-popup-img {
    position: relative;
    height: 100%;
    flex: 0 0 auto
}

.tp-shop-popup-img img {
    height: 100%
}

.tp-shop-popup-logo {
    margin-bottom: 60px
}

.tp-shop-popup-text h4 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px;
    color: var(--tp-common-black);
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-shop-popup-text h4 {
        font-size:40px
    }
}

.tp-shop-popup-text p {
    font-size: 28px;
    color: var(--tp-common-black);
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-shop-popup-text p {
        font-size:20px
    }
}

.tp-shop-popup-text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-black);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 55px;
    display: inline-block
}

.tp-shop-popup-inputbox input {
    height: 50px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black);
    border: 1px solid #19191a1a;
    margin-bottom: 10px
}

.tp-shop-popup-inputbox input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black)
}

.tp-shop-popup-inputbox input::-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black)
}

.tp-shop-popup-inputbox input:-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black)
}

.tp-shop-popup-inputbox input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black)
}

.tp-shop-popup-inputbox input::placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .04em;
    color: var(--tp-common-black)
}

.tp-shop-popup-inputbox .tp-btn-black-square {
    font-size: 18px;
    font-weight: 400;
    padding: 14px 34px;
    border-radius: 8px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 2px solid transparent;
    line-height: 1
}

.tp-shop-popup-inputbox .tp-btn-black-square:hover {
    background-color: transparent;
    border-color: var(--tp-common-black);
    color: var(--tp-common-black)
}

.subscribe-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    transition: all .3s;
    margin: 0 auto;
    text-align: center
}

.subscribe-popup.show {
    visibility: visible;
    opacity: 1
}

.subscribe-popup .close i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
    color: var(--tp-common-black);
    transition: .3s
}

.subscribe-popup .close:hover i {
    transform: rotate(180deg)
}

@keyframes zoomInOut {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.shop-cetagory-item {
    border-radius: 24px
}

.shop-cetagory-item:hover img {
    transform: scale(1.1)
}

.shop-cetagory-item img {
    border-radius: 24px;
    transition: all .6s ease
}

.shop-cetagory-badge {
    border-radius: 50px;
    padding: 12px 27px;
    font-size: 20px;
    letter-spacing: -.05em;
    color: var(--tp-common-black);
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 2;
    background: var(--tp-common-white)
}

.shop-payment-title {
    font-size: 20px;
    letter-spacing: -.01em
}

.shop-payment-content p {
    font-size: 15px;
    line-height: 160%
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-payment-content p br {
        display:none
    }
}

.shop-payment-icon {
    transition: all .4s ease
}

.shop-payment-item:hover .shop-payment-icon {
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: .4s;
    animation-iteration-count: 1
}

.shop-payment-border {
    border-bottom: 1px solid #09090b1a
}

.shop-text-slider {
    border: none
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .shop-text-slider {
        margin-top:70px
    }
}

.shop-text-slider span {
    font-weight: 500;
    font-size: 20px;
    color: var(--tp-common-black);
    text-transform: capitalize
}

.shop-text-slider span span {
    background: var(--tp-common-black);
    width: 4px;
    height: 4px;
    border: none;
    border-radius: 10px;
    margin: 0 30px
}

.shop-ins-thumb {
    overflow: hidden
}

.shop-ins-thumb:hover img {
    transform: scale(1.1)
}

.shop-ins-thumb img {
    transition: all .6s ease
}

.tp-skill-item {
    background: #f8f8f8;
    border-radius: 24px;
    padding: 50px 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-skill-item {
        padding:30px 20px
    }
}

.tp-skill-text {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.04em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-skill-text {
        font-size:19px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ds-price-heading {
        margin-bottom:50px
    }
}

.ds-price-heading .tp-section-title {
    color: var(--tp-common-white)
}

.ds-price-item {
    padding: 50px 52px;
    background: var(--tp-grey-4);
    border-radius: 16px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ds-price-item {
        padding:50px 30px
    }
}

.ds-price-item-head {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #0101031a
}

.ds-price-item-head span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.ds-price-item-head h4 {
    font-size: 62px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sequel-bold-head)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ds-price-item-head h4 {
        font-size:50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ds-price-item-head h4 {
        font-size:45px
    }
}

.ds-price-item-head h4 i {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    transform: translateX(-10px);
    font-family: var(--tp-ff-inter)
}

.ds-price-item-head p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--tp-common-black)
}

.ds-price-item-list {
    display: block;
    margin-bottom: 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ds-price-item-list {
        margin-bottom:10px
    }
}

.ds-price-item-list-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: var(--tp-common-black)
}

.ds-price-item-list i {
    font-size: 25px;
    color: #efc627
}

.ds-price-item.active {
    position: relative
}

.ds-price-item-tag {
    top: 0;
    right: 50px;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .ds-price-item-tag {
        right:30px
    }
}

.ds-price-item-tag span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 35px 13px 25px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    clip-path: polygon(100% 0%,100% 48%,100% 100%,0px 100%,0px 0px,50% 15.12%)
}

.tp-pricing-nav-wrapper .tp-input-check {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute
}

.tp-pricing-nav-wrapper .tp-input-check:checked ~ .tp-switch-toggle {
    left: 4px;
    right: 57.3%
}

.tp-pricing-nav-wrapper.cr-nav .tp-toggler-pre,.tp-pricing-nav-wrapper.cr-nav .tp-toggler-post {
    color: var(--tp-common-white)
}

.tp-pricing-nav-wrapper.cr-nav .tp-toggle-input-wrap {
    border-color: #f5f7f51a
}

.tp-pricing-nav-wrapper.cr-nav .tp-switch-toggle {
    background: linear-gradient(180deg,#fff 0%,#fff 100%)
}

.tp-toggler-pre,.tp-toggler-post {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
    color: var(--tp-common-black)
}

.tp-toggler-pre.is-active,.tp-toggler-post.is-active {
    color: var(--tp-common-black)
}

.tp-toggler-pre:hover,.tp-toggler-post:hover {
    color: var(--tp-common-black)
}

.tp-toggler-pre {
    margin-right: 15px
}

.tp-toggler-post {
    margin-left: 15px
}

.tp-toggle-input-wrap {
    position: relative;
    width: 76px;
    height: 36px;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #0101031a
}

.tp-switch-toggle {
    position: absolute;
    top: 4px;
    right: 4px;
    left: 57.3%;
    bottom: 4px;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0 4px 6px #0111163d;
    transition: .25s cubic-bezier(0.785,0.135,0.15,0.86);
    background: linear-gradient(180deg,#010103 0%,#010103 100%)
}

.tp-tab-hide {
    display: none
}

.tp-funfact-numbar {
    font-size: 132px;
    line-height: 100%;
    letter-spacing: -.05em
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-funfact-numbar {
        font-size:115px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-funfact-numbar {
        font-size:70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-funfact-content-dec {
        margin-left:0;
        margin-bottom: 30px
    }

    .tp-funfact-content-dec p br {
        display: none
    }

    .tp-funfact-content-wrap {
        margin-top: 0
    }
}

.tp-funfact-item {
    position: relative;
    padding-left: 84px
}

@media (max-width: 574.98px) {
    .tp-funfact-item {
        flex-direction:column;
        padding-left: 0;
        align-items: flex-start!important
    }

    .tp-funfact-item::before {
        display: none
    }
}

.tp-funfact-item:not(:last-child) {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.tp-funfact-item::before {
    position: absolute;
    content: "";
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: var(--tp-common-black);
    top: 35%;
    left: 24px
}

.tp-funfact-info span {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black)
}

.tp-funfact-info-title {
    font-size: 30px;
    letter-spacing: -.05em
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-funfact-info-title {
        font-size:25px
    }
}

.tp-process-count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--tp-common-white);
    background: var(--tp-common-black)
}

.tp-process-title {
    font-size: 24px;
    line-height: 117%
}

.tp-process-dec {
    font-size: 18px;
    line-height: 144%
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-process-dec br {
        display:none
    }
}

.tp-process-border {
    transform: translateY(32px)
}

.tp-process-border svg {
    color: var(--tp-common-black)
}

.tp-process-bottom-para {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    border: 1px solid #0000001a;
    border-radius: 100px;
    display: inline-block;
    padding: 8px 30px
}

.tp-contact-map-wrapper {
    width: 100%;
    height: 680px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-map-wrapper {
        height:600px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-map-wrapper {
        height:500px
    }
}

@media (max-width: 574.98px) {
    .tp-contact-map-wrapper {
        height:450px
    }
}

.tp-contact-map-wrapper iframe {
    width: 100%;
    height: 100%;
    filter: saturate(0)
}

.tp-contact-map-icon {
    position: relative
}

.tp-contact-map-icon::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    margin: 0 auto;
    height: 120px;
    width: 120px;
    z-index: -1;
    border-radius: 140px;
    backdrop-filter: blur(7px);
    transform: translate(-20%,-20%);
    background: #ffffff0a;
    border: 1px solid var(--tp-common-white);
    animation: animate-pulse 3s linear infinite;
    box-shadow: 0 20px 50px 0 #11101324
}

.tp-contact-map-icon span {
    display: grid;
    height: 60px;
    width: 60px;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    place-content: center;
    background-color: var(--tp-theme-primary)
}

.tp-contact-map-icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

.tp-contact-author-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 100px
}

.tp-contact-author-content h6 {
    font-family: var(--tp-ff-inter);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 0
}

.tp-contact-author-content span {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #1e1e1e99
}

.tp-contact-bg {
    background: #f6f6f6;
    border-radius: 16px;
    padding: 100px 60px 55px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-bg {
        padding:60px 30px 25px
    }
}

.tp-contact-tel {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-contact-tel:hover {
    color: var(--tp-theme-primary)
}

.tp-contact-mail {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -.04em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-mail {
        font-size:30px
    }
}

.tp-contact-mail:hover {
    color: var(--tp-theme-primary)
}

.tp-contact-address h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 111%;
    text-transform: capitalize;
    font-family: var(--tp-ff-inter)
}

.tp-contact-address a {
    letter-spacing: .02em;
    color: #010103b3;
    line-height: 162%
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-address a br {
        display:none
    }
}

.tp-contact-form-input label {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 6px
}

.tp-contact-form-input input,.tp-contact-form-input textarea {
    border: 1px solid #1e1e1e1a;
    border-radius: 12px;
    background: transparent;
    height: 60px
}

.tp-contact-form-input input:focus,.tp-contact-form-input textarea:focus {
    border-color: var(--tp-theme-primary)
}

.tp-contact-form-input textarea {
    height: 160px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-form-wrap {
        margin-left:80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-form-wrap {
        margin-left:0
    }
}

.tp-contact-me-title {
    font-size: 24px;
    letter-spacing: -.03em
}

.tp-contact-me-form {
    border: 1px solid #09090b1a;
    border-radius: 32px;
    padding: 25px 50px 50px
}

@media (max-width: 574.98px) {
    .tp-contact-me-form {
        padding:25px 20px 20px
    }
}

.tp-contact-me-form .tp-input {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-common-black);
    height: 60px;
    border-radius: 72px;
    background: #f6f6f6;
    border: none;
    border: 1px solid transparent
}

.tp-contact-me-form .tp-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #09090b
}

.tp-contact-me-form .tp-input:focus {
    background: transparent;
    border-color: var(--tp-theme-primary)
}

.tp-contact-me-form .tp-textarea {
    height: 160px;
    border-radius: 12px
}

.tp-contact-me-category {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-me-category {
        margin-right:0
    }
}

.tp-contact-me-category input {
    display: none
}

.tp-contact-me-category input ~ span {
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-common-black);
    border: 1px solid #0000001a;
    border-radius: 30px;
    transition: all .4s ease;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-me-category input ~ span {
        padding:12px 30px
    }
}

.tp-contact-me-category input ~ span:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-contact-me-category input:checked ~ span {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-contact-me-category-wrap h5 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .02em;
    color: var(--tp-common-black);
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .cn-contactform-support-area {
        margin-bottom:80px
    }
}

.cn-contactform-support-bg {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 385px
}

.cn-contactform-support-text span {
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    max-width: 755px;
    margin: 0 auto;
    display: inline-block;
    letter-spacing: -.88px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sequel-semi-bold)
}

@media (max-width: 574.98px) {
    .cn-contactform-support-text span {
        font-size:36px
    }
}

.tp-contact-us-text p {
    font-size: 18px;
    font-weight: 400;
    color: #f5f7f580
}

.tp-contact-us-text a {
    display: inline-block
}

.tp-contact-us-text a:hover p {
    color: var(--tp-common-white)
}

@media (max-width: 574.98px) {
    .tp-contact-us-form-ptb {
        padding-top:30px
    }
}

.tp-contact-us-form-wrapper {
    padding: 10px;
    border-radius: 14px;
    background: #1B1B1D
}

.tp-contact-us-map {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-us-map {
        height:500px;
        margin-bottom: 30px
    }
}

@media (max-width: 574.98px) {
    .tp-contact-us-map {
        height:450px;
        margin-bottom: 30px
    }
}

.tp-contact-us-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

@media (max-width: 574.98px) {
    .tp-contact-us-heading .tp-career-title {
        padding-bottom:20px
    }
}

.tp-contact-us-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.6px;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .tp-contact-us-title {
        margin-bottom:30px
    }
}

.tp-contact-us-wrap {
    padding: 110px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-contact-us-wrap {
        padding:70px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-contact-us-wrap {
        padding:50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-us-wrap {
        padding:30px
    }
}

@media (max-width: 574.98px) {
    .tp-contact-us-wrap {
        padding:20px
    }
}

.tp-contact-us-wrap .tp-contact-form-input label {
    color: var(--tp-common-white)
}

.tp-contact-us-wrap .tp-contact-form-input input,.tp-contact-us-wrap .tp-contact-form-input textarea {
    background: #302F32;
    border-color: #302F32;
    color: var(--tp-common-white)
}

.tp-contact-us-wrap .tp-contact-form-input input:focus,.tp-contact-us-wrap .tp-contact-form-input textarea:focus {
    background-color: #1B1B1D;
    border-color: var(--tp-common-red-3)
}

.tp-contact-us-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px
}

.tp-contact-us-thumb img {
    width: 100%;
    transition: .9s;
    border-radius: 10px
}

.tp-contact-us-content {
    padding: 15px;
    border-radius: 14px;
    background: #f6f6f6
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-contact-us-content {
        margin-top:0
    }
}

.tp-contact-us-content:hover .tp-contact-us-thumb img {
    transform: scale(1.1)
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 574.98px) {
    .tp-contact-us-info-area {
        padding-bottom:90px
    }
}

.tp-contact-us-info-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter);
    letter-spacing: -.2px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e1a
}

.tp-contact-us-info-details {
    margin-bottom: 45px
}

.tp-contact-us-info-details a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    color: var(--tp-common-black)
}

.tp-contact-us-info-details a:hover {
    color: var(--tp-theme-primary)
}

.tp-contact-us-bottom {
    padding: 0 22px 28px
}

.tp-contact-us-btn .tp-btn-yellow-green {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 30px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background-color: transparent;
    border: 1px solid #1e1e1e1a
}

.tp-contact-us-btn .tp-btn-yellow-green.active {
    background-color: var(--tp-common-red-3)
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px),only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__tab {
        margin-right:0;
        margin-bottom: 50px
    }
}

.profile__tab nav .nav-tabs {
    padding: 0;
    border: 0;
    margin: 0;
    padding: 20px 0;
    border: 1px solid #E0E2E3;
    background-color: var(--tp-common-white)
}

.profile__tab nav .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 16px;
    padding: 14px 0;
    margin: 0 30px;
    position: relative;
    border-radius: 0;
    text-align: left;
    border: 0;
    color: #5D5D63
}

.profile__tab nav .nav-tabs .nav-link::after {
    position: absolute;
    top: 14px;
    left: -31px;
    height: 25px;
    width: 2px;
    content: "";
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-black)
}

.profile__tab nav .nav-tabs .nav-link:not(:last-child) {
    border-bottom: 1px dashed #E0E2E3
}

.profile__tab nav .nav-tabs .nav-link span {
    margin-right: 7px
}

.profile__tab nav .nav-tabs .nav-link.active {
    color: var(--tp-common-black)
}

.profile__tab nav .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible
}

.profile__tab .tp-tab-menu {
    position: relative
}

.profile__tab-content {
    padding: 35px 40px 40px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 60px #03041c1a
}

.profile__info-title {
    font-size: 20px;
    margin-bottom: 25px
}

.profile__input {
    margin-bottom: 25px;
    position: relative
}

.profile__input-box h4 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    color: var(--tp-common-black-solid);
    margin-bottom: 10px
}

.profile__input-box h4 span {
    color: var(--tp-theme-primary)
}

.profile__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: .7;
    margin-bottom: 10px
}

.profile__input > span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.profile__input > span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.profile__input input,.profile__input textarea {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    padding-left: 50px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px solid #EAEAEF;
    border-radius: 6px
}

.profile__input input:focus,.profile__input textarea:focus {
    background-color: transparent;
    border-color: var(--tp-common-black)
}

.profile__input textarea {
    line-height: 1.5;
    padding: 20px;
    resize: none;
    height: 200px;
    resize: none
}

.profile__input .nice-select {
    width: 100%;
    float: none;
    height: 60px;
    border: 1px solid #EAEAEF;
    background: transparent;
    border-radius: 0;
    line-height: 58px;
    padding-left: 27px;
    border-radius: 6px
}

.profile__input .nice-select .current {
    color: var(--tp-common-black)
}

.profile__input .nice-select::after {
    right: 25px;
    color: var(--tp-common-black)
}

.profile__input .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px)
}

.profile__input .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding: 13px 8px;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px)
}

.profile__input .nice-select .list .option:hover {
    color: var(--tp-common-black)
}

.profile__password input {
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid #EAEAEF;
    border-radius: 6px
}

.profile__password input:focus {
    border-color: var(--tp-common-black)
}

.profile__password input::-webkit-input-placeholder {
    color: #84848B
}

.profile__password input::-moz-placeholder {
    color: #84848B
}

.profile__password input:-moz-placeholder {
    color: #84848B
}

.profile__password input:-ms-input-placeholder {
    color: #84848B
}

.profile__password input::placeholder {
    color: #84848B
}

.profile__ticket {
    border: 1px solid #E0E2E3
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 767px) {
    .profile__ticket {
        overflow-x:scroll
    }
}

.profile__ticket table thead tr {
    background-color: transparent
}

.profile__ticket table th {
    color: var(--tp-common-black);
    border-color: #E0E2E3;
    box-shadow: none
}

.profile__ticket table td {
    color: var(--tp-common-black)
}

.profile__ticket table tbody > tr:first-child {
    background-color: transparent
}

.profile__ticket table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #E0E2E3
}

.profile__ticket table tbody > tr td,.profile__ticket table tbody > tr th {
    vertical-align: middle;
    color: var(--tp-common-black)
}

.profile__ticket table tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px
}

.profile__ticket table tbody > tr th[scope=row] {
    color: var(--tp-common-black)
}

.profile__ticket table tbody > tr td[data-info="status done"] {
    color: #08AF5C
}

.profile__ticket table tbody > tr td[data-info="status pending"] {
    color: #6364DB
}

.profile__ticket table tbody > tr td[data-info="status reply"] {
    color: #D93D1E
}

.profile__ticket table tbody > tr td[data-info="status hold"] {
    color: #FFB422
}

.profile__ticket table tbody > tr .tp-btn {
    padding: 7px 18px;
    background-color: #E0E2E3;
    color: var(--tp-common-black);
    font-weight: 500;
    min-width: 90px
}

.profile__ticket table tbody > tr .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.profile__ticket .table {
    margin-bottom: 0;
    --bs-table-bg: none
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 767px) {
    .profile__ticket .table {
        width:700px
    }
}

.profile__ticket .table > :not(:first-child) {
    border-color: #EAEAEF;
    border-top-width: 1px
}

.profile__ticket .table > :not(caption) > * > * {
    padding: 1rem 1.5rem;
    border: 0;
    box-shadow: none
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 767px) {
    .profile__address-item {
        margin-bottom:40px
    }
}

.profile__address-title {
    font-size: 22px;
    margin-bottom: 20px
}

.profile__address-icon span {
    display: inline-block;
    min-width: 45px;
    margin-right: 20px
}

@media (max-width: 767px) {
    .profile__address-icon span {
        margin-bottom:20px
    }
}

.profile__address-icon span svg {
    width: 45px
}

.profile__address-icon span svg path {
    fill: var(--tp-common-black)
}

.profile__address-content p {
    font-size: 16px;
    margin-bottom: 10px
}

.profile__address-content p span {
    font-weight: 600;
    margin-right: 7px;
    color: var(--tp-common-black)
}

.profile__notification-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--tp-common-black)
}

.profile__notification-item .form-check-input {
    margin-top: 0;
    width: 40px;
    height: 20px;
    box-shadow: none
}

.profile__notification-item .form-check-label {
    font-size: 16px;
    margin-left: 10px;
    color: var(--tp-common-black)
}

.profile__notification-item .form-check-label:hover {
    cursor: pointer;
    color: var(--tp-common-black)
}

.profile__notification-item .form-check-input:checked {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black)
}

.profile__btn .tp-btn {
    padding: 14px 39px;
    border: 1px solid #EAEAEF
}

.profile__btn .tp-btn-cart {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 45px;
    padding: 0 30px;
    transition: .3s;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 2px solid transparent
}

.profile__btn .tp-btn-cart:hover {
    border-color: #4D3D30;
    color: var(--tp-common-black);
    background-color: transparent
}

@media (max-width: 767px) {
    .profile__main-inner {
        margin-bottom:20px
    }
}

.profile__main-thumb {
    position: relative
}

.profile__main-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 16px
}

@media (max-width: 767px) {
    .profile__main-thumb img {
        margin-bottom:20px
    }
}

.profile__main-thumb-edit input {
    display: none
}

.profile__main-thumb-edit label {
    position: absolute;
    bottom: 2px;
    right: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--tp-common-black);
    background-color: #fff;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 1px 2px #19191a33
}

.profile__main-thumb-edit label i {
    margin-left: 2px
}

.profile__main-thumb-edit label:hover {
    cursor: pointer;
    color: var(--tp-common-white);
    background-color: #4d3d30
}

.profile__main-title {
    font-size: 24px;
    margin-bottom: 0
}

.profile__main-content p {
    font-size: 14px;
    margin-bottom: 0
}

.profile__main-content p span {
    color: var(--tp-common-black);
    font-weight: 500
}

.profile__main-info-item {
    text-align: center;
    padding: 27px 30px 25px;
    border: 1px solid #EAEAEF
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 767px) {
    .profile__main-info-item {
        margin-bottom:25px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile__main-info-item {
        padding:22px 0 20px
    }
}

.profile__main-info-icon {
    position: relative;
    margin-bottom: 15px
}

.profile__main-info-icon > span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.profile__main-info-icon > span svg {
    width: 60px
}

.profile__main-info-icon > span svg path {
    fill: var(--tp-common-black)
}

.profile__main-info-icon .profile-icon-count {
    position: absolute;
    top: 2px;
    right: -8px;
    width: 26px;
    height: 26px;
    line-height: 21px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #fff;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.profile__main-info-title {
    font-size: 18px;
    margin-bottom: 0
}

.tp-logout-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid #0206261f
}

.tp-logout-btn:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black)
}

.tp-profile-input-wrapper {
    margin-bottom: 8px
}

.tp-profile-input-box {
    position: relative;
    margin-bottom: 30px
}

.tp-profile-input input {
    background: transparent;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px solid #EAEAEF
}

.tp-profile-input input:focus {
    border-color: var(--tp-common-black)
}

.tp-profile-input input::-webkit-input-placeholder {
    color: #84848B
}

.tp-profile-input input::-moz-placeholder {
    color: #84848B
}

.tp-profile-input input:-moz-placeholder {
    color: #84848B
}

.tp-profile-input input:-ms-input-placeholder {
    color: #84848B
}

.tp-profile-input input::placeholder {
    color: #84848B
}

.tp-profile-input input::-webkit-input-placeholder {
    color: #95999D
}

.tp-profile-input input::-moz-placeholder {
    color: #95999D
}

.tp-profile-input input:-moz-placeholder {
    color: #95999D
}

.tp-profile-input input:-ms-input-placeholder {
    color: #95999D
}

.tp-profile-input input::placeholder {
    color: #95999D
}

.tp-profile-input textarea {
    height: 165px;
    resize: none
}

.tp-profile-input-title label {
    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--tp-common-black)
}

.tp-profile-input-eye {
    top: 50%;
    right: 26px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tp-profile-input-eye .open-eye {
    display: none
}

.tp-profile-input-eye span {
    transition: .3s
}

.tp-profile-input-eye:hover {
    cursor: pointer
}

.tp-profile-input-eye:hover span {
    color: var(--tp-common-black)
}

.custom-select {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    cursor: pointer
}

.custom-select .selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff
}

.custom-select .selected.open .arrow {
    transform: rotate(-135deg)
}

.custom-select .selected.open + .options {
    max-height: 500px;
    opacity: 1
}

.custom-select .selected .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform .3s ease
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    transition: max-height .3s ease,opacity .3s ease
}

.custom-select .options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    transition: background .2s ease
}

.custom-select .options li:hover {
    background: #f0f0f0
}

.tp-login-wrapper {
    padding: 50px 74px 70px;
    background: var(--tp-common-white);
    box-shadow: 0 30px 60px #03041c1a
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-wrapper {
        padding:50px 50px 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-login-wrapper {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 574.98px) {
    .tp-login-area {
        padding-top:130px!important
    }
}

.tp-login-title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 4px
}

.tp-login-top p {
    font-size: 16px;
    font-weight: 400;
    color: #49535B
}

.tp-login-top p a {
    position: relative;
    display: inline-block;
    color: var(--tp-common-black)
}

.tp-login-top p a:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.tp-login-top p a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: .3s
}

.tp-login-option-item {
    margin-bottom: 10px
}

.tp-login-option-item:not(:last-child) {
    margin-right: 10px
}

.tp-login-option-item a {
    font-size: 16px;
    color: #041226;
    width: 98px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid #c6c6c666
}

.tp-login-option-item a:hover {
    border-color: #4d3d3033
}

.tp-login-option-item a img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.tp-login-option-item a img.apple {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.tp-login-option-item.has-google a {
    width: 220px
}

.tp-login-option-item.has-google a img {
    margin-right: 7px
}

.tp-login-mail {
    position: relative;
    z-index: 1
}

.tp-login-mail::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    z-index: -1;
    transition: .3s;
    background-color: #C6C6C6
}

.tp-login-mail p {
    font-size: 15px;
    color: #55585B;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    background-color: #fff
}

.tp-login-mail p a {
    color: var(--tp-common-black)
}

.tp-login-mail p a:hover {
    color: var(--tp-common-black)
}

.tp-login-input input {
    font-size: 14px;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background-color: transparent;
    border: 1px solid #EAEAEF;
    border-radius: 6px
}

.tp-login-input input:focus {
    border-color: var(--tp-common-black)
}

.tp-login-input input::-webkit-input-placeholder {
    color: #84848B
}

.tp-login-input input::-moz-placeholder {
    color: #84848B
}

.tp-login-input input:-moz-placeholder {
    color: #84848B
}

.tp-login-input input:-ms-input-placeholder {
    color: #84848B
}

.tp-login-input input::placeholder {
    color: #84848B
}

.tp-login-input-wrapper {
    margin-bottom: 20px
}

.tp-login-input-box {
    position: relative
}

.tp-login-input-box:not(:last-child) {
    margin-bottom: 15px
}

.tp-login-input-title label {
    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--tp-common-black)
}

.tp-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tp-login-input-eye:hover {
    cursor: pointer
}

.tp-login-input-eye:hover span {
    color: var(--tp-common-black)
}

.tp-login-input-eye .open-eye {
    display: none
}

.tp-login-input-eye span {
    transition: .3s
}

.tp-login-remeber input {
    display: none
}

.tp-login-remeber input:checked ~ label::after {
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black)
}

.tp-login-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1
}

.tp-login-remeber label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    color: var(--tp-common-black)
}

.tp-login-remeber label:hover {
    cursor: pointer
}

.tp-login-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: .3s;
    border-radius: 4px
}

.tp-login-remeber label::before {
    position: absolute;
    content: url("../img/login/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: .3s
}

.tp-login-remeber label a:hover {
    color: var(--tp-theme-primary)
}

.tp-login-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-black);
    position: relative;
    display: inline-block
}

.tp-login-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.tp-login-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: .3s
}

.tp-login-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black);
    background-color: var(--tp-common-black)
}

.tp-login-btn:hover {
    color: var(--tp-common-black);
    background-color: transparent
}

.cunnet-dark body {
    background-color: #0E0F11
}

.cunnet-dark .tp-main-menu nav ul li a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-main-menu nav ul li a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-main-menu nav ul li .tp-megamenu a:hover {
    background: transparent
}

.cunnet-dark .tp-main-menu nav ul li:hover.has-dropdown > a {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-main-menu nav ul li .submenu {
    backdrop-filter: blur(40px);
    background: #262528e6;
    box-shadow: 0 20px 30px -8px #1313161a
}

.cunnet-dark .tp-main-menu nav ul li .submenu li a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-main-menu nav ul li .submenu li:hover > a {
    background: #343434;
    color: var(--tp-common-white)!important
}

.cunnet-dark .tp-header-search-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-header-search-btn:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-header-sidebar-btn span {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-search-form-toggle {
    background: #262528e6
}

.cunnet-dark .tp-search-close {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-search-form-icon {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-search-form-icon:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-search-form-input input {
    color: var(--tp-common-white);
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .tp-search-form-input input::-webkit-input-placeholder {
    color: #fff9
}

.cunnet-dark .tp-search-form-input input::-moz-placeholder {
    color: #fff9
}

.cunnet-dark .tp-search-form-input input:-moz-placeholder {
    color: #fff9
}

.cunnet-dark .tp-search-form-input input:-ms-input-placeholder {
    color: #fff9
}

.cunnet-dark .tp-search-form-input input::placeholder {
    color: #fff9
}

.cunnet-dark .tp-search-form-input input ~ .tp-search-focus-border {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas {
    background: #1C1D20
}

.cunnet-dark .tp-offcanvas .logo-1 {
    display: none
}

.cunnet-dark .tp-offcanvas .logo-2 {
    display: block!important
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-close-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-menu ul li > a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-menu ul li.active > a {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-menu .tp-submenu li a:hover {
    background-color: #2c2b2e;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-menu-close i {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-megamenu-wrapper.megamenu-black-bg {
    backdrop-filter: initial;
    background: transparent;
    box-shadow: none
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-title.sm {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-contact ul li a {
    color: #fffc
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-contact ul li a:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-contact ul li a::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-social ul li a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff1a
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-social ul li a:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-content p {
    color: #fffc
}

.cunnet-dark .tp-offcanvas .tp-offcanvas-close-btn button {
    color: #fff
}

.cunnet-dark .tp-header-logo .logo-1 {
    display: none
}

.cunnet-dark .tp-header-logo .logo-2 {
    display: block
}

.cunnet-dark .tp-hero-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-hero-dec {
    color: #fff9
}

.cunnet-dark .tp-hero-social a {
    color: #fff9;
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-hero-social a:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.cunnet-dark .tp-btn {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-btn-grey {
    background: #1a1b1e;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-section-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-about-border {
    border-top: 1px solid #ffffff0f
}

.cunnet-dark .tp-about-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-about-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-about-dec {
    color: #fff9
}

.cunnet-dark .tp-section-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-btn-white-border {
    background: transparent;
    border: 1px solid #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-btn-border {
    background: transparent;
    border: 1px solid #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-dec {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-email {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-bigtext {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-copyright {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-footer-copyright-social a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-footer-copyright-social a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .cursor-black-bg #ball {
    background-color: var(--tp-common-white)!important
}

.cunnet-dark .tp-offcanvas-2-area .offcanvas-bg {
    backdrop-filter: blur(40px);
    background: #262528e6;
    box-shadow: 0 20px 30px -8px #1313161a
}

.cunnet-dark .tp-offcanvas-2-wrapper .hamburger-close-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .tp-menu-close i {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-btn-border-black {
    border: 2px solid var(--tp-common-white);
    color: var(--tp-common-white);
    background: transparent
}

.cunnet-dark .tp-header-sidebar-btn-bg {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-header-sidebar-btn-bg span {
    background: var(--tp-common-black)
}

.cunnet-dark .ca-hero-video {
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .ca-hero-video video {
    filter: invert(1)
}

.cunnet-dark .ca-hero-service ul li a {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-hero-title {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-hero-dec p {
    color: #fff9
}

.cunnet-dark .ca-hero-btn {
    background: #1a1b1e;
    color: var(--tp-common-white)
}

.cunnet-dark .ca-hero-title-wrap {
    border-left: 1px solid #ffffff0f;
    border-right: 1px solid #ffffff0f
}

.cunnet-dark .ca-header-style {
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .ca-section-title {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-brand-slider-active::before {
    background: linear-gradient(270deg,#fff0 0%,#0E0F11 100%)
}

.cunnet-dark .ca-brand-slider-active::after {
    background: linear-gradient(270deg,#fff0 0%,#0E0F11 100%)
}

.cunnet-dark .ca-brand-logo img {
    filter: invert(1)
}

.cunnet-dark .ca-portfolio-main-title {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-portfolio-content {
    background: #1a1b1e
}

.cunnet-dark .ca-portfolio-title {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-team-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-faq-item {
    background: #1a1b1e
}

.cunnet-dark .tp-faq-button {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-faq-body p {
    color: #fff9
}

.cunnet-dark .tp-faq-button::before,.cunnet-dark .tp-faq-button:after {
    border: 1px solid var(--tp-common-white);
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-faq-button.collapsed::before,.cunnet-dark .tp-faq-button.collapsed:after {
    color: var(--tp-common-white);
    border: 1px solid #ffffff0f;
    background: transparent
}

.cunnet-dark .tp-btn-red {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.cunnet-dark .ca-footer-btn {
    background: none;
    color: var(--tp-common-white)
}

.cunnet-dark .ca-footer-social-item ul li a {
    color: #fff9
}

.cunnet-dark .cs-brand-logo img {
    filter: invert(1)
}

.cunnet-dark .cs-section-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-awards-left span {
    color: var(--tp-common-white)
}

.cunnet-dark .right-item-animetion {
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .mp-awards-right {
    color: var(--tp-common-white)
}

.cunnet-dark .cs-blog-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-hero-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-hero-bigtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-portfolio-tab ul {
    background: #1a1b1e
}

.cunnet-dark .mp-portfolio-tab ul li a {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-portfolio-tab ul li a.active {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .mp-portfolio-slider-control {
    background: #0E0F11
}

.cunnet-dark .mp-portfolio-control-new {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-portfolio-navigation span {
    border: 1px solid #ffffff0f;
    color: var(--tp-common-white)
}

.cunnet-dark .mp-portfolio-navigation span:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .mp-portfolio-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-portfolio-tag {
    color: #fff9
}

.cunnet-dark .tp-btn-group .tp-btn-circle {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-btn-group:hover > :nth-child(2) {
    background: var(--tp-common-white)
}

.cunnet-dark .mp-blog-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-blog-date {
    color: var(--tp-common-white)
}

.cunnet-dark .mp-hero-awards img {
    filter: invert(1)
}

.cunnet-dark .mg-hero-awards img {
    filter: invert(0)
}

.cunnet-dark .mg-portfolio-dec {
    color: #fff9
}

.cunnet-dark .cs-portfolio-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-portfolio-content .cs-portfolio-tag ul li a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff0f
}

.cunnet-dark .mg-portfolio-content .cs-portfolio-tag ul li a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .mg-about-bigtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-about-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-awards-title {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-awards-title-sm {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-awards-item-wrap .mp-awards-left .count {
    color: var(--tp-common-white)
}

.cunnet-dark .mg-footer-main-style .tp-hero-social a {
    color: var(--tp-common-black)
}

.cunnet-dark .mg-footer-main-style .tp-hero-social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.cunnet-dark .mg-footer-bigtext-wrap {
    background: var(--tp-common-black)
}

.cunnet-dark .pp-btn-nobg {
    background: transparent;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-btn-border-white {
    border: 1px solid #ffffff1a;
    background: transparent
}

.cunnet-dark .pp-about-title {
    color: var(--tp-common-white)
}

.cunnet-dark .pp-about-title span {
    background: var(--tp-common-white)
}

.cunnet-dark .pp-about-dec {
    color: #fff9
}

.cunnet-dark .tp-btn-group-transparent .tp-btn {
    background: #0E0F11;
    border: 1px solid #ffffff0f;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-btn-group-transparent .tp-btn-circle {
    background-color: #0E0F11;
    color: var(--tp-common-white);
    border: 1px solid #ffffff0f
}

.cunnet-dark .tp-btn-group-transparent:hover > :nth-child(2) {
    background: #0E0F11
}

.cunnet-dark .pp-team-subtitle-black span {
    color: var(--tp-common-white)
}

.cunnet-dark .ca-team-title {
    color: var(--tp-common-white)
}

.cunnet-dark .pp-team-style .ca-team-content span {
    color: #fff9
}

.cunnet-dark .pp-service-list ul li a {
    color: var(--tp-common-white);
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .pp-service-list ul li a span {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .pp-about-awards {
    border: 1px solid #ffffff0f
}

.cunnet-dark .shop-header-cart-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area {
    background: var(--tp-common-black)
}

.cunnet-dark .cartmini__area .cartmini__top-title h4 {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__top-title {
    border-bottom: 1px solid #ffffff0f
}

.cunnet-dark .cartmini__area .cartmini__shipping p {
    color: #fffc
}

.cunnet-dark .cartmini__area .progress {
    --bs-progress-bg: #1A1B1E
}

.cunnet-dark .cartmini__area .cartmini__title {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__title a:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__price {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__quantity {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__widget-item {
    border-color: #ffffff0f
}

.cunnet-dark .cartmini__area .cartmini__checkout {
    border-color: #ffffff0f
}

.cunnet-dark .cartmini__area .cartmini__shipping {
    border-color: #ffffff0f
}

.cunnet-dark .cartmini__area .cartmini__del {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__del:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .cartmini__area .shop-btn {
    background: var(--tp-common-bubbles);
    color: var(--tp-common-black)
}

.cunnet-dark .cartmini__area .cartmini__checkout-title h4 {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__checkout-title span {
    color: var(--tp-common-white)
}

.cunnet-dark .cartmini__area .cartmini__close-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-header-top-menu-item ul {
    background: var(--tp-common-black);
    box-shadow: 0 20px 30px -8px #1313161a
}

.cunnet-dark .shop-header-top-menu-item ul li a {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-header-top-menu-item ul li a:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .shop-service-title {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-service-icon {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-service-dec {
    color: #fff9
}

.cunnet-dark .shop-service-content .tp-btn {
    background: none;
    color: var(--tp-common-white)
}

.cunnet-dark .shop-product-title {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-product-cetagory {
    color: #fff9
}

.cunnet-dark .shop-product-new-price {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-product-bigtext {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-testimonial-comment {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-testimonial-name {
    color: #fff9
}

.cunnet-dark .shop-testimonial-brand-name b {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-testimonial-brand-name span {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-testimonial-navigation span {
    border: 1px solid #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .shop-testimonial-navigation span:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .shop-payment-icon {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-payment-title {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-payment-content p {
    color: #fff9
}

.cunnet-dark .shop-payment-border {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .shop-footer-title {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-footer-widget ul li a {
    color: #fffc
}

.cunnet-dark .shop-footer-bigtext {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-footer-copyright {
    color: var(--tp-common-white)
}

.cunnet-dark .shop-footer-widget-1 {
    border-right: 1px solid #ffffff14
}

.cunnet-dark .shop-footer-widget-2 {
    border-right: 1px solid #ffffff14
}

.cunnet-dark .shop-footer-widget-4 {
    border-left: 1px solid #ffffff14
}

.cunnet-dark .shop-footer-copyright-wrap {
    border-top: 1px solid #ffffff14
}

.cunnet-dark .pp-header-top-content {
    color: var(--tp-common-white)
}

.cunnet-dark .pp-header-white .pp-header-top {
    border-color: #ffffff14
}

.cunnet-dark .pp-header-white .pp-main-menu nav ul li a {
    color: #fff9
}

.cunnet-dark .pp-header-white .pp-main-menu nav ul li a:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .pp-header-white .pp-header-social a {
    border: 1px solid #ffffff14
}

.cunnet-dark .about-me-resume-maintitle {
    color: var(--tp-common-white)
}

.cunnet-dark .about-me-resume-date span {
    color: var(--tp-common-white)
}

.cunnet-dark .about-me-resume-title {
    color: var(--tp-common-white)
}

.cunnet-dark .about-me-resume-location {
    color: #fff9
}

.cunnet-dark .about-me-resume-dec p {
    color: #fff9
}

.cunnet-dark .about-me-resume-item {
    border-top: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-skill-item {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-skill-text {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-testimonial-text-title {
    color: #fff9
}

.cunnet-dark .about-us-title {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-title {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-text p {
    color: #fff9
}

.cunnet-dark .postbox-details-quote-box {
    background: var(--tp-common-black)
}

.cunnet-dark .postbox-details-quote p {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-quote span {
    color: #fff9
}

.cunnet-dark .postbox-details-quote-box i {
    filter: invert(1)
}

.cunnet-dark .postbox-details-list ul li {
    color: #fff9
}

.cunnet-dark .postbox-details-list ul li::before {
    background-color: #fff9
}

.cunnet-dark .postbox-details-list ul li span {
    color: #fff6
}

.cunnet-dark .postbox-details-code {
    background: var(--tp-common-black)
}

.cunnet-dark .postbox-details-code pre {
    color: #fff9
}

.cunnet-dark .tp-blog-sidebar-tagcloud span {
    color: var(--tp-common-white)
}

.cunnet-dark .tagcloud a {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .tagcloud a:hover {
    background: var(--tp-theme-primary)
}

.cunnet-dark .postbox-details-social a {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-social a:hover {
    background: var(--tp-theme-primary)
}

.cunnet-dark .postbox-details-navigation i {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-navigation i:hover {
    background: var(--tp-theme-primary)
}

.cunnet-dark .postbox-details-navigation span {
    color: #fff9
}

.cunnet-dark .postbox-details-navigation-title {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-navigation-wrap {
    border-top: 1px solid #ffffff14
}

.cunnet-dark .sidebar-widget-author {
    background: var(--tp-common-black)
}

.cunnet-dark .sidebar-widget-author-content span {
    color: #fff9
}

.cunnet-dark .sidebar-widget-author-name {
    color: var(--tp-common-white)
}

.cunnet-dark .sidebar-widget-author-content p {
    color: #fff9
}

.cunnet-dark .sidebar-widget-author-social a span {
    color: var(--tp-common-white)
}

.cunnet-dark .sidebar-widget-author-social a span:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .postbox__comment-title {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox__comment-name h5 {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox__comment-text p {
    color: #fff9
}

.cunnet-dark .postbox__comment-name span {
    color: #fff9
}

.cunnet-dark .postbox__comment-reply a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .postbox-details-form {
    border: 1px solid #ffffff14
}

.cunnet-dark .postbox-details-form-title {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-form p {
    color: #fff9
}

.cunnet-dark .postbox-details-input label {
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-input input,.cunnet-dark .postbox-details-input textarea {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .postbox-details-remeber label {
    color: #fff9
}

.cunnet-dark .postbox-details-remeber label::before {
    filter: invert(0)
}

.cunnet-dark .postbox-details-remeber label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .sidebar-search input {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .sidebar-widget-title {
    color: var(--tp-common-white)
}

.cunnet-dark .sidebar-widget-category ul li a {
    background: var(--tp-common-black);
    color: #fff9
}

.cunnet-dark .sidebar-widget-category ul li a:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .rc-post-category a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .rc-post-title {
    color: var(--tp-common-white)
}

.cunnet-dark .rc-post-wrap .rc-post:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-pd-3-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-blog-tag a {
    color: #fff9
}

.cunnet-dark .tp-blog-tag a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-blog-tag {
    border-top: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .basic-pagination ul li > a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-pd-2-categories span {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-breadcrumb-border {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-breadcrumb-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-date {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-dec {
    color: #fff9
}

.cunnet-dark .postbox-content p {
    color: #fff9
}

.cunnet-dark .tp-blog-list-item {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-blog-list-content p {
    color: #fff9
}

.cunnet-dark .postbox-item:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-cart-list thead {
    background-color: var(--tp-common-black)
}

.cunnet-dark .tp-cart-list thead th {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-title a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-title a:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-cart-price span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-list tr td {
    border-color: #ffffff14
}

.cunnet-dark .tp-product-details-quantity .tp-cart-input[type=text] {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-quantity .tp-cart-plus,.cunnet-dark .tp-product-details-quantity .tp-cart-minus {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-quantity .tp-cart-plus:hover,.cunnet-dark .tp-product-details-quantity .tp-cart-minus:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-cart-coupon-input-box label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-coupon-input input {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-coupon-input input::placeholder {
    color: #fff9
}

.cunnet-dark .tp-cart-coupon-input button {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-coupon-input button:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-update-btn {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-cart-checkout-wrapper {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-cart-checkout-top span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-top {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-cart-checkout-shipping-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-shipping-option label {
    color: #fffc
}

.cunnet-dark .tp-cart-checkout-shipping-option label span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-shipping-option label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-cart-checkout-shipping-option label::before {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-shipping-option input:checked + label::after {
    border-color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-total span {
    color: var(--tp-common-white);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-btn {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-cart-checkout-btn:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary)
}

.cunnet-dark .tp-cart-checkout-shipping {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-cart-coupon-input-box label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-verify-reveal {
    border: 1px dashed #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-verify-reveal button {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-verify-reveal button::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-return-customer {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-return-customer-input label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-return-customer-input input,.cunnet-dark .tp-return-customer-input textarea {
    color: var(--tp-common-white);
    background: #0E0F11
}

.cunnet-dark .tp-return-customer-input input::placeholder,.cunnet-dark .tp-return-customer-input textarea::placeholder {
    color: #fffc
}

.cunnet-dark .tp-checkout-btn {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-btn:hover {
    border-color: #ffffff14;
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-return-customer-forgot a::after {
    background-color: var(--tp-common-white);
    content: ""
}

.cunnet-dark .tp-return-customer-forgot a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-return-customer-remeber label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-return-customer-remeber label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-checkout-bill-area {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-checkout-bill-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-input label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-input input,.cunnet-dark .tp-checkout-input textarea {
    color: var(--tp-common-white);
    background: #0E0F11
}

.cunnet-dark .tp-checkout-input input:focus,.cunnet-dark .tp-checkout-input textarea:focus {
    background: transparent;
    border-color: #ffffff14
}

.cunnet-dark .tp-checkout-input input::placeholder,.cunnet-dark .tp-checkout-input textarea::placeholder {
    color: #fffc
}

.cunnet-dark .tp-checkout-input .tp-select {
    color: var(--tp-common-white);
    background: #0E0F11
}

.cunnet-dark .tp-checkout-input .tp-select .current {
    color: #fffc
}

.cunnet-dark .nice-select .list {
    background: #0E0F11
}

.cunnet-dark .nice-select .option:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-option label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-option label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-checkout-place {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-checkout-place-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-order-info-list ul li.tp-order-info-list-desc p {
    color: #fffc
}

.cunnet-dark .tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-order-info-list ul li.tp-order-info-list-header h4 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-order-info-list ul li span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-payment-item label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-payment-item label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-checkout-payment-item label::before {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-payment-item label a::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-checkout-payment {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .profile__btn .tp-btn-cart {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .profile__btn .tp-btn-cart:hover {
    background: transparent;
    border-color: #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-wrapper {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-login-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-top p {
    color: #fffc
}

.cunnet-dark .tp-login-input-title label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-input input {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-login-input input::placeholder {
    color: #fffc
}

.cunnet-dark .tp-login-btn {
    color: var(--tp-common-black);
    border: 1px solid transparent;
    background: var(--tp-common-white)
}

.cunnet-dark .tp-login-btn:hover {
    color: var(--tp-common-white);
    background: var(--tp-common-black);
    border-color: var(--tp-common-white)
}

.cunnet-dark .tp-login-top p a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-option-item a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-login-option-item a img.apple {
    filter: invert(1)
}

.cunnet-dark .tp-login-mail::after {
    background-color: #ffffff14
}

.cunnet-dark .tp-login-mail p {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.cunnet-dark .tp-login-mail p a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-remeber label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-remeber label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-login-input-eye span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-login-forgot a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-me-form {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-contact-me-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-me-form .tp-input {
    color: var(--tp-common-white);
    background: var(--tp-common-black)
}

.cunnet-dark .tp-contact-me-form .tp-input:focus {
    background: transparent
}

.cunnet-dark .tp-contact-me-form .tp-input::placeholder {
    color: #fffc
}

.cunnet-dark .tp-contact-me-category input ~ span {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-contact-me-category input ~ span:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-contact-me-category input:checked ~ span {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .inner-service-banner-scroll a,.cunnet-dark .inner-service-banner-scroll span {
    color: var(--tp-common-white)
}

.cunnet-dark .inner-service-banner-scroll a:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .inner-service-banner-bottom {
    border-top: 1px solid #ffffff14
}

.cunnet-dark .tp-contact-bg {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-contact-author-content h6 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-author-content span {
    color: #fff9
}

.cunnet-dark .tp-contact-tel {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-tel:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-contact-mail {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-mail:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-contact-address h4 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-address a {
    color: #fff9
}

.cunnet-dark .tp-contact-form-input label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-form-input input,.cunnet-dark .tp-contact-form-input textarea {
    border: 1px solid #ffffff1a;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-form-input input:focus,.cunnet-dark .tp-contact-form-input textarea:focus {
    border-color: var(--tp-theme-primary)
}

.cunnet-dark .cn-contactform-support-text span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-contact-us-content {
    background: var(--tp-common-black)
}

.cunnet-dark .tp-contact-us-info-title {
    color: var(--tp-common-white);
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-contact-us-info-details a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-subtitle::before {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-faq-subtitle span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-faq .tp-faq-item {
    background: transparent;
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-login-top p a::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-login-forgot a::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-login-remeber input:checked ~ label::after {
    border-color: var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

.cunnet-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active,.cunnet-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.cunnet-dark .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-service-details-faq-two .tp-faq-button::before,.cunnet-dark .tp-service-details-faq-two .tp-faq-button:after {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-bg img {
    filter: invert(1)
}

.cunnet-dark .tp-portfolio-inner-tab-style-4 .tp-portfolio-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-portfolio-inner-tab-style-4 .tp-portfolio-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-shape {
    filter: invert(1)
}

.cunnet-dark .tp-breadcrumb-list ul li {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-breadcrumb-list ul li:not(:last-child)::before {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-bottom-item {
    border-top: 1px solid #ffffff14
}

.cunnet-dark .tp-pd-2-bottom-item span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-bottom-item h6 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-overview-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-overview-wrap p {
    color: #fffc
}

.cunnet-dark .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-pd-2-overview-wrap ul li {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-dot .swiper-pagination-bullet {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-step-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-step-item-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-pd-2-step-item span {
    color: #fffc
}

.cunnet-dark .tp-pd-2-np-content a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-pd-2-np-content a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-pd-3-style .tp-pd-2-bottom-item {
    border-top: none
}

.cunnet-dark .tp-portfoliom-m-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-toggler-pre,.cunnet-dark .tp-toggler-post {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-switch-toggle {
    background: linear-gradient(180deg,#fff 0%,#fff 100%)
}

.cunnet-dark .tp-toggle-input-wrap {
    border: 1px solid #ffffff14
}

.cunnet-dark .ds-price-item {
    background: var(--tp-common-black)
}

.cunnet-dark .ds-price-item-head span {
    color: var(--tp-common-white)
}

.cunnet-dark .ds-price-item-head p {
    color: var(--tp-common-white)
}

.cunnet-dark .ds-price-item-head h4 {
    color: var(--tp-common-white)
}

.cunnet-dark .ds-price-item-head {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .ds-price-item-list ul li {
    color: var(--tp-common-white)
}

.cunnet-dark .inner-service-2-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-funfact-content-dec p {
    color: #fffc
}

.cunnet-dark .tp-funfact-numbar {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-funfact-item::before {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-funfact-info span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-funfact-info-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-funfact-item:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-service-details-hero-subtitle span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-hero-subtitle span::before {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-hero-title h2 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-process-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-process-dec {
    color: #fffc
}

.cunnet-dark .tp-process-count {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.cunnet-dark .tp-process-border svg {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-process-bottom-para {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-service-details-dec {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-content ul li p {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-service-details-content ul li i {
    color: var(--tp-common-white)
}

.cunnet-dark .ds-price-item-list-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-top-select .tp-select {
    background-color: var(--tp-common-black);
    border: solid 1px #ffffff14
}

.cunnet-dark .tp-product-top-select .tp-select .current {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-top-select .tp-select:after {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-top-select .tp-select .option {
    color: #fffc
}

.cunnet-dark .tp-product-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-price {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-category span {
    color: #fffc
}

.cunnet-dark .tp-product-details-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-stock span {
    background-color: #1a1b1e
}

.cunnet-dark .tp-product-details-sort-desc p {
    color: #fffc
}

.cunnet-dark .tp-product-details-price.new-price {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-price.old-price {
    color: #fff9
}

.cunnet-dark .tp-product-details-variation-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-variation-list button .tp-color-variation-tootltip {
    background-color: #1a1b1e
}

.cunnet-dark .tp-product-details-variation-list button .tp-color-variation-tootltip::before {
    background-color: #1a1b1e
}

.cunnet-dark .tp-product-details-action-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-quantity .tp-cart-input[type=text] {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-quantity .tp-cart-plus,.cunnet-dark .tp-product-details-quantity .tp-cart-minus {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-add-to-cart-btn {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-add-to-cart-btn:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-product-details-buy-now-btn {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-buy-now-btn:hover {
    background-color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-action-sm-btn {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-action-sm-btn:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-product-details-action-sm-btn i,.cunnet-dark .tp-product-details-action-sm-btn svg {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-query-item > span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-query-item p {
    color: #fffc
}

.cunnet-dark .tp-product-details-action-sm {
    border-bottom: 1px solid #ffffff1a
}

.cunnet-dark .tp-product-details-social span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-social a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14;
    background: var(--tp-common-black)
}

.cunnet-dark .tp-product-details-social a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-product-details-msg ul li {
    color: #fffc
}

.cunnet-dark .tp-product-details-msg ul li::after {
    filter: invert(1)
}

.cunnet-dark .tp-product-details-payment {
    background: #1a1b1e
}

.cunnet-dark .tp-product-details-payment p {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-quantity .tp-cart-plus:hover,.cunnet-dark .tp-product-details-quantity .tp-cart-minus:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-product-details-tab-nav .nav-tabs .nav-link {
    color: #fff9
}

.cunnet-dark .tp-product-details-tab-nav .nav-tabs .nav-link.active,.cunnet-dark .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-additional-info table tr td:first-child {
    background-color: #1a1b1e;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-additional-info table {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-desc-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-desc-content p {
    color: #fffc
}

.cunnet-dark .tp-product-details-tab-nav .nav-tabs {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-review-number {
    border: 1px solid transparent;
    background-color: #1a1b1e
}

.cunnet-dark .tp-product-details-review-number-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-summery-value span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-summery-rating p {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-avater-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-avater-meta {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-avater-comment p {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-rating-percent span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-form-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-form > p {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-form-rating p {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-input-title label {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-input input,.cunnet-dark .tp-product-details-review-input textarea {
    border-color: transparent;
    background: #1a1b1e;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-input input::placeholder,.cunnet-dark .tp-product-details-review-input textarea::placeholder {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-input input:focus,.cunnet-dark .tp-product-details-review-input textarea:focus {
    background: transparent;
    border-color: #fffc
}

.cunnet-dark .tp-product-details-review-remeber label {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-remeber label::before {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-remeber label::after {
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-review-btn {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-review-btn:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-bottom {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-product-details-reviews span {
    color: #fffc
}

.cunnet-dark .tp-product-details-sort-desc p span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
    border: 1px solid var(--tp-theme-primary)
}

.cunnet-dark .tp-product-details-additional-info table tr td {
    color: #fffc
}

.cunnet-dark .tp-product-details-review-rating-bar {
    background-color: #ffffff14
}

.cunnet-dark .tp-shop-top-left p {
    color: #fffc
}

.cunnet-dark .tp-team-details-text-sub {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-text p {
    color: #fffc
}

.cunnet-dark .tp-team-details-more-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-more ul li span {
    color: #fffc
}

.cunnet-dark .tp-team-details-more ul li {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-progress-title {
    color: #fffc
}

.cunnet-dark .tp-team-details-progress-inner {
    background: #1a1b1e
}

.cunnet-dark .tp-team-details-progress-counter {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-input-content input,.cunnet-dark .tp-team-details-input-content textarea {
    background: #1a1b1e;
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-input-content input:focus,.cunnet-dark .tp-team-details-input-content textarea:focus {
    background: transparent
}

.cunnet-dark .tp-team-details-input-content input::placeholder,.cunnet-dark .tp-team-details-input-content textarea::placeholder {
    color: #fffc
}

.cunnet-dark .tp-team-details-input-btn button {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-input-btn button:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-primary);
    background: var(--tp-theme-primary)
}

.cunnet-dark .tp-team-details-info-contact a {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-team-details-info-contact a:hover {
    color: var(--tp-theme-primary)
}

.cunnet-dark .tp-team-details-info-contact a:not(:last-of-type) {
    border-right: 1px solid #ffffff14
}

.cunnet-dark .tp-team-details-info-contact {
    border-top: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-team-details-info-social .tp-offcanvas-social a {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .ca-team-item-2 .ca-team-content span {
    color: #fffc
}

.cunnet-dark .tp-career-details-subtitle {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-details-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-details-info-item h5 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-details-title-2 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-details-wrap p {
    color: #fffc
}

.cunnet-dark .tp-career-details-list ul li {
    color: #f9f4e8e6
}

.cunnet-dark .tp-career-details-sidebar-box {
    border: 1px solid #ffffff1a;
    background: #1b1b1d
}

.cunnet-dark .tp-career-details-sidebar-heading span {
    color: #fffc
}

.cunnet-dark .tp-career-details-sidebar-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-details-sidebar-item-content h5 {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-application-subtitle {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-application-subtitle::before {
    background: var(--tp-common-white)
}

.cunnet-dark .tp-application-upload span {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-application-upload input {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-title .shape-1 {
    filter: invert(1)
}

.cunnet-dark .tp-benefit-item-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-benefit-item.tp-benefit-borber-bottom {
    border-bottom: 1px solid #ffffff1a
}

.cunnet-dark .tp-benefit-item {
    border-right: 1px solid #ffffff1a
}

.cunnet-dark .tp-benefit-item-icon span {
    filter: invert(1)
}

.cunnet-dark .tp-career-opening-heading span {
    color: #fff9
}

.cunnet-dark .tp-career-opening-title-name {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-career-opening-role span {
    color: #fff9
}

.cunnet-dark .tp-career-opening-Type span {
    color: #fff9
}

.cunnet-dark .tp-career-opening-item {
    border-bottom: 1px solid #ffffff1a
}

.cunnet-dark .tp-career-opening-btn span {
    color: var(--tp-common-black)
}

.cunnet-dark .tp-main-menu nav ul li .tp-megamenu-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-main-menu nav ul li .tp-megamenu-title-wrap {
    border-bottom: 1px solid #ffffff1a
}

.cunnet-dark .tp-error-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-error-wrapper img {
    filter: invert(1)
}

.cunnet-dark .tp-error-title-sm {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-error-content .tp-btn {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .tp-error-content .tp-btn:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
    background-color: transparent
}

.cunnet-dark .tp-megamenu-title {
    color: var(--tp-common-white)
}

.cunnet-dark .tp-megamenu-title-wrap {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .tp-offcanvas-2-wrapper .tp-offcanvas-menu nav ul li .tp-megamenu li a:hover {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__tab nav .nav-tabs {
    border: 1px solid #ffffff14;
    background-color: transparent
}

.cunnet-dark .profile__tab-content {
    background: var(--tp-common-black)
}

.cunnet-dark .profile__tab nav .nav-tabs .nav-link:not(:last-child) {
    border-bottom: 1px dashed #ffffff14
}

.cunnet-dark .profile__tab nav .nav-tabs .nav-link.active {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__tab nav .nav-tabs .nav-link {
    color: #fffc;
    background: transparent
}

.cunnet-dark .profile__tab nav .nav-tabs .nav-link::after {
    background-color: var(--tp-common-white)
}

.cunnet-dark .profile__main-title {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__main-content p {
    color: #fffc
}

.cunnet-dark .profile__main-content p span {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__main-thumb-edit label {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.cunnet-dark .profile__main-thumb-edit label:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.cunnet-dark .tp-logout-btn {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .tp-logout-btn:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.cunnet-dark .profile__main-info-item {
    border: 1px solid #ffffff14
}

.cunnet-dark .profile__main-info-icon .profile-icon-count {
    border: 2px solid #ffffff14;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    z-index: 2
}

.cunnet-dark .profile__main-info-icon > span svg {
    filter: invert(1)
}

.cunnet-dark .profile__main-info-title {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__info-title {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__input input,.cunnet-dark .profile__input textarea {
    color: var(--tp-common-white);
    border: 1px solid #ffffff14
}

.cunnet-dark .profile__input input:focus,.cunnet-dark .profile__input textarea:focus {
    border-color: var(--tp-theme-primary)
}

.cunnet-dark .profile__input > span {
    filter: invert(1)
}

.cunnet-dark .profile__input .nice-select {
    border: 1px solid #ffffff14;
    background: transparent
}

.cunnet-dark .profile__input .nice-select:focus {
    border-color: var(--tp-theme-primary)
}

.cunnet-dark .profile__input .nice-select::after {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__address-title {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__address-icon span {
    filter: invert(1)
}

.cunnet-dark .profile__address-content p {
    color: #fffc
}

.cunnet-dark .profile__address-content p span {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__ticket table th {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__ticket table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ffffff14
}

.cunnet-dark .profile__ticket {
    border: 1px solid #ffffff14
}

.cunnet-dark .profile__ticket table thead tr {
    border-color: #ffffff14
}

.cunnet-dark .profile__ticket .table > :not(:first-child) {
    border-color: #ffffff14
}

.cunnet-dark .profile__ticket table tbody > tr th[scope=row] {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__ticket table tbody > tr td,.cunnet-dark .profile__ticket table tbody > tr th {
    color: #fffc
}

.cunnet-dark .profile__ticket table tbody > tr td[data-info="status done"] {
    color: #08AF5C
}

.cunnet-dark .profile__ticket table tbody > tr td[data-info="status pending"] {
    color: #6364DB
}

.cunnet-dark .profile__ticket table tbody > tr td[data-info="status reply"] {
    color: #D93D1E
}

.cunnet-dark .profile__ticket table tbody > tr td[data-info="status hold"] {
    color: #FFB422
}

.cunnet-dark .profile__notification-title {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__notification p {
    color: #fffc
}

.cunnet-dark .profile__notification-item .form-check-input:checked {
    background-color: #0E0F11
}

.cunnet-dark .profile__notification-item .form-check-label {
    color: var(--tp-common-white)
}

.cunnet-dark .profile__password input {
    border: 1px solid #ffffff14;
    color: var(--tp-common-white)
}

.cunnet-dark .profile__password input:focus {
    border-color: var(--tp-theme-primary)
}

.cunnet-dark .tp-profile-input-title label {
    color: var(--tp-common-white)
}

.tp-career-title {
    font-size: 120px;
    line-height: 1;
    color: var(--tp-common-black);
    letter-spacing: -4.8px;
    font-family: var(--tp-ff-sequel-semi-bold)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-career-title {
        font-size:100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-career-title {
        font-size:90px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-career-title {
        font-size:70px;
        letter-spacing: -1.8px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-title {
        font-size:52px;
        letter-spacing: -1.8px
    }

    .tp-career-title br {
        display: none
    }
}

.tp-career-shape-1 {
    position: absolute;
    top: 37%;
    right: 22%
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-shape-1 {
        display:none
    }
}

.tp-career-btn {
    position: absolute;
    bottom: 70px;
    right: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-career-btn {
        right:50px;
        bottom: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-btn {
        position:static;
        padding-left: 0;
        margin-top: 40px
    }
}

.tp-career-opening-item {
    border-bottom: 1px solid #11101314
}

.tp-career-opening-item.ptb {
    padding-top: 40px;
    padding-bottom: 40px
}

.tp-career-opening-heading {
    padding-bottom: 20px
}

.tp-career-opening-heading span {
    display: inline-block;
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.18px
}

.tp-career-opening-title-name {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-black);
    letter-spacing: -.3px;
    font-family: var(--tp-ff-inter)
}

.tp-career-opening-role span {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: -.18px
}

.tp-career-opening-type span {
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 400;
    display: inline-block;
    letter-spacing: -.18px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-slider-ptb {
        padding-bottom:100px
    }

    .tp-career-details-ptb {
        padding-top: 100px
    }
}

.tp-career-details-wrapper {
    padding-right: 105px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-career-details-wrapper {
        padding-right:50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-wrapper {
        padding-right:0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-top {
        padding-bottom:50px
    }
}

.tp-career-details-subtitle {
    position: relative;
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 400;
    padding-left: 12px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: -.18px;
    text-transform: uppercase
}

.tp-career-details-subtitle::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -5px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #FF5722
}

.tp-career-details-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: var(--tp-common-black);
    margin-bottom: 30px;
    letter-spacing: -2.4px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-title {
        font-size:60px
    }
}

.tp-career-details-title-2 {
    color: var(--tp-common-black);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -.68px;
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-info {
        flex-wrap:wrap
    }
}

.tp-career-details-info-item:not(:last-of-type) {
    margin-right: 50px
}

.tp-career-details-info-item span {
    font-size: 14px;
    font-weight: 400;
    color: #6B6C74;
    display: inline-block;
    margin-bottom: 5px
}

.tp-career-details-info-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: -.16px
}

.tp-career-details-wrap p {
    font-size: 16px;
    color: var(--tp-common-black);
    line-height: 26px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-wrap p br {
        display:none
    }
}

.tp-career-details-list ul {
    display: inline-block;
    padding-left: 30px
}

.tp-career-details-list ul li {
    font-size: 16px;
    line-height: 1.2;
    color: var(--tp-common-black);
    margin-bottom: 20px
}

.tp-career-details-sidebar-box {
    border-radius: 20px;
    border: 1px solid #F2F2F5;
    background: #F8F8FB;
    padding: 50px 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-sidebar-box {
        padding:50px 25px
    }
}

.tp-career-details-sidebar-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: -.52px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-sidebar-title {
        font-size:24px
    }
}

.tp-career-details-sidebar-heading {
    margin-bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-sidebar-heading {
        margin-bottom:40px
    }
}

.tp-career-details-sidebar-heading span {
    font-size: 16px;
    font-weight: 400;
    color: #6B6C74;
    margin-bottom: 10px;
    display: inline-block
}

.tp-career-details-sidebar-thumb img {
    width: 100%
}

.tp-career-details-sidebar-item {
    margin-bottom: 30px
}

.tp-career-details-sidebar-item-icon {
    margin-right: 12px
}

.tp-career-details-sidebar-item-icon span {
    display: grid;
    height: 50px;
    width: 50px;
    place-content: center;
    border-radius: 50%;
    background: var(--tp-common-white);
    border: 1px solid #1110131a
}

.tp-career-details-sidebar-item-content span {
    font-size: 15px;
    font-weight: 400;
    color: #6B6C74;
    display: inline-block
}

.tp-career-details-sidebar-item-content h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-common-black);
    letter-spacing: -.36px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-career-details-sidebar-item-content h5 {
        font-size:16px
    }
}

.tp-career-details-sidebar-btn a {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 17px 30px;
    border-radius: 200px;
    display: inline-block;
    letter-spacing: -.2px;
    background: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),(max-width: 574.98px) {
    .tp-career-details-sidebar-btn a {
        font-size:17px;
        padding: 14px 27px
    }
}

.tp-career-details-sidebar-btn a:hover {
    background-color: var(--tp-common-black)
}

.tp-application-subtitle {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    line-height: 1;
    position: relative;
    display: inline-block;
    border: 1px solid #0101031a;
    border-radius: 20px;
    padding: 10px 22px;
    padding-left: 40px
}

.tp-application-subtitle::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #010103;
    border-radius: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

.tp-application-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-application-form-wrap {
        margin-left:0
    }
}

.tp-application-form-wrap .tp-contact-form-input textarea {
    height: 133px
}

@media (max-width: 574.98px) {
    .tp-application-form-btn {
        flex-wrap:wrap
    }
}

.tp-application-upload span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--tp-common-black);
    display: block;
    margin-bottom: 10px
}

.tp-application-btn a {
    border-radius: 0;
    text-transform: uppercase
}

.st-hero-btn {
    margin-bottom: 35px
}

.st-hero-btn a {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-content: center;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border: 1px solid var(--tp-border-1)
}

.st-hero-btn a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary)
}

.st-hero-btn a:hover .st-hero-btn-text {
    color: var(--tp-common-white)
}

.st-hero-btn-text {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block;
    margin-bottom: 5px;
    color: var(--tp-common-black);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.st-hero-btn-icon {
    display: block;
    margin-left: 8px
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-benefit-ptb {
        padding-top:100px;
        padding-bottom: 100px
    }

    .tp-benefit-heading {
        margin-bottom: 50px
    }
}

.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item {
    border-right: none
}

.tp-benefit-item {
    padding: 40px;
    border-right: 1px solid #F1F1F4
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-benefit-item {
        padding:30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-benefit-item {
        margin-left:-1px;
        margin-top: -1px;
        border: 1px solid #f1f1f4!important
    }
}

.tp-benefit-item.tp-benefit-borber-bottom {
    border-bottom: 1px solid #F1F1F4
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-benefit-item.tp-benefit-borber-bottom {
        border:none
    }
}

.tp-benefit-item-icon {
    height: 74px
}

.tp-benefit-item-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-black);
    letter-spacing: -.4px;
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 576px) and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-benefit-item-title {
        font-size:18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .tp-benefit-item-title br {
        display:none
    }
}

.ar-banner-wrap {
    height: 820px;
    overflow: hidden
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ar-banner-wrap {
        height:720px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ar-banner-wrap {
        height:580px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ar-banner-wrap {
        height:470px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ar-banner-wrap {
        height:370px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ar-banner-wrap {
        height:250px
    }
}

.ar-banner-wrap img {
    margin-top: -150px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .ar-banner-wrap img {
        margin-top:-50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 574.98px) {
    .ar-banner-wrap img {
        margin-top:-20px
    }
}

.tp-error-title {
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 50px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.tp-error-title-sm {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-inter)
}

.tp-error-content p {
    font-weight: 400;
    font-size: 18px;
    color: #57575a;
    margin-bottom: 30px
}

.tp-error-content .tp-btn {
    height: 60px;
    line-height: 55px;
    border-radius: 40px;
    padding: 0 18px 0 24px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .03em;
    z-index: 9;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: all .3s;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 2px solid transparent
}

.tp-error-content .tp-btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
    border-color: var(--tp-common-black)
}

.tp-error-wrapper img {
    margin-bottom: 55px
}

.bord-thin-bottom {
    border-bottom: 1px solid #ffffff24
}

.ontop {
    position: relative;
    z-index: 7
}

.product-page .works.thecontainer {
    width: 220vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 100px
}

.product-page .works .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-right: 20px
}

.product-page .works .panel .item {
    width: calc(30vw - 80px)
}

.product-page .works .panel .item .img {
    height: 480px;
    min-height: 50vh
}

.product-page .works .panel .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width: 992px) {
    .product-page .works.thecontainer {
        width:100%;
        min-height: auto;
        height: auto;
        display: block;
        padding: 70px 0 120px
    }

    .product-page .works .panel {
        display: block;
        padding: 0 15px!important
    }

    .product-page .works .panel .item {
        width: 100%;
        margin-top: 50px
    }
}

.service-details__sidebar-download-box {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 50px
}

.service-details__sidebar-single-download {
    position: relative;
    display: block
}

.service-details__sidebar-single-download ul {
    position: relative;
    display: block
}

.service-details__sidebar-single-download ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff4d;
    padding: 14px 0;
    line-height: 0
}

.service-details__sidebar-single-download ul li:first-child {
    padding-top: 0
}

.service-details__sidebar-single-download ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.service-details__sidebar-single-download ul li .content-box {
    position: relative;
    display: flex;
    align-items: center
}

.service-details__sidebar-single-download ul li .content-box .icon {
    position: relative;
    display: block
}

.service-details__sidebar-single-download ul li .content-box .icon span {
    position: relative;
    display: inline-block;
    color: #f9f9f9;
    font-size: 45px;
    line-height: 45px
}

.service-details__sidebar-single-download ul li .content-box .text-box {
    position: relative;
    display: block;
    margin-left: 17px;
    flex: 1
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a {
    color: #f9f9f9;
    transition: all 200ms linear;
    transition-delay: .1s
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a:hover {
    color: var(--tp-common-black)
}

.service-details__sidebar-single-download ul li .content-box .text-box p {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0
}

.service-details__sidebar-single-download ul li .content-box .text-box p a {
    color: #f9f9f9
}

.service-details__sidebar-single-download ul li .content-box .text-box p a:hover {
    color: #f9f9f9
}

.service-details__sidebar-single-download ul li .btn-box {
    position: relative;
    display: block
}

.service-details__sidebar-single-download ul li .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--tp-theme-primary);
    border-radius: 2px;
    overflow: hidden
}

.service-details__sidebar-single-download ul li .btn-box a:hover {
    background: #f9f9f9
}

.service-details__sidebar-single-download ul li .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: #f9f9f9;
    font-size: 20px;
    line-height: 20px
}

.service-details__sidebar-single-download ul li .btn-box a:hover span::before {
    color: var(--tp-theme-primary)
}

.tp-product-details-sort-desc .details-list {
    margin-bottom: 30px
}

.tp-product-details-sort-desc .details-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: #fff
}

.tp-product-details-sort-desc .details-list li:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.tp-product-details-sort-desc .details-list li span {
    font-weight: 600;
    color: #fff
}

.tp-product-details-sort-desc .details-list li span i {
    color: var(--tp-theme-primary);
    opacity: .8
}

.wp-version {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999
}

.wp-version a {
    color: #101244;
    display: inline-flex;
    border: 1px solid #eee;
    vertical-align: middle;
    padding: 8px 15px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 4px 20px #0000001f;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff
}

.wp-version a:hover {
    transform: translateY(-5px);
    color: #0073AA
}

.wp-version img {
    width: 30px
}

.wp-version .image {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #eee
}

.cover-background,.fix-background {
    position: relative;
    background-repeat: no-repeat!important;
    overflow: hidden
}

.cover-background {
    background-size: cover;
    background-position: center center!important
}

body .pbmit-bg-color-light {
    background-color: #f6f6f6
}

.p-14 {
    padding: 14%!important
}

.mb-5px {
    margin-bottom: 5px!important
}

.ls-minus-1px {
    letter-spacing: -1px!important
}

.mb-8 {
    margin-bottom: 8%!important
}

.fw-600 {
    font-weight: 600!important
}

.subscribe-popup .form-control {
    margin-bottom: 20px;
    font-size: 14px;
    height: 60px;
    line-height: normal;
    padding: 10px 20px;
    font-weight: 400;
    border-width: 0 0 1px;
    font-family: inherit;
    background-color: transparent;
    border-radius: 10px;
    border: unset;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #fff
}

.subscribe-popup textarea {
    min-height: 150px
}

.subscribe-popup .mfp-close,.subscribe-popup .mfp-close:active {
    background-color: transparent;
    font-size: 13px;
    line-height: 30px;
    top: 20px;
    right: 20px
}

.subscribe-popup .mfp-close:before {
    color: #1f2220
}

.coming-soon-area {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
    overflow: hidden;
    background-color: #fff
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    background-color: #f8f8f8;
    border: 3px solid var(--tp-grey-1)
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: var(--tp-common-black);
    font-size: 50px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    color: var(--tp-common-black);
    margin: 15px auto 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 10px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: var(--tp-common-black);
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 10px;
    padding-top: 10px;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 5px
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content ul {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    background-color: var(--tp-grey-1);
    color: #fff;
    border-radius: 50px;
    margin-right: 10px
}

.coming-soon-area .coming-soon-content ul li a {
    color: #fff
}

.coming-soon-area .coming-soon-content ul li:hover {
    background-color: var(--tp-common-black)
}

@media only screen and (max-width: 767px) {
    .coming-soon-area .coming-soon-content {
        padding:30px 15px 20px
    }

    .coming-soon-area .coming-soon-content h1 {
        font-size: 30px;
        line-height: 1.1;
        margin-top: 0
    }

    .coming-soon-area .coming-soon-content p {
        font-size: 14px;
        margin-top: 15px
    }

    .coming-soon-area .coming-soon-content #timer {
        margin-top: 30px
    }

    .coming-soon-area .coming-soon-content #timer div {
        font-size: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px
    }

    .coming-soon-area .coming-soon-content #timer div span {
        font-size: 14px;
        margin-top: -5px
    }

    .coming-soon-area .coming-soon-content #timer div::before {
        display: none
    }
}

.formMessage {
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb
}

.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb
}

button.loading {
    opacity: .6;
    pointer-events: none
}

.text .desc p {
    color: #fff
}

.shop-product-item {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 15px;
    background: var(--tp-common-white)ff21;
    padding: 1px
}

.shop-product-item .items {
    border-radius: 15px;
    padding: 5px;
    height: 100%;
    background: var(--tp-common-black)
}

.shop-product-item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -35px;
    z-index: -1;
    transition: transform .6s ease-in-out;
    background: linear-gradient(to bottom,transparent 1%,#1b75fd1a 40%,var(--tp-theme-primary) 60%,transparent 100%);
    opacity: 0
}

.shop-product-item:hover::after {
    transform: translateY(-250px);
    opacity: 1
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 2px solid transparent!important;
    outline-offset: 2px!important
}

a,div,header,i,img,li,span,ul {
    border-style: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: transparent;
    border-radius: 0;
    border-style: none;
    font-family: Manrope;
    font-size: 100%;
    line-height: 1.5;
    outline: 2px solid transparent;
    outline-offset: 2px;
    resize: none!important
}

*,:active,:after,:before,:focus,:focus-visible,:hover {
    outline: 2px solid transparent!important;
    outline-offset: 2px!important
}

header {
    display: block
}

a,a:active,a:focus,a:hover,a:visited {
    -webkit-text-decoration-line: none;
    -moz-text-decoration-line: none;
    text-decoration-line: none;
    text-decoration-thickness: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

svg {
    display: block;
    overflow: visible
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #93c5fd80;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

*,:after,:before {
    border: 0 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: inherit
}

button {
    color: inherit;
    font-family: inherit;
    -webkit-font-feature-settings: inherit;
    -moz-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

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

button {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,svg {
    display: block;
    vertical-align: middle
}

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

header ul {
    margin-bottom: 0
}

header ul li {
    list-style: none
}

.pointer-events-none {
    pointer-events: none
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-left-\[20px\] {
    left: -20px
}

.-right-\[20px\] {
    right: -20px
}

.bottom-\[40px\] {
    bottom: 40px
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-\[-200px\] {
    left: -200px
}

.right-20 {
    right: 20px
}

.right-\[30px\] {
    right: 30px
}

.top-0 {
    top: 0
}

.top-20 {
    top: 20px
}

.top-\[0px\] {
    top: 0
}

.top-\[10px\] {
    top: 10px
}

.top-full {
    top: 100%
}

.isolate {
    isolation: isolate
}

.z-10 {
    z-index: 10
}

.z-100 {
    z-index: 100
}

.z-2 {
    z-index: 2
}

.z-20 {
    z-index: 20
}

.z-5 {
    z-index: 5
}

.z-\[3\] {
    z-index: 3
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.-mb-60 {
    margin-bottom: -60px
}

.block {
    display: block
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.size-full {
    height: 100%;
    width: 100%
}

.h-12 {
    height: 12px
}

.h-350 {
    height: 350px
}

.h-38 {
    height: 38px
}

.h-84 {
    height: 84px
}

.h-\[10px\] {
    height: 10px
}

.h-\[97px\] {
    height: 97px
}

.h-\[15px\] {
    height: 15px
}

.h-\[130px\] {
    height: 130px
}

.h-\[200px\] {
    height: 200px
}

.h-\[25px\] {
    height: 25px
}

.h-\[2px\] {
    height: 2px
}

.h-\[30px\] {
    height: 30px
}

.h-\[40px\] {
    height: 40px
}

.h-\[8px\] {
    height: 8px
}

.h-\[90px\] {
    height: 90px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.min-h-\[50px\] {
    min-height: 50px
}

.w-38 {
    width: 38px
}

.w-\[100px\] {
    width: 100px
}

.w-\[15px\] {
    width: 15px
}

.w-\[18px\] {
    width: 18px
}

.w-\[20px\] {
    width: 20px
}

.w-\[24px\] {
    width: 24px
}

.w-\[2px\] {
    width: 2px
}

.w-\[30px\] {
    width: 30px
}

.w-\[40px\] {
    width: 40px
}

.w-\[700px\] {
    width: 700px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.min-w-\[150px\] {
    min-width: 150px
}

.max-w-\[1680px\] {
    max-width: 1680px
}

.max-w-\[262px\] {
    max-width: 262px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[370px\] {
    max-width: 370px
}

.max-w-\[400px\] {
    max-width: 400px
}

.shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[10px\] {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 10px
}

.translate-y-\[20px\] {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 20px
}

.-rotate-45 {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: -45deg
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gap-\[10px\] {
    gap: 10px
}

.gap-\[15px\] {
    gap: 15px
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[40px\] {
    gap: 40px
}

.gap-\[5px\] {
    gap: 5px
}

.gap-\[8px\] {
    gap: 8px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-20 {
    border-radius: 20px
}

.rounded-7 {
    border-radius: 7px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-full {
    border-radius: 999px
}

.rounded-b-16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-t-\[4px\] {
    border-top-width: 4px
}

.border-solid {
    border-style: solid
}

.border-\[#B6B6B6\]\/25 {
    border-color: hsla(0,0%,71%,.25)
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(247 190 0/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.bg-\[#F9BE00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 190 0/var(--tw-bg-opacity))!important
}

.bg-\[#F9F9F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249/var(--tw-bg-opacity))!important
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(26 66 138/var(--tw-bg-opacity))!important
}

.bg-transparent {
    background-color: transparent
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c_#F9BE00_0\%\2c_rgba\(249\2c_190\2c_0\2c_0\.00\)_100\%\)\;\] {
    background-image: -webkit-radial-gradient(50% 50%,50% 50%,#f9be00 0,#f9be0000 100%);
    background-image: -moz-radial-gradient(50% 50%,50% 50%,#f9be00 0,#f9be0000 100%);
    background-image: radial-gradient(50% 50% at 50% 50%,#f9be00 0,#f9be0000 100%)
}

.fill-white {
    fill: #fff
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-25 {
    padding: 25px
}

.p-5 {
    padding: 5px
}

.p-\[40px\] {
    padding: 40px
}

.p-\[5px\] {
    padding: 5px
}

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

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.py-\[10px\] {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-\[15px\] {
    padding-bottom: 15px;
    padding-top: 15px
}

.py-\[30px\] {
    padding-bottom: 30px;
    padding-top: 30px
}

.pr-10 {
    padding-right: 10px
}

.text-12 {
    font-size: 12px
}

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

.text-\[10px\] {
    font-size: 10px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[8px\] {
    font-size: 8px
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(53 54 58/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-15 {
    opacity: .15
}

.shadow-\[5px_5px_30px_0px_rgba\(249\2c_190\2c_0\2c_0\.35\)\;\] {
    --tw-shadow: 5px 5px 30px 0 #f9be0059;
    --tw-shadow-colored: 5px 5px 30px 0 var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.brightness-0 {
    --tw-brightness: brightness(0);
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    --tw-invert: invert(100%)
}

.transition-all {
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.\!duration-450 {
    -webkit-transition-duration: .45s!important;
    -moz-transition-duration: .45s!important;
    transition-duration: .45s!important
}

.duration-350 {
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s
}

.duration-450 {
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s
}

.duration-500 {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.will-change-\[height\2ctransform\] {
    will-change: height,transform
}

.translate-z-0 {
    --tw-translate-z: 0;
    -webkit-transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scrollbar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius)
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbar-track-hover,var(--scrollbar-track))
}

.scrollbar::-webkit-scrollbar-track:active {
    background-color: var(--scrollbar-track-active,var(--scrollbar-track-hover,var(--scrollbar-track)))
}

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

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

.scrollbar::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-thumb-active,var(--scrollbar-thumb-hover,var(--scrollbar-thumb)))
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius)
}

.scrollbar::-webkit-scrollbar-corner:hover {
    background-color: var(--scrollbar-corner-hover,var(--scrollbar-corner))
}

.scrollbar::-webkit-scrollbar-corner:active {
    background-color: var(--scrollbar-corner-active,var(--scrollbar-corner-hover,var(--scrollbar-corner)))
}

.scrollbar {
    scrollbar-color: var(--scrollbar-thumb,initial) var(--scrollbar-track,initial);
    scrollbar-width: auto
}

.scrollbar::-webkit-scrollbar {
    display: block;
    height: var(--scrollbar-height,16px);
    width: var(--scrollbar-width,16px)
}

.scrollbar-track-primary\/10 {
    --scrollbar-track: #1a428a1a!important
}

.scrollbar-thumb-secondary {
    --scrollbar-thumb: #f7be00!important
}

.scrollbar-track-rounded-\[5px\] {
    --scrollbar-track-radius: 5px
}

.scrollbar-thumb-rounded-\[5px\] {
    --scrollbar-thumb-radius: 5px
}

.scrollbar-w-\[5px\] {
    --scrollbar-width: 5px
}

.\[transform-box\:fill-box\] {
    transform-box: fill-box
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:left-\[-100\%\]:before {
    content: var(--tw-content);
    left: -100%
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:top-\[-20px\]:before {
    content: var(--tw-content);
    top: -20px
}

.before\:top-\[-45px\]:before {
    content: var(--tw-content);
    top: -45px
}

.before\:h-\[20px\]:before {
    content: var(--tw-content);
    height: 20px
}

.before\:h-\[45px\]:before {
    content: var(--tw-content);
    height: 45px
}

.before\:h-full:before {
    content: var(--tw-content);
    height: 100%
}

.before\:w-full:before {
    content: var(--tw-content);
    width: 100%
}

.before\:bg-secondary:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(247 190 0/var(--tw-bg-opacity))
}

.before\:bg-transparent:before {
    background-color: transparent;
    content: var(--tw-content)
}

.before\:duration-350:before {
    content: var(--tw-content);
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s
}

.before\:duration-450:before {
    content: var(--tw-content);
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s
}

.group\/language:hover .group-hover\/language\:pointer-events-auto {
    pointer-events: auto
}

.group\/language:hover .group-hover\/language\:visible {
    visibility: visible
}

.group\/language:hover .group-hover\/language\:translate-y-\[10px\] {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 10px
}

.group\/link:hover .group-hover\/link\:translate-x-\[3px\] {
    --tw-translate-x: 3px;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/icon:hover .group-hover\/icon\:rotate-0 {
    --tw-rotate: 0;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/language:hover .group-hover\/language\:rotate-180,.group\/menu-item:hover .group-hover\/menu-item\:rotate-180 {
    --tw-rotate: 180deg;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/item:hover .group-hover\/item\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/language {
    line-height: 0
}

.menu-item {
    list-style: none
}

.group\/language:hover .group-hover\/language\:border-white\/50 {
    border-color: hsla(0,0%,100%,.5)
}

.group\/menu-item:hover .group-hover\/menu-item\:border-\[#1E4289\] {
    --tw-border-opacity: 1;
    border-color: rgb(30 66 137/var(--tw-border-opacity))
}

.group\/menu-item:hover .group-hover\/menu-item\:border-white\/50 {
    border-color: hsla(0,0%,100%,.5)
}

.group\/menu-item:hover .group-hover\/menu-item\:bg-\[#F9F9F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249/var(--tw-bg-opacity))
}

.group\/icon:hover .group-hover\/icon\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group\/language:hover .group-hover\/language\:text-black {
    --tw-text-opacity: 1;
    color: rgb(53 54 58/var(--tw-text-opacity))
}

.group\/link:hover .group-hover\/link\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(26 66 138/var(--tw-text-opacity))
}

.group\/link:hover .group-hover\/link\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(247 190 0/var(--tw-text-opacity))
}

.group\/menu-item:hover .group-hover\/menu-item\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(247 190 0/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group\/item:hover .group-hover\/item\:opacity-100,.group\/language:hover .group-hover\/language\:opacity-100,.group\/link:hover .group-hover\/link\:opacity-100 {
    opacity: 1
}

.hover\:border-\[#1E4289\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 66 137/var(--tw-border-opacity))!important
}

.hover\:bg-\[#F9BE00\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227/var(--tw-bg-opacity))!important
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))!important
}

@media (min-width: 1681px) {
    .min-2xl\:\!max-w-\[1200px\] {
        max-width:1200px!important
    }
}

@media (min-width: 1441px) {
    .min-xl\:grid-cols-\[minmax\(0\2c 2\.4fr\)_minmax\(0\2c 6\.3fr\)\] {
        grid-template-columns:minmax(0,2.4fr) minmax(0,6.3fr)
    }
}

@media (min-width: 1281px) {
    .min-lg\:pointer-events-none {
        pointer-events:none
    }

    .min-lg\:invisible {
        visibility: hidden
    }

    .min-lg\:absolute {
        position: absolute
    }

    .min-lg\:left-\[75\%\] {
        left: 75%
    }

    .min-lg\:top-full {
        top: 100%
    }

    .min-lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .min-lg\:flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .min-lg\:grid {
        display: grid
    }

    .min-lg\:h-full {
        height: 100%
    }

    .min-lg\:max-h-\[355px\] {
        max-height: 355px
    }

    .min-lg\:max-h-\[360px\] {
        max-height: 360px
    }

    .min-lg\:w-fit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .min-lg\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .min-lg\:min-w-\[320px\] {
        min-width: 320px
    }

    .min-lg\:max-w-\[1100px\] {
        max-width: 1100px
    }

    .min-lg\:max-w-\[920px\] {
        max-width: 920px
    }

    .min-lg\:-translate-x-1\/2 {
        --tw-translate-x: -80%
    }

    .min-lg\:-translate-x-1\/2,.min-lg\:translate-y-\[15px\] {
        -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .min-lg\:translate-y-\[15px\] {
        --tw-translate-y: 15px
    }

    .min-lg\:grid-cols-\[minmax\(0\2c 3\.4fr\)_minmax\(0\2c 6\.3fr\)\] {
        grid-template-columns: minmax(0,3.4fr) minmax(0,6.3fr)
    }

    .min-lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .min-lg\:gap-\[30px\] {
        gap: 30px
    }

    .min-lg\:rounded-\[20px\] {
        border-radius: 20px
    }

    .min-lg\:rounded-full {
        border-radius: 999px
    }

    .min-lg\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .min-lg\:border {
        border-width: 1px
    }

    .min-lg\:opacity-0 {
        opacity: 0
    }

    .min-lg\:shadow-\[0px_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
        --tw-shadow: 0 4px 10px #0000000d;
        --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);
        -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }

    .group\/menu-item:hover .min-lg\:group-hover\/menu-item\:pointer-events-auto {
        pointer-events: auto
    }

    .group\/menu-item:hover .min-lg\:group-hover\/menu-item\:visible {
        visibility: visible
    }

    .group\/link:hover .min-lg\:group-hover\/link\:translate-x-\[3px\] {
        --tw-translate-x: 3px
    }

    .group\/link:hover .min-lg\:group-hover\/link\:translate-x-\[3px\],.group\/menu-item:hover .min-lg\:group-hover\/menu-item\:translate-y-\[0px\] {
        -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group\/menu-item:hover .min-lg\:group-hover\/menu-item\:translate-y-\[0px\] {
        --tw-translate-y: 0
    }

    .group\/menu-item:hover .min-lg\:group-hover\/menu-item\:text-primary {
        --tw-text-opacity: 1;
        color: rgb(26 66 138/var(--tw-text-opacity))
    }

    .group\/menu-item:hover .min-lg\:group-hover\/menu-item\:opacity-100 {
        opacity: 1
    }
}

@media (max-width: 1680px) {
    .2xl\:max-w-\[240px\] {
        max-width:240px
    }

    .2xl\:gap-\[20px\] {
        gap: 20px
    }

    .2xl\:gap-\[30px\] {
        gap: 30px
    }

    .2xl\:p-\[20px\] {
        padding: 20px
    }

    .2xl\:p-\[40px\] {
        padding: 40px
    }

    .2xl\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .2xl\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .2xl\:text-22 {
        font-size: 22px
    }
}

@media (max-width: 1440px) {
    .xl\:bottom-18 {
        bottom:18px
    }

    .xl\:-mb-40 {
        margin-bottom: -40px
    }

    .xl\:h-150 {
        height: 150px
    }

    .xl\:h-60 {
        height: 60px
    }

    .xl\:max-w-\[280px\] {
        max-width: 280px
    }

    .xl\:gap-\[15px\] {
        gap: 15px
    }

    .xl\:gap-\[20px\] {
        gap: 20px
    }

    .xl\:p-\[20px\] {
        padding: 20px
    }

    .xl\:p-\[30px\] {
        padding: 30px
    }

    .xl\:px-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .xl\:px-\[25px\] {
        padding-left: 25px;
        padding-right: 25px
    }

    .xl\:pl-50 {
        padding-left: 50px
    }

    .xl\:text-18 {
        font-size: 18px
    }
}

@media (max-width: 1280px) {
    .lg\:absolute {
        position:absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:top-full {
        top: 100%
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-30 {
        height: 30px
    }

    .lg\:max-h-\[calc\(100svh-110px\)\] {
        max-height: -webkit-calc(100svh - 110px);
        max-height: -moz-calc(100svh - 110px);
        max-height: calc(100svh - 110px)
    }

    .lg\:min-h-\[40px\] {
        min-height: 40px
    }

    .lg\:w-30 {
        width: 30px
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lg\:gap-0 {
        gap: 0
    }

    .lg\:overflow-y-auto {
        overflow-y: auto
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-b {
        border-bottom-width: 1px
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-t-0 {
        border-top-width: 0
    }

    .lg\:border-solid {
        border-style: solid
    }

    .lg\:border-black\/10 {
        border-color: #35363a1a
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .lg\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px
    }

    .lg\:px-\[50px\] {
        padding-left: 50px;
        padding-right: 50px
    }

    .lg\:py-\[10px\] {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .lg\:py-\[15px\] {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .lg\:text-14 {
        font-size: 14px
    }

    .lg\:text-\[14px\] {
        font-size: 14px
    }

    .lg\:text-black {
        --tw-text-opacity: 1;
        color: rgb(53 54 58/var(--tw-text-opacity))
    }

    .group\/link:hover .lg\:group-hover\/link\:text-primary {
        --tw-text-opacity: 1;
        color: rgb(26 66 138/var(--tw-text-opacity))
    }

    .group\/link:hover .lg\:group-hover\/link\:text-secondary {
        --tw-text-opacity: 1;
        color: rgb(247 190 0/var(--tw-text-opacity))
    }
}

@media (max-width: 1024px) {
    .md\:right-10 {
        right:10px
    }

    .md\:top-10 {
        top: 10px
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:min-h-\[40px\] {
        min-height: 40px
    }

    .md\:max-w-\[180px\] {
        max-width: 180px
    }

    .md\:px-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:pl-30 {
        padding-left: 30px
    }
}

@media (max-width: 768px) {
    .sm\:left-\[-100px\] {
        left:-100px
    }

    .sm\:h-10 {
        height: 10px
    }

    .sm\:h-100 {
        height: 100px
    }

    .sm\:h-25 {
        height: 25px
    }

    .sm\:h-\[12px\] {
        height: 12px
    }

    .sm\:h-\[40px\] {
        height: 40px
    }

    .sm\:w-25 {
        width: 25px
    }

    .sm\:w-300 {
        width: 300px
    }

    .sm\:w-\[12px\] {
        width: 12px
    }

    .sm\:max-w-\[150px\] {
        max-width: 150px
    }

    .sm\:max-w-\[190px\] {
        max-width: 190px
    }

    .sm\:px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .sm\:text-10 {
        font-size: 10px
    }

    .sm\:text-16 {
        font-size: 16px
    }

    .sm\:\!text-white {
        --tw-text-opacity: 1!important;
        color: rgb(255 255 255/var(--tw-text-opacity))!important
    }
}

@media (max-width: 624px) {
    .xsm\:text-14 {
        font-size:14px
    }
}

@media (max-width: 480px) {
    .xs\:h-\[35px\] {
        height:35px
    }

    .xs\:w-\[35px\] {
        width: 35px
    }

    .xs\:justify-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .xs\:p-\[2px\] {
        padding: 2px
    }

    .xs\:text-\[14px\] {
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .2xs\:hidden {
        display:none
    }
}

.\[\&\.is-active\]\:delay-150.is-active {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s
}

.\[\&\.is-active\]\:opacity-100.is-active {
    opacity: 1!important
}

.\[\&\.is-active\]\:translate-y-0.is-active,.\[\&\.is-active\]\:translate-y-\[calc\(-50\%\)\].is-active {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\.is-active\]\:translate-y-0.is-active {
    --tw-translate-y: 0
}

.\[\&\.is-active\]\:pointer-events-auto.is-active {
    pointer-events: auto
}

.duration-350 {
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s
}

.group\/language:hover .group-hover\/language\:visible {
    visibility: visible!important
}

.group\/item:hover .group-hover\/item\:opacity-100,.group\/item:hover:hover .group-hover\/item\:group-hover\/item\:opacity-100,.group\/language:hover .group-hover\/language\:opacity-100,.group\/link:hover .group-hover\/link\:opacity-100,.group\/mpft:hover .group-hover\/mpft\:opacity-100 {
    opacity: 1!important
}

.group.is-active .group-\[\&\.is-active\]\:translate-y-\[-130\%\] {
    --tw-translate-y: -130%
}

.group.is-active .group-\[\&\.is-active\]\:translate-y-\[-130\%\],.group.is-active .group-\[\&\.is-active\]\:translate-y-\[130\%\] {
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group.is-active .group-\[\&\.is-active\]\:translate-y-\[130\%\] {
    --tw-translate-y: 130%
}

.group\/sub-trigger.is-active .group-\[\&\.is-active\]\/sub-trigger\:rotate-90 {
    --tw-rotate: 90deg;
    -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -moz-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.left-0 {
    left: 0
}

.top-0 {
    top: 0
}

.z-\[90\] {
    z-index: 90
}

.h-full {
    height: 100%
}

.w-full {
    width: 100%
}

.opacity-0 {
    opacity: 0
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur);
    backdrop-filter: blur(4px)
}

.duration-500 {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.\[\&\.is-active\]\:visible.is-active {
    visibility: visible!important
}

.\[\&\.is-active\]\:opacity-100.is-active {
    opacity: 1
}

.\[\&\.white\]\:bg-black\/30.white {
    background-color: #35363a4d
}

@media (max-width: 1280px) {
    .lg\:\[\&\.is-active\]\:block.is-active {
        display:block
    }

    .lg\:w-full {
        width: 100%
    }
}

.mn_screen {
    position: relative;
    height: 100vh;
    background: #151519;
    overflow: hidden;
    z-index: 50
}

.mn_screen .intro {
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100vw;
    overflow: hidden
}

.mn_screen .intro_hold {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 81.979vw;
    height: 40.208vw;
    bottom: 0;
    margin: auto
}

@media (max-width: 760px) {
    .mn_screen .intro_hold {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 460px;
        width: 360px;
        top: 0;
        bottom: 0;
        margin: auto
    }
}

.mn_screen .intro_hold .intro_img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-clip-path: inset(100% 100% 100% 100%);
    clip-path: inset(100% 100% 100% 100%);
    transform: scale(1.8)
}

.mn_screen .intro_hold .intro_img.intro_img01 {
    top: 12.76vw;
    left: 11.615vw;
    width: 22.969vw;
    height: 16.563vw;
    z-index: 60
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img01 {
        width:131px;
        height: 156px;
        top: 155px;
        left: 3px
    }

    .mn_screen .intro_hold .intro_img.intro_img01 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img02 {
    top: -.781vw;
    left: 24.479vw;
    width: 13.958vw;
    height: 8.75vw;
    z-index: 20
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img02 {
        width:111px;
        height: 106px;
        top: 0;
        left: 53px
    }

    .mn_screen .intro_hold .intro_img.intro_img02 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img03 {
    top: 9.167vw;
    left: 29.844vw;
    width: 16.51vw;
    height: 23.542vw;
    z-index: 10
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img03 {
        width:223px;
        height: 318px;
        top: 75px;
        left: 82px
    }

    .mn_screen .intro_hold .intro_img.intro_img03 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img04 {
    top: 26.198vw;
    left: 31.458vw;
    width: 24.948vw;
    height: 13.073vw;
    z-index: 50
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img04 {
        width:153px;
        height: 119px;
        top: 335px;
        left: 183px
    }

    .mn_screen .intro_hold .intro_img.intro_img04 img {
        -o-object-position: 100%;
        object-position: 100%
    }
}

.mn_screen .intro_hold .intro_img.intro_img05 {
    top: -.104vw;
    left: 40.99vw;
    width: 22.552vw;
    height: 14.271vw;
    z-index: 30
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img05 {
        display:none
    }
}

.mn_screen .intro_hold .intro_img.intro_img06 {
    top: 23.073vw;
    left: 44.74vw;
    width: 21.979vw;
    height: 13.958vw;
    z-index: 70
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img06 {
        width:131px;
        height: 131px;
        top: 188px;
        left: 224px
    }

    .mn_screen .intro_hold .intro_img.intro_img06 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img07 {
    top: 9.323vw;
    left: 45.156vw;
    width: 17.031vw;
    height: 18.229vw;
    z-index: 10;
    opacity: 1
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img07 {
        width:146px;
        height: 192px;
        top: 48px;
        left: 188px
    }

    .mn_screen .intro_hold .intro_img.intro_img07 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img .intro_img_hold {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.mn_screen .intro_hold .intro_img .intro_img_hold img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mn_screen .intro_hold_h1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 9.74vw;
    width: auto;
    height: 16.25vw;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    z-index: 65;
    opacity: 1;
    transform: translateY(0);
    pointer-events: none
}

@media (max-width: 760px) {
    .mn_screen .intro_hold_h1 {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 80px;
        top: -11px;
        z-index: 80
    }
}

.mn_screen .intro_hold_h1 .h2g {
    position: relative;
    display: inline-block;
    color: #a9abb5;
    font: normal 22.188vw/12.24vw Helvetica;
    letter-spacing: -1.664vw;
    height: 16.25vw;
    left: -1.823vw;
    transform: translateY(21vw)
}

@media (max-width: 1024px) {
    .mn_screen .intro_hold_h1 .h2g {
        transform:translateY(17.5vw)
    }
}

@media (max-width: 760px) {
    .mn_screen .intro_hold_h1 .h2g {
        color:#fff;
        left: 0;
        top: 11px;
        height: 80px;
        font: normal 86px/56px Helvetica;
        letter-spacing: -6.487px;
        transform: translateY(85px)
    }
}

.mn_screen .intro_hold_h1 .h2g .r {
    position: absolute;
    top: 2.344vw;
    right: -2.5vw;
    background: url(https://selemen.liqium.com/img/s3.svg) no-repeat 0 0/cover;
    width: 3.229vw;
    height: 3.229vw
}

@media (max-width: 760px) {
    .mn_screen .intro_hold_h1 .h2g .r {
        background:url(https://selemen.liqium.com/img/s3w.svg) no-repeat 0 0/cover;
        top: 8px;
        right: -19px;
        width: 12px;
        height: 12px
    }
}

.mn_screen .ms_txt {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2.083vw;
    opacity: 0;
    transform: translateY(1.302vw);
    z-index: 80
}

@media (max-width: 760px) {
    .mn_screen .ms_txt {
        bottom:120px;
        transform: translateY(25px)
    }
}

.mn_screen .ms_txt img {
    filter: brightness(0) invert(1);
    margin: 0 auto
}

.mn_screen .ms_txt p {
    color: #a9abb5e6;
    font: 300 .99vw/.99vw Helvetica
}

@media (max-width: 1280px) {
    .mn_screen .ms_txt p {
        font:normal .938vw/.938vw Helvetica
    }
}

@media (max-width: 1024px) {
    .mn_screen .ms_txt p {
        font:normal 1.172vw/1.172vw Helvetica
    }
}

@media (max-width: 760px) {
    .mn_screen .ms_txt p {
        font:normal 15px/15px Helvetica
    }
}

[data-scrollbar] {
    display: block;
    position: relative
}

.scroll-content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: #dededebf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .5s .5s ease-out;
    transition: opacity .5s .5s ease-out
}

.scrollbar-track.show,.scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #00000080;
    border-radius: 4px
}

.apartment_premises {
    margin: -1.198vw 0 0;
    position: relative;
    padding-bottom: 50px
}

@media (max-width: 760px) {
    .apartment_premises {
        margin:-12px 0 0
    }
}

.apartment_premises .ap_bt_ln_h {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: .052vw
}

@media (max-width: 760px) {
    .apartment_premises .ap_bt_ln_h {
        opacity:0
    }
}

.apartment_premises .ap_bt_ln_h span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleX(0);
    transform-origin: 50% 50%
}

.apartment_premises .ap_img {
    text-align: center;
    position: relative
}

@media (max-width: 760px) {
    .apartment_premises .ap_img {
        margin-bottom:195px
    }
}

.apartment_premises .ap_img .ap_tp_ln_v {
    position: absolute;
    bottom: -3.177vw;
    right: 0;
    left: -.052vw;
    margin: 0 auto;
    width: .052vw;
    height: calc(100% + 3.177vw)
}

@media (max-width: 760px) {
    .apartment_premises .ap_img .ap_tp_ln_v {
        opacity:0
    }
}

.apartment_premises .ap_img .ap_tp_ln_v span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleY(0);
    transform-origin: 100% 100%
}

.apartment_premises .ap_img img {
    margin: 0 auto
}

@media (max-width: 1600px) {
    .apartment_premises .ap_img img {
        max-width:33vw;
        margin: 0 auto
    }
}

@media (max-width: 760px) {
    .apartment_premises .ap_img img {
        max-width:319px;
        margin: 0 auto
    }
}

.apartment_premises .rows {
    position: relative;
    display: flex;
    margin: 0
}

@media (max-width: 760px) {
    .apartment_premises .rows {
        display:none
    }
}

.apartment_premises .rows .ap_ln_h {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 3.125vw);
    margin: 0 auto;
    height: .052vw
}

.apartment_premises .rows .ap_ln_h span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleX(0);
    transform-origin: 50% 50%
}

.apartment_premises .rows .ap_ln_v {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: .052vw;
    height: 100%
}

.apartment_premises .rows .ap_ln_v span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleY(0);
    transform-origin: 0 0
}

.apartment_premises .rows .cols {
    width: 50%;
    text-align: center;
    position: relative;
    padding: 0
}

.apartment_premises .rows .cols.cols01 .d_img01 {
    text-align: left;
    margin-right: auto
}

.apartment_premises .rows .cols.cols02 .d_img02 {
    text-align: right;
    margin-left: auto
}

.apartment_premises .rows .cols .desc {
    height: 100%
}

.apartment_premises .rows .cols .desc .nbr {
    position: relative;
    color: #a9abb5;
    font: normal .99vw/.99vw Helvetica;
    margin: 1.771vw 0 0
}

@media (max-width: 1280px) {
    .apartment_premises .rows .cols .desc .nbr {
        font:normal .938vw/.938vw Helvetica
    }
}

@media (max-width: 1024px) {
    .apartment_premises .rows .cols .desc .nbr {
        font:normal .977vw/.977vw Helvetica
    }
}

.apartment_premises .rows .cols .desc .txt {
    color: #a9abb5;
    font: normal .938vw/1.25vw Helvetica;
    margin: 3.698vw 0 0;
    letter-spacing: -.028vw;
    text-align: center
}

@media (max-width: 1280px) {
    .apartment_premises .rows .cols .desc .txt {
        font:normal .938vw/1.25vw Helvetica;
        letter-spacing: -.028vw
    }
}

@media (max-width: 1024px) {
    .apartment_premises .rows .cols .desc .txt {
        font:normal 1.172vw/1.563vw Helvetica;
        letter-spacing: -.035vw
    }
}

.apartment_premises .rows .cols .desc .txt .word div {
    transform: translateY(100%);
    opacity: 0
}

.apartment_premises .rows .cols .d_img {
    margin: 0;
    max-width: 46.354vw;
    text-align: center;
    position: relative
}

.apartment_premises .rows .cols .d_img.active .dic_desc {
    transform: scale(.75);
    transition: all 1.25s
}

@media (max-width: 1600px) {
    .apartment_premises .rows .cols .d_img.active .dic_desc {
        transform:scale(.8)
    }
}

.apartment_premises .rows .cols .d_img.active .dic_desc .d_img_cl {
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img.active .dic_desc .d_img_ovr {
    opacity: 1;
    transform: scale(1);
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img.active .dic_desc .d_img_ovr .ovr_scl {
    opacity: 1;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img.active .dic_desc .d_img_clip .h5 {
    color: var(--tp-common-black);
    font-size: 25px;
    letter-spacing: -.038vw;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img.active .dic_desc .d_img_clip .h3 {
    color: var(--tp-common-black);
    font-size: 35px;
    letter-spacing: -.14vw;
    transform: translateY(-.885vw);
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc {
    position: relative;
    height: 28vw;
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_cl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_ovr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: scale(1);
    opacity: 1;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_ovr .ovr_scl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform-origin: 50% 50%;
    width: 100%;
    height: 100%;
    background: #13141a26;
    opacity: 0;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_clip {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    text-align: center
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_clip .h5 {
    color: #fff;
    font: normal 2.083vw/2.083vw Helvetica Oblique;
    letter-spacing: .005vw;
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_clip .h3 {
    color: #fff;
    font: normal 5.521vw/5.521vw Helvetica;
    letter-spacing: -.193vw;
    transform: translateY(-1.302vw);
    transition: all 1.25s
}

.apartment_premises .rows .cols .d_img .dic_desc .d_img_clip .ts {
    color: #ffffffb3;
    font: normal .99vw/.99vw Helvetica;
    transform: translateY(.469vw);
    transition: all 1.25s
}

@media (max-width: 1280px) {
    .apartment_premises .rows .cols .d_img .dic_desc .d_img_clip .ts {
        font:normal .938vw/.938vw Helvetica
    }
}

@media (max-width: 1024px) {
    .apartment_premises .rows .cols .d_img .dic_desc .d_img_clip .ts {
        font:normal 1.172vw/1.172vw Helvetica
    }
}

.apartment_premises #rows_mb_scl01 {
    position: relative;
    top: 50vh
}

.apartment_premises #rows_mb_scl02 {
    position: relative;
    top: 50vh
}

.apartment_premises .rows_mb {
    display: none
}

@media (max-width: 760px) {
    .apartment_premises .rows_mb {
        display:block
    }
}

.apartment_premises .rows_mb .cols {
    position: relative
}

.apartment_premises .rows_mb .cols .desc {
    text-align: center
}

.apartment_premises .rows_mb .cols .desc .ap_bg_mb {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.apartment_premises .rows_mb .cols .desc .nbr {
    position: relative;
    color: #a9abb5b3;
    font: normal 12px/12px Helvetica;
    margin: 0;
    padding-top: 57px
}

.apartment_premises .rows_mb .cols .desc .dic_txt {
    margin: 120px 0 0
}

.apartment_premises .rows_mb .cols .desc .dic_txt .h5 {
    color: #fff;
    font: normal 19px/19px Helvetica Oblique;
    letter-spacing: -.475px;
    transition: all 1.25s
}

.apartment_premises .rows_mb .cols .desc .dic_txt .h3 {
    color: #fff;
    font: normal 50px/50px Helvetica;
    letter-spacing: -1.75px;
    transition: all 1.25s;
    margin: -9px 0 0
}

.apartment_premises .rows_mb .cols .desc .dic_txt .ts {
    color: #fff;
    font: normal 12px/16px Helvetica;
    transition: all 1.25s;
    margin: 16px 0 0
}

.apartment_premises .rows_mb .cols .desc .txt {
    margin: 155px 0 0
}

.apartment_premises .rows_mb .cols .desc .txt p {
    color: #ffffffb3;
    font: normal 14px/19px Helvetica Oblique
}

.apartment_premises .rows_mb .cols .desc .txt p .br {
    display: block
}

.apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks {
    margin: 44px 0 0
}

.apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks .ap_bg_mb_lnk {
    color: #a9abb5;
    font: normal .781vw/.781vw Helvetica;
    border: #a9abb533 .052vw solid;
    border-radius: 2.604vw;
    padding: .938vw 1.979vw 1.25vw;
    display: inline-block;
    cursor: pointer;
    transition: .7s cubic-bezier(.165,.84,.44,1)
}

@media (max-width: 1440px) {
    .apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks .ap_bg_mb_lnk {
        font:normal .833vw/.833vw Helvetica
    }
}

@media (max-width: 1280px) {
    .apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks .ap_bg_mb_lnk {
        font:normal .938vw/.938vw Helvetica;
        padding: 1.172vw 2.266vw 1.328vw
    }
}

@media (max-width: 1024px) {
    .apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks .ap_bg_mb_lnk {
        font:normal 1.172vw/1.172vw Helvetica;
        padding: 1.465vw 2.441vw
    }
}

@media (max-width: 760px) {
    .apartment_premises .rows_mb .cols .desc .ap_bg_mb_lnks .ap_bg_mb_lnk {
        font:normal 12px/12px Helvetica;
        padding: 18px 26px;
        border-radius: 50px
    }
}

.parallax_sections {
    margin: 0;
    position: relative;
    overflow: hidden
}

.parallax_sections .ps_lnk {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.parallax_sections .ps {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.parallax_sections .ps:first-child .fixed_t {
    margin-top: 0
}

.parallax_sections .bgp {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.parallax_sections .fixed_t {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 6;
    text-align: center
}

@media (max-width: 760px) {
    .parallax_sections .fixed_t {
        margin-top:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.parallax_sections .h2s {
    position: absolute;
    top: 22.708vw;
    display: block;
    color: #fff;
    font: normal 4.01vw/4.01vw Helvetica;
    letter-spacing: -.14vw;
    z-index: 2;
    width: 100%
}

@media (max-width: 1024px) {
    .parallax_sections .h2s {
        font:normal 4.102vw/4.102vw Helvetica;
        letter-spacing: -.144vw
    }
}

@media (max-width: 760px) {
    .parallax_sections .h2s {
        font:normal 40px/40px Helvetica;
        letter-spacing: -1.4px;
        top: 0;
        position: relative
    }

    .parallax_sections .h2s .br {
        display: block
    }
}

.parallax_sections .txt {
    position: absolute;
    top: 27.76vw;
    display: block;
    color: #ffffffb3;
    font: normal .729vw/1.042vw Helvetica;
    margin: 0
}

@media (max-width: 1440px) {
    .parallax_sections .txt {
        font:normal .833vw/1.111vw Helvetica
    }
}

@media (max-width: 1280px) {
    .parallax_sections .txt {
        font:normal .938vw/1.25vw Helvetica
    }
}

@media (max-width: 1024px) {
    .parallax_sections .txt {
        font:normal 1.172vw/1.563vw Helvetica
    }
}

@media (max-width: 760px) {
    .parallax_sections .txt {
        font:normal 14px/19px Helvetica;
        position: relative;
        top: 17px
    }

    .parallax_sections .txt.vs {
        display: none
    }
}

.parallax_sections .txt.mb {
    display: none
}

@media (max-width: 760px) {
    .parallax_sections .txt.mb {
        display:block;
        color: #fff
    }
}

.parallax_sections .txt .br {
    display: block
}

.wide_range_of_solutions {
    margin: 0;
    position: relative;
    padding-top: 14.115vw
}

@media (max-width: 760px) {
    .wide_range_of_solutions {
        padding:180px 0 0
    }
}

.wide_range_of_solutions .ttl {
    margin: 0
}

.wide_range_of_solutions .rows {
    display: flex;
    justify-content: space-between
}

@media (max-width: 760px) {
    .wide_range_of_solutions .rows {
        display:none
    }
}

.wide_range_of_solutions .rows .cols.cols01 {
    width: 8.802vw
}

.wide_range_of_solutions .rows .cols.cols01 .r {
    transform: translateY(8.021vw)
}

.wide_range_of_solutions .rows .cols.cols02 {
    width: 18.958vw
}

.wide_range_of_solutions .rows .cols.cols02 .r {
    transform: translateY(22.292vw)
}

.wide_range_of_solutions .rows .cols.cols03 {
    width: 35.729vw
}

.wide_range_of_solutions .rows .cols.cols03 .r {
    transform: translateY(30.938vw)
}

.wide_range_of_solutions .rows .cols.cols04 {
    width: 18.958vw
}

.wide_range_of_solutions .rows .cols.cols04 .r {
    transform: translateY(13.333vw)
}

.wide_range_of_solutions .rows .cols.cols05 {
    width: 8.802vw
}

.wide_range_of_solutions .rows .cols.cols05 .r {
    transform: translateY(-1.354vw)
}

.wide_range_of_solutions .rows .r {
    margin-bottom: 2.188vw
}

.wide_range_of_solutions .rows .r:last-child {
    margin-bottom: 0
}

.wide_range_of_solutions .rows_mb {
    display: none
}

@media (max-width: 760px) {
    .wide_range_of_solutions .rows_mb {
        display:flex;
        justify-content: space-between;
        margin: 92px 0 0
    }
}

.wide_range_of_solutions .rows_mb .cols.cols01 {
    width: 23.488vw;
    margin-top: 11.628vw
}

.wide_range_of_solutions .rows_mb .cols.cols02 {
    width: 45.349vw;
    margin-top: 20.93vw
}

.wide_range_of_solutions .rows_mb .cols.cols03 {
    width: 23.488vw
}

.wide_range_of_solutions .rows_mb .cols .r {
    margin-bottom: 3.953vw
}

.scroller {
    height: 100vh;
    overflow: hidden
}

@media (max-width: 760px) {
    .scroller {
        height:auto
    }
}

#wrap {
    background: #151519;
    height: 100%;
    position: relative;
    z-index: 9
}

#wrapper {
    height: 100%;
    height: auto!important;
    margin: 0;
    padding: 0
}

.ttl {
    text-align: center;
    position: relative;
    z-index: 50
}

.ttl .h3 {
    color: #fff;
    font: normal 3.281vw/3.542vw Helvetica Oblique;
    letter-spacing: -.082vw
}

@media (max-width: 1600px) {
    .ttl .h3 {
        letter-spacing:-.075vw
    }
}

@media (max-width: 1280px) {
    .ttl .h3 {
        font:normal 3.359vw/3.516vw Helvetica Oblique;
        letter-spacing: -.084vw
    }
}

@media (max-width: 1024px) {
    .ttl .h3 {
        font:normal 3.32vw/3.516vw Helvetica Oblique;
        letter-spacing: -.083vw
    }
}

@media (max-width: 760px) {
    .ttl .h3 {
        font:normal 30px/33px Helvetica Oblique;
        letter-spacing: -.75px
    }
}

.ttl .h3 .br {
    display: block
}

.ttl p {
    color: #ffffffb3;
    font: normal .729vw/.99vw Helvetica;
    margin: 1.979vw 0 0
}

@media (max-width: 1440px) {
    .ttl p {
        font:normal .833vw/1.111vw Helvetica
    }
}

@media (max-width: 1280px) {
    .ttl p {
        font:normal .938vw/1.25vw Helvetica;
        letter-spacing: -.028vw
    }
}

@media (max-width: 1024px) {
    .ttl p {
        font:normal 1.172vw/1.563vw Helvetica
    }
}

@media (max-width: 760px) {
    .ttl p {
        font:normal 12px/16px Helvetica;
        margin: 14px 0 0
    }
}

.ttl p .br {
    display: block
}

#mns_id_mv {
    position: relative
}

#mns_id_set1 {
    position: relative;
    top: 2.604vw
}

@media (max-width: 760px) {
    #mns_id_set1 {
        top:0
    }
}

#mns_id_set1_ops {
    position: relative;
    top: 26.042vw
}

@media (max-width: 760px) {
    #mns_id_set1_ops {
        top:200px
    }
}

#mns_id_set2 {
    position: relative;
    top: 5.208vw
}

@media (max-width: 760px) {
    #mns_id_set2 {
        top:25px
    }
}

#mns_id_set2_ops {
    position: relative;
    top: 20.833vw
}

@media (max-width: 760px) {
    #mns_id_set2_ops {
        top:400px
    }
}

#mns_id_set6 {
    position: relative;
    top: 0
}

@media (max-width: 760px) {
    #mns_id_set6 {
        top:50px
    }
}

#mns_id_set6_ops {
    position: relative;
    top: 26.042vw
}

@media (max-width: 760px) {
    #mns_id_set6_ops {
        top:250px
    }
}

#mns_id_set5 {
    position: relative;
    top: 7.813vw
}

@media (max-width: 760px) {
    #mns_id_set5 {
        display:none
    }
}

#mns_id_set5_ops {
    position: relative;
    top: 41.667vw
}

@media (max-width: 760px) {
    #mns_id_set5_ops {
        display:none
    }
}

#mns_id_set4 {
    position: relative;
    top: 15.625vw
}

@media (max-width: 760px) {
    #mns_id_set4 {
        top:50px
    }
}

#mns_id_set4_ops {
    position: relative;
    top: 31.25vw
}

@media (max-width: 760px) {
    #mns_id_set4_ops {
        top:650px
    }
}

#mns_id_set7 {
    position: relative;
    top: 18.229vw
}

@media (max-width: 760px) {
    #mns_id_set7 {
        top:75px
    }
}

#mns_id_set7_ops {
    position: relative;
    top: 33.854vw
}

@media (max-width: 760px) {
    #mns_id_set7_ops {
        top:450px
    }
}

#mns_id_set3 {
    position: relative;
    top: 20.833vw
}

@media (max-width: 760px) {
    #mns_id_set3 {
        top:100px
    }
}

#mns_id_set3_ops {
    position: relative;
    top: 44.271vw
}

@media (max-width: 760px) {
    #mns_id_set3_ops {
        top:700px
    }
}

.mn_screen {
    position: relative;
    height: 100vh;
    background: #151519;
    overflow: hidden;
    z-index: 50
}

.mn_screen .intro {
    position: relative;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100vw;
    overflow: hidden
}

.mn_screen .intro_hold {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 81.979vw;
    height: 40.208vw;
    bottom: 0;
    margin: auto
}

@media (max-width: 760px) {
    .mn_screen .intro_hold {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 460px;
        width: 360px;
        top: 0;
        bottom: 0;
        margin: auto
    }
}

.mn_screen .intro_hold .intro_img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-clip-path: inset(100% 100% 100% 100%);
    clip-path: inset(100% 100% 100% 100%);
    transform: scale(1.8)
}

.mn_screen .intro_hold .intro_img.intro_img01 {
    top: 12.76vw;
    left: 11.615vw;
    width: 22.969vw;
    height: 16.563vw;
    z-index: 60
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img01 {
        width:131px;
        height: 156px;
        top: 155px;
        left: 3px
    }

    .mn_screen .intro_hold .intro_img.intro_img01 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img02 {
    top: -.781vw;
    left: 24.479vw;
    width: 13.958vw;
    height: 8.75vw;
    z-index: 20
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img02 {
        width:111px;
        height: 106px;
        top: 0;
        left: 53px
    }

    .mn_screen .intro_hold .intro_img.intro_img02 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img03 {
    top: 9.167vw;
    left: 29.844vw;
    width: 16.51vw;
    height: 23.542vw;
    z-index: 10
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img03 {
        width:223px;
        height: 318px;
        top: 75px;
        left: 82px
    }

    .mn_screen .intro_hold .intro_img.intro_img03 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img04 {
    top: 26.198vw;
    left: 31.458vw;
    width: 24.948vw;
    height: 13.073vw;
    z-index: 50
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img04 {
        width:153px;
        height: 119px;
        top: 335px;
        left: 183px
    }

    .mn_screen .intro_hold .intro_img.intro_img04 img {
        -o-object-position: 100%;
        object-position: 100%
    }
}

.mn_screen .intro_hold .intro_img.intro_img05 {
    top: -.104vw;
    left: 40.99vw;
    width: 22.552vw;
    height: 14.271vw;
    z-index: 30
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img05 {
        display:none
    }
}

.mn_screen .intro_hold .intro_img.intro_img06 {
    top: 23.073vw;
    left: 44.74vw;
    width: 21.979vw;
    height: 13.958vw;
    z-index: 70
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img06 {
        width:131px;
        height: 131px;
        top: 188px;
        left: 224px
    }

    .mn_screen .intro_hold .intro_img.intro_img06 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img.intro_img07 {
    top: 9.323vw;
    left: 45.156vw;
    width: 17.031vw;
    height: 18.229vw;
    z-index: 10;
    opacity: 1
}

@media (max-width: 760px) {
    .mn_screen .intro_hold .intro_img.intro_img07 {
        width:146px;
        height: 192px;
        top: 48px;
        left: 188px
    }

    .mn_screen .intro_hold .intro_img.intro_img07 img {
        -o-object-position: 0;
        object-position: 0
    }
}

.mn_screen .intro_hold .intro_img .intro_img_hold {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.mn_screen .intro_hold .intro_img .intro_img_hold img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mn_screen .intro_hold_h1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 9.74vw;
    width: auto;
    height: 16.25vw;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    z-index: 65;
    opacity: 1;
    transform: translateY(0);
    pointer-events: none
}

@media (max-width: 760px) {
    .mn_screen .intro_hold_h1 {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 80px;
        top: -11px;
        z-index: 80
    }
}

.mn_screen .intro_hold_h1 .h2g {
    position: relative;
    display: inline-block;
    color: var(--tp-theme-primary);
    font: normal 10vw/16vw Helvetica Bold;
    letter-spacing: -1vw;
    height: 16.25vw;
    left: -1.823vw;
    transform: translateY(21vw)
}

@media (max-width: 1024px) {
    .mn_screen .intro_hold_h1 .h2g {
        transform:translateY(17.5vw)
    }
}

@media (max-width: 760px) {
    .mn_screen .intro_hold_h1 .h2g {
        color:#fff;
        left: 0;
        top: 11px;
        height: 80px;
        font: normal 86px/56px Helvetica;
        letter-spacing: -6.487px;
        transform: translateY(85px)
    }
}

.mn_screen .ms_txt {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 2.083vw;
    opacity: 0;
    transform: translateY(1.302vw);
    z-index: 80
}

@media (max-width: 760px) {
    .mn_screen .ms_txt {
        bottom:120px;
        transform: translateY(25px)
    }
}

.mn_screen .ms_txt p {
    color: var(--tp-grey-3);
    font: 300 .99vw/.99vw Helvetica
}

@media (max-width: 1280px) {
    .mn_screen .ms_txt p {
        font:normal .938vw/.938vw Helvetica
    }
}

@media (max-width: 1024px) {
    .mn_screen .ms_txt p {
        font:normal 1.172vw/1.172vw Helvetica
    }
}

@media (max-width: 760px) {
    .mn_screen .ms_txt p {
        font:normal 15px/15px Helvetica
    }
}

.we_guarantee_quality {
    margin: 0
}

@media (max-width: 760px) {
    .we_guarantee_quality {
        opacity:0
    }
}

.we_guarantee_quality .ttl {
    text-align: center;
    margin: 16.823vw 0 0
}

@media (max-width: 760px) {
    .we_guarantee_quality .ttl {
        margin:172px 0 -20px
    }
}

.we_guarantee_quality .ttl .h4 {
    color: #fff;
    font: normal 2.5vw/2.5vw Helvetica;
    letter-spacing: -.082vw;
    color: #a9abb5
}

@media (max-width: 1440px) {
    .we_guarantee_quality .ttl .h4 {
        font:normal 3.333vw/3.542vw Helvetica;
        letter-spacing: -.083vw
    }
}

@media (max-width: 1280px) {
    .we_guarantee_quality .ttl .h4 {
        font:normal 3.359vw/3.516vw Helvetica;
        letter-spacing: -.084vw
    }
}

@media (max-width: 760px) {
    .we_guarantee_quality .ttl .h4 {
        font:normal 30px/33px Helvetica Oblique;
        letter-spacing: -.75px
    }

    .we_guarantee_quality .ttl .h4 {
        font: normal 30px/33px Helvetica Compressed;
        letter-spacing: -.75px
    }
}

.we_guarantee_quality .ttl .h4 .br {
    display: block
}

.we_guarantee_quality .ttl .h3 {
    color: #fff;
    font: normal 7vw/7vw Helvetica;
    letter-spacing: -.417vw;
    margin: -.156vw 0 0 -.417vw;
    transform: translateY(0) scale(0);
    transform-style: preserve-3d;
    will-change: transform
}

@media (max-width: 760px) {
    .we_guarantee_quality .ttl .h3 {
        font:normal 56px/56px Helvetica;
        letter-spacing: -2.52px;
        margin: 10px 0 0
    }
}

#eighty_wrap_tr {
    position: relative;
    top: 5vw
}

@media (max-width: 760px) {
    #eighty_wrap_tr {
        top:50vh
    }
}

.completed_projects {
    overflow: hidden;
    position: relative
}

@media (max-width: 760px) {
    .completed_projects {
        height:auto
    }

    .completed_projects .container {
        height: 100%
    }
}

.completed_projects .eighty_wrap {
    margin: 22.813vw 0 0;
    position: relative;
    text-align: center;
    position: relative
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap {
        height:100vh;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.completed_projects .eighty_wrap .eighty {
    background: url(../images/system/80r.svg) no-repeat 0 0/contain;
    width: 30vw;
    height: 20vw;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    transform-origin: 21% 50%;
    will-change: rotate
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty {
        width:245px;
        height: 161px;
        transform-origin: 15% 43%;
        will-change: auto
    }
}

.completed_projects .eighty_wrap .eighty .eighty_mb {
    display: none
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty .eighty_mb {
        display:none;
        position: relative;
        top: -50px;
        color: #a9abb5;
        font: normal 220px/220px Helvetica;
        letter-spacing: -13.2px;
        transform-origin: 50% 50%
    }
}

.completed_projects .eighty_wrap .eighty .pl {
    position: absolute;
    top: 0;
    right: -2.344vw;
    width: 8.385vw;
    height: 5.99vw;
    display: block;
    background: #151519;
    border: #515258 .1rem solid;
    border-radius: 7.813vw
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty .pl {
        right:-18px;
        top: 1px;
        width: 45px;
        height: 32px;
        border: #515258 1px solid;
        border-radius: 50px
    }
}

.completed_projects .eighty_wrap .eighty .pl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1.042vw;
    height: .104vw;
    background: #a9abb5
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty .pl:before {
        width:7px;
        height: 1px
    }
}

.completed_projects .eighty_wrap .eighty .pl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: .104vw;
    height: 1.042vw;
    background: #a9abb5
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty .pl:after {
        width:1px;
        height: 7px
    }
}

.completed_projects .eighty_wrap .eighty_txt {
    margin: 4.375vw 0 0;
    text-align: center
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty_txt {
        margin:30px 0 0
    }
}

.completed_projects .eighty_wrap .eighty_txt .h4 {
    color: #a9abb5;
    font: normal 3.281vw/3.229vw Helvetica Oblique;
    letter-spacing: -.082vw
}

@media (max-width: 760px) {
    .completed_projects .eighty_wrap .eighty_txt .h4 {
        font:normal 30px/33px Helvetica Oblique;
        letter-spacing: -.75px
    }
}

.completed_projects .eighty_wrap .eighty_txt .h4 .br {
    display: block
}

.apartment_premises_lnks {
    margin: 0;
    background: #18191f
}

@media (max-width: 760px) {
    .apartment_premises_lnks {
        margin:15px 0 0
    }
}

.apartment_premises_lnks .rows {
    display: flex;
    height: 8.802vw;
    position: relative
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows {
        height:115px
    }
}

.apartment_premises_lnks .rows .apl_ln_h {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: .1rem
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows .apl_ln_h {
        height:1px
    }
}

.apartment_premises_lnks .rows .apl_ln_h span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleX(0);
    transform-origin: 50% 50%
}

.apartment_premises_lnks .rows .cols {
    width: 25%;
    height: 100%;
    position: relative
}

.apartment_premises_lnks .rows .cols.cols02 .desc {
    text-align: right;
    justify-content: flex-end
}

.apartment_premises_lnks .rows .cols .apl_ln_v {
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: 100%
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows .cols .apl_ln_v {
        width:1px
    }
}

.apartment_premises_lnks .rows .cols .apl_ln_v span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleY(0);
    transform-origin: 0 0
}

.apartment_premises_lnks .rows .cols .desc {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 1.354vw
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows .cols .desc {
        padding:0 0 14px
    }
}

.apartment_premises_lnks .rows .cols .desc .apl_lnk {
    display: inline-block;
    position: relative;
    color: #a9abb5;
    font: normal .99vw/.99vw Helvetica;
    padding-right: 2.135vw
}

@media (max-width: 1280px) {
    .apartment_premises_lnks .rows .cols .desc .apl_lnk {
        font:normal .938vw/.938vw Helvetica
    }
}

@media (max-width: 1024px) {
    .apartment_premises_lnks .rows .cols .desc .apl_lnk {
        font:normal 1.172vw/1.172vw Helvetica
    }
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows .cols .desc .apl_lnk {
        font:normal 15px/15px Helvetica
    }
}

.apartment_premises_lnks .rows .cols .desc .apl_lnk:after {
    content: "";
    position: absolute;
    top: .469vw;
    right: 0;
    background: url(https://selemen.liqium.com/img/s4.svg) no-repeat 0 0/cover;
    width: .885vw;
    height: .417vw
}

@media (max-width: 1280px) {
    .apartment_premises_lnks .rows .cols .desc .apl_lnk:after {
        top:.391vw;
        width: 1.094vw;
        height: .469vw
    }
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows .cols .desc .apl_lnk:after {
        display:none
    }
}

.apartment_premises_lnks .rows_lnk {
    margin: 2.604vw 0 0;
    padding: 0 0 2.552vw;
    text-align: center;
    position: relative
}

@media (max-width: 1280px) {
    .apartment_premises_lnks .rows_lnk {
        margin:2.422vw 0 0;
        padding: 0 0 2.344vw
    }
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows_lnk {
        margin:39px 0 0;
        padding: 0
    }
}

.apartment_premises_lnks .rows_lnk .apl_r_ln_h {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: .1rem
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows_lnk .apl_r_ln_h {
        height:1px;
        display: none
    }
}

.apartment_premises_lnks .rows_lnk .apl_r_ln_h span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #515258;
    transform: scaleX(0);
    transform-origin: 50% 50%
}

.apartment_premises_lnks .rows_lnk .apl_r_lnk {
    color: #a9abb5e6;
    font: normal .781vw/.781vw Helvetica;
    background: #a9abb533;
    border-radius: 2.604vw;
    padding: .938vw 1.979vw 1.25vw;
    display: inline-block;
    border: 0;
    cursor: pointer;
    transition: .7s cubic-bezier(.165,.84,.44,1)
}

@media (max-width: 1440px) {
    .apartment_premises_lnks .rows_lnk .apl_r_lnk {
        font:normal .833vw/.833vw Helvetica
    }
}

@media (max-width: 1280px) {
    .apartment_premises_lnks .rows_lnk .apl_r_lnk {
        font:normal .938vw/.938vw Helvetica;
        padding: 1.172vw 2.266vw 1.328vw
    }
}

@media (max-width: 1024px) {
    .apartment_premises_lnks .rows_lnk .apl_r_lnk {
        font:normal 1.172vw/1.172vw Helvetica;
        padding: 1.465vw 2.441vw
    }
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows_lnk .apl_r_lnk {
        font:normal 12px/12px Helvetica;
        padding: 18px 26px;
        border-radius: 50px
    }
}

.apartment_premises_lnks .rows_lnk .apl_r_lnk:hover {
    background: #a9abb514;
    transition: .7s cubic-bezier(.165,.84,.44,1)
}

@media (max-width: 760px) {
    .apartment_premises_lnks .rows_lnk .apl_r_lnk {
        display:inline-block
    }
}

.wide_range_of_solutions .r {
    width: 100%;
    overflow: hidden
}

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

.rows .cols01 .r:nth-child(1) img {
    height: 430px
}

.rows .cols01 .r:nth-child(2) img {
    height: 517px
}

.rows .cols02 .r:nth-child(1) img {
    height: 646px
}

.rows .cols02 .r:nth-child(2) img {
    height: 253px
}

.rows .cols03 .r:nth-child(1) img {
    height: 902px
}

.rows .cols04 .r:nth-child(1) img {
    height: 517px
}

.rows .cols04 .r:nth-child(2) img {
    height: 444px
}

.rows .cols05 .r:nth-child(1) img {
    height: 306px
}

.rows .cols05 .r:nth-child(2) img {
    height: 646px
}

@media (max-width: 760px) {
    .rows_mb .cols01 .r:nth-child(1) img {
        height:430px
    }

    .rows_mb .cols01 .r:nth-child(2) img {
        height: 517px
    }

    .rows_mb .cols01 .r:nth-child(3) img {
        height: 517px
    }

    .rows_mb .cols02 .r:nth-child(1) {
        height: 902px
    }

    .rows_mb .cols02 .r:nth-child(2) {
        height: 646px
    }

    .rows_mb .cols02 .r:nth-child(3) {
        height: 253px
    }

    .rows_mb .cols03 .r:nth-child(1) {
        height: 306px
    }

    .rows_mb .cols03 .r:nth-child(2) {
        height: 646px
    }

    .rows_mb .cols03 .r:nth-child(3) {
        height: 517px
    }
}

.product-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none
}

.product-modal-overlay {
    position: absolute;
    inset: 0;
    background: #00000073
}

.product-modal-content {
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    max-width: 720px;
    height: 100%;
    background: #fff;
    padding: 32px 24px;
    overflow-y: auto;
    animation: slideIn .35s ease
}

@keyframes slideIn {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

.product-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer
}

.product-loader {
    display: none;
    height: 100%;
    align-items: center;
    justify-content: center
}

.spinner {
    width: 42px;
    height: 42px;
    border: 4px solid #eee;
    border-top: 4px solid #c60000;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.product-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px
}

.product-category {
    color: #c60000;
    font-weight: 600;
    margin-bottom: 6px
}

.product-image {
    border: 1px solid #000;
    padding: 10px;
    max-width: 250px
}

.product-image img {
    max-width: 100%;
    border-radius: 6px;
    margin: 0 auto
}

.product-features li {
    margin-bottom: 10px
}

.product-actions {
    margin-top: 24px
}

.product-actions a {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none
}

.btn-outline {
    border: 1px solid #ddd;
    margin-bottom: 12px
}

.btn-primary {
    background: #c60000;
    color: #fff
}

.pin-spacer {
    margin: 90px 0 0!important
}

.h3 {
    font-size: 34px;
    letter-spacing: -.01em;
    margin: 1em 0;
    text-transform: none
}

@media (max-width: 767px) {
    .h3 {
        font-size:26px
    }
}

@media (max-width: 575px) {
    .h3 {
        font-size:23px
    }
}

.rk-container {
    width: calc(100% - 40px * 2);
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.section {
    padding: 100px 0;
    position: relative
}

@media (max-width: 767px) {
    .section {
        padding:80px 0
    }
}

@media (max-width: 575px) {
    .section {
        padding:60px 0
    }
}

.section .bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section .bg-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.section .bg-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero-section {
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 100px 0 60px;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .hero-section {
        min-height:calc(100vh - 80px)
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding-bottom:30px
    }
}

.hero-section.teaser-hero {
    min-height: calc(100vh - 120px);
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .hero-section.teaser-hero {
        min-height:calc(100vh - 200px);
        padding-bottom: 40px
    }
}

.hero-section.text-bottom {
    align-items: flex-end
}

.hero-section.text-bottom .page-title {
    margin: 0;
    font-family: 'Allison';
    font-size: 80px;
}

@media (max-width: 991px) {
    .hero-section.text-bottom .page-title {
        margin-bottom:.33em
    }
}

.hero-section .row {
    align-items: center
}

.hero-section .bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-section .bg-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.hero-section .bg-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 1199px) {
    .sustainability-main .hero-section.text-bottom .page-title {
        margin-bottom:.33em
    }
}

.application-subtitle {
    text-align: right
}

@media (max-width: 991px) {
    .application-subtitle {
        text-align:left
    }
}

.application-subtitle .h3 {
    font-size: 24px;
    margin: 0
}

@media (max-width: 1199px) {
    .application-subtitle .h3 {
        margin-bottom:22px
    }
}

@media (max-width: 991px) {
    .application-subtitle .h3 {
        margin-bottom:12px;
        font-size: 21px
    }
}

@media (max-width: 575px) {
    .application-subtitle .h3 {
        font-size:16px
    }
}

.rk-container {
    width: calc(100% - var(--site-padding) * 2);
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.section {
    padding: 100px 0;
    position: relative
}

@media (max-width: 767px) {
    .section {
        padding:80px 0
    }
}

@media (max-width: 575px) {
    .section {
        padding:60px 0
    }
}

.round-btn {
    display: inline-block;
    line-height: 1.2;
    padding: .5em 1em;
    border: 1px solid #000;
    border-radius: 999px;
    width: auto;
    text-align: center;
    background-color: transparent;
    min-width: 80px;
    cursor: pointer;
    transition: all .3s ease
}

.round-btn.larger {
    font-size: 16px;
    padding-top: .4em;
    min-width: 120px
}

.round-btn:hover {
    background-color: #000;
    color: #fff
}

.anchor-link.larger {
    margin-right: 5px;
    margin-bottom: 5px
}

@media (max-width: 575px) {
    .anchor-link.larger {
        font-size:12px;
        min-width: 70px
    }
}

.fixing-swiper {
    padding-top: 10px
}

.fixing-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    transition: all .5s ease;
    cursor: pointer
}

.fixing-swiper .swiper-slide-thumb-active {
    opacity: .3
}

.fixing-swiper-2 .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    padding: 20px 30px;
    text-shadow: 0 0 30px #000
}

.fixing-swiper-2 .img-cont {
    background-color: #000
}

.fixing-swiper-2 .img-cont img {
    opacity: .9;
    object-fit: cover;
    height: 650px;
    width: 100%
}

.fixing-swiper-2 .img-cont .category-icon {
    max-width: 150px;
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px
}

.fixing-swiper .img-cont img {
    object-fit: cover;
    height: 150px;
    width: 100%
}

.fixing-swiper-2 .swiper-button-next,.fixing-swiper-2 .swiper-button-prev {
    top: 48px;
    width: 50px;
    height: 20px;
    background-image: url(../images/icons/arrow-right-double-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    outline: none!important;
    background-position: 105% 50%;
    background-size: 96px;
    transition: background-position .4s ease
}

.fixing-swiper-2 .swiper-button-next:hover,.fixing-swiper-2 .swiper-button-prev:hover {
    background-position: 0 50%
}

@media (max-width: 575px) {
    .fixing-swiper-2 .swiper-button-next,.fixing-swiper-2 .swiper-button-prev {
        top:auto;
        bottom: 30px;
        width: 30px
    }
}

.fixing-swiper-2 .swiper-button-next::after,.fixing-swiper-2 .swiper-button-prev::after {
    opacity: 0
}

.fixing-swiper-2 .swiper-button-next {
    right: 20px
}

@media (max-width: 575px) {
    .fixing-swiper-2 .swiper-button-next {
        right:16px
    }
}

.fixing-swiper-2 .swiper-button-prev {
    right: 72px;
    left: auto;
    transform: rotate(180deg)
}

@media (max-width: 575px) {
    .fixing-swiper-2 .swiper-button-prev {
        right:56px
    }
}

.features-list {
    padding-left: 1rem
}

@media (max-width: 991px) {
    .features-list {
        padding-left:0;
        padding-top: 4rem;
        padding-bottom: 1rem
    }
}

.features-list__item {
    padding: .66em 0;
    font-size: 18px;
    position: relative
}

.features-list__item::before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease .5s
}

.aos-animate .features-list__item::before {
    width: 100%
}

.features-list__item:last-child::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s ease .5s
}

#canvas-slider {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out 0;
    transition: width .5s ease-in-out 0s;
    z-index: 1
}

#showcase-slider-holder {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    opacity: 1;
    z-index: 2
}

#canvas-slider .slider-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.port-showcase-slider-item {
    height: 100vh
}

.port-showcase-slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    transform: translate(-50%,-50%)
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .port-showcase-slider-content {
        left:40%
    }
}

.port-showcase-slider-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--tp-common-white)
}

.port-showcase-slider-title {
    font-size: 215px;
    font-weight: 500;
    line-height: .8;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sequel-bold-head);
    letter-spacing: -6px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .port-showcase-slider-title {
        font-size:145px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .port-showcase-slider-title {
        font-size:120px
    }
}

@media (max-width: 767px) {
    .port-showcase-slider-title {
        font-size:90px
    }
}

.port-showcase-slider-social {
    position: absolute;
    bottom: 75px;
    z-index: 99;
    left: 50%;
    text-align: center
}

.port-showcase-slider-social a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 12px;
    color: var(--tp-common-white)
}

.tp-showcase-arrow-box {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 100px
}

.tp-showcase-arrow-box button {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-showcase-arrow-box button i {
    transform: translateY(1px)
}

.tp-showcase-arrow-box button.swiper-next i {
    transition: .3s;
    margin-left: 5px
}

.tp-showcase-arrow-box button.swiper-next:hover i {
    transform: translateX(4px)
}

.tp-showcase-arrow-box button.swiper-prev i {
    transition: .3s;
    margin-right: 5px
}

.tp-showcase-arrow-box button.swiper-prev:hover i {
    transform: translateX(-4px)
}

.tp-btn-green {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 24px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary)
}

.tp-btn-green:hover {
    color: var(--tp-common-black)
}

.tp-btn-green:hover span svg {
    animation: tfLeftToRight .5s forwards
}

.tp-btn-green span svg {
    overflow: hidden
}

.tp-btn-green.btn-black-bg {
    color: var(--tp-grey-1);
    background-color: var(--tp-common-black)
}

.tp-btn-green.btn-h-60 {
    padding: 20px 25px
}

.tp-btn-anim {
    gap: 10px;
    align-items: start;
    display: inline-flex;
    justify-content: center
}

.tp-btn-anim:hover .btn-anim__letter {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.tp-btn-anim .tp-btn-text {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block!important
}

.tp-doubble-effect {
    display: inline-flex;
    align-items: center
}

.tp-doubble-effect i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: inline-flex
}

.tp-doubble-effect i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all .2s ease-out
}

.tp-doubble-effect i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0,0);
    opacity: 0
}

.tp-doubble-effect:hover i svg:first-child {
    transform: translate(16px,-16px)
}

.tp-doubble-effect:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px,-13px)
}

.tp-line-lr {
    position: relative
}

.tp-line-lr::after {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 0;
    height: 1px;
    width: 0;
    transition: .5s;
    background-color: currentColor
}

.tp-line-lr:hover::after {
    right: auto;
    left: 0;
    width: 100%
}

.tp-section-subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-section-title {
    font-size: 62px;
    line-height: 1;
    font-weight: 600;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-section-title {
        font-size:60px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-section-title {
        font-size:55px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title {
        font-size:50px
    }
}

@media (max-width: 767px) {
    .tp-section-title {
        font-size:36px
    }
}

.tp-split-title .char {
    display: inline-block;
    transform-origin: left center;
    clip-path: inset(0 100% 0 0)
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .tp-service-heading .tp-section-title {
        margin-bottom:30px
    }

    .tp-service-btn {
        padding-bottom: 20px
    }
}

.tp-service-item-box .tp-service-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 50px 84px 50px 40px;
    border: 1px solid #0101031a
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-item-box .tp-service-item {
        padding:45px 30px
    }
}

.tp-service-item-box .tp-service-item p {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .tp-service-item-box .tp-service-item p br {
        display:none
    }
}

.tp-service-item-box .tp-service-item-icon {
    margin-bottom: 60px
}

.tp-service-item-box .tp-service-item-icon img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tp-service-item-box .tp-service-item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    color: var(--tp-common-black)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-item-title {
        font-size:24px
    }
}

.tp-service-item-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-service-item-box {
    padding-left: 40px
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .tp-service-item-box {
        padding-left:0
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(30%)
    }

    50% {
        opacity: 0;
        transform: translateX(-30%)
    }

    51% {
        opacity: 1
    }
}

.tp-line-black {
    display: inline;
    transition: all .3s linear;
    background-repeat: no-repeat;
    background-size: 0 1px,0 1px;
    background-position: 100% 100%,0 100%;
    background-image: linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)
}

.tp-line-black:hover {
    background-size: 0 1px,100% 1px
}

.ds-portfolio-item {
    position: relative
}

.ds-portfolio-item:hover .ds-portfolio-item-content-hide {
    transform: translateX(0);
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    transition-delay: 0ms;
    transition-duration: .5s
}

.ds-portfolio-item:hover .ds-portfolio-item-thumb img {
    transform: scale(1.1)
}

.ds-portfolio-item-title {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    padding: 12px 29px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-unbounded);
    background-color: var(--tp-theme-primary)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .ds-portfolio-item-title {
        font-size:20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .ds-portfolio-item-title {
        padding:8px 10px
    }
}

.ds-portfolio-item-thumb {
    overflow: hidden
}

.ds-portfolio-item-thumb img {
    width: 100%;
    transition: .9s
}

.ds-portfolio-item-content {
    position: absolute;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 60px;
    padding: 0;
    overflow: hidden;
    max-width: calc(100% - 80px);
    background-color: transparent;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .ds-portfolio-item-content {
        left:45px;
        bottom: 45px
    }
}

.ds-portfolio-item-content-hide {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: translateX(-101%)
}

.ds-portfolio-item-content span {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 24px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-unbounded);
    background-color: var(--tp-theme-primary)
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .ds-portfolio-item-content span {
        font-size:12px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .ds-portfolio-item-content span {
        padding:7px 12px
    }
}

.ma-project-item {
    overflow: hidden
}

.ma-project-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    background-color: #01010380
}

.ma-project-item:hover::after {
    opacity: 1;
    visibility: visible
}

.scroll-down {
    width: 42px;
    height: 67px;
    border-radius: 26px;
    border: 2px solid #fff;
    left: calc(50% - 21px);
    position: absolute;
    z-index: 4;
    cursor: pointer;
    bottom: 15px
}

.scroll-down span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 4px;
    height: 12px;
    margin-left: -2px;
    background-color: #fff;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px
}

@media screen and (max-width: 575px) {
    .scroll-down {
        display:none
    }
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.t-18 {
    font-size: 18px;
    line-height: 1.4
}

@media (max-width: 575px) {
    .t-18 {
        font-size:12px
    }
}

.fw-500 {
    font-weight: 500
}

.fw-500 > * {
    font-weight: 500
}

.rk-container {
    width: calc(100% - var(--site-padding) * 2);
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.img-cont {
    padding-top: 66.667%;
    position: relative;
    overflow: hidden
}

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

@media screen and (min-width: 768px) {
    a .img-cont img {
        transform:scale(1);
        transition: all 3s ease
    }

    a:hover .img-cont img {
        transform: scale(1.05)
    }
}

.mw-400 {
    max-width: 400px
}

.mw-500 {
    max-width: 500px
}

.main-site-container {
    min-height: 100vh;
    background-color: #fff;
    transition: background-color .6s ease
}

.section {
    padding: 100px 0;
    position: relative
}

@media (max-width: 767px) {
    .section {
        padding:80px 0
    }
}

@media (max-width: 575px) {
    .section {
        padding:60px 0
    }
}

.section .bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section .bg-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.section .bg-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: .75
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hero-section {
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 100px 0 60px;
    display: flex;
    align-items: center
}

body:not(.transparent-header) .hero-section {
    min-height: calc(100vh - 90px)
}

@media (max-width: 767px) {
    .hero-section {
        min-height:calc(100vh - 80px)
    }

    body:not(.transparent-header) .hero-section {
        min-height: calc(100vh - 140px)
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding-bottom:30px
    }
}

.hero-section .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: .75
}

.hero-section .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hero-section.teaser-hero {
    min-height: calc(100vh - 120px);
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .hero-section.teaser-hero {
        min-height:calc(100vh - 200px);
        padding-bottom: 40px
    }
}

.hero-section.text-bottom {
    align-items: flex-end
}

.hero-section.text-bottom .page-title {
    margin: 0
}

@media (max-width: 991px) {
    .hero-section.text-bottom .page-title {
        margin-bottom:.33em
    }
}

.hero-section .row {
    align-items: center
}

.hero-section .bg-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-section .bg-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.hero-section .bg-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.bp-t {
    padding-top: 150px
}

@media (max-width: 767px) {
    .bp-t {
        padding-top:100px
    }
}

@media (max-width: 575px) {
    .bp-t {
        padding-top:60px
    }
}

.colour-section-block .hero-section .vimeo-wrapper {
    opacity: 1;
    background-color: #000
}

@media (max-width: 991px) {
    .colour-section-block .hero-section .vimeo-wrapper {
        display:none!important
    }
}

.colour-section-block .hero-section .vimeo-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .25;
    z-index: 1
}

.prod-cat-tab-container .prod-cat-tab {
    display: none
}

.prod-cat-tab-container .prod-cat-tab.active {
    display: block
}

.colours-main .hero-section {
    min-height: calc(100vh - 130px)!important
}

@media (max-width: 575px) {
    .colours-main .hero-section {
        min-height:100vw!important
    }

    .colours-main .hero-section p:last-child {
        margin-bottom: 0
    }
}

.colours-main .prod-cat-tab-container {
    background-color: #fff
}

.colours-main .intro-section {
    background-color: #fff;
    padding: 140px 0
}

@media (max-width: 767px) {
    .colours-main .intro-section {
        padding:100px 0
    }
}

@media (max-width: 575px) {
    .colours-main .intro-section {
        padding:60px 0
    }
}

.colours-main .colour-cat-section {
    padding-top: 100px
}

@media (max-width: 767px) {
    .colours-main .colour-cat-section {
        padding-top:60px
    }
}

.colours-main .colour-cat-section h3 {
    margin-bottom: .5em
}

.colours-main .colour-cat-section .colour-cat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item {
    width: calc(20% - 20px);
    position: relative
}

@media (max-width: 1399px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item {
        width:calc(25% - 12px)
    }
}

@media (max-width: 991px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item {
        width:calc(33.333% - 11px)
    }
}

@media (max-width: 575px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item {
        width:calc(50% - 8px)
    }
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .img-cont {
    padding-top: 125%
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .caption-wrap {
    position: relative;
    padding-right: 58px
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .h5 {
    margin: .75em 0;
    position: relative
}

@media (max-width: 767px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .h5 {
        font-size:15px
    }
}

@media (max-width: 575px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .h5 {
        font-size:12px
    }
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .h5::after {
    width: 14px;
    height: 14px;
    background-image: url(https://knotwood.com/us/wp-content/themes/knotwood/assets/img/icons/zoom.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .sample-btn {
    position: absolute;
    top: 4px;
    right: 0;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 999px;
    font-weight: 500;
    padding: .25em 1em .2em;
    font-size: 6px;
    text-transform: uppercase;
    transition: all .3s ease;
    min-width: 50px;
    text-align: center;
    line-height: 1.2
}

.colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .sample-btn:hover {
    background-color: #000;
    color: #fff
}

@media (max-width: 575px) {
    .colours-main .colour-cat-section .colour-cat-grid .colour-cat-item .sample-btn {
        top:1px
    }
}

.p-relative {
    position: relative
}

.bg-color-1 {
    background: #102039
}

.primary-btn-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 20px 24px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s
}

.primary-btn-1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #102039;
    transition: all .6s;
    transform: translate(-50%,-50%);
    z-index: -1
}

.primary-btn-1:hover {
    color: #fff;
    border: 1px solid #102039
}

.primary-btn-1:hover span {
    width: 225%;
    height: 1000.5px
}

.primary-btn-1:active {
    background-color: #fff
}

.banner-sub-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin-left: 0
}

.banner-sub-title.no-border:before {
    border: none
}

h1.banner-title {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    padding: 10px 0
}

p.banner-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 40px;
    padding-right: 29px
}

.banner-three-section .banner-btn-area-2,.banner-three-section .banner-text,.banner-three-section .banner-sub-title,.banner-three-section .banner-title {
    opacity: 1;
    transform: inherit
}

.banner-btn-area-2,.banner-sub-title {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translate(50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-title,.banner-text {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

@media only screen and (max-width: 767px) {
    h1.banner-title {
        font-size:42px;
        line-height: 62px;
        padding: 15px 0
    }
}

@media only screen and (max-width: 425px) {
    h1.banner-title {
        font-size:32px;
        line-height: 52px
    }
}

.banner-area-2 {
    max-width: 775px;
    padding-left: 70px
}

.banner-btn-area-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

@media only screen and (max-width: 768px) {
    .banner-btn-area-2 {
        flex-direction:column
    }

    .banner-area-2 {
        padding-left: 0
    }
}

.banner-3-content .banner-area-2 {
    padding: 150px;
    max-width: inherit
}

.banner-3-content .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-repeat: repeat-y;
    background-position: right;
    background-size: contain;
    animation: slide_up 50s linear infinite
}

.banner-3-content .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain
}

.banner-3-content .shape-3 {
    position: absolute;
    top: 180px;
    left: -160px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.banner-3-image-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-3-experience {
    max-width: 288px;
    background: var(--tp-common-black);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px;
    gap: 25px;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.banner-3-experience .icon-box {
    font-size: 80px;
    background: #fff;
    height: 108px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-black)
}

.banner-3-popup {
    cursor: pointer
}

.banner-3-popup .icon-1 {
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 10px;
    cursor: pointer
}

.banner_popup_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all .5s ease
}

.banner_popup_btn:before,.banner_popup_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-black);
    opacity: 1;
    border-radius: 50%
}

.banner_popup_btn:before {
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.banner_popup_btn:after {
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.banner-3-image-area .content-1 {
    position: absolute;
    top: 74px;
    left: 39%
}

.banner-3-image-area .content-2 {
    position: absolute;
    top: 433px;
    left: 82px
}

.banner-3-image-area .content-3 {
    position: absolute;
    top: 306px;
    left: 85%
}

.banner-3-popup:hover .best-quality {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.best-quality {
    background: var(--tp-common-black);
    color: #fff;
    padding: 5px 8px;
    border: 5px;
    font-size: 14px;
    clip-path: polygon(0% 0%,100% 0%,100% 75%,75% 75%,75% 100%,50% 75%,0% 75%);
    height: 50px;
    position: absolute;
    width: 92px;
    top: -55px;
    left: -60px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: right;
    transition: all .5s ease
}

@media only screen and (max-width: 1399px) {
    .banner-3-experience,.banner-3-image-area .content-1,.banner-3-image-area .content-2,.banner-3-image-area .content-3,.banner-3-content .shape-3 {
        display:none
    }

    .banner-3-content .banner-area-2 {
        padding: 50px
    }
}

@media only screen and (max-width: 991px) {
    .banner-3-content .banner-area-2 {
        padding:100px 20px
    }

    .banner-3-content .banner-btn-area-2 {
        align-items: self-start
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(.645,.045,.355,1) .4s;
    opacity: 0
}

@keyframes slide_up {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 1000px
    }
}

@-webkit-keyframes slide_up {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 1000px
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translate(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(-30px)
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(-30px)
    }
}

@keyframes img-anim-left {
    0% {
        transform: translate(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    to {
        transform: translate(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tp-common-black);
    padding-left: 26px;
    margin-bottom: 15px
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icons/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 16px;
    height: 16px
}

.section-title h1 {
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: -.01em;
    color: var(--tp-common-black);
    margin-bottom: 0;
    text-transform: none
}

.section-title h1 span {
    font-weight: 700
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0
}

.section-title.dark-section p,.section-title.dark-section h1,.section-title.dark-section h3 {
    color: var(--tp-common-white)
}

.hero {
    padding: 95px 0 40px;
    position: relative;
    /*background:url(../images/hero-bg.jpg) no-repeat;*/
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center
}

.hero.hero-video .hero-bg-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg,#0000001c 42.92%,#00000080 100%);
    width: 100%;
    height: 100vh;
    z-index: 1
}

.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.hero-content {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excellence-innovating-list {
    position: absolute;
    border-top: 1px solid var(--tp-grey-2);
    padding-top: 50px;
    width: 100%;
    bottom: 30px;
    z-index: 1
}

.excellence-innovating-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 100px
}

.excellence-innovating-list ul li {
    position: relative;
    color: var(--tp-common-white);
    padding-left: 40px;
    font-weight: 600
}

.excellence-innovating-list ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/icons/icon-check.svg) no-repeat center left;
    background-size: cover
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom:30px
    }

    .section-title h3 {
        margin-bottom: 15px
    }

    .section-title h1 {
        font-size: 54px
    }

    .section-title p {
        margin-top: 15px
    }

    .hero {
        padding: 80px 0 40px
    }

    .excellence-innovating-list {
        padding-top: 30px;
        margin-top: 80px
    }

    .excellence-innovating-list ul {
        gap: 20px 30px
    }

    .excellence-innovating-list ul li {
        font-size: 14px;
        padding-left: 30px
    }

    .excellence-innovating-list ul li:before {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size:34px
    }

    .excellence-innovating-list ul {
        gap: 15px
    }

    .excellence-innovating-list ul li {
        width: 100%
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.arry-btn button {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid var(--tp-grey-3);
    color: var(--tp-grey-3);
    transition: all .3s ease-in-out
}

.arry-btn button:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black)
}

.arry-btn .active {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black)
}

.arry-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid var(--tp-grey-3);
    color: var(--tp-grey-3);
    transition: all .3s ease-in-out
}

.arry-prev:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black)
}

.arry-next {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black)
}

.banner-two {
    overflow: hidden;
    position: relative;
    padding: 80px 0
}

.banner-two .bg-image {
    background: linear-gradient(180deg,var(--tp-theme-primary) 0%,#37ab4ccc 100%),url(https://gramentheme.com/html/mistri/assets/images/banner/a-left.jpg);
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner-two .stroke-text {
    position: absolute;
    top: 25px;
    left: 65px
}

.banner-two .item .image {
    position: relative
}

.banner-two .item .image .content {
    position: absolute;
    left: 25%;
    max-width: 370px;
    padding: 30px;
    bottom: -200px;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-color: var(--tp-common-black)
}

.banner-two .item .image .content h3 {
    margin-bottom: 20px
}

.banner-two .item .image .content a {
    color: var(--tp-common-white)
}

.banner-two .swiper-slide.swiper-slide-active .item .content {
    bottom: 0;
    opacity: 1
}

.banner-two .container-fluid {
    margin-left: 12%;
    overflow: hidden
}

.banner-two .banner_two_brand {
    padding: 65px 0
}

.banner-two .banner_two_brand .brand_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.banner-two .banner_two_brand .brand_items img {
    width: 130px
}

.banner-two .banner_two_brand .arry-btn .arry-prev {
    color: var(--tp-common-white)
}

.banner-two .banner_two_brand .arry-btn .arry-prev:hover {
    background-color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    color: var(--tp-common-black)
}

.banner-two .banner_two_brand .arry-btn .active {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-white)
}

@media screen and (max-width: 1440px) {
    .banner-two .container-fluid {
        margin-left:7%
    }
}

@media screen and (max-width: 991px) {
    .banner-two .container-fluid {
        margin-left:0
    }
}

@media screen and (max-width: 767px) {
    .banner_two_brand .arry-btn button {
        color:var(--tp-grey-3)!important
    }

    .banner_two_brand .arry-btn button:hover {
        background-color: var(--tp-common-black)!important;
        color: var(--tp-common-white)!important;
        border: 1px solid var(--tp-common-black)!important
    }

    .banner_two_brand .arry-btn .active {
        background-color: var(--tp-common-black)!important;
        color: var(--tp-common-white)!important;
        border: 1px solid var(--tp-common-black)!important
    }
}

@media screen and (max-width: 575px) {
    .banner-two .item .image .content {
        left:15%
    }
}

.stroke-text img {
    max-height: 530px
}

.h-80vh {
    min-height: 80vh;
    height: 100%
}

.h-100vh {
    height: 100vh
}

@media screen and (max-width: 1399px) {
    .h-80vh {
        height:100vh
    }
}

@media screen and (max-width: 768px) {
    .img-cont {
        padding-top:100%
    }

    .h-80vh {
        height: 70vh
    }

    .fixing-swiper-2 .img-cont img,.fixing-swiper .img-cont img {
        height: auto
    }
}

.S8MAXVULTRA_section {
    background: #16a086
}

.S8MAXVULTRA_flex {
    display: -moz-box;
    display: flex
}

.S8MAXVULTRA_jc-center {
    -moz-box-pack: center;
    justify-content: center
}

.S8MAXVULTRA_ai-center {
    -moz-box-align: center;
    align-items: center
}

.S8MAXVULTRA_section {
    pointer-events: auto
}

.S8MAXVULTRA_padding-secondary,.S8MAXVULTRA_padding-secondary-left {
    padding-left: var(--padding-secondary)
}

.S8MAXVULTRA_padding-secondary {
    padding-right: var(--padding-secondary)
}

.S8MAXVULTRA_section {
    margin: auto;
    max-width: var(--content-width);
    padding-top: calc(100*1.53px)
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-third {
    padding-top: 0
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-third .S8MAXVULTRA_padding-secondary {
    height: 80vh
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-third .S8MAXVULTRA_content-wrapper {
    position: relative
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-third .S8MAXVULTRA_content-wrapper .S8MAXVULTRA_text {
    color: #16a086;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: center
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-third .S8MAXVULTRA_content-wrapper .S8MAXVULTRA_text.S8MAXVULTRA_mask {
    color: #fff;
    height: 100%;
    left: 0;
    -webkit-mask-image: radial-gradient(circle,#000 0,transparent 50%);
    mask-image: radial-gradient(circle,#000 0,transparent 50%);
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width: 750px) {
    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-third .S8MAXVULTRA_text {
        font-size:-moz-calc(100*.48px);
        font-size: calc(100*.48px);
        line-height: -moz-calc(100*.56px);
        line-height: calc(100*.56px)
    }
}

@media (max-width: 750px) {
    .S8MAXVULTRA_hide-mobile {
        display:none!important
    }
}

@media (min-width: 750px) {
    .S8MAXVULTRA_hide-pc {
        display:none!important
    }
}

@media (max-width: 750px) {
    .S8MAXVULTRA_hide-mobile {
        display:none!important
    }
}

.S8MAXVULTRA_flex {
    display: -moz-box;
    display: flex
}

.S8MAXVULTRA_jc-between {
    -moz-box-pack: justify;
    justify-content: space-between
}

.S8MAXVULTRA_fd-c {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.S8MAXVULTRA_full-width {
    width: 100%
}

.S8MAXVULTRA_full-height {
    height: 100%
}

.S8MAXVULTRA_section {
    pointer-events: auto
}

.S8MAXVULTRA_fade-out {
    opacity: 0
}

.S8MAXVULTRA_padding-secondary-left {
    padding-left: var(--padding-secondary)
}

.S8MAXVULTRA_section {
    margin: auto;
    max-width: var(--content-width);
    padding-top: calc(var(--body-font-size)*1.53px)
}

.S8MAXVULTRA_section video {
    border-radius: 6px;
    overflow: hidden
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-ninth+section {
    padding-top: 0!important
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth {
    padding-top: calc(var(--body-font-size)*2.8px);
    text-align: left
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    width: 75%
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_text {
    color: #fff;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
    width: 55%
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_video-holder {
    display: -moz-box;
    display: flex;
    max-height: -moz-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow: hidden;
    position: relative
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_video-holder video {
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth {
    padding-top: calc(var(--body-font-size)*3.7px)
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part {
    color: #a6a6a6
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text2 {
    border-top: 1px solid #373737;
    color: #fff;
    padding-top: calc(var(--body-font-size)*.22px);
    width: auto
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text2 .S8MAXVULTRA_inside-txt {
    max-width: -moz-calc(var(--body-font-size)*2.5px);
    max-width: calc(var(--body-font-size)*2.5px)
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text2 svg {
    margin-right: calc(var(--body-font-size)*.12px)
}

@media only screen and (max-width: 750px) {
    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_title {
        font-size:-moz-calc(var(--body-font-size)*.72px);
        font-size: calc(var(--body-font-size)*.72px);
        line-height: -moz-calc(var(--body-font-size)*.8px);
        line-height: calc(var(--body-font-size)*.8px);
        width: 90%
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_text {
        font-size: -moz-calc(var(--body-font-size)*.36px);
        font-size: calc(var(--body-font-size)*.36px);
        line-height: -moz-calc(var(--body-font-size)*.5px);
        line-height: calc(var(--body-font-size)*.5px);
        width: 90%
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part {
        background: #fff;
        color: #000;
        flex-wrap: wrap;
        padding: calc(var(--body-font-size)*.92px) calc(var(--body-font-size)*.58px)
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text .S8MAXVULTRA_inside-txt {
        max-width: unset
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_font-3 {
        color: #6d6d6d;
        font-size: -moz-calc(var(--body-font-size)*.26px);
        font-size: calc(var(--body-font-size)*.26px)
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_title {
        color: #4a9e41
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part {
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        background: transparent;
        flex-direction: column;
        padding: 0
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_font-3 {
        color: #b1b1b1;
        font-size: -moz-calc(var(--body-font-size)*.36px);
        font-size: calc(var(--body-font-size)*.36px);
        line-height: -moz-calc(var(--body-font-size)*.5px);
        line-height: calc(var(--body-font-size)*.5px);
        margin-bottom: 70px
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text2 {
        color: #fff;
        font-size: -moz-calc(var(--body-font-size)*.36px);
        font-size: calc(var(--body-font-size)*.36px);
        line-height: -moz-calc(var(--body-font-size)*.42px);
        line-height: calc(var(--body-font-size)*.42px);
        padding-top: calc(var(--body-font-size)*.44px);
        width: 100%
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-tenth .S8MAXVULTRA_bottom-part .S8MAXVULTRA_text2 svg {
        margin-right: calc(var(--body-font-size)*.48px)
    }
}

.S8MAXVULTRA_section .container {
    max-width: 1450px
}

.S8MAXVULTRA_section video {
    border-radius: 6px;
    overflow: hidden
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh {
    color: #fff;
    padding-top: 110px;
    padding-bottom: 0px
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card {
    background: #b74923;
    border-radius: 6px;
    margin-right: 12px;
    min-width: 45%;
    max-width: 47%;
    padding: 90px 70px
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card .S8MAXVULTRA_title {
    -moz-box-align: baseline;
    align-items: baseline;
    display: -moz-box;
    display: flex;
    font-size: 120px;
    line-height: 110%
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card .S8MAXVULTRA_title .S8MAXVULTRA_number {
    text-align: left;
    white-space: pre;
    font-weight: 600
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card .S8MAXVULTRA_title .S8MAXVULTRA_unit {
    font-size: 80px;
    font-weight: 600;
    margin-left: 10px
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card .S8MAXVULTRA_sub-title {
    -moz-box-flex: 1;
    flex: 1;
    font-size: 36px;
    font-weight: 600
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card .S8MAXVULTRA_text {
    color: #fff!important;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 15px
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_video-holder {
    border-radius: 6px;
    overflow: hidden
}

.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_video-holder video {
    border-radius: 0;
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
    margin-top: -2px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 750px) {
    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card {
        min-height:-moz-calc(var(--body-font-size)*8.2px);
        min-height: calc(var(--body-font-size)*8.2px);
        padding: calc(var(--body-font-size)*1px) calc(var(--body-font-size)*.6px)
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_cards-holder {
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_title {
        font-size: -moz-calc(var(--body-font-size)*.72px);
        font-size: calc(var(--body-font-size)*.72px);
        line-height: 100%;
        margin-bottom: calc(var(--body-font-size)*.16px)
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_sub-title {
        font-size: -moz-calc(var(--body-font-size)*.46px);
        font-size: calc(var(--body-font-size)*.46px);
        line-height: -moz-calc(var(--body-font-size)*.5px);
        line-height: calc(var(--body-font-size)*.5px);
        margin-bottom: calc(var(--body-font-size)*.44px)
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_text {
        color: #b1b1b1;
        font-size: -moz-calc(var(--body-font-size)*.36px);
        font-size: calc(var(--body-font-size)*.36px);
        line-height: -moz-calc(var(--body-font-size)*.5px);
        line-height: calc(var(--body-font-size)*.5px);
        margin-bottom: 0
    }

    .S8MAXVULTRA_section.S8MAXVULTRA_section.S8MAXVULTRA_section-eleventh .S8MAXVULTRA_left-card {
        margin-bottom: calc(var(--body-font-size)*.16px);
        margin-right: 0;
        max-width: 100%
    }
}

.saros-z70flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.saros-z70items-center {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.saros-z70justify-center {
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.saros-z70text-center {
    text-align: center
}

.saros-z70title {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    font-family: var(--font-bold);
    font-size: -moz-calc(var(--body-font-size)*.6px);
    font-size: calc(var(--body-font-size)*.6px);
    font-weight: var(--font-bold-weight);
    line-height: -moz-calc(var(--body-font-size)*.6px);
    line-height: calc(var(--body-font-size)*.6px)
}

.saros-z70section {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: -1px;
    max-width: unset;
    pointer-events: auto;
    width: 100%
}

.saros-z70word-fade-effect .saros-z70word {
    opacity: 0
}

.saros-z70section-15 .saros-z70content-container {
    margin-left: var(--content-padding-2);
    margin-right: var(--content-padding-2);
    min-height: max(-moz-calc(var(--full-view-height)),-moz-calc(var(--body-font-size)*9.25px));
    min-height: max(calc(var(--full-view-height)),calc(var(--body-font-size)*9.25px))
}

.saros-z70section-15 .saros-z70title {
    font-size: 130px;
    line-height: 140px
}

.products-page .ca-section-title {
    font-size: 50px
}

.bg-theme-color {
    background-color: var(--tp-theme-primary)
}

.section-title h1.tp_fade_anim {
    font-family: 'Allison';
    margin-top: 60px;
}

.menu-item-bordered {
    border: 1px solid #1e1e1e;
    padding: 10px;
    border-radius: 10px;
    min-height: 65px;
    align-items: center;
    display: flex;
}

.hero-content h1.tp_fade_anim::first-letter {
    font-size: 170px
}

.sub-menu-img {
    display: flex;
    gap: 2px;
    align-items: center;
}


.category-inline-logo{
    height: 40px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.flag{
    max-width: 25px;
    border-radius: 50%;
    object-fit: contain;
    height: 25px;
    margin-right: 10px;
}

.product-contant{max-height: 820px;overflow: auto}


.vc_custom_1598007437060{margin-bottom:0px!important;}
.vc_custom_1598012587232{padding-top:50px!important;padding-right:10px!important;padding-bottom:50px!important;padding-left:10px!important;background-color:#b74923!important;}
.vc_custom_1714730116902{margin-top:20px!important;}
.vc_custom_1775348516098{margin-top:20px!important;margin-right:5px!important;margin-bottom:20px!important;margin-left:5px!important;}
.urun-title-3{font-size: 35px;font-weight: 600}