:root {
    --color-gray-200: oklch(.928 .006 264.531);
    --color-neutral-300: oklch(.87 0 0);
    --color-neutral-600: oklch(.439 0 0);
    --color-white: #fff;
    --spacing: .25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700
}

.fixed {
    position: fixed
}

.top-0 {
    top: calc(var(--spacing) * 0)
}

.left-0 {
    left: calc(var(--spacing) * 0)
}

.container {
    width: 100%
}

@media (width >= 40rem) {
    .container {
        max-width: 40rem
    }
}

@media (width >= 48rem) {
    .container {
        max-width: 48rem
    }
}

@media (width >= 64rem) {
    .container {
        max-width: 64rem
    }
}

@media (width >= 80rem) {
    .container {
        max-width: 80rem
    }
}

@media (width >= 96rem) {
    .container {
        max-width: 96rem
    }
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6)
}

.h-screen {
    height: 100vh
}

.w-64 {
    width: calc(var(--spacing) * 64)
}

.items-center {
    align-items: center
}

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

.border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px
}

.border-none {
    --tw-border-style: none;
    border-style: none
}

.bg-white {
    background-color: var(--color-white)
}

.bg-none {
    background-image: none
}

.px-6 {
    padding-inline: calc(var(--spacing) * 6)
}

.py-4 {
    padding-block: calc(var(--spacing) * 4)
}

.text-neutral-600 {
    color: var(--color-neutral-600)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

@media (width >= 48rem) {
    .md-block {
        display: block
    }

    .md-hidden {
        display: none
    }
}

article, footer, header, nav, section, .block {
    display: block
}

[hidden], .none {
    display: none
}

a img {
    border: none
}

img {
    max-width: 100%
}

body {
    color: #fff;
    text-align: center;
    background: #090f1e;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 22px
}

.bgall {
    box-sizing: border-box;
    background-image: linear-gradient(92deg, #1e283f, #141b2e99);
    border-radius: 8px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 1rem
}

.wrap {
    text-align: left;
    margin: 0 auto
}

a {
    color: #12a256;
    text-decoration: none;
    transition: all .3s 20ms
}

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

p, h1, h2, h3, .h1, .h2, .h3, .title {
    margin: 0 0 20px
}

h1, h2, h3, .h1, .h2, .h3, .title {
    font-weight: 700
}

h1, .h1, .title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px
}

h2, .h2 {
    font-size: 25px;
    line-height: 30px
}

h3, .h3 {
    font-size: 22px;
    line-height: 28px
}

header {
    box-sizing: border-box;
    background-image: linear-gradient(92deg, #1e283f, #141b2ee6);
    border-radius: 8px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 10px
}

.header_list {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.m_but {
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    border: none;
    border-radius: 8px;
    width: 160px;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: all .2s;
    display: block;
    position: relative
}

.m_but:hover {
    color: #000;
    box-shadow: inset 0 -30px #fff173
}

.copu {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.btn {
    box-sizing: border-box;
    color: #fff;
    -webkit-appearance: none;
    min-height: 40px;
    transition: all .3s 20ms;
    transition: all 200mx;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-color: #31bc69;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    color: #fff;
    background-color: #089e4e;
    text-decoration: none
}

@media (width <= 1260px) {
    .wrap {
        max-width: 980px
    }

    .bgall {
        margin: 10px
    }
}

@media (width <= 1020px) {
    .wrap {
        max-width: 760px
    }

    p {
        margin: 0 0 20px
    }

    header {
        height: auto
    }
}

@media (width <= 759px) {
    .wrap {
        width: 100%;
        min-width: 300px
    }

    body {
        font-size: 16px;
        line-height: 20px
    }

    .m_but {
        width: 140px;
        padding: 7px 0;
        font-size: 14px;
        line-height: 20px
    }
}

body {
    color: #000;
    background-color: #f6f6f6
}

p:last-child {
    /*margin-bottom: 0*/
}

 .cms-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.custom-logo {
    max-width: 200px;
    height: auto
}

.m_but {
    color: #000
}

.bgall {
    background-color: #f9f9f9;
    background-image: none;
    box-shadow: 5px 0 20px #24252621
}

.header-menu {
    flex-flow: column wrap;
    justify-content: end;
    gap: 1rem;
    padding: 1rem;
    font-weight: 500;
    list-style: none;
    display: flex;
    margin: 0;
}

@media (width >= 768px) {
    .header-menu {
        flex-direction: row;
        gap: 1rem;
        padding: 0
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

.custom-logo {
    width: 120px
}

header.bgall {
    background-color: #161c24
}

#mobileMenu {
    display: none;
}