:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --paragraph: #8a97a3;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #757575;
    --gray-dark: #3b3b3b;
    --primary: #009e69;
    --secondary: #757575;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f5f5f5;
    --dark: #3b3b3b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.15
}

footer,
header,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #262626;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

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

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

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    background-color: transparent;
    color: #009e69;
    text-decoration: none
}

a:hover {
    color: #005236;
    text-decoration: underline
}

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

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

output {
    display: inline-block
}

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

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

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

.display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

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

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: .875rem
}

a>code {
    color: inherit
}

pre {
    color: #262626;
    display: block;
    font-size: .875rem
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.container,
.container-fluid,
.container-lg,
.container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-12,
.col-3,
.col-6,
.col-9,
.col-auto,
.col-lg,
.col-lg-10,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-auto,
.col-md,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-auto,
.col-sm,
.col-sm-6,
.col-sm-auto,
.col-xl-3,
.col-xl-4,
.col-xl-6,
.col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

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

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

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

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

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

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }
}

@media(min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

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

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

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

.table {
    color: #262626;
    margin-bottom: 1rem;
    width: 100%
}

.table td {
    border-top: 1px solid #ededed;
    padding: .75rem;
    vertical-align: top
}

.table tbody+tbody {
    border-top: 2px solid #ededed
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #009e69;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25);
    color: #4f4f4f;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #757575;
    opacity: 1
}

.form-control::placeholder {
    color: #757575;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ededed;
    opacity: 1
}

input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #4f4f4f
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: #28a745;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: .3125rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: #dc3545;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: .3125rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #262626;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #262626;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #007850;
    border-color: #006b47;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 128, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #006b47;
    border-color: #005e3f;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 128, .5)
}

.btn-secondary {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #626262;
    border-color: #5c5c5c;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #5c5c5c;
    border-color: #555;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 54%, .5)
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #262626
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.show>.btn-light.dropdown-toggle {
    background-color: #dcdcdc;
    border-color: #d5d5d5;
    color: #262626
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 84%, .5)
}

.btn-dark {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #282828;
    border-color: #222;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(88, 88, 88, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #222;
    border-color: #1b1b1b;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(88, 88, 88, .5)
}

.btn-outline-primary {
    border-color: #009e69;
    color: #009e69
}

.btn-outline-primary:hover {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #009e69
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .5)
}

.btn-outline-secondary {
    border-color: #757575;
    color: #757575
}

.btn-outline-secondary:hover {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #757575
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #757575;
    border-color: #757575;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 46%, .5)
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #262626
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.show>.btn-outline-light.dropdown-toggle {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #262626
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96%, .5)
}

.btn-outline-dark {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.btn-outline-dark:hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #3b3b3b
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5)
}

.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #262626;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 13rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-divider {
    border-top: 1px solid #ededed;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #262626;
    display: block;
    font-weight: 400;
    padding: .5rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 158, 105, .05);
    color: #191919;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(0, 158, 105, .1);
    color: #0d0d0d;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #757575;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #757575;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.btn-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #ededed;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #009e69
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #52ffc5;
    border-color: #52ffc5;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #757575
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #ededed
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #009e69;
    border-color: #009e69
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 158, 105, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 158, 105, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 158, 105, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    color: #4f4f4f;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #009e69;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #4f4f4f
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #ededed;
    color: #757575
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #009e69;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #ededed
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #4f4f4f;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #ededed;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #757575;
    cursor: default;
    pointer-events: none
}

.nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #e3e3e3 #e3e3e3 #fff;
    color: #4f4f4f
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #009e69;
    color: #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media(min-width:576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media(min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #009e69
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .65)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #009e69
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .65)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #009e69
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.breadcrumb {
    background-color: #ededed;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #757575;
    content: "";
    float: left;
    padding-right: 0
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #757575
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #009e69;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #ededed;
    border-color: #e3e3e3;
    color: #005236;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #e3e3e3;
    color: #757575;
    cursor: auto;
    pointer-events: none
}

.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: rgba(0, 158, 105, .2);
    color: #006b47
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: rgba(0, 158, 105, .4);
    color: #006b47
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 105, .5);
    outline: 0
}

.badge-secondary {
    background-color: hsla(0, 0%, 46%, .2);
    color: #5c5c5c
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: hsla(0, 0%, 46%, .4);
    color: #5c5c5c
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 46%, .5);
    outline: 0
}

.badge-success {
    background-color: rgba(40, 167, 69, .2);
    color: #1e7e34
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: rgba(40, 167, 69, .4);
    color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}

.badge-info {
    background-color: rgba(23, 162, 184, .2);
    color: #117a8b
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: rgba(23, 162, 184, .4);
    color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: rgba(255, 193, 7, .2);
    color: #d39e00
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: rgba(255, 193, 7, .4);
    color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: rgba(220, 53, 69, .2);
    color: #bd2130
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: rgba(220, 53, 69, .4);
    color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}

.badge-light {
    background-color: hsla(0, 0%, 96%, .2);
    color: #dcdcdc
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: hsla(0, 0%, 96%, .4);
    color: #dcdcdc
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96%, .5);
    outline: 0
}

.badge-dark {
    background-color: rgba(59, 59, 59, .2);
    color: #222
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: rgba(59, 59, 59, .4);
    color: #222
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5);
    outline: 0
}

.alert {
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #ccece1;
    border-color: #b8e4d5;
    color: #005237
}

.alert-primary hr {
    border-top-color: #a6ddca
}

.alert-primary .alert-link {
    color: #001f15
}

.alert-secondary {
    background-color: #e3e3e3;
    border-color: #d8d8d8;
    color: #3d3d3d
}

.alert-secondary hr {
    border-top-color: #cbcbcb
}

.alert-secondary .alert-link {
    color: #242424
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fdfdfd;
    border-color: #fcfcfc;
    color: #7f7f7f
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #666
}

.alert-dark {
    background-color: #d8d8d8;
    border-color: #c8c8c8;
    color: #1f1f1f
}

.alert-dark hr {
    border-top-color: #bbb
}

.alert-dark .alert-link {
    color: #060606
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #ededed;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #009e69;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.media {
    align-items: flex-start;
    display: flex
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item {
    background-color: transparent;
    border: 1px solid #ededed;
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: transparent;
    color: #757575;
    pointer-events: none
}

.list-group-item.active {
    background-color: #009e69;
    border-color: #009e69;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #757575;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 320px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover,
.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #262626;
    padding: .5rem .75rem
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .125em;
    height: 1rem;
    width: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border {
        animation-duration: 1.5s
    }
}

.bg-primary {
    background-color: #009e69 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #006b47 !important
}

.bg-secondary {
    background-color: #757575 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #5c5c5c !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f5f5f5 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dcdcdc !important
}

.bg-dark {
    background-color: #3b3b3b !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #222 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ededed !important
}

.border-0 {
    border: 0 !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

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

@media(min-width:576px) {
    .d-sm-flex {
        display: flex !important
    }
}

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

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

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

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

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

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

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

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-content-center {
    align-content: center !important
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.shadow-sm {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .03) !important
}

.shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1) !important
}

.shadow-lg {
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15) !important
}

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

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

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.my-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

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

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

.px-5 {
    padding-right: 3rem !important
}

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

.px-5 {
    padding-left: 3rem !important
}

.py-6 {
    padding-top: 4rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mx-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

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

    .pt-sm-6 {
        padding-top: 4rem !important
    }
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

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

    .p-md-3 {
        padding: 1rem !important
    }

    .py-md-7 {
        padding-top: 6rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .mx-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

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

    .p-lg-5 {
        padding: 3rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

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

.text-left {
    text-align: left !important
}

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

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

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

.text-white {
    color: #fff !important
}

.text-primary {
    color: #009e69 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #005236 !important
}

.text-secondary {
    color: #757575 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #4f4f4f !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f5f5f5 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cfcfcf !important
}

.text-dark {
    color: #3b3b3b !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #151515 !important
}

.text-body {
    color: #262626 !important
}

.text-muted {
    color: #757575 !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        border: 1px solid #b5b5b5;
        white-space: pre-wrap !important
    }

    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td {
        background-color: #fff !important
    }
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-50 {
    opacity: .5 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-auto {
    overflow: auto !important
}

.position-absolute {
    position: absolute !important
}

.position-relative {
    position: relative !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.pointer-events-none {
    pointer-events: none !important
}

.pointer-events-auto {
    pointer-events: auto !important
}

.cursor-default {
    cursor: default !important
}

.cursor-pointer {
    cursor: pointer !important
}

.fill-current {
    fill: rgb(0 233 145) !important;
}

.width-3 {
    width: .75rem !important
}

.width-4 {
    width: 1rem !important
}

.width-5 {
    width: 1.25rem !important
}

.width-6 {
    width: 1.5rem !important
}

.width-8 {
    width: 2rem !important
}

.width-10 {
    width: 2.5rem !important
}

.width-12 {
    width: 3rem !important
}

.width-16 {
    width: 4rem !important
}

.width-32 {
    width: 8rem !important
}

.width-40 {
    width: 10rem !important
}

.width-64 {
    width: 16rem !important
}

.width-auto {
    width: auto !important
}

.max-width-48 {
    max-width: 12rem !important
}

.max-width-full {
    max-width: 100% !important
}

.height-1\.25 {
    height: .3125rem !important
}

.height-3 {
    height: .75rem !important
}

.height-4 {
    height: 1rem !important
}

.height-5 {
    height: 1.25rem !important
}

.height-6 {
    height: 1.5rem !important
}

.height-8 {
    height: 2rem !important
}

.height-10 {
    height: 2.5rem !important
}

.height-12 {
    height: 3rem !important
}

.height-14 {
    height: 3.5rem !important
}

.height-16 {
    height: 4rem !important
}

.height-32 {
    height: 8rem !important
}

.height-40 {
    height: 10rem !important
}

.min-height-0 {
    min-height: 0 !important
}

.min-height-80 {
    min-height: 20rem !important
}

.max-height-10 {
    max-height: 2.5rem !important
}

.max-height-96 {
    max-height: 24rem !important
}

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

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

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

.font-size-base {
    font-size: 1rem !important
}

.font-size-lg {
    font-size: 1.125rem !important
}

.font-size-xl {
    font-size: 1.25rem !important
}

.font-size-8xl {
    font-size: 6rem !important
}

.border-radius-lg {
    border-radius: .625rem !important
}

.border-radius-xl {
    border-radius: .875rem !important
}

.border-top-left-radius-xl {
    border-top-left-radius: .875rem !important
}

.border-top-right-radius-xl {
    border-top-right-radius: .875rem !important
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.right-4 {
    right: 1rem !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.left-4 {
    left: 1rem !important
}

.left-auto {
    left: auto !important
}

.border-top {
    border-top: 1px solid #ededed !important
}

.border-bottom {
    border-bottom: 1px solid #ededed !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.background-size-cover {
    background-size: cover !important
}

.background-position-center {
    background-position: 50% !important
}

.backdrop-filter-blur {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.stroke-success {
    stroke: #28a745 !important
}

.stroke-warning {
    stroke: #ffc107 !important
}

.stroke-danger {
    stroke: #dc3545 !important
}

.scroll-behavior-smooth {
    scroll-behavior: smooth !important
}

.scroll-margin-top-18 {
    scroll-margin-top: 4.5rem !important
}

.scroll-margin-top-22 {
    scroll-margin-top: 5.5rem !important
}

.image-rendering-optimize-contrast {
    image-rendering: -webkit-optimize-contrast !important
}

.box-sizing-border-box {
    box-sizing: border-box !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-1000 {
    z-index: 1000 !important
}

.z-1001 {
    z-index: 1001 !important
}

.z-1025 {
    z-index: 1025 !important
}

.z-1030 {
    z-index: 1030 !important
}

.bg-base-0 {
    background-color: #fff !important
}

.bg-base-1 {
    background-color: #f5f5f5 !important
}

.bg-base-2 {
    background-color: #fafafa !important
}

.bg-fade-0 {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0)) !important
}

.bg-fade-1 {
    background: linear-gradient(0deg, #f5f5f5, hsla(0, 0%, 96%, 0)) !important
}

.bg-fade-2 {
    background: linear-gradient(0deg, #fafafa, hsla(0, 0%, 98%, 0)) !important
}

@media(min-width:992px) {
    .position-lg-fixed {
        position: fixed !important
    }

    .width-lg-96 {
        width: 24rem !important
    }

    .min-height-lg-48 {
        min-height: 12rem !important
    }

    .top-lg-0 {
        top: 0 !important
    }

    .border-right-lg {
        border-right: 1px solid #ededed !important
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important
    }

    .border-left-lg {
        border-left: 1px solid #ededed !important
    }

    .scroll-margin-top-lg-4 {
        scroll-margin-top: 1rem !important
    }
}

@media(min-width:1200px) {
    .position-xl-sticky {
        position: sticky !important
    }

    .top-xl-18 {
        top: 4.5rem !important
    }

    .border-top-xl-0 {
        border-top: 0 !important
    }

    .scroll-margin-top-xl-18 {
        scroll-margin-top: 4.5rem !important
    }

    .scroll-margin-top-xl-36 {
        scroll-margin-top: 9rem !important
    }
}

:root {
    color-scheme: light
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f5f5f5;
    font-family: sans-serif
}

body {
    background: #fff;
    font-size: 1rem;
    min-height: 100%
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

.reset-after:after {
    content: none
}

.slide-menu {
    transform: translateX(-113%);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 250px
}

.slide-menu.active {
    transform: translateX(0)
}

@media(min-width:992px) {
    .slide-menu {
        transform: translateX(0)
    }

    .content {
        margin-left: 250px
    }
}

@media print and (min-width:992px) {
    .content {
        margin-left: 0
    }
}

.sidebar .nav-link[aria-expanded=true]>.sidebar-expand svg {
    transform: rotate(180deg)
}

.sidebar .nav-link {
    border-right: 2px solid transparent;
    color: #3b3b3b;
    padding: .75rem 1.25rem
}

.sidebar .nav-link:hover,
.sidebar .nav-link[aria-expanded=true],
.sub-menu {
    background: rgba(0, 158, 105, .05)
}

.sidebar .nav-link.active {
    background: rgba(0, 158, 105, .1);
    border-right: 2px solid #009e69;
    color: #009e69
}

.sidebar .nav-link.active>.sidebar-icon {
    color: #009e69
}

.sidebar-icon {
    color: #757575
}

.sidebar-footer {
    background: rgba(0, 158, 105, .05)
}

.cookie-banner {
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1)
}

[dir=rtl] body {
    text-align: right
}

[dir=rtl] .sidebar .nav-link {
    border-left: 2px solid transparent;
    border-right: 0
}

[dir=rtl] .sidebar .nav-link.active {
    border-left: 2px solid #009e69;
    border-right: 0
}

[dir=rtl] .slide-menu {
    transform: translateX(113%);
    width: 250px
}

[dir=rtl] .slide-menu.active {
    transform: translateX(0)
}

@media(min-width:992px) {
    [dir=rtl] .slide-menu {
        transform: translateX(0)
    }

    [dir=rtl] .content {
        margin-left: 0;
        margin-right: 250px
    }
}

@media print and (min-width:992px) {
    [dir=rtl] .content {
        margin-left: 0;
        margin-right: 0
    }
}

/* ===========================================
   PRICING PAGE – New Design (custom classes)
   =========================================== */

:root {
    --primary: #6C63FF;
    --primary-hover: #5A52D5;
    --primary-glow: rgba(108, 99, 255, 0.3);
    --bg-dark: #0B0E1A;
    --bg-card: rgba(21, 26, 43, 0.85);
    --text-light: #E8EDF5;
    --text-muted: #8E95A9;
    --success: #00D2A0;
    --border-glow: rgba(255, 255, 255, 0.06);
    --radius: 20px;
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

/* ---- Page wrapper ---- */
.page-pricing {
    background: var(--bg-dark);
    color: var(--text-light);
    font-family: 'Inter', sans-serif;
}

/* ---- Container (max-width) ---- */
.pricing-container {
    margin: 0 auto;
}

/* ---- Hero ---- */
.pricing-hero {
    padding: 4rem 0 2rem;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-dark) 0%, rgba(108, 99, 255, 0.05) 100%);
}

.pricing-hero-title {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fff 30%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.pricing-hero-subtitle {
    font-size: 22px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ---- Pricing plans section ---- */
.pricing-plans-section {
    padding: 160px 0 70px !important;
    background: radial-gradient(circle at 50% 15%,
            rgba(34, 232, 117, 0.07),
            transparent 30%),
        #09131f;

}

/* ---- Toggle (Monthly / Yearly) ---- */
.pricing-toggle-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-toggle-group {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.04);
    padding: 4px;
    border-radius: 60px;
    border: 1px solid var(--border-glow);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.pricing-toggle-label {
    padding: 0.5rem 2rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.pricing-toggle-label.active {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 4px 16px var(--primary-glow);
}

.pricing-toggle-label:hover:not(.active) {
    color: #fff;
}

.pricing-toggle-label input {
    display: none;
}

/* ---- Plans grid (flex) ---- */
.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
}

/* ---- Plan card ---- */
.pricing-card {
    flex: 1 1 280px;
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius);
    box-shadow: var(--shadow), 0 0 60px rgba(108, 99, 255, 0.04);
    padding: 2rem 1.5rem 1.8rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.35s ease;
    text-align: left;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.6), 0 0 80px rgba(108, 99, 255, 0.08);
    border-color: rgba(108, 99, 255, 0.2);
}

.pricing-popular {
    border-color: var(--primary);
    box-shadow: var(--shadow), 0 0 40px rgba(108, 99, 255, 0.15);
}

.pricing-popular .plan-badge {
    background: #fff;
    color: var(--primary);
}

.pricing-free .plan-badge {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
}

/* ---- Badge ---- */
.plan-badge {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.3rem 1rem;
    border-radius: 30px;
    font-size: 0.75rem;
    text-transform: uppercase;
    align-self: flex-start;
    margin-bottom: 1.2rem;
}

/* ---- Pricing ---- */
.plan-pricing {
    margin-bottom: 1.5rem;
}

.price-amount {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
}

.price-currency {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-muted);
}

.price-interval {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 400;
    margin-left: 0.2rem;
}

.price-discount {
    background: rgba(0, 210, 160, 0.15);
    color: var(--success);
    border: 1px solid rgba(0, 210, 160, 0.2);
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 30px;
    font-size: 0.7rem;
    margin-left: 0.5rem;
    display: inline-block;
}

.plan-price-free .price-amount {
    font-size: 2rem;
}

/* ---- Features ---- */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8rem 0;
    flex: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: var(--text-light);
}

.plan-features i:first-child {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-yes i:first-child {
    color: var(--success);
}

.feature-no i:first-child {
    color: var(--text-muted);
}

.feature-no span {
    color: var(--text-muted);
}

.feature-tip {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-left: 0.2rem;
    cursor: help;
}

.feature-meta {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* ---- Action button ---- */
.plan-action {
    margin-top: auto;
}

.plan-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-radius: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.plan-btn-primary {
    background: linear-gradient(135deg, var(--primary), #8B7AFF);
    color: #fff;
    box-shadow: 0 4px 20px var(--primary-glow);
}

.plan-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 28px rgba(108, 99, 255, 0.5);
    color: #fff;
}

.plan-btn-active {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: default;
}

/* ---- FAQ Section ---- */
.pricing-faq {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.02);
}

.pricing-faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.pricing-faq-item {
    background: var(--bg-card);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius);
    padding: 1.5rem;
}

.pricing-faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.pricing-faq-answer {
    color: var(--text-muted);
    line-height: 1.6;
}

/* ---- CTA Section ---- */
.pricing-cta {
    padding: 4rem 0;
    text-align: center;
}

.pricing-cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pricing-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), #8B7AFF);
    color: #fff;
    padding: 0.75rem 2.5rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px var(--primary-glow);
    text-decoration: none;
}

.pricing-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(108, 99, 255, 0.5);
    color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
    .pricing-container {
        padding: 0 1rem;
    }

    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
    }

    .pricing-toggle-label {
        padding: 0.4rem 1.2rem;
        font-size: 0.85rem;
    }

    .pricing-faq-grid {
        grid-template-columns: 1fr;
    }

    .pricing-hero {
        padding: 3rem 0 1.5rem;
    }
}






/* =========================================================
   PRICING SECTION
   Dark Navy + Neon Green Theme
========================================================= */

.pricing-section {
    --pricing-bg: #09131f;
    --pricing-card: #101d2b;
    --pricing-card-light: #132333;
    --pricing-green: #22e875;
    --pricing-green-dark: #08bd58;
    --pricing-text: #f5f8fb;
    --pricing-muted: #8996a6;
    --pricing-border: rgba(255, 255, 255, 0.08);

    position: relative;
    padding: 20px 20px 0px;
    overflow: hidden;
}


/* Background Glow */
.pricing-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    background: rgba(34, 232, 117, 0.06);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================================
   MONTHLY / YEARLY TOGGLE
========================================================= */

.pricing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.pricing-toggle-group {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    gap: 4px;
    background: #101d2b;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pricing-toggle-label {
    position: relative;
    min-width: 105px;
    padding: 11px 22px;
    margin: 0;
    border-radius: 50px;

    color: #91a0ae;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    text-align: center;
    cursor: pointer;

    transition: all 0.3s ease;
}

.pricing-toggle-label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pricing-toggle-label:hover {
    color: #ffffff;
}

.pricing-toggle-label.active {
    color: #04140b;

    background: linear-gradient(135deg,
            #40f78b 0%,
            #18df69 100%);

    box-shadow:
        0 5px 18px rgba(34, 232, 117, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}


/* =========================================================
   PRICING GRID
========================================================= */

.pricing-grid {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    align-items: stretch;
}


/* =========================================================
   PRICING CARD
========================================================= */

.pricing-card {
    position: relative;
    min-height: 500px;
    padding: 30px;

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(145deg,
            rgba(19, 35, 51, 0.98),
            rgba(12, 25, 38, 0.98));

    border: 1px solid var(--pricing-border);
    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* Top subtle highlight */
.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(34, 232, 117, 0.7),
            transparent);

    opacity: 0;
    transition: opacity 0.35s ease;
}


/* Bottom Glow */
.pricing-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;

    right: -80px;
    bottom: -100px;

    border-radius: 50%;
    background: rgba(34, 232, 117, 0.06);
    filter: blur(30px);

    pointer-events: none;
}


.pricing-card:hover {
    transform: translateY(-8px);

    border-color: rgba(34, 232, 117, 0.32);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.38),
        0 0 30px rgba(34, 232, 117, 0.07);
}

.pricing-card:hover::before {
    opacity: 1;
}


/* =========================================================
   PAID / POPULAR PLAN
========================================================= */

.pricing-card:not(.pricing-free) {
    border-color: rgba(34, 232, 117, 0.23);

    background:
        radial-gradient(circle at 100% 0%,
            rgba(34, 232, 117, 0.08),
            transparent 35%),
        linear-gradient(145deg,
            #142434,
            #0c1926);
}

.pricing-card:not(.pricing-free)::before {
    opacity: 1;
}


/* =========================================================
   PLAN BADGE
========================================================= */

.plan-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;

    padding: 7px 13px;
    margin-bottom: 24px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);

    color: #9eabb8;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0.7px;
    text-transform: uppercase;
}


