﻿@charset "UTF-8";
:root {
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-heading-color: inherit;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6
}

*, ::after, ::before {
    box-sizing: border-box
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Regular.eot);
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Regular.eot?#iefix) format("embedded-opentype"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Regular.woff2) format("woff2"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Regular.woff) format("woff"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Medium.eot);
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Medium.eot?#iefix) format("embedded-opentype"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Medium.woff2) format("woff2"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Medium.woff) format("woff"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Bold.eot);
    src: url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Bold.eot?#iefix) format("embedded-opentype"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Bold.woff2) format("woff2"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Bold.woff) format("woff"), url(https://cdn.mrkhub.com/instapage-landings-frontend/37/fonts/Graphik/Graphik-Bold.ttf) format("truetype")
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

    a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

img, svg {
    vertical-align: middle
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[type=button], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container, .container-fluid, .container-lg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg {
        max-width: 1320px
    }
}

:root {
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.gy-4 {
    --bs-gutter-y: 1.5rem
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

@media (min-width:1400px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=radio] {
            --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--bs-progress-height)
    }
}

:root {
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.text-center {
    text-align: center !important
}

@media (min-width:992px) {
    .order-lg-first {
        order: -1 !important
    }
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

body {
    background: #fff;
    color: #444;
    font-family: Roboto,sans-serif
}

a {
    color: #023b6d;
    transition: .3s;
    text-decoration: none
}

    a:active, a:focus, a:hover {
        color: #009bd9;
        outline: 0;
        text-decoration: none
    }

h1, h2, h3 {
    color: #023b6d;
    font-family: Poppins,sans-serif
}

.main {
    margin-top: 60px
}

.icon {
    width: 16px;
    height: 16px
}

.scroll-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: -15px;
    visibility: hidden;
    opacity: 0;
    width: 44px;
    height: 44px;
    background: #009bd9;
    border-radius: 4px;
    transition: .3s;
    z-index: 11
}

    .scroll-top:hover {
        background: #03b7ff;
        box-shadow: 0 6px 15px 0 rgba(0,155,217,.3)
    }

    .scroll-top .icon {
        color: #fff;
        width: 20px;
        height: 20px
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        transition: .3s;
        bottom: 15px
    }

code {
    background: #e9e9e9;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 8px 4px 8px
}

.header {
    background: #023b6d;
    height: 60px;
    z-index: 9999
}

    .header .search-form {
        min-width: 240px
    }

        .header .search-form input {
            border: 1px solid rgba(255,255,255,.4);
            background-color: rgba(255,255,255,.05);
            color: #fff;
            border-radius: 0
        }

            .header .search-form input:active, .header .search-form input:focus, .header .search-form input:focus-within, .header .search-form input:hover {
                border-color: rgba(255,255,255,.8)
            }

            .header .search-form input::placeholder {
                color: rgba(255,255,255,.5)
            }

        .header .search-form .icon {
            color: rgba(255,255,255,.8)
        }

@media (min-width:1280px) {
    .navbar {
        padding: 0;
        position: static
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 25px
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 3px;
            font-size: 16px;
            font-weight: 400;
            color: rgba(255,255,255,.7);
            white-space: nowrap;
            transition: .3s;
            position: relative
        }

            .navbar a .icon, .navbar a:focus .icon {
                width: 20px;
                height: 20px;
                color: #009bd9
            }

            .navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover > a {
                color: #fff
            }

        .navbar .nav-categories ul {
            position: absolute;
            top: 60px;
            left: 12px;
            right: 12px;
            padding: 15px;
            height: auto;
            background: #fff;
            box-shadow: 0 5px 15px 0 rgba(2,59,109,.1);
            opacity: 0;
            visibility: hidden;
            transition: .2s;
            flex-wrap: wrap
        }

            .navbar .nav-categories ul li {
                display: flex;
                flex: 0 20%;
                align-items: center;
                padding: 8px 8px
            }

            .navbar .nav-categories ul a {
                padding: 0;
                color: #023b6d;
                margin-right: 5px;
                font-size: 15px;
                font-weight: 400
            }

                .navbar .nav-categories ul a:hover {
                    color: #009bd9
                }

                .navbar .nav-categories ul a.active {
                    font-weight: 700;
                    color: #009bd9
                }

            .navbar .nav-categories ul .icon {
                color: #009bd9;
                width: 18px;
                height: 18px
            }

            .navbar .nav-categories ul span {
                color: #999;
                font-size: 13px;
                font-weight: 400
            }

        .navbar .nav-categories:hover > ul {
            opacity: 1;
            visibility: visible;
            transition: .2s
        }

        .navbar .memberarea .icon {
            margin: 2px 5px 0 0
        }

    .mobile-nav-hide, .mobile-nav-show {
        display: none
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        max-width: 400px;
        border-left: 1px solid #666;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

        .navbar > ul {
            position: absolute;
            inset: 0;
            padding: 15px 0;
            margin: 0;
            background: rgba(255,255,255,.9);
            overflow-y: auto;
            transition: .3s;
            z-index: 9998;
            list-style: none;
            display: flex;
            flex-direction: column
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: 400;
            color: #023b6d;
            white-space: nowrap;
            transition: .3s
        }

            .navbar a .icon, .navbar a:focus .icon {
                width: 20px;
                height: 20px;
                color: #009bd9;
                margin-left: 4px
            }

            .navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover > a {
                color: #009bd9
            }

        .navbar .memberarea .icon {
            margin: 2px 6px 0 0
        }

        .navbar .nav-search-form {
            display: none
        }

        .navbar .nav-categories {
            position: relative
        }

            .navbar .nav-categories ul {
                padding: 0 15px 0 25px;
                background: #fff;
                transition: .2s;
                display: none
            }

                .navbar .nav-categories ul li {
                    display: flex;
                    align-items: center;
                    padding: 8px
                }

                .navbar .nav-categories ul a {
                    padding: 0;
                    color: #023b6d;
                    margin-right: 5px;
                    font-size: 16px;
                    font-weight: 400
                }

                    .navbar .nav-categories ul a:hover {
                        color: #009bd9
                    }

                    .navbar .nav-categories ul a.active {
                        font-weight: 700;
                        color: #009bd9
                    }

                .navbar .nav-categories ul .icon {
                    color: #009bd9;
                    width: 18px;
                    height: 18px
                }

                .navbar .nav-categories ul span {
                    color: #999;
                    font-size: 13px;
                    font-weight: 400
                }

            .navbar .nav-categories .nav-categories-active {
                display: block
            }

    .mobile-nav-toggle {
        margin: -4px 15px 0 15px
    }

        .mobile-nav-toggle .icon {
            color: rgba(255,255,255,.7);
            transition: .5s;
            z-index: 9999;
            width: 24px;
            height: 24px
        }

    .mobile-nav-active {
        overflow: hidden
    }

        .mobile-nav-active .navbar {
            right: 0
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 60px 0 0 0;
                background: rgba(255,255,255,.8);
                z-index: 9996
            }
}

.single-template {
    padding-top: 30px
}

    .single-template h1 {
        font-size: 24px;
        padding: 0;
        margin: 0;
        color: #023b6d;
        font-weight: 500;
        background: #fff;
        font-family: Poppins,sans-serif
    }

    .single-template h3 {
        padding: 0;
        margin: 0;
        background: #fff;
        color: #009bd9;
    }

    .single-template picture img {
        border: 1px solid #e2ebf5
    }

.single-contnet {
    padding-top: 20px
}

.single-groups {
    column-gap: 40px;
}

.single-groups {
    font-size: 16px;
    border-radius: 3px;
    font-weight: 500;
    transition: .25s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 15px 0
}

.single-buttons {
    padding: 10px 0 0 0
}

    .single-buttons a {
        padding: 12px 5px;
        font-size: 16px;
        border-radius: 3px;
        font-weight: 500;
        transition: .25s;
        background: #035195;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 15px 0
    }

        .single-buttons a .icon {
            width: 20px;
            height: 20px;
            margin-right: 4px
        }

        .single-buttons a:hover {
            background: #0364b8;
            box-shadow: 0 6px 15px 0 rgba(2,59,109,.25)
        }

        .single-buttons a.template-demo {
            background-color: #009bd9
        }

            .single-buttons a.template-demo:hover {
                background: #00a6e8
            }

@media (max-width:575px) {
    .single-groups {
        flex-direction: column;
        grid-row-gap: 15px;
    }

    .single-buttons {
        flex-direction: column
    }

        .single-groups, .single-buttons a, .single-buttons a.template-demo {
            margin: 0 0 10px 0
        }
}

.template-details ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0
}

.template-details li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #e2ebf5;
    /*background: #f9fbfd;*/
    margin: 0 0 10px 0
}

