.banner {
    margin-top: 5rem;
    text-align: center;
}

.banner img {
    width: 100%;
    max-width: 484px;
    height: auto;
}

:where(.custom-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(0.667em+2px) calc(1.333em+2px)
}

:where(.custom-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.custom-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.custom-block-file__button):is(a):active,
:where(.custom-block-file__button):is(a):focus,
:where(.custom-block-file__button):is(a):hover,
:where(.custom-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.custom-block-image :where(.has-border-color) {
    border-style: solid
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.custom-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:root {
    --custom--preset--font-size--normal: 16px;
    --custom--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

body {
    --custom--preset--color--black: #000;
    --custom--preset--color--cyan-bluish-gray: #abb8c3;
    --custom--preset--color--white: #fff;
    --custom--preset--color--pale-pink: #f78da7;
    --custom--preset--color--vivid-red: #cf2e2e;
    --custom--preset--color--luminous-vivid-orange: #ff6900;
    --custom--preset--color--luminous-vivid-amber: #fcb900;
    --custom--preset--color--light-green-cyan: #7bdcb5;
    --custom--preset--color--vivid-green-cyan: #00d084;
    --custom--preset--color--pale-cyan-blue: #8ed1fc;
    --custom--preset--color--vivid-cyan-blue: #0693e3;
    --custom--preset--color--vivid-purple: #9b51e0;
    --custom--preset--color--theme-palette-1: #2b6cb0;
    --custom--preset--color--theme-palette-2: #215387;
    --custom--preset--color--theme-palette-3: #1a202c;
    --custom--preset--color--theme-palette-4: #2d3748;
    --custom--preset--color--theme-palette-5: #4a5568;
    --custom--preset--color--theme-palette-6: #718096;
    --custom--preset--color--theme-palette-7: #edf2f7;
    --custom--preset--color--theme-palette-8: #f7fafc;
    --custom--preset--color--theme-palette-9: #fff;
    --custom--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0, #9b51e0 100%);
    --custom--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0, #00d082 100%);
    --custom--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0, rgba(255, 105, 0, 1) 100%);
    --custom--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0, #cf2e2e 100%);
    --custom--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0, #a9b8c3 100%);
    --custom--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --custom--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0, #9896f0 100%);
    --custom--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0, #fe2d2d 50%, #6b003e 100%);
    --custom--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0, #c751c0 50%, #4158d0 100%);
    --custom--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0, #b6e3d4 50%, #33a7b5 100%);
    --custom--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0, #71ce7e 100%);
    --custom--preset--gradient--midnight: linear-gradient(135deg, #020381 0, #2874fc 100%);
    --custom--preset--duotone--dark-grayscale: url("#custom-duotone-dark-grayscale");
    --custom--preset--duotone--grayscale: url("#custom-duotone-grayscale");
    --custom--preset--duotone--purple-yellow: url("#custom-duotone-purple-yellow");
    --custom--preset--duotone--blue-red: url("#custom-duotone-blue-red");
    --custom--preset--duotone--midnight: url("#custom-duotone-midnight");
    --custom--preset--duotone--magenta-yellow: url("#custom-duotone-magenta-yellow");
    --custom--preset--duotone--purple-green: url("#custom-duotone-purple-green");
    --custom--preset--duotone--blue-orange: url("#custom-duotone-blue-orange");
    --custom--preset--font-size--small: 14px;
    --custom--preset--font-size--medium: 24px;
    --custom--preset--font-size--large: 32px;
    --custom--preset--font-size--x-large: 42px;
    --custom--preset--font-size--larger: 40px;
    --custom--preset--spacing--20: .44rem;
    --custom--preset--spacing--30: .67rem;
    --custom--preset--spacing--40: 1rem;
    --custom--preset--spacing--50: 1.5rem;
    --custom--preset--spacing--60: 2.25rem;
    --custom--preset--spacing--70: 3.38rem;
    --custom--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.custom-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.custom-block-columns.is-layout-flex) {
    gap: 2em
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: 700
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:root {
    --global-gray-400: #cbd5e0;
    --global-gray-500: #a0aec0;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.5rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 5rem;
    --global-edge-spacing: 1.5rem;
    --global-boxed-spacing: 2rem
}

h1,
h2 {
    padding: 0;
    margin: 0
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

a {
    color: var(--global-palette-highlight);
    transition: all .1s linear
}

a:active,
a:focus,
a:hover {
    color: var(--global-palette-highlight-alt)
}

a:active,
a:hover {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--global-palette6)
}

::-moz-placeholder {
    color: var(--global-palette6);
    opacity: 1
}

.site-grid {
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding)
}

#wrapper {
    overflow: hidden;
    overflow: clip
}

:root {
    --global-palette1: #2b6cb0;
    --global-palette2: #215387;
    --global-palette3: #1a202c;
    --global-palette4: #2d3748;
    --global-palette5: #4a5568;
    --global-palette6: #718096;
    --global-palette7: #edf2f7;
    --global-palette8: #001a27;
    --global-palette9: #fff;
    --global-palette9rgb: 255, 255, 255;
    --global-palette-highlight: var(--global-palette1);
    --global-palette-highlight-alt: var(--global-palette2);
    --global-palette-highlight-alt2: var(--global-palette9);
    --global-palette-btn-bg: var(--global-palette1);
    --global-palette-btn-bg-hover: var(--global-palette2);
    --global-palette-btn: var(--global-palette9);
    --global-palette-btn-hover: var(--global-palette9);
    --global-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --global-heading-font-family: inherit;
    --global-general-section-nav-font-family: inherit;
    --global-fallback-font: sans-serif;
    --global-display-fallback-font: sans-serif;
    --global-content-width: 1290px;
    --global-content-narrow-width: 842px;
    --global-content-edge-padding: 1.5rem;
    --global-calc-content-width: calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding))
}

