@font-face {
    font-family: "Light";
    src: url("../fonts/Figtree-Light.ttf");
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Figtree-Regular.ttf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Figtree-Medium.ttf");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Figtree-Bold.ttf");
}

@font-face {
    font-family: "Grade";
    src: url("../fonts/Audiowide-Regular.ttf");
}

@font-face {
    font-family: "Grade-1";
    src: url("../fonts/AtomicAge-Regular.ttf");
}

@font-face {
    font-family: "Baloo-Regular";
    src: url("../fonts/Baloo-Regular.ttf");
}

@font-face {
    font-family: "Mayor-Regular";
    src: url("../fonts/Mayor.ttf");
}

@font-face {
    font-family: "WorkSans-Light";
    src: url("../fonts/WorkSans-Light.ttf");
}

@font-face {
    font-family: "WorkSans-Regular";
    src: url("../fonts/WorkSans-Regular.ttf");
}

@font-face {
    font-family: "WorkSans-Medium";
    src: url("../fonts/WorkSans-Medium.ttf");
}

@font-face {
    font-family: "WorkSans-SemiBold";
    src: url("../fonts/WorkSans-SemiBold.ttf");
}

@font-face {
    font-family: "WorkSans-Bold";
    src: url("../fonts/WorkSans-Bold.ttf");
}

@font-face {
    font-family: "MedulaOne-Regular";
    src: url("../fonts/MedulaOne-Regular.ttf");
}

