/*
Theme Name: CATALYSIS
Theme URI: https://www.facebook.com/profile.php?id=61552223098450
Author: CATALYSIS Dev Team
Description: CATALYSIS designed
Version: 1.4.1
Text Domain: CATALYSIS
Tags: blog, magazine, minimal, lightweight
*/
@charset "UTF-8";
:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212540;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #212540;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #212540;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #212540;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: hidden;
    position: relative;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid var(--tertiary-color);
    opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.6rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2.813rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 2.188rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.875rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
    outline: none;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:hover,
a:active,
a:focus {
    outline: none;
    /* border: 0; */
}

input::-moz-focus-inner {
    border: 0;
}

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
        [type="week"]
    ):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /* margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x)); */
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(
        --bs-table-color-state,
        var(--bs-table-color-type, var(--bs-table-color))
    );
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px
        var(
            --bs-table-bg-state,
            var(--bs-table-bg-type, var(--bs-table-accent-bg))
        );
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-auto {
    margin-top: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-auto {
    margin-bottom: auto;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.px-3 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.wp-caption-text {
    text-align: center;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

/* .hide-speed {
    display: block;
}

.hide-speed.active {
    display: block;
} */

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

/* .row {
    max-width: 1276px;
} */

.px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.ma-4 {
    margin: 16px !important;
}

.pa-5 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-40 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-4 {
    margin-top: 16px;
}

.mt-5 {
    margin-top: 20px;
}

.mt-6 {
    margin-top: 24px;
}

.mt-10 {
    margin-top: 40px;
}

.my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mb-10 {
    margin-bottom: 40px;
}

.mb-13 {
    margin-bottom: 52px;
}

.ml-4 {
    margin-left: 16px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.text-justify {
    text-align: justify;
}

.flex-column {
    flex-direction: column;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

:root {
    --font-Open: "Open Sans", sans-serif;
    --font-Marcellus: "Marcellus", serif;

    --primary-color: #8ca1cb;
    --secondary-color: #161d27;
    --surface-color: #1f2732;
    --tertiary-color: #2e3947;
    --duodenary-color: #000000;

    --white: #ffffff;

    --font-color: #262626;
    --background-color: #ffffff;

    --quaternary-color: #dc9d1b;
    --quinary-color: #d9d9d9;
    --senary-color: #a8b9c5;
    --octonary-color: #934d26;
    --nonary-color: #555555;
    --denary-color: #f1d1a9;

    --app-bar-background: transparent;
    --footer-color: #16171d;

    --size-10: 0.625rem;
    --size-12: 0.75rem;
    --size-13: 0.813rem;
    --size-13-5: 0.84375rem;
    --size-14: 0.875rem;
    --size-15: 0.938rem;
    --size-16: 1rem;
    --size-17: 1.0625rem;
    --size-18: 1.125rem;
    --size-20: 1.25rem;
    --size-21: 1.3125rem;
    --size-22: 1.375rem;
    --size-24: 1.5rem;
    --size-25: 1.563rem;
    --size-28: 1.75rem;
    --size-30: 1.875rem;
    --size-32: 2rem;
    --size-33: 2.063em;
    --size-35: 2.188rem;
    --size-36: 2.25rem;
    --size-38: 2.375rem;
    --size-40: 2.5em;
    --size-42: 2.625em;
    --size-46: 2.875rem;
    --size-47: 2.938rem;
    --size-48: 3rem;
    --size-56: 3.5rem;
    --size-60: 3.75rem;
    --size-61: 3.8125rem;
    --size-64: 4rem;
    --size-72: 4.5rem;
    --size-80: 5rem;
    --size-96: 6rem;
    --size-100: 6.25rem;
    --ratio-md: 0.8;
    --ratio-sm: 0.6;
    --ratio-xm: 0.4;
    --ratio-xxm: 0.3;
    --ratio-xxxm: 0.24;
    --ratio-xxxmm: 0.22;

    --dura-300: 0.3s;
    --dura-500: 0.5s;

    --text_h1: 4.063rem;
    --text_h2: 2.813rem;
    --text_h3: 2.188rem;
    --text_h4: 1.875rem;
    --text_h5: 1.25rem;
    --text_h6: 1.063rem;

    --fw-bold: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
}

body {
    min-height: 100%;
    line-height: normal;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: visible;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-Open);
    font-size: var(--size-16);
    background: var(--background-color);
    color: var(--font-color);
    word-break: break-word;
}

html:lang(ko) body {
    word-break: keep-all;
}

a {
    transition: 0.3s linear;
    text-decoration: none;
    color: var(--font-color);
}

a:hover {
    color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
}

#site-inner {
    overflow-x: hidden;
}

.ani {
    transition: 0.2s ease-in;
}

/* nav-icon-5 */
.nav-icon-5 {
    width: 20px;
    height: 14px;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    display: none;
}

.nav-icon-5 span {
    background-color: #ffffff;
    position: absolute;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 2px;
    transition-duration: 300ms;
}

.nav-icon-5 span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.nav-icon-5 span:nth-child(2) {
    top: 6px;
    left: 0px;
    opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
}

.nav-icon-5.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}

.nav-icon-5.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 6px;
}

.hamburger {
    display: none;
    width: 20px;
    height: 15px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.line-camp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pll-switcher-select {
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}

.pll-switcher-select option {
    color: #000000;
    width: 45px;
}

.btn-catalysis {
    display: inline-block;
    padding: 18px 24px;
    border: 2px solid #212540;
    background-color: #212540;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

.btn-catalysis:hover {
    background-color: #ffffff;
    color: #212540;
}

.catalysis-slogan {
    margin-top: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-Marcellus);
    font-size: 50px;
    line-height: 60px; /* 120% */
    height: 400px;
    background-image: url(../images/slogan.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Animated Gradient Background Overlay for catalysis-slogan */
.catalysis-slogan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(22, 29, 39, 0.3) 50%,
        rgba(22, 29, 39, 0.2) 75%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    z-index: 1;
    pointer-events: none;
}

/* Ensure content is above gradient */
.catalysis-slogan > * {
    position: relative;
    z-index: 2;
}

/* Gradient Animation Keyframes */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.tt-catalysis {
    color: #212540;
    text-align: center;
    font-family: var(--font-Marcellus);
    font-size: 50px;
    line-height: 75px; /* 150% */
}

.tt-catalysis.cart {
    margin-top: 100px;
    color: #000;
    font-size: 32px;
    line-height: 32px;
}

.product-detail .tt-catalysis {
    margin-top: 70px;
}

.product-section .item {
    position: relative;
    /* margin-bottom: 30px; */
}

.product-section .item > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-section .item .text {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    position: relative;
}

.product-section .item .text h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 160%; /* 48px */
    letter-spacing: 0.3px;
}

.product-section .item .text p {
    margin: 30px 0 0;
    font-size: 17px;
}

.product-section .item .text > div {
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
}

.product-section .item:nth-child(1) > div {
    align-items: end;
}

.product-section .item:nth-child(4) .text {
    display: flex;
    justify-content: space-between;
}

.product-section .item:nth-child(4) .text > div {
    max-width: 360px;
}

.product-buy {
    position: relative;
    /* margin-bottom: 50px; */
}

.product-buy .product-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.product-buy .information {
    border: 3px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(11.149999618530273px);
    width: 429px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-buy .information .pi {
    font-family: var(--font-Marcellus);
    font-size: 20px;
}

.product-buy .information .buy-today {
    font-size: 20px;
    margin-bottom: 25px;
}

.product-buy .information table {
    max-width: 240px;
    margin: 25px auto;
    white-space: nowrap;
    border: none;
}

.product-buy .information table td {
    padding-bottom: 20px;
}

.product-buy .information table tr {
    position: relative;
}

.product-buy .information table tr::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0.18) 52%,
        rgba(255, 255, 255, 0.18) 100%
    );
}

