@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box;
    --c-primary: #14385b;
    --c-secondary: #008bd3;
    --c-tertiary: #edce14;
    --c-body: #fbfcfd;
    --c-black: #212529;
    --c-b-secondary: #4b5563;
    --c-info: #9597a1;
    --c-red: #d0342c;
    --c-electric: #7df9ff;
    --c-white: #ffffff;
    --c-grey: #d1d1d1;
    --c-disabled: #dee1e8;
    --c-transparent: transparent;
    --c-skeleton: #e6e6e6;
    --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
    --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
    --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: var(--c-primary);
    color: var(--c-white);
}

html,
body {
    font-family: "Chakra Petch", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    background-color: var(--c-white);
    color: var(--c-black);
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-y: overlay;
    transition: ease 0.3s;
}

.h-font {
    font-family: "Chakra Petch", sans-serif;
}

.b-font {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    font-size: 4rem;
    font-weight: 600;
}

h2 {
    font-size: 2.83rem;
    font-weight: 600;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
}

h4 {
    font-size: 1.41rem;
    font-weight: 500;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* h6 {
	font-size: 1.2rem;
	line-height: 0;
} */

p {
    font-size: 1rem;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0px;
}

small {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin-left: 12px;
}

a {
    color: var(--c-primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus,
a:active {
    /* color: var(--c-primary) !important; */
    color: var(--c-tertiary) !important;
}

span,
i {
    transition: all 0.3s !important;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.icon-16 {
    width: 1rem;
    height: 1rem;
}

img.icon-24 {
    width: 1.5rem;
    height: 1.5rem;
}

img.icon-32 {
    width: 2rem;
    height: 2rem;
}

img.icon-48 {
    width: 3rem;
    height: 3rem;
}

img.icon-64 {
    width: 4rem;
    height: 4rem;
}

.img-128 {
    width: 8rem;
}

.img-192 {
    width: 12rem;
}

.img-240 {
    width: 15rem;
}

.img-rounded {
    border-radius: 50%;
}

.shadow-bg {
    box-shadow: var(--shadow-bg);
}

hr {
    margin-top: 1.2496px;
    margin-bottom: 1.2496px;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

i {
    transition: all 0.3s;
}

.ts-03 {
    transition: ease-in-out 0.3s;
}

.ts-05 {
    transition: ease-in-out 0.5s;
}

.ts-spring {
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ========================== FORM FIELD ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

.form-control[disabled] {
    border: 0;
    background-color: var(--c-disabled);
}

.form-control[disabled]:hover {
    border: 0;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group-icon input.form-control {
    padding-right: 3rem;
}

.has-error .form-control {
    box-shadow: none;
}

input.form-control {
    position: relative;
    height: 3rem;
    padding: 0.5rem 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    border-color: var(--c-grey);
    color: var(--c-black);
    /* box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px; */
    box-shadow: none;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgb(205, 205, 205);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
    color: var(--c-black);
    background-color: var(--c-white);
    border-color: var(--c-primary);
}

input.form-control[readonly] {
    background-color: var(--c-disabled);
    cursor: default;
    border: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

select.form-control {
    background-color: #ebf2ff !important;
    cursor: pointer;
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    /* letter-spacing: 1rem; */
    font-weight: 400;
    /*background-color: 08284b;*/
    border: 0.0625rem solid var(--c-grey);
    color: var(--c-black);
    border: 1px solid;
    border-color: var(--c-grey);
    border-radius: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/general/dd-b-bot.svg");
    background-size: 0.75rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
    border-color: #bfc7d7;
    color: var(--c-black);
}

.select2-container--default .select2-selection--single {
    height: 2.5rem !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--c-black) !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.3125rem !important;
}

ul.select2-results__options>li:hover {
    color: var(--c-black) !important;
    /* background-color: #ffe3b8 !important; */
}

.select2-container--default .select2-results__option--selected {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

li.select2-results__option--selectable {
    color: var(--c-black) !important;
}

textarea.form-control {
    background-color: var(--c-transparent);
    /* height: 3.125rem; */
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    letter-spacing: 1rem;
    color: var(--c-black);
    border: 0;
    border-bottom: 1px solid;
    border-color: #bfc7d7;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
    /*resize: none;*/
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
    background-color: var(--c-transparent);
    border-color: 1px solid var(--c-primary);
    color: var(--c-black);
}

label.control-label {
    position: relative;
    font-size: 0.875rem;
    color: var(--c-black);
    /* letter-spacing: .0625rem; */
    font-weight: 400;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 0.25rem;
}

.underline {
    text-decoration: underline;
}

/*====================================== SECTION MODAL SECTION ======================================*/
.modal {
    backdrop-filter: blur(4px);
}

.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    max-height: 90vh;
    /* height: 100%; */
    background-color: #fff;
    border: 0;
    border-radius: 1.25rem;
}

.modal-header {
    padding: 1.5rem 2rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-color: var(--c-grey);
}

.modal-header .modal-logo {
    max-width: 7.25rem;
    margin: 0 auto 1rem auto;
}

.modal-close .close,
.modal-header .close {
    z-index: 99999;
    opacity: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--c-primary);
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.modal-close .close span,
.modal-header .close span {
    font-size: 1.25rem;
    color: var(--c-white);
    position: relative;
    transition: all 0.3s;
}

.modal-close .close:hover,
.modal-header .close:hover {
    opacity: 1;
    background-color: #f54036;
}

.modal-close .close:hover span,
.modal-header .close:hover span {
    color: var(--c-white);
}

.modal-body {
    height: 100%;
    padding: 2rem 2rem;
}

.modal.fade {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-in-out, filter 1s ease-out;
    filter: blur(5px);
    transform: translate(30px, 999px) rotate(0) scale(0);
}

.modal.fade.show .modal-dialog {
    filter: blur(0);
    transform: translate(0, 0) rotate(0) scale(1);
}

.modal.fade.show .modal-dialog .modal-content {
    overflow-y: auto;
}

.modal-footer {
    border-top: 0.0625rem solid rgb(222, 226, 230);
    padding: 1rem;
    /*border: 0;*/
    text-align: center;
}

/*====================================== SECTION COMPONENT BUTTON ======================================*/
.btn-np {
    position: relative;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 1.5;
    align-items: center;
    display: inline-flex;
    border: 0;
    padding: 0.5rem 1.25rem 0.5rem 2.25rem;
    background-color: transparent;
    border: 1px solid var(--c-primary);
    border-radius: 1.5rem;
    -webkit-box-pack: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0;
}

.btn-np:hover,
.btn-np:active,
.btn-np:target,
.btn-np:focus {
    /* transform: scale(1.05) skewX(-20deg); */
    outline: 0;
    box-shadow: none;
}

.btn-np:focus {
    /* transform: scale(1) skewX(-20deg); */
    box-shadow: none;
}

.btn-np:focus:hover {}

.btn-np-contact {
    position: relative;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 1.5;
    align-items: center;
    display: inline-flex;
    border: 0;
    padding: 0.5rem 1.5rem 0.5rem 2.25rem;
    background-color: transparent;
    border: 1px solid var(--c-primary);
    border-radius: 1rem;
    -webkit-box-pack: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    text-decoration: none;
    outline: 0;
}

.btn-np-contact:hover,
.btn-np-contact:active,
.btn-np-contact:target,
.btn-np-contact:focus {
    /* transform: scale(1.05) skewX(-20deg); */
    outline: 0;
    box-shadow: none;
}

.btn-np-contact:focus {
    /* transform: scale(1) skewX(-20deg); */
    box-shadow: none;
}

.btn-np-contact:focus:hover {}

.btn-nohov:focus,
.btn-nohov:hover,
.btn-nohov:active,
.btn-nohov:target,
.btn-nohov:focus:hover,
.btn-disable:focus,
.btn-disable:hover,
.btn-disable:active,
.btn-disable:target,
.btn-disable:focus:hover {
    background-color: var(--c-primary);
}

.btn-primary {
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    font-weight: 500;
    background: var(--c-transparent);
    color: var(--c-white);
}

.btn-primary::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 0;
    background-color: var(--c-primary);
    transition: all 0s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

.btn-primary:hover {
    background-color: var(--c-primary);
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: var(--c-transparent);
    border-color: var(--c-primary);
    color: var(--c-primary);
}

.btn-primary:hover span.btn-text,
.btn-primary:focus:hover span.btn-text {
    color: var(--c-white) !important;
}

.btn-primary:active span.btn-text,
.btn-primary:focus span.btn-text {
    color: var(--c-primary) !important;
}

.btn-primary:focus:hover {
    background-color: var(--c-primary);
}

.btn-np:hover::before {
    width: 100%;
}

.btn-primary:focus .btn-icon span.btn-icon-i {
    color: var(--c-white) !important;
}

.btn-primary:focus:hover .btn-icon span.btn-icon-i {
    color: var(--c-primary) !important;
}

.btn-np .btn-icon,
.btn-np-contact .btn-icon {
    position: absolute;
    width: 20px;
    left: 10px;
    /* transform: translateX(-560%); */
    font-size: 14px;
    display: flex;
    align-items: end;
    justify-content: end;
    border-radius: 50%;
    transition: all 0.3s;
}

.btn-np .btn-icon,
.btn-np span.btn-text,
.btn-np-contact .btn-icon,
.btn-np-contact span.btn-text {
    z-index: 3;
}

.btn-np:hover .btn-icon {
    width: 100%;
    left: -10px;
}

.btn-np .btn-icon span.btn-icon-i,
.btn-np-contact .btn-icon span.btn-icon-i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.btn-primary .btn-icon span.btn-icon-i {
    background-color: var(--c-primary);
}

.btn-primary:hover .btn-icon span.btn-icon-i {
    background-color: var(--c-tertiary);
}

.btn-secondary {
    overflow: hidden;
    position: relative;
    border-color: var(--c-primary);
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    font-weight: 500;
    background: var(--c-transparent);
    color: var(--c-tertiary);
}

.btn-secondary::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 0;
    background-color: var(--c-tertiary);
    transition: all 0s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

.btn-secondary .btn-icon span.btn-icon-i {
    background-color: var(--c-tertiary);
    color: var(--c-primary);
}

.btn-secondary:hover .btn-icon span.btn-icon-i {
    background-color: var(--c-primary);
    color: var(--c-tertiary);
}

.btn-secondary:hover {
    background-color: var(--c-white);
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--c-white);
}

.btn-secondary:hover span.btn-text {
    color: var(--c-primary) !important;
}

.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--c-white);
    border-color: var(--c-primary);
    color: var(--c-primary);
}

.btn-primary:hover span.btn-text,
.btn-primary:focus:hover span.btn-text {
    color: var(--c-white) !important;
}

.btn-primary:active span.btn-text,
.btn-primary:focus span.btn-text {
    color: var(--c-primary) !important;
}

.btn-primary:focus:hover {
    background-color: var(--c-primary);
}

.btn-np:hover::before {
    width: 100%;
}

.btn-primary:focus .btn-icon span.btn-icon-i {
    color: var(--c-white) !important;
}

.btn-primary:focus:hover .btn-icon span.btn-icon-i {
    color: var(--c-primary) !important;
}

.btn-tertiary {
    overflow: hidden;
    position: relative;
    border-color: var(--c-white);
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    font-weight: 500;
    background: var(--c-white);
    color: var(--c-white);
}

.btn-tertiary::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 0;
    background-color: var(--c-primary);
    transition: all 0s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

.btn-tertiary .btn-icon span.btn-icon-i {
    background-color: var(--c-primary);
    color: var(--c-white);
}

.btn-tertiary:hover .btn-icon span.btn-icon-i {
    background-color: var(--c-tertiary);
    color: var(--c-primary);
}

.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
    background-color: var(--c-primary);
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.btn-tertiary:hover span.btn-text {
    color: var(--c-white) !important;
}

.btn-link {
    background-color: var(--c-transparent);
    color: var(--c-primary);
    text-decoration: underline;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    background-color: var(--c-transparent);
    color: var(--c-primary);
    text-decoration: underline;
}

.btn-load {
    color: var(--c-primary-600);
}

.btn-load:before,
.btn-load:active,
.btn-load:focus {
    background-color: var(--c-primary-600) !important;
}

.underline-cta {
    border-bottom: 1px solid var(--c-primary);
}

.btn-google {
    border: 1px solid #e7e7e9;
    background-color: var(--c-white) !important;
    color: var(--c-black) !important;
}

.btn-google:hover {
    color: var(--c-black) !important;
    border-color: #dbdbde !important;
    box-shadow: none !important;
}

.btn-fb {
    background-color: #4267b2;
    color: var(--c-white) !important;
}

.btn-fb:hover {
    box-shadow: none !important;
}

.cta a:hover span {
    color: var(--c-primary);
}

.wa-bg {
    background-color: #25d366;
}

.btn-np.btn-disable {
    opacity: 0.2 !important;
    cursor: default !important;
}

.btn-np.disabled {
    background-color: var(--c-disabled);
    cursor: default !important;
}

.btn-np.disabled:hover,
.btn-np.disabled:active,
.btn-np.disabled:focus {
    box-shadow: none;
    transform: scale(1);
}

.btn-modal {
    background-color: var(--c-transparent);
    border: 0;
    padding: 0 !important;
    box-shadow: none;
}

#select-dropdown {
    margin-top: 0.25rem;
    background: transparent;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    display: block;
    text-align: left;
    font-size: 1rem;
    width: 100%;
    color: #5a5957;
    text-decoration: none;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

#select-dropdown.open {
    opacity: 0;
}

.button-group {
    position: relative;
    width: 13.5rem;
}

.button-group .marka {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 9999;
}

.button-group .marka i {
    background: grey !important;
}

.marka-icon-times {
    border: 1px solid grey;
    border-radius: 50%;
    top: 0.25rem !important;
    right: 0.25rem !important;
}

#dropdown-menu {
    position: absolute;
    top: -1rem;
    right: 0;
    left: 0;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    width: 100%;
    list-style: none;
    text-align: left;
    border-radius: 0.25rem;
    background: var(--c-white);
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

#dropdown-menu li {
    position: relative;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

#dropdown-menu li:hover {
    background-color: #33b8c41a;
}

#dropdown-menu li a {
    color: #5a5957;
    text-decoration: none;
    font-size: 1rem;
}

#dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#dropdown-menu.open li {
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.open li:nth-child(1) {
    transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
    transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
    transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
    transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
    transition-delay: 0.35s !important;
}

/*====================================== SECTION COMPONENT WORDING ======================================*/
.sc-main {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--c-black);
    transition: all 0.3s;
}