.template-details strong {
    color: #023b6d;
    font-size: 14px;
    font-weight: 500
}

.template-details span {
    font-size: 14px
}

.template-details a {
    color: #0364b8
}

.download-template {
    padding-top: 80px
}

    .download-template .licenses .license-item {
        background: #fff;
        border: 1px solid #e3e9f0;
        border-radius: 6px;
        box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
        position: relative
    }

    .download-template .licenses .no-free-download {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.9);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        font-size: 18px;
        font-weight: 500
    }

    .download-template .licenses .premium-plan {
        border: 2px solid #009bd9;
        position: relative;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.1)
    }

        .download-template .licenses .premium-plan .recommended-badge {
            position: absolute;
            height: 36px;
            top: -36px;
            left: -2px;
            right: -2px;
            background: #009bd9;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px 6px 0 0
        }

    .download-template .licenses .title {
        padding: 25px 25px 0 25px
    }

        .download-template .licenses .title h2 {
            margin: 0 0 5px 0;
            padding: 0;
            font-size: 20px;
            font-weight: 600;
            color: #023b6d;
            font-family: Roboto,sans-serif
        }

        .download-template .licenses .title span {
            display: block;
            color: #555;
            font-size: 14px;
            font-style: italic
        }

    .download-template .licenses .pricing {
        color: #023b6d;
        font-size: 42px;
        font-family: var(--default-font);
        font-weight: 500;
        padding: 15px 25px 0 25px
    }

        .download-template .licenses .pricing sup {
            font-size: 20px;
            top: -15px;
            left: -3px
        }

        .download-template .licenses .pricing span {
            color: #888;
            font-size: 14px;
            font-weight: 300
        }

    .download-template .licenses .features ul {
        list-style: none;
        padding: 5px 10px 10px 10px;
        margin: 0
    }

    .download-template .licenses .features li {
        padding: 10px 10px 9px 10px;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: flex-start;
        position: relative
    }

        .download-template .licenses .features li .help {
            position: absolute;
            top: 0;
            transform: translate(0,-110%);
            left: 10%;
            right: 10%;
            background: #024681;
            color: #fff;
            border-radius: 4px;
            padding: 10px 15px;
            visibility: hidden;
            opacity: 0;
            font-size: 13px;
            font-weight: 400
        }

            .download-template .licenses .features li .help::after {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                transform: rotate(45deg);
                background-color: inherit;
                bottom: -4px;
                left: calc(10%)
            }

        .download-template .licenses .features li .feature-title {
            padding: 0 0 2px 0;
            font-size: 14px;
            font-weight: 400;
            margin-left: 5px;
            border-bottom: 1px dashed #aab1bd
        }

            .download-template .licenses .features li .feature-title s {
                color: #999
            }

            .download-template .licenses .features li .feature-title:hover {
                cursor: help
            }

                .download-template .licenses .features li .feature-title:hover .help {
                    transition: ease-in .2s;
                    top: 20%;
                    visibility: visible;
                    opacity: 1
                }

    .download-template .licenses .features .icon {
        width: 20px;
        height: 20px;
        margin-top: 1px
    }

    .download-template .licenses .features .icon-check {
        color: #00c560
    }

    .download-template .licenses .features .icon-close {
        color: red
    }

    .download-template .licenses .action {
        padding: 15px 25px 25px 25px;
        text-align: left
    }

        .download-template .licenses .action .download-template-subscribe {
            display: flex;
            padding: 12px 0;
            font-size: 15px;
            border-radius: 3px;
            transition: .3s;
            color: #fff;
            font-weight: 500;
            justify-content: center;
            align-items: center;
            background: #035195;
            line-height: 0
        }

            .download-template .licenses .action .download-template-subscribe .icon {
                width: 20px;
                height: 20px;
                margin-right: 6px
            }

            .download-template .licenses .action .download-template-subscribe:hover {
                color: #fff;
                background: #0364b8;
                box-shadow: 0 6px 15px 0 rgba(2,59,109,.25)
            }