/* Paid badge */
.pricing-card:not(.pricing-free) .plan-badge {
    color: #20eb74;

    background: rgba(34, 232, 117, 0.09);
    border-color: rgba(34, 232, 117, 0.18);

    box-shadow:
        inset 0 0 12px rgba(34, 232, 117, 0.04);
}


/* =========================================================
   PRICE
========================================================= */

.plan-pricing {
    margin-bottom: 28px;
}

.plan-price-block {
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.price-amount {
    color: #ffffff;

    font-size: 44px;
    font-weight: 700;
    line-height: 0.95;

    letter-spacing: -1.5px;
}

.plan-price-free .price-amount {
    font-size: 36px;
}

.price-currency {
    color: #b2bdc8;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 4px;
}

.price-interval {
    color: #7d8b99;

    font-size: 12px;
    font-weight: 500;

    margin-bottom: 4px;
}


/* Discount */
.price-discount {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;
    margin-left: 5px;
    margin-bottom: 1px;

    border-radius: 30px;

    background: rgba(34, 232, 117, 0.1);
    border: 1px solid rgba(34, 232, 117, 0.15);

    color: #26e977;

    font-size: 10px;
    font-weight: 700;
}


/* =========================================================
   DIVIDER
========================================================= */

.plan-pricing::after {
    content: "";
    display: block;

    width: 100%;
    height: 1px;

    margin-top: 28px;

    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.08),
            transparent);
}


/* =========================================================
   FEATURES
========================================================= */

.plan-features {
    list-style: none;

    padding: 0;
    margin: 0 0 35px;

    display: flex;
    flex-direction: column;
    gap: 16px;

    flex: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 9px;

    min-height: 22px;

    color: #d8e0e7;

    font-size: 13px;
    font-weight: 500;

    transition: all 0.25s ease;
}


/* Check / Close icon */
.plan-features li>i:first-child {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}


/* Available */
.plan-features .feature-yes>i:first-child {
    color: #21ec77;

    background: rgba(34, 232, 117, 0.09);
}

.plan-features .feature-yes:hover {
    color: #ffffff;
    transform: translateX(3px);
}


/* Unavailable */
.plan-features .feature-no {
    color: #62707e;
}

.plan-features .feature-no>i:first-child {
    color: #6a7784;

    background: rgba(255, 255, 255, 0.035);
}


/* Meta */
.feature-meta {
    color: #6f7e8c;
    font-size: 11px;
}


/* Info icon */
.feature-tip {
    margin-left: 2px;

    color: #667585;

    font-size: 13px;

    cursor: help;

    transition: color 0.25s ease;
}

.feature-tip:hover {
    color: #22e875;
}


/* =========================================================
   BUTTON
========================================================= */

.plan-action {
    width: 100%;
    margin-top: auto;
}

.plan-btn {
    position: relative;

    width: 100%;
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 13px 22px;

    border: 1px solid transparent;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;
    text-transform: uppercase;

    cursor: pointer;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Primary CTA */
.plan-btn-primary {
    color: #03150b !important;

    background: linear-gradient(135deg,
            #45f78d 0%,
            #20e970 50%,
            #12cf5d 100%);

    box-shadow:
        0 8px 25px rgba(34, 232, 117, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}


/* Button shine */
.plan-btn-primary::before {
    content: "";

    position: absolute;
    top: -50%;
    left: -100%;

    width: 60px;
    height: 200%;

    transform: rotate(25deg);

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);

    transition: left 0.6s ease;
}

.plan-btn-primary:hover::before {
    left: 120%;
}

.plan-btn-primary:hover {
    color: #03150b !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 32px rgba(34, 232, 117, 0.28),
        0 0 20px rgba(34, 232, 117, 0.1);
}


/* Active / Free button */
.plan-btn-active {
    color: #20e973 !important;

    background: rgba(34, 232, 117, 0.06);

    border-color: rgba(34, 232, 117, 0.18);

    cursor: default;
}


/* =========================================================
   FREE CARD DIFFERENCE
========================================================= */

.pricing-free .plan-btn-primary {
    color: #d8e1e8 !important;

    background: transparent;

    border-color: rgba(255, 255, 255, 0.15);

    box-shadow: none;
}

.pricing-free .plan-btn-primary:hover {
    color: #21e975 !important;

    border-color: rgba(34, 232, 117, 0.5);

    background: rgba(34, 232, 117, 0.05);

    box-shadow: 0 0 25px rgba(34, 232, 117, 0.07);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .pricing-section {
        padding: 70px 20px 85px;
    }

    .pricing-grid {
        max-width: 760px;
        gap: 20px;
    }

    .pricing-card {
        padding: 26px;
    }

    .price-amount {
        font-size: 38px;
    }
}


@media (max-width: 767px) {

    .pricing-section {
        padding: 55px 15px 70px;
    }

    .pricing-toggle-wrapper {
        margin-bottom: 35px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .pricing-card {
        min-height: auto;
        padding: 25px 22px;
        border-radius: 16px;
    }

    .pricing-card:hover {
        transform: translateY(-4px);
    }

    .plan-features {
        margin-bottom: 28px;
    }
}


@media (max-width: 480px) {

    .pricing-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pricing-toggle-group {
        width: 100%;
        max-width: 310px;
    }

    .pricing-toggle-label {
        flex: 1;
        min-width: 0;
        padding: 11px 15px;
    }

    .pricing-card {
        padding: 23px 18px;
    }

    .price-amount {
        font-size: 36px;
    }

    .plan-price-free .price-amount {
        font-size: 32px;
    }

    .plan-features li {
        font-size: 12px;
    }
}





/* =========================================================
   LOGIN PAGE - SCOPED WITH .logni_wrap
   Dark Navy + Green Theme
========================================================= */

.logni_wrap {
    position: relative;
    min-height: 100vh;
    padding: 130px 0 70px;

    background:
        radial-gradient(circle at 15% 20%, rgba(34, 232, 117, 0.08), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(34, 232, 117, 0.06), transparent 30%),
        linear-gradient(135deg, #07111d 0%, #0b1724 50%, #07121d 100%) !important;

    overflow: hidden;
}


/* ================= BACKGROUND EFFECT ================= */

.logni_wrap::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    top: -180px;
    right: -120px;

    border-radius: 50%;

    background: rgba(34, 232, 117, 0.07);
    filter: blur(80px);

    pointer-events: none;
}


.logni_wrap::after {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .015) 1px, transparent 1px);

    background-size: 55px 55px;

    pointer-events: none;
}


/* ================= CONTAINER ================= */

.logni_wrap>.container {
    position: relative;
    z-index: 2;

    max-width: 1120px;
}


/* ================= MAIN CARD ================= */

.logni_wrap .card {
    position: relative;

    background: #0d1926 !important;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;

    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;

    overflow: hidden !important;
}


.logni_wrap .card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(34, 232, 117, 0.75),
            transparent);

    z-index: 10;
}


/* =========================================================
   LEFT FORM SIDE
========================================================= */

.logni_wrap .col-lg-5 {
    position: relative;

    background:
        radial-gradient(circle at 0 0,
            rgba(34, 232, 117, 0.04),
            transparent 35%),
        #0d1926;

    z-index: 2;
}


.logni_wrap .col-lg-5 .card-body {
    padding: 55px 48px !important;
}


/* ================= LABELS ================= */

.logni_wrap form .form-group {
    margin-bottom: 22px;
}


.logni_wrap form label {
    display: block;

    margin-bottom: 9px;

    color: #dce5eb;

    font-size: 13px;
    font-weight: 500;
}


/* ================= INPUT ================= */

.logni_wrap form .form-control {
    width: 100%;
    height: 50px;

    padding: 0 16px;

    color: #ffffff !important;

    background: #091521 !important;

    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 10px !important;

    font-size: 14px;

    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.logni_wrap form .form-control:hover {
    border-color: rgba(34, 232, 117, 0.25) !important;
}


.logni_wrap form .form-control:focus {
    color: #ffffff !important;

    background: #0a1824 !important;

    border-color: #20e875 !important;

    box-shadow:
        0 0 0 3px rgba(32, 232, 117, 0.09),
        0 0 20px rgba(32, 232, 117, 0.05) !important;

    outline: none;
}


/* Chrome autofill */

.logni_wrap input:-webkit-autofill,
.logni_wrap input:-webkit-autofill:hover,
.logni_wrap input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;

    -webkit-box-shadow:
        0 0 0 1000px #091521 inset !important;
}


