@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }
}

@-webkit-keyframes glitchy {
    0%,to {
        transform: translate(-2px,2px)
    }

    25% {
        transform: translate(-2px,-2px)
    }

    50% {
        transform: translate(2px,2px)
    }

    75% {
        transform: translate(2px,-2px)
    }
}

@keyframes glitchy {
    0%,to {
        transform: translate(-2px,2px)
    }

    25% {
        transform: translate(-2px,-2px)
    }

    50% {
        transform: translate(2px,2px)
    }

    75% {
        transform: translate(2px,-2px)
    }
}

@-webkit-keyframes line-glitchy {
    0%,to {
        transform: translate(-1px,1px)
    }

    25% {
        transform: translate(-1px,-1px)
    }

    50% {
        transform: translate(1px,1px)
    }

    75% {
        transform: translate(1px,-1px)
    }
}

@keyframes line-glitchy {
    0%,to {
        transform: translate(-1px,1px)
    }

    25% {
        transform: translate(-1px,-1px)
    }

    50% {
        transform: translate(1px,1px)
    }

    75% {
        transform: translate(1px,-1px)
    }
}

@font-face {
    font-family: YekanBakh;
    src: url(../fonts/YekanBakh-Medium-3fa0b4d0.ttf) format("truetype")
}

@font-face {
    font-family: YekanBakh-Medium;
    src: url(../fonts/YekanBakh-Medium-3fa0b4d0.ttf) format("truetype")
}

@font-face {
    font-family: YekanBakh-Bold;
    src: url(../fonts/YekanBakh-Medium-3fa0b4d0.ttf) format("truetype")
}

@font-face {
    font-family: YekanBakh-Black;
    src: url(../fonts/YekanBakh-Medium-3fa0b4d0.ttf) format("truetype")
}

@font-face {
    font-family: YekanBakh-en;
    src: url(../fonts/Yekan\ Bakh\ Regular-704aa5d0.ttf)format("truetype")
}

@font-face {
    font-family: YekanBakh-Medium-en;
    src: url(../fonts/YekanBakh-Medium-3fa0b4d0.ttf)format("truetype")
}

@font-face {
    font-family: YekanBakh-Bold-en;
    src: url(../fonts/YekanBakh-Bold-cbd6e746.ttf)format("truetype")
}

@font-face {
    font-family: YekanBakh-Black-en;
    src: url(../fonts/YekanBakh-Fat-cb730b36.ttf)format("truetype")
}

*, :after, :before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:after, :before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit;
    overflow-x: hidden !important
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset, menu, ol, ul {
    margin: 0;
    padding: 0
}

dialog, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none
}

textarea {
    resize: vertical
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af
    }

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: inline-block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

body, html {
    font-family: YekanBakh !important;
    scroll-behavior: smooth;
    unicode-bidi: embed
}

html {
    overflow-x: hidden
}

:is([dir=ltr] body), :is([dir=ltr] html) {
    font-family: YekanBakh-en !important
}

.switch-input:checked ~ .dot {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(201 31 46/var(--tw-bg-opacity))
}

.product-info-swiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px
}

.thumb-swiper .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

    .thumb-swiper .swiper-slide:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,.3);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        transition: .3s
    }

.thumb-swiper .swiper-slide-thumb-active:after {
    background: 0 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.thumb-swiper .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.artists-swiper .swiper-wrapper {
    padding: 10px 0
}

.artists-swiper .swiper-slide {
    transition: .3s !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
    filter: grayscale(100%);
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

    .artists-swiper .swiper-slide .swiper-slide-content {
        transition: .3s !important;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #00000080;
        overflow: hidden
    }

.artists-swiper .swiper-slide-active:hover .swiper-slide-content {
    overflow: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.artists-swiper .swiper-slide-active {
    filter: grayscale(0%)
}

*, :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-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

::backdrop {
    --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-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 1100px
    }
}

@media (min-width:1150px) {
    .container {
        max-width: 1150px
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

    .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }

    .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500
    }

    .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em
    }

    .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: decimal
    }

    .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em
    }

    .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters)
    }

    .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em
    }

    .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em
    }

    .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-left-width: .25rem;
        border-left-color: var(--tw-prose-quote-borders);
        quotes: "“""”""‘""’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1em
    }

    .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
        content: open-quote
    }

    .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
        content: close-quote
    }

    .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: .8888889em;
        line-height: 1.1111111
    }

    .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 900;
        color: inherit
    }

    .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333
    }

    .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 800;
        color: inherit
    }

    .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: .6em;
        line-height: 1.6
    }

    .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 700;
        color: inherit
    }

    .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: .5em;
        line-height: 1.5
    }

    .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 700;
        color: inherit
    }

    .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
        display: block;
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
        font-size: .875em;
        border-radius: .3125rem;
        padding: .1875em .375em
    }

    .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: .875em
    }

        .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after, .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
            content: "`"
        }

    .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-size: .875em
    }

    .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-size: .9em
    }

    .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: .875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: .375rem;
        padding: .8571429em 1.1428571em
    }

    .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit
    }

        .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after, .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before {
            content: none
        }

    .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
        width: 100%;
        table-layout: auto;
        text-align: left;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.7142857
    }

    .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-right: .5714286em;
        padding-bottom: .5714286em;
        padding-left: .5714286em
    }

    .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 0
    }

    .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align: baseline
    }

    .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align: top
    }

    .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-captions);
        font-size: .875em;
        line-height: 1.4285714;
        margin-top: .8571429em
    }

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

    .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: .375em
    }

    .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5em;
        padding-left: 1.625em
    }

    .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: 0
    }

    .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-right: 0
    }

    .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding: .5714286em
    }

    .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: 0
    }

    .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-right: 0
    }

    .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 0
    }

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

    .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em
    }

    .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: 1.2857143em;
        line-height: 1.5555556;
        margin-top: .8888889em;
        margin-bottom: .8888889em
    }

    .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.1111111em
    }

    .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: 2.1428571em;
        margin-top: 0;
        margin-bottom: .8em;
        line-height: 1.2
    }

    .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: 1.4285714em;
        margin-top: 1.6em;
        margin-bottom: .8em;
        line-height: 1.4
    }

    .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: 1.2857143em;
        margin-top: 1.5555556em;
        margin-bottom: .4444444em;
        line-height: 1.5555556
    }

    .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.4285714em;
        margin-bottom: .5714286em;
        line-height: 1.4285714
    }

    .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8571429em;
        border-radius: .3125rem;
        padding: .1428571em .3571429em
    }

    .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8571429em
    }

    .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .9em
    }

    .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8888889em
    }

    .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.6666667;
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        border-radius: .25rem;
        padding: .6666667em 1em
    }

    .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
        padding-left: 1.5714286em
    }

    .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .2857143em;
        margin-bottom: .2857143em
    }

    .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: .4285714em
    }

    .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5714286em;
        margin-bottom: .5714286em
    }

    .prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em
    }

    .prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.1428571em
    }

    .prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em
    }

    .prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.1428571em
    }

    .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5714286em;
        margin-bottom: .5714286em
    }

    .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em
    }

    .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.1428571em
    }

    .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .2857143em;
        padding-left: 1.5714286em
    }

    .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2.8571429em;
        margin-bottom: 2.8571429em
    }

    .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.5
    }

    .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-right: 1em;
        padding-bottom: .6666667em;
        padding-left: 1em
    }

    .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: 0
    }

    .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-right: 0
    }

    .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding: .6666667em 1em
    }

    .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-left: 0
    }

    .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-right: 0
    }

    .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em
    }

    .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .8571429em;
        line-height: 1.3333333;
        margin-top: .6666667em
    }

    .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 0
    }