.downloading {
    padding: 15px 5px 15px 10px;
    border: 2px dashed #00a651;
    margin: 0 0 12px 0;
    text-align: left;
    font-size: 14px
}

    .downloading a {
        font-weight: 700
    }

    .downloading .spinner {
        border: 3px solid #00c560;
        border-top-color: #eee;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        animation: animate-spinner 1s linear infinite;
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        margin-right: 20px
    }

    .downloading .downloading-frame {
        position: fixed;
        bottom: -999px;
        right: -999px
    }

@keyframes animate-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.overlay-frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center
}

    .overlay-frame .close {
        position: absolute;
        top: 12px;
        right: 22px;
        width: 30px;
        height: 30px;
        background: #009bd9;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        cursor: pointer;
        box-shadow: 0 0 15px rgba(0,0,0,.4);
        transition: .3s;
        z-index: 99998;
        border: 0;
        line-height: 0
    }

        .overlay-frame .close:hover {
            background-color: #0089c0;
            color: #fff
        }

.demo-iframe {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border: 0;
    outline: 6px solid rgba(255,255,255,.2);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99997
}

.deal-lt {
    padding: 20px 0;
    border: 2px dashed #009bd9;
    margin: 20px 0 15px 0;
    color: #000
}

    .deal-lt p {
        font-size: 20px
    }