/* =========================================================
   CHECKBOX
========================================================= */

.logni_wrap .custom-control-label {
    color: #9aa7b4 !important;

    font-size: 13px;
    cursor: pointer;
}


.logni_wrap .custom-control-label::before {
    background: #091521 !important;

    border: 1px solid rgba(255, 255, 255, 0.16) !important;

    box-shadow: none !important;
}


.logni_wrap .custom-control-input:checked~.custom-control-label::before {

    background: #20e875 !important;

    border-color: #20e875 !important;
}


/* =========================================================
   LINKS
========================================================= */

.logni_wrap a {
    color: #20e875;

    text-decoration: none;

    transition: color 0.25s ease;
}


.logni_wrap a:hover {
    color: #62f7a1;

    text-decoration: none;
}


/* =========================================================
   LOGIN BUTTON
========================================================= */

.logni_wrap .btn-primary {
    position: relative;

    min-height: 50px;

    margin-top: 5px;

    color: #03140b !important;

    background: linear-gradient(135deg,
            #46f78f 0%,
            #21e875 50%,
            #0dca5b 100%) !important;

    border: 0 !important;
    border-radius: 50px !important;

    font-size: 13px;
    font-weight: 700;

    box-shadow:
        0 10px 30px rgba(32, 232, 117, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Button shine */

.logni_wrap .btn-primary::before {
    content: "";

    position: absolute;

    top: -80%;
    left: -100px;

    width: 55px;
    height: 250%;

    transform: rotate(25deg);

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);

    transition: left 0.6s ease;
}


.logni_wrap .btn-primary:hover::before {
    left: calc(100% + 100px);
}


.logni_wrap .btn-primary:hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 35px rgba(32, 232, 117, 0.28),
        0 0 25px rgba(32, 232, 117, 0.08);
}


/* =========================================================
   REGISTER FOOTER
========================================================= */

.logni_wrap .card-footer {
    padding: 20px 30px !important;

    background: #091521 !important;

    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}


.logni_wrap .card-footer .text-muted {
    color: #82909d !important;

    font-size: 13px;
}


.logni_wrap .card-footer a {
    margin-left: 3px;

    color: #20e875;

    font-weight: 600;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.logni_wrap .col-lg-7.bg-dark {
    position: relative;

    min-height: 560px;

    background-color: #071822 !important;

    background-size: cover !important;
    background-position: center !important;

    border-left: 1px solid rgba(255, 255, 255, 0.05);

    overflow: hidden;
}


/* Dark overlay */

.logni_wrap .col-lg-7.bg-dark::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 75% 25%,
            rgba(34, 232, 117, 0.15),
            transparent 38%),
        linear-gradient(135deg,
            rgba(5, 18, 27, 0.18),
            rgba(5, 18, 27, 0.55));

    z-index: 1;
}


/* Bottom glow */

.logni_wrap .col-lg-7.bg-dark::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -120px;
    bottom: -140px;

    border-radius: 50%;

    background: rgba(34, 232, 117, 0.12);

    filter: blur(70px);

    z-index: 1;
}


/* Right content */

.logni_wrap .col-lg-7 .card-body {
    position: absolute !important;

    inset: 0;

    z-index: 3;

    padding: 60px !important;
}


.logni_wrap .col-lg-7 .text-light {
    position: relative;

    z-index: 4;
}


/* ================= RIGHT HEADING ================= */

.logni_wrap .col-lg-7 .h2 {
    margin-bottom: 12px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 700;

    letter-spacing: -1px;
}


.logni_wrap .col-lg-7 .h2::before {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-bottom: 20px;

    border-radius: 50px;

    background: #21e875;

    box-shadow:
        0 0 15px rgba(33, 232, 117, 0.45);
}


.logni_wrap .col-lg-7 .font-size-lg {
    color: #a8b5c0 !important;

    font-size: 15px !important;
    font-weight: 400 !important;
}


/* =========================================================
   MOBILE HEADING
========================================================= */

.logni_wrap .text-center.d-block.d-lg-none h1 {
    color: #ffffff;

    font-weight: 700;
}


.logni_wrap .text-center.d-block.d-lg-none p {
    color: #8997a4 !important;
}


/* =========================================================
   ERROR
========================================================= */

.logni_wrap .form-control.is-invalid {
    border-color: #ff5c68 !important;
}


.logni_wrap .invalid-feedback {
    margin-top: 6px;

    color: #ff737c;

    font-size: 12px;
}


/* =========================================================
   TEXT MUTED
========================================================= */

.logni_wrap .text-muted {
    color: #8997a4 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .logni_wrap>.container {
        max-width: 960px;
    }


    .logni_wrap .col-lg-5 .card-body {
        padding: 45px 35px !important;
    }


    .logni_wrap .col-lg-7 .card-body {
        padding: 45px !important;
    }

}


/* =========================================================
   TABLET + MOBILE
========================================================= */

@media (max-width: 991px) {

    .logni_wrap {
        min-height: 100vh;

        padding: 115px 15px 60px;
    }


    .logni_wrap>.container {
        height: auto !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    .logni_wrap .row.h-100 {
        height: auto !important;

        margin-top: 30px !important;
    }


    .logni_wrap .card {
        max-width: 600px;

        margin: 0 auto;

        border-radius: 20px !important;
    }


    .logni_wrap .col-lg-5 .card-body {
        padding: 40px !important;
    }


    .logni_wrap .text-center.d-block.d-lg-none {
        margin-bottom: 25px;
    }


    .logni_wrap .text-center.d-block.d-lg-none h1 {
        font-size: 32px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .logni_wrap {
        padding: 100px 12px 40px;
    }


    .logni_wrap .row.h-100 {
        margin-top: 20px !important;
    }


    .logni_wrap .card {
        border-radius: 16px !important;
    }


    .logni_wrap .col-lg-5 .card-body {
        padding: 28px 20px !important;
    }


    .logni_wrap form .form-control {
        height: 48px;
    }


    .logni_wrap .form-group.row {
        align-items: center;
    }


    .logni_wrap .custom-control-label,
    .logni_wrap .form-group.row a {
        font-size: 12px;
    }


    .logni_wrap .card-footer {
        padding: 17px 15px !important;
    }


    .logni_wrap .text-center.d-block.d-lg-none h1 {
        font-size: 28px;
    }

}





/* =========================================================
   REGISTER PAGE
   Parent: .register_wrps
========================================================= */

.register_wrps {
    position: relative;
    min-height: 100vh;
    padding: 125px 0 65px;

    background:
        radial-gradient(circle at 12% 20%, rgba(30, 232, 116, .08), transparent 27%),
        radial-gradient(circle at 88% 75%, rgba(30, 232, 116, .06), transparent 30%),
        linear-gradient(135deg, #07111c 0%, #0b1724 52%, #07121d 100%) !important;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.register_wrps::before {
    content: "";
    position: absolute;

    width: 480px;
    height: 480px;

    top: -220px;
    right: -130px;

    border-radius: 50%;

    background: rgba(32, 232, 117, .07);
    filter: blur(80px);

    pointer-events: none;
}


.register_wrps::after {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .015) 1px, transparent 1px);

    background-size: 55px 55px;

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.register_wrps>.container {
    position: relative;
    z-index: 2;

    max-width: 1120px;
}


/* =========================================================
   MAIN CARD
========================================================= */

.register_wrps .card {
    position: relative;

    background: #0d1926 !important;

    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 24px !important;

    box-shadow:
        0 35px 80px rgba(0, 0, 0, .42),
        inset 0 1px 0 rgba(255, 255, 255, .04) !important;

    overflow: hidden !important;
}


/* green top line */

.register_wrps .card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 12%;
    right: 12%;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(34, 232, 117, .8),
            transparent);

    z-index: 10;
}


/* =========================================================
   LEFT FORM AREA
========================================================= */

.register_wrps .col-lg-5 {
    position: relative;

    background:
        radial-gradient(circle at 0 0,
            rgba(34, 232, 117, .04),
            transparent 35%),
        #0d1926;

    z-index: 2;
}


.register_wrps .col-lg-5 .card-body {
    padding: 45px 48px !important;
}


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

.register_wrps form .form-group {
    margin-bottom: 17px;
}


/* labels */

.register_wrps form label {
    display: block;

    margin-bottom: 7px;

    color: #dbe5eb;

    font-size: 13px;
    font-weight: 500;
}


/* =========================================================
   INPUTS
========================================================= */

.register_wrps form .form-control {
    width: 100%;
    height: 48px;

    padding: 0 16px;

    color: #ffffff !important;

    background: #091521 !important;

    border: 1px solid rgba(255, 255, 255, .09) !important;
    border-radius: 10px !important;

    font-size: 14px;

    box-shadow:
        inset 0 1px 3px rgba(0, 0, 0, .25);

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


.register_wrps form .form-control:hover {
    border-color: rgba(34, 232, 117, .28) !important;
}


.register_wrps form .form-control:focus {
    color: #ffffff !important;

    background: #0a1824 !important;

    border-color: #20e875 !important;

    box-shadow:
        0 0 0 3px rgba(32, 232, 117, .09),
        0 0 22px rgba(32, 232, 117, .05) !important;

    outline: none;
}


/* Autofill */

.register_wrps input:-webkit-autofill,
.register_wrps input:-webkit-autofill:hover,
.register_wrps input:-webkit-autofill:focus {

    -webkit-text-fill-color: #ffffff !important;

    -webkit-box-shadow:
        0 0 0 1000px #091521 inset !important;

    caret-color: #ffffff;
}


/* =========================================================
   CHECKBOX / AGREEMENT
========================================================= */

.register_wrps .custom-control {
    min-height: 25px;
}


.register_wrps .custom-control-label {
    color: #99a6b2 !important;

    font-size: 12.5px;
    line-height: 1.6;

    cursor: pointer;
}


.register_wrps .custom-control-label::before {
    background: #091521 !important;

    border: 1px solid rgba(255, 255, 255, .16) !important;

    box-shadow: none !important;
}


.register_wrps .custom-control-input:focus~.custom-control-label::before {

    box-shadow:
        0 0 0 3px rgba(32, 232, 117, .08) !important;
}


.register_wrps .custom-control-input:checked~.custom-control-label::before {

    background: #20e875 !important;

    border-color: #20e875 !important;
}


/* checkbox tick */

.register_wrps .custom-control-input:checked~.custom-control-label::after {

    filter: brightness(0);
}


/* =========================================================
   TERMS / PRIVACY LINKS
========================================================= */

.register_wrps a {
    color: #20e875;

    text-decoration: none;

    transition: color .25s ease;
}


.register_wrps a:hover {
    color: #61f5a0;

    text-decoration: none;
}


.register_wrps .custom-control-label a {
    font-weight: 500;

    border-bottom: 1px solid rgba(32, 232, 117, .25);
}


/* =========================================================
   REGISTER BUTTON
========================================================= */

.register_wrps .btn-primary {
    position: relative;

    min-height: 50px;

    margin-top: 5px;

    color: #03140b !important;

    background: linear-gradient(135deg,
            #49f891 0%,
            #22e976 48%,
            #0dcc5c 100%) !important;

    border: 0 !important;
    border-radius: 50px !important;

    font-size: 13px;
    font-weight: 700;

    box-shadow:
        0 10px 30px rgba(32, 232, 117, .20),
        inset 0 1px 0 rgba(255, 255, 255, .35);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* shine effect */

.register_wrps .btn-primary::before {
    content: "";

    position: absolute;

    top: -80%;
    left: -100px;

    width: 55px;
    height: 250%;

    transform: rotate(25deg);

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .4),
            transparent);

    transition: left .65s ease;
}


.register_wrps .btn-primary:hover::before {
    left: calc(100% + 100px);
}


.register_wrps .btn-primary:hover {
    color: #03140b !important;

    transform: translateY(-2px);

    box-shadow:
        0 15px 38px rgba(32, 232, 117, .3),
        0 0 25px rgba(32, 232, 117, .08);
}


/* =========================================================
   DANGER BUTTON / CAPTCHA ERROR
========================================================= */

.register_wrps .btn-danger {
    min-height: 50px;

    border: 0;
    border-radius: 50px;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   VALIDATION
========================================================= */

.register_wrps .form-control.is-invalid {
    border-color: #ff5f69 !important;

    box-shadow:
        0 0 0 3px rgba(255, 95, 105, .05) !important;
}


.register_wrps .invalid-feedback {
    margin-top: 6px;

    color: #ff737d;

    font-size: 11px;
}


/* =========================================================
   CARD FOOTER
========================================================= */

.register_wrps .card-footer {
    padding: 19px 30px !important;

    background: #091521 !important;

    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .06) !important;
}


.register_wrps .card-footer .text-muted {
    color: #84929f !important;

    font-size: 13px;
}


.register_wrps .card-footer a {
    margin-left: 3px;

    color: #20e875;

    font-weight: 600;
}


/* =========================================================
   RIGHT SIDE IMAGE
========================================================= */

.register_wrps .col-lg-7.bg-dark {
    position: relative;

    min-height: 600px;

    background-color: #071822 !important;

    background-size: cover !important;
    background-position: center !important;

    border-left:
        1px solid rgba(255, 255, 255, .05);

    overflow: hidden;
}


/* Dark/green overlay */

.register_wrps .col-lg-7.bg-dark::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 75% 25%,
            rgba(34, 232, 117, .16),
            transparent 40%),
        linear-gradient(135deg,
            rgba(5, 18, 27, .12),
            rgba(5, 18, 27, .55));

    z-index: 1;
}


/* Green glow */

.register_wrps .col-lg-7.bg-dark::after {
    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    right: -140px;
    bottom: -150px;

    border-radius: 50%;

    background: rgba(34, 232, 117, .13);

    filter: blur(80px);

    z-index: 1;
}


/* =========================================================
   RIGHT SIDE CONTENT
========================================================= */

.register_wrps .col-lg-7>.card-body {
    position: absolute !important;

    inset: 0;

    z-index: 3;

    padding: 60px !important;
}


.register_wrps .col-lg-7 .text-light {
    position: relative;

    z-index: 4;
}


/* Register title */

.register_wrps .col-lg-7 .h2 {
    margin-bottom: 12px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 700;

    letter-spacing: -1px;
}


.register_wrps .col-lg-7 .h2::before {
    content: "";

    display: block;

    width: 46px;
    height: 3px;

    margin-bottom: 20px;

    border-radius: 30px;

    background: #20e875;

    box-shadow:
        0 0 16px rgba(32, 232, 117, .45);
}


.register_wrps .col-lg-7 .font-size-lg {
    color: #a8b6c1 !important;

    font-size: 15px !important;
    font-weight: 400 !important;
}


/* =========================================================
   MOBILE HEADING
========================================================= */

.register_wrps>.container>.text-center.d-block.d-lg-none h1 {

    color: #ffffff;

    font-weight: 700;
}


.register_wrps>.container>.text-center.d-block.d-lg-none p {

    color: #8795a2 !important;
}


/* =========================================================
   SHARED MESSAGE
========================================================= */

.register_wrps .alert {
    border-radius: 10px;

    font-size: 12px;
}


/* =========================================================
   TEXT
========================================================= */

.register_wrps .text-muted {
    color: #8795a2 !important;
}


/* =========================================================
   1199
========================================================= */