.sc-l {
    font-size: 1.375rem;
}

.sc-m {
    font-size: 1.125rem;
    font-weight: 300;
}

.sc-s {
    font-size: 1rem;
}

.sc-s-light {
    font-size: 1rem;
    font-weight: 300;
}

.sc-xs {
    font-size: 0.75rem;
}

.sta-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sc-break {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-small {
    font-size: 0.625rem;
    line-height: 1.5;
}

.c-primary {
    color: var(--c-primary) !important;
}

.c-primary-800 {
    color: var(--c-primary) !important;
}

.c-primary-600 {
    color: var(--c-primary-600) !important;
}

.c-primary-500 {
    color: var(--c-primary-500) !important;
}

.c-secondary {
    color: var(--c-secondary) !important;
}

.c-white {
    color: var(--c-white) !important;
}

.c-black {
    color: var(--c-black) !important;
}

.c-tertiary {
    color: var(--c-tertiary) !important;
}

.c-black-secondary {
    color: var(--c-b-secondary) !important;
}

.c-info {
    color: var(--c-info) !important;
}

.c-red {
    color: var(--c-red) !important;
}

.c-grey {
    color: var(--c-grey) !important;
}

.c-lvl-1 {
    color: var(--c-lvl-1) !important;
}

.c-lvl-2 {
    color: var(--c-lvl-2) !important;
}

.c-lvl-3 {
    color: var(--c-lvl-3) !important;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700 !important;
}

.x-bold {
    font-weight: 800 !important;
    /* letter-spacing: 1; */
}

.xx-bold {
    font-weight: 900;
}

.box-shadow {
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s ease-out;
}

.no-pad {
    padding: 0;
}

.rd-sm {
    border-radius: 0.25rem;
}

.rd-md {
    border-radius: 0.5rem;
}

.rd-lg {
    border-radius: 0.75rem;
}

.rd-h {
    border-radius: 1.5rem;
}

.rd-50 {
    border-radius: 50%;
}

.rd-t-sm {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.rd-t-md {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.rd-t-lg {
    border-radius: 0.75rem 0.75rem 0rem 0rem;
}

.rd-t-h {
    border-radius: 1.5rem 1.5rem 0rem 0rem;
}

.rd-b-sm {
    border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.rd-b-md {
    border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.rd-b-lg {
    border-radius: 0rem 0rem 0.75rem 0.75rem;
}

.rd-b-h {
    border-radius: 0rem 0rem 1.25rem 1.25rem;
}

.br-primary {
    border-color: var(--c-primary);
}

.br-red {
    border-color: var(--c-red);
}

.no-transform {
    text-transform: none !important;
}

.bg-primary {
    background-color: var(--c-primary) !important;
}

.bg-primary-gd {
    background: var(--primary-gd) !important;
}

.bg-secondary {
    background-color: var(--c-secondary) !important;
}

.bg-tertiary {
    background-color: var(--c-tertiary) !important;
}

.bg-white {
    background-color: var(--c-white) !important;
}

.bg-black {
    background-color: var(--c-black) !important;
}

.bg-red {
    background-color: var(--c-red) !important;
}

.bg-transparent {
    background-color: var(--c-transparent) !important;
}

.bg-wa {
    background-color: #25d366 !important;
}

.bg-fb {
    background-color: #4267b2 !important;
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.max-16 {
    max-width: 1rem !important;
}

.max-24 {
    max-width: 1.5rem !important;
}

.max-32 {
    max-width: 2rem !important;
}

.max-40 {
    max-width: 2.5rem !important;
}

.max-48 {
    max-width: 3rem !important;
}

.max-64 {
    max-width: 4rem !important;
}

.max-84 {
    max-width: 5.25rem !important;
}

.max-100 {
    max-width: 6.25rem !important;
}

.max-128 {
    max-width: 8rem !important;
}

.max-160 {
    max-width: 10rem !important;
}

.max-240 {
    max-width: 15rem !important;
}

.max-320 {
    max-width: 20rem !important;
}

.max-360 {
    max-width: 22.5rem !important;
}

.max-400 {
    max-width: 25rem !important;
}

.max-480 {
    max-width: 30rem !important;
}

.max-640 {
    max-width: 40rem !important;
}

.max-720 {
    max-width: 45rem !important;
}

.max-1024 {
    max-width: 64rem !important;
}

.max-1140 {
    max-width: 71.25rem !important;
}

.z-m-3 {
    z-index: -3;
}

.z-m-2 {
    z-index: -2;
}

.z-m-1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.subject-title {
    max-width: 64rem;
    margin: 0 auto;
}

.subject-desc,
.subject-info {
    max-width: 64rem;
    margin: 0 auto;
}

.sticky-subhead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.no-result {
    background-color: var(--c-primary-500);
    padding: 1rem;
    text-align: center;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.cover {
    object-fit: cover;
}

.c-default {
    cursor: default;
}

.pointer {
    cursor: pointer;
}

.line-clamp-1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

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

.line-clamp-4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.line-clamp-5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.custom-choose {
    display: flex;
}

.custom-choose input[type="checkbox"],
.custom-choose input[type="radio"] {
    display: none;
}

.custom-choose input[type="checkbox"]+label,
.custom-choose input[type="checkbox"]:not(checked)+label,
.custom-choose input[type="radio"]+label,
.custom-choose input[type="radio"]:not(checked)+label {
    cursor: pointer;
    padding: 12px 32px;
    border: solid 1px var(--c-transparent);
    background-color: var(--c-body);
    border-radius: 0.5rem;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}

.custom-choose input[type="checkbox"]:checked+label,
.custom-choose input[type="radio"]:checked+label {
    position: relative;
    border: solid 1px var(--c-primary);
    background-color: var(--c-body);
    color: var(--c-primary);
    transition: all ease-in-out 0.3s;
}

/*====================================== SECTION NAVBAR ======================================*/
header {
    /* overflow: hidden; */
    position: fixed;
    /* border-bottom: 1px solid var(--c-primary); */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    will-change: transform;
    transition: background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--ts-cubic);
}

header nav#navigation .container-nav {
    position: relative;
    background-color: var(--c-transparent);
    border: 1px solid var(--c-transparent);
    margin: 0 auto;
    box-shadow: 0;
    /* overflow: hidden; */
    transition: all 0.5s;
}

header nav#navigation.scrolled .container-nav {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateY(8px);
    border-radius: 48px;
    max-width: 768px;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: var(--c-primary);
    box-shadow: 0px -4px 16px 4px rgb(0 0 0 / 24%);
}

header nav#navigation.scrolled .nav-menu li a {
    color: var(--c-black);
}

header nav#navigation.scrolled .nav-menu li.active a span,
header nav#navigation.scrolled .nav-menu li.active a:hover span {
    color: var(--c-primary);
}

.nav-toggle-mobile {
    display: none;
}

.container-nav {
    padding: 0.5rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.container-nav .nav-logo {
    opacity: 1;
    z-index: 2;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    border-bottom-right-radius: 1rem;
}

.container-nav .nav-logo a {
    display: block;
    padding: 0;
}

.container-nav .nav-logo a .image {
    width: 4rem;
    transition: ease-in-out 0.4s;
}

.nav-menu {
    width: 100%;
    transition: var(--ts-cubic);
}

.nav-menu ul {
    list-style: none;
    margin: 0;
    z-index: 9;
    position: relative;
    display: flex;
    opacity: 1;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    text-align: center;
    transition: all 0.3s;
    /* transition-delay: 0.3s; */
}

.nav-menu ul li {
    position: relative;
    /* transition: all 0.3s; */
}

.nav-menu li a {
    z-index: 2;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    opacity: 1;
    font-size: 1rem;
    font-weight: 500;
    color: var(--c-tertiary);
    border: 1px solid var(--c-transparent);
    padding: 0.5rem 1.25rem;
    border-radius: 1.5rem;
}

.nav-menu li a::before {
    z-index: 9;
    content: "";
    background: var(--primary-gd);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 48px;
    border-radius: 0;
    -webkit-transform: translate3d(-150%, 0%, 0);
    transform: translate3d(-150%, 0%, 0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(2, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(2, 0, 0.125, 1);
}

.nav-menu li a:hover::before {
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
}

.nav-menu li a span {
    transition: all 1s !important;
}

.nav-menu li a:hover span {
    color: var(--c-white);
}

header nav#navigation.scrolled .nav-menu li a:hover span {
    color: var(--c-primary);
}

.nav-menu li a:active,
.nav-menu li a:focus {
    color: var(--c-black);
}

.nav-menu li.active a {
    border-radius: 0;
}

.nav-menu li.active a,
.nav-menu li.active a:hover {
    color: var(--c-primary) !important;
}

.nav-menu li .nav-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.nav-menu li:hover .nav-icon,
.nav-menu li:hover .notif-menu-count {
    transform: scale(1.2);
}

.nav-menu li.active a::before {
    -webkit-transform: translate3d(-50%, 70%, 0);
    transform: translate3d(-50%, 70%, 0);
    max-width: 80px;
    left: 50%;
    border-radius: 20px;
}

.nav-menu li.active a span,
.nav-menu li.active a:hover span {
    font-weight: 700;
    color: var(--c-white);
}

.change-lang {
    z-index: 99;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.change-lang .change-lang-wrapper {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--c-primary);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
}
.change-lang-wrapper i
{
    animation-timing-function: linear;
    animation-duration: 5s;
}

.change-lang select.form-control {
    font-size: 16px;
    background-color: var(--c-transparent) !important;
    border: 0;
    background-size: 0.5rem;
    padding: 0.25rem 0.75rem 0.25rem 0.25rem;
}

.menu-container-mobile,
.close-mobile {
    display: none;
}

.dropdown-menu-wrapper {
    display: none;
    opacity: 0;
    top: 50px;
    right: 0;
    position: absolute;
    border: 1px solid var(--c-grey);
    background-color: var(--c-body);
    min-width: 15rem;
    transition: all 0.3s;
}

.dropdown-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.dropdown-menu-wrapper.show {
    overflow: hidden;
    display: block;
    opacity: 1;
    transition: all 0.3s;
}

.dropdown-menu-list {
    width: 100%;
    padding: 5px;
    transition: all 0.3s;
}

.toggle-dropdown:hover {
    cursor: pointer;
    transition: all 0.3s;
}

.toggle-dropdown-notification:hover {
    cursor: pointer;
    transition: all 0.3s;
}

.nav-menu .nav-close {
    z-index: 999;
    display: flex;
    position: absolute;
    top: 0;
    right: 28px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--c-black);
    opacity: 0;
    transition: ease-in-out 0.6s;
}

.swiper {
    overflow: clip;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper .swiper-slide>a {
    width: 100%;
}

.swiper-button-next {
    background-color: var(--c-transparent);
    background-image: url("../images/general/chevron-right.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    right: 1.5rem;
    padding: 1rem;
    /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
    box-shadow: none;
}

.swiper-button-prev {
    background-color: var(--c-transparent);
    background-image: url("../images/general/chevron-left.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    left: 1.5rem;
    /* box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%); */
    box-shadow: none;
}

.swiper-button-next,
.swiper-button-prev {
    top: 45%;
    width: 2rem !important;
    height: 2rem !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 0.25rem;
    border-radius: 1.25rem;
}

.swiper-pagination-bullet-active {
    background: var(--c-primary);
}

.outline-font {
    color: var(--c-white);
    color: rgba(255, 255, 255, 1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--c-white);
}

/*====================================== SECTION HOME PAGE ======================================*/
section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 0;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

section.section-home-hero {
    overflow: hidden;
    height: 125vh;
    background-image: url("../images/home-hero-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 5rem;
}

.home-hero-content .image-hero-word {
    margin: 0 auto;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: scale(1) translate(-50%, 50%);
    text-align: center;
    z-index: 1;
}

.home-hero-content .image-hero-word h1 {
    margin-top: -40px;
    font-size: 12rem;
}

.home-hero-content .image-hero {
    transform: translateY(0) scale(1.1);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.image-hero-footer {
    z-index: 4;
    position: absolute;
    transform: translateY(0);
    left: 0;
    bottom: -320px;
    width: 100%;
}

.image-hero-bottom {
    margin-top: -4px;
    background-color: var(--c-white);
    width: 100%;
    height: 240px;
}

.home-about-image .image button>img {
    filter: blur(2px);
}

.home-about-image .image button:hover>img {
    filter: blur(0px);
    transform: scale(1.05);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.39);
}

.about-video-modal iframe {
    width: 100%;
    height: 480px;
}

.play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-about-image .image button:hover .play-button .icon-play {
    transform: scale(1.1);
}

.icon-play {
    width: 54px;
    height: 54px;
}

.home-about-image .image-parallax {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.39);
    filter: blur(0);
    transition: margin 1s, opacity 0.5s;
}

.home-about-image .image-parallax.prlx-one {
    top: -64px;
    left: 48px;
    transition: margin 1s, opacity 0.5s;
}

.image-parallax.prlx-one.hover-in {
    z-index: -1;
    opacity: 0;
    margin-top: -128px;
    transition: all 0.3s;
}

.home-about-image .image-parallax.prlx-two {
    bottom: -64px;
    right: 48px;
    transition: margin 1s, opacity 0.5s;
}

.image-parallax.prlx-two.hover-in {
    z-index: -1;
    opacity: 0;
    margin-bottom: -128px;
    transition: all 0.3s;
}

.home-ob-divider {
    margin-top: 8rem;
    margin-bottom: -0.25rem;
}

section.section-home-ob,
section.section-our-project {
    padding: 3rem 0 3rem 0;
    /* min-height: 50vh; */
    background: transparent linear-gradient(180deg, #153759 0%, #14385b7a 100%) 0% 0% no-repeat padding-box;
}

section.section-our-project {
    background: transparent linear-gradient(0deg, #163657 0%, #14385b7a 100%) 0% 0% no-repeat padding-box;
}

.our-project-animate {
    margin-bottom: -0.75rem;
}

.ob-gallery-divider {
    margin-top: -0.125rem;
}

.ob-divider-inside {
    width: 100%;
    height: 2px;
    border-radius: 20px;
}

.ob-home-category {
    margin: 4rem 0 0 0;
}

.ob-various-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 540px;
    padding: 1rem 0;
    gap: 1rem;
}

.various-card {
    overflow: hidden;
    position: relative;
    /* background-size: cover; */
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 1.25rem;
    cursor: pointer;
    flex: 0.5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: ease 0.6s;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
}

.various-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #14385b 0%, #14385b00 100%) 0% 0% no-repeat padding-box;
    transition: all 5s;
}

.various-card.active::before {
    transform: translate(0px, 999px);
}

.various-card .various-card-name {
    margin-bottom: 170px;
    transform: rotate(-90deg);
    display: flex;
    gap: 8px;
    align-items: center;
    flex-basis: 360px;
    flex-grow: 0;
    flex-shrink: 0;
    transition: ease 0s;
}

.various-card .various-card-name .icon {
    transform: rotate(90deg);
    width: 64px;
    height: 64px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.various-card .various-card-name h3 {
    width: 100%;
    line-height: 26px;
    font-size: 24px;
}

.various-card .various-card-name .icon,
.various-card .various-card-name h3,
.various-card .various-card-name h1 {
    opacity: 1;
    transition: ease 0.6s;
    transition-delay: 0.5s;
}

.various-card .various-card-cta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transform: scale(1.1);
    opacity: 0;
    width: 100%;
    filter: blur(3px);
    transition: ease 0.6s;
    transition-delay: 0.6s;
}

.various-card .various-card-cta .icon {
    max-width: 100px;
    margin: 0 auto 20px auto;
}

.various-card .various-card-cta .icon,
.various-card .various-card-cta h2,
.various-card .various-card-cta h4,
.various-card .various-card-cta p,
.various-card .various-card-cta .cta {
    display: none;
    opacity: 1;
    transition: ease 0.6s;
    transition-delay: 0.5s;
}

.various-card .various-card-name .icon svg,
.various-card .various-card-cta .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.various-card .various-name h4 {
    font-size: 2rem;
}

.various-card.active {
    cursor: default;
    padding: 1rem 2rem 2rem 2rem;
    flex: 3;
}

.various-card.active .various-card-cta {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
}

.various-card.active .various-card-cta .icon,
.various-card.active .various-card-cta h4,
.various-card.active .various-card-cta h2,
.various-card.active .various-card-cta p,
.various-card.active .various-card-cta .cta {
    display: block;
    opacity: 1;
}

.various-card.active .various-card-cta p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
}

.various-card.active .various-card-name {
    transform: translateY(300px) rotate(-90deg) scale(0);
    flex-basis: 0;
    width: 0;
    padding: 0;
}

.various-card.active .various-card-name .icon,
.various-card.active .various-card-name h3,
.various-card.active .various-card-name h1 {
    opacity: 0;
}

/* @media (max-width: 480px) {
    .various-card.active:nth-of-type(4),
    .various-card.active:nth-of-type(5) {
        display: none;
    }
} */
section.section-home-join {
    padding-top: 0;
}

.home-join-content {
    padding: 8rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-join-content::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, #14375acc 0%, #14375a9b 100%) 0% 0% no-repeat padding-box;
}

.home-location-map {
    margin: 4rem auto 0 auto;
}

.home-location-map.map-mobile {
    display: none;
}

.pin {
    position: absolute;
}

.pin>.map-icon {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.pin .pin-content {
    /* min-width: 16.25rem; */
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -60%;
    transform: translateY(-50%);
    background: #e7f6fe 0% 0% no-repeat padding-box;
    border: 2px solid #008bd34d;
    padding: 0.5rem 1rem;
    font-size: 1em;
    transition: all 0.3s;
}

.pin-content-text {
    color: var(--c-primary) !important;
}

.pin .pin-content .pin-content {
    opacity: 1;
    transition: all 0.3s;
}

.pin-content.hidden {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.pin .pin-content.left {
    right: 0.8rem;
    border-radius: 16px 32px 0px 16px;
}

.pin .pin-content.right {
    left: 0.8rem;
    border-radius: 32px 16px 16px 0px;
}

.pin-content-image {
    display: flex;
    background-color: var(--c-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.tb-bara-first {
    top: 35%;
    right: 62%;
}

.tb-bara-second {
    top: 26%;
    right: 57%;
}

.construction-icon {
    top: 34%;
    right: 55%;
}

.hospitality-icon {
    top: 40%;
    right: 54%;
}

.logistic-icon {
    top: 53%;
    right: 77%;
}

.industry-agrobisnis-icon {
    top: 62%;
    right: 74%;
}

@keyframes pulse_pin {
    0% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    70% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        box-shadow: 0 0 0 2rem #edcc14;
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        box-shadow: 0 0 0 0 #edcc1470;
    }
}

/*====================================== SECTION ABOUT ======================================*/
.on-develop {
    height: 480px;
}

.peekaboo-2 {
    position: absolute;
    left: 0;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.peekaboo {
    position: absolute;
    right: 0;
    height: 100%;
}

section.section-about-oj {
    padding: 8rem 0 0 0;
    background-image: url("../images/about-hero-top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-oj-container {
    margin: 5rem 0;
}

.oj-card .year {
    position: absolute;
    width: 52px;
    height: 52px;
    /* background-color: var(--c-tertiary); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oj-card:nth-child(odd) .year {
    bottom: -1rem;
    right: -1rem;
}

.oj-card:nth-child(even) .year {
    bottom: -1rem;
    left: -1rem;
}

.oj-card:nth-child(odd) .desc {
    text-align: right;
}

.oj-card:nth-child(even) {
    margin-left: auto;
}

.oj-card:nth-child(even) .desc {
    flex-direction: row-reverse;
}

.oj-timeline {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.oj-timeline svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    /* Agar tidak mengganggu interaksi dengan elemen di atasnya */
}

.oj-timeline #track {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#element {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -40px;
    left: 43%;
    transform: translateY(50%);
    /* Sejajarkan dengan jalur SVG */
}

#element img {
    width: 64px;
    height: 64px;
}

section.section-about-vm {
    padding: 3rem 0 3rem 0;
    background: transparent linear-gradient(180deg, #153759 0%, #919eae 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
    min-height: 100vh;
}

.vm-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.vm-card {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6); */
}

.vm-card .vm-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 3rem;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vm-card .vm-wrapper .vm-subject {
    margin-top: -5rem;
}

.vm-card:nth-child(1) {
    width: 80%;
}

.vm-card:nth-child(1) .vm-wrapper {
    justify-content: start;
}

.vision-image {
    max-width: 640px;
    width: 100%;
    position: absolute;
    bottom: -1rem;
    right: 5%;
}

.mission-card {
    width: 80%;
    height: 100%;
    padding: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.vm-card:nth-child(3) {
    width: 0px;
    padding: 1rem;
}

.vm-object {
    position: absolute;
    top: 1rem;
    left: 5%;
}

section.section-about-core .ob-various-container {
    margin: 3rem auto;
}

section.section-about-core .various-card {
    flex-direction: column;
}

section.section-about-core .various-card .various-card-name {
    width: 100%;
    height: 100%;
    transform: rotate(0);
    justify-content: center;
    margin-bottom: 0;
}

section.section-about-core .various-card .various-card-name h1 {
    font-size: 96px;
}

section.section-about-core .various-card.active {
    align-items: center;
}

section.section-about-core .various-card.active .various-card-name {
    width: 0;
    height: 0;
    opacity: 0;
}

.swiper-certificate {
    margin-top: -1rem;
    padding: 3.5rem 0 0 0;
}

.swiper-button-swiper.certificate {
    position: absolute;
    left: 0;
    bottom: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.swiper-certificate .sertif-content,
.swiper-award .award-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.swiper-certificate .swiper-slide-active .sertif-content,
.swiper-award .swiper-slide-active .award-content {
    opacity: 1;
}

.certificate-card,
.award-card {
    max-width: 480px;
    margin: 0 auto;
}

.award-card {
    padding: 3rem 0;
}

.certificate-card .certificate-image,
.award-card .award-image {
    border: 10px solid #604439;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.swiper-button-swiper.award {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

/* .swiper-slide-active .certificate-image,
.swiper-slide-active .award-image {
    border: 5px solid var(--c-secondary);
    transition: all 0.3s;
} */

/*====================================== SECTION OUR BUSINESS ======================================*/

section.section-bs-variant {
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    background: transparent linear-gradient(180deg, #14385b 0%, #14385b00 100%) 0% 0% no-repeat padding-box;
}

.bs-variant-container {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 3rem 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bs-variant-container::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #1f264f 0%, #1f264f0b 100%) 0% 0% no-repeat padding-box;
}

.bs-variant-card .bs-variant-list ul {
    padding-left: 0.5rem;
    list-style: disc;
}

.bs-variant-card .bs-variant-list ul li {
    font-size: 20px;
}

.bs-variant-card .bs-variant-list ul li::marker {
    color: var(--c-tertiary);
}

.subject-bs-outline {
    bottom: -16px;
    right: 1rem;
}

.subject-bs-outline h1 {
    font-size: 4rem;
}

.bs-object {
    width: fit-content;
    /* transform: translateY(64px); */
}

/*====================================== SECTION OUR BUSINESS DETAIL ======================================*/
section.section-our-competence {
    padding: 10rem 0rem;
}

.business-detail-container {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 3rem 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.business-detail-container::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #14385b 0%, #14385b6b 75%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed) {
    color: var(--c-primary);
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/images/general/accordion-button.svg");
}

.accordion-button::after {
    background-image: url("/images/general/accordion-button.svg");
}

.accordion-button {
    padding: 1rem 0.5rem !important;
}

.col-prlx-sticky {
    position: sticky;
    top: 160px;
}

section.section-our-competence .home-about-image #main-image,
section.section-our-competence .home-about-image #prlxMmid {
    height: 25rem;
    object-fit: cover;
}

section.section-ob-gallery {
    padding: 5rem 3rem 2rem 3rem;
}

.gallery-photo-container {
    flex-wrap: wrap;
}

.gallery-photo-container .gallery-card {
    height: 240px;
    cursor: pointer;
}

.gallery-photo-container .gallery-card:nth-child(1) {
    width: 24%;
}

.gallery-photo-container .gallery-card:nth-child(2) {
    width: 49%;
}

.gallery-photo-container .gallery-card:nth-child(3) {
    width: 24%;
}

.gallery-photo-container .gallery-card:nth-child(4) {
    width: 49%;
}

.gallery-photo-container .gallery-card:nth-child(5) {
    width: 24%;
}

.gallery-photo-container .gallery-card:nth-child(6) {
    width: 24%;
}

.list-number>.number {
    width: 2rem;
    height: 2rem;
}

.ob-location-map .map {
    margin: 2rem auto 0 auto;
    height: 30rem;
}

.our-project-card {
    width: 100%;
    height: 100%;
    margin: 0 128px;
    position: relative;
    transition: all 0.3s;
}

.our-project-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    background: transparent linear-gradient(0deg, #00000099 0%, #14385b00 100%) 0% 0% no-repeat padding-box;
    transition: all 0.3s;
}

.swiper-slide-active .our-project-card {
    width: 100%;
    margin: 0 0;
    z-index: 2;
    transition: all 1.4s;
}

.project-card-content {
    width: 100%;
    padding: 1em;
    filter: blur(4px);
    opacity: 0;
    transform: translateY(32px);
    transition: all 1s !important;
    transition-delay: 0.5s !important;
}

.swiper-slide-active .project-card-content {
    /* display: block; */
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s;
}

.ob-category-card {
    width: 100%;
    position: relative;
}

.ob-category-card::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #1f264f 0%, #1f264f3d 100%) 0% 0% no-repeat padding-box;
}

.swiper-button-wrapper.ob-category {
    height: 2.5rem;
}

.swiper-button-wrapper.ob-category .swiper-button-next,
.swiper-button-wrapper.ob-category .swiper-button-prev {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

/*====================================== SECTION CAREER ======================================*/
section.section-career {
    z-index: 2;
    position: relative;
    padding: 12rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section.section-career::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #14385b 0%, #14385b6b 75%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

section.section-career-list,
section.section-contact-form {
    z-index: 2;
    position: relative;
    margin-top: -0.125rem;
    background-color: var(--c-white);
}

.career-card {
    padding: 1rem;
    background: transparent linear-gradient(90deg, #e7f6fe 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    background-size: 100%;
    border: 1px solid #e7f6fe;
    margin-bottom: 1.5rem;
    transition: background 2s, box-shadow 0.5s, border-color 0.5s;
}

.career-card:hover {
    background-size: 300%;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 4%);
    border-color: var(--c-grey);
}

.career-modal-card .career-logo {
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.career-spec-list ul {
    margin-top: 0.5rem;
    list-style: disc;
    padding-left: 1rem;
    gap: 0.5rem;
}

.link-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
}

.link-bullet-active {
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid var(--c-primary);
    border-radius: 50%;
}

.nav-link {
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 21rem !important;
    color: var(--c-primary);
    border: 1px solid var(--c-grey) !important;
}

.nav-pills {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--c-white);
    background-color: var(--c-primary);
}

.nav-item>.nav-link:hover,
.nav-item>.nav-link:focus,
.nav-item>.nav-link:active {
    color: var(--c-white) !important;
    background-color: var(--c-primary);
    text-decoration: none;
}

.career-filter .nav-item {
    width: 100%;
}

/*====================================== SECTION CONTACT ======================================*/
section.section-contact {
    z-index: 2;
    position: relative;
    padding: 12rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section.section-contact::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #14385b 0%, #14385b6b 75%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.form-content {
    padding: 0 2rem;
}

.contact-container::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #14385b 0%, #14385b33 50%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.card-content-contact {
    position: static;
    background: radial-gradient(100% 816.33% at 0% 0%,
            #4c668c 0%,
            #14385b 100%);
}

input[type="radio"] {
    appearance: none;
    flex-shrink: 0;
    background-color: #fff;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    box-shadow: 0px 0px 2px #00000029;
}

input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: var(--c-black);
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type="radio"]+label {
    cursor: pointer;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]:checked {
    background-color: var(--c-tertiary);
    border: none;
    box-shadow: none;
}

.custom-file-contact {
    min-height: 6rem;
    cursor: pointer;
    align-items: center;
    padding: 1.5rem 2rem;
    border: 0.5px solid var(--c-grey);
    border-radius: 0.5rem;
    justify-content: space-between;
    transition: all 0.5s;
}

.custom-file-contact:hover {
    border: 0.5px solid var(--c-secondary);
    box-shadow: 0 8px 18px 0 rgb(214 214 214 / 40%);
}

.site-office-card {
    padding: 1rem;
    border-right: 1px solid var(--c-grey);
}

.swiper-site-office .swiper-slide:last-child .site-office-card {
    border-right: 0;
}

.contact-location a:hover,
.contact-location a:focus,
.contact-location a:active {
    color: var(--c-tertiary) !important;
    text-decoration: underline;
}

.contact-map iframe {
    width: 100%;
    height: 240px;
}

/*====================================== SECTION 404  ======================================*/
section.section-notfound {
    max-height: 100vh;
    height: 100vh;
}

section.section-notfound .subject-title h1 {
    font-size: 240px;
    line-height: 200px;
}

section.section-notfound .subject-title {
    top: 30vh;
}

.subject-nf-wrapper {
    bottom: 29vh;
}

.pagenotfound-top {
    height: 65vh;
}

.pagenotfound-bot {
    height: 50vh;
    bottom: 0;
    /* margin-top: -8rem; */
}

/*====================================== SECTION FOOTER ======================================*/

footer {
    position: relative;
    z-index: 99;
    padding: 3rem 0 2rem 0;
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/* footer::before
{
    z-index: -2;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0, #56A7D0 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
} */
.footer-top .image {
    right: 5%;
    bottom: -32px;
}

.footer-top {
    min-height: 20rem;
}

.footer-main {
    transform: translate(0, 360px) scale(0.1);
    /* margin-bottom: -66px; */
    background: transparent linear-gradient(307deg, #14385b 0%, #4c668c 100%) 0% 0% no-repeat padding-box;
    padding: 1rem 2rem;
    margin: 0 32px;
    transition: ease-in-out 1s;
}

.footer-main.onscreen {
    transform: translate(0, 0px) scale(1);
}

.footer-content {
    filter: blur(4px);
    transition: ease-in-out 0.6s;
    transition-delay: 0.6s;
}

.footer-logo {
    max-width: 96px;
}

.footer-content-right ul li a:hover {
    color: var(--c-tertiary) !important;
}

.footer-content-bottom {
    filter: blur(4px);
    border-top: 0.5px solid var(--c-white);
    padding: 1rem 1.25rem;
    padding-bottom: 2rem;
    transition: ease-in-out 0.6s;
    transition-delay: 0.6s;
}

.footer-main.onscreen .footer-content,
.footer-main.onscreen .footer-content-bottom {
    filter: blur(0);
}

.footer-contact li a img {
    width: 24px;
    height: 24px;
}

.footer-link ul {
    border-top: 1px solid var(--c-black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 1rem;
}

.footer-link ul li a:hover {
    color: var(--c-white) !important;
}

.footer-socmed a {
    width: 36px;
    height: 36px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    border-radius: 50%;
    transition: all 0.3s;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-menu ul li a {
    display: inline-block;
    width: auto;
    color: var(--c-orange);
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.footer-menu ul li:hover a {
    transform: translateY(-3px);
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.footer-logo .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo .image:hover a {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

.footer-copyright {
    margin-top: 0.5rem;
}

.footer-copyright .copyright {
    margin-top: 10px;
}

.wa-floating {
    z-index: 999;
    position: fixed;
    bottom: 2%;
    right: 20px;
    transition: all 0.3s;
}

.wa-floating:hover {
    transform: translateY(-10px);
    /*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}

.wa-floating a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.wa-floating p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #0303c6;
}

.wa-floating .image {
    max-width: 60px;
}

@keyframes maka {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

footer.footer .footer-copyright span {
    display: inline-block;
    margin-right: 1px;
}

.maka-color {
    color: #ceebf8 !important;
}

footer.footer .footer-copyright span a {
    color: #ceebf8 !important;
}

footer.footer .footer-copyright:hover span:nth-child(1) {
    animation: maka 0.9s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(2) {
    animation: maka 1.1s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(3) {
    animation: maka 1.3s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(4) {
    animation: maka 1.5s ease-in-out;
}

.mb0 {
    margin-bottom: 0px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt48 {
    margin-top: 48px;
}

.mt64 {
    margin-top: 64px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

/* Skeleton loader */
.skeleton-card,
.skeleton-card:hover,
.skeleton-card::before {
    border: 0px solid #f5f3f3 !important;
    background: var(--c-white) !important;
    background-color: var(--c-white) !important;
    box-shadow: var(--shadow-skeleton) !important;
    /* animation: shimmer 0.3s infinite linear; */
}

.skeleton-picture,
.skeleton-text {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--c-skeleton);
    border-radius: 0.5rem;
}

.skeleton-picture.xs {
    width: 100%;
}

.skeleton-picture.sm {
    height: 2.25rem;
}

.skeleton-picture.md {
    height: 3rem;
}

.skeleton-picture.lg {
    height: 4rem;
}

.skeleton-picture.xl {
    height: 5.25rem;
}

.skeleton-picture.xxl {
    height: 8rem;
}

.skeleton-picture.xl-3 {
    height: 10rem;
}

.skeleton-picture.xl-4 {
    height: 15rem;
}

.skeleton-picture.xl-5 {
    height: 20rem;
}

.skeleton-picture.xl-6 {
    height: 22.5rem;
}

.skeleton-picture.xl-7 {
    height: 25rem;
}

.skeleton-picture.xl-8 {
    height: 30rem;
}

.skeleton-text.xs {
    height: 0.5rem;
}

.skeleton-text.sm {
    height: 0.75rem;
}

.skeleton-text.md {
    height: 1rem;
}

.skeleton-text.lg {
    height: 1.5rem;
}

.skeleton-text.xl {
    height: 2rem;
}

.skeleton-text.xxl {
    height: 2.5rem;
}

.skeleton-text.xl-3 {
    height: 3rem;
}

.skeleton-text.xl-4 {
    height: 4rem;
}

.skeleton-text.xl-5 {
    height: 5rem;
}

.skeleton-text::before,
.skeleton-picture::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,
            transparent 0%,
            rgb(255, 255, 255) 50%,
            transparent 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}