.members label {
    padding: 5px 0
}

.search-bar-toggle {
    color: rgba(255,255,255,.7);
    width: 24px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
    transition: .3s;
    display: none
}

    .search-bar-toggle:hover {
        color: #fff
    }

@media (max-width:1279px) {
    .search-bar-toggle {
        display: block
    }
}

.search-bar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding: 20px 0;
    box-shadow: 0 0 15px 0 rgba(2,59,109,.1);
    background: #fff;
    z-index: 9999
}

.search-form input {
    border: 0;
    font-size: 14px;
    color: #023b6d;
    border: 1px solid rgba(2,59,109,.2);
    padding: 7px 38px 7px 10px;
    border-radius: 3px;
    transition: .3s;
    width: 100%
}

    .search-form input:focus, .search-form input:hover {
        outline: 0;
        box-shadow: 0 0 10px 0 rgba(2,59,109,.15);
        border: 1px solid rgba(2,59,109,.3)
    }

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: 0 0
}

    .search-form button .icon {
        color: rgba(2,59,109,.6);
        width: 20px;
        height: 20px
    }
.support-license {
    background: #fffce7;
    padding: 15px;
    margin-bottom: 20px;
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin: 0 0 15px 0
}

    .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.footer {
    margin-top: 30px
}

.footer-newsletter {
    background: #f4faff
}

