/* Start custom CSS for html, class: .elementor-element-e763273 */.elementor-4775 .elementor-element.elementor-element-e763273 li {
  margin-bottom: 0;
  line-height: none;
  border-width: 0;
}

@media (min-width: 1300px) {
.elementor-4775 .elementor-element.elementor-element-e763273  iframe{
    width: 1000px;
}
}
@media (max-width: 500px) {
.elementor-4775 .elementor-element.elementor-element-e763273  iframe{
    width: 600px;
}
}
.elementor-4775 .elementor-element.elementor-element-e763273 .transition img {
    height: 200px ;
    max-width: none ;
    border: none ;
    box-shadow: none ;
}
:root {
    --surface-color: #fff;
    --curve: 40
}

* {
    box-sizing: border-box
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
    gap: 2rem;
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none
}

@media only screen and (min-width: 1300px) {
    .cards {
        grid-template-columns:repeat(auto-fit,minmax(500px,1fr))
    }
}

.card {
    position: relative;
    display: block;
    border-radius: calc(var(--curve)*1px);
    overflow: hidden;
    text-decoration: none
}

.card__image {
    width: inherit
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve)*1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out
}

.card:hover .card__overlay {
    transform: translateY(0)
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve)*1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    height: inherit
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1
}

.card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z")
}

.card:hover .card__header {
    transform: translateY(0)
}

.card__thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #fff
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: MockFlowFont
}

.card__status,.card__tagline {
    font-size: .8em;
    color: #fff
}

.card__description {
    padding: 0 .8em .8em;
    margin: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.card[data-v-3c508a04] {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.1);
    transition: all .6s ease
}

.card[data-v-3c508a04]:hover {
    box-shadow: -10px 10px #e2e1e1,-17px 17px #87764e
}

.card .content[data-v-3c508a04] {
    padding: 30px 70px
}

.card .content h3[data-v-3c508a04] {
    width: auto;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 4px solid #87764e;
    color: #87764e
}

.card .content p[data-v-3c508a04] {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px
}

.card .content a[data-v-3c508a04] {
    list-style-type: none;
    text-decoration: none
}

.card .content button[data-v-3c508a04] {
    font-family: Londrina Solid,cursive;
    font-weight: 100;
    color: #87764e;
    width: 100%;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    transition: .2s ease-in-out
}

.card .content button[data-v-3c508a04]:hover {
    background-color: #87764e;
    color: #fff;
    cursor: pointer
}

.textWithBlurredBg[data-v-1d1d8523] {
    display: inline-block;
    position: relative;
    transition: .6s;
    margin: 0
}

.textWithBlurredBg img[data-v-1d1d8523] {
    transition: .3s;
    border-radius: 100%
}

.textWithBlurredBg:hover img[data-v-1d1d8523] {
    filter: blur(2px) brightness(60%)
}

.textWithBlurredBg[data-v-1d1d8523] :not(img) {
    position: absolute;
    z-index: 1;
    top: 30%;
    text-align: center;
    opacity: 0;
    transition: .5s
}

.textWithBlurredBg h3[data-v-1d1d8523] {
    top: 50%
}

.textWithBlurredBg[data-v-1d1d8523]:hover :not(img) {
    opacity: 1
}

.inner[data-v-1d1d8523] {
    background: #ccc
}

.nested-enter-active[data-v-1d1d8523],.nested-leave-active[data-v-1d1d8523] {
    transition: all .3s ease-in-out
}

.nested-leave-active[data-v-1d1d8523] {
    transition-delay: .25s
}

.nested-enter-from[data-v-1d1d8523],.nested-leave-to[data-v-1d1d8523] {
    transform: translateY(30px);
    opacity: 0
}

.nested-enter-active .inner[data-v-1d1d8523],.nested-leave-active .inner[data-v-1d1d8523] {
    transition: all .3s ease-in-out
}

.nested-enter-active .inner[data-v-1d1d8523] {
    transition-delay: .25s
}

.nested-enter-from .inner[data-v-1d1d8523],.nested-leave-to .inner[data-v-1d1d8523] {
    transform: translateX(30px);
    opacity: .001
}