html,
body {
    font-family: "WorkSans-Regular", sans-serif;
    /* letter-spacing: 0.5px; */
    font-style: normal;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

/* start guideline color */

/* start background color */

.bg-primary {
    background-color: #d89216 !important;
}

.bg-secondary {
    background-color: #dcd7c9 !important;
}

.bg-accent {
    background-color: #93cedc !important;
}

.bg-primary:hover {
    background-color: #feb470 !important;
}

.bg-secondary:hover {
    background-color: #c8c0aa !important;
}

.bg-accent:hover {
    background-color: #6cbdd0 !important;
}

.bg-primary-inactive {
    background-color: #572200 !important;
}

.bg-secondary-inactive {
    background-color: #6a675e !important;
}

.bg-accent-inactive {
    background-color: #364c52 !important;
}

.bg-info {
    background-color: #2947c3 !important;
}

.bg-success {
    background-color: #14a16e !important;
}

.bg-warning {
    background-color: #ff9933 !important;
}

.bg-error {
    background-color: #c31e5a !important;
}

.bg-info:hover {
    background-color: #769eee !important;
}

.bg-success:hover {
    background-color: #70daa3 !important;
}

.bg-warning:hover {
    background-color: #ffb177 !important;
}

.bg-error:hover {
    background-color: #ef70af !important;
}

.bg-info-inactive {
    background-color: #001f52 !important;
}

.bg-success-inactive {
    background-color: #00451a !important;
}

.bg-warning-inactive {
    background-color: #571e00 !important;
}

.bg-error-inactive {
    background-color: #53002c !important;
}

.bg-disabled {
    background-color: #1d2125 !important;
}

.bg-dark-1,
.bg-hover-dark-1:hover {
    background-color: #20232a !important;
}

.bg-dark-2,
.bg-hover-dark-2:hover {
    background-color: #2a3139 !important;
}

.bg-dark-3,
.bg-hover-dark-3:hover {
    background-color: #1a1c23 !important;
}

.bg-dark-4,
.bg-hover-dark-4:hover {
    background-color: #0e0f13 !important;
}

.bg-grey-1 {
    background-color: #333333 !important;
}

.bg-grey-2 {
    background-color: #4f4f4f !important;
}

.bg-grey-3 {
    background-color: #919191 !important;
}

.bg-grey-4 {
    background-color: #bdbdbd !important;
}

.bg-grey-5 {
    background-color: #e0e0e0 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

/* end background color */

/* start text color */

.text-primary {
    color: #d89216 !important;
}

.text-secondary {
    color: #dcd7c9 !important;
}

.text-accent {
    color: #93cedc !important;
}

.text-primary:hover {
    color: #feb470 !important;
}

.text-secondary:hover {
    color: #c8c0aa !important;
}

.text-accent:hover {
    color: #6cbdd0 !important;
}

.text-primary-inactive {
    color: #572200 !important;
}

.text-secondary-inactive {
    color: #6a675e !important;
}

.text-accent-inactive {
    color: #364c52 !important;
}

.text-info {
    color: #2947c3 !important;
}

.text-success {
    color: #14a16e !important;
}

.text-warning {
    color: #ff9933 !important;
}

.text-error {
    color: #c31e5a !important;
}

.text-info:hover {
    color: #769eee !important;
}

.text-success:hover {
    color: #70daa3 !important;
}

.text-warning:hover {
    color: #ffb177 !important;
}

.text-error:hover {
    color: #ef70af !important;
}

.text-info-inactive {
    color: #001f52 !important;
}

.text-success-inactive {
    color: #00451a !important;
}

.text-warning-inactive {
    color: #571e00 !important;
}

.text-error-inactive {
    color: #53002c !important;
}

.text-disabled {
    color: #1d2125 !important;
}

.text-dark-1 {
    color: #20232a !important;
}

.text-dark-2 {
    color: #2a3139 !important;
}

.text-dark-3 {
    color: #1a1c23 !important;
}

.text-dark-4 {
    color: #0e0f13 !important;
}

.text-grey-1 {
    color: #333333 !important;
}

.text-grey-2 {
    color: #4f4f4f !important;
}

.text-grey-3 {
    color: #919191 !important;
}

.text-grey-4 {
    color: #bdbdbd !important;
}

.text-grey-5 {
    color: #e0e0e0 !important;
}

.text-white {
    color: #ffffff !important;
}

/* end text color */

/* start typography */

.heading-1 {
    font-size: 56px;
    line-height: 67.2px;
}

.heading-2 {
    font-size: 48px;
    line-height: 57.6px;
}

.heading-3 {
    font-size: 40px;
    line-height: 48px;
}

.heading-4 {
    font-size: 32px;
    line-height: 38.4px;
}

.heading-5 {
    font-size: 24px;
    line-height: 28.8px;
}

.heading-6 {
    font-size: 20px;
    line-height: 24px;
}

/* end typography */

/* start margin */

.space-1 {
    width: 100%;
    height: 8px;
    float: left;
}

.space-2 {
    width: 100%;
    height: 16px;
    float: left;
}

.space-3 {
    width: 100%;
    height: 24px;
    float: left;
}

.space-4 {
    width: 100%;
    height: 32px;
    float: left;
}

.space-5 {
    width: 100%;
    height: 40px;
    float: left;
}

.space-6 {
    width: 100%;
    height: 80px;
    float: left;
}

.space-7 {
    width: 100%;
    height: 120px;
    float: left;
}

.space-8 {
    width: 100%;
    height: 160px;
    float: left;
}

/* end margin */

/* end guideline color*/

/* CUSTOM TEXT */
a,
a:link,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.bold {
    font-family: "WorkSans-Bold";
}

.semibold {
    font-family: "WorkSans-SemiBold";
}

.medium {
    font-family: "WorkSans-Medium";
}

.regular {
    font-family: "WorkSans-Regular" !important;
}

.light {
    font-family: "WorkSans-Light";
}

.italic {
    font-style: italic;
}

.grade-1 {
    font-family: "Grade-1";
}

.baloo-regular {
    font-family: "Baloo-Regular";
}

.medulaone-regular {
    font-family: "MedulaOne-Regular" !important;
}

.mayor-regular {
    font-family: "Mayor-Regular" !important;
}

h1 {
    font-family: "Bold", sans-serif;
    font-size: 64px;
    font-style: normal;
}

h2 {
    font-family: "Bold", sans-serif;
    font-size: 40px;
    font-style: normal;
}

.subtitle {
    font-family: "HK Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}

.large {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

.title {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
}

.regular {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.regular-semibold {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.regular-bold {
    font-family: "HK Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.small {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.small-semibold {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.pretitle-bold {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.054em;
}

.pretitle {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.054em;
}

.b-light {
    font-family: "Light", sans-serif;
}

.b-bold {
    font-family: "Bold", sans-serif;
}

.b-regular {
    font-family: "Regular", sans-serif;
}

.b-200 {
    font-weight: 200 !important;
}

.b-300 {
    font-weight: 300;
}

.b-400 {
    font-weight: 400;
}

.b-500 {
    font-weight: 500;
}

.b-600 {
    font-weight: 600;
    font-family: "Medium", sans-serif;
}

.b-700 {
    font-weight: 700;
    font-family: "Bold", sans-serif;
}

.b-800 {
    font-weight: 800;
    font-family: "Bold", sans-serif;
}

.b-900 {
    font-weight: 900;
    font-family: "Bold", sans-serif;
}

.absolute-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute-bottom {
    bottom: 0;
    top: 39%;
    left: 0;
    right: 0;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    right: 0px;
}

.bottom-4 {
    bottom: 4%;
}

.bottom-5 {
    bottom: 5%;
}

.bottom-6 {
    bottom: 6px;
}

.left-0 {
    left: 0;
}

.left-3 {
    left: 3%;
}

.left-10 {
    left: 10%;
}

.left-30 {
    left: 30% !important;
}

.m-0 {
    margin: 0px;
}

.m-10 {
    margin: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-50 {
    margin-top: 50px !important;
}

.mt-min-10 {
    margin-top: -10px;
}

.mt-min-30 {
    margin-top: -30px;
}

.mt-min-35 {
    margin-top: -35px;
}

.mt-min-45 {
    margin-top: -45px;
}

.m-x-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.p-5 {
    padding: 5px !important;
}
.p-6 {
    padding: 6px !important;
}
.p-7 {
    padding: 7px !important;
}
.p-8 {
    padding: 8px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-12 {
    padding: 12px !important;
}
.p-16 {
    padding: 16px !important;
}
.p-20 {
    padding: 20px;
}
.p-24 {
    padding: 24px;
}
.p-30 {
    padding: 30px;
}
.p-32 {
    padding: 32px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}
.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-14 {
    padding: 14px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-20 {
    padding: 20px;
}

.p-24 {
    padding: 24px;
}

.p-30 {
    padding: 30px;
}

.p-32 {
    padding: 32px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-12 {
    padding-top: 12.5px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-60 {
    padding-right: 60px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-260 {
    padding-right: 30%;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.py-2-px-10 {
    padding: 2px 10px !important;
}

.py-4-px-12 {
    padding: 4px 12px !important;
}

.py-4-px-16 {
    padding: 4px 16px !important;
}

.py-4-4-px-16 {
    padding: 4.4px 16px !important;
}

.py-5-px-10 {
    padding: 5px 10px !important;
}

.py-6-px-16 {
    padding: 6px 16px !important;
}

.py-8-px-16 {
    padding: 8px 16px !important;
}

.py-8-px-12 {
    padding: 8px 12px !important;
}

.py-12-px-24 {
    padding: 12px 24px !important;
}

.py-7-px-16 {
    padding: 7px 16px !important;
}

.py-12-px-46 {
    padding: 12px 46px;
}

.py-12-px-48 {
    padding: 12px 48px;
}

.py-12-px-14 {
    padding: 12px 14px;
}

.py-12-px-16 {
    padding: 12px 16px;
}

.py-12-px-18 {
    padding: 12px 18px;
}

.py-12-px-24 {
    padding: 12px 24px;
}

.py-12-px-32 {
    padding: 12px 32px;
}

.py-4-px-16 {
    padding: 4.4px 16px;
}

.py-8-px-16 {
    padding: 8px 16px;
}

.py-8-px-24 {
    padding: 8px 24px;
}

.py-10-px-2 {
    padding: 10px 2px;
}

.py-10-px-16 {
    padding: 10px 16px;
}

.py-10-px-32 {
    padding: 10px 32px;
}

.py-15-px-20 {
    padding: 15px 20px;
}

.py-16-px-8 {
    padding: 16px 8px;
}

.py-16-px-24 {
    padding: 16px 24px;
}

.py-16-px-32 {
    padding: 16px 32px;
}

.py-14-px-12 {
    padding: 14px 12px;
}

.py-12-px-8 {
    padding: 12px 8px;
}

.py-24-px-10 {
    padding: 24px 10px;
}

.py-24-px-12 {
    padding: 24px 12px;
}

.py-24-px-16 {
    padding: 24px 16px;
}

.py-24-px-32 {
    padding: 24px 32px;
}

.py-30-px-20 {
    padding: 30px 20px;
}

.py-40-px-20 {
    padding: 40px 20px;
}

.py-40-px-30 {
    padding: 40px 30px;
}

.py-32-px-45 {
    padding: 32px 45px;
}

.py-80-px-230 {
    padding: 80px 230px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.border-none {
    border: none !important;
}

.radius-2 {
    border-radius: 2px !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-24 {
    border-radius: 24px;
}

.radius-32 {
    border-radius: 32px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-50 {
    border-radius: 50px;
}

.radius-50-persen {
    border-radius: 50%;
}

.radius-bottom-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.radius-left-8 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radius-right-8 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.lineheight-150 {
    line-height: 150% !important;
}

.lineheight-135 {
    line-height: 135% !important;
}

.lineheight-160 {
    line-height: 160% !important;
}

.lineheight-200 {
    line-height: 200% !important;
}

.uppercase {
    text-transform: uppercase;
}

.fontKapital {
    text-transform: uppercase;
}

.fontCapitalize {
    text-transform: capitalize;
}

.font-wrap {
    overflow-wrap: break-word !important;
}

.font6 {
    font-size: 6px !important;
    line-height: 120%;
}

.font7 {
    font-size: 7px !important;
    line-height: 120%;
}

.font8 {
    font-size: 8px !important;
    line-height: 120%;
}

.font9 {
    font-size: 9px !important;
    line-height: 120%;
}

.font10 {
    font-size: 10px !important;
    line-height: 120%;
}

.font11 {
    font-size: 11px !important;
    line-height: 120%;
}

.font12 {
    font-size: 12px !important;
    line-height: 120%;
}

.font13 {
    font-size: 13px !important;
    line-height: 120%;
}

.font14 {
    font-size: 14px;
    line-height: 120%;
}

.font16 {
    font-size: 16px;
    line-height: 120%;
}

.font18 {
    font-size: 18px;
    line-height: 120%;
}

.font20 {
    font-size: 20px;
    line-height: 120%;
}

.font22 {
    font-size: 22px;
    line-height: 120%;
}

.font24 {
    font-size: 24px;
    line-height: 120%;
}

.font25 {
    font-size: 25px;
    line-height: 120%;
}

.font26 {
    font-size: 26px;
    line-height: 120%;
}

.font28 {
    font-size: 28px;
    line-height: 120%;
}

.font30 {
    font-size: 30px;
    line-height: 120%;
}

.font32 {
    font-size: 32px;
    line-height: 120%;
}

.font36 {
    font-size: 36px;
    line-height: 120%;
}

.font40 {
    font-size: 40px;
    line-height: 120%;
}

.font48 {
    font-size: 48px;
    line-height: 120%;
}

.font50 {
    font-size: 50px;
    line-height: 120%;
}

.font64 {
    font-size: 64px;
    line-height: 120%;
}

.font65 {
    font-size: 65px;
    line-height: 120%;
}

.font70 {
    font-size: 70px;
    line-height: 120%;
}

.font75 {
    font-size: 75px;
    line-height: 120%;
}

.font90 {
    font-size: 90px;
    line-height: 120%;
}

.font95 {
    font-size: 95px;
    line-height: 120%;
}

.font100 {
    font-size: 100px;
    line-height: 120%;
}

.font110 {
    font-size: 110px;
    line-height: 160%;
}

.font128 {
    font-size: 128px;
    line-height: 160%;
}

.font14-160 {
    font-size: 14px;
    line-height: 160%;
}

.font36-160 {
    font-size: 36px;
    line-height: 160%;
}

.font48-160 {
    font-size: 48px;
    line-height: 160%;
}

.lh-0 {
    line-height: 0px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-130 {
    line-height: 130% !important;
}

.lh-135 {
    line-height: 135% !important;
}

.lh-140 {
    line-height: 140% !important;
}

.lh-150 {
    line-height: 150% !important;
}

.lh-160 {
    line-height: 160% !important;
}

.text-blur {
    text-shadow: 0 0 7px white;
    color: transparent;
}

.text-regular {
    font-family: "Regular", sans-serif;
    /* letter-spacing: 0.5px; */
}

.text-underline {
    text-decoration: underline !important;
}

.text-bold {
    /* font-family: "Bold", sans-serif; */
    font-family: "WorkSans-Bold", sans-serif;
    /* letter-spacing: 0.5px; */
}

.text-medium {
    font-family: "WorkSans-Medium", sans-serif;
    /* letter-spacing: 0.5px; */
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-italic {
    font-style: italic;
}

.text-end {
    text-align: end !important;
}

.ic-10 {
    width: 10px;
    height: 10px;
}

.ic-12 {
    width: 12px !important;
    /* height: 12px; */
}

.ic-14 {
    width: 14px;
    height: 14px;
}

.ic-16 {
    width: 16px !important;
    height: 16px !important;
}

.ic-18 {
    width: 18px;
    height: 18px;
}

.ic-20 {
    width: 20px;
    height: 20px;
}

.ic-24 {
    width: 24px;
    height: 24px;
}

.ic-25 {
    width: 25px;
    height: 25px;
}

.ic-28 {
    width: 28px;
    height: 28px;
}

.ic-30 {
    width: 30px;
    height: 30px;
}

.ic-32 {
    width: 32px;
    height: 32px;
}

.ic-36 {
    width: 36px !important;
    height: 36px !important;
}

.ic-40 {
    width: 40px;
    height: 40px;
}

.ic-42 {
    width: 42px;
    height: 42px;
}

.ic-48 {
    width: 48px !important;
    height: 48px !important;
}

.ic-50 {
    width: 50px;
    /* height: 50px; */
}

.ic-64 {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
}

/* END CUSTOM TEXT */

/* CUSTOM COLOR */
.bg-none {
    background: none !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-primary {
    /* background-color: #11365F !important; */
    background: rgb(21, 83, 154);
    background: linear-gradient(
        0deg,
        rgba(21, 83, 154, 1) 0%,
        rgba(17, 54, 95, 1) 100%
    );
}

.bg-red {
    background-color: #c31e5a;
}

.bg-blue-1 {
    background-color: #15539a !important;
}

.bg-blue-2 {
    background-color: #93cedc !important;
}

.bg-blue3 {
    background-color: #3a7683 !important;
}

.bg-gradient-black {
    background: linear-gradient(
            90.67deg,
            #000000 -23.35%,
            rgba(0, 0, 0, 0.66) 114.75%
        ),
        url(.jpg);
}

.bg-gradient-blue {
    background: linear-gradient(90deg, #396afc 0%, #2948ff 100%);
    transition: 0.3s;
}

.bg-gradient-blue:hover {
    background: linear-gradient(90deg, #1d55fc 0%, #1a3cff 100%);
    /* 0026ff */
}

.bg-gradient-blue-1 {
    background: linear-gradient(
            0deg,
            rgba(98, 74, 255, 0.8) 0%,
            rgba(98, 74, 255, 0.8) 100%
        ),
        url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.bg-gradient-blue-2 {
    background: rgb(53, 123, 245);
    background: linear-gradient(
        90deg,
        rgba(53, 123, 245, 1) 0%,
        rgba(16, 51, 184, 1) 100%
    );
}

.bg-gradient-green {
    background: linear-gradient(180deg, #4fcc5d 0%, #23b33a 100%);
}

.bg-stroke {
    /* background-color: #F2F2F2; */
    background-color: #fbfbfb;
}

.bg-stroke2 {
    background-color: #f9f9f9;
}

.bg-white2 {
    background-color: #fefefe !important;
}

.bg-white3 {
    background-color: #dcd7c9 !important;
}

.bg-dark-primary,
.bg-dark-primary-hover:hover {
    background-color: #0e0f13 !important;
    /* background-color: #20232A !important; */
    /* background-color: #1A1C23 !important; */
}

.bg-dark-primary-hover {
    background-color: #0e0f13 !important;
    transition: 0.3s;
}

.bg-dark-primary-hover:hover {
    background-color: #000000 !important;
    transition: 0.3s;
}

.bg-dark-secondary,
.bg-dark-secondary-hover:hover {
    background-color: #2a2438 !important;
}

.bg-dark-thirth,
.bg-dark-thirth-hover:hover {
    background-color: #1b2a41 !important;
}

.bg-dark-four,
.bg-dark-four-hover:hover {
    background-color: #15539a !important;
}

.bg-dark-five {
    background-color: #282b36 !important;
    transition: 0.3s;
}

.bg-dark-five-hover {
    background-color: #282b36 !important;
    transition: 0.3s;
}

.bg-dark-five-hover:hover {
    background-color: #16171d !important;
}

.bg-dark-six-no-hover {
    background-color: #1a1c23 !important;
    transition: 0.3s;
}

.bg-dark-six {
    background-color: #1a1c23 !important;
    transition: 0.3s;
}

.bg-dark-seven {
    background-color: #2a3e5e;
}

.bg-dark-eight {
    background-color: #20232a !important;
}

.bg-dark-nine-no-hover {
    transition: 0.3s;
    background-color: #2a3139 !important;
}

.bg-dark-nine {
    transition: 0.3s;
    background-color: #2a3139 !important;
}

.bg-dark-nine:hover {
    background-color: #0e0f13 !important;
}

.bg-transparent-no-hover {
    transition: 0.3s;
    background-color: transparent !important;
}

.bg-transparent {
    transition: 0.3s;
    background-color: transparent !important;
}

.bg-transparent:hover {
    background-color: #2a3139 !important;
}

.bg-gray {
    background-color: #696c71 !important;
}

.bg-grey-2 {
    background-color: #dcd7c9 !important;
}

.bg-gray-20 {
    background: rgba(255, 255, 255, 0.2);
}

.bg-pink,
.bg-pink-hover:hover {
    background-color: #e24171 !important;
}

.bg-gradient-pink,
.bg-gradient-pink-hover:hover {
    background: linear-gradient(90deg, #ff512f 0%, #dd2476 100%);
}

.bg-gradient-yellow,
.bg-gradient-yellow-hover:hover {
    background: linear-gradient(90deg, #ff8008 0%, #ffc837 100%);
}

.bg-transparent-black {
    background: rgba(0, 0, 0, 0.3);
}

.bg-transparent1-black {
    background: rgba(27, 42, 65, 0.5);
}

.bg-transparent2-black {
    background: rgba(26, 28, 35, 0.5) !important;
}

.bg-yellow-primary,
.bg-yellow-primary-hover:hover {
    background: #fabe1b !important;
}

.bg-yellow2,
.bg-yellow2-hover:hover {
    background: #febd11 !important;
}

.bg-yellow3-no-hover {
    background: #d89216 !important;
}

.bg-yellow3,
.bg-yellow3-hover:hover {
    transition: 0.3s;
    background: #d89216 !important;
}

.bg-yellow3:hover {
    background: #d8ad16 !important;
}

.bg-salmon {
    background-color: #83543a !important;
}

.bg-salmon-1 {
    background-color: #ff4c29 !important;
}

.bg-blue,
.bg-blue-hover {
    background: #2947c3 !important;
}

.bg-gradient-green {
    background: linear-gradient(180deg, #4fcc5d 0%, #23b33a 100%) !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-black1 {
    background-color: #0c1821;
}

.bg-black2 {
    background-color: #0b0c0f;
}

.bg-purple {
    background-color: #c9aeef !important;
}

.bg-green {
    background-color: #b1ff82 !important;
}

.bg-tosca {
    background-color: #14a797 !important;
}

.bg-tosca-1 {
    background-color: #14a16e !important;
}

.bg-gradient-black {
    /* background: linear-gradient(180deg, #000000 78.65%, rgba(0, 0, 0, 0) 100%); */
    background: rgb(12, 24, 33);
    background: linear-gradient(
        0deg,
        rgba(12, 24, 33, 1) 0%,
        rgba(0, 0, 0, 1) 20%
    );
}

@media (max-width: 576.5px) {
    .bg-yellow3:hover {
        background-color: #d89216 !important;
    }

    .bg-dark-nine:hover {
        background-color: #2a3139 !important;
    }

    .bg-gradient-blue:hover {
        background: linear-gradient(90deg, #396afc 0%, #2948ff 100%);
    }

    .bg-transparent:hover {
        background-color: transparent !important;
    }
}

.primary-text {
    color: #11365f;
}

.pantone-7543 {
    color: #95a2ad;
}

.pantone-7545 {
    color: #415463;
}

.pantone-7546 {
    color: #223646;
}

.pantone-534 {
    color: #11365f;
}

.pantone-433 {
    color: #1d262e;
}

.pantone-179 {
    color: #dc3f34;
}

.pantone-2251 {
    color: #00ae6c;
}

.pantone-7541 {
    color: #d9e0e3;
}

.pantone-blue {
    color: #546183;
}

.brand-primary {
    color: #1363d3;
}

.primary-color {
    color: #2a1b6a;
}

.line-through {
    color: #a6a6a6;
}

.light {
    color: #f2f2f2;
}

.subtitle-text {
    color: #7a8288;
}

.color-price {
    color: #ff5c00;
}

.dark {
    color: #100a27;
}

.color-badge {
    color: #737373;
}

.color-transparent {
    color: transparent;
}

.color-dark {
    color: #0e0f13 !important;
}

.color-dark-secondary {
    color: #2a2438 !important;
}

.color-dark-thirth {
    /* color: #ADB5BD !important; */
    color: #5f5f5f !important;
}

.color-dark-quarter,
.color-dark-quarter-hover:hover {
    color: #1b2a41 !important;
}

.color-dark-five {
    color: #15539a !important;
}

.color-dark-six {
    color: #0a2240 !important;
}

.color-dark-seven {
    color: #616161 !important;
}

.color-dark-eight {
    color: #282b36 !important;
}

.color-white,
.color-white-hover:hover {
    color: #f4f4f4 !important;
}

.color-white-secondary {
    color: #f8f9fa;
}

.color-white-three {
    color: #c4c4c4 !important;
}

.color-grey {
    /* color : #5F5F5F !important; */
    color: #bfbfbf !important;
}

.color-grey-sec {
    color: #c4c4c4 !important;
}

.color-grey-thirth {
    color: #929292 !important;
}

.color-grey-four {
    color: #5f5f5f !important;
}

.color-grey-five {
    color: #dcd7c9 !important;
}

.color-grey-six {
    color: #adb5bd !important;
}

.color-pink {
    color: #e24171 !important;
}

.color-yellow {
    color: #faa300 !important;
}

.color-yellow-secondary {
    color: #fabe1b !important;
}

.color-yellow-three {
    color: #febd11 !important;
}

.color-yellow-four {
    color: #d89216 !important;
}

.color-red {
    color: red !important;
}

.color-tosca {
    color: #14a797;
}

.border-bottom-1-gray {
    border-bottom: 1px solid #282b36;
}

.border-bottom-1-gray2 {
    border-bottom: 1px solid #2a3139;
}

.border-bottom-2-gray2 {
    border-bottom: 2px solid #2a3139;
}

.border-bottom-1-yellow {
    border-bottom: 1px solid #d89216;
    transition: 0.3s;
}

.border-bottom-1-yellow:hover {
    border-bottom: 1px solid #8b5d0e;
}

.border-bottom-2-yellow {
    border-bottom: 2px solid #febd11;
}

.border-bottom-2-gray {
    border-bottom: 2px solid #282b36;
}

.border-1-gray2 {
    border: 1px solid #2a3139;
}

.border-1-gray3 {
    border: 1px solid #919191;
}

.border-1-gray4 {
    border: 1px solid #4f4f4f;
}

.border-bottom-2-gray2 {
    border-bottom: 2px solid #2a3139;
}

.border-bottom-1-white {
    border-bottom: 1px solid #dcd7c9;
}

.border-bottom-2-white {
    border-bottom: 2px solid #dcd7c9;
}

.border-right-1-gray {
    border-right: 1px solid #414c58;
}

.border-right-1-white {
    border-right: 1px solid #dcd7c9;
}

.border-right-1-black {
    border-right: 1px solid black;
}

.border-left-1-black {
    border-left: 1px solid black;
}

.border-left-1-white {
    border-left: 1px solid white;
}

.border-left-1-gray {
    border-left: 1px solid #282b36;
}

.border-1-blue {
    border: 1px solid #3a7683 !important;
}

.border-1-yellow {
    border: 1px solid #febd11 !important;
}

.border-1-yellow1 {
    border: 1px solid #f93;
}

.border-1-white {
    border: 1px solid white !important;
    transition: 0.3s;
}

.border-1-white2 {
    border: 1px solid #dcd7c9 !important;
}

.border-1-gray {
    border: 1px solid #282b36;
}

.border-1-gray2 {
    border: 1px solid #2a3139;
}

.border-1-gray-50 {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white-primary {
    border-color: white !important;
}

.border-dark-primary {
    border-color: #0e0f13 !important;
}

.border-dark-secondary {
    border-color: #2a2438 !important;
}

.border-grey {
    border-color: #5f5f5f !important;
}

.border-grey2 {
    border-color: #2a3139 !important;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-16 {
    border-radius: 16px;
}

/* END CUSTOM COLOR */

/* CUSTOM BUTTON */
.btn-primary,
.btn-regular,
.btn-full {
    outline: none !important;
    border: none !important;
    padding: 14px 24px;
    border-radius: 8px;
}

.btn-primary:disabled {
    background-color: #95a2ad !important;
    border: 1px solid #95a2ad;
    color: #d9e0e3;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #415463;
}

.btn-full {
    width: 100%;
}

.disabled-btn-submit {
    cursor: none !important;
    pointer-events: none;
    background-color: #b3b3b3 !important;
}

/* END CUSTOM BUTTON */

/* HEADER */
.header {
    width: 100%;
    padding: 16px 0px;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: rgb(135, 133, 133);
    background: linear-gradient(
        0deg,
        rgba(135, 133, 133, 0) 0%,
        rgba(31, 30, 30, 0.6825105042016807) 92%
    );
    left: 0px;
}

/* livechat */

@media (max-width: 576.5px) {
    .qcw-trigger-btn.svelte-1xkyjie.svelte-1xkyjie {
        padding: 12px 12px !important;
        bottom: 20px !important;
        right: 25px !important;
    }

    .qcw-trigger-btn.svelte-1xkyjie > div.svelte-1xkyjie {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .qcw-trigger-btn.svelte-1xkyjie.svelte-1xkyjie {
        bottom: 20px !important;
        padding: 12px 12px !important;
        right: 18px !important;
    }
}

/* end livechat */

.footer-content {
    /* margin-top: -210px; */
    margin-top: 0px;
}

.footer-box-img {
    /* overflow: hidden; */
    width: 600px;
    float: right;
    margin-top: -100px;
}

.obj-cover {
    object-fit: cover;
}

.obj-contain {
    object-fit: contain;
}

.img-w-100 {
    width: 100%;
}

.img-w-95 {
    width: 95%;
}

.img-w-90 {
    width: 90%;
}

.img-w-85 {
    width: 85%;
}

.img-w-50 {
    width: 50%;
}

.img-w-35 {
    width: 35%;
}

.img-13-h {
    height: 13px;
}

.img-14-h {
    height: 13px;
}

.img-17-h {
    height: 17px !important;
}

.img-18-h {
    height: 18px !important;
}

.img-22-h {
    height: 22px !important;
}

.img-50-h {
    height: 50px !important;
}

.img-54-h {
    height: 54px !important;
}

.img-120-h {
    height: 120px !important;
    object-fit: cover;
}

.img-14-h {
    height: 14px;
}

.img-16 {
    width: 16px;
}

.img-16-h {
    height: 16px;
}

.img-18 {
    width: 18px;
}

.img-17-h {
    height: 17px;
}

.img-18-h {
    height: 18px;
}

.img-19-h {
    height: 19px;
}

.img-20 {
    height: 20px;
}

.img-21 {
    height: 21px;
}

.img-22 {
    width: 22px;
}

.img-24 {
    width: 24px;
}

.img-25 {
    width: 25px;
}

.img-27 {
    width: 27px;
}

.img-28 {
    width: 28px;
}

.img-30 {
    width: 30px;
}

.img-200 {
    width: 200px;
}

.img-29-h {
    height: 29px;
}

.img-30-h {
    height: 30px;
}

.img-32 {
    width: 32px;
    height: 32px;
}

.img-32-h {
    height: 32px;
}

.img-35-h {
    height: 35px;
}

.img-40-h {
    height: 40px;
    object-fit: cover;
}

.img-43-h {
    height: 43px !important;
    object-fit: cover;
}

.img-45-h {
    height: 45px;
    object-fit: cover;
}

.img-60-h {
    height: 60px;
}

.img-70-h {
    height: 70px;
}

.img-77 {
    width: 77px;
}

.img-75-h {
    height: 75px;
}

.img-80-h {
    height: 80px;
}

.img-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.img-120 {
    height: 120px;
}

.img-180 {
    width: 180px;
    /* height: 180px; */
}

.img-80-w {
    width: 80px;
}

.img-90-w {
    width: 90px;
}

.footer-img {
    /* margin-top: -290px */
    /* margin-top: -235px */
    margin-bottom: 30px;
    /* width: 300px; */
    width: 190px;
}

.footer-box-img img {
    /* width: 600px; */
    /* margin-right: -120px; */
    height: 312px;
    float: right;
    /* width: 600px;
    position: absolute;
    margin-top: -98px;
    float: right; */
}

.wrapper-bank {
    padding-right: 60px;
    padding-left: 60px;
}

.wrapper-img-bank {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px;
    gap: 10px;
    width: 65px;
    height: 45px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wrapper-img-bank img {
    width: 100%;
}

.my-2 {
    margin: 2px 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.ml-3-percent {
    margin-left: 3% !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-45 {
    margin-left: 45px;
}

.z-auto {
    z-index: auto !important;
}

.z-9 {
    z-index: 9 !important;
}

.z-99 {
    z-index: 99 !important;
}

.z-999 {
    z-index: 999 !important;
}

.z-9999 {
    z-index: 9999 !important;
}

/* CUSTOM NAVBAR */
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link,
.navbar-mobile .nav-link {
    font-size: 16px;
    line-height: 120%;
    color: white;
}

.nav-link:hover {
    font-size: 16px;
    line-height: 120%;
    color: white;
    border-bottom: 2px solid white;
}

.nav-profile {
    padding: 0px;
    color: #c5ccd3;
    border-bottom: 0px !important;
}

/* .btn-menu {
    color: #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
} */

.nav-link.active {
    font-size: 16px;
    line-height: 120%;
    color: #f4f4f4 !important;
    border-bottom: 2px solid #d89216;
    font-family: "WorkSans-Medium";
    opacity: 1;
}

.navbar-menu {
    width: 32px;
    height: 32px;
    /* background-image: url('../images/icon_menu_white.png'); */
    background-image: url("../images/ic_navbar_white.png");
    background-position: center;
    background-repeat: no-repeat;
}

.line-vertical-navbar {
    background: white;
    width: 2px;
    height: 80%;
}

.nav-menu {
    transition: 0.3s;
}

.nav-menu:hover {
    font-family: "Medium", sans-serif;
    color: #d89216 !important;
    text-decoration: underline;
}

.navbar-mobile {
    width: 100%;
    background-color: #00ae6c;
    right: -100%;
    bottom: 0px;
    height: 100%;
    position: fixed;
    transition: right 0.5s;
}

.overlay-block {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

.overlay-block .closebtn {
    position: absolute;
    right: 0;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    z-index: 999;
}

/* start popup menu */

/* start live chat */

/* end live chat */

.menu-profile {
    right: -100%;
    position: fixed;
    height: 10000%;
    width: 320px;
    transition: right 0.5s;
    overflow-y: scroll;
    z-index: 9;
    top: 0px;
}

.hr-menu-profile {
    width: 125px;
    height: 0px;
    border: 1px solid #282b36;
}

button {
    border: none;
}

#btn-close-menu-profile {
    background: transparent;
}

@media (max-width: 576px) {
    .menu-profile-mobile {
        width: 100%;
        top: 60px;
        right: -100%;
        position: fixed;
        height: 1500%;
        transition: right 0.5s;
        overflow-y: scroll;
        margin-bottom: 120px;
    }
}

/* end popup menu */

/* start bounce loading */

.loader {
    display: inline-block;
}

.loader_ball {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1a1c23;
    margin-inline: 2px;
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bounce 450ms alternate infinite;
}

.loader_ball:nth-child(2) {
    animation-delay: 150ms;
}

.loader_ball:nth-child(3) {
    animation-delay: 300ms;
}

@keyframes bounce {
    from {
        transform: scaleX(1.1);
    }

    to {
        transform: translateY(-10px) scaleX(1);
    }
}

/* end bounce loading */

.logo-icon {
    width: 100px;
    /* height: 45px; */
}

.start-75 {
    left: 75% !important;
}

.borderbottom {
    border-bottom: 1.75px solid #546183 !important;
}

.border-bottom {
    border-bottom: 1px solid !important;
}

.border-right {
    border-right: 1px solid !important;
}

.border-right2 {
    border-right: 2px solid !important;
}

/* END CUSTOM NAVBAR */

/* CUSTOM BREADCRUMB */
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 12px;
}

.breadcrumb .breadcrumb-item {
    /* color: #100A27; */
}

.breadcrumb .breadcrumb-item.active {
    color: #95a2ad;
}

/* END CUSTOM BREADCRUMB */

/* CUSTOM CONTAINER */
.custom-container {
    width: 80%;
    margin: 0 10%;
    float: left;
    z-index: 99;
    position: relative;
}

.no-container {
    width: 100%;
    margin: 0;
    float: left;

    z-index: 99;
    position: relative;
}

.half-container {
    width: 50%;
    margin: 0 25%;
    float: left;
}

/* CUSTOM WIDTH */
.w-15 {
    width: 15%;
}

.w-80 {
    width: 80%;
}

.w-150 {
    width: 150px;
}

/* END CUSTOM WIDTH */

/* MAIN BANNER */
.main-banner {
    /* min-height: 700px; */
    /* padding-top: 78px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* END MAIN BANNER */

/* CUSTOM PLACEHOLDER */
.placeholder {
    background-color: #e6e6e6;
    border-radius: 8px;
}

/* END PLACEHOLDER */

/* CUSTOM FORM CONTROL */
input,
select,
textarea,
button {
    outline: none !important;
}

input:focus {
    color: #dcd7c9 !important;
}

.form-control-lg,
.form-control-lg::placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #95a2ad;
    border: none;
    background: #f2f2f2 !important;
}

.form-select-lg {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #546183;
    border: none;
}

.form-select {
    background-color: #f2f2f2 !important;
    background-image: url("../images/ic_chevron_down_darkgrey.png");
    background-size: 20px 20px;
}

.form-select:disabled {
    color: #95a2ad !important;
    background-image: url("../images/ic_chevron_down_softgrey.png");
    background-size: 20px 20px;
}

.input-select {
    width: 100%;
    padding: 16px;
}

.select2-container .select2-selection--single {
    border-radius: 8px;
    padding: 16px 16px 16px 0px !important;
    height: fit-content !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: initial !important;
    color: initial;
    padding: 0 !important;
    font-size: 14px;
    line-height: 120%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 12px !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: black !important;
}

.input-custom-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    float: left;
}

.input-custom-checkbox.checked {
    /* background-image: url("../images/icon_check_white_small.png") , linear-gradient(90deg, #FF512F 0%, #DD2476 100%); */
    background-image: url("../images/icon_check_white_small.png"),
        linear-gradient(90deg, #fabe1b 0%, #fabe1b 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.input-custom-radio {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    float: left;
}

.input-custom-radio.checked {
    background-color: #1a1c23;
}

.input-custom-radio.checked::after {
    content: "";
    position: absolute;
    top: 2.7px;
    left: 2.8px;
    width: 11px;
    height: 11px;
    background-color: #fabe1b;
    border-radius: 100%;
}

/* END CUSTOM FORM CONTROL */

/* CUSTOM LAYOUT */
.row-5,
.row-10,
.row-15,
.row-20,
.row-25,
.row-30,
.row-35,
.row-40,
.row-45,
.row-50,
.row-55,
.row-60,
.row-65,
.row-70,
.row-75,
.row-80,
.row-85,
.row-90,
.row-95,
.row-100 {
    float: left;
}

.row-1 {
    width: 1px;
}

.row-2 {
    width: 2%;
}

.row-3 {
    width: 3%;
}

.row-5 {
    width: 5%;
}

.row-10 {
    width: 10%;
}

.row-13 {
    width: 13%;
}

.row-15 {
    width: 15%;
}

.row-20 {
    width: 20% !important;
}

.row-24 {
    width: 24%;
}

.row-25 {
    width: 25%;
}

.row-30 {
    width: 30%;
}

.row-33 {
    width: 33%;
}

.row-33-3 {
    width: 33.3%;
}

.row-35 {
    width: 35%;
}

.row-37 {
    width: 37%;
}

.row-40 {
    width: 40%;
}

.row-42 {
    width: 42%;
}

.row-43 {
    width: 43%;
}

.row-45 {
    width: 45%;
}

.row-50 {
    width: 50%;
}

.row-53 {
    width: 53%;
}

.row-55 {
    width: 55%;
}

.row-60 {
    width: 60%;
}

.row-61 {
    width: 61%;
}

.row-65 {
    width: 65%;
}

.row-66 {
    width: 66%;
}

.row-70 {
    width: 70%;
}

.row-75 {
    width: 75%;
}

.row-77 {
    width: 77%;
}

.row-80 {
    width: 80%;
}

.row-82 {
    width: 82%;
}

.row-85 {
    width: 85%;
}

.row-90 {
    width: 90%;
}

.row-95 {
    width: 95%;
}

.row-97 {
    width: 97%;
}

.row-100 {
    width: 100%;
}

.height-5 {
    height: 5px !important;
}

.height-20 {
    height: 20px !important;
}

.height-39 {
    height: 39px !important;
}

.height-42 {
    height: 42px !important;
}

.height-43 {
    height: 43px !important;
}

.height-50 {
    height: 50px !important;
}

.height-60 {
    height: 60px !important;
}

.height-90 {
    height: 90px !important;
}

.height-full {
    height: 100% !important;
}

.height-max {
    height: max-content !important;
}

/* CLEARING */
.clear2 {
    width: 100%;
    height: 2px;
    float: left;
}

.clear4 {
    width: 100%;
    height: 4px;
    float: left;
}

.clear5 {
    width: 100%;
    height: 5px;
    float: left;
}

.clear7 {
    width: 100%;
    height: 7px;
    float: left;
}

.clear8 {
    width: 100%;
    height: 8px;
    float: left;
}

.clear10 {
    width: 100%;
    height: 10px;
    float: left;
}

.clear12 {
    width: 100%;
    height: 12px;
    float: left;
}

.clear13 {
    width: 100%;
    height: 13px;
    float: left;
}

.clear14 {
    width: 100%;
    height: 14px;
    float: left;
}

.clear15 {
    width: 100%;
    height: 15px;
    float: left;
}

.clear16 {
    width: 100%;
    height: 16px;
    float: left;
}

.clear17 {
    width: 100%;
    height: 17px;
    float: left;
}

.clear20 {
    width: 100%;
    height: 17px;
    float: left;
}

.clear20 {
    width: 100%;
    height: 20px;
    float: left;
}

.clear22 {
    width: 100%;
    height: 22px;
    float: left;
}

.clear24 {
    width: 100%;
    height: 24px;
    float: left;
}

.clear25 {
    width: 100%;
    height: 25px;
    float: left;
}

.clear30 {
    width: 100%;
    height: 30px;
    float: left;
}

.clear32 {
    width: 100%;
    height: 32px;
    float: left;
}

.clear35 {
    width: 100%;
    height: 35px;
    float: left;
}

.clear40 {
    width: 100%;
    height: 40px;
    float: left;
}

.clear45 {
    width: 100%;
    height: 45px;
    float: left;
}

.clear50 {
    width: 100%;
    height: 50px;
    float: left;
}

.clear56 {
    width: 100%;
    height: 56px;
    float: left;
}

.clear60 {
    width: 100%;
    height: 60px;
    float: left;
}

.clear65 {
    width: 100%;
    height: 65px;
    float: left;
}

.clear70 {
    width: 100%;
    height: 70px;
    float: left;
}

.clear75 {
    width: 100%;
    height: 75px;
    float: left;
}

.clear80 {
    width: 100%;
    height: 80px;
    float: left;
}

.clear85 {
    width: 100%;
    height: 85px;
    float: left;
}

.clear90 {
    width: 100%;
    height: 90px;
    float: left;
}

.clear95 {
    width: 100%;
    height: 95px;
    float: left;
}

.clear100 {
    width: 100%;
    height: 100px;
    float: left;
}

.clear105 {
    width: 100%;
    height: 105px;
    float: left;
}

.clear120 {
    width: 100%;
    height: 120px;
    float: left;
}

.clear125 {
    width: 100%;
    height: 125px;
    float: left;
}

.clear130 {
    width: 100%;
    height: 130px;
    float: left;
}

.clear140 {
    width: 100%;
    height: 140px;
    float: left;
}

.clear145 {
    width: 100%;
    height: 145px;
    float: left;
}

.clear150 {
    width: 100%;
    height: 150px;
    float: left;
}

.clear155 {
    width: 100%;
    height: 155px;
    float: left;
}

.clear159 {
    width: 100%;
    height: 159px;
    float: left;
}

.clear160 {
    width: 100%;
    height: 160px;
    float: left;
}

.clear165 {
    width: 100%;
    height: 165px;
    float: left;
}

.clear175 {
    width: 100%;
    height: 175px;
    float: left;
}

.clear200 {
    width: 100%;
    height: 200px;
    float: left;
}

.clear235 {
    width: 100%;
    height: 235px;
    float: left;
}

.clear240 {
    width: 100%;
    height: 240px;
    float: left;
}

.clear340 {
    width: 100%;
    height: 340px;
    float: left;
}

.clearBorder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.space8 {
    width: 8px;
    height: 100%;
    float: left;
}

.space16 {
    width: 16px;
    float: left;
}

.space24 {
    width: 24px;
    float: left;
}

.overflow-y-none {
    overflow-y: unset !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overflow-x {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.overflow-x::-webkit-scrollbar {
    display: none;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-40 {
    padding-right: 40px;
}

.smoke-black {
    opacity: 0.3 !important;
}

.opacity-0 {
    opacity: 0;
}

.txt-ucfirst {
    text-transform: capitalize !important;
}

.black-dotted {
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    opacity: 0.7;
}

/* ICON LAYOUT */
.icon36 {
    width: 36px;
    height: 36px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon15 {
    width: 15px !important;
    height: 15px !important;
}

.icon14 {
    width: 14px !important;
    height: 14px !important;
}

.icon12 {
    width: 12px !important;
    height: 12px !important;
}

.icon10 {
    width: 10px !important;
    height: 10px !important;
}

.icon18 {
    width: 18px !important;
    height: 18px !important;
}

.icon16 {
    width: 16px;
    height: 16px;
}

.icon14 {
    width: 14px;
    height: 14px;
}

.icon13 {
    width: 13px !important;
    height: 13px !important;
}

.icon11 {
    width: 11px !important;
    height: 11px !important;
}

.icon50 {
    width: 50px !important;
    height: 50px !important;
}

.icon70 {
    width: 70px !important;
    height: 70px !important;
}

/* ALIGN TEXT */
.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

/* FLEXBOX */
.flex-grid-thirds,
.flex-grid-four {
    display: flex;
}

.flex-grid-thirds .flex-grid-col {
    width: 32.5%;
}

.flex-grid-four .flex-grid-col {
    width: 24%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-fit-width {
    /* flex-grow: 1; */
    flex-shrink: 0;
}

.flex-grow0 {
    flex-grow: 0;
}

.flex-grow1 {
    flex-grow: 1;
    flex-basis: 0;
}

.flex-grow2 {
    flex-grow: 2;
}

.flex-basis {
    flex-basis: inherit !important;
}

.flex-wrap-48 {
    flex: 0 0 48%;
}

.flex-gap10-20 {
    gap: 10px 20px;
}

.flex-gap2 {
    gap: 2px;
}
.flex-gap4 {
    gap: 4px;
}
.flex-gap5 {
    gap: 5px;
}

.flex-gap7 {
    gap: 7px;
}

.flex-gap8 {
    gap: 8px;
}

.flex-gap10 {
    gap: 10px;
}

.flex-gap15 {
    gap: 15px;
}

.flex-gap16 {
    gap: 16px;
}

.flex-gap18 {
    gap: 18px;
}

.flex-gap20 {
    gap: 20px;
}

.flex-gap24 {
    gap: 24px;
}

.flex-gap25 {
    gap: 25px;
}

.flex-gap30 {
    gap: 30px;
}

.flex-gap32 {
    gap: 32px;
}

.flex-gap35 {
    gap: 35px;
}

.flex-gap50 {
    gap: 50px;
}

.flex-gap40 {
    gap: 40px;
}

.flex-gap80 {
    gap: 80px;
}

.flex-gap100 {
    gap: 100px;
}

.flex-gap140 {
    gap: 140px;
}

.flex-gaprow-10 {
    row-gap: 10px;
}

.flex-gaprow-15 {
    row-gap: 15px;
}

.flex-gaprow-20 {
    row-gap: 20px;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.flex-gapauto {
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.flex-align-right {
    align-items: end;
}

.flex-content-center {
    justify-content: center;
}

.flex-content-arround {
    justify-content: space-around;
}

.flex-content-right {
    justify-content: end;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-1 {
    display: flex;
    flex: 1;
}

.flex-2 {
    display: flex;
    flex: 2;
}

.flex-50 {
    flex: 50% !important;
}

/* DISPLAY */
.display-none {
    display: none;
}

/* MORE */
.text-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* PAGINATION */
.page-item-next,
.page-item-prev {
    background-image: url("../images/icon_arrow_right_grey.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-item-prev {
    background-image: url("../images/icon_arrow_left_grey.png");
}

.page-item-next:hover {
    background-image: url("../images/icon_arrow_right_white.png");
}

.page-item-prev:hover {
    background-image: url("../images/icon_arrow_left_white.png");
}

.page-aktif {
    border-bottom: 1px solid #fabe1b;
}

.pointer {
    cursor: pointer;
}

.no-pointer {
    cursor: default !important;
}

.pointer-text {
    cursor: text !important;
}

.none-pointer {
    pointer-events: none !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.mobile-show {
    display: none !important;
}

.mobile-flex {
    display: none !important;
}

.popup-background {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.whatsapp-link {
    position: fixed;
    background: linear-gradient(90deg, #348f50 0%, #56b4d3 100%);
    border-radius: 8px;
    padding: 8px;
    right: 15px;
    bottom: 24px;
    z-index: 100;
}

.card-whatsapp {
    border: 1px solid #95a2ad;
    border-radius: 1000px;
    padding: 9px 15px !important;
}

.card-promo-collection {
    background-color: #c83349;
    border-radius: 4px;
    padding: 2px 5px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 2px;
}

/* Height */
.h-32 {
    height: 32px;
}

.h-42 {
    height: 42px;
}

.h-48 {
    height: 48px;
}

.h-500 {
    height: 500px;
}

.h-80 {
    height: 80%;
}

.h-full {
    height: 100%;
}

.web-hide {
    display: none !important;
}

/* start component card catalogue vehicle */
.vehicle-image {
    width: 100%;
    border-radius: 2px;
    float: left;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    height: 152px;
}

.badge-soldout {
    margin-right: 0px !important;
}

.badge-compare {
    margin-right: 0px !important;
    right: 3% !important;
    top: 5% !important;
}

.badge-discount {
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge-count-images {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 3px 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    right: 3%;
    bottom: 5%;
}

/* end component card catalogue vehicle */

/* start component card price plus */
.card-price-plus {
    height: auto;
    width: 300px;
    border-radius: 16px;
    padding: 24px;
}

.card-best-deal {
    background: radial-gradient(
        circle,
        rgba(216, 146, 22, 1) -110%,
        rgba(45, 46, 50, -6.5) 100%,
        rgba(0, 0, 0, 0) 100%
    );
    box-shadow: inset 0 0 8px #d89216;
}

.card-basic {
    background: transparent;
    box-shadow: none;
    border: 1px solid #919191;
}

.subtitle-price-plus {
    height: 75px;
}


.filter-blur{
    filter: blur(0.15rem);
}

@media (max-width: 576px) {
    .card-price-plus {
        flex-shrink: 0;
        max-width: 280px;
    }
}

/* end component card price plus */

/* .badge-fuel {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 4px 8px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    bottom: 5%;
    left: 3%;
} */

/* .badge-luxury {
    position: absolute;
    bottom: 5%;
    left: 3%;
} */

/* start section faq */

.sec-faq {
    background-repeat: no-repeat;
    background-size: cover;
}

/* end section faq */

@media (min-width: 1700px) {
    .lg-clear20 {
        height: 20px;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .lg-flex-gap15 {
        gap: 15px;
    }
}

/* SMARTPHONE */
@media (max-width: 576.5px) {
    footer {
        position: relative;
        z-index: 2;
    }

    .m-ml-0 {
        margin-left: 0px !important;
    }

    .m-mt-min-3 {
        margin-top: -3px !important;
    }

    .m-mt-min-5 {
        margin-top: -5px !important;
    }

    .m-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .m-pr-0 {
        padding-right: 0px !important;
    }

    .m-pr-20 {
        padding-right: 20px !important;
    }

    .m-pt-3 {
        padding-top: 3px;
    }

    .m-pt-5 {
        padding-top: 8px;
    }

    .m-pt-8 {
        padding-top: 8px;
    }

    .m-pt-10 {
        padding-top: 10px;
    }

    .m-pt-15 {
        padding-top: 15px;
    }

    .m-pt-20 {
        padding-top: 20px;
    }

    .m-pb-23 {
        padding-bottom: 23px;
    }

    .m-pl-0 {
        padding-left: 0px;
    }

    .m-pl-20 {
        padding-left: 20px !important;
    }

    .m-pl-pr-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .m-py-12-px-44 {
        padding: 12px 44px;
    }

    .m-py-12-px-16 {
        padding: 12px 16px;
    }

    .m-py-24-px-16 {
        padding: 24px 16px;
    }

    .m-p-0 {
        padding: 0px;
    }

    .m-p-8 {
        padding: 8px !important;
    }

    .m-p-10 {
        padding: 10px !important;
    }

    .m-p-16 {
        padding: 16px;
    }

    .m-p-24 {
        padding: 24px;
    }

    .m-pl-0 {
        padding-left: 0px !important;
    }

    .m-pl-5 {
        padding-left: 5px !important;
    }

    .m-pl-10 {
        padding-left: 10px !important;
    }

    .m-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand {
        flex-grow: 1;
        flex-basis: 0;
    }

    /* .logo-icon {
        height: 30px;
    } */

    .m-img-16 {
        width: 16px;
        height: 16px;
    }

    .m-img-80-h {
        height: 80px;
    }

    .whatsapp-link {
        right: 16px;
    }

    .m-top30 {
        top: 30% !important;
    }

    .m-top61 {
        top: 61% !important;
    }

    .m-top77 {
        top: 77% !important;
    }

    .m-top80 {
        top: 80% !important;
    }

    .m-fit-content {
        width: fit-content;
    }

    .m-float-left {
        float: left !important;
    }

    .m-overflow-x {
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .m-no-overflow {
        overflow: unset;
    }

    .m-no-border {
        border: 0px;
    }

    .m-no-justify {
        justify-content: normal !important;
    }

    .m-overflow-x::-webkit-scrollbar {
        display: none;
    }

    .m-text-align-center {
        text-align: center !important;
    }

    .m-text-align-left {
        text-align: left !important;
    }

    .m-flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .m-clearfix {
        height: 0px;
        width: 0px;
    }

    .m-clear4 {
        height: 4px !important;
    }

    .m-clear5 {
        height: 5px !important;
    }

    .m-clear8 {
        height: 8px !important;
    }

    .m-clear10 {
        height: 10px !important;
    }

    .m-clear12 {
        height: 12px !important;
    }

    .m-clear14 {
        height: 14px !important;
    }

    .m-clear15 {
        height: 15px !important;
    }

    .m-clear16 {
        height: 16px !important;
    }

    .m-clear20 {
        height: 20px !important;
    }

    .m-clear24 {
        height: 24px !important;
    }

    .m-clear25 {
        height: 25px !important;
    }

    .m-clear30 {
        height: 30px !important;
    }

    .m-clear32 {
        height: 32px !important;
    }

    .m-clear35 {
        height: 35px !important;
    }

    .m-clear40 {
        height: 40px !important;
    }

    .m-clear50 {
        height: 50px !important;
    }

    .m-clear60 {
        height: 60px !important;
    }

    .m-clear65 {
        height: 65px !important;
    }

    .m-clear70 {
        height: 70px !important;
    }

    .m-clear80 {
        height: 80px !important;
    }

    .m-clear85 {
        height: 85px !important;
    }

    .m-clear90 {
        height: 90px !important;
    }

    .m-clear100 {
        height: 100px !important;
    }

    .m-clear110 {
        height: 110px !important;
    }

    .m-clear160 {
        height: 160px !important;
    }

    .m-clear170 {
        height: 170px !important;
    }

    .m-clear250 {
        height: 250px !important;
    }

    .clear-footer-detail {
        height: 170px !important;
    }

    .clear-footer-home {
        height: 110px !important;
    }

    .clear-footer-other {
        height: 50px !important;
    }

    .m-row-full {
        width: 110% !important;
        margin-left: -5%;
    }

    .m-row-105 {
        width: 105% !important;
    }

    .m-row-100 {
        width: 100% !important;
    }

    .m-row-50 {
        width: 50% !important;
    }

    .m-row-70 {
        width: 70% !important;
    }

    .m-row-30 {
        width: 30% !important;
    }

    .m-row-16 {
        width: 16% !important;
    }

    .m-row-40 {
        width: 40% !important;
    }

    .m-row-65 {
        width: 65% !important;
    }

    .m-row-90 {
        width: 90% !important;
    }

    .m-row-100 {
        width: 100% !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .m-justify-content-start {
        justify-content: start !important;
    }

    .m-justify-content-center {
        justify-content: center !important;
    }

    .m-justify-content-between {
        justify-content: space-between !important;
    }

    .m-height-30 {
        height: 30px !important;
    }

    .m-flex-wrap {
        flex-wrap: wrap !important;
    }

    .m-text-left {
        text-align: left;
    }

    .m-no-padding {
        padding: 0px;
    }

    .m-align-items-center {
        align-items: center !important;
    }

    .m-align-items-start {
        align-items: start !important;
    }

    .m-align-items-end {
        align-items: end !important;
    }

    .m-space12 {
        width: 12px;
        float: left;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show,
    .mobile-block {
        display: block !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .custom-container,
    .half-container,
    .m-container {
        width: 90%;
        margin: 0 5%;
        float: left;
    }

    .no-container {
        width: 100%;
        margin: 0px;
    }

    .m-flex-row {
        display: flex;
        flex-direction: row !important;
    }

    .m-flex-gap0 {
        gap: 0px;
    }

    .m-flex-gap2 {
        gap: 2px;
    }

    .m-flex-gap4 {
        gap: 4px;
    }

    .m-flex-gap5 {
        gap: 5px;
    }

    .m-flex-gap8 {
        gap: 8px;
    }

    .m-flex-gap10 {
        gap: 10px;
    }

    .m-flex-gap12 {
        gap: 12px;
    }

    .m-flex-gap15 {
        gap: 15px;
    }

    .m-flex-gap16 {
        gap: 16px;
    }

    .m-flex-gap20 {
        gap: 20px;
    }

    .m-flex-gap24 {
        gap: 24px;
    }

    .m-flex-gap35 {
        gap: 35px;
    }

    .m-flex-gap40 {
        gap: 40px;
    }

    .m-flex-gap50 {
        gap: 50px;
    }

    .m-flex-gap55 {
        gap: 55px;
    }

    .m-flex-gapauto {
        justify-content: space-between;
    }

    .m-flex-grow0 {
        flex-grow: 0;
    }

    .m-flex-column {
        flex-direction: column !important;
    }

    .m-d-flex {
        display: flex !important;
    }

    .m-position-fixed {
        position: fixed !important;
    }

    .m-flex-1 {
        flex: 1;
    }

    .m-padding16 {
        padding: 16px;
    }

    .m-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .m-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .m-pt50 {
        padding-top: 50px;
    }

    .m-font8 {
        font-size: 8px !important;
        line-height: 120%;
    }

    .m-font10 {
        font-size: 10px !important;
        line-height: 120%;
    }

    .m-font11 {
        font-size: 11px !important;
        line-height: 120%;
    }

    .m-font12 {
        font-size: 12px !important;
        line-height: 120%;
    }

    .m-font14 {
        font-size: 14px !important;
        line-height: 120%;
    }

    .m-font16 {
        font-size: 16px !important;
        line-height: 120%;
    }

    .m-font18 {
        font-size: 18px !important;
        line-height: 120%;
    }

    .m-font20 {
        font-size: 20px !important;
        line-height: 120%;
    }

    .m-font22 {
        font-size: 22px !important;
        line-height: 120%;
    }

    .m-font24 {
        font-size: 24px !important;
        line-height: 120%;
    }

    .m-font25 {
        font-size: 25px !important;
        line-height: 120%;
    }

    .m-font28 {
        font-size: 28px !important;
        line-height: 120%;
    }

    .m-font30 {
        font-size: 30px !important;
        line-height: 120%;
    }

    .m-font35 {
        font-size: 35px !important;
        line-height: 120%;
    }

    .m-font36 {
        font-size: 36px !important;
        line-height: 120%;
    }

    .m-font40 {
        font-size: 40px !important;
        line-height: 120%;
    }

    .m-font48 {
        font-size: 48px !important;
        line-height: 120%;
    }

    .m-font45 {
        font-size: 45px !important;
        line-height: 120%;
    }

    .m-font55 {
        font-size: 55px !important;
        line-height: 120%;
    }

    .m-font64 {
        font-size: 64px !important;
        line-height: 120%;
    }

    .m-font65 {
        font-size: 65px !important;
        line-height: 120%;
    }

    .m-font14-160 {
        font-size: 14px !important;
        line-height: 160%;
    }

    .m-font16-160 {
        font-size: 16px !important;
        line-height: 160%;
    }

    .m-font24-160 {
        font-size: 24px !important;
        line-height: 160%;
    }

    .m-font36-160 {
        font-size: 36px !important;
        line-height: 160%;
    }

    .m-lh-20 {
        line-height: 20px !important;
    }

    .m-lh-24 {
        line-height: 24px !important;
    }

    .m-lineheight-110 {
        line-height: 110% !important;
    }

    .m-lineheight-120 {
        line-height: 120% !important;
    }

    .m-lineheight-130 {
        line-height: 130% !important;
    }

    .m-ic-8 {
        width: 8px !important;
        height: 8px;
    }

    .m-ic-14 {
        width: 14px;
        height: 14px;
    }

    .m-ic-28 {
        width: 28px;
        height: 28px;
    }

    .m-icon14 {
        width: 14px;
        height: 14px;
    }

    .m-icon16 {
        width: 16px !important;
        height: 16px !important;
    }

    .m-icon24 {
        width: 24px !important;
        height: 24px !important;
    }

    .m-icon80 {
        width: 80px !important;
        height: 80px !important;
    }

    .m-b-500 {
        font-weight: 500 !important;
        font-family: "Medium", sans-serif;
    }

    .m-b-600 {
        font-weight: 600;
        font-family: "Medium", sans-serif;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 12px;
    }

    .m-bg-transparent {
        background: transparent !important;
    }

    .m-bg-white {
        background-color: #ffffff !important;
    }

    .m-bg-dark-secondary,
    .m-bg-dark-secondary-hover:hover {
        background-color: #2a2438 !important;
    }

    .m-bg-dark-primary,
    .m-bg-dark-primary-hover:hover {
        background-color: #0e0f13 !important;
    }

    .m-bg-dark-thirth,
    .m-bg-dark-thirth-hover:hover {
        background-color: #1b2a41 !important;
    }

    .m-center {
        display: flex;
        justify-content: center;
    }

    .nav-link.active,
    .nav-link:hover {
        border: none;
    }

    .wrapper-bank {
        padding: 0px;
    }

    .wrapper-img-bank {
        width: 55px;
        height: 35px;
    }

    .footer-img {
        width: 120px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1445px) {
    .l-clear210 {
        width: 100%;
        height: 210px;
        float: left;
    }
}