.page-form {
    padding: 20px 0;
    font-size: 16px;
    text-align: center
}

    .page-form h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1;
        font-weight: 600
    }


    .page-form select {
        border: 1px solid #fff;
        padding: 10px 12px;
        width: 100%;
        box-shadow: 0 2px 15px rgba(2,59,109,.12);
        background: #fff;
        display: block;
        transition: .3s
    }

        .page-form select:focus {
            outline: 0;
            border-color: #009bd9
        }

    .page-form input[type=text] {
        border: 1px solid #fff;
        padding: 10px 12px;
        width: 100%;
        box-shadow: 0 2px 15px rgba(2,59,109,.12);
        display: block;
        transition: .3s
    }

        .page-form input[type=text]:focus {
            outline: 0;
            border-color: #009bd9
        }

    .page-form input[type=email] {
        border: 1px solid #fff;
        padding: 10px 12px;
        width: 100%;
        box-shadow: 0 2px 15px rgba(2,59,109,.12);
        display: block;
        transition: .3s
    }

        .page-form input[type=email]:focus {
            outline: 0;
            border-color: #009bd9
        }

    .page-form .btn-danger {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: #ff5038;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form .btn-danger:hover {
            background: #df392d;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .btn-primary {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: #0089c0;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form .btn-primary:hover {
            background: #0878aa;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .btn-warning {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: #ea9b00;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form .btn-warning:hover {
            background: #cb9a00;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .btn-light {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: rgba(2,59,109,.2);
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form .btn-light:hover {
            background: #aab1bd;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .btn-success {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: #00ad41;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form .btn-success:hover {
            background: #00a546;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .btn {
        font-size: 16px;
        padding: 12px 40px;
        border: 0;
        background: #009bd9;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        box-shadow: 0 2px 15px rgba(2,59,109,.12)
    }

        .page-form btn:hover {
            background: #00a6e8;
            box-shadow: 0 0 30px rgba(2,59,109,.2)
        }

    .page-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin: 15px 0 0 0
    }

    .page-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin: 15px 0 0 0
    }

.footer-top {
    padding: 60px 0 30px 0;
    background: #023b6d;
    border-top: 2px solid #f4faff
}

    .footer-top h3 {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 0;
        color: #fff
    }

.footer-about {
    margin-bottom: 30px
}

    .footer-about .description {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 0 0;
        color: #fff
    }