body {
    background: var(--global-palette8)
}

body {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    color: var(--global-palette4)
}

h1,
h2 {
    font-family: var(--global-heading-font-family)
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: var(--global-palette3)
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: var(--global-palette3)
}

.content-main-wrapper {
    position: relative
}

.logotype {
    background-image: linear-gradient(to right, #745cfc, #ff7a01, #dafe31);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.header-global {
    display: block;
    position: fixed;
    width: 100%;
    height: 5rem;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #12212e
}

.hdr-global_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.6rem;
    height: 5rem
}

.start-now-btn a {
    color: #fff;
    background: #7f5ee8;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 25px
}

@media(max-width:800px) {
    .hdr-global_wrap {
        padding: 0 1rem
    }
    .btn-up {
        display: none;
    }
}

.quick-start-section {
    background: #1b2b39;
    margin: 0 0 40px;
    padding: 25px 0 40px;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #ff7c00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.quick-start-section .promocode {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    font-size: 14px;
    background: #563ef5;
    border: 1px dashed #ffe400;
    color: #ffe400;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.quick-start-section p {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 25px
}

.quick-start-section a {
    background: #ff7a01;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 12px 24px
}

.section-headline {
    font-size: 24px;
    color: #fff;
    margin: 0 0 40px;
    text-align: center
}

.benefits_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.benefit_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    height: 80px;
    margin: 0 5%;
    margin-bottom: 40px;
    background: #20394c;
    border-radius: 20px;
    padding: 10px 30px;
}

.benefit_item img {
    margin-right: 20px;
}

.benefit_item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.benefit_item-text * {
    margin: 0;
    color: #fff;
}

.benefit_item-text p {
    font-size: 12px;
}

@media(max-width:800px) {
    .benefit_item {
        width: 100%;
        margin: 0 0 25px;
    }
    .btn-up {
        display: none;
    }
}

article * {
    color: #fff;
}

article p {
    margin-bottom: 25px;
    line-height: 1.5;
}

article p,
article li {
    font-size: 16px;
}

article li {
    margin-bottom: 10px;
}

article table {
    background: #1b2b39;
    color: #fff;
    margin-bottom: 40px;
    width: 100%;
}

article table td {
    padding: 8px;
    font-size: 16px;
}

article table tr:nth-child(even) {
    background: #20394c
}

.start-now-btn a {
    height: 40px;
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 4px 16px;
    background: yellow;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px 20px;
}

@media(max-width:500px) {
    .logotype {
        font-size: 20px;
    }
    .start-now-btn a {
        font-size: 14px;
        padding: 8px;
    }
    .btn-up {
        display: none;
    }
}

.content-act-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.content-act-btn_link {
    color: #000;
    padding: 10px 20px;
    background: orange;
    text-decoration: none;
    text-transform: uppercase;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer small {
    padding: 15px 0;
    color: #fff;
}

.benefit_item-text_headline {
    font-weight: bold;
}

form {
    display: flex;
    flex-direction: column;
    width: 450px;
}

input {
    margin-bottom: 15px;
}

textarea {
    margin-bottom: 25px;
}

.submit-btn {
    color: #000;
    width: 120px;
}

@media (max-width: 500px) {
    form {
        width: 100%;
    }
}