:root {
    --theme-color: 0, 114, 232;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --dark-grey: 238, 238, 252;
    --light-grey: 250, 250, 252;
    --content-color: 58, 58, 58;
    --border-color: 239, 239, 239;
    --title-dark: 23, 23, 23;
    --main-light: 213, 239, 255;
}

body {
    font-family: "Aspekta",
        sans-serif;
    color: rgba(var(--black), 1);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(var(--white), 1);
}

html,
body {
    height: 100%
}


h2,
.h2 {
    font-size: calc(22px + (42 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.3;
    color: rgba(var(--black), 1);
}

h3,
.h3 {
    font-size: calc(19px + (28 - 19) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
}

h5,
.h5 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(var(--content-color), 1);
}


.page-wrapper {
    min-height: 100%;
    margin-bottom: -50px
}

.page-wrapper:after {
    content: "";
    display: block;
    height: 50px
}

a {
    color: #3aa7aa;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

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

a:focus {
    text-decoration: none
}

.text-title {
    color: rgba(var(--black), 1) !important;
}

code {
    background: #f8f9fa;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 2px 8px;
    padding-top: 4px;
    display: inline-block
}

code[class*="language-"],
pre[class*="language-"] {
    color: #1d1d1d;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #f8f9fa;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #6f42c1;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #cc717a;
}

.token.boolean,
.token.number {
    color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #ff5cb6;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #6f42c1;
}

.token.atrule,
.token.attr-value,
.token.function {
    color: #4395f3;
}

.token.keyword {
    color: #6f42c1;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    text-decoration: none;
    padding: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
}

.btn .svg-inline--fa,
a.btn .svg-inline--fa {
    margin-right: 5px;
    position: relative;
    top: -1px
}

.btn:focus,
a.btn:focus {
    box-shadow: none
}

.btn-primary,
a.btn-primary {
    background: rgba(var(--theme-color), 1);
    border: 1px solid rgba(var(--theme-color), 1);
    color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary.active,
a.btn-primary.hover,
a.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #3aa7aa;
    color: #fff !important;
    border: 1px solid #3aa7aa;
    box-shadow: none
}

.btn-main,
a.btn-main {
    background: rgba(var(--main-light), 1) no-repeat;
    color: rgba(var(--secondary-color), 1);
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0px 71.13px 28.74px 0px rgba(97, 194, 255, 0.0117647059), 0px 40.24px 23.71px 0px rgba(97, 194, 255, 0.0509803922), 0px 17.96px 17.96px 0px rgba(97, 194, 255, 0.0901960784), 0px 4.31px 10.06px 0px rgba(97, 194, 255, 0.1019607843);
    padding: 0;
    border-radius: 25px;
    border: 1px solid rgba(var(--white), 1);
    display: inline-block;
}

.btn-main::after {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: #2f91ca;
    height: 100%;
    z-index: 1;
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(47, 145, 202, 0) 0%, rgba(47, 145, 202, 0.49) 66%, rgba(47, 145, 202, 0) 100%);
}

.btn-main span {
    position: relative;
    z-index: 2;
    background: rgba(var(--main-light), 1) no-repeat;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
    font-weight: 500;
    border-radius: 25px;
    padding: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px) clamp(10px, calc(10px + (35 - 10) * (100vw - 320px) / (1920 - 320)), 35px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(var(--black), 1);
}

.btn-outline-green {
    background: transparent;
    border: 1px solid rgba(var(--theme-color), 1);
    color: rgba(var(--theme-color), 1) !important
}

.btn-outline-green:hover {
    background: rgba(var(--theme-color), 1);
    border: 1px solid rgba(var(--theme-color), 1);
    color: #fff !important
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.btn-main.hover,
a.btn-main:hover,
a.btn-main:focus,
a.btn-main:active,
a.btn-main.active,
a.btn-main.hover {
    transform: translateY(5px);
    transition: all 0.5s ease;
    box-shadow: none;
}

.btn-blue,
a.btn-blue {
    background: #58bbee;
    border: 1px solid #58bbee;
    color: #fff !important
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.hover,
a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue:active,
a.btn-blue.active,
a.btn-blue.hover {
    background: #41b2ec;
    color: #fff !important;
    border: 1px solid #41b2ec
}

.btn-orange,
a.btn-orange {
    background: #F88C30;
    border: 1px solid #F88C30;
    color: #fff !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.hover,
a.btn-orange:hover,
a.btn-orange:focus,
a.btn-orange:active,
a.btn-orange.active,
a.btn-orange.hover {
    background: #f77e17;
    color: #fff !important;
    border: 1px solid #f77e17
}

.btn-red,
a.btn-red {
    background: #f77b6b;
    border: 1px solid #f77b6b;
    color: #fff !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.hover,
a.btn-red:hover,
a.btn-red:focus,
a.btn-red:active,
a.btn-red.active,
a.btn-red.hover {
    background: #f66553;
    color: #fff !important;
    border: 1px solid #f66553
}

.btn-pink,
a.btn-pink {
    background: #EA5395;
    border: 1px solid #EA5395;
    color: #fff !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.hover,
a.btn-pink:hover,
a.btn-pink:focus,
a.btn-pink:active,
a.btn-pink.active,
a.btn-pink.hover {
    background: #e73c87;
    color: #fff !important;
    border: 1px solid #e73c87
}

.btn-purple,
a.btn-purple {
    background: #8A40A7;
    border: 1px solid #8A40A7;
    color: #fff !important
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.hover,
a.btn-purple:hover,
a.btn-purple:focus,
a.btn-purple:active,
a.btn-purple.active,
a.btn-purple.hover {
    background: #7b3995;
    color: #fff !important;
    border: 1px solid #7b3995
}

.btn-cta {
    padding: 7px 15px
}

.search-btn {
    height: 40px
}

.search-btn .svg-inline--fa {
    top: 0;
    margin-right: 0
}

.form-control {
    box-shadow: none;
    height: 40px;
    border-color: #f0f0f0
}

.form-control::-webkit-input-placeholder {
    color: #afb3bb
}

.form-control:-moz-placeholder {
    color: #afb3bb
}

.form-control::-moz-placeholder {
    color: #afb3bb
}

.form-control:-ms-input-placeholder {
    color: #afb3bb
}

.form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none
}

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

.menu-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.header {
    color: rgba(255, 255, 255, 0.85);
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(var(--white), 1);
    z-index: 11;
    box-shadow: 0 6px 1.5rem -0.3rem rgba(108, 108, 109, 0.15);
    animation: slideDown 0.5s forwards ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header a {
    color: #fff
}

.header .container {
    position: relative
}

.logo {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.logo a {
    text-decoration: none;
    display: flex;
}

.logo img {
    height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.branding .text-highlight {
    color: rgba(var(--theme-color), 1)
}

.body-green .branding .text-highlight {
    color: rgba(var(--theme-color), 1)
}

.body-blue .branding .text-highlight {
    color: #58bbee
}

.body-orange .branding .text-highlight {
    color: #F88C30
}

.body-red .branding .text-highlight {
    color: #f77b6b
}

.body-pink .branding .text-highlight {
    color: #EA5395
}

.body-purple .branding .text-highlight {
    color: #8A40A7
}

.branding .text-bold {
    font-weight: 800;
    color: #fff
}

.branding .icon {
    font-size: 24px;
    color: rgba(var(--theme-color), 1)
}

.body-green .branding .icon {
    color: rgba(var(--theme-color), 1)
}

.body-blue .branding .icon {
    color: #58bbee
}

.body-orange .branding .icon {
    color: #F88C30
}

.body-red .branding .icon {
    color: #f77b6b
}

.body-pink .branding .icon {
    color: #EA5395
}

.body-purple .branding .icon {
    color: #8A40A7
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb li {
    color: rgba(255, 255, 255, 0.5)
}

.breadcrumb li.active {
    color: rgba(255, 255, 255, 0.5)
}

.breadcrumb li a {
    color: rgba(255, 255, 255, 0.5)
}

.breadcrumb li a:hover {
    color: #fff
}

.breadcrumb>li+li:before {
    color: rgba(0, 0, 0, 0.4)
}

.header-section {
    padding: calc(40px + (70 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
    text-align: center;
    position: relative;
}

.header-section::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, hsla(324, 100%, 76%, 1) 0%, hsla(23, 100%, 76%, 1) 26%, hsla(22, 100%, 50%, 1) 49%, hsla(43, 99%, 54%, 1) 76%, hsla(116, 35%, 81%, 1) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.header-section h2 {
    margin-bottom: 0;
    color: rgba(var(--black), 1);
    font-weight: 600;
}

.search-form {
    position: relative
}

.search-form .search-input {
    font-size: 14px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 4px
}

.search-form .search-input:focus {
    border-color: #616670
}

.search-form .search-btn {
    color: #797f8b;
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 0px;
    margin-right: 0
}

.search-form .search-btn:active,
.search-form .search-btn:focus,
.search-form .search-btn:hover {
    outline: none !important;
    color: #31343a
}

.top-search-box {
    position: absolute;
    right: 15px;
    top: 15px
}

.footer {
    background: #26282c;
    color: rgba(255, 255, 255, 0.6);
    padding: 15px 0
}

.footer a {
    color: rgba(var(--theme-color), 1)
}

.footer .fa-heart {
    color: #EA5395
}

@media (max-width: 575.98px) {
    .top-search-box {
        width: 100%;
        position: static;
        margin-top: 15px
    }
}

.doc-wrapper {
    padding: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320))) 0;
}

.content-inner {
    width: 100%;
}

.doc-body {
    position: relative
}

.doc-header {
    margin-bottom: 30px
}

.doc-header .doc-title {
    color: rgba(var(--theme-color), 1);
    margin-top: 0;
    font-size: 36px
}

.body-green .doc-header .doc-title {
    color: rgba(var(--theme-color), 1)
}

.body-blue .doc-header .doc-title {
    color: #58bbee
}

.body-orange .doc-header .doc-title {
    color: #F88C30
}

.body-red .doc-header .doc-title {
    color: #f77b6b
}

.body-pink .doc-header .doc-title {
    color: #EA5395
}

.body-purple .doc-header .doc-title {
    color: #8A40A7
}

.doc-header .icon {
    font-size: 30px
}

.doc-header .meta {
    color: #a2a6af
}

.doc-content {
    position: relative;
    z-index: 10
}

.doc-section {
    padding-top: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
}

.doc-section .section-title {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    border-top: 1px solid rgba(var(--border-color), 1);
    padding-top: calc(25px + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
    font-family: "Bricolage Grotesque",
        sans-serif;
}

.doc-section h1 {
    font-size: 24px;
    font-weight: bold
}

.doc-section h2 {
    font-size: 22px;
    font-weight: bold
}

.doc-section h3 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold;
    color: rgba(var(--black), 1);
}

.doc-section h4 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(var(--black), 1);
}

.doc-section h5 {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: bold
}

.doc-section h6 {
    font-size: 14px;
    font-weight: bold
}

.section-block {
    padding-top: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.section-block .block-title {
    margin-top: 0
}

.section-block .list {
    margin-bottom: 0;
}

.section-block .list>li {
    margin-bottom: 10px;
    color: rgba(var(--black), 1);
}

.section-block .list>li span {
    font-weight: 500;
}

.section-block .list>li:last-child {
    margin-bottom: 0
}

.section-block .list ul>li {
    margin-top: 5px
}

.question {
    font-weight: 400 !important;
    color: rgba(var(--black), 1);
    margin-bottom: 10px !important;
}

.section-block .answer .list>li {
    color: rgba(var(--content-color), 1);
}

.section-block .question .list>li {
    margin-bottom: 10px;
}

.question .body-green {
    color: #63b971
}

.body-blue .question {
    color: #41b2ec
}

.body-orange .question {
    color: #f77e17
}

.body-pink .question {
    color: #e73c87
}

.body-purple .question {
    color: #7b3995
}

.question .svg-inline--fa {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.question .badge {
    font-size: 11px;
    vertical-align: middle
}

.answer {
    color: #616670
}

.code-block {
    margin-top: 10px;
}

pre[class*="language-"] {
    margin: 0;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.callout-block {
    padding: 30px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px
}

.callout-block a {
    color: rgba(0, 0, 0, 0.55) !important
}

.callout-block a:hover {
    color: rgba(0, 0, 0, 0.65) !important
}

.callout-block .icon-holder {
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: rgba(0, 0, 0, 0.25)
}

.callout-block .content {
    margin-left: 60px
}

.callout-block .content p:last-child {
    margin-bottom: 0
}

.callout-block .callout-title {
    margin-top: 0;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.65)
}

.callout-info {
    background: #58bbee;
    color: #fff
}

.callout-success {
    background: rgba(var(--theme-color), 1);
    color: #fff
}

.callout-warning {
    background: #F88C30;
    color: #fff
}

.callout-danger {
    background: #f77b6b;
    color: #fff
}

.callout-basic {
    background: #f8f8f8;
    border-radius: 8px;
}

.callout-basic .highlight-text {
    background-color: #d2d2d2;
}

.table>thead>tr>th {
    border-bottom-color: #8bd6d8
}

.body-green .table>thead>tr>th {
    border-bottom-color: #bbe1c1
}

.body-blue .table>thead>tr>th {
    border-bottom-color: #b5e1f7
}

.body-orange .table>thead>tr>th {
    border-bottom-color: #fbc393
}

.body-pink .table>thead>tr>th {
    border-bottom-color: #f5aecd
}

.body-purple .table>thead>tr>th {
    border-bottom-color: #b87fce
}

.table-bordered>thead>tr>th {
    border-bottom-color: inherit
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

.screenshot-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center
}

.screenshot-holder img {
    border: 1px solid #f0f0f0
}

.screenshot-holder .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none
}

.screenshot-holder .mask .svg-inline--fa {
    color: #fff;
    font-size: 42px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.screenshot-holder:hover .mask {
    visibility: visible
}

.jumbotron h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px
}

.author-profile {
    margin-top: 30px
}

.author-profile img {
    width: 100px;
    height: 100px
}

.speech-bubble {
    background: #fff;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative
}

.speech-bubble .speech-title {
    font-size: 16px
}

.jumbotron .speech-bubble p {
    font-size: 14px;
    font-weight: normal;
    color: #616670
}

.speech-bubble:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.theme-card {
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    height: 100%
}

.theme-card .card-block {
    padding: 15px 10px
}

.theme-card .card-block .card-title {
    font-size: 0.875rem
}

.theme-card .card-block .card-text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    color: #616670
}

.theme-card .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none
}

.theme-card .mask .icon {
    color: #fff;
    font-size: 42px;
    margin-top: 25%
}

.theme-card:hover .mask {
    visibility: visible
}

.body-green .header {
    border-color: rgba(var(--theme-color), 1)
}

.body-green a {
    color: rgba(var(--theme-color), 1)
}

.body-green a:hover {
    color: #52b161
}

.body-blue .header {
    border-color: #58bbee
}

.body-blue a {
    color: #58bbee
}

.body-blue a:hover {
    color: #2aa8e9
}

.body-orange .header {
    border-color: #F88C30
}

.body-orange a {
    color: #F88C30
}

.body-orange a:hover {
    color: #ed7108
}

.body-pink .header {
    border-color: #EA5395
}

.body-pink a {
    color: #EA5395
}

.body-pink a:hover {
    color: #e42679
}

.body-purple .header {
    border-color: #8A40A7
}

.body-purple a {
    color: #8A40A7
}

.body-purple a:hover {
    color: #6c3282
}

.body-red .header {
    border-color: #f77b6b
}

.body-red a {
    color: #f77b6b
}

.body-red a:hover {
    color: #f4503b
}

.doc-body {
    margin-left: -20px;
    margin-right: -20px;
}

.doc-body>div {
    padding-left: 20px;
    padding-right: 20px;
}

.doc-content {
    border-left: 1px solid rgba(var(--border-color), 1);
}

.doc-nav {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}

.doc-menu {
    list-style: none
}

.doc-menu .nav-link {
    margin-bottom: 5px;
    display: block;
    padding: 10px 19px;
    color: rgba(var(--black), 1);
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 5px;
}

.doc-menu .nav-link:hover,
.doc-menu .nav-link:focus {
    color: #494d55;
    text-decoration: none;
    background: none
}

.doc-menu .active .nav-link {
    background: none;
    color: rgba(var(--theme-color), 1);
    font-weight: 600
}

.nav-item.active .nav-link {
    background: none;
    color: rgba(var(--theme-color), 1);
    font-weight: 600;
    background-color: rgba(213, 239, 255, 0.55);
}

.body-green .nav-item.active .nav-link {
    color: rgba(var(--theme-color), 1);
    border-color: rgba(var(--theme-color), 1)
}

.body-blue .nav-item.active .nav-link {
    color: #58bbee;
    border-color: #58bbee
}

.body-orange .nav-item.active .nav-link {
    color: #F88C30;
    border-color: #F88C30
}

.body-red .nav-item.active .nav-link {
    color: #f77b6b;
    border-color: #f77b6b
}

.body-pink .nav-item.active .nav-link {
    color: #EA5395;
    border-color: #EA5395
}

.body-purple .nav-item.active .nav-link {
    color: #8A40A7;
    border-color: #8A40A7
}

.doc-sub-menu {
    list-style: none;
    padding-left: 20px;
}

.doc-sub-menu .nav-link {
    margin-bottom: 6px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: block;
    color: rgba(var(--content-color), 1);
    padding: 0;
    padding-left: 34px;
    background: none
}

.doc-sub-menu .nav-link:first-child {
    padding: 10px 23px;
}

.doc-sub-menu .nav-link:hover {
    color: #494d55;
    text-decoration: none;
    background: none
}

.doc-sub-menu .nav-link:focus {
    background: none
}

.promo-block {
    background: #3aa7aa
}

.body-green .promo-block {
    background: #63b971
}

.body-blue .promo-block {
    background: #41b2ec
}

.body-orange .promo-block {
    background: #f77e17
}

.body-pink .promo-block {
    background: #e73c87
}

.body-purple .promo-block {
    background: #7b3995
}

.promo-block a {
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold
}

.promo-block a:hover {
    color: rgba(0, 0, 0, 0.7)
}

.promo-block .promo-block-inner {
    padding: 45px;
    color: #fff;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.promo-block .promo-title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 45px
}

.promo-block .promo-title .svg-inline--fa {
    color: rgba(0, 0, 0, 0.6)
}

.promo-block .figure-holder-inner {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.promo-block .figure-holder-inner img {
    border: 5px solid #fff
}

.promo-block .figure-holder-inner .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    text-decoration: none
}

.promo-block .figure-holder-inner .mask .svg-inline--fa {
    color: #fff;
    font-size: 36px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px
}

.promo-block .figure-holder-inner .mask .svg-inline--fa.pink {
    color: #EA5395
}

.promo-block .figure-holder-inner:hover .mask {
    visibility: visible
}

.promo-block .content-holder-inner {
    padding-left: 15px;
    padding-right: 15px
}

.promo-block .content-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0
}

.promo-block .highlight {
    color: rgba(0, 0, 0, 0.6)
}

.promo-block .btn-cta {
    background: rgba(0, 0, 0, 0.35);
    border: none;
    color: #fff !important;
    margin-bottom: 15px
}

.promo-block .btn-cta:hover {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff !important
}

@media (max-width: 767px) {
    .jumbotron {
        padding: 30px 15px
    }

    .jumbotron h1 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .jumbotron p {
        font-size: 18px
    }

    .promo-block .promo-block-inner {
        padding: 30px 15px
    }

    .promo-block .content-holder-inner {
        padding: 0
    }

    .promo-block .promo-title {
        margin-bottom: 30px
    }
}

.sticky:before,
.sticky:after {
    content: '';
    display: table
}

.landing-page .header {
    background: #494d55;
    color: rgba(255, 255, 255, 0.85);
    padding: 60px 0
}

.landing-page .header a {
    color: #fff
}

.landing-page .branding {
    text-transform: uppercase;
    margin-bottom: 20px
}

.branding .btn-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-sec a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.landing-page .branding .logo {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0
}

.landing-page .branding .text-bold {
    font-weight: 800;
    color: #fff
}

.landing-page .branding .icon {
    font-size: 32px;
    color: rgba(var(--theme-color), 1)
}

.landing-page .tagline {
    font-weight: 600;
    font-size: 20px
}

.landing-page .tagline p {
    margin-bottom: 5px
}

.landing-page .tagline p:last-child {
    margin-bottom: 0
}

.landing-page .tagline .text-highlight {
    color: #266f71
}

.landing-page .fa-heart {
    color: #EA5395
}

.landing-page .cta-container {
    margin-top: 30px
}

.landing-page .social-container .twitter-tweet {
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.landing-page .social-container .fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: 3px
}

.cards-section {
    padding: 60px 0;
    background: #f9f9fb
}

.cards-section .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600
}

.cards-section .intro {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 60px;
    color: #616670
}

.cards-section .cards-wrapper {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto
}

.cards-section .item {
    margin-bottom: 30px
}

.cards-section .item .icon-holder {
    margin-bottom: 15px
}

.cards-section .item .icon {
    font-size: 36px
}

.cards-section .item .title {
    font-size: 16px;
    font-weight: 600
}

.cards-section .item .intro {
    margin-bottom: 15px
}

.cards-section .item-inner {
    padding: 45px 30px;
    background: #fff;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 100%
}

.cards-section .item-inner .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.cards-section .item-inner:hover {
    background: #f5f5f5
}

.cards-section .item-primary .item-inner {
    border-top: 3px solid rgba(var(--theme-color), 1)
}

.cards-section .item-primary .item-inner:hover .title {
    color: #2d8284
}

.cards-section .item-primary .icon {
    color: rgba(var(--theme-color), 1)
}

.cards-section .item-green .item-inner {
    border-top: 3px solid rgba(var(--theme-color), 1)
}

.cards-section .item-green .item-inner:hover .title {
    color: #48a156
}

.cards-section .item-green .icon {
    color: rgba(var(--theme-color), 1)
}

.cards-section .item-blue .item-inner {
    border-top: 3px solid #58bbee
}

.cards-section .item-blue .item-inner:hover .title {
    color: #179de2
}

.cards-section .item-blue .icon {
    color: #58bbee
}

.cards-section .item-orange .item-inner {
    border-top: 3px solid #F88C30
}

.cards-section .item-orange .item-inner:hover .title {
    color: #d46607
}

.cards-section .item-orange .icon {
    color: #F88C30
}

.cards-section .item-red .item-inner {
    border-top: 3px solid #f77b6b
}

.cards-section .item-red .item-inner:hover .title {
    color: #f33a22
}

.cards-section .item-red .icon {
    color: #f77b6b
}

.cards-section .item-pink .item-inner {
    border-top: 3px solid #EA5395
}

.cards-section .item-pink .item-inner:hover .title {
    color: #d61a6c
}

.cards-section .item-pink .icon {
    color: #EA5395
}

.cards-section .item-purple .item-inner {
    border-top: 3px solid #8A40A7
}

.cards-section .item-purple .item-inner:hover .title {
    color: #5c2b70
}

.cards-section .item-purple .icon {
    color: #8A40A7
}

.highlight-text {
    background-color: #f2f2f2;
    padding: 2px 4px;
    display: inline-block;
    border-radius: 3px;
}

.intro-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 35px;
}

@media (max-width: 575.98px) {
    .main-search-box {
        width: 100%
    }

    .main-search-box .search-form .search-input {
        width: 100%
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 60px;
        background-color: rgba(var(--white), 1);
        width: 100%;
        padding: 20px;
        z-index: 10;
        border-radius: 11px;
        box-shadow: 0 6px 1.5rem -0.3rem rgba(108, 108, 109, 0.15);
    }
}

@media (max-width: 767.98px) {
    .cards-section .item-inner {
        padding: 30px 15px
    }

    .doc-content {
        border-left: none;
    }

    .doc-sidebar {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        top: 0;
        z-index: 12;
        transition: all 0.5s ease;
    }

    .doc-sidebar.show {
        left: 0;
    }

    .doc-nav {
        padding: 20px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 11;
        display: none
    }

    .overlay.show {
        display: block
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        cursor: pointer;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 5px 10px;
    }

    .mobile-menu .svg-inline--fa {
        color: rgba(var(--black), 1);
    }

    .mobile-menu h5 {
        margin-bottom: 0;
        font-size: 16px;
        color: rgba(var(--black), 1);
    }

    .doc-wrapper {
        overflow: hidden;
    }

        .sticky {
            top: 0;
        }
}

@media (min-width: 576px) {
    .main-search-box .search-form .search-input {
        width: 400px
    }
}

@media (min-width: 768px) {
    .main-search-box .search-form .search-input {
        width: 560px
    }
}

:not(pre)>code[class*="language-"],
pre[class*="language-"],
code {
    background-color: rgba(var(--light-grey), 1);
}

code[class*="language-"],
pre[class*="language-"] {
    color: rgba(var(--content-color), 1);
}

pre[class*="language-"] {
    border: 1px solid rgba(var(--border-color));
}

.inner-top-bar {
    overflow: hidden;
    position: relative;
    background-image: url(../images/inner-bg.png);
}

.inner-top-bar .inner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    margin-top: -90px;
}

@media (max-width: 991px) {
    .inner-top-bar .inner-bg {
        margin-top: 0;
        height: 90%;
    }

    .doc-sidebar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .doc-menu .nav-link {
        padding: 8px 10px;
    }

    .doc-sub-menu .nav-link:first-child {
        padding: 7px 13px;
    }
}

.inner-top-bar .top-bar-content {
    padding: calc(100px + (164 - 100) * ((100vw - 320px) / (1920 - 320))) 0 calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
}

.inner-top-bar h1 {
    font-size: calc(38px + (90 - 38) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    text-transform: unset;
    margin-top: calc(-8px + (-19 - -8) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
    color: rgba(var(--black), 1);
    font-weight: 700;
    font-family: "Bricolage Grotesque",
        sans-serif;
}

.inner-top-bar h1.pos-ab {
    font-size: calc(90px + (310 - 90) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    position: absolute;
    bottom: calc(-30px + (-140 - -30) * ((100vw - 320px) / (1920 - 320)));
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.03;
    margin: 0;
    white-space: nowrap;
}