.social-links a {
    background: rgba(255,255,255,.2);
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

    .social-links a:hover {
        background: #009bd9;
        color: #fff;
        text-decoration: none
    }

.social-links .icon {
    width: 18px;
    height: 18px
}

.footer-nav {
    margin-bottom: 30px
}

    .footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .footer-nav .icon {
        color: #009bd9;
        width: 18px;
        height: 18px;
        margin: 0 2px 0 -5px
    }

    .footer-nav li {
        padding: 6px 0;
        display: flex;
        align-items: center
    }

        .footer-nav li:first-child {
            padding-top: 0
        }

    .footer-nav a {
        transition: .3s;
        font-size: 15px;
        color: rgba(255,255,255,.7)
    }

        .footer-nav a:hover {
            text-decoration: none;
            color: #fff
        }

.copyright {
    font-size: 15px;
    padding: 25px 0
}

.cookie-bar {
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 99999999;
    transition: bottom 1s;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

    .cookie-bar a {
        color: #fff;
        text-decoration: underline
    }

    .cookie-bar .accept-cookies {
        background-color: #009bd9;
        color: #fff;
        border: 0;
        padding: 3px 15px;
        cursor: pointer;
        border-radius: 3px;
        transition: none;
        margin-left: 10px
    }

        .cookie-bar .accept-cookies:active, .cookie-bar .accept-cookies:hover {
            background-color: #0089c0
        }

@media (max-width:1024px) {
    .cookie-bar {
        flex-direction: column
    }

        .cookie-bar span {
            padding-bottom: 10px
        }
}

.init-payment .license-items {
    text-align: left
}

    .init-payment .license-items ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .init-payment .license-items li {
        padding: 15px 12px;
        margin-bottom: 15px;
        border: 1px solid #dde1ea;
        transition: border ease-in-out .3s,color ease-in-out .3s,background ease-in-out .3s;
        background-color: #f7f9fc;
        border-radius: 4px;
        position: relative
    }

        .init-payment .license-items li {
            cursor: default
        }

    .init-payment .license-items .select-the-license {
        margin-right: 10px;
        width: 16px;
        height: 16px;
        flex: 0 0 16px
    }

    .init-payment .license-items .price {
        font-size: 16px;
        font-weight: 600;
        color: #009bd9;
        padding-right: 2px;
        font-family: Poppins,sans-serif
    }

    .init-payment .license-items .old-price {
        color: #666;
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        font-family: Poppins,sans-serif
    }

        .init-payment .license-items .old-price:after {
            content: '';
            display: block;
            width: 100%;
            height: 60%;
            position: absolute;
            top: 0;
            left: 0;
            border-bottom: 3px solid rgba(255,40,28,.45);
            transform: rotate(-15deg)
        }

    .init-payment .license-items label {
        font-size: 16px;
        font-weight: 500;
        padding: 0
    }

    .init-payment .license-items small {
        display: block;
        color: #777;
        font-weight: 400
    }

    .init-payment .license-items li:hover {
        border-color: #009bd9
    }

    .init-payment .license-items .recommended {
        position: absolute;
        background-color: #e3e7ef;
        color: #545f75;
        border-radius: 50px;
        font-size: 12px;
        padding: 2px 20px;
        top: -11px;
        left: 50%;
        transform: translateX(-50%);
        text-wrap: nowrap;
        transition: .3s;
        font-family: Roboto,sans-serif
    }

    .init-payment .license-items .active {
        border-color: #009bd9;
        background-color: #fff
    }

        .init-payment .license-items .active .recommended {
            background-color: #009bd9;
            color: #fff
        }

.init-payment .form-check-input:checked {
    background-color: #009bd9;
    border-color: #009bd9;
    box-shadow: 0 0 0 .2rem rgba(0,155,217,.25)
}

.init-payment .payment-loading {
    display: none;
    padding-top: 5px;
    margin-bottom: 10px;
    position: relative;
    display: none;
    text-align: center
}

    .init-payment .payment-loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        border: 3px solid #18d26e;
        border-top-color: transparent;
        animation: animate-loading 1s linear infinite
    }

.init-payment .payment-error {
    display: none;
    text-align: left;
    background-color: red;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 10px
}

.init-payment button {
    display: flex;
    width: 100%;
    border: 0;
    padding: 12px 0;
    font-size: 15px;
    border-radius: 3px;
    transition: .3s;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    background: #00c560;
    line-height: 0
}

    .init-payment button .icon {
        width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .init-payment button:hover {
        color: #fff;
        background: #00d96a;
        box-shadow: 0 6px 15px 0 rgba(0,197,96,.25)
    }

#cancel-payment {
    z-index: 2147483647;
    display: none;
    position: fixed;
    width: 28px;
    height: 28px;
    top: 68px;
    right: 68px;
    background: #fff;
    color: #009bd9;
    border-radius: 50%;
    transition: .3s;
    place-items: center;
    box-shadow: 0 0 15px rgba(0,0,0,.2)
}

    #cancel-payment .icon {
        width: 20px;
        height: 20px
    }

    #cancel-payment:hover {
        color: red
    }

.section-title-primary {
    -webkit-font-smoothing: antialiased;
    font-family: Graphik, Open Sans, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #023b6d !important;
    line-height: 40px;
    margin-bottom: 10px !important;
    margin-top: 0;
}

.paddle-frame {
    overflow: hidden !important;
    position: fixed !important;
    z-index: 2147483646 !important
}

body:has(.paddle-frame) {
    overflow: hidden
}

@media (min-width:1200px) {
    body:has(.paddle-frame)::before {
        content: '';
        display: block;
        overflow: hidden;
        position: fixed;
        inset: 0;
        z-index: 99997;
        background-color: rgba(0,0,0,.5)
    }

    body:has(.paddle-frame) #cancel-payment {
        display: grid
    }

    .paddle-frame {
        overflow: hidden !important;
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: 80px !important;
        left: 80px !important;
        width: calc(100% - 160px) !important;
        height: calc(100% - 160px) !important
    }
}