.prose-zinc {
    --tw-prose-body: #3f3f46;
    --tw-prose-headings: #18181b;
    --tw-prose-lead: #52525b;
    --tw-prose-links: #18181b;
    --tw-prose-bold: #18181b;
    --tw-prose-counters: #71717a;
    --tw-prose-bullets: #d4d4d8;
    --tw-prose-hr: #e4e4e7;
    --tw-prose-quotes: #18181b;
    --tw-prose-quote-borders: #e4e4e7;
    --tw-prose-captions: #71717a;
    --tw-prose-kbd: #18181b;
    --tw-prose-kbd-shadows: 24 24 27;
    --tw-prose-code: #18181b;
    --tw-prose-pre-code: #e4e4e7;
    --tw-prose-pre-bg: #27272a;
    --tw-prose-th-borders: #d4d4d8;
    --tw-prose-td-borders: #e4e4e7;
    --tw-prose-invert-body: #d4d4d8;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a1a1aa;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a1a1aa;
    --tw-prose-invert-bullets: #52525b;
    --tw-prose-invert-hr: #3f3f46;
    --tw-prose-invert-quotes: #f4f4f5;
    --tw-prose-invert-quote-borders: #3f3f46;
    --tw-prose-invert-captions: #a1a1aa;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d8;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #52525b;
    --tw-prose-invert-td-borders: #3f3f46
}

.nav-link {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102/var(--tw-text-opacity));
    transition-duration: .3s
}

    .nav-link:after {
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 0;
        --tw-bg-opacity: 1;
        background-color: rgb(201 31 46/var(--tw-bg-opacity));
        transition-duration: .3s;
        --tw-content: "";
        content: var(--tw-content)
    }

    .nav-link:hover {
        --tw-text-opacity: 1;
        color: rgb(201 31 46/var(--tw-text-opacity))
    }

        .nav-link:hover:after {
            content: var(--tw-content);
            width: 100%
        }

:is([dir=ltr] .nav-link):after {
    content: var(--tw-content);
    left: 0
}

:is([dir=rtl] .nav-link):after {
    content: var(--tw-content);
    right: 0
}

.nav-link--active {
    --tw-text-opacity: 1 !important;
    color: rgb(201 31 46/var(--tw-text-opacity)) !important
}

    .nav-link--active:after {
        content: var(--tw-content) !important;
        width: 100% !important
    }

