/* === SM - PHONE STYLES === */

/* VARIABLES */
:root {
    --main-orange-color: #ec9334;
    --main-blue-color: #0b3443;
    --main-background-color: #f4f4f4;
    --main-success-color: #198754;

    --color-primary-border: #b6d4fe;
    --color-primary-font: #084298;
    --color-secondary-border: #d3d6d8;
    --color-success-border: #badbcc;
    --color-danger-border: #f5c2c7;
    --color-warning-border: #ffecb5;
    --color-info-border: #b6effb;
    --color-light-border: #fdfdfe;
    --color-dark-border: #bcbebf;

    --main-danger-color: #dc3545;
    --color-danger: #dc3545;
    --main-warning-color: #ffc107;
    --color-warning: #ffc107;
    --color-main-sun: #ec9334;
    --color-main-cyprus: #0b3443;
    --color-very-light-grey: #c8c8c8;
    --color-white-smoke: #f4f4f4;
    --color-gainsboro: #ddd;
    --color-dark-gray: #aaaaaa;
    --color-azure: #E4F5FB;
    --color-hover-rgba: rgba(0, 0, 0, 0.05);
    --main-orange-color-rgb: 236, 147, 52;
    --color-main-sun-rgb: 236, 147, 52;
    --main-blue-color-rgb: 11, 52, 67;
    --color-main-cyprus-rgb: 11, 52, 67;
    --color-gainsboro-rgb: 228, 228, 228;
    --color-white-smoke-rgb: 244, 244, 244;
    --color-very-light-grey-rgb: 200, 200, 200;
    --main-black-color-rgb: 0, 0, 0;
    --main-success-color-rgb: 25, 135, 84;
    --main-danger-color-rgb: 220, 53, 69;
    --color-danger-rgb: 220, 53, 69;
    --main-warning-color-rgb: 255, 193, 7;
    --color-warning-rgb: 255, 193, 7;
    --color-ukraine-blue: #0057b8;
    --color-ukraine-yellow: #ffd700;

    --main-font-family-title: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    --font-main-title: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    --font-main-body: "Roboto", sans-serif;
    --border-radius-input: 6px;
    --border-radius-very-small: 12px;
    --border-radius-small: 16px;
    --border-radius-medium: 24px;
    --border-radius-large: 56px;
    --shadow-default: 0 0 8px rgba(0, 0, 0, 0.08);
    --transition-default: 0.3s;
    --transition-fast: 0.15s;
}

/* GENERAL */

img {
    display: block;
}

/* paddings */

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

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

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

.p-5 {
    padding: 24px !important;
}

.p-6 {
    padding: 32px !important;
}

.p-7 {
    padding: 40px !important;
}

.p-8 {
    padding: 48px !important;
}

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

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

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

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

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

.px-5 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.px-6 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.px-7 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px-8 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

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

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

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

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

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

.py-6 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

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

.py-8 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

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