.textWithBlurredBg[data-v-c7ccf21c] {
    display: inline-block;
    position: relative;
    transition: .6s;
    margin: 0
}

.textWithBlurredBg img[data-v-c7ccf21c] {
    transition: .3s;
    border-radius: 100%
}

.textWithBlurredBg:hover img[data-v-c7ccf21c] {
    filter: blur(2px) brightness(60%)
}

.textWithBlurredBg[data-v-c7ccf21c] :not(img) {
    position: absolute;
    z-index: 1;
    top: 30%;
    text-align: center;
    opacity: 0;
    transition: .5s
}

.textWithBlurredBg h3[data-v-c7ccf21c] {
    top: 50%
}

.textWithBlurredBg[data-v-c7ccf21c]:hover :not(img) {
    opacity: 1
}

.textWithBlurredBg[data-v-ffb999e0] {
    display: inline-block;
    position: relative;
    transition: .6s;
    margin: 0
}

.textWithBlurredBg img[data-v-ffb999e0] {
    transition: .3s;
    border-radius: 100%
}

.textWithBlurredBg:hover img[data-v-ffb999e0] {
    filter: blur(2px) brightness(60%)
}

.textWithBlurredBg[data-v-ffb999e0] :not(img) {
    position: absolute;
    z-index: 1;
    top: 30%;
    text-align: center;
    opacity: 0;
    transition: .5s
}

.textWithBlurredBg h3[data-v-ffb999e0] {
    top: 50%
}

.textWithBlurredBg[data-v-ffb999e0]:hover :not(img) {
    opacity: 1
}

.textWithBlurredBg[data-v-6cbf6daa] {
    display: inline-block;
    position: relative;
    transition: .6s;
    margin: 0
}

.textWithBlurredBg img[data-v-6cbf6daa] {
    transition: .3s;
    border-radius: 100%
}

.textWithBlurredBg:hover img[data-v-6cbf6daa] {
    filter: blur(2px) brightness(60%)
}

.textWithBlurredBg[data-v-6cbf6daa] :not(img) {
    position: absolute;
    z-index: 1;
    top: 30%;
    text-align: center;
    opacity: 0;
    transition: .5s
}

.textWithBlurredBg h3[data-v-6cbf6daa] {
    top: 50%
}

.textWithBlurredBg[data-v-6cbf6daa]:hover :not(img) {
    opacity: 1
}

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
*,: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
}