.footer-title {
    position: relative;
    margin-bottom: .5rem;
    font-family: YekanBakh-Medium;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

    .footer-title:before {
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 60%;
        width: 3px;
        border-radius: .375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(201 31 46/var(--tw-bg-opacity));
        --tw-content: "";
        content: var(--tw-content)
    }

:is([dir=ltr] .footer-title) {
    font-family: YekanBakh-Medium-en
}

    :is([dir=ltr] .footer-title):before {
        content: var(--tw-content);
        left: -.5rem
    }

:is([dir=rtl] .footer-title):before {
    content: var(--tw-content);
    right: -.5rem
}

.breadcrumbs__item {
    position: relative;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: .3s
}

    .breadcrumbs__item:last-child {
        border-right-width: 0
    }

    .breadcrumbs__item:after, .breadcrumbs__item:before {
        background-color: #fff;
        bottom: 0;
        -webkit-clip-path: polygon(50% 50%,-50% -50%,0 100%);
        clip-path: polygon(50% 50%,-50% -50%,0 100%);
        content: "";
        position: absolute;
        top: 0;
        transition: background .2s linear;
        width: 16px;
        z-index: 1
    }

:is([dir=ltr] .breadcrumbs__item):after, :is([dir=ltr] .breadcrumbs__item):before {
    left: 100%
}

:is([dir=rtl] .breadcrumbs__item):after, :is([dir=rtl] .breadcrumbs__item):before {
    right: 100%;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.breadcrumbs__item:before {
    --tw-bg-opacity: 1;
    background-color: rgb(203 210 217/var(--tw-bg-opacity))
}

:is([dir=ltr] .breadcrumbs__item):before {
    margin-left: 1px
}

:is([dir=rtl] .breadcrumbs__item):before {
    margin-right: 1px
}

.breadcrumbs__item:hover, .breadcrumbs__item:hover:after {
    --tw-bg-opacity: 1;
    background-color: rgb(237 241 245/var(--tw-bg-opacity))
}

.volume-button {
    position: relative !important;
    height: 70px !important;
    width: 70px !important
}

.volume-button-dial__surround {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eaedf0
}

    .volume-button-dial__knob-wrapper, .volume-button-dial__surround:after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-radius: 50%
    }

    .volume-button-dial__surround:after {
        content: "";
        background: #d6dbe1;
        box-shadow: 0 0 8px 8px #1a1a1a26 inset,0 0 2px 2px #80808080 inset;
        margin: auto
    }

.volume-button-dial__knob-wrapper {
    background: linear-gradient(#fff,transparent),radial-gradient(#e1e6ea 50%,transparent),#f6f7f9;
    transition: .3s
}

    .volume-button-dial__knob-wrapper:after {
        position: absolute;
        content: "";
        box-shadow: 0 0 2px 2px #1a1a1a40,0 0 4px 2px #1a1a1a40,0 1px 2px #ffffffbf inset,0-1px 2px #1a1a1abf inset;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        transform-origin: center
    }

.volume-button-dial__knob-wrapper-dial__knob {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%
}

    .volume-button-dial__knob-wrapper-dial__knob:after {
        content: "";
        border-radius: 999px;
        filter: brightness(1.25) drop-shadow(0 0 4px hsl(190 80% 80%));
        box-shadow: 0 1px 4px 1px #1a1a1a80 inset;
        width: 5px;
        aspect-ratio: 1/3;
        background: #03a9f4;
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translate(-50%);
        z-index: 2
    }

.count-province-map, .count-province-map-rev {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.count-province-map {
    background-image: linear-gradient(to top right,#462523 0,#cb9b51 22%,#f6e27a 45%,#f6f2c0 50%,#f6e27a 55%,#cb9b51 78%,#462523 150%);
    color: #fff;
    position: relative
}

.count-province-map-rev {
    background-image: linear-gradient(to top right,#462523 0,#cb9b51 22%,#f6e27a 45%,#f6f2c0 50%,#f6e27a 55%,#cb9b51 78%,#462523 70%)
}

.app-input, .section-shadow {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.section-shadow {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.app-input {
    border-radius: .125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity));
    padding: .5rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity));
    --tw-shadow: 0 0 4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: .3s
}

    .app-input::-moz-placeholder {
        font-size: .875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(156 163 175/var(--tw-text-opacity))
    }

    .app-input::placeholder {
        font-size: .875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(156 163 175/var(--tw-text-opacity))
    }

    .app-input:focus {
        --tw-border-opacity: 1;
        border-color: rgb(201 31 46/var(--tw-border-opacity))
    }

@media (min-width:992px) {
    .app-input {
        height: 2.75rem
    }
}

.app-input--error {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68/var(--tw-border-opacity))
}

.app-input__text--error {
    margin-top: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
}

.-left-1 {
    left: -.25rem
}

.-top-1\/2 {
    top: -50%
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-20 {
    top: 5rem
}

.top-\[68px\] {
    top: 68px
}

.top-full {
    top: 100%
}

.-z-10 {
    z-index: -10
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-\[10000000\] {
    z-index: 10000000
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.m-auto {
    margin: auto
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.-mt-\[60px\] {
    margin-top: -60px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-28 {
    margin-top: 7rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-auto {
    margin-top: auto
}

.line-clamp-2 {
    -webkit-line-clamp: 3
}

.line-clamp-2, .line-clamp-4, .line-clamp-5, .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.line-clamp-5 {
    -webkit-line-clamp: 5
}

.line-clamp-6 {
    -webkit-line-clamp: 6
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-24 {
    height: 6rem
}

.h-28 {
    height: 7rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-40 {
    height: 10rem
}

.h-5 {
    height: 1.25rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-72 {
    height: 18rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-9 {
    height: 2.25rem
}

.h-96 {
    height: 24rem
}

.h-\[215px\] {
    height: 215px
}

.h-\[250px\] {
    height: 250px
}

.h-\[350px\] {
    height: 350px
}

.h-\[400px\] {
    height: 400px
}

.h-\[600px\] {
    height: 600px
}

.h-\[63px\] {
    height: 63px
}

.h-\[80px\] {
    height: 80px
}

.h-\[calc\(100vh-216px\)\] {
    height: calc(100vh - 216px)
}

.h-\[calc\(100vh-218px\)\] {
    height: calc(100vh - 218px)
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[215px\] {
    max-height: 215px
}

.max-h-\[354px\] {
    max-height: 354px
}

.max-h-\[400px\] {
    max-height: 400px
}

.max-h-\[500px\] {
    max-height: 500px
}

.max-h-\[800px\] {
    max-height: 800px
}

.max-h-full {
    max-height: 100%
}

.min-h-\[300px\] {
    min-height: 300px
}

.min-h-\[50px\] {
    min-height: 50px
}

.min-h-\[calc\(100vh-134px\)\] {
    min-height: calc(100vh - 134px)
}

.min-h-\[calc\(100vh-217px\)\] {
    min-height: calc(100vh - 217px)
}

.min-h-screen {
    min-height: 100vh
}

.w-0 {
    width: 0
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-32 {
    width: 8rem
}

.w-36 {
    width: 9rem
}

.w-40 {
    width: 10rem
}

.w-44 {
    width: 11rem
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-52 {
    width: 13rem
}

.w-56 {
    width: 14rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-96 {
    width: 24rem
}

.w-\[200px\] {
    width: 200px
}

.w-\[250px\] {
    width: 250px
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[80px\] {
    min-width: 80px
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.min-w-full {
    min-width: 100%
}

.max-w-\[150px\] {
    max-width: 150px
}

.max-w-\[207px\] {
    max-width: 207px
}

.max-w-\[240px\] {
    max-width: 240px
}

.max-w-\[250px\] {
    max-width: 250px
}

.max-w-\[273px\] {
    max-width: 273px
}

.max-w-\[275px\] {
    max-width: 275px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[341px\] {
    max-width: 341px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[418px\] {
    max-width: 418px
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[76px\] {
    max-width: 76px
}

.max-w-\[85px\] {
    max-width: 85px
}

.max-w-full {
    max-width: 100%
}

.shrink-0 {
    flex-shrink: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180, .transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-bounce {
    animation: bounce 1s infinite
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

.cursor-default {
    cursor: default
}

.cursor-grab {
    cursor: grab
}

.cursor-pointer {
    cursor: pointer
}

.touch-none {
    touch-action: none
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize-y {
    resize: vertical
}

.resize {
    resize: both
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*calc(1 - var(--tw-space-x-reverse)))
}

.self-end {
    align-self: flex-end
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate, .whitespace-nowrap {
    white-space: nowrap
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-none {
    border-style: none
}

.border-gray-100, .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity))
}

.border-gray-200 {
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300, .border-primary-blue {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-primary-blue {
    border-color: rgb(201 31 46/var(--tw-border-opacity))
}

.border-b-\[\#cccccc\], .border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 204 204/var(--tw-border-opacity))
}

.border-b-gray-300 {
    border-bottom-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219/var(--tw-border-opacity))
}

.bg-\[\#01712b\], .bg-\[\#333333\] {
    --tw-bg-opacity: 1;
    background-color: rgb(1 113 43/var(--tw-bg-opacity))
}

.bg-\[\#333333\] {
    background-color: rgb(51 51 51/var(--tw-bg-opacity))
}

.bg-\[\#607d8b\], .bg-\[\#f6f6f6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(96 125 139/var(--tw-bg-opacity))
}

.bg-\[\#f6f6f6\] {
    background-color: rgb(246 246 246/var(--tw-bg-opacity))
}

.bg-\[\#f7f5f5\], .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 245 245/var(--tw-bg-opacity))
}

.bg-gray-100 {
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-200, .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-300 {
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-primary-blue, .bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 31 46);
}

.bg-sky-200 {
    background-color: rgb(186 230 253/var(--tw-bg-opacity))
}

.bg-sky-400, .bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.bg-slate-200 {
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/50 {
    background-color: #ffffff80
}

.bg-\[url\(\'\/images\/bg\/article-info-bg\.webp\'\)\] {
    background-image: url(/images/bg/article-info-bg.webp)
}

.bg-\[url\(\'\/images\/provinces\/default\.png\'\)\] {
    background-image: url(/images/provinces/default.png)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.from-primary-blue {
    --tw-gradient-from: rgb(201 31 46) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 31 46 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-sky-400 {
    --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: center
}

.bg-top {
    background-position: top
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-\[\#999999\] {
    fill: #999
}

.fill-\[\#c7d7df\] {
    fill: #c7d7df
}

.fill-primary-blue {
    fill: rgb(201 31 46)
}

.fill-sky-400 {
    fill: #38bdf8
}

.fill-transparent {
    fill: transparent
}

.fill-white {
    fill: #fff
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-5 {
    padding: 1.25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pr-2 {
    padding-right: .5rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-5 {
    padding-top: 1.25rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.indent-1 {
    text-indent: .25rem
}

.font-YekanBakh-Bold {
    font-family: YekanBakh-Bold
}

.font-YekanBakh-Medium {
    font-family: YekanBakh-Medium
}

.font-YekanBakh-Medium-en {
    font-family: YekanBakh-Medium-en
}

.font-\[fantasy\] {
    font-family: fantasy
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl, .text-7xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-7xl {
    font-size: 4.5rem
}

.text-8xl, .text-9xl {
    font-size: 6rem;
    line-height: 1
}

.text-9xl {
    font-size: 8rem
}

.text-\[14px\] {
    font-size: 14px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-medium {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-\[4rem\] {
    line-height: 4rem
}

.tracking-\[15px\] {
    letter-spacing: 15px
}

.tracking-\[5px\] {
    letter-spacing: 5px
}

.tracking-\[6px\] {
    letter-spacing: 6px
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.text-\[\#01712b\], .text-\[\#3f4064\] {
    --tw-text-opacity: 1;
    color: rgb(1 113 43/var(--tw-text-opacity))
}

.text-\[\#3f4064\] {
    color: rgb(63 64 100/var(--tw-text-opacity))
}

.text-\[\#434343\], .text-\[\#575757\] {
    --tw-text-opacity: 1;
    color: rgb(67 67 67/var(--tw-text-opacity))
}

.text-\[\#575757\] {
    color: rgb(87 87 87/var(--tw-text-opacity))
}

.text-\[\#666666\], .text-\[\#767790\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 102/var(--tw-text-opacity))
}

.text-\[\#767790\] {
    color: rgb(118 119 144/var(--tw-text-opacity))
}

.text-\[\#999999\], .text-black {
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity))
}

.text-black {
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-blue-500, .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-gray-400 {
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-500, .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-800 {
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-gray-900, .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-green-500 {
    color: rgb(34 197 94/var(--tw-text-opacity))
}

.text-primary-blue, .text-red-500 {
    --tw-text-opacity: 1;
    /*color: rgb(201 31 46/var(--tw-text-opacity))*/
    color: rgb(201 31 46);
}

.text-red-500 {
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-white, .text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-yellow-200 {
    color: rgb(254 240 138/var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-60 {
    opacity: .6
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow, .shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.12\)\], .shadow-\[0_0_20px_rgba\(0\,0\,0\,0\.3\)\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 0 10px rgba(0,0,0,.12);
    --tw-shadow-colored: 0 0 10px var(--tw-shadow-color)
}

.shadow-\[0_0_20px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 0 20px rgba(0,0,0,.3);
    --tw-shadow-colored: 0 0 20px var(--tw-shadow-color)
}

.shadow-\[0_0_5px_rgb\(38\,71\,150\)\], .shadow-\[0_0_5px_rgb\(66\,66\,66\)\] {
    --tw-shadow-colored: 0 0 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.shadow-\[0_0_5px_rgb\(38\,71\,150\)\] {
    --tw-shadow: 0 0 5px rgb(38,71,150)
}

.shadow-\[0_0_5px_rgb\(66\,66\,66\)\] {
    --tw-shadow: 0 0 5px rgb(66,66,66)
}

.shadow-\[0px_0px_20px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 0px 20px rgba(0,0,0,.1);
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color)
}

.shadow-\[0px_0px_20px_rgba\(0\,0\,0\,0\.1\)\], .shadow-\[0px_0px_20px_rgba\(0\,0\,0\,0\.3\)\], .shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.shadow-\[0px_0px_20px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 0px 20px rgba(0,0,0,.3);
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color)
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg, .shadow-md, .shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.filter, .grayscale {
    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)
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-0 {
    transition-duration: 0s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1)
}

.will-change-transform {
    will-change: transform
}

.ltr {
    direction: ltr
}

.rtl {
    direction: rtl
}

.app-h-s {
    height: calc(100vh - 217px)
}

@media (min-width:576px) {
    .app-h-s {
        height: calc(100vh - 172px)
    }
}

@media (min-width:992px) {
    .app-h-s {
        height: calc(100vh - 68px)
    }
}

.react-parallax-bgimage {
    -o-object-fit: cover;
    object-fit: cover;
    top: -100px !important
}

.ReactModal__Overlay {
    z-index: 100000 !important;
    background-color: #00000080 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

@media (prefers-color-scheme:dark) {
    .dark\:prose-invert {
        --tw-prose-body: var(--tw-prose-invert-body);
        --tw-prose-headings: var(--tw-prose-invert-headings);
        --tw-prose-lead: var(--tw-prose-invert-lead);
        --tw-prose-links: var(--tw-prose-invert-links);
        --tw-prose-bold: var(--tw-prose-invert-bold);
        --tw-prose-counters: var(--tw-prose-invert-counters);
        --tw-prose-bullets: var(--tw-prose-invert-bullets);
        --tw-prose-hr: var(--tw-prose-invert-hr);
        --tw-prose-quotes: var(--tw-prose-invert-quotes);
        --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
        --tw-prose-captions: var(--tw-prose-invert-captions);
        --tw-prose-kbd: var(--tw-prose-invert-kbd);
        --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
        --tw-prose-code: var(--tw-prose-invert-code);
        --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
        --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
        --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
        --tw-prose-td-borders: var(--tw-prose-invert-td-borders)
    }
}

@media (min-width:768px) {
    .md\:prose-base {
        font-size: 1rem;
        line-height: 1.75
    }

        .md\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em
        }

        .md\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.25em;
            line-height: 1.6;
            margin-top: 1.2em;
            margin-bottom: 1.2em
        }

        .md\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.6em;
            margin-bottom: 1.6em;
            padding-left: 1em
        }

        .md\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 2.25em;
            margin-top: 0;
            margin-bottom: .8888889em;
            line-height: 1.1111111
        }

        .md\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.5em;
            margin-top: 2em;
            margin-bottom: 1em;
            line-height: 1.3333333
        }

        .md\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.25em;
            margin-top: 1.6em;
            margin-bottom: .6em;
            line-height: 1.6
        }

        .md\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.5em;
            margin-bottom: .5em;
            line-height: 1.5
        }

        .md\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 2em;
            margin-bottom: 2em
        }

        .md\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0;
            margin-bottom: 0
        }

        .md\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 2em;
            margin-bottom: 2em
        }

        .md\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em;
            border-radius: .3125rem;
            padding: .1875em .375em
        }

        .md\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em
        }

        .md\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .9em
        }

        .md\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em;
            line-height: 1.7142857;
            margin-top: 1.7142857em;
            margin-bottom: 1.7142857em;
            border-radius: .375rem;
            padding: .8571429em 1.1428571em
        }

        .md\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-left: 1.625em
        }

        .md\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .5em;
            margin-bottom: .5em
        }

        .md\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: .375em
        }

        .md\:prose-base :where(.md\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .75em;
            margin-bottom: .75em
        }

        .md\:prose-base :where(.md\:prose-base>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em
        }

        .md\:prose-base :where(.md\:prose-base>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 1.25em
        }

        .md\:prose-base :where(.md\:prose-base>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em
        }

        .md\:prose-base :where(.md\:prose-base>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 1.25em
        }

        .md\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .75em;
            margin-bottom: .75em
        }

        .md\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em
        }

        .md\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.25em
        }

        .md\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .5em;
            padding-left: 1.625em
        }

        .md\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 3em;
            margin-bottom: 3em
        }

        .md\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)), .md\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0
        }

        .md\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em;
            line-height: 1.7142857
        }

        .md\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: .5714286em;
            padding-bottom: .5714286em;
            padding-left: .5714286em
        }

        .md\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: 0
        }

        .md\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: 0
        }

        .md\:prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding: .5714286em
        }

        .md\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: 0
        }

        .md\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: 0
        }

        .md\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 2em;
            margin-bottom: 2em
        }

        .md\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0;
            margin-bottom: 0
        }

        .md\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em;
            line-height: 1.4285714;
            margin-top: .8571429em
        }

        .md\:prose-base :where(.md\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0
        }

        .md\:prose-base :where(.md\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 0
        }
}

@media (min-width:992px) {
    .lg\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778
    }

        .lg\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em;
            margin-bottom: 1.3333333em
        }

        .lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.2222222em;
            line-height: 1.4545455;
            margin-top: 1.0909091em;
            margin-bottom: 1.0909091em
        }

        .lg\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.6666667em;
            margin-bottom: 1.6666667em;
            padding-left: 1em
        }

        .lg\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 2.6666667em;
            margin-top: 0;
            margin-bottom: .8333333em;
            line-height: 1
        }

        .lg\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.6666667em;
            margin-top: 1.8666667em;
            margin-bottom: 1.0666667em;
            line-height: 1.3333333
        }

        .lg\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: 1.3333333em;
            margin-top: 1.6666667em;
            margin-bottom: .6666667em;
            line-height: 1.5
        }

        .lg\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.7777778em;
            margin-bottom: .4444444em;
            line-height: 1.5555556
        }

        .lg\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.7777778em;
            margin-bottom: 1.7777778em
        }

        .lg\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0;
            margin-bottom: 0
        }

        .lg\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.7777778em;
            margin-bottom: 1.7777778em
        }

        .lg\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8888889em;
            border-radius: .3125rem;
            padding: .2222222em .4444444em
        }

        .lg\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8888889em
        }

        .lg\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8666667em
        }

        .lg\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .875em
        }

        .lg\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8888889em;
            line-height: 1.75;
            margin-top: 2em;
            margin-bottom: 2em;
            border-radius: .375rem;
            padding: 1em 1.5em
        }

        .lg\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em;
            margin-bottom: 1.3333333em;
            padding-left: 1.5555556em
        }

        .lg\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .6666667em;
            margin-bottom: .6666667em
        }

        .lg\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: .4444444em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .8888889em;
            margin-bottom: .8888889em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 1.3333333em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 1.3333333em
        }

        .lg\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .8888889em;
            margin-bottom: .8888889em
        }

        .lg\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em;
            margin-bottom: 1.3333333em
        }

        .lg\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.3333333em
        }

        .lg\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: .6666667em;
            padding-left: 1.5555556em
        }

        .lg\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 3.1111111em;
            margin-bottom: 3.1111111em
        }

        .lg\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)), .lg\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0
        }

        .lg\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8888889em;
            line-height: 1.5
        }

        .lg\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: .75em;
            padding-bottom: .75em;
            padding-left: .75em
        }

        .lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: 0
        }

        .lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: 0
        }

        .lg\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding: .75em
        }

        .lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-left: 0
        }

        .lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            padding-right: 0
        }

        .lg\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 1.7777778em;
            margin-bottom: 1.7777778em
        }

        .lg\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0;
            margin-bottom: 0
        }

        .lg\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
            font-size: .8888889em;
            line-height: 1.5;
            margin-top: 1em
        }

        .lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-top: 0
        }

        .lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
            margin-bottom: 0
        }
}