.pt-1 {
    padding-top: 4px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

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

.pt-4 {
    padding-top: 16px !important;
}

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

.pt-6 {
    padding-top: 32px !important;
}

.pt-7 {
    padding-top: 40px !important;
}

.pt-8 {
    padding-top: 48px !important;
}

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

.pb-1 {
    padding-bottom: 4px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

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

.pb-4 {
    padding-bottom: 16px !important;
}

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

.pb-6 {
    padding-bottom: 32px !important;
}

.pb-7 {
    padding-bottom: 40px !important;
}

.pb-8 {
    padding-bottom: 48px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

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

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

.pr-5 {
    padding-right: 24px !important;
}

.pr-6 {
    padding-right: 32px !important;
}

.pr-7 {
    padding-right: 40px !important;
}

.pr-8 {
    padding-right: 48px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 4px !important;
}

.pl-2 {
    padding-left: 8px !important;
}

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

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

.pl-5 {
    padding-left: 24px !important;
}

.pl-6 {
    padding-left: 32px !important;
}

.pl-7 {
    padding-left: 40px !important;
}

.pl-8 {
    padding-left: 48px !important;
}

/* margins */

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

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

.m-3 {
    margin: 12px !important;
}

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

.m-5 {
    margin: 24px !important;
}

.m-6 {
    margin: 32px !important;
}

.m-7 {
    margin: 40px !important;
}

.m-8 {
    margin: 48px !important;
}

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

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

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

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

.mx-5 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.mx-6 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.mx-7 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mx-8 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

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

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

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

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

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

.my-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.my-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.my-7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

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

.mt-1 {
    margin-top: 4px !important;
}

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

.mt-3 {
    margin-top: 12px !important;
}

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

.mt-5 {
    margin-top: 24px !important;
}

.mt-6 {
    margin-top: 32px !important;
}

.mt-7 {
    margin-top: 40px !important;
}

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

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

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

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

.mb-5 {
    margin-bottom: 24px !important;
}

.mb-6 {
    margin-bottom: 32px !important;
}

.mb-7 {
    margin-bottom: 40px !important;
}

.mb-8 {
    margin-bottom: 48px !important;
}

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

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

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

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

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

/* aligns */

.text-left {
    text-align: left !important;
    justify-content: left !important;
    align-items: start !important;
}

.text-right {
    text-align: right !important;
    justify-content: right !important;
    align-items: end !important;
}

.text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}

.text-sm-center {
    text-align: center;
    justify-content: center;
}

.text-sm-left {
    text-align: left;
    justify-content: left;
}

.text-sm-right {
    text-align: right;
    justify-content: right;
}

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

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-center-left {
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.content-center-right {
    display: flex;
    justify-content: end;
    align-content: center;
    align-items: center;
}

.content-top-center {
    display: flex;
    justify-content: center;
    align-items: start;
    align-content: start;
}

.content-top-left {
    display: flex;
    justify-content: left;
    align-content: start;
    align-items: start;
}

.content-top-right {
    display: flex;
    justify-content: right;
    align-content: start;
    align-items: start;
}

.content-bottom-left {
    display: flex;
    justify-content: left;
    align-content: end;
    align-items: end;
}

.content-bottom-right {
    display: flex;
    justify-content: right;
    align-content: end;
    align-items: end;
}

.content-bottom-center {
    display: flex;
    justify-content: center;
    align-content: end;
    align-items: end;
}

/* text */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font-family-title);
}

.ff-title {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.ff-body {
    font-family: var(--font-main-body);
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

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

.text-lowercase {
    text-transform: lowrcase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.wb-break-all {
    word-break: break-all;
}

.pe-auto {
    pointer-events: auto;
}

.pe-none {
    pointer-events: none;
}

/* my class */

.fd-row {
    flex-direction: row !important;
}

.fd-column {
    flex-direction: column !important;
}

.divider-text {
    margin: 40px 0;
    padding: 8px 0 !important;
    color: var(--color-dark-gray);
    background-color: var(--color-white-smoke);
    font-weight: 600;
    text-align: center;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    transition: var(--transition-default);
}

/* html tags */

small {
    font-size: 80%;
}

/* SECTIONS */

.nm-section {
    padding: 64px 0;
}

.nm-section-title {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/wp-content/uploads/2024/04/world-map-400x250-1.png");
    color: #fff;
}

/* Containers */

.nm-section .nm-container,
.nm-container {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 0;
}

.nm-section-title .nm-container {
    min-height: 100px;
    padding: 0;
    display: grid;
    align-items: center;
    backdrop-filter: blur(15px);
    border-radius: var(--border-radius-small);
    background-color: rgba(var(--main-blue-color-rgb), 0.8);
}

.nm-section .nm-container-fluid,
.nm-container-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 0;
}

/* Section titles */

.nm-section-title .nm-container .nm-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: var(--main-font-family-title);
    color: #fff;
    text-align: center;
}

.nm-section-title .nm-container h1 {
    font-size: 32px;
}

.nm-section-title .nm-container h2 {
    font-size: 28px;
}

/* Row, columns and gaps */

.nm-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 0;
}

.nm-col {
    flex: 1 0 0%;
    flex-direction: column;
}

.nm-col-1 {
    flex: 1 0 0%;
    width: 8.33333333%;
    flex-direction: column;
}

.nm-col-2 {
    flex: 2 0 0%;
    width: 16.66666667%;
    flex-direction: column;
}

.nm-col-3 {
    flex: 3 0 0%;
    width: 25%;
    flex-direction: column;
}

.nm-col-4 {
    flex: 4 0 0%;
    width: 33.33333333%;
    flex-direction: column;
}

.nm-col-5 {
    flex: 5 0 0%;
    width: 41.66666667%;
    flex-direction: column;
}

.nm-col-6 {
    flex: 6 0 0%;
    width: 50%;
    flex-direction: column;
}

.nm-col-7 {
    flex: 7 0 0%;
    width: 58.33333333%;
    flex-direction: column;
}

.nm-col-8 {
    flex: 8 0 0%;
    width: 66.66666667%;
    flex-direction: column;
}

.nm-col-9 {
    flex: 9 0 0%;
    width: 75%;
    flex-direction: column;
}

.nm-col-10 {
    flex: 10 0 0%;
    width: 83.33333333%;
    flex-direction: column;
}

.nm-col-11 {
    flex: 11 0 0%;
    width: 91.66666667%;
    flex-direction: column;
}

.nm-col-12 {
    flex: 12 0 auto;
    width: 100%;
    flex-direction: column;
}

.nm-row.gap>.nm-col-1 {
    flex: 1 0 auto;
    width: calc(8.33333333% - (8px * 11 / 12));
    max-width: calc(8.33333333% - (8px * 11 / 12));
}

.nm-row.gap>.nm-col-2 {
    flex: 2 0 auto;
    width: calc(16.66666667% - (8px * 5 / 6));
    max-width: calc(16.66666667% - (8px * 5 / 6));
}

.nm-row.gap>.nm-col-3 {
    flex: 3 0 auto;
    width: calc(25% - (8px * 3 / 4));
    max-width: calc(25% - (8px * 3 / 4));
}

.nm-row.gap>.nm-col-4 {
    flex: 4 0 auto;
    width: calc(33.33333333% - (8px * 2 / 3));
    max-width: calc(33.33333333% - (8px * 2 / 3));
}

.nm-row.gap>.nm-col-5 {
    flex: 5 0 auto;
    width: calc(41.66666667% - (8px * 1 / 2));
    max-width: calc(41.66666667% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-6 {
    flex: 6 0 auto;
    width: calc(50% - (8px * 1 / 2));
    max-width: calc(50% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-7 {
    flex: 7 0 auto;
    width: calc(58.33333333% - (8px * 1 / 2));
    max-width: calc(58.33333333% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-8 {
    flex: 8 0 auto;
    width: calc(66.66666667% - (8px * 1 / 2));
    max-width: calc(66.66666667% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-9 {
    flex: 9 0 auto;
    width: calc(75% - (8px * 1 / 2));
    max-width: calc(75% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-10 {
    flex: 10 0 auto;
    width: calc(83.33333333% - (8px * 1 / 2));
    max-width: calc(83.33333333% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-11 {
    flex: 11 0 auto;
    width: calc(91.66666667% - (8px * 1 / 2));
    max-width: calc(91.66666667% - (8px * 1 / 2));
}

.nm-row.gap>.nm-col-12 {
    flex: 12 0 auto;
    width: calc(100% - (8px * 0 / 1));
    max-width: calc(100% - (8px * 0 / 1));
}

.gap {
    gap: 8px;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 8.33333333%;
}

.gap-2 {
    gap: 16.66666667%;
}

.gap-3 {
    gap: 25%;
}

.gap-4 {
    gap: 33.33333333%;
}

.gap-5 {
    gap: 41.66666667%;
}

.gap-6 {
    gap: 50%;
}

.gap-7 {
    gap: 58.33333333%;
}

.gap-8 {
    gap: 66.66666667%;
}

.gap-9 {
    gap: 75%;
}

.gap-10 {
    gap: 83.33333333%;
}

.gap-11 {
    gap: 91.66666667%;
}

.gap-12 {
    gap: 100%;
}

.gap-0 {
    gap: 0;
}

.nm-row-gap-1 {
    row-gap: 4px;
}

.nm-row-gap-2 {
    row-gap: 8px;
}

.nm-row-gap-3 {
    row-gap: 12px;
}

.nm-row-gap-4 {
    row-gap: 16px;
}

.nm-row-gap-5 {
    row-gap: 24px;
}

.nm-row-gap-6 {
    row-gap: 32px;
}

.nm-row-gap-7 {
    row-gap: 48px;
}

.nm-row-gap-8 {
    row-gap: 56px;
}

/* PANELS */

.nm-panel {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: var(--border-radius-small);
    overflow: hidden;
}

.nm-panel .nm-panel-heading {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-main-title);
}

.nm-panel .nm-panel-body {
    padding: 12px;
}

.nm-panel.nm-panel-secondary {
    border-color: var(--color-secondary-border);
}

.nm-panel.nm-panel-secondary .nm-panel-heading {
    background-color: var(--color-secondary-border);
}

/* CONTENT */

.nm-description-block {
    padding: 24px;
    border-radius: 24px;
    background-color: #f4f4f4;
}

.nm-bg-success {
    background-color: rgba(var(--main-success-color-rgb), 0.1);
}

.nm-border-success {
    border-color: var(--main-success-color) !important;
}

/* BUTTONS */

button.nm-btn-icon {
    padding: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button.nm-btn {
    transition: var(--transition-default);
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

button.nm-btn-orange {
    color: #fff;
    fill: #fff;
    background-color: var(--main-orange-color);
}

button.nm-btn-orange:hover {
    background-color: rgba(var(--main-orange-color-rgb), 0.8);
}

button.nm-btn-orange-border {
    color: var(--main-orange-color);
    fill: var(--main-orange-color);
    background-color: transparent;
    outline: 2.4px solid var(--color-main-sun);
    outline-offset: -2.4px;
}

button.nm-btn-orange-border.nm-btn-static:hover {
    outline-color: transparent;
    background-color: rgba(var(--color-main-sun-rgb), 0.1);
}

button.nm-btn-blue-border {
    color: var(--main-blue-color);
    fill: var(--main-blue-color);
    background-color: transparent;
    outline: 2.4px solid var(--color-main-cyprus);
    outline-offset: -2.4px;
}

button.nm-btn-blue-border.nm-btn-static:hover {
    outline-color: transparent;
    background-color: rgba(var(--color-main-cyprus-rgb), 0.1);
}

button.nm-btn-gray-border {
    color: #000;
    fill: #000;
    background-color: transparent;
    outline: 2.4px solid var(--color-very-light-grey);
    outline-offset: -2.4px;
}

button.nm-btn-gray-border.nm-btn-static:hover {
    outline-color: transparent;
    background-color: rgba(var(--color-very-light-grey-rgb), 0.1);
}

button.nm-btn-blue {
    color: #fff;
    fill: #fff;
    background-color: var(--main-blue-color);
}

button.nm-btn-blue:hover {
    background-color: rgba(var(--main-blue-color-rgb), 0.8);
}

button.nm-btn-gray {
    color: #000;
    fill: #000;
    background-color: var(--color-gainsboro);
    border: none;
    background-image: none;
}

button.nm-btn-gray:hover {
    background-color: rgba(var(--color-gainsboro-rgb), 0.8);
}

button.nm-btn-success {
    color: #fff;
    fill: #fff;
    background-color: var(--main-success-color);
}

button.nm-btn-success:hover {
    background-color: rgba(var(--main-success-color-rgb), 0.8);
}

button.nm-btn-danger {
    color: #fff;
    fill: #fff;
    background-color: var(--main-danger-color);
}

button.nm-btn-danger:hover {
    background-color: rgba(var(--main-danger-color-rgb), 0.8);
}

button.nm-btn-danger-border {
    color: var(--color-danger);
    fill: var(--color-danger);
    background-color: transparent;
    outline: 2.4px solid var(--color-danger);
    outline-offset: -2.4px;
    transition: var(--transition-default);
}

button.nm-btn-danger-border.nm-btn-static:hover {
    outline-color: transparent;
    background-color: rgba(var(--main-danger-color-rgb), 0.1);
}

button.nm-btn-warning {
    color: #fff;
    fill: #fff;
    background-color: var(--main-warning-color);
}

button.nm-btn-warning:hover {
    background-color: rgba(var(--main-warning-color-rgb), 0.8);
}

button.nm-btn-static.nm-v2-btn-xl,
button.nm-btn-static.nm-v2-btn-lg {
    min-width: 144px;
}

button.nm-btn-static.nm-v2-btn-md {
    min-width: 112px;
}

button.nm-btn-static.nm-v2-btn-sm {
    min-width: 96px;
}

button.nm-v2-btn-xl {
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 34px;
}

button.nm-v2-btn-lg {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
}

button.nm-v2-btn-md {
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 16px;
}

button.nm-v2-btn-sm {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
}

button.nm-v2-btn-xl:hover {
    padding-left: 34px;
    padding-right: 34px;
}

button.nm-v2-btn-lg:hover {
    padding-left: 26px;
    padding-right: 26px;
}

button.nm-v2-btn-md:hover {
    padding-left: 18px;
    padding-right: 18px;
}

button.nm-v2-btn-sm:hover {
    padding-left: 16px;
    padding-right: 16px;
}

/* INPUTS */

.nm-input label {
    font-size: 16px;
    line-height: 1.5em;
}

.nm-input input:disabled {
    background-color: var(--color-white-smoke);
}

.nm-input input,
.nm-input select,
.nm-input textarea {
    width: 100%;
    padding: 8px;
    line-height: 1.5em;
    transition: var(--transition-default);
    border: 1px solid #ddd;
}

.nm-input-block > input,
.nm-input-inline-simple input,
.nm-input select,
.nm-input textarea {
    border-radius: var(--border-radius-input);
}

.nm-input input:focus {
    border-color: var(--color-main-sun);
    box-shadow: 0 0 0 4px rgba(var(--color-main-sun-rgb), 0.25);
}

.nm-input input.error-input {
    border-color: var(--color-danger);
    box-shadow: 0 0 0 4px rgba(var(--color-danger-rgb), 0.25);
}

.nm-input.nm-input-block label,
.nm-input.nm-input-block input {
    display: block;
}

.nm-input-inline:has(button) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nm-input.nm-input-inline input:first-child {
    border-top-left-radius: var(--border-radius-input);
    border-bottom-left-radius: var(--border-radius-input);
}

.nm-input.nm-input-inline input:last-child {
    border-top-right-radius: var(--border-radius-input);
    border-bottom-right-radius: var(--border-radius-input);
}

.nm-input.nm-input-inline,
.nm-input.nm-input-inline-simple {
    display: flex;
}

.nm-input.nm-input-inline label {
    padding: 7px 16px;
    background-color: #ddd;
    border-radius: var(--border-radius-input) 0 0 var(--border-radius-input);
}

.nm-input.nm-input-inline button {
    padding: 7px 16px;
    background-color: var(--color-gainsboro);
    border-radius: 0 var(--border-radius-input) var(--border-radius-input) 0;
}

/* .nm-input.nm-input-inline input:not(:last-child),
.nm-input.nm-input-inline input:not(:first-child) {
    border-radius: 0;
} */

.nm-input.nm-input-inline input:first-child,
.nm-input.nm-input-inline input[type="text"]:not(:last-child),
.nm-input.nm-input-inline input[type="text"]:not(+ label) {
    border-radius: var(--border-radius-input) 0 0 var(--border-radius-input);
}

.nm-input.nm-input-inline-simple label {
    padding: 7px 16px;
    border-radius: var(--border-radius-input) 0 0 var(--border-radius-input);
}

.nm-input.nm-input-radio,
.nm-input.nm-checkbox,
.nm-input.nm-checkbox label {
    display: flex;
    gap: 4px;
}

.nm-input.nm-input-radio input,
.nm-input.nm-input-radio-inline input,
.nm-input.nm-checkbox input {
    width: auto;
    margin: 0;
}

.nm-input.nm-checkbox input[type="checkbox"]:checked+.check-label>.nm-checkbox-icon {
    background-color: var(--color-main-sun);
    border: none;
    fill: #fff;
}

.nm-input.nm-checkbox .nm-checkbox-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: transparent;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 2px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1), fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nm-input.nm-input-radio-inline .nm-input-col {
    flex-direction: row;
}

.nm-inputs-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nm-inputs-group>* {
    width: 100%;
}

.nm-inputs-group.gap-1 {
    gap: 16px;
}

.nm-inputs-group-border {
    border: 1px solid var(--color-gainsboro);
    border-radius: var(--border-radius-small);
}

.nm-inputs-group-border .nm-inputs-group-title {
    width: auto;
    margin-top: -27px;
    background-color: #fff;
}

.nm-inputs-group-border h2.nm-inputs-group-title {
    margin-top: -27px;
}

.nm-inputs-group-border h3.nm-inputs-group-title {
    margin-top: -25px;
}

.nm-input-rating .nm-input-rating-inner {
    flex-direction: row-reverse;
}

.nm-input-rating .nm-input-rating-inner button:not(:first-child) {
    padding-right: 4px;
}

.nm-input-rating button svg use:last-child {
    visibility: hidden;
}

.nm-input-rating button:hover svg use:last-child,
.nm-input-rating button:hover~button svg use:last-child {
    visibility: visible;
}

.nm-input-rating button:hover svg use:first-child,
.nm-input-rating button:hover~button svg use:first-child {
    visibility: hidden;
}

.nm-feedback {
    padding-top: 4px;
    font-size: 80%;
    line-height: 1.6em;
}

.error-feedback {
    color: var(--main-danger-color);
}

.success-feedback {
    color: var(--main-success-color);
}

/* SELECTS */

.nm-select {
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-input);
}

.nm-select:focus {
    border-color: var(--color-main-sun);
    box-shadow: 0 0 0 4px rgba(var(--color-main-sun-rgb), 0.25);
}

/* TABS NEW */

.tabs-2 {
    display: flex;
    flex-wrap: wrap;
}

.tabs-2 > button {
    min-width: 100px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(var(--main-blue-color-rgb), 0.5);
    border-radius: var(--border-radius-medium);
    background-color: transparent;
}

.tabs-2 > button.active {
    color: #fff;
    border-color: transparent;
    background: var(--main-orange-color);
}

@media screen and (min-width: 768px) {
    .tabs-2 > button {
        min-width: 120px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

/* TABS */

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs > section {
    order: 999;
    width: 100%;
    display: none;
    border-top: 1px solid var(--color-main-sun);
}

.tabs > input {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}

.tabs > input[type=radio]:checked+label+section {
    display: flex;
}

.tabs > label {
    min-width: 100px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background-color: var(--color-gainsboro);
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}

@media screen and (min-width: 768px) {
    .tabs > label {
        min-width: 120px;
        padding: 8px 16px;
        font-size: 16px;
    }
}

.tabs > input[type=radio]:checked+label {
    color: #fff;
    border: 1px solid transparent;
    background: var(--main-orange-color);
}


/* PROGRESS BAR */

.progress-bar {
    display: flex;
    flex-wrap: wrap;
}

.progress-bar,
.progress-bar label {
    width: 100%;
}

.progress-bar label {
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
}

.progress-bar progress[value] {
    height: 6px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 3px;
    background-color: var(--color-very-light-grey);
}

.progress-bar progress[value]::-webkit-progress-bar {
    border-radius: 3px;
    background-color: var(--color-very-light-grey);
}

.progress-bar progress[value]::-webkit-progress-value {
    border-radius: 3px;
    background: var(--main-blue-color);
}

.progress-bar progress[value]::-moz-progress-bar {
    border-radius: 3px;
    background: var(--main-blue-color);
}

/* ALERTS */

.alert-simple {
    border-width: 2px;
    border-style: solid;
    border-radius: var(--border-radius-input);
}

.alert-primary {
    color: var(--color-primary-font);
    border-color: var(--color-primary-border);
}

.alert-secondary {
    border-color: var(--color-secondary-border);
}

.alert-success {
    border-color: var(--color-success-border);
}

.alert-danger {
    border-color: var(--color-danger-border);
}

.alert-warning {
    border-color: var(--color-warning-border);
}

.alert-info {
    border-color: var(--color-info-border);
}

.alert-light {
    border-color: var(--color-light-border);
}

.alert-dark {
    border-color: var(--color-dark-border);
}

/* LIGHTBOXES */

.basicLightbox .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: auto;
}

.no-scroll {
    overflow: hidden;
}

/* modal window */

.basicLightbox .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.backdrop.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.backdrop .modal, .backdrop .modal-nm {
    width: 100%;
    position: relative;
    border-radius: var(--border-radius-medium);
    background-color: #fff;
    z-index: 99999;
}

@media screen and (min-width: 768px) {
    .backdrop .modal, .backdrop .modal-nm {
        padding: 48px 24px 24px 24px;
        z-index: 99999;
    }
}

.backdrop .btn-close {
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.nm-modal-window {
    width: 100%;
    padding: 24px;
    position: absolute;
    top: 10%;
    border-radius: var(--border-radius-medium);
    background-color: #fff;
}

.nm-modal-window.nm-modal-form {
    max-width: 900px;
}

.nm-modal-window h1 {
    font-size: 20px;
}

.nm-modal-window .btn-close {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}


/* accordion */

.nm-accordion {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--border-radius-small);
    border: 2px solid var(--color-gainsboro);
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.6s cubic-bezier(0.6, 0.05, 0.28, 1), padding 0.6s cubic-bezier(0.6, 0.05, 0.28, 1);
}

.tab input:checked ~ .tab-content {
    max-height: 1000px; /* Досить велике значення для розміщення вмісту */
    padding-top: 16px;
    padding-bottom: 16px;
    transition: max-height 0.6s cubic-bezier(0.6, 0.05, 0.28, 1), padding 0.6s cubic-bezier(0.6, 0.05, 0.28, 1);
}

.tab input:not(:checked) ~ .tab-content {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.6s cubic-bezier(0.6, 0.05, 0.28, 1), padding 0.6s cubic-bezier(0.6, 0.05, 0.28, 1);
}

.tab-label {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: var(--color-gainsboro);
}

.tab-label svg {
    width: 16px;
    height: 16px;
    transition: transform 0.6s;
}

.tab input:checked + .tab-label svg {
    transform: rotate(180deg);
}

.tab-label-regions, 
.tab-label-dares,
.tab-label-series {
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 1.2rem;
}

.nm-accordion .tab .tab-content-row {
    transition: var(--transition-default);
}

.nm-accordion .tab .tab-content-row:hover {
    background-color: var(--main-background-color);
}

.nm-accordion .tab .tab-content-row.nm-bg-success:hover {
    background-color: rgba(var(--main-success-color-rgb), 0.1);
}

.nm-accordion .tab .region-buttons {
    flex-wrap: wrap;
}


/* === md - TABLET STYLES === */

@media screen and (min-width: 768px) {

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

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

    .d-md-grid {
        display: grid !important;
    }

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

    .border-radius-medium,
    .border-radius-small {
        border-radius: var(--border-radius-small);
        overflow: hidden;
    }

    .text-md-center {
        text-align: center;
        justify-content: center;
    }

    .text-md-left {
        text-align: left;
        justify-content: left;
    }

    .text-md-right {
        text-align: right;
        justify-content: right;
    }

    .content-md-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-md-center-left {
        display: flex;
        justify-content: left;
        align-content: center;
        align-items: center;
    }

    .content-md-center-right {
        display: flex;
        justify-content: right;
        align-content: center;
        align-items: center;
    }

    .content-md-top-center {
        display: flex;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .content-md-top-left {
        display: flex;
        justify-content: left;
        align-content: start;
        align-items: start;
    }

    .content-md-top-right {
        display: flex;
        justify-content: right;
        align-content: start;
        align-items: start;
    }

    .content-md-bottom-left {
        display: flex;
        justify-content: left;
        align-content: end;
        align-items: end;
    }

    .content-md-bottom-right {
        display: flex;
        justify-content: right;
        align-content: end;
        align-items: end;
    }

    .content-md-bottom-center {
        display: flex;
        justify-content: center;
        align-content: end;
        align-items: end;
    }

    /* PADDINGS */

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

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

    .px-md-2 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .py-md-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* SECTIONS */

    .nm-section-title .nm-container {
        border-radius: var(--border-radius-medium);
    }

    .nm-section-title .nm-container h1 {
        font-size: 36px;
    }

    .nm-section-title .nm-container h2 {
        font-size: 32px;
    }

    /* Row, columns and gaps */

    .nm-col-md {
        flex: 1 0 0%;
        flex-direction: column;
    }

    .nm-col-md-0 {
        flex: auto;
        width: auto;
        max-width: fit-content;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nm-col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .nm-row.gap>.nm-col-md-0 {
        flex: auto;
        width: auto;
        max-width: fit-content;
    }

    .nm-row.gap>.nm-col-md-1 {
        flex: 1 0 auto;
        width: calc(8.33333333% - (8px * 11 / 12));
        max-width: calc(8.33333333% - (8px * 11 / 12));
    }

    .nm-row.gap>.nm-col-md-2 {
        flex: 2 0 auto;
        width: calc(16.66666667% - (8px * 5 / 6));
        max-width: calc(16.66666667% - (8px * 5 / 6));
    }

    .nm-row.gap>.nm-col-md-3 {
        flex: 3 0 auto;
        width: calc(25% - (8px * 3 / 4));
        max-width: calc(25% - (8px * 3 / 4));
    }

    .nm-row.gap>.nm-col-md-4 {
        flex: 4 0 auto;
        width: calc(33.33333333% - (8px * 2 / 3));
        max-width: calc(33.33333333% - (8px * 2 / 3));
    }

    .nm-row.gap>.nm-col-md-5 {
        flex: 5 0 auto;
        width: calc(41.66666667% - (8px * 1 / 2));
        max-width: calc(41.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-6 {
        flex: 6 0 auto;
        width: calc(50% - (8px * 1 / 2));
        max-width: calc(50% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-7 {
        flex: 7 0 auto;
        width: calc(58.33333333% - (8px * 1 / 2));
        max-width: calc(58.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-8 {
        flex: 8 0 auto;
        width: calc(66.66666667% - (8px * 1 / 2));
        max-width: calc(66.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-9 {
        flex: 9 0 auto;
        width: calc(75% - (8px * 1 / 2));
        max-width: calc(75% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-10 {
        flex: 10 0 auto;
        width: calc(83.33333333% - (8px * 1 / 2));
        max-width: calc(83.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-11 {
        flex: 11 0 auto;
        width: calc(91.66666667% - (8px * 1 / 2));
        max-width: calc(91.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-md-12 {
        flex: 12 0 auto;
        width: calc(100% - (8px * 1 / 1));
        max-width: calc(100% - (8px * 1 / 1));
    }

    .gap-md {
        gap: 8px;
    }

    .gap-md-0 {
        gap: 0;
    }

    .gap-md-1 {
        gap: 8.33333333%;
    }

    .gap-md-2 {
        gap: 16.66666667%;
    }

    .gap-md-3 {
        gap: 25%;
    }

    .gap-md-4 {
        gap: 33.33333333%;
    }

    .gap-md-5 {
        gap: 41.66666667%;
    }

    .gap-md-6 {
        gap: 50%;
    }

    .gap-md-7 {
        gap: 58.33333333%;
    }

    .gap-md-8 {
        gap: 66.66666667%;
    }

    .gap-md-9 {
        gap: 75%;
    }

    .gap-md-10 {
        gap: 83.33333333%;
    }

    .gap-md-11 {
        gap: 91.66666667%;
    }

    .gap-md-12 {
        gap: 100%;
    }

    /* BUTTONS */

    button.nm-v2-btn-xl {
        padding: 16px 32px;
        font-size: 20px;
        border-radius: 30px;
    }

    button.nm-v2-btn-lg {
        padding: 12px 24px;
        font-size: 18px;
        border-radius: 25px;
    }

    button.nm-v2-btn-md {
        padding: 8px 16px;
        font-size: 16px;
        border-radius: 25px;
    }

    button.nm-v2-btn-sm {
        padding: 5px 14px;
        font-size: 14px;
        border-radius: 15px;
    }

    button.nm-v2-btn-xl:hover {
        padding-left: 38px;
        padding-right: 38px;
    }

    button.nm-v2-btn-lg:hover {
        padding-left: 30px;
        padding-right: 30px;
    }

    button.nm-v2-btn-md:hover {
        padding-left: 20px;
        padding-right: 20px;
    }

    button.nm-v2-btn-sm:hover {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/* === lg - TABLET & DESKTOP STYLES === */

@media screen and (min-width: 992px) {

    .d-lg-flex {
        display: flex !important;
    }

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

    .d-lg-grid {
        display: grid !important;
    }

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

    .border-radius-medium {
        border-radius: var(--border-radius-small);
        overflow: hidden;
    }

    .border-radius-small {
        border-radius: var(--border-radius-small);
        overflow: hidden;
    }

    .text-lg-center {
        text-align: center;
        justify-content: center;
    }

    .text-lg-left {
        text-align: left;
        justify-content: left;
    }

    .text-lg-right {
        text-align: right;
        justify-content: right;
    }

    .content-lg-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-lg-center-left {
        display: flex;
        justify-content: left;
        align-content: center;
        align-items: center;
    }

    .content-lg-center-right {
        display: flex;
        justify-content: right;
        align-content: center;
        align-items: center;
    }

    .content-lg-top-center {
        display: flex;
        justify-content: center;
        align-items: start;
        align-content: start;
    }

    .content-lg-top-left {
        display: flex;
        justify-content: left;
        align-content: start;
        align-items: start;
    }

    .content-lg-top-right {
        display: flex;
        justify-content: right;
        align-content: start;
        align-items: start;
    }

    .content-lg-bottom-left {
        display: flex;
        justify-content: left;
        align-content: end;
        align-items: end;
    }

    .content-lg-bottom-right {
        display: flex;
        justify-content: right;
        align-content: end;
        align-items: end;
    }

    .content-lg-bottom-center {
        display: flex;
        justify-content: center;
        align-content: end;
        align-items: end;
    }

    /* PADDINGS */

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

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

    .px-lg-2 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

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

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

    .px-lg-5 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .px-lg-6 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .py-lg-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

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

    .py-lg-4 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

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

    .py-lg-6 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    /* Row, columns and gaps */

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

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

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

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

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

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

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

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

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

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

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

    .nm-col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .nm-row.gap>.nm-col-lg-1 {
        flex: 1 0 auto;
        width: calc(8.33333333% - (8px * 11 / 12));
        max-width: calc(8.33333333% - (8px * 11 / 12));
    }

    .nm-row.gap>.nm-col-lg-2 {
        flex: 2 0 auto;
        width: calc(16.66666667% - (8px * 5 / 6));
        max-width: calc(16.66666667% - (8px * 5 / 6));
    }

    .nm-row.gap>.nm-col-lg-3 {
        flex: 3 0 auto;
        width: calc(25% - (8px * 3 / 4));
        max-width: calc(25% - (8px * 3 / 4));
    }

    .nm-row.gap>.nm-col-lg-4 {
        flex: 4 0 auto;
        width: calc(33.33333333% - (8px * 2 / 3));
        max-width: calc(33.33333333% - (8px * 2 / 3));
    }

    .nm-row.gap>.nm-col-lg-5 {
        flex: 5 0 auto;
        width: calc(41.66666667% - (8px * 1 / 2));
        max-width: calc(41.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-6 {
        flex: 6 0 auto;
        width: calc(50% - (8px * 1 / 2));
        max-width: calc(50% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-7 {
        flex: 7 0 auto;
        width: calc(58.33333333% - (8px * 1 / 2));
        max-width: calc(58.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-8 {
        flex: 8 0 auto;
        width: calc(66.66666667% - (8px * 1 / 2));
        max-width: calc(66.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-9 {
        flex: 9 0 auto;
        width: calc(75% - (8px * 1 / 2));
        max-width: calc(75% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-10 {
        flex: 10 0 auto;
        width: calc(83.33333333% - (8px * 1 / 2));
        max-width: calc(83.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-11 {
        flex: 11 0 auto;
        width: calc(91.66666667% - (8px * 1 / 2));
        max-width: calc(91.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-lg-12 {
        flex: 12 0 auto;
        width: calc(100% - (8px * 1 / 1));
        max-width: calc(100% - (8px * 1 / 1));
    }

    .gap-lg {
        gap: 8px;
    }

    .gap-lg-0 {
        gap: 0;
    }

    .gap-lg-1 {
        gap: 8.33333333%;
    }

    .gap-lg-2 {
        gap: 16.66666667%;
    }

    .gap-lg-3 {
        gap: 25%;
    }

    .gap-lg-4 {
        gap: 33.33333333%;
    }

    .gap-lg-5 {
        gap: 41.66666667%;
    }

    .gap-lg-6 {
        gap: 50%;
    }

    .gap-lg-7 {
        gap: 58.33333333%;
    }

    .gap-lg-8 {
        gap: 66.66666667%;
    }

    .gap-lg-9 {
        gap: 75%;
    }

    .gap-lg-10 {
        gap: 83.33333333%;
    }

    .gap-lg-11 {
        gap: 91.66666667%;
    }

    .gap-lg-12 {
        gap: 100%;
    }
}

/* === xl - DESKTOP STYLES === */

@media screen and (min-width: 1200px) {
    /* Row, columns and gaps */

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

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

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

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

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

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

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

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

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

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

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

    .nm-col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .nm-row.gap>.nm-col-xl-1 {
        flex: 1 0 auto;
        width: calc(8.33333333% - (8px * 11 / 12));
        max-width: calc(8.33333333% - (8px * 11 / 12));
    }

    .nm-row.gap>.nm-col-xl-2 {
        flex: 2 0 auto;
        width: calc(16.66666667% - (8px * 5 / 6));
        max-width: calc(16.66666667% - (8px * 5 / 6));
    }

    .nm-row.gap>.nm-col-xl-3 {
        flex: 3 0 auto;
        width: calc(25% - (8px * 3 / 4));
        max-width: calc(25% - (8px * 3 / 4));
    }

    .nm-row.gap>.nm-col-xl-4 {
        flex: 4 0 auto;
        width: calc(33.33333333% - (8px * 2 / 3));
        max-width: calc(33.33333333% - (8px * 2 / 3));
    }

    .nm-row.gap>.nm-col-xl-5 {
        flex: 5 0 auto;
        width: calc(41.66666667% - (8px * 1 / 2));
        max-width: calc(41.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-6 {
        flex: 6 0 auto;
        width: calc(50% - (8px * 1 / 2));
        max-width: calc(50% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-7 {
        flex: 7 0 auto;
        width: calc(58.33333333% - (8px * 1 / 2));
        max-width: calc(58.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-8 {
        flex: 8 0 auto;
        width: calc(66.66666667% - (8px * 1 / 2));
        max-width: calc(66.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-9 {
        flex: 9 0 auto;
        width: calc(75% - (8px * 1 / 2));
        max-width: calc(75% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-10 {
        flex: 10 0 auto;
        width: calc(83.33333333% - (8px * 1 / 2));
        max-width: calc(83.33333333% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-11 {
        flex: 11 0 auto;
        width: calc(91.66666667% - (8px * 1 / 2));
        max-width: calc(91.66666667% - (8px * 1 / 2));
    }

    .nm-row.gap>.nm-col-xl-12 {
        flex: 12 0 auto;
        width: calc(100% - (8px * 1 / 1));
        max-width: calc(100% - (8px * 1 / 1));
    }

    .gap-xl {
        gap: 8px;
    }

    .gap-xl-0 {
        gap: 0;
    }

    .gap-xl-1 {
        gap: 8.33333333%;
    }

    .gap-xl-2 {
        gap: 16.66666667%;
    }

    .gap-xl-3 {
        gap: 25%;
    }

    .gap-xl-4 {
        gap: 33.33333333%;
    }

    .gap-xl-5 {
        gap: 41.66666667%;
    }

    .gap-xl-6 {
        gap: 50%;
    }

    .gap-xl-7 {
        gap: 58.33333333%;
    }

    .gap-xl-8 {
        gap: 66.66666667%;
    }

    .gap-xl-9 {
        gap: 75%;
    }

    .gap-xl-10 {
        gap: 83.33333333%;
    }

    .gap-xl-11 {
        gap: 91.66666667%;
    }

    .gap-xl-12 {
        gap: 100%;
    }

    .d-xl-flex {
        display: flex !important;
    }

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

    .d-xl-grid {
        display: grid !important;
    }

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


/* nm modals */
@media screen and (min-width: 768px) {
    .nm-login-modal-global, .nm-info-modal-global {
            max-width: 50vw;
    }
}

/* basicLightbox full css */

.basicLightbox {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    opacity: .01;
    transition: opacity .4s ease;
    z-index: 1000;
    will-change: opacity
}

.basicLightbox--visible {
    opacity: 1
}

.basicLightbox__placeholder {
    max-width: 100%;
    transform: scale(.9);
    transition: transform .4s ease;
    z-index: 1;
    will-change: transform
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%
}

.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    pointer-events: auto
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
    width: auto;
    height: auto
}

.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.basicLightbox--visible .basicLightbox__placeholder {
    transform: scale(1)
}