*,
::before,
::after {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
    height: 0;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

legend {
    padding: 0;
}

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,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    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";
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

button,
[role="button"] {
    cursor: pointer;
}

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
::before,
::after {
    --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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

    [type='text']:focus,
    [type='email']:focus,
    [type='url']:focus,
    [type='password']:focus,
    [type='number']:focus,
    [type='date']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='week']:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        border-color: #2563eb;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder,
    textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

    [type='checkbox']:focus,
    [type='radio']:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    [type='checkbox']:checked,
    [type='radio']:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

    [type='checkbox']:checked:hover,
    [type='checkbox']:checked:focus,
    [type='radio']:checked:hover,
    [type='radio']:checked:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    [type='checkbox']:indeterminate:hover,
    [type='checkbox']:indeterminate:focus {
        border-color: transparent;
        background-color: currentColor;
    }

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px auto -webkit-focus-ring-color;
    }

.lists-with-dots {
    list-style: inside;
    list-style-type: disclosure-closed;
}
    .lists-with-dots li::marker {
        color: #f00e4b;
    }

    @media (min-width: 1280px) {
        html {
        font-size: 87%;
    }
}

@media (min-width: 1750px) {
    html {
        font-size: 100%;
    }
}

@media (min-width: 1280px) {
    #font-wrapper {
        font-size: 96%;
        height: 100%;
    }
}

@media (min-width: 1750px) {
    #font-wrapper {
        font-size: 100%;
    }
}

#font-wrapper header {
    position: fixed;
    z-index: 20;
    transition: all 0.3s ease;
}

    #font-wrapper header nav {
        height: 51px;
        max-width: 100%;
        border-color: #f1f1f0;
    }

@media (min-width: 768px) {
    #font-wrapper header nav {
        height: 61px;
    }
}

@media (min-width: 1280px) {
    #font-wrapper header nav {
        position: relative;
    }

    #font-wrapper header nav {
        border-bottom-width: 1px;
    }

    #font-wrapper header nav {
        height: 70px;
    }
}

@media only screen and (min-width: 1920px) {
    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        max-width: 1920px;
    }

    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        padding-left: 1rem;
    }

    #font-wrapper header nav .flex.items-center.w-full.mx-auto {
        padding-right: 1rem;
    }
}

#font-wrapper .profile-drop-down .dropdown-toggle {
    display: flex;
    align-items: center;
    font-weight: 500;
}

@media (min-width: 1280px) {
    #font-wrapper .profile-drop-down .dropdown-toggle {
        font-size: 0.9375rem;
    }
}

body {
    height: 100%;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-family: "Metropolis";
}

h1 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    h1 {
        font-size: 4.8125rem;
    }
}

h2 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

@media (min-width: 1280px) {
    h2 {
        font-size: 2.625rem;
    }
}

h3 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-size: 1.2rem;
}