.placeholder\:text-sm::-moz-placeholder {
    font-size: .875rem;
    line-height: 1.25rem
}

.placeholder\:text-sm::placeholder {
    font-size: .875rem;
    line-height: 1.25rem
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:inset-5:before {
    content: var(--tw-content);
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
}

.before\:-right-1:before {
    content: var(--tw-content);
    right: -.25rem
}

.before\:bottom-0:before {
    content: var(--tw-content);
    bottom: 0
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:top-2:before {
    content: var(--tw-content);
    top: .5rem
}

.before\:m-auto:before {
    content: var(--tw-content);
    margin: auto
}

.before\:h-1:before {
    content: var(--tw-content);
    height: .25rem
}

.before\:h-2\/3:before, .before\:h-4\/5:before {
    content: var(--tw-content);
    height: 66.666667%
}

.before\:h-4\/5:before {
    height: 80%
}

.before\:w-1:before {
    content: var(--tw-content);
    width: .25rem
}

.before\:w-\[1px\]:before {
    content: var(--tw-content);
    width: 1px
}

.before\:w-\[2px\]:before {
    content: var(--tw-content);
    width: 2px
}

.before\:scale-x-0:before, .before\:scale-y-100:before {
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.before\:scale-x-0:before {
    --tw-scale-x: 0
}

.before\:scale-y-100:before {
    --tw-scale-y: 1
}

.before\:rounded-full:before {
    content: var(--tw-content);
    border-radius: 9999px
}

.before\:border-b:before {
    content: var(--tw-content);
    border-bottom-width: 1px
}

.before\:border-t:before {
    content: var(--tw-content);
    border-top-width: 1px
}

.before\:border-b-\[\#fefefe\]:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 254 254/var(--tw-border-opacity))
}

.before\:border-t-\[\#fefefe\]:before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-top-color: rgb(254 254 254/var(--tw-border-opacity))
}

.before\:bg-\[\#767790\]:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(118 119 144/var(--tw-bg-opacity))
}

.before\:bg-green-800:before, .before\:bg-primary-blue:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52/var(--tw-bg-opacity))
}

.before\:bg-primary-blue:before {
    background-color: rgb(201 31 46/var(--tw-bg-opacity))
}

.before\:opacity-0:before {
    content: var(--tw-content);
    opacity: 0
}

.before\:duration-300:before {
    content: var(--tw-content);
    transition-duration: .3s
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:inset-5:after {
    content: var(--tw-content);
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
}

.after\:bottom-0:after {
    content: var(--tw-content);
    bottom: 0
}

.after\:h-\[1px\]:after {
    content: var(--tw-content);
    height: 1px
}

.after\:w-0:after {
    content: var(--tw-content);
    width: 0
}

.after\:scale-x-100:after, .after\:scale-y-0:after {
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.after\:scale-x-100:after {
    --tw-scale-x: 1
}

.after\:scale-y-0:after {
    --tw-scale-y: 0
}

.after\:border-l:after {
    content: var(--tw-content);
    border-left-width: 1px
}

.after\:border-r:after {
    content: var(--tw-content);
    border-right-width: 1px
}

.after\:border-l-\[\#fefefe\]:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-left-color: rgb(254 254 254/var(--tw-border-opacity))
}

.after\:border-r-\[\#fefefe\]:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-right-color: rgb(254 254 254/var(--tw-border-opacity))
}

.after\:bg-primary-blue:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(201 31 46/var(--tw-bg-opacity))
}

.after\:duration-300:after {
    content: var(--tw-content);
    transition-duration: .3s
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content)
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -.5rem;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-primary-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(201 31 46/var(--tw-bg-opacity))
}

.hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:fill-gray-400:hover {
    fill: #9ca3af
}

.hover\:text-\[\rgb(201 31 46)\]:hover, .hover\:text-primary-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(201 31 46/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.hover\:shadow-primary-blue:hover {
    --tw-shadow-color: rgb(201 31 46);
    --tw-shadow: var(--tw-shadow-colored)
}

.hover\:grayscale-0:hover, .hover\:grayscale:hover {
    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)
}

.hover\:grayscale:hover {
    --tw-grayscale: grayscale(100%)
}

.hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0)
}