@media (max-width: 1199px) {

    .register_wrps>.container {
        max-width: 960px;
    }

    .register_wrps .col-lg-5 .card-body {
        padding: 40px 35px !important;
    }

    .register_wrps .col-lg-7>.card-body {
        padding: 45px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .register_wrps {
        min-height: 100vh;

        padding: 110px 15px 55px;
    }


    .register_wrps>.container {
        height: auto !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    .register_wrps .row.h-100 {
        height: auto !important;

        margin-top: 25px !important;
    }


    .register_wrps .card {
        max-width: 600px;

        margin: 0 auto;

        border-radius: 20px !important;
    }


    .register_wrps .col-lg-5 .card-body {
        padding: 38px !important;
    }


    .register_wrps>.container>.text-center.d-block.d-lg-none {

        margin-bottom: 25px;
    }


    .register_wrps>.container>.text-center.d-block.d-lg-none h1 {

        font-size: 32px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .register_wrps {
        padding: 95px 12px 35px;
    }


    .register_wrps .row.h-100 {
        margin-top: 18px !important;
    }


    .register_wrps .card {
        border-radius: 16px !important;
    }


    .register_wrps .col-lg-5 .card-body {
        padding: 27px 20px !important;
    }


    .register_wrps form .form-group {
        margin-bottom: 15px;
    }


    .register_wrps form .form-control {
        height: 46px;

        font-size: 13px;
    }


    .register_wrps form label {
        font-size: 12px;
    }


    .register_wrps .custom-control-label {
        font-size: 11.5px;
    }


    .register_wrps .btn-primary,
    .register_wrps .btn-danger {
        min-height: 47px;
    }


    .register_wrps .card-footer {
        padding: 16px 15px !important;
    }


    .register_wrps .card-footer .text-muted {
        font-size: 12px;
    }


    .register_wrps>.container>.text-center.d-block.d-lg-none h1 {

        font-size: 28px;
    }

}



/* =====================================================
   CONTACT PAGE
===================================================== */

.contact_page {
    position: relative;
    padding: 150px 0 100px;
    background: #08131f;
    overflow: hidden;

    --green: #20e875;
    --green-dark: #08c95a;
    --white: #ffffff;
    --text: #a3afba;
    --card: #0e1b28;
    --card-light: #112230;
    --border: rgba(255, 255, 255, 0.07);
}


/* GRID BACKGROUND */

.contact_page::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .014) 1px, transparent 1px);

    background-size: 55px 55px;

    pointer-events: none;
}


/* GLOWS */

.contact_glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact_glow_one {
    width: 500px;
    height: 500px;
    top: -250px;
    left: -180px;
    background: rgba(32, 232, 117, .07);
    filter: blur(90px);
}

.contact_glow_two {
    width: 500px;
    height: 500px;
    right: -200px;
    bottom: -200px;
    background: rgba(32, 232, 117, .06);
    filter: blur(100px);
}


.contact_page .container {
    position: relative;
    z-index: 2;
}


/* =====================================================
   HEADING
===================================================== */

.contact_heading {
    margin-bottom: 65px;
}

.contact_badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 15px;
    margin-bottom: 20px;

    color: var(--green);

    background: rgba(32, 232, 117, .07);
    border: 1px solid rgba(32, 232, 117, .18);
    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
}

.contact_badge i {
    font-size: 16px;
}


.contact_heading h1 {
    margin: 0 0 18px;

    color: #fff;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.8px;
}

.contact_heading h1 span {
    color: var(--green);
}

.contact_heading p {
    max-width: 650px;
    margin: auto;

    color: #8997a4;

    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   MAIN ROW
===================================================== */

.contact_main_row {
    align-items: stretch;
}

.contact_left {
    height: 100%;
    padding-right: 20px;
}


/* =====================================================
   LEFT INTRO
===================================================== */

.small_title {
    display: block;

    margin-bottom: 10px;

    color: var(--green);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact_intro {
    margin-bottom: 30px;
}

.contact_intro h2 {
    margin-bottom: 13px;

    color: #fff;

    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.contact_intro p {
    max-width: 440px;
    margin: 0;

    color: #8795a2;

    font-size: 13px;
    line-height: 1.8;
}


/* =====================================================
   INFO CARDS
===================================================== */

.contact_info_card {
    position: relative;

    display: flex;
    align-items: center;

    padding: 17px;
    margin-bottom: 13px;

    background:
        linear-gradient(135deg,
            rgba(18, 35, 49, .95),
            rgba(11, 25, 37, .95));

    border: 1px solid var(--border);
    border-radius: 13px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}

.contact_info_card:hover {
    transform: translateX(5px);

    border-color: rgba(32, 232, 117, .28);

    background:
        linear-gradient(135deg,
            rgba(19, 39, 52, 1),
            rgba(10, 27, 38, 1));

    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}


/* ICON */

.contact_icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 14px;

    color: var(--green);

    background: rgba(32, 232, 117, .07);
    border: 1px solid rgba(32, 232, 117, .13);
    border-radius: 11px;

    font-size: 21px;

    transition: .3s ease;
}

.contact_info_card:hover .contact_icon {
    background: var(--green);
    color: #06140c;

    box-shadow: 0 0 20px rgba(32, 232, 117, .18);
}


/* CONTENT */

.contact_info_content {
    min-width: 0;
    flex: 1;
}

.contact_info_content span {
    display: block;

    margin-bottom: 3px;

    color: #72818e;

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.contact_info_content h4 {
    margin: 0 0 3px;

    color: #eaf0f4;

    font-size: 14px;
    font-weight: 600;

    overflow-wrap: anywhere;
}

.contact_info_content p {
    margin: 0;

    color: #6f7d89;

    font-size: 11px;
}


/* ARROW */

.contact_arrow {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: 10px;

    color: #63727e;

    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;

    font-size: 15px;

    transition: .3s ease;
}

.contact_info_card:hover .contact_arrow {
    color: var(--green);
    border-color: rgba(32, 232, 117, .2);
    transform: rotate(5deg);
}


/* =====================================================
   STATUS BOX
===================================================== */

.contact_status_box {
    display: flex;
    align-items: center;

    padding: 17px;
    margin-top: 25px;

    background: rgba(32, 232, 117, .04);

    border: 1px solid rgba(32, 232, 117, .14);
    border-radius: 13px;
}

.status_icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 13px;

    color: var(--green);

    background: rgba(32, 232, 117, .08);
    border-radius: 50%;

    font-size: 19px;
}

.status_top {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 3px;

    color: #dce5e9;

    font-size: 12px;
    font-weight: 600;
}

.status_dot {
    width: 7px;
    height: 7px;

    background: var(--green);
    border-radius: 50%;

    box-shadow: 0 0 8px var(--green);
}

.contact_status_box p {
    margin: 0;

    color: #74838f;

    font-size: 10px;
}


/* =====================================================
   FORM CARD
===================================================== */

.contact_form_box {
    position: relative;
    height: 100%;

    padding: 38px;

    background:
        radial-gradient(circle at 100% 0,
            rgba(32, 232, 117, .07),
            transparent 32%),
        linear-gradient(145deg,
            #10202e,
            #0b1824);

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .03);

    overflow: hidden;
}


/* GREEN TOP LINE */

.contact_form_box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 12%;
    right: 12%;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(32, 232, 117, .8),
            transparent);
}


/* =====================================================
   FORM TOP
===================================================== */

.form_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 30px;
}

.form_top h3 {
    margin: 0 0 7px;

    color: #fff;

    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.7px;
}

.form_top p {
    margin: 0;

    color: #788794;

    font-size: 12px;
}

.form_top_icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--green);

    background: rgba(32, 232, 117, .07);

    border: 1px solid rgba(32, 232, 117, .14);
    border-radius: 13px;

    font-size: 22px;
}


/* =====================================================
   FORM GROUP
===================================================== */

.contact_form_group {
    margin-bottom: 19px;
}

.contact_form_group label {
    display: block;

    margin-bottom: 8px;

    color: #cbd5dc;

    font-size: 11px;
    font-weight: 500;
}


/* =====================================================
   INPUT WRAPPER
===================================================== */

.contact_input {
    position: relative;
}

.contact_input>i:first-child {
    position: absolute;

    top: 50%;
    left: 15px;

    transform: translateY(-50%);

    color: #60717e;

    font-size: 17px;

    z-index: 2;

    transition: color .3s ease;
}


/* INPUT */

.contact_input input,
.contact_input select,
.contact_input textarea {
    width: 100%;

    color: #fff;

    background: #081520;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 9px;

    outline: none;

    font-size: 12px;

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.contact_input input,
.contact_input select {
    height: 48px;
    padding: 0 42px;
}

.contact_input textarea {
    min-height: 135px;

    padding: 15px 15px 15px 42px;

    resize: vertical;
}


/* PLACEHOLDER */

.contact_input input::placeholder,
.contact_input textarea::placeholder {
    color: #50616e;
}


/* FOCUS */

.contact_input:focus-within>i:first-child {
    color: var(--green);
}

.contact_input input:focus,
.contact_input select:focus,
.contact_input textarea:focus {
    background: #091824;

    border-color: rgba(32, 232, 117, .65);

    box-shadow:
        0 0 0 3px rgba(32, 232, 117, .06),
        0 0 20px rgba(32, 232, 117, .04);
}


/* =====================================================
   SELECT
===================================================== */

.contact_select select {
    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
}

.contact_select select option {
    background: #0d1b28;
    color: #fff;
}

.contact_select .select_arrow {
    position: absolute;

    top: 50%;
    right: 15px;

    transform: translateY(-50%);

    color: #667783;

    pointer-events: none;
}


/* =====================================================
   TEXTAREA ICON
===================================================== */

.contact_textarea>i:first-child {
    top: 17px;

    transform: none;
}


/* =====================================================
   BUTTON
===================================================== */

.contact_submit {
    position: relative;

    width: 100%;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-top: 4px;

    color: #04150c;

    background: linear-gradient(135deg,
            #49f991,
            #20e875 50%,
            #0dcc5c);

    border: 0;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 30px rgba(32, 232, 117, .18),
        inset 0 1px 0 rgba(255, 255, 255, .35);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.contact_submit::before {
    content: "";

    position: absolute;

    width: 50px;
    height: 150px;

    top: -50px;
    left: -100px;

    transform: rotate(25deg);

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .4),
            transparent);

    transition: left .65s ease;
}

.contact_submit:hover::before {
    left: calc(100% + 100px);
}

.contact_submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 35px rgba(32, 232, 117, .28);
}

.contact_submit i {
    font-size: 16px;
}


/* =====================================================
   SECURE TEXT
===================================================== */

.contact_secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 13px;

    color: #60717e;

    font-size: 9px;
}

.contact_secure i {
    color: #17c962;
    font-size: 12px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .contact_page {
        padding: 120px 0 75px;
    }

    .contact_heading {
        margin-bottom: 45px;
    }

    .contact_heading h1 {
        font-size: 40px;
    }

    .contact_left {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .contact_form_box {
        height: auto;
    }
}


@media (max-width: 767px) {

    .contact_page {
        padding: 100px 0 60px;
    }

    .contact_heading {
        margin-bottom: 40px;
    }

    .contact_heading h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .contact_heading p {
        font-size: 13px;
    }

    .contact_intro h2 {
        font-size: 28px;
    }

    .contact_form_box {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .form_top h3 {
        font-size: 23px;
    }
}


@media (max-width: 575px) {

    .contact_page {
        padding: 90px 0 50px;
    }

    .contact_heading h1 {
        font-size: 30px;
    }

    .contact_heading p br {
        display: none;
    }

    .contact_info_card {
        padding: 14px;
    }

    .contact_icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;

        font-size: 18px;
    }

    .contact_info_content h4 {
        font-size: 12px;
    }

    .contact_info_content p {
        font-size: 10px;
    }

    .contact_arrow {
        width: 28px;
        height: 28px;

        font-size: 13px;
    }

    .contact_form_box {
        padding: 25px 17px;
    }

    .form_top {
        margin-bottom: 25px;
    }

    .form_top_icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;

        font-size: 19px;
    }

    .form_top h3 {
        font-size: 21px;
    }

    .contact_input input,
    .contact_input select {
        height: 46px;
    }

    .contact_submit {
        height: 48px;
    }
}





/* =====================================================
   ABOUT GLOBAL
===================================================== */

.about_hero,
.about_story,
.about_stats,
.mission_section,
.values_section,
.about_cta {
    --green: #20e875;
    --green-dark: #0dca5b;
    --bg: #08131f;
    --bg2: #0a1723;
    --card: #0e1d2a;
    --text: #8795a2;
    --border: rgba(255, 255, 255, .07);
}


/* =====================================================
   HERO
===================================================== */

.about_hero {
    position: relative;
    padding: 175px 0 110px;

    background:
        radial-gradient(circle at 75% 35%, rgba(32, 232, 117, .08), transparent 30%),
        linear-gradient(135deg, #07111c, #091622 55%, #07131d);

    overflow: hidden;
}

.about_hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .014) 1px, transparent 1px);

    background-size: 55px 55px;
}

.about_hero .container {
    position: relative;
    z-index: 2;
}


/* badge */

.about_badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 14px;
    margin-bottom: 22px;

    color: var(--green);

    background: rgba(32, 232, 117, .07);
    border: 1px solid rgba(32, 232, 117, .16);
    border-radius: 50px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about_badge i {
    font-size: 16px;
}


/* heading */

.about_hero_content h1 {
    max-width: 700px;

    margin: 0 0 20px;

    color: #fff;

    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;

    letter-spacing: -2.5px;
}

.about_hero_content h1 span {
    color: var(--green);
}

.about_hero_content>p {
    max-width: 610px;
    margin-bottom: 30px;
    color: #8997a4;
    font-size: 16px;
    line-height: 1.8;
}


/* buttons */

.about_hero_buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.about_primary_btn,
.about_secondary_btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .3s ease;
}

.about_primary_btn {
    color: #04150c !important;
    background: linear-gradient(135deg,
            #49f991,
            #20e875 50%,
            #0dcc5c);
    box-shadow: 0 10px 30px rgba(32, 232, 117, .18);
}

.about_primary_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(32, 232, 117, .28);
}

.about_secondary_btn {
    color: #dce5ea !important;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .1);
}

.about_secondary_btn:hover {
    color: var(--green) !important;
    border-color: rgba(32, 232, 117, .3);
}


/* trust */

.about_trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.about_trust div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #71818e;
    font-size: 14px;
}

.about_trust i {
    color: var(--green);
    font-size: 13px;
}


/* =====================================================
   HERO VISUAL
===================================================== */

.about_visual {
    position: relative;
    padding: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(32, 232, 117, .08), transparent 35%),
        linear-gradient(145deg, #10202e, #0a1723);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}

.about_visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            var(--green),
            transparent);
}


/* top */

.about_visual_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.visual_label {
    display: block;
    margin-bottom: 5px;
    color: #637480;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about_visual_top h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.online_status {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    color: var(--green);
    background: rgba(32, 232, 117, .06);
    border: 1px solid rgba(32, 232, 117, .13);
    border-radius: 30px;
    font-size: 12px;
}

.online_status span,
.status_dot {
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 7px var(--green);
}


/* uptime */

.uptime_block {
    display: flex;
    align-items: center;
    padding: 17px;
    margin-bottom: 13px;
    background: #091722;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
}

.uptime_icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--green);
    background: rgba(32, 232, 117, .07);
    border-radius: 10px;
    font-size: 19px;
}

.uptime_block>div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.uptime_block span {
    color: #6e7d89;
    font-size: 14px;
}

.uptime_block strong {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.uptime_chart {
    height: 38px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    margin-left: auto;
}

.uptime_chart span {
    width: 5px;
    background: var(--green);
    border-radius: 5px;
    opacity: .75;
}


/* monitor */

.monitor_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .018);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 9px;
}

.monitor_left {
    display: flex;
    align-items: center;
}

.monitor_icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--green);
    background: rgba(32, 232, 117, .06);
    border-radius: 8px;
}

.monitor_left>div:last-child {
    display: flex;
    flex-direction: column;
}

.monitor_left strong {
    color: #dce5ea;
    font-size: 14px;
    font-weight: 600;
}

.monitor_left span {
    color: #61717e;
    font-size: 14px;
}

.monitor_right {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--green);
    font-size: 14px;
}


/* floating */

.floating_alert {
    position: absolute;
    right: -25px;
    bottom: -30px;
    display: flex;
    align-items: center;
    padding: 13px 18px;
    background: #10212e;
    border: 1px solid rgba(32, 232, 117, .2);
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .35);
}