body {
    margin: 0;
    line-height: inherit
}

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-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 {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,: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-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: rgba(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-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: rgba(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:
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.m-0 {
    margin: 0
}

.mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.mx-\[2\%\] {
    margin-left: 2%;
    margin-right: 2%
}

.mt-\[100px\] {
    margin-top: 100px
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-\[0px\] {
    margin-top: 0
}

.mt-20 {
    margin-top: 5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.-mt-\[100px\] {
    margin-top: -100px
}

.ml-2 {
    margin-left: .5rem
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-32 {
    margin-top: 8rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-\[80px\] {
    margin-top: 80px
}

.mb-\[100px\] {
    margin-bottom: 100px
}

.mt-16 {
    margin-top: 4rem
}

.mt-28 {
    margin-top: 7rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-\[50px\] {
    margin-top: 50px
}

.block {
    display: block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-auto {
    height: auto
}

.h-\[120px\] {
    height: 120px
}

.h-\[110px\] {
    height: 110px
}

.h-8 {
    height: 2rem
}

.h-\[10px\] {
    height: 10px
}

.h-\[200px\] {
    height: 200px
}

.h-\[250px\] {
    height: 250px !important
}

.h-1 {
    height: .25rem
}

.w-auto {
    width: auto
}

.w-8 {
    width: 2rem
}

.w-full {
    width: 100%
}

.w-\[150px\] {
    width: 150px
}

.w-\[200px\] {
    width: 200px
}

.w-\[320px\] {
    width: 320px
}

.w-\[300px\] {
    width: 300px
}

.w-\[90\%\] {
    width: 90%
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink {
    flex-shrink: 1
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scroll-mt-\[250px\] {
    scroll-margin-top: 250px
}

.list-outside {
    list-style-position: outside
}

.list-disc {
    list-style-type: disc
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.place-content-center {
    place-content: center
}

.place-content-start {
    place-content: start
}

.place-content-end {
    place-content: end
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.gap-\[100px\] {
    gap: 100px
}

.gap-16 {
    gap: 4rem
}

.gap-0 {
    gap: 0
}

.scroll-smooth {
    scroll-behavior: smooth
}

.rounded-full {
    border-radius: 9999px !important
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-b-md {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}

.rounded-t-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[\#BDA56B\] {
    --tw-border-opacity: 1;
    border-color: rgb(189 165 107/var(--tw-border-opacity))
}

.bg-\[\#404145\] {
    --tw-bg-opacity: 1;
    background-color: rgb(64 65 69/var(--tw-bg-opacity))
}

.bg-\[\#F4F3EF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 243 239/var(--tw-bg-opacity))
}

.bg-\[\#796F58\] {
    --tw-bg-opacity: 1;
    background-color: rgb(121 111 88/var(--tw-bg-opacity))
}

.bg-\[\#F4F4F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.bg-\[\#87764E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(135 118 78/var(--tw-bg-opacity))
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.p-2 {
    padding: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.font-bodyFont {
    font-family: majalla
}

.font-heading1 {
    font-family: MohammadNaskh
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[27px\] {
    font-size: 27px
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.font-bold {
    font-weight: 700
}

.leading-relaxed {
    line-height: 1.625
}

.text-\[\#796F58\] {
    --tw-text-opacity: 1;
    color: rgb(121 111 88/var(--tw-text-opacity))
}

.text-\[\#8C7959\] {
    --tw-text-opacity: 1;
    color: rgb(140 121 89/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-\[\#87764E\] {
    --tw-text-opacity: 1;
    color: rgb(135 118 78/var(--tw-text-opacity))
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    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
}

.delay-100 {
    transition-delay: .1s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}


.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
}

.hover\:-translate-y-1:hover,.hover\:scale-110:hover {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.hover\:bg-\[\#BDA56B\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(189 165 107/var(--tw-bg-opacity))
}

.hover\:text-\[\#BDA56B\]:hover {
    --tw-text-opacity: 1;
    color: rgb(189 165 107/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:text-\[\#796F58\]:hover {
    --tw-text-opacity: 1;
    color: rgb(121 111 88/var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

@media (min-width: 300px) {
    .sm\:mx-3 {
        margin-left:.75rem;
        margin-right: .75rem
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .sm\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .sm\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }

    .sm\:mt-\[80px\] {
        margin-top: 80px
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:-mt-3 {
        margin-top: -.75rem
    }

    .sm\:mt-\[50px\] {
        margin-top: 50px
    }

    .sm\:mt-24 {
        margin-top: 6rem
    }

    .sm\:-mt-\[0px\] {
        margin-top: 0
    }

    .sm\:mb-\[190px\] {
        margin-bottom: 190px
    }

    .sm\:mt-28 {
        margin-top: 7rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-\[300px\] {
        height: 300px
    }

    .sm\:h-\[90px\] {
        height: 90px
    }

    .sm\:h-\[280px\] {
        height: 280px
    }

    .sm\:h-\[250px\] {
        height: 250px !important
    }

    .sm\:w-\[400px\] {
        width: 400px
    }

    .sm\:w-\[300px\] {
        width: 300px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:gap-y-16 {
        row-gap: 4rem
    }

    .sm\:gap-y-28 {
        row-gap: 7rem
    }

    .sm\:gap-y-8 {
        row-gap: 2rem
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-\[22px\] {
        font-size: 22px
    }

    .sm\:text-\[20px\] {
        font-size: 20px
    }

    .sm\:text-\[26px\] {
        font-size: 26px
    }

    .sm\:text-\[19px\] {
        font-size: 19px
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-\[18px\] {
        font-size: 18px
    }

    [dir=ltr] .ltr\:sm\:ml-\[20px\] {
        margin-left: 20px
    }

    [dir=rtl] .rtl\:sm\:mr-\[20px\] {
        margin-right: 20px
    }
}

@media (min-width: 500px) {
    .md\:mx-\[150px\] {
        margin-left:150px;
        margin-right: 150px
    }

    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .md\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }

    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .md\:mt-\[200px\] {
        margin-top: 200px
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mr-\[105px\] {
        margin-right: 105px
    }

    .md\:-mt-8 {
        margin-top: -2rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mr-\[85px\] {
        margin-right: 85px
    }

    .md\:mr-\[10px\] {
        margin-right: 10px
    }

    .md\:mt-\[50px\] {
        margin-top: 50px
    }

    .md\:mr-\[40px\] {
        margin-right: 40px
    }

    .md\:mt-\[153px\] {
        margin-top: 153px
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:-mt-5 {
        margin-top: -1.25rem
    }

    .md\:mt-\[40px\] {
        margin-top: 40px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:mt-\[30px\] {
        margin-top: 30px
    }

    .md\:mr-\[100px\] {
        margin-right: 100px
    }

    .md\:mt-32 {
        margin-top: 8rem
    }

    .md\:mr-\[80px\] {
        margin-right: 80px
    }

    .md\:-mt-\[150px\] {
        margin-top: -150px
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-1 {
        margin-top: .25rem
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-\[300px\] {
        height: 300px
    }

    .md\:h-\[75px\] {
        height: 75px
    }

    .md\:h-\[300PX\] {
        height: 300PX
    }

    .md\:h-\[280px\] {
        height: 280px
    }

    .md\:h-\[400px\] {
        height: 400px !important
    }

    .md\:h-\[450px\] {
        height: 450px
    }

    .md\:h-\[350px\] {
        height: 350px
    }

    .md\:w-\[270px\] {
        width: 270px
    }

    .md\:w-\[300px\] {
        width: 300px
    }

    .md\:w-\[600px\] {
        width: 600px
    }

    .md\:w-\[450PX\] {
        width: 450PX
    }

    .md\:w-\[330px\] {
        width: 330px
    }

    .md\:w-\[800px\] {
        width: 800px
    }

    .md\:w-\[400px\] {
        width: 400px
    }

    .md\:w-\[250px\] {
        width: 250px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[500px\] {
        width: 500px
    }

    .md\:auto-cols-auto {
        grid-auto-columns: auto
    }

    .md\:grid-flow-col {
        grid-auto-flow: column
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-32 {
        gap: 8rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-\[20px\] {
        gap: 20px
    }

    .md\:gap-y-0 {
        row-gap: 0
    }

    .md\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px
    }

    .md\:text-start {
        text-align: start
    }

    .md\:text-\[22px\] {
        font-size: 22px
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    [dir=ltr] .ltr\:md\:ml-\[20px\] {
        margin-left: 20px
    }

    [dir=rtl] .rtl\:md\:mr-\[20px\] {
        margin-right: 20px
    }
}

@media (min-width: 1300px) {
    .xl\:mx-\[30px\] {
        margin-left:30px;
        margin-right: 30px
    }

    .xl\:mx-\[400px\] {
        margin-left: 400px;
        margin-right: 400px
    }

    .xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .xl\:mx-\[100px\] {
        margin-left: 100px;
        margin-right: 100px
    }

    .xl\:mx-\[200px\] {
        margin-left: 200px;
        margin-right: 200px
    }

    .xl\:mx-\[300px\] {
        margin-left: 300px;
        margin-right: 300px
    }

    .xl\:mx-\[150px\] {
        margin-left: 150px;
        margin-right: 150px
    }

    .xl\:mt-28 {
        margin-top: 7rem
    }

    .xl\:mt-\[190px\] {
        margin-top: 190px
    }

    .xl\:mt-\[451px\] {
        margin-top: 451px
    }

    .xl\:mt-32 {
        margin-top: 8rem
    }

    .xl\:mt-52 {
        margin-top: 13rem
    }

    .xl\:mt-40 {
        margin-top: 10rem
    }

    .xl\:mr-\[135px\] {
        margin-right: 135px
    }

    .xl\:mt-12 {
        margin-top: 3rem
    }

    .xl\:mr-\[145px\] {
        margin-right: 145px
    }

    .xl\:mr-\[90px\] {
        margin-right: 90px
    }

    .xl\:mr-\[10px\] {
        margin-right: 10px
    }

    .xl\:mt-\[50px\] {
        margin-top: 50px
    }

    .xl\:mr-\[60px\] {
        margin-right: 60px
    }

    .xl\:mt-\[616px\] {
        margin-top: 616px
    }

    .xl\:mt-2 {
        margin-top: .5rem
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mt-\[100px\] {
        margin-top: 100px
    }

    .xl\:mt-16 {
        margin-top: 4rem
    }

    .xl\:mt-\[30px\] {
        margin-top: 30px
    }

    .xl\:ml-0 {
        margin-left: 0
    }

    .xl\:mr-\[150px\] {
        margin-right: 150px
    }

    .xl\:mt-\[392px\] {
        margin-top: 392px
    }

    .xl\:mt-\[316px\] {
        margin-top: 316px
    }

    .xl\:mr-\[120px\] {
        margin-right: 120px
    }

    .xl\:-mt-\[150px\] {
        margin-top: -150px
    }

    .xl\:mt-10 {
        margin-top: 2.5rem
    }

    .xl\:ml-44 {
        margin-left: 11rem
    }

    .xl\:mt-3 {
        margin-top: .75rem
    }

    .xl\:mt-5 {
        margin-top: 1.25rem
    }

    .xl\:h-auto {
        height: auto
    }

    .xl\:h-\[310px\] {
        height: 310px
    }

    .xl\:h-\[350px\] {
        height: 350px
    }

    .xl\:h-\[128px\] {
        height: 128px
    }

    .xl\:h-\[600px\] {
        height: 600px !important
    }

    .xl\:h-\[400px\] {
        height: 400px !important
    }

    .xl\:h-\[1000px\] {
        height: 1000px
    }

    .xl\:h-\[800px\] {
        height: 800px
    }

    .xl\:h-\[500px\] {
        height: 500px
    }

    .xl\:w-\[650px\] {
        width: 650px
    }

    .xl\:w-\[310px\] {
        width: 310px
    }

    .xl\:w-\[350px\] {
        width: 350px
    }

    .xl\:w-\[800px\] {
        width: 800px
    }

    .xl\:w-\[900px\] {
        width: 900px
    }

    .xl\:w-\[400px\] {
        width: 400px
    }

    .xl\:w-\[1000px\] {
        width: 1000px
    }

    .xl\:w-\[600px\] {
        width: 600px
    }

    .xl\:w-\[1200px\] {
        width: 1200px
    }

    .xl\:w-\[300px\] {
        width: 300px
    }

    .xl\:w-\[500px\] {
        width: 500px
    }

    .xl\:max-w-\[1500px\] {
        max-width: 1500px
    }

    .xl\:place-content-start {
        place-content: start
    }

    .xl\:gap-20 {
        gap: 5rem
    }

    .xl\:gap-44 {
        gap: 11rem
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-36 {
        gap: 9rem
    }

    .xl\:gap-y-4 {
        row-gap: 1rem
    }

    .xl\:p-4 {
        padding: 1rem
    }

    .xl\:p-0 {
        padding: 0
    }

    .xl\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .xl\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .xl\:text-\[25px\] {
        font-size: 25px
    }

    .xl\:text-\[23px\] {
        font-size: 23px
    }

    .xl\:text-\[20px\] {
        font-size: 20px
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .xl\:text-\[22px\] {
        font-size: 22px
    }

    .xl\:text-\[32px\] {
        font-size: 32px
    }

    .xl\:leading-normal {
        line-height: 1.5
    }

    .xl\:text-\[20PX\] {
        color: 20PX
    }

    [dir=ltr] .ltr\:xl\:ml-\[120px\] {
        margin-left: 120px
    }

    [dir=rtl] .rtl\:xl\:mr-\[75px\] {
        margin-right: 75px
    }
}/* End custom CSS */