.product-buy .information .add_to_cart_inline {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.product-buy .information .add_to_cart_button {
    margin-top: 35px;
    border-radius: 0;
    display: block;
    color: #212540;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    background: #fff;
    width: 309px;
}

.product-buy .information .woocommerce-Price-amount {
    display: block;
    text-align: left;
    font-size: 30px;
    color: #eee;
}

.wc-block-components-product-metadata {
    display: none;
}

.number-product {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    width: 131px;
    position: absolute;
    top: -3px;
    right: 0;
}

.number-product input {
    background: none;
    color: #eee;
    border: none;
    outline: none;
    box-shadow: none;
    width: 43px;
    height: 46px;
    text-align: center;
}

.number-product img {
    cursor: pointer;
}

.breadcum-catalysis {
    margin: 20px 0;
    gap: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcum-catalysis a,
.breadcum-catalysis span {
    font-size: 15px;
    line-height: 22.5px;
}

.woocommerce-error {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce form .form-row label,
#order_review_heading,
.woocommerce-form-coupon-toggle,
.woocommerce-cart-form .shop_table tbody tr:last-child,
/* .woocommerce-shipping-totals.shipping, */
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: #212540 !important;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    float: none !important;
    border-radius: 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-top: 30px;
    border-radius: 0;
    width: 100% !important;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout.checkout::after {
    content: "";
    clear: both;
}

.woocommerce-NoticeGroup-checkout {
    width: 100% !important;
}

.woocommerce-checkout.checkout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#customer_details {
    margin-top: 50px;
    width: calc(50% - 15px);
}

#order_review {
    margin-top: 50px;
    width: calc(50% - 15px);
}

#customer_details .col-1,
#customer_details .col-2 {
    float: none;
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #8a8a8a;
    background: #fff;
    padding: 23px 29px 24px 26px;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.woocommerce form .form-row {
    padding: 0 !important;
    margin-bottom: 16px !important;
}

.select2-container .select2-selection--single {
    height: 71px !important;
    border-radius: 0px !important;
    border-color: #8a8a8a !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 71px !important;
    padding-left: 29px !important;
    padding-left: 26px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.woocommerce-billing-fields {
    position: relative;
}

#billing_email_field {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-billing-fields h3 {
    color: #484848;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.tt-contact {
    padding-bottom: 114px;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#billing_country_field {
    order: 0;
    width: 100%;
}

#billing_state_field{
    width: 100%;
}