.floating_alert_icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #05150c;
    background: var(--green);
    border-radius: 50%;
}

.floating_alert>div:last-child {
    display: flex;
    flex-direction: column;
}

.floating_alert strong {
    color: #fff;
    font-size: 14px;
}

.floating_alert span {
    color: #657581;
    font-size: 13px;
}


/* =====================================================
   STORY
===================================================== */

.about_story {
    padding: 70px 0;
    background: #0a1723;
}

.story_visual {
    position: relative;
    min-height: 470px;
    margin-right: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle, rgba(32, 232, 117, .07), transparent 60%);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 22px;
    overflow: hidden;
}

.story_pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 35px 35px;
}

.story_main_icon {
    position: absolute;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(32, 232, 117, .07);
    border: 1px solid rgba(32, 232, 117, .08);
    border-radius: 50%;
    font-size: 110px;
}

.story_center {
    position: relative;
    z-index: 2;
    text-align: center;
}

.story_center span {
    display: block;
    color: var(--green);
    font-size: 9px;
    letter-spacing: 2px;
}

.story_center strong {
    display: block;
    color: #fff;
    font-size: 55px;
    line-height: 1.1;
}

.story_center p {
    color: #71808c;
    font-size: 15px;
}


/* floating features */

.story_feature {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 12px;
    background: #10202d;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.story_feature>i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    color: var(--green);
    background: rgba(32, 232, 117, .07);
    border-radius: 8px;
}

.story_feature div {
    display: flex;
    flex-direction: column;
}

.story_feature strong {
    color: #e2e9ed;
    font-size: 14px;
}

.story_feature span {
    color: #64737f;
    font-size: 13px;
}

.story_feature_1 {
    top: 50px;
    left: 25px;
}

.story_feature_2 {
    right: -10px;
    top: 170px;
}

.story_feature_3 {
    left: 40px;
    bottom: 45px;
}


/* story content */

.about_small_title {
    display: block;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.story_content h2,
.about_section_heading h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.story_content h2 span,
.about_section_heading h2 span {
    color: var(--green);
}

.story_content>p {
    color: #84929e;
    font-size: 16px;
    line-height: 1.9;
}

.story_points {
    margin-top: 25px;
}

.story_points div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #c3cdd4;
    font-size: 14px;
}

.story_points i {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    background: rgba(32, 232, 117, .07);
    border-radius: 50%;
}


/* =====================================================
   STATS
===================================================== */

.about_stats {
    padding: 0 0 100px;
    background: #0a1723;
}

.stats_wrapper {
    padding: 35px 20px;
    background: #0e1c29;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 18px;
}

.stat_item {
    position: relative;
    text-align: center;
}

.stat_item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 55px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .07);
}

.about_stats .col-lg-3:last-child .stat_item::after {
    display: none;
}

.stat_icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: var(--green);
    background: rgba(32, 232, 117, .06);
    border-radius: 10px;
    font-size: 17px;
}

.stat_item h3 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.stat_item p {
    margin: 0;
    color: #697986;
    font-size: 16px;
}


/* =====================================================
   MISSION
===================================================== */

.mission_section {
    padding: 70px 0;
    background: #07131e;
}

.about_section_heading {
    margin-bottom: 55px;
}

.about_section_heading p {
    max-width: 600px;
    margin: auto;
    color: #7f8d99;
    font-size: 15px;
    line-height: 1.8;
}

.mission_card {
    position: relative;
    height: 100%;
    padding: 35px;
    background:
        radial-gradient(circle at 100% 0, rgba(32, 232, 117, .05), transparent 30%),
        #0d1b28;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 17px;
    overflow: hidden;
    transition: .3s ease;
}

.mission_card:hover {
    transform: translateY(-7px);
    border-color: rgba(32, 232, 117, .25);
}

.mission_number {
    position: absolute;
    top: 10px;
    right: 20px;
    color: rgba(255, 255, 255, .025);
    font-size: 80px;
    font-weight: 800;
}

.mission_icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--green);
    background: rgba(32, 232, 117, .07);
    border: 1px solid rgba(32, 232, 117, .12);
    border-radius: 13px;
    font-size: 23px;
}

.mission_card>span {
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.mission_card h3 {
    margin: 9px 0 15px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.mission_card p {
    margin: 0;
    color: #7d8c98;
    font-size: 16px;
    line-height: 1.9;
}

.mission_line {
    width: 45px;
    height: 2px;
    margin-top: 25px;
    background: var(--green);
}


/* =====================================================
   VALUES
===================================================== */

.values_section {
    padding: 70px 0;
    background: #0a1723;
}

.value_card {
    position: relative;
    height: 100%;
    padding: 28px 24px;
    background: #0d1c29;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 15px;
    overflow: hidden;
    transition: .3s ease;
}

.value_card:hover {
    transform: translateY(-6px);
    border-color: rgba(32, 232, 117, .25);
}

.value_icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--green);
    background: rgba(32, 232, 117, .07);
    border-radius: 11px;
    font-size: 20px;
}

.value_card h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.value_card p {
    margin: 0;
    color: #74838f;
    font-size: 15px;
    line-height: 1.8;
}

.value_number {
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: rgba(255, 255, 255, .025);
    font-size: 70px;
    font-weight: 800;
}


/* =====================================================
   CTA
===================================================== */

.about_cta {
    padding: 20px 0 100px;
    background: #0a1723;
}

.about_cta_box {
    position: relative;
    padding: 55px;
    background:
        linear-gradient(135deg,
            rgba(32, 232, 117, .09),
            rgba(13, 29, 41, .95) 40%,
            #0b1925);
    border: 1px solid rgba(32, 232, 117, .18);
    border-radius: 20px;
    overflow: hidden;
}

.cta_glow {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    top: -150px;
    background: rgba(32, 232, 117, .12);
    border-radius: 50%;
    filter: blur(70px);
}

.about_cta_content,
.about_cta_action {
    position: relative;
    z-index: 2;
}

.about_cta_content>span {
    display: block;
    margin-bottom: 10px;
    color: var(--green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.about_cta_content h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.about_cta_content h2 strong {
    color: var(--green);
}

.about_cta_content p {
    margin: 0;
    color: #80909c;
    font-size: 16px;
}

.about_cta_action {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.about_cta_action small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    color: #647581;
    font-size: 12px;
}

.about_cta_action small i {
    color: var(--green);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .about_hero {
        padding: 140px 0 90px;
    }

    .about_hero_content {
        margin-bottom: 65px;
    }

    .about_hero_content h1 {
        font-size: 46px;
    }

    .about_visual {
        max-width: 600px;
        margin: auto;
    }

    .about_story {
        padding: 80px 0;
    }

    .story_visual {
        max-width: 600px;

        margin: 0 auto 55px;
    }

    .stat_item {
        margin: 20px 0;
    }

    .stat_item::after {
        display: none;
    }

    .mission_card {
        height: auto;
        margin-bottom: 20px;
    }

    .value_card {
        height: auto;
        margin-bottom: 20px;
    }

    .about_cta_action {
        align-items: flex-start;

        margin-top: 30px;
    }
}


@media (max-width: 767px) {

    .about_hero {
        padding: 115px 0 70px;
    }

    .about_hero_content h1 {
        font-size: 38px;

        letter-spacing: -1.5px;
    }

    .story_content h2,
    .about_section_heading h2 {
        font-size: 33px;
    }

    .mission_section,
    .values_section {
        padding: 75px 0;
    }

    .about_cta_box {
        padding: 40px 30px;
    }

    .about_cta_content h2 {
        font-size: 27px;
    }
}


@media (max-width: 575px) {

    .about_hero {
        padding: 105px 0 60px;
    }

    .about_hero_content h1 {
        font-size: 33px;
    }

    .about_hero_content>p {
        font-size: 13px;
    }

    .about_hero_buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .about_primary_btn,
    .about_secondary_btn {
        width: 100%;
    }

    .about_trust {
        gap: 12px;
    }

    .about_visual {
        padding: 20px;
    }

    .about_visual_top {
        flex-direction: column;
    }

    .floating_alert {
        position: relative;

        right: auto;
        bottom: auto;

        margin-top: 15px;
    }

    .story_visual {
        min-height: 420px;
        margin-right: 0;
    }

    .story_feature_1 {
        top: 30px;
        left: 15px;
    }

    .story_feature_2 {
        top: 145px;
        right: 12px;
    }

    .story_feature_3 {
        left: 20px;
        bottom: 30px;
    }

    .story_center strong {
        font-size: 45px;
    }

    .story_content h2,
    .about_section_heading h2 {
        font-size: 29px;
    }

    .stats_wrapper {
        padding: 20px 10px;
    }

    .mission_card {
        padding: 28px 22px;
    }

    .about_cta {
        padding-bottom: 65px;
    }

    .about_cta_box {
        padding: 32px 22px;
    }

    .about_cta_content h2 {
        font-size: 24px;
    }
}











.anylazy,
.reportss {
    padding: 160px 0 70px;
}





/* =====================================================
   COOKIE POLICY PAGE
===================================================== */

.cookies_page {
    --cookie-green: #20e875;
    --cookie-green-dark: #0cca5b;
    --cookie-bg: #08131f;
    --cookie-card: #0d1b28;
    --cookie-card-light: #10212f;
    --cookie-text: #8795a2;
    --cookie-white: #ffffff;
    --cookie-border: rgba(255, 255, 255, .07);

    position: relative;

    padding: 160px 0 100px;

    background:
        radial-gradient(circle at 85% 8%,
            rgba(32, 232, 117, .07),
            transparent 25%),
        linear-gradient(180deg,
            #07121d 0%,
            #091622 45%,
            #07131e 100%);

    overflow: hidden;
}


/* =====================================================
   BACKGROUND GRID
===================================================== */

.cookies_page::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .014) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .014) 1px,
            transparent 1px);

    background-size: 55px 55px;

    pointer-events: none;
}


.cookies_page .container {
    position: relative;
    z-index: 2;
}


/* =====================================================
   GLOW
===================================================== */

.cookies_glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.cookies_glow_one {
    width: 500px;
    height: 500px;

    left: -250px;
    top: 300px;

    background: rgba(32, 232, 117, .05);

    filter: blur(100px);
}


.cookies_glow_two {
    width: 500px;
    height: 500px;

    right: -250px;
    bottom: 200px;

    background: rgba(32, 232, 117, .05);

    filter: blur(100px);
}


/* =====================================================
   HERO
===================================================== */

.cookies_hero {
    margin-bottom: 55px;
}


.cookies_badge {
    display: inline-flex;

    align-items: center;
    gap: 7px;

    padding: 8px 15px;

    margin-bottom: 20px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .07);

    border: 1px solid rgba(32, 232, 117, .16);

    border-radius: 50px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.3px;
}


.cookies_badge i {
    font-size: 15px;
}


.cookies_hero h1 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 50px;
    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -2px;
}


.cookies_hero h1 span {
    color: var(--cookie-green);
}


.cookies_hero>p {
    max-width: 650px;

    margin: 0 auto 18px;

    color: #8594a0;

    font-size: 14px;
    line-height: 1.8;
}


.cookies_updated {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #657581;
    font-size: 16px;
}


.cookies_updated i {
    color: var(--cookie-green);

    font-size: 12px;
}


/* =====================================================
   SUMMARY
===================================================== */

.cookies_summary_row {
    margin-bottom: 65px;
}


.cookie_summary_card {
    height: 100%;

    display: flex;

    padding: 22px;

    background:
        linear-gradient(145deg,
            #10202e,
            #0b1925);

    border: 1px solid rgba(255, 255, 255, .07);

    border-radius: 14px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.cookie_summary_card:hover {
    transform: translateY(-5px);

    border-color: rgba(32, 232, 117, .22);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .2);
}


.cookie_summary_icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 14px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .07);

    border: 1px solid rgba(32, 232, 117, .12);

    border-radius: 10px;

    font-size: 19px;
}


.cookie_summary_card h4 {
    margin: 2px 0 6px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 600;
}


.cookie_summary_card p {
    margin: 0;

    color: #73828e;

    font-size: 16px;
    line-height: 1.7;
}


/* =====================================================
   CONTENT ROW
===================================================== */

.cookies_content_row {
    align-items: flex-start;
}


/* =====================================================
   SIDEBAR
===================================================== */

.cookies_sidebar {
    position: sticky;
    top: 125px;
}


.cookies_sidebar_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #657480;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


.cookies_sidebar_title i {
    color: var(--cookie-green);
    font-size: 15px;
}


/* =====================================================
   SIDEBAR NAV
===================================================== */

.cookies_nav {
    padding: 8px;
    background: #0c1a27;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 13px;
}


.cookies_nav a {
    position: relative;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 3px;
    color: #7d8c98;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: .25s ease;
}


.cookies_nav a:last-child {
    margin-bottom: 0;
}


.cookies_nav a>span {
    width: 25px;
    color: #52626f;
    font-size: 12px;
    transition: .25s ease;
}


.cookies_nav a>i {
    margin-left: auto;
    color: #4e5f6c;
    font-size: 14px;
}


.cookies_nav a:hover,
.cookies_nav a.active {
    color: #ffffff;
    background: rgba(32, 232, 117, .06);
}


.cookies_nav a:hover>span,
.cookies_nav a.active>span,
.cookies_nav a:hover>i,
.cookies_nav a.active>i {
    color: var(--cookie-green);
}


.cookies_nav a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--cookie-green);
    border-radius: 10px;
    box-shadow:
        0 0 8px rgba(32, 232, 117, .5);
}


/* =====================================================
   HELP BOX
===================================================== */

.cookie_help_box {
    margin-top: 18px;
    padding: 22px;
    background:
        radial-gradient(circle at 100% 0,
            rgba(32, 232, 117, .08),
            transparent 45%),
        #0d1c29;
    border: 1px solid rgba(32, 232, 117, .12);
    border-radius: 13px;
}


.cookie_help_icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--cookie-green);
    background: rgba(32, 232, 117, .07);
    border-radius: 9px;
    font-size: 17px;
}


.cookie_help_box h4 {
    margin-bottom: 7px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 600;
}


.cookie_help_box p {
    margin-bottom: 13px;
    color: #71818d;
    font-size: 16px;
    line-height: 1.7;
}


.cookie_help_box a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--cookie-green);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


/* =====================================================
   RIGHT POLICY
===================================================== */



/* =====================================================
   POLICY SECTION
===================================================== */

.cookie_policy_section {
    position: relative;

    padding: 35px;

    margin-bottom: 18px;

    background:
        radial-gradient(circle at 100% 0,
            rgba(32, 232, 117, .035),
            transparent 30%),
        #0d1b28;

    border: 1px solid rgba(255, 255, 255, .065);

    border-radius: 16px;

    overflow: hidden;
}


.cookie_policy_section::before {
    content: "";

    position: absolute;

    left: 12%;
    right: 12%;
    top: 0;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(32, 232, 117, .45),
            transparent);
}


.cookie_section_number {
    position: absolute;

    top: 10px;
    right: 20px;

    color: rgba(255, 255, 255, .025);

    font-size: 70px;
    font-weight: 800;

    line-height: 1;

    pointer-events: none;
}


/* =====================================================
   SECTION TITLE
===================================================== */

.cookie_title {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    margin-bottom: 24px;
}


.cookie_title_icon {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 14px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .07);

    border: 1px solid rgba(32, 232, 117, .12);

    border-radius: 11px;

    font-size: 20px;
}


.cookie_title span {
    display: block;

    margin-bottom: 3px;

    color: var(--cookie-green);

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.3px;
}


.cookie_title h2 {
    margin: 0;

    color: #ffffff;

    font-size: 23px;
    font-weight: 600;

    letter-spacing: -.5px;
}


.cookie_policy_section>p {
    position: relative;
    z-index: 2;

    color: #84929e;

    font-size: 16px;
    line-height: 1.9;
}