@media (min-width: 1024px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (min-width: 1280px) {
    h3 {
        font-size: 2.6875rem;
    }
}

.h3 {
    font-size: 1.2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .h3 {
        font-size: 1.625rem;
    }
}

@media (min-width: 1280px) {
    .h3 {
        font-size: 1.875rem;
    }
}

p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    p {
        font-size: 1.1875rem;
        line-height: 2.1rem;
        letter-spacing: 0.1px;
    }
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?4h1lqr");
    src: url("../fonts/icomoon.eot?4h1lqr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4h1lqr") format("truetype"), url("../fonts/icomoon.woff?4h1lqr") format("woff"), url("../fonts/icomoon.svg?4h1lqr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e905";
}

.icon-check:before {
    content: "\e920";
}

.icon-fb:before {
    content: "\e92b";
}

.icon-follow:before {
    content: "\e92c";
}

.icon-in:before {
    content: "\e92d";
}

.icon-like:before {
    content: "\e92e";
}

.icon-location:before {
    content: "\e930";
    color: #f00e4b;
}

.icon-save:before {
    content: "\e932";
}

.icon-share:before {
    content: "\e933";
}

.icon-twitter:before {
    content: "\e934";
}

textarea {
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
}

.btn-primary {
    transition-duration: 300ms;
}

.btn-secondary {
    transition-duration: 300ms;
}

@media only screen and (max-width: 768px) {
    .btn-secondary {
        font-size: 14px !important;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.container-big {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-sm {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-sm {
        max-width: 640px;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container-sm {
        max-width: 768px !important;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .container-sm {
        max-width: 1024px !important;
    }

    .container-sm {
        margin: auto;
    }

    .container-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .container-sm {
        max-width: 87.5rem !important;
    }

    .container-sm {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container-big {
        max-width: 768px !important;
    }

    .container-big {
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .container-big {
        max-width: 1024px !important;
    }

    .container-big {
        margin: auto;
    }

    .container-big {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .container-big {
        max-width: 1280px !important;
    }

    .container-big {
        margin: auto;
    }
}

@media (min-width: 1750px) {
    .container-big {
        max-width: 1620px !important;
    }

    .container-big {
        margin: auto;
    }
}

.container {
    width: 100%;
}
.register-block.follow-confirm {
    height: 100%;
    padding: 2rem;
    text-align: center;
    padding-top: 4rem;
}
    .register-block.follow-confirm .btn-info {
        border-radius: 0.375rem;
        border:none;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #ED1D56;
        color: #fff;
    }
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1750px) {
    .container {
        max-width: 1750px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 2100px;
    }
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
}

    .form-select::-ms-expand {
        color: #6b7280;
        border: none;
    }

@media not print {
    .form-select::-ms-expand {
        display: none;
    }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
    .form-select {
        padding-right: 0.75rem;
    }
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-size: [object Object];
    line-height: 1.5;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
}

    .form-select:focus {
        outline: none;
        border-color: #60a5fa;
    }

.btn-primary {
    padding: .5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: #E60A46;
    background-color: #EDF0F2;
}

    .btn-primary:hover {
        background-color: #1D1D1F;
        color: #fff;
    }

.btn-secondary {
    background-color: #ED1D56;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #790F7C;
    }

.logo {
    display: flex;
    align-items: center;
}

    .logo #slidecaption {
        max-width: 25px;
    }

    .logo .citymapia-logo {
        max-width: 110px;
        margin-top: 5px;
    }

@media (min-width: 640px) {
    .logo .citymapia-logo {
        max-width: 134px;
        margin-top: 8px;
    }
}

@media (min-width: 1280px) {
    .logo .citymapia-logo {
        max-width: 158px;
        margin-top: 8px;
    }
}

.btn {
    border-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

    .btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.top-16 {
    top: 4rem;
}

.right-4 {
    right: 1rem;
}

.bottom-16 {
    bottom: 4rem;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.right-10 {
    right: 2.5rem;
}

.right-44 {
    right: 11rem;
}

.top-28 {
    top: 7rem;
}

.right-5 {
    right: 1.25rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

.right-28 {
    right: 7rem;
}

.top-32 {
    top: 8rem;
}

.z-50 {
    z-index: 50;
}

.z-10 {
    z-index: 10;
}

.col-span-full {
    grid-column: 1 / -1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.float-left {
    float: left;
}

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-auto {
    margin-left: auto;
}

.ml-1\.5 {
    margin-left: 0.375rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-12 {
    margin-top: 3rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mr-1\.5 {
    margin-right: 0.375rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-3\.5 {
    margin-left: 0.875rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-7 {
    margin-top: 1.75rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.box-content {
    box-sizing: content-box;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.h-6 {
    height: 1.5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.h-auto {
    height: auto;
}

.h-60 {
    height: 15rem;
}

.h-14 {
    height: 3.5rem;
}

.h-10 {
    height: 2.5rem;
}

.w-full {
    width: 100%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-6 {
    width: 1.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-1\/2 {
    width: 50%;
}

.w-auto {
    width: auto;
}

.w-4 {
    width: 1rem;
}

.w-96 {
    width: 24rem;
}

.w-5 {
    width: 1.25rem;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-28 {
    width: 7rem;
}

.max-w-full {
    max-width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.transform {
    transform: var(--tw-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.border-0 {
    border-width: 0px;
}

.border {
    border-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-none {
    border-style: none;
}

.border-secondary-10 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-secondary-9 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-secondary-13 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 54, 65, var(--tw-bg-opacity));
}

.bg-primary-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 251, 253, var(--tw-bg-opacity));
}

.bg-primary-8 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}

.bg-primary-7 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-secondary-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
}

.bg-secondary-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.bg-primary-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
}

.bg-cover {
    background-size: cover;
}

.bg-clip-padding {
    background-clip: padding-box;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.p-2 {
    padding: 0.5rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-4 {
    padding: 1rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 0.75rem;
}

.p-12 {
    padding: 3rem;
}

.p-8 {
    padding: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pr-2\.5 {
    padding-right: 0.625rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-lg {
    font-size: 1rem;
}

.text-base {
    font-size: 0.9375rem;
}

.text-2xl {
    font-size: 1.125rem;
}

.text-tiny {
    font-size: 0.875rem;
}

.text-sm {
    font-size: 0.8125rem;
}

.text-xl {
    font-size: 1.0625rem;
}

.text-3xl {
    font-size: 1.25rem;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-normal {
    line-height: 1.5;
}

.leading-8 {
    line-height: 2rem;
}

.leading-tight {
    line-height: 1.25;
}

.text-secondary-1 {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

.text-primary-2 {
    --tw-text-opacity: 1;
    color: rgba(121, 15, 124, var(--tw-text-opacity));
}

.text-primary-5 {
    --tw-text-opacity: 1;
    color: rgba(41, 42, 43, var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-secondary-7 {
    --tw-text-opacity: 1;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
}

.text-primary-1 {
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

.text-primary-3 {
    --tw-text-opacity: 1;
    color: rgba(123, 123, 123, var(--tw-text-opacity));
}

.text-secondary-8 {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-primary-4 {
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
}

.text-current {
    color: currentColor;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-primary-11 {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.text-primary-9 {
    --tw-text-opacity: 1;
    color: rgba(142, 37, 208, var(--tw-text-opacity));
}

.text-secondary-14 {
    --tw-text-opacity: 1;
    color: rgba(84, 51, 222, var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-secondary-2 {
    --tw-text-opacity: 1;
    color: rgba(56, 109, 162, var(--tw-text-opacity));
}

.underline {
    text-decoration: underline;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-wrap {
    background: #fafafa;
    margin-top: 52px;
}

@media (min-width: 640px) {
    .main-wrap {
        margin-top: 86px;
    }
}

@media (min-width: 768px) {
    .main-wrap {
        margin-top: 96px;
    }
}

@media (min-width: 1280px) {
    .main-wrap {
        margin-top: 70px;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .main-wrap {
        max-width: 1920px;
        margin: auto;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .main-wrap {
        background: #ededed;
    }
}

.reduce-space {
    padding-bottom: 0px !important;
}

.sidenav-remove .web-left-panel {
    display: none !important;
}

.sidenav-add .web-left-panel {
    position: fixed;
    display: none;
    height: 100%;
    overflow-y: scroll;
    border-right-width: 1px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .sidenav-add .web-left-panel {
        padding: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel {
        height: auto;
    }

    .sidenav-add .web-left-panel {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .sidenav-add .web-left-panel {
        padding: 0px;
    }
}

.sidenav-add .web-left-panel {
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
    z-index: 19;
    top: 52px;
    border-color: #f1f1f0;
}

@media (min-width: 640px) {
    .sidenav-add .web-left-panel {
        width: 320px;
    }
}

@media (min-width: 768px) {
    .sidenav-add .web-left-panel {
        top: 52px;
    }
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel {
        width: 350px;
        min-width: 350px;
    }

    .sidenav-add .web-left-panel {
        position: relative;
    }

    .sidenav-add .web-left-panel {
        top: 0px;
    }

    .sidenav-add .web-left-panel {
        display: block;
    }

    .sidenav-add .web-left-panel {
        overflow: revert;
        z-index: 19;
    }
}

@media (min-width: 1750px) {
    .sidenav-add .web-left-panel {
        width: 400px;
        min-width: 400px;
    }
}

.sidenav-add .web-left-panel::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 1280px) {
    .sidenav-add .web-left-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }

    .sidenav-add .web-left-panel .inner-wrapper {
        padding: 1rem;
    }

    .sidenav-add .web-left-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .sidenav-add .web-left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

        .sidenav-add .web-left-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

@media (max-width: 640px) {
    .sidenav-add .web-left-panel {
        border-right: none;
    }
}

.left-panel {
    position: fixed;
    display: none;
    height: 100%;
    overflow-y: scroll;
    border-right-width: 0px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .left-panel {
        padding: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .left-panel {
        height: auto;
    }

    .left-panel {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .left-panel {
        padding: 0px;
    }
}

.left-panel {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
    z-index: 19;
    top: 52px;
    border-color: #f1f1f0;
}

@media (min-width: 640px) {
    .left-panel {
        width: 320px;
        min-width: 320px;
        top: 86px;
    }

    .left-panel {
        border-right-width: 1px;
    }
}

@media (min-width: 768px) {
    .left-panel {
        top: 96px;
    }
}

@media (min-width: 1280px) {
    .left-panel {
        width: 350px;
        min-width: 350px;
    }

    .left-panel {
        position: relative;
    }

    .left-panel {
        top: 0px;
    }

    .left-panel {
        display: block;
    }

    .left-panel {
        overflow: revert;
        z-index: 19;
    }
}

@media (min-width: 1750px) {
    .left-panel {
        width: 400px;
        min-width: 400px;
    }
}

.left-panel::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 1280px) {
    .left-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }

    .left-panel .inner-wrapper {
        padding: 1rem;
    }

    .left-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .left-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .left-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

        .left-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

.right-panel {
    width: 400px;
    min-width: 400px;
    position: relative;
    z-index: 10;
    display: none;
    border-left-width: 1px;
    border-color: #f1f1f0;
}

@media (min-width: 1024px) {
    .right-panel {
        display: block;
    }

    .right-panel {
        width: 350px;
        min-width: 350px;
    }
}

@media (min-width: 1750px) {
    .right-panel {
        width: 400px;
        min-width: 400px;
    }
}

.right-panel label {
    font-size: 0.9375rem;
    text-transform: capitalize;
}

@media (min-width: 1280px) {
    .right-panel label {
        font-size: 1.0625rem;
    }
}

.right-panel .mb-5 span {
    font-size: 0.8125rem;
}

@media (min-width: 1280px) {
    .right-panel .mb-5 span {
        font-size: 0.8125rem;
    }
}

@media (min-width: 1024px) {
    .right-panel .inner-wrapper {
        height: calc(100vh - 0px);
        overflow-y: scroll;
        top: 0px;
    }

    .right-panel .inner-wrapper {
        padding: 1rem;
    }

    .right-panel .inner-wrapper {
        padding-left: 1.25rem;
    }

        .right-panel .inner-wrapper::-webkit-scrollbar {
            width: 5px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-track {
            background: #fff;
            width: 5px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-thumb {
            border-radius: 4px;
        }

        .right-panel .inner-wrapper::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

            .right-panel .inner-wrapper::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

            .right-panel .inner-wrapper::-webkit-scrollbar-thumb:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
            }

        .right-panel .inner-wrapper:hover::-webkit-scrollbar-thumb {
            --tw-bg-opacity: 1;
            background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
        }
}

@media (min-width: 1280px) {
    .right-panel .inner-wrapper {
        height: calc(100vh - 105px);
        overflow-y: scroll;
        top: 105px;
        transition: all 0.6s ease;
    }
}

@media only screen and (max-width: 1280px) {
    .right-panel .inner-wrapper {
        position: fixed !important;
        top: 95px;
        padding-bottom: 200px;
    }
}

.right-panel .right-side-heading {
    background: #f4f8f7;
    position: relative;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    border-radius: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .right-panel .right-side-heading::before {
        position: absolute;
        content: "";
        width: 18px;
        left: -18px;
        height: 100%;
        top: 0;
        background: #f4f8f7;
    }

    .right-panel .right-side-heading::after {
        position: absolute;
        content: "";
        width: 16px;
        right: -15px;
        height: 100%;
        top: 0;
        background: #f4f8f7;
    }

@media only screen and (min-width: 1930px) {
    .right-panel .right-side-heading::after {
        display: none;
    }

    .right-panel .right-side-heading {
        padding-right: 10px;
    }

    .working-all {
        padding-right: 10px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .right-panel .inner-wrapper {
        height: calc(100vh - 71px);
        overflow-y: scroll;
        top: 71px;
    }
}

@media (min-width: 640px) {
    .city-detail-pages .left-panel {
        top: 52px;
    }
}

@media (min-width: 768px) {
    .city-detail-pages .left-panel {
        top: 62px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .left-panel {
        top: 0px;
    }

        .city-detail-pages .left-panel .inner-wrapper {
            height: calc(100vh - 71px);
            overflow-y: scroll;
            top: 71px;
        }

    .city-detail-pages .center-panel {
        padding-top: 22px;
    }
}

.city-detail-pages header nav {
    border-bottom: none;
}

@media (min-width: 640px) {
    .city-detail-pages .main-wrap {
        margin-top: 52px;
    }
}

@media (min-width: 768px) {
    .city-detail-pages .main-wrap {
        margin-top: 62px;
    }
}

@media (min-width: 1280px) {
    .city-detail-pages .main-wrap {
        margin-top: 70px;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .city-detail-pages .main-wrap {
        max-width: 1920px;
        margin: auto;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .inner-wrap-white {
        background: #fff !important;
    }
}

.card .client-comment {
    padding-left: 2.4rem;
    padding-top: 0.7rem;
    position: relative;
}

@media (min-width: 768px) {
    .card .client-comment {
        padding-left: 70px;
    }
}

.card .client-comment .review-header {
    margin-bottom: 0.5rem;
}

    .card .client-comment .review-header h4 {
        display: flex;
        align-items: center;
        font-size: 0.9375rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
        line-height: 1;
    }

    .card .client-comment .review-header .date {
        font-size: 0.8125rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(123, 123, 123, var(--tw-text-opacity));
        line-height: 1;
    }

    .card .client-comment .review-header .rating {
        margin-left: auto;
        display: flex;
        font-size: 0.9375rem;
        font-weight: 400;
    }

        .card .client-comment .review-header .rating img {
            width: 15px;
        }

.card .client-comment .review-profile-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .card .client-comment .review-profile-pic {
        height: 3.5rem;
    }

    .card .client-comment .review-profile-pic {
        width: 3.5rem;
    }
}

.card .client-comment .review-profile-pic {
    background: #fde8ee;
    color: #bf6981;
    font-weight: 600;
}

.card .client-comment p {
    line-height: 1.5;
}

.card .client-comment .liked {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.card > small {
    display: block;
    line-height: 1.4;
    margin-top: 0.4em;
}

@media only screen and (max-width: 600px) {
    .card > small span {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .card {
        margin-top: 0.625rem;
    }
}

.business-name-wrap {
    font-weight: 600;
}

@media (min-width: 1280px) {
    .business-name-wrap {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .business-name-wrap {
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .business-name-wrap {
        max-width: 200px;
    }
}

@media only screen and (max-width: 375px) {
    .business-name-wrap {
        max-width: 160px;
    }
}

.grecaptcha-badge {
    opacity: 0;
}

.center-panel {
    height: 100%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 80px;
}

@media (min-width: 640px) {
    .center-panel {
        max-width: 590px;
    }

    .center-panel {
        padding-top: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .center-panel {
        max-width: 700px;
    }
}

@media (min-width: 1280px) {
    .center-panel {
        max-width: 680px;
        padding-top: 56px;
    }
}

@media (min-width: 1750px) {
    .center-panel {
        max-width: 760px;
    }
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom-width: 1px;
    border-color: #f1f1f0;
    z-index: 1000;
}

    header nav {
        display: flex;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 51px;
    }

@media (min-width: 1024px) {
    header nav {
        height: auto;
    }
}

@media (min-width: 1280px) {
    header nav {
        height: 80px;
    }
}

header nav .location-selector {
    display: inline-flex;
    align-items: center;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
    line-height: 1;
}

@media (min-width: 768px) {
    header nav .location-selector {
        font-size: 13px;
    }
}

@media (min-width: 1280px) {
    header nav .location-selector {
        font-size: 0.9375rem;
    }
}

@media only screen and (min-width: 1920px) {
    header nav {
        max-width: 1920px;
        margin: auto;
    }
}

header .btn-black {
    margin-left: 0.5rem;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-duration: 300ms;
}

@media (min-width: 1024px) {
    header .btn-black {
        margin-left: 1.25rem;
    }
}

header .btn-black {
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
}

@media only screen and (max-width: 375px) {
    header .btn-black {
        font-size: 10px;
    }
}

@media (min-width: 640px) {
    header .btn-black {
        padding: 6px 10px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    header .btn-black {
        padding: 9px 20px;
        font-size: 12px !important;
    }
}

@media (min-width: 1280px) {
    header .btn-black {
        padding: 9px 20px;
        font-size: 13px !important;
    }
}

header .btn-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
}

header .btn-primary {
    margin-left: 0.5rem;
    display: none;
    justify-content: center;
    font-weight: 500;
    transition-duration: 300ms;
}

@media (min-width: 768px) {
    header .btn-primary {
        font-size: 0.8125rem;
    }
}

header .btn-primary {
    border-radius: 20px;
    padding: 6px 8px;
    font-size: 9px;
}

@media (min-width: 640px) {
    header .btn-primary {
        padding: 6px 8px;
        font-size: 11px;
    }

    header .btn-primary {
        display: inline;
    }
}

@media (min-width: 768px) {
    header .btn-primary {
        padding: 9px 20px;
        font-size: 12px !important;
    }
}

@media (min-width: 1280px) {
    header .btn-primary {
        padding: 9px 20px;
        font-size: 13px !important;
    }
}

header .header-menu {
    position: absolute;
    left: 0px;
    z-index: 10;
    margin-top: 0px;
    height: 100vh;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    top: 61px;
    width: 320px;
}

@media (min-width: 1024px) {
    header .header-menu {
        position: relative;
    }

    header .header-menu {
        top: 0px;
    }

    header .header-menu {
        height: auto;
    }

    header .header-menu {
        width: auto;
    }

    header .header-menu {
        padding: 0px;
    }

    header .header-menu {
        max-height: 37px;
    }
}

header .header-menu a {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    header .header-menu a {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

header .header-menu a.active {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

header .header-menu a img {
    margin-top: -2px;
}

header .header-menu .location-selector {
    padding: 0.5rem;
}

@media (min-width: 1024px) {
    header .header-menu .location-selector {
        padding: 0px;
    }
}

header .header-menu .location-selector .location-selector {
    padding: 0px;
}

header .header-menu .profile-drop-down {
    margin-right: 1rem;
    margin-left: 0px;
    padding: 0.5rem;
}

@media (min-width: 1024px) {
    header .header-menu .profile-drop-down {
        margin-left: 1rem;
    }

    header .header-menu .profile-drop-down {
        padding: 0px;
    }
}

header .profilename-avatar {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

    header .profilename-avatar .pro-avatar {
        width: 2.375rem;
        height: 2.375rem;
        display: inline-block;
        border-radius: 9999px;
    }

@media (min-width: 640px) {
    header .profilename-avatar .pro-avatar {
        margin-left: 0.5rem;
    }
}

header .top-area-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    header .top-area-button {
        display: inline-flex;
    }

    header .top-area-button {
        width: auto;
    }
}

header .profile-drop-down {
    margin-left: 1rem;
    margin-right: 0.5rem;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 1;
}

    header .profile-drop-down .dropdown-toggle {
        display: flex;
        align-items: center;
        font-size: 0.8125rem;
        font-weight: 500;
    }

@media (min-width: 768px) {
    header .profile-drop-down {
        font-size: 0.8125rem;
    }
}

header .profile-drop-down .dropdown-menu {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    min-width: 12rem;
    border: 1px solid #efeded;
    top: 12px !important;
}

    header .profile-drop-down .dropdown-menu li a {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition-duration: 300ms;
    }

        header .profile-drop-down .dropdown-menu li a:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

@media screen and (max-width: 1280px) {
    .left-panel .inner-wrapper {
        padding-bottom: 200px;
    }
}

@media (min-width: 1280px) {
    .header-sticky .sticky-head {
        margin-top: -35px;
    }

    .header-sticky .left-panel .inner-wrapper {
        top: 68px;
        height: calc(100vh - 68px);
    }

    .header-sticky .right-panel .inner-wrapper {
        top: 68px;
        height: calc(100vh - 68px);
    }
}

.whatsapp {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 20;
    cursor: pointer;
}

@media (min-width: 768px) {
    .whatsapp {
        width: 4rem;
    }
}

@media (min-width: 1024px) {
    .whatsapp {
        bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .whatsapp {
        width: 5rem;
    }
}

.whatsapp img {
    width: 100%;
}

.buz-banner {
    height: 300px;
    overflow: hidden;
    border-radius: 0.375rem;
}

.btn-black {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-duration: 300ms;
    padding: 6px 8px;
}

.follow {
    padding: 0.5rem 0.5rem;
    padding-top: 0.6rem;
    height: 33px;
}

@media (min-width: 1280px) {
    .follow {
        padding: 0.5rem 1rem;
    }
}

.follow:hover img {
    filter: brightness(0) invert(1);
}

.sticky-head {
    background: #edf1fa;
    height: 34px;
    transition: all 0.6s ease;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .sticky-head {
        display: flex;
    }
}

.sticky-head p {
    text-align: left;
}

@media (min-width: 1024px) {
    .sticky-head p {
        text-align: center;
    }
}

.sticky-head p {
    line-height: 1;
}

.best-deals {
    width: 100%;
    height: auto;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 0.375rem;
}

    .best-deals .deals-title {
        position: relative;
        display: block;
        width: 100%;
        padding: 0.75rem;
        text-transform: capitalize;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        background: linear-gradient(to right, black 0%, rgba(26, 26, 26, 0.123) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
    }

    .best-deals .carousel-item {
        height: 150px;
        overflow: hidden;
    }

.city-links li a {
    display: block;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .city-links li a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.city-links li a:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

.business-links li a {
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 500;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .business-links li a {
        font-size: 1rem;
    }
}

.business-links li a svg {
    margin-top: 0.25rem;
    display: inline-block;
    color: #f00e4b;
}

.business-links li a span {
    margin-right: 0.75rem;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

@media (min-width: 1280px) {
    .business-links li a span {
        height: 3rem;
    }

    .business-links li a span {
        width: 3rem;
    }
}

.business-links li a span {
    background: #faf8f8;
}

.business-links li a:hover {
    transition-duration: 300ms;
    color: #f00e4b;
}

.mob-app-dw {
    background-position: 5% -5% !important;
}

@media only screen and (max-width: 640px) {
    .mob-app-dw {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 370px) {
    .mob-app-dw {
        background-position: 5% -30% !important;
        background-size: 100px !important;
    }
}

textarea {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    line-height: 1.4;
    background: #f9f9f9;
}

    textarea:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    line-height: 1.4;
    height: 3.5rem;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

    [type="text"]:focus,
    [type="email"]:focus,
    [type="url"]:focus,
    [type="password"]:focus,
    [type="number"]:focus,
    [type="date"]:focus,
    [type="datetime-local"]:focus,
    [type="month"]:focus,
    [type="search"]:focus,
    [type="tel"]:focus,
    [type="time"]:focus,
    [type="week"]:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

[type="text"] {
    height: 3rem;
}

@media (min-width: 1024px) {
    [type="text"] {
        height: 3.5rem;
    }
}

select {
    background: url(../images/down.svg) 97% 50% no-repeat #f9f9f9;
}

.find-business {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
    padding: 1rem;
}

@media (min-width: 640px) {
    .find-business {
        border-radius: 0.75rem;
    }
}

@media (min-width: 768px) {
    .find-business {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .find-business {
        padding-top: 1.25rem;
    }

    .find-business {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .find-business {
        border-radius: 0.375rem;
    }
}

@media (min-width: 1750px) {
    .find-business {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .find-business {
        padding-top: 1.5rem;
    }
}

.find-business {
    background-size: cover !important;
    background-position: 50% !important;
}

    .find-business .input-wrap {
        border: 1px solid #c9cdd3;
        background: #f9f9f9;
        overflow: hidden;
        border-radius: 0.5rem;
    }

        .find-business .input-wrap [type="text"] {
            height: auto;
            border-style: none;
            padding: 0.75rem;
            font-size: 0.8125rem;
            font-weight: 400;
        }

@media (min-width: 1024px) {
    .find-business .input-wrap [type="text"] {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1280px) {
    .find-business .input-wrap [type="text"] {
        max-height: 3.5rem;
    }

    .find-business .input-wrap [type="text"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .find-business .input-wrap [type="text"] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.find-business .input-wrap button {
    width: 5.375rem;
    height: 2rem;
    line-height: 1;
    font-weight: 600;
    font-size: 0.9375rem;
    transition-duration: 300ms;
}

@media (min-width: 1280px) {
    .find-business .input-wrap button {
        height: 2.375rem;
    }

    .find-business .input-wrap button {
        font-weight: 700;
    }
}

.find-business .input-wrap button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 15, 124, var(--tw-bg-opacity));
}

.find-business h1 {
    line-height: 1;
    font-size: 1.3rem;
}

@media (min-width: 640px) {
    .find-business h1 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1750px) {
    .find-business h1 {
        font-size: 2.375rem;
        line-height: 44px;
    }
}

.find-business p {
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    .find-business {
        background: #ededed !important;
    }
}

.focus\:outline-none:focus {
    --tw-ring-color: none;
}

.panel-ad {
    line-height: 1.3;
}

    .panel-ad label {
        margin-bottom: 0px;
        margin-top: 0.5rem;
        display: block;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgba(29, 29, 31, var(--tw-text-opacity));
    }

    .panel-ad span {
        font-size: 0.875rem;
        font-weight: 400;
        font-family: "Metropolis";
        color: #606060;
        font-weight: 400;
    }

.share-dropdown {
    position: relative;
    display: flex;
}

    .share-dropdown ul {
        position: absolute;
        z-index: 50;
        float: left;
        margin: 0px;
        margin-top: 0.25rem;
        display: none;
        width: 10rem;
        list-style-type: none;
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        background-clip: padding-box;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: left;
        font-size: 0.9375rem;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .share-dropdown ul li {
            display: block;
            width: 100%;
            white-space: nowrap;
            background-color: transparent;
            font-size: 0.8125rem;
            font-weight: 400;
            --tw-text-opacity: 1;
            color: rgba(55, 65, 81, var(--tw-text-opacity));
        }

            .share-dropdown ul li:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
            }

            .share-dropdown ul li a {
                display: block;
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
                font-size: 0.8125rem;
                text-transform: capitalize;
                --tw-text-opacity: 1;
                color: rgba(55, 65, 81, var(--tw-text-opacity));
            }

                .share-dropdown ul li a:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
                    --tw-text-opacity: 1;
                    color: rgba(255, 255, 255, var(--tw-text-opacity));
                }

.min-w-50 {
    min-width: 50px;
}

.card {
    --tw-border-opacity: 1;
    border-color: rgba(239, 237, 237, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
}

@media (min-width: 640px) {
    .card {
        border-width: 1px;
    }
}

@media (min-width: 768px) {
    .card {
        padding: 1.25rem;
    }
}

@media (min-width: 640px) {
    .card {
        border-radius: 0.625rem;
    }
}

.card .post-img-holder {
    background: #edf0f2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .card .post-img-holder img.w-full.mt-2.mb-3 {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        margin: auto;
        max-width: 100%;
        max-height: 320px;
    }

@media (min-width: 640px) {
    .card .post-img-holder img.w-full.mt-2.mb-3 {
        height: 380px;
    }
}

@media (min-width: 1280px) {
    .card .post-img-holder img.w-full.mt-2.mb-3 {
        height: auto;
        max-height: inherit;
    }
}

.card h2 {
    font-size: 1.0625rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .card h2 {
        font-size: 1.25rem;
    }
}

.card h2 {
    line-height: 1.3;
}

.card p {
    font-family: "Helvetica";
    color: #1e1e1e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .card p {
        font-size: 1rem;
    }

    .card p {
        line-height: 1.75rem;
    }
}

.card small span {
    margin-right: 0.25rem;
}

.card .links span {
    font-size: 0.8125rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(121, 15, 124, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .card .links span {
        font-size: 0.875rem;
    }
}

.card .links span {
    font-family: "Helvetica";
}

.card .like-share a {
    font-family: "Helvetica";
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .card .like-share a {
        font-size: 0.9375rem;
    }
}

.card .like-share a svg {
    margin-right: 0.5rem;
}

.card .like-share label {
    display: none;
    cursor: pointer;
    font-family: "Helvetica";
}

@media only screen and (min-width: 500px) {
    .card .like-share label {
        display: block;
    }
}

.card textarea {
    width: 100%;
    resize: both;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    height: 4.125rem;
    line-height: 1.4;
}

    .card textarea:focus {
        --tw-ring-color: #e0e0e0;
        border-color: #e7e7e7;
        outline: 1px solid transparent;
        outline-offset: 0px;
    }

.card video {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.card iframe {
    width: 100%;
}

.card .interaction-area .like-share span {
    font-size: 0.8125rem;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .card .interaction-area .like-share span {
        font-size: 0.875rem;
    }
}

@media (min-width: 1280px) {
    .card .interaction-area .like-share span {
        font-size: 1rem;
    }
}

.businessTiming .working-less .flex.justify-between.py-3.border-b {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 12px 12px;
}

.rating-top img {
    max-width: 15px;
}

.rating-lists li {
    margin-bottom: 1.25rem;
    display: block;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

    .rating-lists li .one {
        min-width: 4rem;
    }

    .rating-lists li .last {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 1rem;
    }

    .rating-lists li .ic {
        min-width: 16px;
        width: 16px;
    }

.first-comment {
    position: relative;
}

    .first-comment .review-profile-pic {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        display: flex;
        height: 1.75rem;
        width: 1.75rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        font-size: 1rem;
    }

@media (min-width: 768px) {
    .first-comment .review-profile-pic {
        height: 3.5rem;
    }

    .first-comment .review-profile-pic {
        width: 3.5rem;
    }
}

.first-comment .review-profile-pic {
    background: #fde8ee;
    color: #bf6981;
    font-weight: 600;
}

.first-comment .name-rating {
    padding-left: 2.5rem;
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .first-comment .name-rating {
        padding-left: 66px;
    }
}

.first-comment .name-rating p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.first-comment h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    line-height: 1;
}

.social-media {
    display: flex;
}

    .social-media a {
        margin-right: 2.75rem;
        display: inline-flex;
    }

        .social-media a .icon-instagram {
            font-size: 17px;
            font-weight: 600;
        }

    .social-media i {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
        transition-duration: 300ms;
    }

        .social-media i:hover {
            --tw-text-opacity: 1;
            color: rgba(230, 10, 70, var(--tw-text-opacity));
        }

.makean-enquiry [type="text"] {
    height: 2.75rem;
}

@media (min-width: 1280px) {
    .makean-enquiry [type="text"] {
        height: 3.5rem;
    }
}

.makean-enquiry [type="tel"] {
    height: 2.75rem;
}

@media (min-width: 1280px) {
    .makean-enquiry [type="tel"] {
        height: 3.5rem;
    }
}

.makean-enquiry select {
    height: 2.75rem;
}

@media (min-width: 1280px) {
    .makean-enquiry select {
        height: 3.5rem;
    }
}

.subscribe {
    height: 22rem;
    background-size: cover !important;
    position: relative;
    border-radius: 0.375rem;
    background-position: center !important;
}

@media (min-width: 1280px) {
    .subscribe {
        height: 28.25rem;
    }
}

.subscribe .email-type-area {
    position: absolute;
    bottom: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(56, 21, 57, var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

    .subscribe .email-type-area input {
        width: 100%;
        border-radius: 0.5rem;
        font-size: 0.8125rem;
        height: 2.5rem;
    }

    .subscribe .email-type-area h3 {
        margin-bottom: 0.5rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        --tw-text-opacity: 1;
        color: rgba(239, 191, 83, var(--tw-text-opacity));
        font-size: 1.2rem;
    }

@media (min-width: 1280px) {
    .subscribe .email-type-area h3 {
        font-size: 1.4375rem;
    }
}

.subscribe .email-type-area .search-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0.5rem;
    margin: auto;
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    height: 1.375rem;
    border-radius: 26px;
    width: 2.375rem;
}

    .subscribe .email-type-area .search-btn svg {
        margin: auto;
        display: block;
    }

.subscribe h2 {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1;
    color: #6a216c;
    font-family: "Times New Roman", Times, serif;
}

@media (min-width: 1280px) {
    .subscribe h2 {
        font-size: 1.125rem;
    }
}

@media (min-width: 1750px) {
    .subscribe h2 {
        font-size: 1.25rem;
    }
}

.grow-your-business {
    height: 8rem;
    background-size: cover !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1280px) {
    .grow-your-business {
        height: 9.8125rem;
    }
}

.grow-your-business h3 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
    line-height: 1;
    font-size: 1.2rem;
}

@media (min-width: 1280px) {
    .grow-your-business h3 {
        font-size: 1.3rem;
    }
}

.grow-your-business p {
    margin-bottom: 0.5rem;
    padding-right: 6rem;
    font-size: 0.5625rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(41, 42, 43, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .grow-your-business p {
        font-size: 0.8125rem;
    }
}

.grow-your-business p {
    line-height: 1.6;
}

.grow-your-business .btn-secondary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 20px;
}

.rotating {
    -webkit-transform: rotate(360deg);
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: now;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.more-cmnt {
    font-size: 0.9375rem;
}

@media (min-width: 1280px) {
    .contact-banner {
        height: 31rem !important;
    }
}

.connectus {
    width: 200px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactus-wrapper h3 {
    font-size: 1.5rem;
}

.contactus-wrapper input {
    background: #fff !important;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
}

.contactus-wrapper select {
    background: url(../images/down.svg) #fff no-repeat;
    background-position: 98%;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
}

.contactus-wrapper textarea {
    background: #fff !important;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
}

@media (min-width: 1280px) {
    .contactus-wrapper .conatct-right-side {
        padding: 3.5rem;
    }
}

.contactus-wrapper .conatct-right-side {
    padding-right: 0px !important;
}

    .contactus-wrapper .conatct-right-side span {
        font-size: 0.9375rem;
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
    .contactus-wrapper .conatct-right-side span {
        font-size: 1.125rem;
    }
}

.contactus-wrapper .conatct-right-side p {
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width: 1280px) {
    .contactus-wrapper .conatct-right-side p {
        font-size: 1.25rem;
    }
}

.make-a-call {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
    line-height: 1;
}

.rating-wrap-left img {
    width: 14px;
    height: 14px;
}

.rating-wrap-left a {
    font-weight: 600;
    transition-duration: 200ms;
}

    .rating-wrap-left a:hover {
        --tw-text-opacity: 1;
        color: rgba(230, 10, 70, var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
    .web-mob-menu {
        display: none;
    }
}

.web-mob-menu ul li {
    border-bottom-width: 1px;
    font-size: 0.9375rem;
    font-weight: 500;
    border-color: #f1f1f0;
}

    .web-mob-menu ul li a {
        display: flex;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }

        .web-mob-menu ul li a.active {
            --tw-text-opacity: 1;
            color: rgba(237, 29, 86, var(--tw-text-opacity));
        }

.web-mob-menu ul .profile-drop-down {
    margin-left: 0px;
    margin-right: 0px;
}

    .web-mob-menu ul .profile-drop-down .dropdown-toggle {
        font-size: 0.875rem;
        font-weight: 500;
    }

    .web-mob-menu ul .profile-drop-down .dropdown {
        width: 100%;
    }

@media only screen and (max-width: 1024px) {
    .web-mob-menu ul .profile-drop-down ul {
        position: static !important;
        transform: inherit !important;
        width: 100%;
        box-shadow: none;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        border: none;
    }
}

.web-mob-menu ul .profile-drop-down ul li {
    border-bottom-width: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

    .web-mob-menu ul .profile-drop-down ul li a {
        text-align: left;
        font-size: 0.875rem;
    }

.banner {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    background-size: cover !important;
    height: 400px;
    margin-top: 51px;
}

@media (min-width: 640px) {
    .banner {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .banner {
        background-position: center !important;
        height: 420px;
    }
}

@media (min-width: 1280px) {
    .banner {
        height: 45rem;
        margin-top: 80px;
    }
}

.banner h1 {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media (min-width: 1024px) {
    .banner h1 {
        font-size: 2.1rem;
        line-height: 1.1;
    }
}

@media (min-width: 1280px) {
    .banner h1 {
        font-size: 4.8125rem;
    }
}

.banner p {
    font-size: 0.9375rem;
}

@media (min-width: 768px) {
    .banner p {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .banner p {
        font-size: 1.125rem !important;
    }
}

.banner p br {
    display: none;
}

@media (min-width: 1280px) {
    .banner p br {
        display: block;
    }
}

.banner p.text-primary-2 {
    font-size: 0.9375rem !important;
}

@media (min-width: 768px) {
    .banner p.text-primary-2 {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .banner p.text-primary-2 {
        font-size: 1.475rem !important;
    }

    .banner .container {
        max-width: 1280px !important;
    }

    .banner .container {
        margin: auto;
    }

    .banner .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1750px) {
    .banner .container {
        max-width: 1620px !important;
    }

    .banner .container {
        margin: auto;
    }

    .banner .container {
        display: flex;
    }

    .banner .container {
        height: 100%;
    }

    .banner .container {
        align-items: center;
    }
}

.banner .container {
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.banner .text {
    max-width: 40rem;
}

@media (min-width: 1280px) {
    .banner .text {
        max-width: 57.5rem;
    }
}

.banner .big-content {
    max-width: 40rem;
}

@media (min-width: 1280px) {
    .banner .big-content {
        max-width: 62.5rem;
    }
}

@media (min-width: 768px) {
    .banner .big-content .text-primary-5 {
        padding-right: 9rem;
    }
}

@media (min-width: 1024px) {
    .banner .big-content .text-primary-5 {
        padding-right: 7rem;
    }
}

@media (min-width: 1280px) {
    .banner .big-content .text-primary-5 {
        padding-right: 12rem;
    }
}

.banner .baloon {
    display: none;
    width: 20%;
    right: 18%;
    top: 12%;
}

@media (min-width: 1024px) {
    .banner .baloon {
        position: absolute;
    }

    .banner .baloon {
        display: block;
    }
}

@media (min-width: 1280px) {
    .banner .baloon {
        width: 24%;
        right: 12%;
        top: 12%;
    }
}

@media (min-width: 1750px) {
    .banner .baloon {
        width: auto;
    }
}

@media (min-width: 2100px) {
    .banner .baloon {
        right: 21%;
        top: 24%;
    }
}

.banner .baloon {
    animation: animationBaloon linear 30s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationBaloon linear 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationBaloon linear 30s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationBaloon linear 30s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationBaloon linear 30s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationBaloon {
    0% {
        transform: translate(0px, 0px);
    }

    34% {
        transform: translate(34px, -70px);
    }

    64% {
        transform: translate(64px, -70px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationBaloon {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    34% {
        -webkit-transform: translate(34px, -70px);
    }

    64% {
        -webkit-transform: translate(64px, -70px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

.section-one {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section-one {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1280px) {
    .section-one {
        padding: 11.125rem 0px;
    }
}

.section-one .first-online {
    margin: auto;
    height: 24rem;
    width: 24rem;
    max-width: 100%;
    background-position: center !important;
    background-size: cover !important;
}

@media (min-width: 1024px) {
    .section-one .first-online {
        width: 29.3125rem;
        height: 32.125rem;
    }
}

.app-download {
    background-size: cover !important;
    height: 9.8rem;
}

.section-common {
    overscroll-behavior-x: none;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section-common {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1280px) {
    .section-common {
        padding: 11.125rem 0px;
    }
}

.section-common .max-story {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-common .max-story {
        max-width: 36.25rem;
    }
}

.section-common h4 {
    z-index: 1;
    position: relative;
}

.section-common-two {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section-common-two {
        padding: 7.5rem 0px;
    }
}

.spinner-two {
    width: 13rem;
    right: 2.25rem;
}

@media (min-width: 1280px) {
    .spinner-two {
        width: 18.375rem;
    }
}

.story-bg {
    position: relative;
}

    .story-bg::before {
        content: "";
        width: 11rem;
        height: 11rem;
        top: -6.125rem;
        position: absolute;
        left: 0px;
        display: none;
    }

@media (min-width: 1024px) {
    .story-bg::before {
        display: inline-block;
    }
}

.story-bg::before {
    background-size: cover !important;
    background: url("../images/sprite1.png") no-repeat;
}

@media (min-width: 1280px) {
    .story-bg::before {
        width: 27rem;
        height: 27rem;
        top: -13.125rem;
    }
}

.how-it-works {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-bottom: 0px;
    background-size: cover !important;
}

@media (min-width: 1280px) {
    .how-it-works {
        background: #fafbfd !important;
    }

    .how-it-works {
        padding-top: 42.75rem;
        margin-top: 15rem;
    }
}

.how-it-works .h4 {
    color: #25a878;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (min-width: 1280px) {
    .how-it-works .h4 {
        font-size: 1.875rem;
    }

    .how-it-works .h4 {
        margin-bottom: 0px;
    }
}

.how-it-works ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.9375rem;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .how-it-works ul li {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .how-it-works ul li {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .how-it-works ul li {
        font-size: 1.125rem;
    }
}

.how-it-works ul li::before {
    margin-right: 1rem;
    display: block;
    height: 0.375rem;
    width: 0.375rem;
    border-radius: 9999px;
    content: "";
    background: #25a878;
}

.how-it-works .video-text-wrap {
    margin-bottom: 0.5rem;
}

@media (min-width: 1280px) {
    .how-it-works .video-text-wrap {
        margin-top: -63.4375rem;
    }

    .how-it-works .video-text-wrap {
        margin-bottom: 4rem;
    }
}

.how-it-works .local-business .h4 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 29, 86, var(--tw-text-opacity)) !important;
}

.how-it-works .local-business ul li::before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
}

.business-online {
    position: relative;
    z-index: 30;
    background-size: 20.25rem !important;
    height: auto;
    background-position: right center !important;
}

@media (min-width: 1024px) {
    .business-online {
        background-size: 35.25rem !important;
        background-position: right bottom !important;
    }

    .business-online {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
}

@media (min-width: 1280px) {
    .business-online {
        background-size: 56.25rem !important;
        height: 53rem;
    }
}

@media (min-width: 1920px) {
    .business-online {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .business-online {
        background-size: 12.25rem !important;
        background-position: right bottom !important;
    }
}

@media only screen and (max-width: 550px) {
    .business-online {
        background-size: 10.25rem !important;
    }
}

@media only screen and (max-width: 490px) {
    .business-online {
        background: none !important;
    }
}

.business-online h3 {
    line-height: 1.1;
}

@media (min-width: 1750px) {
    .section-common-two .container-sm {
        max-width: 87.5rem;
    }
}

.footprint-pic {
    bottom: 0px;
    right: 0px;
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (min-width: 1024px) {
    .footprint-pic {
        position: absolute;
    }

    .footprint-pic {
        display: block;
    }

    .footprint-pic {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1280px) {
    .footprint-pic {
        margin-bottom: 0px;
    }
}

.footprint-pic {
    width: 32rem;
}

.page-socila-links {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

    .page-socila-links li {
        margin-right: 1.75rem;
        display: inline-flex;
    }

        .page-socila-links li a {
            display: inline-block;
        }

.working-hours-wrap {
    margin-bottom: 2rem;
}

    .working-hours-wrap .accordion-button {
        position: relative;
    }

        .working-hours-wrap .accordion-button:after {
            position: absolute;
            right: 0px;
            left: 0px;
            margin: auto;
            cursor: pointer;
            bottom: -20px;
            filter: grayscale(1);
        }

        .working-hours-wrap .accordion-button:not(.collapsed) {
            box-shadow: none;
            --tw-text-opacity: 1;
            color: rgba(29, 29, 31, var(--tw-text-opacity));
        }

            .working-hours-wrap .accordion-button:not(.collapsed) button {
                border-bottom-width: 1px;
                --tw-border-opacity: 1;
                border-color: rgba(240, 240, 240, var(--tw-border-opacity));
            }

    .working-hours-wrap .accordion-body span {
        font-size: 0.9375rem;
    }

.section-bottom {
    text-align: center;
}

@media (min-width: 1750px) {
    .section-bottom .container-sm {
        max-width: 87.5rem;
    }
}

.section-bottom .lady {
    max-width: 15.125rem;
    top: 0px;
    right: 0px;
    margin: auto;
}

@media (min-width: 1024px) {
    .section-bottom .lady {
        max-width: 38.125rem;
    }

    .section-bottom {
        text-align: left;
    }
}

.section-bottom h3 {
    line-height: 1.1;
}

    .section-bottom h3 br {
        display: none;
    }

@media (min-width: 1024px) {
    .section-bottom h3 br {
        display: block;
    }
}

@media (min-width: 1280px) {
    .section-bottom h3 {
        margin-bottom: 0.75rem;
    }
}

.section-bottom .btn-secondary {
    margin-top: 1rem;
}

footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 248, 248, var(--tw-bg-opacity)) !important;
    padding-top: 2rem !important;
}

@media (min-width: 640px) {
    footer {
        padding-top: 4rem !important;
    }
}

footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1750px) {
    footer .container {
        max-width: 87.5rem;
    }
}

footer .container h4 {
    margin-bottom: 0.75rem;
    font-size: 1.0625rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
}

@media only screen and (max-width: 375px) {
    footer .container .ftr-c ul li a {
        font-size: 14px;
    }
}

footer .container ul {
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    footer .container ul {
        margin-bottom: 0px;
    }
}

footer .container ul li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
    footer .container ul li {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

footer .container ul li a {
    overflow-wrap: break-word;
    font-size: 0.875rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
    transition-duration: 300ms;
}

    footer .container ul li a:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 29, 86, var(--tw-text-opacity));
    }

footer hr.mt-12 {
    margin-top: 1rem;
}

@media (min-width: 640px) {
    footer hr.mt-12 {
        margin-top: 3rem;
    }
}

footer .footer-logo {
    max-width: 163px;
}

@media (min-width: 1280px) {
    .grow-bus {
        max-width: 40.125rem;
    }
}

.privacy-policy li {
    margin-left: 0px;
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

@media (min-width: 768px) {
    .privacy-policy li {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .privacy-policy li {
        margin-left: 1.25rem;
    }

    .privacy-policy li {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.privacy-policy li a {
    font-size: 0.8125rem !important;
}

.online-journey li {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .online-journey li {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .online-journey li {
        font-weight: 700;
    }

    .online-journey li {
        font-size: 1.3rem;
    }
}

@media (min-width: 1280px) {
    .online-journey li {
        font-size: 1.5rem;
    }
}

.online-journey li img {
    margin-right: 1rem;
    width: 2.5rem;
}

@media (min-width: 1280px) {
    .online-journey li img {
        width: auto;
    }
}

.business-listing ul li {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

@media (min-width: 1280px) {
    .business-listing ul li {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.common-lists li {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
}

@media (min-width: 768px) {
    .common-lists li {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .common-lists li {
        font-size: 1.1875rem;
    }

    .common-lists li {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.common-lists li::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    display: block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
    width: 0.3125rem;
    height: 0.3125rem;
}

.text-30 {
    font-size: 1rem;
}

@media (min-width: 1280px) {
    .text-30 {
        font-size: 1.875rem;
    }
}

.text-40 {
    font-size: 1.625rem;
}

@media (min-width: 1024px) {
    .text-40 {
        font-size: 2.5rem;
    }
}

.text-24 {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .text-24 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1280px) {
    .text-24 {
        font-size: 1.5rem;
    }
}

.join-citymapia {
    border-radius: 36px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
    background-size: cover !important;
}

.iconwith-text li {
    margin-bottom: 1rem;
    display: flex;
    font-size: 1.0625rem;
}

@media (min-width: 1280px) {
    .iconwith-text li {
        margin-bottom: 2.5rem;
    }
}

.iconwith-text li .h3 {
    font-size: 1rem;
    font-weight: 700;
}

@media (min-width: 1280px) {
    .iconwith-text li .h3 {
        padding-top: 1rem;
    }

    .iconwith-text li .h3 {
        font-size: 1.5rem;
    }
}

.iconwith-text li:last-child {
    margin-bottom: 0px;
}

.iconwith-text li .icons-new {
    min-width: 3rem;
    height: 3rem;
}

@media (min-width: 1024px) {
    .iconwith-text li .icons-new {
        min-width: 4.375rem;
        height: 4.375rem;
    }
}

.mob {
    display: none;
}

@media (min-width: 1024px) {
    .mob {
        position: absolute;
    }

    .mob {
        right: 0px;
    }

    .mob {
        left: 2.5rem;
    }

    .mob {
        margin: auto;
    }

    .mob {
        display: block;
    }

    .mob {
        bottom: -154px;
        max-width: 24rem;
    }
}

@media (min-width: 1280px) {
    .mob {
        max-width: 30rem;
        bottom: -180px;
    }
}

@media (min-width: 1750px) {
    .mob {
        max-width: 36rem;
        bottom: -280px;
    }
}

.business-image {
    max-width: 500px;
    margin: auto;
}

@media (min-width: 1024px) {
    .business-image {
        width: 100%;
    }
}

.businessitems-wrapper .item {
    width: 8rem;
    height: 8rem;
    margin: auto;
    display: block;
    overflow: hidden;
    border-radius: 1.5rem;
    background-size: cover !important;
}

@media (min-width: 640px) {
    .businessitems-wrapper .item {
        width: 12rem;
        height: 12rem;
    }
}

@media (min-width: 768px) {
    .businessitems-wrapper .item {
        width: 13rem;
        height: 13rem;
    }
}

@media (min-width: 1024px) {
    .businessitems-wrapper .item {
        width: 16rem;
        height: 16rem;
    }
}

@media (min-width: 1280px) {
    .businessitems-wrapper .item {
        width: 24.875rem;
        height: 23.875rem;
    }
}

.bg-gradient-color {
    background: #fafafa;
    background: linear-gradient(to bottom, #fafafa 0%, white 100%);
}

.lap {
    margin-bottom: 1rem;
}

@media (min-width: 1280px) {
    .lap {
        margin-bottom: -18.75rem;
    }
}

.lady {
    right: 0px;
    top: 0px;
}

@media (min-width: 1024px) {
    .lady {
        max-width: 38.125rem;
    }
}

.lady-two {
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .lady-two {
        margin-bottom: auto;
    }

    .lady-two {
        max-width: 31.25rem;
    }
}

.lady-right {
    width: 22rem;
    bottom: 0px;
    top: 0px;
    margin: auto;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .lady-right {
        width: 20rem;
    }

    .lady-right {
        margin-bottom: 0px;
    }
}

@media (min-width: 1280px) {
    .lady-right {
        width: 27rem;
    }
}

.pt-0 {
    padding-top: 0px !important;
}

.title-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .title-circle .round-wrap {
        display: inline-flex;
        border-radius: 9999px;
        padding: 0.5rem;
        background: #f3f4f5;
    }

@media (min-width: 1280px) {
    .title-circle .round-wrap {
        padding: 1rem;
    }
}

.title-circle .round-wrap .round {
    display: inline-block;
    height: 8rem;
    width: 8rem;
    border-radius: 9999px;
    background-size: cover !important;
    border: 11px solid;
}

@media (min-width: 1280px) {
    .title-circle .round-wrap .round {
        height: 13rem;
    }

    .title-circle .round-wrap .round {
        width: 13rem;
    }

    .title-circle .round-wrap .round {
        border: 12px solid;
    }
}

.title-circle span {
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem !important;
}

@media (min-width: 1024px) {
    .title-circle span {
        padding-left: 0px;
        padding-right: 0px;
    }

    .title-circle span {
        font-size: 1.125rem;
    }
}

.left-aligned {
    width: 47.5rem;
}

.socialmedia ul li {
    margin-right: 1.25rem;
    display: inline-block;
}

@media (min-width: 1024px) {
    .socialmedia ul li {
        margin-right: 1.75rem;
    }

    .socialmedia ul li {
        display: inline-block;
    }
}

.socialmedia ul li img {
    width: 15px;
    height: 15px;
}

@media (min-width: 768px) {
    .socialmedia ul li img {
        width: 21px;
        height: 21px;
    }
}

.animation-first {
    position: relative;
}

    .animation-first:before {
        content: "";
        width: 14rem;
        height: 14rem;
        position: absolute;
        bottom: 1rem;
        left: -16px;
        background: url("../images/rectangle.png") no-repeat;
        background-size: cover !important;
        -webkit-animation: spin 60s infinite linear;
        animation: spin 60s infinite linear;
    }

@media (min-width: 1024px) {
    .animation-first:before {
        width: 24.125rem;
        height: 24.125rem;
    }
}

#nav-icon1 {
    width: 18px;
    height: 14px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #292929;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 5px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 10px;
        }

    #nav-icon1.open span:nth-child(1) {
        top: 5px;
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 5px;
        transform: rotate(-135deg);
    }

.business-icons {
    min-width: 5rem;
    height: 5rem;
}

@media (min-width: 1280px) {
    .business-icons {
        min-width: 7.5rem;
        height: 7.5rem;
    }
}

.seo-tag {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .seo-tag {
        font-size: 1rem;
    }
}

.seo-tag {
    color: #eda606;
}

    .seo-tag img {
        margin-right: 0.75rem;
        width: 24px;
    }

@media (min-width: 768px) {
    .seo-tag img {
        width: 38px;
    }
}

@media (min-width: 1024px) {
    .seo-tag img {
        width: 48px;
    }
}

.seo-tag .big {
    width: 24px !important;
}

@media (min-width: 768px) {
    .seo-tag .big {
        width: 45px !important;
    }
}

@media (min-width: 1024px) {
    .seo-tag .big {
        width: 55px !important;
    }
}

.curl-animation {
    animation: animationFrames linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

.curl-animation2 {
    animation: animationFrames linear 9s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 9s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 9s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 9s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }

    27% {
        transform: rotate(6deg);
    }

    27% {
        transform: rotate(6deg);
    }

    70% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    27% {
        -webkit-transform: rotate(6deg);
    }

    27% {
        -webkit-transform: rotate(6deg);
    }

    70% {
        -webkit-transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.aside-banner-wrap {
    margin-bottom: 1.25rem;
}

    .aside-banner-wrap .business-page-slider {
        overflow: hidden;
        border-radius: 0.375rem;
    }

        .aside-banner-wrap .business-page-slider .carousel-item {
            height: 170px;
            background-size: cover !important;
            background-position: center !important;
        }

        .aside-banner-wrap .business-page-slider .slider-socila-media {
            position: absolute;
            bottom: 0.75rem;
            left: 0.75rem;
            z-index: 6;
        }

            .aside-banner-wrap .business-page-slider .slider-socila-media ul {
                display: flex;
            }

                .aside-banner-wrap .business-page-slider .slider-socila-media ul li {
                    margin-right: 0.375rem;
                    background: #fff;
                    padding: 2px;
                    border-radius: 4px;
                    overflow: hidden;
                }

                    .aside-banner-wrap .business-page-slider .slider-socila-media ul li img {
                        width: 24px;
                        height: 24px;
                        border-radius: 2px;
                    }

    .aside-banner-wrap .call-and-web {
        margin-top: 0.75rem;
    }

        .aside-banner-wrap .call-and-web p {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }

            .aside-banner-wrap .call-and-web p a {
                display: flex;
                align-items: center;
            }

                .aside-banner-wrap .call-and-web p a img {
                    border-radius: 0.25rem;
                }

@media (min-width: 1920px) {
    .section-wide-image {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.feed-profile-details {
    text-align: center;
}

    .feed-profile-details .pr-avatar {
        width: 100%;
        height: 120px;
        padding: 0px 70px;
        margin: auto;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 2rem !important;
        border-radius: 0px !important;
    }

        .feed-profile-details .pr-avatar img {
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .feed-profile-details .pr-avatar a {
            display: flex;
        }

    .feed-profile-details label {
        font-size: 1rem;
    }

@media (min-width: 1280px) {
    .feed-profile-details label {
        font-size: 1.4rem;
        line-height: 1.1 !important;
    }
}

.left-aligned-text label {
    font-size: 1rem;
}

@media (min-width: 1280px) {
    .left-aligned-text label {
        font-size: 1.625rem;
    }
}

.go-to-store a {
    font-weight: 600 !important;
}

    .go-to-store a img {
        filter: none !important;
    }

.feeds-links li {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
}

    .feeds-links li a {
        display: flex;
        align-items: center;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        font-size: 0.9375rem;
        font-weight: 500;
        transition-duration: 300ms;
    }

@media (min-width: 1280px) {
    .feeds-links li a {
        font-size: 1rem;
    }
}

.feeds-links li a:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

    .feeds-links li a:hover img {
        filter: none;
    }

.feeds-links li a.active {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

.feeds-links li a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    margin-right: 0.75rem;
}

.working-toggle {
    color: #06c !important;
}

.get-direction {
    display: block;
    padding-top: 0.375rem;
    font-size: 0.8125rem;
    text-decoration: underline;
    color: #06c;
}

@media screen and (max-width: 768px) {
    .md\:px-5.py-5.center-panel.mx-auto.contact {
        padding-bottom: 4.25rem;
    }
}

.contact {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(240, 240, 240, var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0px;
}

    .contact span {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

        .contact span img {
            margin-right: 0.75rem;
        }

    .contact p {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

        .contact p img {
            margin-right: 0.75rem;
        }

    .contact label {
        margin-bottom: 0px;
        display: block;
    }

    .contact .min-w-50 {
        max-width: 50px;
    }

@media only screen and (max-width: 640px) {
    #map-contact {
        border-radius: 0px !important;
        display: none;
    }
}

.three-buttons-wrap {
    justify-content: center !important;
}

    .three-buttons-wrap button {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

.recent-pic {
    width: 5.7rem;
    height: 5.7rem;
    overflow: hidden;
    border-radius: 0.25rem;
    background-size: cover !important;
}

@media (min-width: 1750px) {
    .recent-pic {
        width: 6.7rem;
        height: 6.7rem;
    }
}

a {
    cursor: pointer;
}

.event-date-wrap {
    background: #f5f5f5;
    margin-bottom: 0.5rem;
    display: flex;
    height: 3.5rem;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 0.375rem;
    padding-right: 0.75rem;
}

    .event-date-wrap span {
        margin-right: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 0.8125rem;
        font-weight: 700;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
    .event-date-wrap span {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.event-date-wrap span {
    min-width: 84px;
}

@media (min-width: 1280px) {
    .event-date-wrap span {
        min-width: 112px;
    }

    .event-date-wrap span {
        font-size: 0.875rem;
    }
}

@media (min-width: 1750px) {
    .event-date-wrap span {
        font-size: 1.2rem;
    }
}

.event-date-wrap p {
    margin-right: 0.75rem;
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 600;
}

@media (min-width: 1750px) {
    .event-date-wrap p {
        font-size: 0.875rem;
    }
}

.event-date-wrap p {
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
    max-height: 40px;
    overflow: hidden;
    width: 70%;
}

.event-date-wrap .btn-green {
    margin-left: auto;
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #25a878;
    color: #fff;
    font-size: 0.75rem;
    min-width: 120px;
}

@media (min-width: 1280px) {
    .event-date-wrap .btn-green {
        font-size: 0.875rem;
    }

    .event-date-wrap .btn-green {
        min-width: 115px;
    }
}

.event-date-wrap button {
    margin-left: auto;
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}

@media (min-width: 1280px) {
    .event-date-wrap button {
        font-size: 0.875rem;
    }

    .event-date-wrap button {
        min-width: 115px;
    }
}

.post-img-wrapper {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

    .post-img-wrapper .four-images {
        position: relative;
        width: 50%;
        overflow: hidden;
    }

        .post-img-wrapper .four-images .gal-img-more {
            position: absolute;
            display: flex;
            height: 100%;
            width: 100%;
            align-items: center;
            justify-content: center;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
            background: rgba(0, 0, 0, 0.7);
            font-size: 34px;
        }

        .post-img-wrapper .four-images img {
            max-height: 12rem;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
        }

    .post-img-wrapper .two-images {
        position: relative;
        width: 50%;
        overflow: hidden;
    }

        .post-img-wrapper .two-images img {
            max-height: 12rem;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
        }

    .post-img-wrapper .three-images {
        position: relative;
        width: 33.333333%;
        overflow: hidden;
    }

        .post-img-wrapper .three-images img {
            max-height: 12rem;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
        }

    .post-img-wrapper .one-images img {
        width: 100%;
    }

.like-wrap {
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .like-wrap span {
        width: 100%;
        height: 100px;
        margin-bottom: 0.5rem;
        margin-right: 0px;
        display: block;
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(240, 240, 240, var(--tw-border-opacity));
        background-size: cover !important;
        background-position: center !important;
    }

    .like-wrap .flex.items-center {
        width: 100%;
        flex-wrap: wrap;
    }

    .like-wrap .truncate {
        width: 100%;
        font-size: 0.875rem;
    }

@media (min-width: 1750px) {
    .like-wrap .truncate {
        width: 100%;
    }

    .like-wrap .truncate {
        font-size: 0.9375rem;
    }
}

.like-wrap .following {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 29, 86, var(--tw-bg-opacity));
    color: #fff !important;
}

    .like-wrap .following img {
        filter: brightness(0) invert(1);
    }

.categories span {
    margin-right: 0.25rem;
    display: inline-block;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
    text-decoration: underline;
    transition-duration: 300ms;
    line-height: 1.4;
    font-size: 12px;
}

    .categories span:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 29, 86, var(--tw-text-opacity));
    }

.pr-catalogue .pr-sq-wrap .sub {
    color: #8b8b8b;
    margin-top: 0.25rem;
    font-family: "Helvetica";
    font-size: 12px !important;
}

.pr-catalogue .pr-sq-wrap .product-square {
    width: 100%;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 0.375rem;
}

    .pr-catalogue .pr-sq-wrap .product-square img {
        height: 154px;
    }

.brand-photos {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

@media (min-width: 1024px) {
    .brand-photos {
        max-width: 280px;
    }
}

@media (min-width: 1280px) {
    .brand-photos {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.city-page-location {
    height: 12rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
}

.share-medias a {
    margin-right: 0.625rem;
    display: inline-block;
}

.pagination {
    display: inline-block;
    border-radius: 0.25rem;
    padding-left: 0px;
}

    .pagination li {
        margin-right: 0.75rem;
        display: inline-block;
        font-size: 1rem;
    }

        .pagination li a {
            margin-left: 0px;
            display: flex;
            height: 2.75rem;
            width: 2.75rem;
            align-items: center;
            justify-content: center;
            border-radius: 0.375rem;
            font-weight: 500;
            --tw-text-opacity: 1;
            color: rgba(110, 110, 110, var(--tw-text-opacity));
        }

            .pagination li a.active {
                --tw-bg-opacity: 1;
                background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
                font-weight: 700;
                --tw-text-opacity: 1;
                color: rgba(255, 255, 255, var(--tw-text-opacity));
            }

.opinion .like {
    background-size: contain !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 100%;
    }
}

.detail-popup .modal-content {
    padding: 1rem;
}

@media (min-width: 768px) {
    .detail-popup .modal-content {
        padding: 1.25rem;
    }
}

.detail-popup .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid #888;
    width: 90% !important;
    max-width: 1480px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

    .detail-popup .modal-content textarea {
        height: 60px;
    }

    .detail-popup .modal-content .carousel-item {
        height: auto;
        background: #000;
    }

@media (min-width: 768px) {
    .detail-popup .modal-content .carousel-item {
        height: 40vh;
    }
}

@media (min-width: 1280px) {
    .detail-popup .modal-content .carousel-item {
        height: 76vh;
    }
}

.detail-popup .modal-content .carousel-item img {
    max-height: 100%;
}

@media only screen and (max-width: 768px) {
    .detail-popup .modal-content .carousel-item img {
        max-height: 380px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.detail-popup .modal-content .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.detail-popup .modal-content span.back-button {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
    .detail-popup .modal-content span.back-button {
        width: 20px;
        display: none;
        margin-bottom: 15px;
    }
}

.detail-popup .modal-content span.back-button h2 {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-popup .modal-content span.back-button img {
    height: 14px;
    margin-right: 6px;
    width: 22px;
}

.detail-popup .modal-content .modal-close {
    right: 0.5rem;
    top: 0.5rem;
}

@media (min-width: 1280px) {
    .detail-popup .modal-content .modal-close {
        right: 1rem;
    }

    .detail-popup .modal-content .modal-close {
        top: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .detail-popup .modal-content .modal-close {
        top: 16px;
        right: 14px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        padding: 3px;
    }

        .detail-popup .modal-content .modal-close img {
            width: 100%;
        }
}

.detail-popup .modal-content .modal-close button {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .detail-popup .modal-content {
        width: 100% !important;
        margin-top: 0px !important;
        border-radius: 0px !important;
        border: none;
        margin-bottom: 0px !important;
        overflow-y: auto;
    }
}

.detail-popup .pop-right {
    overflow-y: auto;
    height: 76vh;
}

@media only screen and (max-width: 1280px) {
    .detail-popup .pop-right {
        height: auto;
    }
}

.filter-category-popup {
}

    .filter-category-popup .modal-content {
        max-width: 800px;
        width: 100%;
        overflow-y: auto;
    }

        .filter-category-popup .modal-content .content-wrap h2 {
            margin-bottom: 0px;
            font-size: 1rem;
            padding-top: 0px;
            padding-bottom: 0px;
            text-align: center;
        }

@media (min-width: 768px) {
    .filter-category-popup .modal-content .content-wrap h2 {
        font-size: 1.7rem;
        padding-bottom: 0.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .filter-category-popup .modal-content .content-wrap h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.filter-category-popup .modal-content .categories-listed-area {
    height: auto;
}

@media (min-width: 640px) {
    .filter-category-popup .modal-content .categories-listed-area {
        border-radius: 0.75rem;
    }
}

@media (min-width: 768px) {
    .filter-category-popup .modal-content .categories-listed-area {
        height: 440px;
    }
}

.filter-category-popup .modal-content .categories-listed-area .w-full.md\:w-2\/4 {
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .filter-category-popup .modal-content .categories-listed-area {
        border: none;
    }
}

.filter-category-popup .modal-content h3 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 29, 31, var(--tw-bg-opacity));
    padding: 1rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.filter-category-popup .modal-content .categories {
    height: 100%;
}

    .filter-category-popup .modal-content .categories ul {
        padding: 1rem;
        max-height: 360px;
        overflow-y: auto;
    }

        .filter-category-popup .modal-content .categories ul li a {
            display: flex;
            align-items: center;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            font-size: 0.875rem;
            transition-duration: 300ms;
        }

@media (min-width: 640px) {
    .filter-category-popup .modal-content .categories ul li a {
        font-size: 0.9375rem;
    }
}

.filter-category-popup .modal-content .categories ul li a:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.filter-category-popup .modal-content .categories ul li a.active {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.filter-category-popup .modal-content .categories ul li a img {
    margin-right: 0.8rem;
}

@media only screen and (max-width: 640px) {
    .filter-category-popup .modal-content .categories ul li a img {
        height: 20px;
    }

    .filter-category-popup .modal-content .categories ul li {
        font-size: 0.875rem;
        line-height: 1.4 !important;
    }

    .filter-category-popup .modal-content .categories ul {
        max-height: 100%;
    }
}

.filter-category-popup .modal-content .sub-cat {
    height: 100%;
}

    .filter-category-popup .modal-content .sub-cat ul {
        padding: 1rem;
        max-height: 360px;
        overflow-y: auto;
    }

        .filter-category-popup .modal-content .sub-cat ul li a {
            display: block;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

.filter-category-popup .modal-content .modal-close {
    right: 1.5rem;
    top: 1.5rem;
}

    .filter-category-popup .modal-content .modal-close img {
        width: 12px;
    }

@media only screen and (max-width: 640px) {
    .filter-category-popup .modal-content .modal-close {
        right: 12px;
        top: 15px;
    }

    .filter-category-popup .modal-content {
        padding: 0px;
        height: 100%;
        margin-top: 0 !important;
        border-radius: 0 !important;
        overflow-y: auto;
    }
}

.filter-category-popup ::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

    .modal .modal-content {
        width: 90%;
        margin: auto;
        margin-top: 1.75rem;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-radius: 0.75rem;
    }

@media (min-width: 768px) {
    .modal .modal-content {
        position: relative;
    }

    .modal .modal-content {
        margin: auto;
    }

    .modal .modal-content {
        width: 100%;
    }

    .modal .modal-content {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .modal .modal-content {
        width: 100%;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.modal .modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
    cursor: pointer;
}

.like-share .sign-card a {
    font-weight: 600 !important;
    text-transform: uppercase;
    display: block !important;
    text-align: center;
}

.detail-popup p {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(30, 30, 30, var(--tw-text-opacity));
    font-family: "Helvetica";
    overflow-y: auto;
    line-height: 1.6;
}

    .detail-popup p::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 1024px) {
    .detail-popup p {
        max-height: 406px;
    }
}

.detail-popup h2 {
    font-weight: 700;
    margin: 10px 14px 6px 0px;
    line-height: 1.3;
}

.detail-popup .event-date-wrap p {
    line-height: 1.4;
    margin-bottom: 0px;
    font-size: 0.9375rem;
    font-weight: 600;
}

.detail-popup .comment-lists .comment-bubble {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}

    .detail-popup .comment-lists .comment-bubble p {
        margin-bottom: 0px;
        font-size: 0.9375rem;
    }

.detail-popup .interaction-area .like-share span {
    font-size: 0.9375rem;
}

.terms-conditions ul li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .terms-conditions ul li {
        font-size: 1rem;
    }
}

@media (min-width: 1280px) {
    .terms-conditions ul li {
        font-size: 1.1875rem;
        line-height: 2.1rem;
        letter-spacing: 0.1px;
    }
}

.terms-conditions ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 12px;
    left: 0;
}

.map-popup .h-60 {
    padding: 0.75rem;
    height: 35rem;
}

.map-popup .modal-close {
    width: 13px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 10;
    cursor: pointer;
}

.map-popup .modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    border-style: none;
    padding: 0px;
}

@media (min-width: 1024px) {
    .map-popup .modal-content {
        height: auto;
    }

    .map-popup .modal-content {
        border-radius: 0.75rem;
    }
}

.map-popup .modal-content {
    max-width: 100%;
}

@media (min-width: 640px) {
    .map-popup .modal-content {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .map-popup .modal-content {
        max-width: 800px;
    }
}

@media (min-width: 1280px) {
    .map-popup .modal-content {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 768px) {
    .map-popup .modal-content {
        margin-top: 0px !important;
    }
}

.grow-your-business-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    .grow-your-business-popup .modal-content {
        pointer-events: auto;
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        border-radius: 0.375rem;
        border-style: none;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        background-clip: padding-box;
        color: currentColor;
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

@media only screen and (max-width: 640px) {
    .grow-your-business-popup .modal-content {
        margin-top: 0;
        height: 100%;
        border-radius: 0;
        width: 100%;
    }

    .grow-your-business-popup .modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
}

.grow-your-business-popup .btn-secondary {
    border-radius: 0.375rem;
    font-size: 1.125rem;
}

.store-active a {
    width: 54px;
    height: 58px;
    background: #efefef;
    background-image: linear-gradient(90deg, #e60a46, #790f7c);
}

    .store-active a img {
        filter: brightness(0) invert(1) !important;
    }

.store-active p {
    color: #fff;
}

.location-popup .modal-content {
    position: relative;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    padding: 0px;
}

@media (min-width: 1024px) {
    .location-popup .modal-content {
        height: auto;
    }

    .location-popup .modal-content {
        border-radius: 0.75rem;
    }
}

.location-popup .modal-content {
    max-width: 94%;
    margin-top: 4%;
}

@media (min-width: 1024px) {
    .location-popup .modal-content {
        max-width: 800px;
    }
}

@media (min-width: 1280px) {
    .location-popup .modal-content {
        max-width: 1000px;
    }
}

.location-popup .modal-content .h-60 {
    height: 8rem;
    padding: 1.25rem;
}

@media (min-width: 1024px) {
    .location-popup .modal-content .h-60 {
        height: 13rem;
    }

    .location-popup .modal-content .h-60 {
        padding: 2rem;
    }
}

@media (min-width: 1280px) {
    .location-popup .modal-content .h-60 {
        padding: 3rem;
    }
}

.location-popup .modal-content .h-60 p {
    text-align: center;
    font-size: 0.9375rem;
}

@media (min-width: 1280px) {
    .location-popup .modal-content .h-60 p {
        font-size: 1.0625rem;
    }
}

.location-popup .modal-content h2 {
    font-size: 20px;
}

@media (min-width: 1024px) {
    .location-popup .modal-content h2 {
        font-size: 1.875rem;
        line-height: 1;
    }
}

@media only screen and (max-width: 640px) {
    .location-popup .modal-content .choose-country {
        padding-bottom: 70px;
    }
}

.location-popup .modal-content .choose-country label {
    font-size: 14px;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .location-popup .modal-content .choose-country label {
        font-size: 20px;
    }
}

@media (min-width: 1280px) {
    .location-popup .modal-content .choose-country label {
        font-size: 1.625rem;
    }
}

.location-popup .modal-content .choose-country label img {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    cursor: pointer;
    height: 16px;
}

.location-popup .modal-content .choose-country ul li a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .location-popup .modal-content .choose-country ul li a {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1280px) {
    .location-popup .modal-content .choose-country ul li a {
        font-size: 1.125rem;
    }
}

.location-popup .modal-content .w-4\/12 {
    width: 50%;
}

@media (min-width: 768px) {
    .location-popup .modal-content .w-4\/12 {
        width: 33.333333%;
    }
}

@media only screen and (max-width: 769px) {
    .location-popup .modal-content {
        max-width: 100% !important;
        margin-top: 0px !important;
        border-radius: 0px !important;
        height: 100%;
        overflow-y: auto;
    }
}

.location-popup .detect-location {
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    display: flex;
    overflow: hidden;
    border-radius: 0.375rem;
    margin-top: -70px;
}

.location-popup form.detect-location input[type="text"] {
    width: 60%;
    float: left;
    border-radius: 0px;
    border-style: none;
    line-height: 1.4;
    height: 3.5rem;
}

@media (min-width: 1280px) {
    .location-popup form.detect-location input[type="text"] {
        width: 80%;
    }
}

.location-popup form.detect-location button {
    float: left;
    width: 40%;
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
    font-size: 14px;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .location-popup form.detect-location button {
        width: 20%;
    }
}

.location-popup .horizontal-lines {
    position: relative;
}

    .location-popup .horizontal-lines::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 237, 237, var(--tw-bg-opacity));
        height: 1px;
    }

.career-popup .modal-body {
    padding: 20px !important;
}

    .career-popup .modal-body .btn-secondary {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        min-height: 50px !important;
    }

    .career-popup .modal-body .w-96 {
        width: 100%;
    }

        .career-popup .modal-body .w-96 .form-control {
            font-size: 0.875rem;
        }

    .career-popup .modal-body .form-group {
        font-size: 0.875rem;
    }

        .career-popup .modal-body .form-group input {
            padding-left: 0.75rem;
        }

        .career-popup .modal-body .form-group textarea {
            padding-left: 0.75rem;
        }

.career-popup .btn-secondary {
    margin-top: 0px !important;
}

.career-popup .form-group .flex.justify-start input {
    line-height: 3;
    border-radius: 0.375rem;
}

.modal-backdrop {
    width: auto !important;
}

.make-an-enquiry .modal-body {
    padding: 20px !important;
}

    .make-an-enquiry .modal-body .btn-secondary {
        border-radius: 0.375rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
        text-transform: uppercase;
    }

@media (min-width: 1280px) {
    .make-an-enquiry .modal-body .btn-secondary {
        font-weight: 600;
    }
}

.make-an-enquiry .modal-body .btn-secondary {
    min-height: 50px !important;
}

.unfollow-popup .modal-body {
    padding: 20px !important;
}

    .unfollow-popup .modal-body .btn-secondary {
        border-radius: 0.375rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
        text-transform: uppercase;
    }

@media (min-width: 1280px) {
    .unfollow-popup .modal-body .btn-secondary {
        font-weight: 600;
    }
}

.unfollow-popup .modal-body .btn-secondary {
    min-height: 50px !important;
}

.unfollow-popup .modal-body .btn-primary {
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 1280px) {
    .unfollow-popup .modal-body .btn-primary {
        font-weight: 600;
    }
}

.unfollow-popup .modal-body .btn-primary {
    min-height: 50px !important;
}

.pass-val-err {
    display: block;
    margin-bottom: 1rem;
    font-size: 13px;
    color: red;
}

@media only screen and (max-width: 769px) {
    .login-popup .modal-content {
        max-width: 100% !important;
        margin-top: 0px !important;
        border-radius: 0px !important;
        height: 100%;
    }

    .login-popup .modal-close {
        right: 5px;
        top: 5px;
    }
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

    .slider ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 200px;
        display: inline-block;
        list-style: none;
        background: #458;
    }

        .slider ul li {
            position: relative;
            float: left;
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 680px;
            height: 500px;
            background: #fff;
            text-align: center;
            line-height: 300px;
            color: #333;
        }

.control {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.career-wrapper .accordion .accordion-div .designation {
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .career-wrapper .accordion .accordion-div .designation {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .accordion-div .designation {
        font-size: 1.625rem;
    }
}

.career-wrapper .accordion .accordion-div .designation .new {
    display: inline-flex;
    height: 1rem;
    align-items: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(230, 10, 70, var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: 10px;
    line-height: 1;
}

.career-wrapper .accordion .accordion-div .venue span {
    min-width: 100%;
    font-size: 0.9375rem;
}

@media (min-width: 1024px) {
    .career-wrapper .accordion .accordion-div .venue span {
        min-width: 0px;
    }
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .accordion-div .venue span {
        font-size: 1.0625rem;
    }
}

.career-wrapper .accordion p {
    font-size: 0.9375rem;
}

@media (min-width: 1280px) {
    .career-wrapper .accordion p {
        font-size: 1.0625rem;
    }
}

.career-wrapper .accordion ul li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.9375rem;
}

@media (min-width: 1280px) {
    .career-wrapper .accordion ul li {
        font-size: 1.0625rem;
    }
}

.career-wrapper .accordion ul li strong {
    font-weight: 600;
}

.career-wrapper .accordion .accordion-item {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 0px !important;
}

.career-wrapper .accordion .share-dropdown {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

@media (min-width: 768px) {
    .career-wrapper .accordion .share-dropdown {
        width: auto;
    }
}

.career-wrapper .accordion .btn-secondary {
    margin-top: 1rem;
    width: 100%;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .btn-secondary {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .career-wrapper .accordion .btn-secondary {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .career-wrapper .accordion .btn-secondary {
        font-size: 1.125rem;
    }

    .career-wrapper .accordion .btn-secondary {
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .career-wrapper .accordion .btn-secondary {
        width: auto;
    }
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .btn-secondary {
        min-height: 60px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }
}

.career-wrapper .accordion .btn-cancel {
    margin-left: 0px;
    margin-top: 1rem;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(29, 29, 31, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(29, 29, 31, var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .career-wrapper .accordion .btn-cancel {
        margin-top: 0px;
    }

    .career-wrapper .accordion .btn-cancel {
        margin-left: 1rem;
    }
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .btn-cancel {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .career-wrapper .accordion .btn-cancel {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .career-wrapper .accordion .btn-cancel {
        font-size: 1.125rem;
    }

    .career-wrapper .accordion .btn-cancel {
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .career-wrapper .accordion .btn-cancel {
        width: auto;
    }
}

@media (min-width: 1280px) {
    .career-wrapper .accordion .btn-cancel {
        min-height: 60px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    .career-wrapper .accordion .btn-cancel {
        width: auto;
    }
}

.career-wrapper .accordion .btn-cancel img {
    margin-left: 0.5rem;
}

.blog-wrap .blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .blog-wrap .blog-head a {
        font-size: 0.875rem;
        font-weight: 400;
        color: #06c !important;
    }

.blog-wrap .blog-right {
    min-width: 55%;
}

.blog-wrap .blog-image {
    height: 90px;
    min-width: 40%;
    overflow: hidden;
    border-radius: 0.375rem;
}

.blog-wrap label {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    display: block;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 500;
    transition-duration: 300ms;
    line-height: 1.3;
}

    .blog-wrap label:hover {
        --tw-text-opacity: 1;
        color: rgba(230, 10, 70, var(--tw-text-opacity));
    }

.blog-wrap p {
    overflow-y: hidden;
    font-size: 0.8125rem;
    line-height: 1.4;
    max-height: 54px;
}

.blog-wrap .blog-date {
    font-size: 0.8125rem;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.store-menu-bottom li {
    min-width: 75px;
}

@media screen and (max-width: 375px) {
    .store-menu-bottom li {
        min-width: 66px;
    }
}

.mobile-bottom-menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 0px 6px;
    z-index: 100;
    display: block;
}

    .mobile-bottom-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .mobile-bottom-menu ul li {
            justify-content: center;
            flex-wrap: wrap;
            text-align: center;
            line-height: 0;
            display: flex;
            flex: 1 1 0%;
        }

            .mobile-bottom-menu ul li span {
                min-width: 100%;
                height: 26px;
                display: inline-flex;
            }

            .mobile-bottom-menu ul li img {
                margin: auto;
                margin-bottom: 6px;
                filter: grayscale(100%);
            }

            .mobile-bottom-menu ul li a {
                padding: 10px 6px;
                display: block;
            }

            .mobile-bottom-menu ul li p {
                line-height: 1;
                font-size: 12px;
                max-width: 100px;
            }

@media screen and (max-width: 450px) {
    .mobile-bottom-menu ul li p {
        max-width: 74px;
    }
}

@media (min-width: 640px) {
    .mobile-bottom-menu ul li p {
        font-size: 14px;
    }
}

.mobile-bottom-menu ul li.active img {
    filter: none;
}

.mobile-bottom-menu ul li.active p {
    --tw-text-opacity: 1;
    color: rgba(237, 29, 86, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .mobile-bottom-menu {
        display: none;
    }
}

.mobile-bottom-menu #nav-icon1 {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 7px;
}

.ads-max-height {
    max-height: 140px !important;
}

.hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-primary-11:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 10, 70, var(--tw-text-opacity));
}

.hover\:no-underline:hover {
    text-decoration: none;
}

.hover\:opacity-75:hover {
    opacity: 0.75;
}

.hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:no-underline:focus {
    text-decoration: none;
}

.focus\:opacity-100:focus {
    opacity: 1;
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 640px) {
    .sm\:top-16 {
        top: 4rem;
    }

    .sm\:ml-5 {
        margin-left: 1.25rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:rounded-xl {
        border-radius: 0.75rem;
    }

    .sm\:border {
        border-width: 1px;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

@media (min-width: 768px) {
    .md\:left-16 {
        left: 4rem;
    }

    .md\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .md\:ml-3 {
        margin-left: 0.75rem;
    }

    .md\:block {
        display: block;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-2\/4 {
        width: 50%;
    }

    .md\:w-2\/6 {
        width: 33.333333%;
    }

    .md\:w-4\/6 {
        width: 66.666667%;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .md\:p-14 {
        padding: 3.5rem;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .md\:pr-52 {
        padding-right: 13rem;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }

    .md\:text-2xl {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }

    .lg\:left-3 {
        left: 0.75rem;
    }

    .lg\:top-20 {
        top: 5rem;
    }

    .lg\:left-16 {
        left: 4rem;
    }

    .lg\:top-52 {
        top: 13rem;
    }

    .lg\:right-16 {
        right: 4rem;
    }

    .lg\:right-4 {
        right: 1rem;
    }

    .lg\:-top-16 {
        top: -4rem;
    }

    .lg\:m-auto {
        margin: auto;
    }

    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mr-2 {
        margin-right: 0.5rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mt-9 {
        margin-top: 2.25rem;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:mb-20 {
        margin-bottom: 5rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:mt-4 {
        margin-top: 1rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-80 {
        height: 20rem;
    }

    .lg\:h-72 {
        height: 18rem;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-3\/6 {
        width: 50%;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:p-20 {
        padding: 5rem;
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pl-56 {
        padding-left: 14rem;
    }

    .lg\:pr-56 {
        padding-right: 14rem;
    }

    .lg\:pr-20 {
        padding-right: 5rem;
    }

    .lg\:pl-20 {
        padding-left: 5rem;
    }

    .lg\:pt-11 {
        padding-top: 2.75rem;
    }

    .lg\:pr-48 {
        padding-right: 12rem;
    }

    .lg\:pl-36 {
        padding-left: 9rem;
    }

    .lg\:pr-12 {
        padding-right: 3rem;
    }

    .lg\:pr-36 {
        padding-right: 9rem;
    }

    .lg\:pr-10 {
        padding-right: 2.5rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:text-lg {
        font-size: 1rem;
    }

    .lg\:text-3xl {
        font-size: 1.25rem;
    }

    .lg\:text-2xl {
        font-size: 1.125rem;
    }

    .lg\:text-base {
        font-size: 0.9375rem;
    }

    .lg\:text-4xl {
        font-size: 2.6875rem;
    }

    .lg\:text-tiny {
        font-size: 0.875rem;
    }
}

@media (min-width: 1280px) {
    .xl\:absolute {
        position: absolute;
    }

    .xl\:left-28 {
        left: 7rem;
    }

    .xl\:m-auto {
        margin: auto;
    }

    .xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .xl\:mt-5 {
        margin-top: 1.25rem;
    }

    .xl\:mt-24 {
        margin-top: 6rem;
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .xl\:mb-8 {
        margin-bottom: 2rem;
    }

    .xl\:mt-8 {
        margin-top: 2rem;
    }

    .xl\:ml-auto {
        margin-left: auto;
    }

    .xl\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .xl\:mb-0 {
        margin-bottom: 0px;
    }

    .xl\:mb-20 {
        margin-bottom: 5rem;
    }

    .xl\:mr-10 {
        margin-right: 2.5rem;
    }

    .xl\:mt-4 {
        margin-top: 1rem;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:mt-32 {
        margin-top: 8rem;
    }

    .xl\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-80 {
        height: 20rem;
    }

    .xl\:w-1\/3 {
        width: 33.333333%;
    }

    .xl\:w-2\/3 {
        width: 66.666667%;
    }

    .xl\:w-1\/2 {
        width: 50%;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:w-2\/5 {
        width: 40%;
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl\:justify-start {
        justify-content: flex-start;
    }

    .xl\:justify-end {
        justify-content: flex-end;
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .xl\:gap-y-20 {
        row-gap: 5rem;
    }

    .xl\:gap-y-12 {
        row-gap: 3rem;
    }

    .xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .xl\:p-5 {
        padding: 1.25rem;
    }

    .xl\:p-12 {
        padding: 3rem;
    }

    .xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .xl\:pl-32 {
        padding-left: 8rem;
    }

    .xl\:pr-10 {
        padding-right: 2.5rem;
    }

    .xl\:pl-16 {
        padding-left: 4rem;
    }

    .xl\:pr-60 {
        padding-right: 15rem;
    }

    .xl\:pr-36 {
        padding-right: 9rem;
    }

    .xl\:pr-48 {
        padding-right: 12rem;
    }

    .xl\:pr-12 {
        padding-right: 3rem;
    }

    .xl\:pr-44 {
        padding-right: 11rem;
    }

    .xl\:pr-32 {
        padding-right: 8rem;
    }

    .xl\:pr-0 {
        padding-right: 0px;
    }

    .xl\:pr-56 {
        padding-right: 14rem;
    }

    .xl\:pr-16 {
        padding-right: 4rem;
    }

    .xl\:pl-20 {
        padding-left: 5rem;
    }

    .xl\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .xl\:pl-0 {
        padding-left: 0px;
    }

    .xl\:pr-28 {
        padding-right: 7rem;
    }

    .xl\:pr-24 {
        padding-right: 6rem;
    }

    .xl\:text-left {
        text-align: left;
    }

    .xl\:text-3xl {
        font-size: 1.25rem;
    }

    .xl\:text-2xl {
        font-size: 1.125rem;
    }

    .xl\:text-lg {
        font-size: 1rem;
    }

    .xl\:text-xl {
        font-size: 1.0625rem;
    }

    .xl\:text-base {
        font-size: 0.9375rem;
    }

    .xl\:text-4xl {
        font-size: 2.6875rem;
    }

    .xl\:text-tiny {
        font-size: 0.875rem;
    }

    .xl\:font-bold {
        font-weight: 700;
    }

    .xl\:font-semibold {
        font-weight: 600;
    }

    .xl\:leading-10 {
        line-height: 2.5rem;
    }

    .xl\:leading-9 {
        line-height: 2.25rem;
    }

    .xl\:leading-8 {
        line-height: 2rem;
    }
}

@media (min-width: 1750px) {
    .\32xl\:-top-14 {
        top: -3.5rem;
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .\32xl\:pr-9 {
        padding-right: 2.25rem;
    }

    .\32xl\:text-xl {
        font-size: 1.0625rem;
    }
}