.hover\:after\:w-full:hover:after {
    content: var(--tw-content);
    width: 100%
}

.focus\:border-primary-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgb(201 31 46/var(--tw-border-opacity))
}

.disabled\:opacity-70:disabled {
    opacity: .7
}

.group:hover .group-hover\:visible {
    visibility: visible
}

.group:hover .group-hover\:-bottom-10 {
    bottom: -2.5rem
}

.group:hover .group-hover\:z-10 {
    z-index: 10
}

.group:hover .group-hover\:w-72 {
    width: 18rem
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.group:hover .group-hover\:before\:scale-100:before, .group:hover .group-hover\:scale-105, .group:hover .group-hover\:scale-110 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.group:hover .group-hover\:bg-primary-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(201 31 46/var(--tw-bg-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:opacity-40 {
    opacity: .4
}

.group:hover .group-hover\:opacity-50 {
    opacity: .5
}

.group:hover .group-hover\:before\:scale-100:before {
    content: var(--tw-content);
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.group:hover .group-hover\:before\:opacity-100:before {
    content: var(--tw-content);
    opacity: 1
}

.group:hover .group-hover\:after\:scale-100:after {
    content: var(--tw-content);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.prose-pre\:rounded-lg :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))) {
    border-radius: .5rem
}

.prose-pre\:p-0 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))) {
    padding: 0
}

.prose-pre\:text-base :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))) {
    font-size: 1rem;
    line-height: 1.5rem
}

.prose-ol\:px-6 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))), .prose-ul\:px-6 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.prose-ul\:pl-0 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
    padding-left: 0
}

.prose-ul\:pr-2 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))) {
    padding-right: .5rem
}

.prose-img\:mx-auto :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))) {
    margin-left: auto;
    margin-right: auto
}

.prose-img\:rounded-lg :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))) {
    border-radius: .5rem
}

:is([dir=ltr] .ltr\:left-0) {
    left: 0
}

:is([dir=ltr] .ltr\:left-\[-250px\]) {
    left: -250px
}

:is([dir=ltr] .ltr\:right-full) {
    right: 100%
}

:is([dir=ltr] .ltr\:order-1) {
    order: 1
}

:is([dir=ltr] .ltr\:ml-3) {
    margin-left: .75rem
}

:is([dir=ltr] .ltr\:ml-auto) {
    margin-left: auto
}

:is([dir=ltr] .ltr\:flex-row) {
    flex-direction: row
}

:is([dir=ltr] .ltr\:flex-row-reverse) {
    flex-direction: row-reverse
}

:is([dir=ltr] .ltr\:rounded-tr-md) {
    border-top-right-radius: .375rem
}

:is([dir=ltr] .ltr\:text-left) {
    text-align: left
}

:is([dir=ltr] .ltr\:font-YekanBakh-Black-en) {
    font-family: YekanBakh-Black-en
}

:is([dir=ltr] .ltr\:font-YekanBakh-Bold-en) {
    font-family: YekanBakh-Bold-en
}

:is([dir=ltr] .ltr\:font-YekanBakh-Medium-en) {
    font-family: YekanBakh-Medium-en
}

:is([dir=ltr] .ltr\:ltr) {
    direction: ltr
}

:is([dir=ltr] .ltr\:before\:-left-2):before {
    content: var(--tw-content);
    left: -.5rem
}

:is([dir=ltr] .ltr\:before\:-left-2\.5):before {
    content: var(--tw-content);
    left: -.625rem
}

:is([dir=ltr] .ltr\:before\:-left-3):before {
    content: var(--tw-content);
    left: -.75rem
}

:is([dir=ltr] .ltr\:after\:left-0):after {
    content: var(--tw-content);
    left: 0
}

:is([dir=rtl] .rtl\:right-0) {
    right: 0
}

:is([dir=rtl] .rtl\:right-\[-250px\]) {
    right: -250px
}

:is([dir=rtl] .rtl\:right-full) {
    right: 100%
}

:is([dir=rtl] .rtl\:mr-3) {
    margin-right: .75rem
}

:is([dir=rtl] .rtl\:mr-auto) {
    margin-right: auto
}

:is([dir=rtl] .rtl\:flex-row) {
    flex-direction: row
}

:is([dir=rtl] .rtl\:rounded-tl-md) {
    border-top-left-radius: .375rem
}

:is([dir=rtl] .rtl\:text-right) {
    text-align: right
}

:is([dir=rtl] .rtl\:text-justify) {
    text-align: justify
}

:is([dir=rtl] .rtl\:font-YekanBakh-Medium) {
    font-family: YekanBakh-Medium
}