/* =====================================================
   NOTE
===================================================== */

.cookie_note {
    display: flex;

    padding: 15px;

    margin-top: 22px;

    background: rgba(32, 232, 117, .045);

    border: 1px solid rgba(32, 232, 117, .12);

    border-radius: 10px;
}


.cookie_note>i {
    margin-right: 10px;

    color: var(--cookie-green);

    font-size: 17px;
}


.cookie_note p {
    margin: 0;

    color: #82918c;

    font-size: 14px;
    line-height: 1.7;
}


/* =====================================================
   EXAMPLE
===================================================== */

.cookie_example {
    display: flex;

    padding: 17px;

    margin-top: 20px;

    background: #091722;

    border: 1px solid rgba(255, 255, 255, .055);

    border-radius: 10px;
}


.cookie_example_icon {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 12px;

    color: #f4c95d;

    background: rgba(244, 201, 93, .07);

    border-radius: 8px;
}


.cookie_example strong {
    display: block;

    margin-bottom: 4px;

    color: #dce5ea;

    font-size: 11px;
}


.cookie_example p {
    margin: 0;

    color: #6f7f8b;

    font-size: 14px;
    line-height: 1.7;
}


/* =====================================================
   POINTS
===================================================== */

.cookie_points {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-top: 23px;
}


.cookie_point {
    display: flex;

    padding: 15px;

    background: #091722;

    border: 1px solid rgba(255, 255, 255, .05);

    border-radius: 10px;
}


.cookie_point>i {
    width: 27px;
    height: 27px;

    flex: 0 0 27px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 10px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .07);

    border-radius: 50%;

    font-size: 13px;
}


.cookie_point strong {
    display: block;

    margin-bottom: 3px;

    color: #dbe4e9;

    font-size: 16px;
}


.cookie_point p {
    margin: 0;

    color: #6b7a86;

    font-size: 13px;
    line-height: 1.65;
}


/* =====================================================
   COOKIE TYPES
===================================================== */

.cookie_type_card {
    padding: 18px;

    margin-bottom: 10px;

    background: #091722;

    border: 1px solid rgba(255, 255, 255, .055);

    border-radius: 11px;

    transition: .3s ease;
}


.cookie_type_card:hover {
    border-color: rgba(32, 232, 117, .2);

    transform: translateX(3px);
}


.cookie_type_card:last-child {
    margin-bottom: 0;
}


.cookie_type_head {
    display: flex;

    align-items: center;

    margin-bottom: 12px;
}


.cookie_type_icon {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 11px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .06);

    border-radius: 9px;

    font-size: 17px;
}


.cookie_type_head h4 {
    display: inline-block;

    margin: 0 8px 0 0;

    color: #e4ebef;

    font-size: 16px;
    font-weight: 600;
}


.cookie_required,
.cookie_optional {
    display: inline-flex;

    padding: 4px 7px;

    border-radius: 20px;

    font-size: 7px;
    font-weight: 700;

    text-transform: uppercase;
}


.cookie_required {
    color: var(--cookie-green);

    background: rgba(32, 232, 117, .07);

    border: 1px solid rgba(32, 232, 117, .12);
}


.cookie_optional {
    color: #80909c;

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .06);
}


.cookie_type_card>p {
    margin: 0;

    color: #71808c;

    font-size: 14px;
    line-height: 1.75;
}


/* =====================================================
   MANAGE BOX
===================================================== */

.cookie_manage_box {
    display: flex;

    align-items: center;

    padding: 20px;

    margin-top: 22px;

    background:
        linear-gradient(135deg,
            rgba(32, 232, 117, .07),
            rgba(32, 232, 117, .02));

    border: 1px solid rgba(32, 232, 117, .15);

    border-radius: 12px;
}


.manage_icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 13px;

    color: var(--cookie-green);

    background: rgba(32, 232, 117, .08);

    border-radius: 10px;

    font-size: 19px;
}


.manage_content {
    flex: 1;
}


.manage_content>span {
    display: block;

    margin-bottom: 3px;

    color: var(--cookie-green);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 1px;
}


.manage_content h4 {
    margin: 0 0 4px;

    color: #ffffff;

    font-size: 16px;
}


.manage_content p {
    max-width: 360px;

    margin: 0;

    color: #71808c;

    font-size: 14px;
    line-height: 1.6;
}


/* =====================================================
   MANAGE BUTTON
===================================================== */

.manage_cookie_btn {
    min-height: 39px;

    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 0 15px;

    margin-left: 15px;

    color: #05150c;

    background: var(--cookie-green);

    border: 0;

    border-radius: 30px;

    font-size: 8px;
    font-weight: 700;

    cursor: pointer;

    transition: .3s ease;
}


.manage_cookie_btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(32, 232, 117, .22);
}


/* =====================================================
   CONTACT BUTTON
===================================================== */

.cookie_contact_btn {
    min-height: 44px;

    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 0 20px;

    margin-top: 12px;

    color: #04150c !important;

    background: linear-gradient(135deg,
            #49f991,
            #20e875,
            #0dca5b);

    border-radius: 50px;

    font-size: 10px;
    font-weight: 700;

    text-decoration: none !important;

    transition: .3s ease;
}


.cookie_contact_btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 30px rgba(32, 232, 117, .22);
}


/* =====================================================
   SCROLL OFFSET
===================================================== */

.cookie_policy_section {
    scroll-margin-top: 130px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .cookies_page {
        padding: 130px 0 80px;
    }


    .cookies_hero h1 {
        font-size: 43px;
    }


    .cookies_summary_row {
        margin-bottom: 45px;
    }


    .cookie_summary_card {
        padding: 18px;
    }


    .cookies_sidebar {
        position: relative;

        top: auto;

        padding-right: 0;

        margin-bottom: 35px;
    }


    .cookies_nav {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 3px;
    }


    .cookies_policy {
        padding-left: 0;
    }

}


@media (max-width: 767px) {

    .cookies_page {
        padding: 110px 0 65px;
    }


    .cookies_hero {
        margin-bottom: 40px;
    }


    .cookies_hero h1 {
        font-size: 35px;

        letter-spacing: -1px;
    }


    .cookies_hero>p {
        font-size: 12px;
    }


    .cookie_summary_card {
        height: auto;

        margin-bottom: 12px;
    }


    .cookies_nav {
        grid-template-columns: 1fr;
    }


    .cookie_policy_section {
        padding: 28px 22px;
    }


    .cookie_points {
        grid-template-columns: 1fr;
    }


    .cookie_manage_box {
        align-items: flex-start;

        flex-wrap: wrap;
    }


    .manage_cookie_btn {
        width: 100%;

        margin: 15px 0 0;
    }

}


@media (max-width: 575px) {

    .cookies_page {
        padding: 100px 0 50px;
    }


    .cookies_hero h1 {
        font-size: 31px;
    }


    .cookies_summary_row {
        margin-bottom: 35px;
    }


    .cookie_policy_section {
        padding: 25px 18px;

        border-radius: 13px;
    }


    .cookie_section_number {
        font-size: 55px;
    }


    .cookie_title {
        align-items: flex-start;
    }


    .cookie_title_icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        font-size: 17px;
    }


    .cookie_title h2 {
        font-size: 20px;
    }


    .cookie_policy_section>p {
        font-size: 11px;
    }


    .cookie_type_head {
        align-items: flex-start;
    }


    .cookie_manage_box {
        padding: 16px;
    }

}





.icon-circle svg {
    width: 3rem !important;
    height: 3rem !important;
}




/*==============================
GLOBAL
==============================*/

.features_hero,
.core_features,
.why_choose_section,
.work_process,
.advanced_features,
.analytics_section,
.feature_cta {

    position: relative;

    overflow: hidden;

}

.section_heading {

    margin-bottom: 70px;

}

.section_heading span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 18px;

    border-radius: 40px;

    background: rgba(32, 232, 117, .08);

    color: var(--primary);

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 18px;

}

.section_heading h2 {

    color: #fff;

    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 18px;

}

.section_heading p {

    color: var(--paragraph);

    font-size: 16px;

    line-height: 30px;

    max-width: 700px;

    margin: auto;

}

/*==============================
HERO
==============================*/

.features_hero {
    padding: 170px 0 60px;
    background: radial-gradient(circle at 85% 20%, rgba(32, 232, 117, .12), transparent 28%),
        radial-gradient(circle at 15% 80%, rgba(32, 232, 117, .05), transparent 30%),
        linear-gradient(135deg, #07111b, #0b1825);
}

.features_hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),

        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);

    background-size: 60px 60px;

    opacity: .35;

}

.features_hero .container {

    position: relative;

    z-index: 3;

}

/*==============================
GLOW
==============================*/

.hero_glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(100px);

}

.hero_glow_one {

    width: 420px;

    height: 420px;

    background: #20e87522;

    top: -150px;

    right: -100px;

}

.hero_glow_two {

    width: 350px;

    height: 350px;

    background: #20e87512;

    bottom: -120px;

    left: -80px;

}

/*==============================
LEFT CONTENT
==============================*/

.features_hero_content {

    position: relative;

    z-index: 2;

}

.feature_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 40px;
    background: rgba(32, 232, 117, .08);
    border: 1px solid rgba(32, 232, 117, .15);
    color: #20e578;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
}

.feature_badge i {

    font-size: 18px;

}

.features_hero_content h1 {

    color: #fff;

    font-size: 64px;

    line-height: 1.12;

    font-weight: 700;

    margin-bottom: 25px;

}

.features_hero_content h1 span {

    color: var(--primary);

}

.features_hero_content p {

    color: var(--paragraph);

    font-size: 17px;

    line-height: 34px;

    margin-bottom: 40px;

    max-width: 580px;

}

/*==============================
BUTTONS
==============================*/

.hero_btns {

    display: flex;

    align-items: center;

    gap: 18px;

    flex-wrap: wrap;

}

.hero_btn_primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    height: 60px;
    padding: 0 35px;
    background: linear-gradient(135deg, #25f081, #16cf64);
    color: #04150c;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    transition: var(--transition);
}

.hero_btn_primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(32, 232, 117, .30);
}

.hero_btn_primary::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 180%;
    background: rgba(255, 255, 255, .45);
    left: -80px;
    top: -20px;
    transform: rotate(25deg);
    transition: .7s;
}

.hero_btn_primary:hover::before {
    left: 260px;
}

.hero_btn_secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    height: 60px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .02);
    color: #fff;
    transition: var(--transition);
}

.hero_btn_secondary:hover {
    color: var(--primary);
    border-color: rgba(32, 232, 117, .30);
    background: rgba(32, 232, 117, .06);
}

/*==============================
HERO STATS
==============================*/

.hero_stats {
    display: flex;
    gap: 45px;
    margin-top: 55px;
    flex-wrap: wrap;
}

.hero_stats div {
    position: relative;
}

.hero_stats div::after {
    content: "";
    position: absolute;
    right: -23px;
    top: 8px;
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, .08);
}

.hero_stats div:last-child::after {
    display: none;
}

.hero_stats strong {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.hero_stats span {
    color: var(--paragraph);
    font-size: 14px;
}

/*==============================
TEXT ANIMATION
==============================*/
.features_hero_content {
    animation: heroFade .9s ease;
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}



/*==================================================
 FEATURES PAGE - PART 3.2
 Dashboard
==================================================*/

/*==============================
DASHBOARD
==============================*/

.hero_dashboard {
    position: relative;
    padding: 35px;
    background:
        linear-gradient(145deg, #10202d, #0b1723);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 26px;
    backdrop-filter: blur(18px);
    overflow: hidden;
    box-shadow:
        0 35px 70px rgba(0, 0, 0, .35);
    animation: dashboardUp 1s ease;
}

.hero_dashboard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            #20e875,
            transparent);
}

.hero_dashboard::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: #20e87508;
    border-radius: 50%;
    right: -140px;
    top: -120px;
    filter: blur(60px);
}

@keyframes dashboardUp {
    from {
        opacity: 0;
        transform: translateY(45px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*==============================
TOP
==============================*/

.dashboard_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.dashboard_top span {
    display: block;
    color: #20e875;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.dashboard_top h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.dashboard_online {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    background: #20e87512;
    border: 1px solid #20e87530;
    color: #20e875;
    font-size: 13px;
    font-weight: 600;
}

.dashboard_online span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #20e875;
    margin: 0;
    animation: pulse 1.6s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(32, 232, 117, .6);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(32, 232, 117, 0);
    }

    100% {
        transform: scale(.9);
    }
}

/*==============================
MONITOR CARD
==============================*/

.dashboard_monitor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 28px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
}

.monitor_left {
    display: flex;
    align-items: center;
}

.monitor_icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    background: #20e87512;
    color: #20e875;
    font-size: 24px;
}

.monitor_left strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

.monitor_left span {
    color: #8d99a5;
    font-size: 13px;
}

.monitor_right {
    text-align: right;
}

.monitor_right strong {
    display: block;
    color: #20e875;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 6px;
}

.monitor_right small {
    color: #8d99a5;
    font-size: 12px;
}

/*==============================
GRAPH
==============================*/

.dashboard_graph {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
}

.graph_line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 160px;
}

.graph_line span {
    width: 22px;
    border-radius: 20px 20px 4px 4px;
    background: linear-gradient(to top,
            #16cb61,
            #46ff96);
    animation: graphGrow 1s ease;
    transition: .35s;
}

.graph_line span:hover {
    transform: translateY(-6px);
    filter: brightness(1.15);
}

@keyframes graphGrow {
    from {
        height: 0;
    }
}

/*==============================
BOTTOM
==============================*/

.dashboard_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.dashboard_small {
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    transition: .35s;
}

.dashboard_small:hover {
    transform: translateY(-8px);
    border-color: #20e87530;
}

.dashboard_small i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 16px;
    background: #20e87512;
    color: #20e875;
    font-size: 22px;
}

.dashboard_small strong {
    display: block;
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.dashboard_small span {
    color: #8d99a5;
    font-size: 13px;
}

/*==============================
FLOATING STATUS
==============================*/

.floating_status {
    position: absolute;
    right: -30px;
    bottom: -35px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 20px;
    background: #10212f;
    border: 1px solid rgba(32, 232, 117, .18);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, .30);
    animation: floatCard 4s ease-in-out infinite;
}

.status_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #20e875;
    color: #04150c;
    font-size: 22px;
}

.floating_status strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.floating_status span {
    color: #8d99a5;
    font-size: 12px;
}

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

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

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

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px) {
    .hero_dashboard {
        margin-top: 70px;
    }

    .floating_status {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 25px;
    }

}

@media(max-width:767px) {

    .dashboard_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .dashboard_monitor {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .monitor_right {
        text-align: left;
    }

    .dashboard_bottom {
        grid-template-columns: 1fr;
    }

    .graph_line span {
        width: 16px;
    }

    .hero_dashboard {
        padding: 24px;
    }
}


.core_features {
    position: relative;
    padding: 70px 0;
    background: #09141f;
}

.core_features::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 55px 55px;
    opacity: .25;
}

.core_features .container {
    position: relative;
    z-index: 2;
}

/*==============================
FEATURE CARD
==============================*/

.feature_card {
    position: relative;
    height: 100%;
    padding: 38px 32px;
    border-radius: 24px;
    background:
        linear-gradient(145deg,
            #0f1d2a,
            #0b1824);
    border: 1px solid rgba(255, 255, 255, .06);
    overflow: hidden;
    transition: .45s ease;
}

/* Glow */

.feature_card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: #20e87512;
    border-radius: 50%;
    right: -140px;
    top: -140px;
    transition: .45s;
}

.feature_card::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 0;
    height: 1px;
    background:
        linear-gradient(90deg,
            transparent,
            rgba(32, 232, 117, .45),
            transparent);
    opacity: 0;
    transition: .45s;
}

/* Hover */