#billing_first_name_field {
    order: 1;
    width: calc(50% - 5px);
}

#billing_last_name_field {
    order: 2;
    width: calc(50% - 5px);
}

#billing_address_1_field {
    order: 3;
    width: 100%;
}

#billing_city_field {
    order: 4;
    width: calc(50% - 5px);
}

#billing_postcode_field {
    order: 5;
    width: calc(50% - 5px);
}

.woocommerce-checkout #payment {
    background: none !important;
    border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    border: none !important;
}

.payment_method_stripe > label {
    width: 100%;
    border: 1px solid #8a8a8a;
    background: #fff;
    padding: 24px 26px;
    position: relative;
}

.payment_method_stripe img {
    position: absolute !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f5f5f5 !important;
    margin: 0 !important;
}

.woocommerce-thanks {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.woocommerce-order {
    margin-top: 50px;
    display: none;
}

.woocommerce table.shop_table {
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}

.woocommerce table.shop_table th {
    font-weight: 400 !important;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
}

.woocommerce .woocommerce-cart-form table.shop_table th:first-child,
.woocommerce .woocommerce-cart-form table.shop_table td:first-child {
    display: none;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    border-bottom: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-price,
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity {
    text-align: center;
}

.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    border: none;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr {
    width: 100%;
    display: flex;
    justify-content: end;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    width: 205px;
}

.page-id-8.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.tax-rate {
    order: 1;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal {
    order: 2;
}

.woocommerce-cart table.cart .product-name img {
    width: 100% !important;
}

.product-name-content {
    gap: 31px;
    display: flex;
    flex-wrap: wrap;
}

.product-name-content .img {
    width: 168px;
}

.product-name-content .type {
    color: #8a8a8a;
    line-height: 42px; /* 190.909% */
    text-transform: capitalize;
    margin: 27px 0 14px;
}

.product-name-content .text a:first-child {
    color: #000;
}

.product-name-content .text a.remove {
    font-size: 22px;
    width: auto;
    height: auto;
    color: #8a8a8a !important;
    font-weight: 400;
    line-height: 42px; /* 190.909% */
    text-decoration-line: underline;
    text-transform: capitalize;
    text-align: left;
}

.product-name-content .text a.remove:hover {
    background: none;
    color: #212540 !important;
}

.payment-title {
    margin-top: 56px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
    border-color: #f5f5f5 !important;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    border: none !important;
    background: #f5f5f5;
    padding: 70px;
    font-size: 16px !important;
    line-height: normal !important;
}

.woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table
    tr.cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order .product-name {
    gap: 20px;
    display: flex;
    align-items: center;
}

.woocommerce-checkout-review-order .product-name .img {
    position: relative;
}

.woocommerce-checkout-review-order .product-name .product-quantity {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff0606;
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout-review-order .product-name img {
    width: 137px;
}

.woocommerce-checkout-review-order tfoot tr {
    display: flex;
    justify-content: end;
}

.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.tax-rate td {
    font-weight: 400 !important;
}

.woocommerce table.shop_table tfoot tr.order-total th {
    font-weight: 700 !important;
}

.return-to-shop {
    display: none;
}

.return-to-shop .wc-backward {
    width: 180px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 60px !important;
    display: block !important;
    padding: 18px 0 !important;
    border: 2px solid #212540 !important;
    background-color: #212540 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    border-radius: 0 !important;
}

.return-to-shop .wc-backward:hover {
    background-color: #ffffff !important;
    color: #212540 !important;
}

.product-buy .mb,
.product-section .mb {
    display: none;
}

.number-cart {
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    width: 147px;
    border: 1px solid #e5e5e5;
}

.number-cart img {
    width: 43px !important;
    cursor: pointer;
}

.product-quantity .quantity .qty {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 43px !important;
    height: 46px;
    margin-left: 16px;
}

.map-item {
    background: linear-gradient(97deg, #101010 0%, #333a63 100%);
    color: #ffffff;
    /* margin: 30px auto; */
}

.map-item .item-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: auto;
    min-height: 500px;
}

@media(max-width: 1400px) {
    .map-item .item-map {
        max-width: 1140px;
    }
}

.map-item .item-map h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 160%; /* 40px */
    letter-spacing: 0.25px;
}

.map-item .item-map p {
    margin: 49px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.map-item .item-map > div:nth-child(1) {
    max-width: 365px;
}

.map-item .item-map > div:nth-child(2) {
    max-width: 702px;
}

.customers {
    color: #ffffff;
    background: linear-gradient(262deg, #323960 8.79%, #232745 87.1%);
    padding-top: 80px;
    padding-bottom: 70px;
}

.customers h3 {
    margin: 0 auto 25px;
    font-family: var(--font-Marcellus);
    text-align: center;
    font-size: 34.5px;
    font-weight: 400;
    line-height: normal;
}

.customers-rate .rates {
    text-align: center;
}

.customers-rate .cus {
    text-align: center;
    margin: 45px auto 0;
    width: calc(100% - 52px);
    border: 2.866px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10.652252197265625px);
}

.customers-rate .cus img {
    margin: -45px auto 0;
}

.customers-rate .rates {
    margin: 28px auto 26px;
}

.customers-rate .text {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    max-width: 387px;
    margin-right: auto;
    margin-left: auto;
    min-height: 108px;
}

.customers-rate .name {
    margin-top: 30px;
    margin-bottom: 48px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.customers-rate .slick-prev,
.customers-rate .slick-next {
    width: 26px;
    height: 49px;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.customers-rate .slick-prev,
.customers-rate .slick-prev:hover {
    background-image: url(../images/prev-ca.png) !important;
    background-size: cover;
}

.customers-rate .slick-next,
.customers-rate .slick-next:hover {
    background-image: url(../images/next-ca.png) !important;
    background-size: cover;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 0!important;
    padding-bottom: 0!important;
	padding-right: 40px!important;
}

@media (min-width: 1023px) {
    .product-section .item:nth-child(1) .text {
        bottom: 15.6%;
        display: flex;
        justify-content: end;
    }

    .product-section .item:nth-child(2) .text h3 {
        white-space: nowrap;
    }

    .product-section .item:nth-child(3) .text {
        display: flex;
        justify-content: end;
    }

    .product-section .item:nth-child(1) .text > div,
    .product-section .item:nth-child(3) .text > div {
        margin-right: 85px;
    }
}

@media (max-width: 1023px) {
    .product-buy .dt,
    .product-section .dt {
        display: none;
    }
    .product-buy .mb,
    .product-section .mb {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 97px;
        left: 35px;
        z-index: 123;
    }
    .copyright,
    .catalysis-footer {
        text-align: center;
    }
    .catalysis-footer .mail,
    .catalysis-footer .mt-2 {
        font-size: 20px;
    }
    .social-ft {
        justify-content: center;
    }
    .catalysis-slogan {
        height: 310px;
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
    }
    .product-detail .tt-catalysis {
        margin-top: 50px;
        font-size: 25px;
        margin-bottom: 168px;
    }
    .product-section .item > div {
        position: relative;
    }
    .product-section .item:nth-child(1) {
        background-image: url(../images/bg-mobile-sec-1.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 250px 40px 52px;
    }
    .product-section .item:nth-child(1) .mb {
        position: absolute;
        top: -130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-section .item .text h3 {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
    .product-section .item .text p {
        margin-top: 21px;
        font-size: 12px;
    }
    .product-section .item:nth-child(2) {
        background-image: url(../images/bg-mobile-sec-2.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 40px 50px;
    }
    .product-section .item:nth-child(2) > div {
        margin-top: 30px;
    }
    .product-section .item:nth-child(3) .text {
        background: #050a18;
        padding: 29px 40px 55px;
    }
    .product-section .item:nth-child(4) .text,
    .product-section .item:nth-child(4) > div {
        flex-wrap: wrap;
        background: #0c0c0c;
    }
    .product-section .item:nth-child(4) > div .img {
        margin-left: auto;
        margin-right: auto;
    }
    .product-section .item:nth-child(4) .text {
        padding: 18px 40px 48px;
        gap: 40px;
    }
    .product-buy .product-info {
        position: relative;
        background: #212540;
        padding: 22px 5px 50px;
    }
    .product-buy .information {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-buy .information > div {
        width: 100%;
    }
    .product-buy .information .buy-today,
    .product-buy .information .pi {
        font-size: 15px;
    }
    .product-buy .information table {
        font-size: 11.721px;
        margin: 26px auto;
    }
    .product-buy .information table td {
        padding-bottom: 16px;
    }
    .product-buy .information .woocommerce-Price-amount {
        font-size: 23.441px;
    }
    .product-buy .information .add_to_cart_button {
        width: 100%;
        margin-top: 25px;
    }
    .number-product {
        width: 102px;
    }
    .number-product input {
        width: 37px;
        height: 37px;
    }
    .tt-catalysis.cart {
        font-size: 25px;
        margin-top: 50px;
    }
    .breadcum-catalysis a,
    .breadcum-catalysis span {
        font-size: 16px;
        line-height: 24px;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table tr {
        justify-content: center;
    }
    .woocommerce table.shop_table {
        font-size: 15px;
        line-height: normal;
    }
    .woocommerce .woocommerce-cart-form table.shop_table td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0px;
        border-top: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 215px;
        margin-left: auto;
        margin-right: auto;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table tr td,
    .woocommerce-cart .cart-collaterals .cart_totals table td,
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 600;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
        width: 100%;
    }
    .product-name-content {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .woocommerce
        .woocommerce-cart-form
        table.shop_table
        td.product-name::before {
        content: "Product";
        color: #000;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px; /* 160% */
        text-transform: capitalize;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .product-name-content .type {
        margin: 20px 0;
        line-height: normal;
        text-align: left;
    }
    .product-name-content .text a.remove {
        font-size: 15px;
        line-height: normal;
    }
    #order_review {
        width: 100%;
        order: 1;
    }
    #customer_details {
        width: 100%;
        order: 2;
    }
    .woocommerce-checkout-review-order
        .woocommerce-checkout-review-order-table {
        padding: 30px 50px;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }
    #customer_details .col-1,
    #customer_details .col-2 {
        padding-left: 28px;
        padding-right: 28px;
    }
    .payment-title,
    .woocommerce .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order-details__title,
    .woocommerce-billing-fields h3 {
        font-size: 15px;
    }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        font-size: 12px;
        height: 41px;
        padding: 13px 17px 13px 15px;
    }
    #billing_email_field {
        top: 29px;
    }
    .tt-contact {
        padding-bottom: 58px;
    }
    .select2-container .select2-selection--single {
        height: 41px !important;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: 41px !important;
        padding-left: 13px !important;
        color: #8a8a8a !important;
        font-size: 12px;
    }
    .payment-title {
        color: #484848;
        margin-top: 5px;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-top: 50px;
    }
    .payment_method_stripe > label {
        color: #484848;
        padding: 13px 17px 13px 15px;
        font-size: 12px;
    }
    .woocommerce-checkout #payment div.payment_box {
        font-size: 12px;
    }
    .number-cart {
        width: 101px;
        margin: 0;
    }
    .number-cart img {
        width: 33px !important;
    }
    .product-quantity .quantity .qty {
        width: 33px !important;
        height: 35px;
        margin-left: 0;
    }
    .map-item .item-map {
        min-height: inherit;
    }
    .map-item {
        padding-top: 50px;
        padding-bottom: 48px;
        padding-left: 27px;
        padding-right: 27px;
    }
    .customers-rate .cus img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .customers-rate .rates svg {
        height: 20px;
        width: 19px;
    }
    .customers h3,
    .map-item .item-map h3 {
        font-size: 20px;
    }
    .map-item .item-map p {
        font-size: 12px;
        margin-top: 22px;
    }
    .customers-rate .text {
        font-size: 12px;
        max-width: 240px;
        min-height: 64px;
    }
    .customers-rate .name {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .customers-rate .rates {
        margin: 20px auto 18px;
    }
    .customers-rate .slick-prev,
    .customers-rate .slick-next {
        width: 13px;
        height: 24.5px;
        z-index: 123;
    }
    .customers-rate .slick-prev {
        left: 0;
    }
    .customers-rate .slick-next {
        right: 0;
    }
    .customers {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table tr td{
        width: 100%;
    }
    .map-item .item-map p,
    .map-item .item-map h3{
        text-align: center;
    }
    .woocommerce-page .woocommerce-message .button{
        float: none!important;
        display: block;
        text-align: center;
        margin: 10px auto 0;
    }
}