:is([dir=rtl] .rtl\:leading-6) {
    line-height: 1.5rem
}

:is([dir=rtl] .rtl\:leading-7) {
    line-height: 1.75rem
}

:is([dir=rtl] .rtl\:tracking-wider) {
    letter-spacing: .05em
}

:is([dir=rtl] .rtl\:rtl) {
    direction: rtl
}

:is([dir=rtl] .rtl\:before\:-right-2):before {
    content: var(--tw-content);
    right: -.5rem
}

:is([dir=rtl] .rtl\:before\:-right-2\.5):before {
    content: var(--tw-content);
    right: -.625rem
}

:is([dir=rtl] .rtl\:before\:-right-3):before {
    content: var(--tw-content);
    right: -.75rem
}

:is([dir=rtl] .rtl\:after\:right-0):after {
    content: var(--tw-content);
    right: 0
}

@media (min-width:576px) {
    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:col-span-3 {
        grid-column: span 3/span 3
    }

    .sm\:col-span-5 {
        grid-column: span 5/span 5
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:col-span-7 {
        grid-column: span 7/span 7
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:h-\[500px\] {
        height: 500px
    }

    .sm\:h-\[600px\] {
        height: 600px
    }

    .sm\:h-\[calc\(100vh-172px\)\] {
        height: calc(100vh - 172px)
    }

    .sm\:min-h-\[calc\(100vh-172px\)\] {
        min-height: calc(100vh - 172px)
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-20 {
        width: 5rem
    }

    .sm\:w-\[300px\] {
        width: 300px
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:p-20 {
        padding: 5rem
    }

    .sm\:text-right {
        text-align: right
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-9xl {
        font-size: 8rem;
        line-height: 1
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:leading-7, .sm\:text-xl {
        line-height: 1.75rem
    }

    .sm\:leading-normal {
        line-height: 1.5
    }

    .sm\:tracking-wide {
        letter-spacing: .025em
    }
}

@media (min-width:768px) {
    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:block {
        display: block
    }

    .md\:h-28 {
        height: 7rem
    }

    .md\:h-40 {
        height: 10rem
    }

    .md\:w-28 {
        width: 7rem
    }

    .md\:max-w-\[500px\] {
        max-width: 500px
    }

    .md\:max-w-\[800px\] {
        max-width: 800px
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:gap-1 {
        gap: .25rem
    }

    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .md\:bg-center {
        background-position: center
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:tracking-wider {
        letter-spacing: .05em
    }

    .md\:prose-pre\:text-lg :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))) {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    :is([dir=ltr] .ltr\:md\:ml-36) {
        margin-left: 9rem
    }

    :is([dir=ltr] .ltr\:md\:text-left) {
        text-align: left
    }

    :is([dir=rtl] .rtl\:md\:mr-48) {
        margin-right: 12rem
    }
}

@media (min-width:992px) {
    .lg\:fixed {
        position: fixed
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem
    }

    .lg\:-bottom-28 {
        bottom: -7rem
    }

    .lg\:-right-28 {
        right: -7rem
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:left-auto {
        left: auto
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:col-span-9 {
        grid-column: span 9/span 9
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:mr-auto {
        margin-right: auto
    }

    .lg\:mt-3 {
        margin-top: .75rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-\[70px\] {
        margin-top: 70px
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-28 {
        height: 7rem
    }

    .lg\:h-\[calc\(100vh-68px\)\] {
        height: calc(100vh - 68px)
    }

    .lg\:min-h-\[calc\(100vh-68px\)\] {
        min-height: calc(100vh - 68px)
    }

    .lg\:w-14 {
        width: 3.5rem
    }

    .lg\:w-28 {
        width: 7rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-\[150px\] {
        max-width: 150px
    }

    .lg\:max-w-\[300px\] {
        max-width: 300px
    }

    .lg\:max-w-\[500px\] {
        max-width: 500px
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:gap-1 {
        gap: .25rem
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-7 {
        gap: 1.75rem
    }

    .lg\:p-7 {
        padding: 1.75rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1
    }

    .lg\:text-lg, .lg\:text-xl {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .group:hover .lg\:group-hover\:bottom-0 {
        bottom: 0
    }

    .group:hover .lg\:group-hover\:right-0 {
        right: 0
    }

    :is([dir=ltr] .ltr\:lg\:ml-48) {
        margin-left: 12rem
    }

    :is([dir=ltr] .ltr\:lg\:max-w-\[200px\]) {
        max-width: 200px
    }

    :is([dir=ltr] .ltr\:lg\:max-w-\[244px\]) {
        max-width: 244px
    }

    :is([dir=ltr] .ltr\:lg\:flex-row) {
        flex-direction: row
    }

    :is([dir=ltr] .ltr\:lg\:flex-row-reverse) {
        flex-direction: row-reverse
    }

    :is([dir=ltr] .ltr\:lg\:text-left) {
        text-align: left
    }

    :is([dir=ltr] .ltr\:lg\:text-xl) {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    :is([dir=rtl] .rtl\:lg\:max-w-\[244px\]) {
        max-width: 244px
    }

    :is([dir=rtl] .rtl\:lg\:text-justify) {
        text-align: justify
    }
}

@media (min-width:1100px) {
    .xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem
    }

    .xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:max-w-\[150px\] {
        max-width: 150px
    }

    .xl\:max-w-\[600px\] {
        max-width: 600px
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:gap-3 {
        gap: .75rem
    }

    .xl\:gap-5 {
        gap: 1.25rem
    }

    :is([dir=ltr] .ltr\:xl\:gap-5) {
        gap: 1.25rem
    }
}

@media (min-width:1150px) {
    .\32xl\:gap-5 {
        gap: 1.25rem
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper, .swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px)0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size, 4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0)
    }

[data-aos=fade-up] {
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translateZ(0)
    }

[data-aos=slide-up] {
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate, [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-down].aos-animate, [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

.rc-slider {
    position: relative;
    width: 100%;
    height: 14px;
    padding: 5px 0;
    border-radius: 6px;
    touch-action: none
}

    .rc-slider, .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent
    }

.rc-slider-rail {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e9e9e9;
    border-radius: 6px
}

.rc-slider-track, .rc-slider-tracks {
    position: absolute;
    height: 4px;
    background-color: #abe2fb;
    border-radius: 6px
}

.rc-slider-track-draggable {
    z-index: 1;
    box-sizing: content-box;
    background-clip: content-box;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-5px)
}

.rc-slider-handle {
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    background-color: #fff;
    border: solid 2px #96dbfa;
    border-radius: 50%;
    cursor: pointer;
    cursor: grab;
    opacity: .8;
    touch-action: pan-x
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa
}

.rc-slider-handle:focus {
    outline: 0;
    box-shadow: none
}

.rc-slider-handle:focus-visible {
    border-color: #2db7f5;
    box-shadow: 0 0 0 3px #96dbfa
}

.rc-slider-handle-click-focused:focus {
    border-color: #96dbfa;
    box-shadow: unset
}

.rc-slider-handle:hover {
    border-color: #57c5f7
}

.rc-slider-handle:active {
    border-color: #57c5f7;
    box-shadow: 0 0 5px #57c5f7;
    cursor: grabbing
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    color: #999;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: 0 0
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-dot-reverse {
    margin-right: -4px
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

    .rc-slider-disabled .rc-slider-track {
        background-color: #ccc
    }

    .rc-slider-disabled .rc-slider-handle {
        cursor: not-allowed
    }

    .rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-handle {
        background-color: #fff;
        border-color: #ccc;
        box-shadow: none
    }

    .rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-mark-text {
        cursor: not-allowed !important
    }

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

    .rc-slider-vertical .rc-slider-rail {
        width: 4px;
        height: 100%
    }

    .rc-slider-vertical .rc-slider-track {
        bottom: 0;
        left: 5px;
        width: 4px
    }

    .rc-slider-vertical .rc-slider-track-draggable {
        border-top: 0;
        border-bottom: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        transform: translate(-5px)
    }

    .rc-slider-vertical .rc-slider-handle {
        position: absolute;
        z-index: 1;
        margin-top: 0;
        margin-left: -5px;
        touch-action: pan-y
    }

    .rc-slider-vertical .rc-slider-mark {
        top: 0;
        left: 18px;
        height: 100%
    }

    .rc-slider-vertical .rc-slider-step {
        width: 4px;
        height: 100%
    }

    .rc-slider-vertical .rc-slider-dot {
        margin-left: -2px
    }

.rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-leave {
    display: block !important;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

    .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active, .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
        animation-name: rcSliderTooltipZoomDownIn;
        animation-play-state: running
    }

    .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
        animation-name: rcSliderTooltipZoomDownOut;
        animation-play-state: running
    }

.rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter {
    transform: scale(0);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(.755,.05,.855,.06)
}

.rc-slider-tooltip {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: visible
}

    .rc-slider-tooltip, .rc-slider-tooltip * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent
    }

#h_title3, #wrp_agents, .rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px
}

.rc-slider-tooltip-inner {
    min-width: 24px;
    height: 24px;
    padding: 6px 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

nav {
    background-color: #fff
}

.main-slider {
    position: relative;
    margin-bottom: 30px
}

    .main-slider .owl-carousel .owl-item {
        float: left !important
    }

    .main-slider .slide {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

.main-slider-carousel {
    overflow: hidden
}

.main-slider .slide:before {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.main-slider p {
    font-size: 16px;
    color: #656565;
    opacity: 0;
    margin-bottom: 10px;
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 130ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.main-slider .active .more-bt, .main-slider .active .txt-1, .main-slider .active .txt-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.main-slider .active .txt-1, .main-slider .active .txt-2 {
    transition-delay: 1500ms
}

.main-slider .active .txt-2 {
    transition-delay: 1800ms
}

.main-slider .txt-1, .main-slider .txt-2 {
    color: #000;
    font-weight: 700;
    line-height: 45px
}

.main-slider .txt-1 {
    font-size: 30px
}

.main-slider .txt-2 {
    font-size: 24px
}

.main-slider .more-bt {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    opacity: 0;
    border-radius: 40px;
    border: 1px solid #fff;
    background: #d1182b;
    padding: 10px 30px;
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 130ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

    .main-slider .more-bt i {
        background-color: #fff;
        color: #000;
        border-radius: 100%;
        padding: 3px 6px;
        margin-right: 10px
    }

.main-slider .active .more-bt {
    transition-delay: 2000ms
}

.main-slider .more-bt:hover {
    background-color: #fff;
    color: var(--color-1)
}

.main-slider .content {
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 60ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.main-slider .active .content, .main-slider:hover .owl-nav {
    opacity: 1
}

.main-slider .owl-dots {
    display: none !important
}

.main-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    transition: .5s ease
}

    .main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev {
        position: absolute;
        width: 78px;
        height: 78px;
        color: #999;
        line-height: 125px;
        text-align: center;
        font-size: 50px;
        display: inline-block;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease
    }

    .main-slider .owl-nav .owl-prev {
        left: 0
    }

    .main-slider .owl-nav .owl-next {
        right: 0
    }

        .main-slider .owl-nav .owl-next:hover, .main-slider .owl-nav .owl-prev:hover {
            color: var(--color-1)
        }

.main-slider .auto-container {
    position: relative;
    height: 100%;
    z-index: 100
}

.main-slider .content {
    max-width: 400px;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

    .main-slider .content .inner-content {
        position: relative
    }

.main-slider .shadow {
    background: #020024;
    background: linear-gradient(90deg,rgba(2,0,36,0) 40%,#fff 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10
}

.artists-swiper.swiper-container-coverflow .swiper-wrapper {
    height: auto
}

.artists-swiper .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.artists-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px
}

.gallery-top .swiper-button-next, .swiper-button-prev {
    display: none !important
}

.gallery-thumbs .swiper-wrapper, .gallery-thumbs.swiper-container-android .swiper-slide, .gallery-top .swiper-wrapper {
    height: auto !important
}

.gallery-thumbs.swiper-container {
    margin-top: 1.25rem !important
}

.gallery-thumbs .swiper-slide-active:after {
    background: 0 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.accordion {
    border: 0;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    position: relative
}

    .accordion.active .accordion-arrow {
        rotate: 180deg
    }

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.swiper-cards {
    max-width: 300px
}

.card-slider {
    width: 50%;
    transform: perspective(1500px) rotateX(30deg) rotateY(-.472105deg) rotateZ(-4.72105deg) scale(1)
}

    .card-slider img {
        width: 100%;
        vertical-align: bottom
    }

    .card-slider .swiper-wrapper {
        height: auto
    }

.btn-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 1
}

    .btn-link:after, .btn-link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 9999px
    }

#wrp_srch2, button.btn-link:after, button.btn-link:before {
    border-radius: 0
}

.btn-link:before {
    background-color: rgb(201 31 46);
    z-index: -1
}

.btn-link:after {
    background-color: #f0f;
    z-index: -2
}

.btn-link:hover .link-inner {
    -webkit-animation: glitchy .3s ease 1;
    animation: glitchy .3s ease 1
}

.btn-link:hover:before {
    -webkit-animation: glitchy .3s ease .3s infinite;
    animation: glitchy .3s ease .3s infinite
}

.btn-link:hover:after {
    animation: glitchy .3s ease infinite reverse
}

.link-inner {
    display: block;
    height: 100%
}

.line-link, .text-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    z-index: 1
}

    .text-link:after, .text-link:before {
        content: attr(data-content);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .text-link:before {
        color: #0ff;
        z-index: -1
    }

    .text-link:after {
        color: #f0f;
        z-index: -2
    }

    .text-link:hover:before {
        -webkit-animation: glitchy .3s ease .3s infinite;
        animation: glitchy .3s ease .3s infinite
    }

    .text-link:hover:after {
        animation: glitchy .3s ease infinite reverse
    }

.line-link {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255,255,255,.75);
    padding-bottom: 10px
}

    .line-link:after, .line-link:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
        visibility: hidden
    }

    .line-link:before {
        background-color: #0ff;
        z-index: -1
    }

    .line-link:after {
        background-color: #f0f;
        z-index: -2
    }

    .line-link:hover:before {
        visibility: visible;
        -webkit-animation: line-glitchy .3s ease .3s infinite;
        animation: line-glitchy .3s ease .3s infinite
    }

    .line-link:hover:after {
        visibility: visible;
        animation: line-glitchy .3s ease infinite reverse
    }

.font-YekanBakh-Black {
    font-family: YekanBakh-Black
}

.owl-carousel.owl-rtl .owl-item {
    margin: 10px 0
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 300ms ease
}

.mobile-menu-visible .mobile-menu-wrap {
    opacity: 1;
    visibility: visible
}

.mobile-menu-back-drop {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    transition: all 200ms ease
}

.mobile-menu, .mobile-menu .menu-outer {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    transition: all 300ms ease
}

    .mobile-menu .menu-outer {
        bottom: 0;
        width: 70%;
        padding: 0;
        z-index: 5;
        text-align: right;
        display: block;
        background-color: #fff;
        transform: translateX(100%);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease
    }

.mobile-menu-visible .mobile-menu .menu-outer {
    transform: translateX(0)
}

.mobile-menu {
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.formbuilder .txt-cap {
    position: absolute;
    left: -100000000px
}

.error, .error2 {
    border-color: #dc3545 !important
}

.vl-err {
    color: #dc3545;
    display: block;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.loading-box, .preloader {
    display: none;
    background-image: url(/theme/images/loading.gif);
    position: fixed;
    left: 0;
    top: 0;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat
}

header {
    min-height: 63px
}

.mlr-auto {
    margin: 0 auto !important
}

.h-27 {
    height: 2.9rem
}

.bg-ag {
    background-color: rgba(0,0,0,.2)
}

.active-state {
    background-color: #38bdf8;
    fill: #38bdf8 !important
}

.hovertext {
    position: absolute;
    background-color: #444;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 99999999
}

.after-fp:before, .pagination {
    text-align: center
}

    .page-numbers:hover, .pagination li.active a, .pagination span.current {
        --tw-bg-opacity: 1;
        background-color: rgb(201 31 46/var(--tw-bg-opacity));
        color: #fff !important
    }

    .pagination li {
        float: right
    }

        .pagination li.nav-arrow {
            margin: 5px 15px
        }

            .pagination a.next, .pagination a.prev, .pagination li.nav-arrow a {
                color: rgb(201 31 46)b8
            }

.page-numbers {
    position: relative;
    display: inline-block;
    padding: .4em .9em;
    margin-right: 7px;
    line-height: 1.25;
    color: #222;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff
}

.filters-box a.checked {
    color: rgb(201 31 46/var(--tw-bg-opacity));
    border-bottom: solid 2px rgb(201 31 46/var(--tw-bg-opacity))
}

.hide, .tech-filter, .wrp_srch {
    display: none
}

.wrp_srch {
    background: #fff;
    position: absolute;
    margin-top: 10px;
    z-index: 999999;
    border: solid 1px #e5e7eb;
    width: 297px;
    border-top: #ffdead;
    max-height: 300px;
    min-height: 50px;
    margin-right: 11px;
    overflow-x: hidden;
    border-radius: 4px
}

    .wrp_srch .srch-reslt {
        padding: 10px 20px;
        display: flex;
        direction: rtl;
        font-size: .75rem;
        font-weight: 100;
        border-top: 2px solid #f1f1f1;
        background-color: #f7f7f7;
        align-items: center;
        width: 100%
    }

        .wrp_srch .srch-reslt:hover {
            background-color: #e5e7eb
        }

        .wrp_srch .srch-reslt img {
            width: 40px;
            height: 43px;
            object-fit: contain;
            margin-left: 15px
        }

        .wrp_srch .srch-reslt div {
            flex-grow: 1;
            text-align: right;
            display: flex;
            flex-direction: column;
            align-items: flex-start
        }

.close-icon, .close-icon2 {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path opacity='.6' fill='%23666E6E' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    padding-left: 5px;
    width: 38px;
    height: 38px
}

.close-icon2 {
    background-color: #e5e7eb;
    width: 30px;
    margin-top: -3px;
    height: 31px
}

.lnk-srch-more, .lnk-term-rem {
    background-color: #e5e7eb;
    border-radius: 4px;
    font-size: 14px
}

.lnk-srch-more {
    margin: 0 auto;
    padding: 4px 10px;
    width: 94px;
    display: flex;
    text-align: center
}

.lnk-term-rem {
    padding: 5px 10px;
    margin-right: 5px
}

.scr-y {
    overflow-y: scroll
}

.no-item-srch {
    text-align: center;
    padding-right: 30px;
    padding-top: 15px;
    direction:rtl
}

.btn-filter-mobile {
    display: none
}

    .btn-filter-mobile button {
        width: 100%
    }

@media (max-width:991px) {
    .d-no-mobile {
        right: 100000px;
        position: absolute
    }

    .main-slider .ms-cap, .main-slider .ms-cap2 {
        text-align: center;
        max-width: 85px
    }

    .socialMedias ul li {
        background-color: #fff;
        padding: 4px;
        border-radius: 15px;
        text-align: center
    }

    .btn-filter-mobile {
        background-color: rgb(201 31 46);
        color: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 5px;
        position: fixed;
        bottom: 0;
        font-size: 20px;
        width: 100%;
        z-index: 9999;
        display: block
    }
}

.after-fp, .show-filter {
    height: 100%;
    position: fixed
}

.show-filter {
    display: block;
    width: 70%;
    top: -1px;
    z-index: 999;
    border-left: solid 1px rgb(201 31 46);
    border-radius: 0;
    transition: right .7s;
    right: unset !important
}

.after-fp {
    content: " ";
    width: 30%;
    display: none;
    background-color: #000;
    opacity: .6;
    z-index: 99;
    top: 0;
    left: 0
}

    .after-fp:before {
        content: " X ";
        font-size: 26px;
        width: 50px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 50px;
        opacity: 1;
        font-weight: 700;
        margin-top: 8px
    }

.btn-filter-mobile button.close:before {
    content: " X ";
    font-size: 16px;
    margin: 0 5px;
    font-weight: 700
}

.emp-msg {
    padding-right: 25px
}

#wrp_srch2 {
    position: relative;
    margin-top: -21px;
    border: solid 1px #999;
    width: 95%;
    right: 0;
    border-top: 0
}

.btn-cls-sr .close-icon {
    display: none
}

.btn-cls-sr svg, .show-closer .close-icon {
    display: block
}

.show-closer svg {
    display: none
}

.img2-banner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto
}

.wrp-basket-compare {
    position: fixed;
    top: 3%;
    left: 1%;
    z-index: 9999999;
    cursor: pointer;
    display: none
}

.sp-prop-key, .sp-prop-val {
    font-size: 13px;
    color: #81858b
}

.sp-prop-val {
    font-weight: 700;
    display: inline-block;
    overflow-y: hidden;
    height: 45px;
    color: #222;
    line-height: 24px;
    max-width: 300px
}

#top-cart-compare-count {
    position: absolute;
    margin-top: -27px;
    left: 24px;
    font-size: 18px
}

.compare-box {
    position: absolute;
    left: 5px;
    margin-top: -22px
}

.bak-btn1 {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px
}

#h_title2 {
    color: #fff !important
}

.main-slider {
    height: 630px
}

nav {
    direction: ltr;
}

.menu {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
}

    .menu li {
        position: relative;
    }

    .menu > li > a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
    }

    .menu li:hover > a {
        /* background: #34495e; */
    }

    .menu li ul {
        display: none;
        position: absolute;
        background: #fff;
        top: 100%;
        right: 0;
        min-width: 180px;
        z-index: 1000;
    }

        .menu li ul li a {
            padding: 12px 16px;
            display: block;
            text-align: right;
            text-decoration: none
        }

        .menu li ul li ul {
            right: 100%;
            top: 0;
        }

.has-submenu > a::before {
    content: '< ';
    margin-right: 3px;
}

.has-submenu.open > a::before {
    content: '< ';
    margin-right: 3px;
}

.hamburger {
    display: none;
    padding: 15px;
    cursor: pointer;
    /*     color: #fff;
                                            background: #2c3e50; */
    text-align: right;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav-mobile {
        width: 100%;
        text-align: right;
    }

    .has-submenu > a::before {
        content: '▼ ';
        font-size: 0.8em;
    }

    .has-submenu.open > a::before {
        content: '▲ ';
    }

    .menu {
        flex-direction: column;
        display: none;
        width: 100%;
    }

        .menu.show {
            display: flex;
        }

        .menu li ul {
            position: static;
            display: none;
        }

            .menu li ul.show {
                display: block;
            }

        .menu li a {
            padding-right: 20px;
            /*  border-top: 1px solid #3d566e; */
        }

        .menu li ul li a {
            padding-right: 35px; /* Level 2 */
        }

        .menu li ul li ul li a {
            padding-right: 50px; /* Level 3 */
        }

        .menu li ul li ul li ul li a {
            padding-right: 65px; /* Level 4 */
        }
}

/* Hover dropdown only on desktop */
@media (min-width: 769px) {
    .menu li:hover > ul {
        display: block;
    }
}

@media (max-width: 768px) {
    .xs-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .wrp-breadcrumb {
        margin-top: 10px !important;
        overflow: unset !important;
    }

    .wrp-video-in-desc {
        width: 100% !important;
    }
}

.wrp-breadcrumb {
    margin-top: 20px;
}

.left-100 {
    left: 100% !important;
}

.wrp-video-in-desc {
    margin: 20px 20px 20px 0px;
    width: 50%;
    float: left;
}

nav.static {
    z-index: 999999;
}

.h_iframe-aparat_embed_frame, .h_iframe-aparat_embed_frame iframe {
    min-height: 168px !important;
}

.text-left {
    text-align: left
}

.price-0 {
    display: none
}

.wrp-body-txt img, .wrp-body-txt svg, .wrp-body-txt iframe, .wrp-body-txt video,.wrp-body-txt audio {
    display: inline-block
}

.wrp-body-txt p{
    min-height:22px;
}
#wrp-result-term1{
    float:right
}