.feature_card:hover {
    transform: translateY(-12px);
    border-color: rgba(32, 232, 117, .30);
    box-shadow:
        0 25px 45px rgba(0, 0, 0, .30),
        0 0 35px rgba(32, 232, 117, .10);
}

.feature_card:hover::before {
    transform: scale(1.3);
}

.feature_card:hover::after {
    opacity: 1;
}

/*==============================
ICON
==============================*/

.feature_icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 20px;
    background:
        linear-gradient(135deg,
            rgba(32, 232, 117, .18),
            rgba(32, 232, 117, .08));
    border: 1px solid rgba(32, 232, 117, .20);
    color: #20e875;
    font-size: 32px;
    transition: .4s;
}

.feature_card:hover .feature_icon {
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 12px 25px rgba(32, 232, 117, .18);
}

/*==============================
TITLE
==============================*/

.feature_card h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

/*==============================
PARAGRAPH
==============================*/

.feature_card p {
    color: #8d99a5;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 28px;
}

/*==============================
BUTTON
==============================*/

.feature_card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #20e875;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .35s;
}

.feature_card a i {
    transition: .35s;
}

.feature_card:hover a {
    color: #47ff9b;
}

.feature_card:hover a i {
    transform: translateX(7px);
}

/*==============================
FEATURE NUMBER
==============================*/

.feature_card span.feature_no {
    position: absolute;
    right: 28px;
    top: 24px;
    color: rgba(255, 255, 255, .04);
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

/*==============================
GRID ANIMATION
==============================*/

.feature_card {
    animation: featureFade .8s ease both;
}

.feature_card:nth-child(2) {
    animation-delay: .15s;
}

.feature_card:nth-child(3) {
    animation-delay: .25s;
}

.feature_card:nth-child(4) {
    animation-delay: .35s;
}

.feature_card:nth-child(5) {
    animation-delay: .45s;
}

.feature_card:nth-child(6) {
    animation-delay: .55s;
}

@keyframes featureFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*==============================
SECTION HEADING
==============================*/

.core_features .section_heading h2 {
    max-width: 760px;
    margin: auto;
    margin-bottom: 20px;
}

.core_features .section_heading p {
    max-width: 620px;
}

/*==============================
FEATURE CARD DECORATION
==============================*/

.feature_card .feature_shape {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(32, 232, 117, .04);
    bottom: -70px;
    left: -60px;
    transition: .4s;
}

.feature_card:hover .feature_shape {
    transform: scale(1.3);
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px) {
    .core_features {
        padding: 90px 0;
    }

    .feature_card {
        padding: 30px;
    }

    .feature_card h3 {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .feature_icon {
        width: 62px;
        height: 62px;
        font-size: 28px;
    }

    .feature_card {
        padding: 26px;
    }

    .feature_card h3 {
        font-size: 20px;
    }

    .feature_card p {
        font-size: 14px;
        line-height: 28px;
    }

    .feature_card span.feature_no {
        font-size: 55px;
    }
}

@media(max-width:575px) {
    .core_features {
        padding: 70px 0;
    }

    .feature_card {
        border-radius: 18px;
    }

    .feature_icon {
        width: 58px;
        height: 58px;
        border-radius: 16px;
        font-size: 24px;
    }

    .feature_card h3 {
        font-size: 18px;
    }

    .feature_card p {
        font-size: 13px;
        line-height: 26px;
    }

    .feature_card a {
        font-size: 14px;
    }

}


/*==================================================
 FEATURES PAGE - PART 3.5
 Advanced Features + Analytics + CTA
==================================================*/

/*=====================================
ADVANCED FEATURES
======================================*/

.advanced_features {
    position: relative;
    padding: 60px 0;
    background: #050e19;
}

.advanced_features::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: .25;
}

.advanced_features .container {
    position: relative;
    z-index: 2;
}

/*==============================
ADVANCED CARD
==============================*/

.advanced_card {
    position: relative;
    height: 100%;
    padding: 38px;
    background:
        linear-gradient(145deg,
            #10202d,
            #0c1824);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 22px;
    overflow: hidden;
    transition: .4s ease;
}

.advanced_card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #20e87510;
    border-radius: 50%;
    top: -80px;
    right: -80px;
    transition: .4s;
}

.advanced_card:hover {
    transform: translateY(-10px);
    border-color: rgba(32, 232, 117, .30);
    box-shadow:
        0 25px 45px rgba(0, 0, 0, .25);
}

.advanced_card:hover::before {
    transform: scale(1.35);
}

.advanced_icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #20e87512;
    color: #20e875;
    font-size: 30px;
    margin-bottom: 24px;
}

.advanced_card h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 16px;
}

.advanced_card p {
    color: #8d99a5;
    line-height: 30px;
    margin: 0;
}

/*=====================================
ANALYTICS SECTION
======================================*/

.analytics_section {
    padding: 120px 0;
    background: #09141f;
}

.analytics_dashboard {
    padding: 35px;
    border-radius: 24px;
    background:
        linear-gradient(145deg,
            #10202d,
            #0b1824);
    border: 1px solid rgba(255, 255, 255, .06);
}

.analytics_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.analytics_header span {
    display: block;
    color: #20e875;
    font-size: 12px;
    margin-bottom: 5px;
}

.analytics_header h3 {
    color: #fff;
    margin: 0;
    font-size: 26px;
}

.analytics_header i {
    color: #20e875;
    font-size: 34px;
}

/*==============================
CHART
==============================*/

.analytics_chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 220px;
    margin-bottom: 35px;
}

.chart_bar {
    width: 34px;
    border-radius: 30px 30px 5px 5px;
    background:
        linear-gradient(to top,
            #16cb61,
            #48ff9a);
    animation: chartGrow 1s ease;
    transition: .3s;
}

.chart_bar:hover {
    transform: translateY(-8px);
}

@keyframes chartGrow {
    from {
        height: 0;
    }
}

/*==============================
STATS
==============================*/

.analytics_stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.analytics_stats div {
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
}

.analytics_stats strong {
    display: block;
    color: #20e875;
    font-size: 32px;
    margin-bottom: 8px;
}

.analytics_stats span {
    color: #8d99a5;
    font-size: 14px;
}

/*=====================================
RIGHT CONTENT
======================================*/

.analytics_content {
    padding-left: 40px;
}

.analytics_content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    margin: 20px 0;
}

.analytics_content p {
    color: #8d99a5;
    line-height: 32px;
    margin-bottom: 35px;
}

/*=====================================
CTA
======================================*/

.feature_cta {
    padding: 70px 0;
    background: #08131f;
}

.cta_box {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg,
            #0f1f2c,
            #0b1723);
    border: 1px solid rgba(32, 232, 117, .15);
}

.cta_glow {
    position: absolute;
    width: 350px;
    height: 350px;
    background: #20e87515;
    border-radius: 50%;
    right: -120px;
    top: -120px;
    filter: blur(80px);
}

.cta_content,
.cta_action {
    position: relative;
    z-index: 2;
}

.cta_content span {
    display: inline-block;
    color: #20e875;
    font-size: 12px;
    margin-bottom: 16px;
}

.cta_content h2 {
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta_content p {
    color: #8d99a5;
    margin: 0;
    font-size: 17px;
}

.cta_action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

/*=====================================
RESPONSIVE
======================================*/

@media(max-width:991px) {
    .analytics_content {
        padding-left: 0;
        margin-top: 50px;
    }

    .analytics_stats {
        grid-template-columns: 1fr;
    }

    .chart_bar {
        width: 24px;
    }

    .cta_box {
        padding: 50px;
    }

    .cta_action {
        justify-content: flex-start;
        margin-top: 35px;
    }
}

@media(max-width:767px) {
    .analytics_dashboard {
        padding: 25px;
    }

    .analytics_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .analytics_chart {
        height: 170px;
    }

    .chart_bar {
        width: 18px;
    }

    .analytics_content h2 {
        font-size: 34px;
    }

    .cta_box {
        padding: 35px 25px;
    }

    .cta_content h2 {
        font-size: 30px;
    }
}






.feature_card:hover img,
.advanced_card:hover img {
    transform: scale(1.08);
}


/*=========================================
BUTTON SHADOW
=========================================*/

.hero_btn_primary,
.hero_btn_secondary {
    position: relative;
    overflow: hidden;
}

.hero_btn_primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background:
        linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .45),
            transparent);
    transition: .7s;
}

.hero_btn_primary:hover::after {
    left: 160%;
}

/*=========================================
CARD BORDER ANIMATION
=========================================*/

.feature_card,
.advanced_card,
.dashboard_small {
    position: relative;
}

.feature_card:hover {
    border-color: #20e87555;
}

.advanced_card:hover {
    border-color: #20e87555;
}

.dashboard_small:hover {
    border-color: #20e87555;
}

/*=========================================
FLOAT GLOW
=========================================*/

@keyframes glowFloat {
    0% {
        transform: translateY(0);
        opacity: .5;
    }

    50% {
        transform: translateY(-18px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: .5;
    }
}

.hero_glow {
    animation: glowFloat 8s ease-in-out infinite;
}

.hero_glow_two {
    animation-delay: 2s;
}

/*=========================================
ICON ROTATE
=========================================*/

.feature_icon i,
.advanced_icon i {
    transition: .35s ease;
}

.feature_card:hover .feature_icon i {
    transform: rotate(12deg);
}

.advanced_card:hover .advanced_icon i {
    transform: rotate(-12deg);
}

/*=========================================
PROCESS HOVER
=========================================*/

.process_item {
    transition: .35s ease;
}

.process_item:hover {
    transform: translateY(-10px);
}

/*=========================================
CTA HOVER
=========================================*/

.cta_box {
    transition: .45s ease;
}

.cta_box:hover {
    transform: translateY(-8px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, .35);
}

/*=========================================
ANALYTICS CARD
=========================================*/

.analytics_dashboard {
    transition: .4s ease;
}

.analytics_dashboard:hover {
    transform: translateY(-6px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, .30);
}


/*=========================================
LARGE DESKTOP
=========================================*/

@media(min-width:1600px) {
    .container {
        max-width: 1380px;
    }

    .features_hero {
        padding: 200px 0 150px;
    }

    .features_hero_content h1 {
        font-size: 74px;
    }

    .section_heading h2 {
        font-size: 58px;
    }
}

/*=========================================
LAPTOP
=========================================*/

@media(max-width:1400px) {
    .features_hero_content h1 {
        font-size: 58px;
    }

    .section_heading h2 {
        font-size: 44px;
    }

    .analytics_content h2 {
        font-size: 42px;
    }
}

/*=========================================
TABLET
=========================================*/

@media(max-width:991px) {
    .features_hero {
        padding: 140px 0 90px;
    }

    .features_hero_content {
        margin-bottom: 70px;
    }

    .features_hero_content h1 {
        font-size: 50px;
    }

    .section_heading {
        margin-bottom: 55px;
    }

    .section_heading h2 {
        font-size: 38px;
    }

    .hero_stats {
        gap: 25px;
    }

    .hero_stats div::after {
        display: none;
    }
}

/*=========================================
MOBILE
=========================================*/

@media(max-width:767px) {
    .features_hero {
        padding: 120px 0 80px;
    }

    .features_hero_content h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .features_hero_content p {
        font-size: 15px;
        line-height: 28px;
    }

    .hero_btns {
        flex-direction: column;
    }

    .hero_btn_primary,
    .hero_btn_secondary {
        width: 100%;
    }

    .hero_stats {
        justify-content: space-between;
    }

    .hero_stats strong {
        font-size: 24px;
    }

    .section_heading h2 {
        font-size: 30px;
    }

    .section_heading p {
        font-size: 15px;
    }
}

/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:480px) {
    .features_hero {
        padding: 110px 0 70px;
    }

    .features_hero_content h1 {
        font-size: 32px;
    }

    .feature_badge {
        font-size: 11px;
    }

    .hero_stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero_stats div {
        text-align: left;
    }

    .section_heading h2 {
        font-size: 26px;
    }
}

/*=========================================
SCROLL REVEAL
=========================================*/

.feature_card,
.advanced_card,
.process_item,
.analytics_dashboard,
.cta_box {
    animation: fadeUp .8s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}



/*=========================================
FINAL POLISH
=========================================*/

.feature_card,
.advanced_card,
.dashboard_small,
.process_item,
.analytics_dashboard,
.cta_box,
.hero_dashboard {
    will-change: transform;
    backface-visibility: hidden;
}








/*==========================
RATING STARS
==========================*/
.rating_select {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.rating_select input {
    display: none;
}

.rating_select label {
    cursor: pointer;
    transition: .35s ease;
    margin: 0 !important;
}

.rating_select label i {
    font-size: 34px;
    color: #42505c;
    transition: .35s ease;
}

.rating_select label:hover i,
.rating_select label:hover~label i {
    color: #ffd54a;
    transform: translateY(-5px) scale(1.12);
}

.rating_select input:checked~label i {
    color: #ffd54a;
}

.rating_select label:active i {
    transform: scale(.9);
}

/*==========================
BUTTON
==========================*/
.review_btn {
    position: relative;
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #2bf58b, #18d667);
    color: #04150c;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .35s ease;
}

.review_btn i {
    font-size: 20px;
    transition: .35s ease;
}

.review_btn:hover {
    transform: translateY(-5px);
}

.review_btn:hover i {
    transform: translateX(6px);
}

.review_btn::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -25px;
    width: 60px;
    height: 180%;
    background: rgba(255, 255, 255, .35);
    transform: rotate(25deg);
    transition: .8s;
}

.review_btn:hover::before {
    left: 120%;
}

/*==========================
RIGHT PANEL
==========================*/
.rating_panel {
    position: relative;
    padding: 40px;
    background: linear-gradient(145deg, #10202d, #0b1723);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .30);
}



/*==========================
TOP
==========================*/
.rating_top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.rating_circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20e875, #11c861);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 15px 35px rgba(32, 232, 117, .25);
}

.rating_circle h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #04150c;
    line-height: 1;
}

.rating_circle span {
    font-size: 15px;
    font-weight: 600;
    color: #04150c;
}

.rating_info {
    padding-left: 25px;
}

.rating_info h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
}

.rating_info p {
    color: #8d99a5;
    line-height: 28px;
    margin: 15px 0 0;
}

.rating_stars {
    display: flex;
    gap: 5px;
}

.rating_stars i {
    font-size: 20px;
    color: #ffd54a;
    animation: starPulse 2s infinite;
}

.rating_stars i:nth-child(2) {
    animation-delay: .15s;
}

.rating_stars i:nth-child(3) {
    animation-delay: .3s;
}

.rating_stars i:nth-child(4) {
    animation-delay: .45s;
}

.rating_stars i:nth-child(5) {
    animation-delay: .6s;
}

/*==========================
STAT BOX
==========================*/
.rating_stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.stat_box {
    padding: 22px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 18px;
    text-align: center;
    transition: .35s ease;
}

.stat_box:hover {
    transform: translateY(-8px);
    border-color: #20e87540;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .20);
}

.stat_icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #20e87512;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #20e875;
    font-size: 26px;
}

.stat_box h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.stat_box span {
    color: #8d99a5;
    font-size: 14px;
}

/*==========================
FEATURE LIST
==========================*/
.rating_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.rating_features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d5dde3;
    font-size: 15px;
}

.rating_features i {
    color: #20e875;
    font-size: 20px;
}

/*==========================
STAR ANIMATION
==========================*/
@keyframes starPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}





/*==========================
REVIEW SECTION
==========================*/
.review_section {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, #08131f, #0d1b28);
    overflow: hidden;
}

.review_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: .25;
}

.review_section .container {
    position: relative;
    z-index: 2;
}

.review_glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.review_glow_one {
    width: 350px;
    height: 350px;
    background: #20e87518;
    top: -120px;
    left: -120px;
}

.review_glow_two {
    width: 420px;
    height: 420px;
    background: #20e87510;
    right: -180px;
    bottom: -180px;
}

/*==========================
LEFT CONTENT
==========================*/
.review_content {
    padding-right: 10px;
}

.review_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(32, 232, 117, .08);
    border: 1px solid rgba(32, 232, 117, .15);
    border-radius: 40px;
    color: #20e875;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.review_badge i {
    font-size: 18px;
}

.review_content h2 {
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.review_content .section_title .letter {
    font-size: 36px;
}

.review_content h2 span {
    color: #20e875;
}

.review_content p {
    font-size: 16px;
    color: #8d99a5;
    line-height: 30px;
    max-width: 580px;
}

/*==========================
FORM
==========================*/
.review_form {
    padding: 35px;
    background: linear-gradient(145deg, #10202d, #0b1723);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 24px;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.form_group {
    margin-bottom: 10px;
}

.review_content .section_area {
    margin-bottom: 15px;
}

.form_group label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

/*==========================
INPUT
==========================*/
.input_box {
    position: relative;
}

.input_box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #20e875;
    z-index: 2;
}

.input_box input,
.input_box textarea {
    width: 100%;
    background: #0d1c29;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    color: #fff;
    padding-left: 58px;
    padding-right: 20px;
    font-size: 15px;
    transition: .35s ease;
    outline: none;
}

.input_box input {
    height: 58px;
}

.input_box textarea {
    padding-top: 18px;
    resize: none;
}

.input_box textarea+i {
    top: 25px;
}

.input_box input::placeholder,
.input_box textarea::placeholder {
    color: #667582;
}

.input_box input:focus,
.input_box textarea:focus {
    border-color: #20e875;
    box-shadow: 0 0 0 4px rgba(32, 232, 117, .08);
}

.textarea_box i {
    top: 24px;
    transform: none;
}

/*==========================
RECOMMEND
==========================*/
.recommend_box {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.recommend_box label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #c7d2db;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.recommend_box input[type=radio] {
    accent-color: #20e875;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/*==========================
ANIMATION
==========================*/
.review_form {
    animation: reviewFade .8s ease;
}

@keyframes reviewFade {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}



.privacy-hero {
    background-image: url('../img/prvcyd.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:150px 0 60px;
}




/*==================================================
Privacy Hero Section
==================================================*/



.privacy-content{
    position:relative;
    z-index:5;
}

.policy-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#0f1f2f;
    color:#39ff93;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:28px;
    border:1px solid rgba(57,255,147,.15);
}

.privacy-content h1{
    color:#fff;
    font-size:72px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:30px;
}

.privacy-content h1 span{
    color:#39ff93;
}

.privacy-content p {
    color: #9fa9b7;
    font-size: 20px;
    max-width: 570px;
    margin-bottom: -25px;
}

.policy-update{
    display:flex;
    align-items:center;
    gap:12px;
    color:#9ea9b5;
    font-size:18px;
}

.policy-update .icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#102536;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#39ff93;
    font-size:20px;
}

.policy-update strong{
    color:#39ff93;
    font-weight:700;
}



@keyframes float{

    0%{
        transform:translateY(0);
    }

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

    100%{
        transform:translateY(0);
    }

}

@keyframes shield{

    0%{
        transform:translateY(0);
    }

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

    100%{
        transform:translateY(0);
    }

}

@keyframes blink{

    0%{
        opacity:.2;
        transform:scale(.7);
    }

    50%{
        opacity:1;
        transform:scale(1.3);
    }

    100%{
        opacity:.2;
        transform:scale(.7);
    }

}

/*==================================================
Responsive
==================================================*/

@media(max-width:991px){

    .privacy-hero{
        padding:80px 0;
        text-align:center;
    }

    .privacy-content h1{
        font-size:52px;
    }

    .privacy-content p{
        max-width:100%;
        font-size:17px;
    }

    .policy-update{
        justify-content:center;
        margin-bottom:60px;
    }

    .privacy-image{
        min-height:420px;
    }

    .shield-box{
        transform:scale(.8);
    }

    .card-one{
        left:0;
    }

    .card-two{
        right:0;
    }

}

@media(max-width:576px){

    .privacy-content h1{
        font-size:40px;
    }

    .policy-badge{
        font-size:13px;
    }

    .privacy-content p{
        font-size:15px;
        line-height:1.8;
    }

    .shield-box{
        transform:scale(.62);
    }

    .floating-card{
        display:none;
    }

    .orbit{
        display:none;
    }

}



/*==================================================
Privacy Policy Section
==================================================*/

.privacy-policy-area{
    background:#08111d;
    padding:90px 0;
}

/*==================================================
Top Menu
==================================================*/

.policy-top-menu{
    background:#0d1725;
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    overflow:hidden;
    margin-bottom:35px;
}

.policy-top-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
}

.policy-top-menu ul li{
    flex:1;
    min-width:170px;
    border-right:1px solid rgba(255,255,255,.05);
}

.policy-top-menu ul li:last-child{
    border-right:none;
}

.policy-top-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 22px 10px;
    color: #a6b3c2;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    transition: .35s;
}

.policy-top-menu ul li a i{
    font-size:15px;
}

.policy-top-menu ul li a:hover{
    color:#37ff93;
    background:#0f1c2b;
}

.policy-top-menu ul li.active a{
    color:#37ff93;
}

.policy-top-menu ul li.active a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#37ff93;
}

/*==================================================
Cards
==================================================*/

.policy-card {
    background: #0d1725;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 18px;
    transition: .35s;
}

.policy-card:hover{
    transform:translateY(-6px);
    border-color:rgba(55,255,147,.25);
    box-shadow:0 18px 40px rgba(0,0,0,.35);
}

/*==================================================
Icon
==================================================*/

.policy-icon{
    width:75px;
    height:75px;
    border-radius:10px;
    background:#101c2b;
    border:1px solid rgba(255,255,255,.05);
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
}

.policy-icon i{
    color:#37ff93;
    font-size:38px;
}

/*==================================================
Content
==================================================*/

.policy-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.policy-content p {
    color: #9faab8;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0px;
}

/*==================================================
Lists
==================================================*/

.policy-list{
    margin:0;
    padding:0;
    list-style:none;
}

.policy-list li{
    position:relative;
    padding-left:22px;
    color:#c3ccd8;
    font-size:16px;
    line-height:30px;
    margin-bottom:10px;
}

.policy-list li::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#37ff93;
    position:absolute;
    left:0;
    top:11px;
    box-shadow:0 0 10px rgba(55,255,147,.8);
}

/*==================================================
Responsive
==================================================*/

@media(max-width:991px){

.policy-top-menu ul{
display:block;
}

.policy-top-menu ul li{
border-right:none;
border-bottom:1px solid rgba(255,255,255,.05);
}

.policy-top-menu ul li:last-child{
border-bottom:none;
}

.policy-icon{
margin-bottom:25px;
}

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

.policy-content h3{
font-size:28px;
}

}

@media(max-width:767px){

.privacy-policy-area{
padding:70px 0;
}

.policy-card{
padding:25px;
}

.policy-content h3{
font-size:24px;
}

.policy-content p{
font-size:15px;
}

.policy-list li{
font-size:15px;
line-height:28px;
}

.policy-icon{
width:80px;
height:80px;
}

.policy-icon i{
font-size:40px;
}

.policy-top-menu ul li a{
justify-content:flex-start;
padding:18px 20px;
font-size:14px;
}

}


.policy-card{
background:linear-gradient(180deg,#0d1725 0%,#0b1622 100%);
}

.policy-card:hover{
background:linear-gradient(180deg,#101c2b 0%,#0d1725 100%);
}

.policy-icon{
box-shadow:
inset 0 0 0 1px rgba(255,255,255,.03),
0 0 30px rgba(55,255,147,.05);
}

.policy-top-menu{
box-shadow:0 15px 35px rgba(0,0,0,.25);
}




.terms-hero{
    background-image: url('../img/trms.png');
     padding:170px 0 100px;
}

.terms_wrap {
    background: #000309;
    padding: 70px 0;
}

.card_terms {
    background: #010610ba;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ffffff2e;
}

.terms-box h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.terms-box p {
    font-size: 17px;
    color: #a5a5a5;
}

.terms-box ul {
    list-style: none;
    padding: 0;
    color: #fff;
}


.usrbtn {
    padding: 4px 15px !important;
    width: auto !important;
}



.help-hero{
    position:relative;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('../img/hpl.png') center/cover no-repeat;
    overflow:hidden;
    padding: 90px 0 30px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(4,8,18,.45),rgba(4,8,18,.75));
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
}

.hero-content h1{
    font-size:60px;
    font-weight:800;
    color:#52ff78;
    margin-bottom:10px;
}

.hero-content h1 span{
    color:#fff;
}

.hero-content h2{
    color:#fff;
    font-size:42px;
    font-weight:600;
    margin-bottom:15px;
}

.hero-content p{
    color:#cfd8dc;
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

.help-search{
    max-width:720px;
    margin:auto;
}

.search-box{
    height:70px;
    background:#101927;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    display:flex;
    align-items:center;
    padding:0 12px 0 24px;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.search-box i{
    color:#8d99a6;
    font-size:24px;
    margin-right:15px;
}

.search-box input{
    flex:1;
    background:none;
    border:none;
    outline:none;
    color:#fff;
    font-size:17px;
}

.search-box input::placeholder{
    color:#7d8794;
}

.search-box button{
    width:135px;
    height:50px;
    border:none;
    border-radius:12px;
    background:#57ff6e;
    color:#08110b;
    font-size:17px;
    font-weight:700;
    transition:.35s;
}

.search-box button:hover{
    background:#3bff5d;
    transform:translateY(-2px);
}

.help-links{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
}

.help-links a{
    height:54px;
    padding:0 28px;
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#111927;
    color:#dbe6ec;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    transition:.35s;
    font-weight:500;
}

.help-links a i{
    color:#56ff70;
    font-size:20px;
}

.help-links a:hover{
    background:#182435;
    border-color:#56ff70;
    transform:translateY(-4px);
}

@media(max-width:992px){

.hero-content h1{
font-size:46px;
}

.hero-content h2{
font-size:30px;
}

.search-box{
height:62px;
}

}

@media(max-width:768px){

.help-hero{
padding:80px 15px;
min-height:auto;
}

.hero-content h1{
font-size:38px;
}

.hero-content h2{
font-size:24px;
}

.hero-content p{
font-size:15px;
line-height:26px;
}

.search-box{
flex-wrap:wrap;
height:auto;
padding:15px;
}

.search-box input{
width:100%;
margin:12px 0;
}

.search-box button{
width:100%;
}

.help-links{
gap:12px;
}

.help-links a{
width:100%;
justify-content:center;
}

}


.help-categories{
    padding:80px 0;
    background:#050b14;
}

.category-wrapper{
    background:#09131f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:28px;
}

.category-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.category-header h2{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin:0;
}

.category-header a{
    color:#59ff69;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.category-header a i{
    margin-left:6px;
    transition:.3s;
}

.category-header a:hover{
    color:#7bff89;
}

.category-header a:hover i{
    transform:translateX(5px);
}

.category-card{
    background:linear-gradient(180deg,#0d1724,#09121d);
    border:1px solid rgba(255,255,255,.07);
    border-radius:16px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    transition:.35s;
    position:relative;
    overflow:hidden;
}


.category-icon{
    width:80px;
    height:80px;
    margin:auto auto 22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(73,255,110,.08);
    border:1px solid rgba(73,255,110,.18);
}

.category-icon i{
    font-size:42px;
    color:#57ff6f;
}

.category-card h4{
    color:#fff;
    font-size:22px;
    font-weight:600;
}

.category-card p{
    color:#a7b4c3;
    font-size:15px;
    line-height:28px;
}

.category-card a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#59ff69;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.category-card a i{
    transition:.3s;
}

.category-card a:hover i{
    transform:translateX(6px);
}

@media(max-width:991px){

.category-card{
    margin-bottom:25px;
}

}

@media(max-width:767px){

.help-categories{
    padding:60px 0;
}

.category-wrapper{
    padding:20px;
}

.category-header{
    flex-direction:column;
    gap:15px;
    text-align:center;
}

.category-header h2{
    font-size:26px;
}

.category-card{
    padding:30px 18px;
}

.category-icon{
    width:70px;
    height:70px;
}

.category-icon i{
    font-size:36px;
}

.category-card h4{
    font-size:20px;
}

}


.help-articles-section {
    padding: 80px 0;
    background: #00050e;
}

.article-box, .support-card {
    background: linear-gradient(180deg,#0b1522,#08111b);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.section-title{
    margin-bottom:25px;
}

.section-title h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:0;
}

.article-list{
    display:flex;
    flex-direction:column;
}

.article-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.07);
    transition:.35s;
}

.article-item:hover{
    transform:translateX(8px);
}

.article-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.article-icon{
    width:54px;
    height:54px;
    border-radius:14px;
    background:rgba(78,255,109,.08);
    border:1px solid rgba(78,255,109,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.article-icon i{
    color:#59ff69;
    font-size:24px;
}

.article-content h5{
    color:#fff;
    font-size:17px;
    font-weight:600;
    margin-bottom:6px;
}

.article-content p{
    color:#94a3b8;
    margin:0;
    font-size:14px;
    line-height:24px;
}

.article-right{
    display:flex;
    align-items:center;
    gap:18px;
    flex-shrink:0;
}

.article-right span{
    color:#8e9aaa;
    font-size:13px;
}

.article-right a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#101b28;
    border:1px solid rgba(255,255,255,.07);
    color:#59ff69;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.35s;
}

.article-right a:hover{
    background:#59ff69;
    color:#07110c;
    transform:translateX(4px);
}

.view-all-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    background:#59ff69;
    color:#06100b;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.view-all-btn:hover{
    transform:translateY(-3px);
    color:#06100b;
    box-shadow:0 12px 30px rgba(89,255,105,.35);
}

.support-card{
    position:relative;
    overflow:hidden;
}

.support-card::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border:2px solid rgba(89,255,105,.12);
    border-radius:50%;
    top:40px;
    right:-90px;
}

.support-card::after{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    border:2px solid rgba(89,255,105,.08);
    border-radius:50%;
    top:80px;
    right:-40px;
}

.support-card h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    line-height:40px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.support-card h3 span{
    color:#59ff69;
    display:block;
}

.support-image{
    width:120px;
    height:120px;
    margin:15px auto 30px;
    border-radius:50%;
    border:2px solid rgba(89,255,105,.18);
    background:rgba(89,255,105,.05);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}

.support-image::before{
    content:"";
    position:absolute;
    inset:-12px;
    border-radius:50%;
    border:1px solid rgba(89,255,105,.12);
}

.support-image i{
    font-size:62px;
    color:#59ff69;
}

.support-card p{
    color:#a8b4c2;
    line-height:28px;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

.support-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
    position:relative;
    z-index:2;
}

.support-card ul li{
    display:flex;
    align-items:center;
    gap:12px;
    color:#d9e2ea;
    margin-bottom:15px;
    font-size:15px;
}

.support-card ul li i{
    color:#59ff69;
    font-size:18px;
}

.support-btn{
    width:100%;
    height:56px;
    border-radius:12px;
    background:#59ff69;
    color:#06100b;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
    position:relative;
    z-index:2;
}

.support-btn:hover{
    color:#06100b;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(89,255,105,.35);
}

@media(max-width:991px){

.support-card{
    margin-top:30px;
}

.article-item{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.article-right{
    width:100%;
    justify-content:space-between;
}

}

@media(max-width:767px){

.help-articles-section{
    padding:60px 0;
}

.article-box,
.support-card{
    padding:22px;
}

.section-title h3,
.support-card h3{
    font-size:24px;
}

.article-left{
    align-items:flex-start;
}

.article-content h5{
    font-size:16px;
}

.article-content p{
    font-size:13px;
}

.support-image{
    width:100px;
    height:100px;
}

.support-image i{
    font-size:52px;
}

.support-btn{
    height:52px;
    font-size:15px;
}

}