.markdown {
    line-height: 1.7
}

.markdown>:first-child {
    margin-top: 0
}

.markdown a {
    text-decoration: none;
    color: #0b68ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em
}

.markdown a:visited {
    color: #0b68ff
}

.markdown a:hover {
    text-decoration: none
}

.markdown b,
.markdown optgroup,
.markdown strong {
    font-weight: 500
}

.markdown code {
    font-family: roboto mono, monospace;
    color: #384350
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.01em;
    padding-top: 60px
}

.markdown h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 24px
}

@media screen and (min-width:760px) {
    .markdown h1 {
        font-size: 55px
    }
}

.markdown h2 {
    font-size: 24px;
    margin: -30px 0 20px
}

.markdown h3 {
    font-size: 16px;
    margin: -30px 0 20px
}

.markdown h4 {
    font-size: 16px;
    font-weight: 600;
    margin: -30px 0 20px
}

.markdown h5 {
    margin-top: -30px
}

.markdown hr {
    border: 0;
    border-top: 1px solid #ebeef0;
    margin-bottom: 0;
    margin-top: -3px
}

.markdown img {
    margin: 10px auto
}

.markdown img.full,
.markdown img.large,
.markdown img.medium,
.markdown img.small {
    display: block
}

.markdown img.icon {
    display: inline;
    max-height: 1.7em;
    margin: -10px 0
}

.markdown mark {
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    padding: 0 1px
}

.markdown .note ul,
.markdown .note ol {
    padding-left: 0;
    margin: 0 0 0 20px
}

.markdown .note ul li,
.markdown .note ol li {
    font-size: 16px;
    line-height: 1.7
}

.markdown .note ul li p,
.markdown .note ol li p {
    display: inline
}

.markdown ol ol,
.markdown ul ol {
    counter-reset: sublist
}

.markdown ol ol li:before,
.markdown ul ol li:before {
    counter-increment: sublist;
    content: counter(sublist, lower-alpha) " "
}

.markdown ol ol ol,
.markdown ul ol ol {
    counter-reset: deeplist
}

.markdown ol ol ol li:before,
.markdown ul ol ol li:before {
    counter-increment: deeplist;
    content: counter(deeplist, lower-roman) " "
}

.markdown ol {
    padding-left: 0;
    counter-reset: list;
    margin: 30px 0
}

.markdown ol li {
    font-weight: 400;
    font-size: 16px;
    list-style-type: none;
    line-height: 26px;
    position: relative;
    margin-left: 26px
}

.markdown ol li p {
    display: inline
}

.markdown ol li p+ul {
    padding-left: 0;
    margin: 0 0 0 20px
}

.markdown ol li p+ul li {
    font-size: 16px;
    line-height: 1.7
}

.markdown ol li p+ul li p {
    display: inline
}

.markdown ol li:before {
    counter-increment: list;
    content: counter(list) " ";
    background-color: #4da7fe;
    color: #fff;
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5em;
    position: absolute;
    top: 3px;
    margin-left: -26px
}

.markdown ol ul {
    list-style-type: disc
}

.markdown ol ul li:before {
    content: "";
    counter-increment: none;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #384350;
    top: 13px;
    left: 10px
}

.markdown ul {
    padding-left: 0;
    margin: 0 0 0 20px
}

.markdown ul li {
    font-size: 16px;
    line-height: 1.7
}

.markdown ul li p {
    display: inline
}

.markdown p+ul {
    padding-left: 0;
    margin: -16px 0 0 20px
}

.markdown p+ul li {
    font-size: 16px;
    line-height: 1.7
}

.markdown p+ul li p {
    display: inline
}

.markdown p {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 16px
}

.markdown p code,
.markdown li>code:not([class]) {
    padding: 0 .25rem;
    font-family: roboto mono, monospace;
    background-color: #f9fafb;
    color: #d41640;
    border-radius: .15rem;
    font-weight: 400
}

.markdown pre {
    padding: 1rem;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.45;
    background: #f9fafb;
    overflow-x: auto
}

.markdown pre .language-javascript .kd {
    color: #54a3c5;
    font-weight: 700
}

.markdown pre .language-javascript .nx {
    color: #dd4a68
}

.markdown pre .language-javascript .s2 {
    color: #6f9e10
}

.markdown pre .language-javascript .o+.nx {
    color: #384350
}

.markdown blockquote {
    border-left: none;
    margin: 0 0 4.25rem;
    padding: 0 2rem;
    position: relative
}

.markdown blockquote:before {
    content: "";
    width: 4px;
    background: #dee2e6;
    position: absolute;
    top: 6px;
    bottom: 4px;
    left: 0
}

.markdown blockquote :first-child {
    margin-top: 0
}

.markdown blockquote :last-child {
    margin-bottom: 0
}

.markdown table {
    border-collapse: collapse;
    border: 1px solid #dbe0e3;
    font-size: 12px;
    border-radius: 2px;
    margin: 2rem 0
}

@media screen and (min-width:760px) {
    .markdown table {
        font-size: 16px
    }
}

.markdown table thead {
    background-color: #f9fafb
}

.markdown table th {
    font-weight: 500;
    border: 1px solid #dbe0e3;
    padding: 12px 10px
}

.markdown table td {
    border-right: 1px solid #dbe0e3;
    padding: 12px 10px
}

@media only screen and (min-width:993px) {
    .markdown img.full {
        max-width: 100%
    }
    .markdown img.large {
        max-width: 75%
    }
    .markdown img.medium {
        max-width: 50%
    }
    .markdown img.small {
        max-width: 25%
    }
}

@media only screen and (min-width:481px) and (max-width:992px) {
    .markdown img.full {
        max-width: 100%
    }
    .markdown img.large {
        max-width: 80%
    }
    .markdown img.medium {
        max-width: 65%
    }
    .markdown img.small {
        max-width: 50%
    }
}

@media only screen and (max-width:480px) {
    .markdown img.full {
        max-width: 90%
    }
    .markdown img.large {
        max-width: 90%
    }
    .markdown img.medium {
        max-width: 90%
    }
    .markdown img.small {
        max-width: 90%
    }
}

@font-face {
    font-family: graphik lcg web;
    src: url(./font/Graphik-Light-Cy-Gr-Web.eot);
    src: url(./font/Graphik-Light-Cy-Gr-Web.eot?#iefix) format("embedded-opentype"), url(./font/Graphik-Light-Cy-Gr-Web.woff2) format("woff2"), url(./font/Graphik-Light-Cy-Gr-Web.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: graphik lcg web;
    src: url(./font/Graphik-Regular-Cy-Gr-Web.eot);
    src: url(./font/Graphik-Regular-Cy-Gr-Web.eot?#iefix) format("embedded-opentype"), url(./font/Graphik-Regular-Cy-Gr-Web.woff2) format("woff2"), url(./font/Graphik-Regular-Cy-Gr-Web.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: graphik lcg web;
    src: url(./font/Graphik-Medium-Cy-Gr-Web.eot);
    src: url(./font/Graphik-Medium-Cy-Gr-Web.eot?#iefix) format("embedded-opentype"), url(./font/Graphik-Medium-Cy-Gr-Web.woff2) format("woff2"), url(./font/Graphik-Medium-Cy-Gr-Web.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: graphik lcg web;
    src: url(./font/Graphik-Semibold-Cy-Gr-Web.eot);
    src: url(./font/Graphik-Semibold-Cy-Gr-Web.eot?#iefix) format("embedded-opentype"), url(./font/Graphik-Semibold-Cy-Gr-Web.woff2) format("woff2"), url(./font/Graphik-Semibold-Cy-Gr-Web.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: graphik lcg web;
    src: url(./font/Graphik-Bold-Cy-Gr-Web.eot);
    src: url(./font/Graphik-Bold-Cy-Gr-Web.eot?#iefix) format("embedded-opentype"), url(./font/Graphik-Bold-Cy-Gr-Web.woff2) format("woff2"), url(./font/Graphik-Bold-Cy-Gr-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: roboto mono;
    src: url(./font/Roboto-mono-latin-regular.eot);
    src: url(./font/Roboto-mono-latin-regular.eot?#iefix) format("embedded-opentype"), url(./font/Roboto-mono-latin-regular.woff2) format("woff2"), url(./font/Roboto-mono-latin-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flex {
    display: flex
}

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

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.align-center {
    align-items: center
}

.mx-auto {
    margin: 0 auto
}

.hide {
    display: none
}

.grid-layout {
    display: flex;
    margin: 0 -13px;
    flex-wrap: wrap
}

.grid-layout__col {
    flex: 0 0 calc(100% - 26px);
    margin: 0 13px;
    margin-bottom: 23px
}

@media screen and (min-width:680px) {
    .grid-layout__col {
        flex: 0 0 calc(50% - 26px)
    }
}

@media screen and (min-width:1260px) {
    .grid-layout__col {
        flex: 0 0 calc(25% - 26px)
    }
}

.grid-layout__col--wide {
    flex: 0 0 calc(100% - 26px)
}

@media screen and (min-width:1260px) {
    .grid-layout__col--wide {
        flex: 0 0 calc(50% - 26px)
    }
}

.grid-layout--2 {
    margin: 0 -40px
}

.grid-layout--2 .grid-layout__col {
    flex: 0 0 calc(50% - 80px);
    margin: 0 40px
}

.related-posts h2 {
    font-weight: 600
}

.related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.related-posts li {
    margin: 6px 0
}

.related-posts a {
    color: #0b68ff;
    font-weight: 500
}

.related-posts a:before {
    display: inline-block;
    content: '- ';
    padding-right: 3px
}

.page-header p {
    font-size: 22px;
    margin-bottom: 80px
}

.main-section__item {
    display: flex;
    flex-direction: column
}

.main-section__item h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}

@media screen and (min-width:1260px) {
    .main-section__item h3 {
        font-size: 27px
    }
}

.main-section .main-section__header {
    font-size: 14px;
    font-weight: 500;
    margin: 40px 0;
    text-transform: uppercase
}

.articles-list {
    border-top: 2px solid #2f373f
}

.articles-list__item {
    padding: 24px;
    transition: box-shadow .2s ease-in-out
}

.articles-list__item:hover {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 31px 0 rgba(171, 178, 183, .6)
}

.articles-list__item h3 {
    font-size: 18px;
    margin: 0
}

.articles-list__item p {
    font-size: 14px;
    margin: 0
}

.main-section__link {
    display: flex;
    color: #2f373f;
    flex-direction: column;
    flex: 1;
    min-height: 328px;
    padding: 28px;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(51, 69, 81, .06);
    border: solid 1px #f0efef;
    background-color: #fff;
    transition: box-shadow .2s ease-in-out
}

.main-section__link:active,
.main-section__link:visited {
    color: #2f373f
}

.main-section__link:hover {
    box-shadow: 0 8px 31px 0 rgba(171, 178, 183, .6);
    color: #fff !important;
    background: #0768ff;
}

.main-section__link p {
    font-size: 14px;
    line-height: 1.4
}

.markdown .main-section__link--color {
    color: #2f373f;
    transition: all .2s ease-in-out
}

.markdown .main-section__link--color:active,
.markdown .main-section__link--color:visited {
    color: #2f373f
}

.markdown .main-section__link--color:visited:hover,
.markdown .main-section__link--color:hover {
    color: #fff
}

.markdown .main-section__link--color:visited:hover .articles-count,
.markdown .main-section__link--color:hover .articles-count {
    border-bottom: 2px solid #fff
}

.main-section__link--red:hover {
    background: #f52922
}

.main-section__link--blue:hover {
    background: #0768ff
}

.main-section__link--gray:hover {
    background: #384350
}

.main-section__link--pink:hover {
    background: #ff2f52
}

.main-section__link--volcano:hover {
    background: #ff5831
}

.main-section__link--lime:hover {
    background: #f97600
}

.main-section__link--yellow:hover {
    background: #ffba00
}

.main-section__link--green:hover {
    background: #54cb0b
}

.main-section__link--orange:hover {
    background: #f97600
}

.main-section__link--cyan:hover {
    background: #13c2bc
}

.main-section__link--purple:hover {
    background: #572ab4
}

.main-section__link--violet:hover {
    background: #a41dc4
}

.main-section__link--api,
.main-section__link--guide,
.main-section__link--ai,
.main-section__link--dev {
    padding: 240px 24px 24px
}

@media screen and (min-width:660px) {
    .main-section__link--api,
    .main-section__link--guide,
    .main-section__link--ai,
    .main-section__link--dev {
        padding: 60px 50% 60px 66px
    }
}

.main-section__link--api h3,
.main-section__link--guide h3,
.main-section__link--ai h3,
.main-section__link--dev h3 {
    font-size: 33px;
    font-weight: 700
}

article a h3 {
    word-break: break-word;
}

.main-section__link--api p,
.main-section__link--guide p,
.main-section__link--ai p,
.main-section__link--dev p {
    font-size: 14px
}

.main-section__link--api .fake-link-wrapper,
.main-section__link--guide .fake-link-wrapper,
.main-section__link--ai .fake-link-wrapper,
.main-section__link--dev .fake-link-wrapper {
    margin-top: auto
}

.main-section__link--api .fake-link,
.main-section__link--guide .fake-link,
.main-section__link--ai .fake-link,
.main-section__link--dev .fake-link {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9ImFycm93LXJpZ2h0LXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjAwMDAwMCwgLTcuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBpZD0iYmciIGZpbGw9IiNmMmYyZjIiIG9wYWNpdHk9IjAiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48cGF0aCBkPSJNOCAxM2g1LjZMMTEuMyAxNS4zQzEwLjkgMTUuNyAxMC45IDE2LjMgMTEuMyAxNi43IDExLjcgMTcuMSAxMi4zIDE3LjEgMTIuNyAxNi43bDQtNEMxNi45IDEyLjUgMTcgMTIuMyAxNyAxMiAxNyAxMS43IDE2LjkgMTEuNSAxNi43IDExLjNMMTIuNyA3LjNDMTIuMyA2LjkgMTEuNiA3IDExLjMgNy40IDExIDcuOCAxMSA4LjMgMTEuMyA4LjdMMTMuNiAxMUg4QzcuNCAxMSA3IDExLjQgNyAxMiA3IDEyLjYgNy40IDEzIDggMTN6IiBpZD0icGF0aCIgZmlsbD0iIzBiNjhmZiIvPjwvZz48L2c+PC9zdmc+) no-repeat 100%;
    padding-right: 18px
}

.main-section__link--guide {
    background: url(./image/helpcenter-user-comp.png) no-repeat;
    background-position: top 20px center;
    background-size: 327px 230px
}

@media screen and (min-width:660px) {
    .main-section__link--guide {
        background-position: 100% 100%;
        background-size: 367px 270px
    }
}

.main-section__link--ai {
    background: url(./image/helpcenter-ai-comp.png) no-repeat;
    background-position: top 20px center;
    background-size: 228px 168px
}

@media screen and (min-width:660px) {
    .main-section__link--ai {
        background-position: right 45px center
    }
}

.main-section__link--api {
    background: url(./image/helpcenter-api-comp.png) no-repeat;
    background-position: top 20px center;
    background-size: 216px 195px
}

@media screen and (min-width:660px) {
    .main-section__link--api {
        background-position: right 45px center
    }
}

.main-section__link--dev {
    background: url(./image/helpcenter-dev-comp.png) no-repeat;
    background-position: top 20px center;
    background-size: 197px 206px
}

@media screen and (min-width:660px) {
    .main-section__link--dev {
        background-position: right 45px center
    }
}

.main-section__link--not-active {
    pointer-events: none
}

.fake-link {
    color: #0b68ff;
    font-weight: 500;
    font-size: 16px
}

.link-more {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9ImFycm93LXJpZ2h0LXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjAwMDAwMCwgLTcuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBpZD0iYmciIGZpbGw9IiNmMmYyZjIiIG9wYWNpdHk9IjAiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48cGF0aCBkPSJNOCAxM2g1LjZMMTEuMyAxNS4zQzEwLjkgMTUuNyAxMC45IDE2LjMgMTEuMyAxNi43IDExLjcgMTcuMSAxMi4zIDE3LjEgMTIuNyAxNi43bDQtNEMxNi45IDEyLjUgMTcgMTIuMyAxNyAxMiAxNyAxMS43IDE2LjkgMTEuNSAxNi43IDExLjNMMTIuNyA3LjNDMTIuMyA2LjkgMTEuNiA3IDExLjMgNy40IDExIDcuOCAxMSA4LjMgMTEuMyA4LjdMMTMuNiAxMUg4QzcuNCAxMSA3IDExLjQgNyAxMiA3IDEyLjYgNy40IDEzIDggMTN6IiBpZD0icGF0aCIgZmlsbD0iIzBiNjhmZiIvPjwvZz48L2c+PC9zdmc+) no-repeat 100%;
    color: #0b68ff;
    font-weight: 500;
    font-size: 16px;
    margin-top: auto;
    padding-right: 18px
}

.link-more:visited,
.link-more:hover {
    color: #0b68ff
}

.main-section__link--text {
    justify-content: flex-end;
    position: relative
}


/* .main-section__link--text::before {
    background: #d8eeff no-repeat 50%;
    background-size: 16px;
    border-radius: 50%;
    content: "";
    height: 42px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 42px
} */

.main-section__link--text h3 {
    margin-bottom: 50px
}

.main-section__link--text h3 span {
    color: #949ea6;
    font-weight: 400;
    font-size: 13px
}

.main-section__link--text p {
    min-height: 4em;
    line-height: 1.4;
    font-size: 14px
}


/* .main-section__link--blog::before {
    background-image: url(./image/icon-blog.png)
}

.main-section__link--case::before {
    background-image: url(./image/icon-case.png)
}

.main-section__link--glossary::before {
    background-image: url(./image/icon-glossary.png)
}

.main-section__link--trouble::before {
    background-image: url(./image/icon-trouble.png)
} */

.articles-count {
    border-bottom: 2px solid #2f373f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 5px;
    text-align: right
}

.articles-list--related {
    border-top: 0
}

.articles-list--related h2 {
    border-bottom: 1px solid #ebeef0;
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 18px
}

.item-header {
    min-height: 128px
}

.markdown .item-desc {
    font-size: 14px;
    margin-top: 20px
}

.other-articles-wrapper {
    margin-top: 140px
}

.other-articles__header {
    border-bottom: 2px solid #2f373f
}

.other-articles__header h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 32px
}

.other-articles__list {
    color: #0b68ff;
    margin-top: 45px
}

.other-articles__list li {
    margin-top: 6px
}

.other-articles__list a {
    color: #0b68ff
}

.progress-bar {
    border-radius: 4px;
    background-color: #e9edee;
    height: 8px;
    margin: 10px 0 28px
}

.prograss-bar__status {
    border-radius: 4px;
    display: block;
    height: 8px;
    background-color: #54c90d;
    width: 0
}

.basic-stats {
    overflow: hidden;
    margin: 80px 0 0
}

@media screen and (min-width:1024px) {
    .basic-stats {
        margin: 195px 0 0
    }
}

.basic-stats h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 36px
}

.basic-stats h2 span {
    color: #949ea6;
    font-weight: 400;
    font-size: 13px
}

.basic-stats .grid-layout {
    margin-left: -26px;
    margin-right: -26px
}

.basic-stats .grid-layout__col {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 52px);
    margin-left: 26px;
    margin-right: 26px
}

@media screen and (min-width:680px) {
    .basic-stats .grid-layout__col {
        flex: 0 0 calc(50% - 52px)
    }
}

@media screen and (min-width:960px) {
    .basic-stats .grid-layout__col {
        flex: 0 0 calc(25% - 52px)
    }
}

.basic-stats .grid-layout__col--wide {
    flex: 0 0 calc(100% - 52px)
}

@media screen and (min-width:680px) {
    .basic-stats .grid-layout__col--wide {
        flex: 0 0 calc(50% - 52px)
    }
}

.basic-stats p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 36px
}

.basic-stats .link-more-wrapper {
    margin-top: auto
}

.changelog-wrapper p {
    margin-top: 0;
    margin-bottom: 22px
}

.current-quarter {
    font-size: 38px
}

.current-quarter__quarter {
    font-weight: 700;
    position: relative;
    padding-right: 50px
}

.current-quarter__quarter::after {
    background: #232937;
    content: "";
    display: block;
    height: 28px;
    margin-top: -12px;
    position: absolute;
    right: 23px;
    width: 1px;
    top: 50%
}

.changelog-stats {
    display: flex;
    flex: 1
}

.changelog-canvas {
    display: none
}

@media screen and (min-width:1024px) {
    .changelog-canvas {
        display: block
    }
}

.changelog-stats__data {
    display: flex;
    flex-direction: column;
    flex: 1
}

.changelog {
    border-top: 1px solid #e9edee;
    display: flex
}

.changelog dl {
    flex: 1;
    margin: 0;
    padding: 18px 0 10px;
    text-align: center
}

.changelog dl:not(:first-child) {
    border-left: 1px solid #e9edee
}

.changelog dl:nth-child(1) dt::before {
    border: solid 2px #ffc500
}

.changelog dl:nth-child(2) dt::before {
    border: solid 2px #54c90d
}

.changelog dl:nth-child(3) dt::before {
    border: solid 2px #0768ff
}

.changelog dt::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background-color: #fff;
    vertical-align: center
}

.changelog dd,
.changelog dt {
    display: inline-block;
    margin: 0
}

.changelog dd {
    display: block;
    font-size: 27px;
    font-weight: 600
}

.api-version-nr {
    color: #949ea6;
    font-size: 13px;
    margin-top: auto;
    margin-bottom: 28px
}

.api-version-nr+.fake-link-wrapper {
    margin-top: 0
}

.status-widget__pane {
    box-shadow: none!important;
    visibility: visible!important;
    position: static!important;
    width: auto!important;
    text-align: left
}

.status-widget__pane__heading {
    display: none!important
}

.status-widget__pane_statistics {
    color: #949ea6 !important;
    font-size: 11px!important;
    text-align: left!important;
    margin-left: 40px;
    margin-top: -7px
}

.status-widget__pane__container,
.status-widget__pane__footer {
    display: none!important
}

.status-widget__state {
    font-size: 16px!important;
    font-weight: 500
}

.status-widget__led {
    border-radius: 50%!important;
    height: 32px!important;
    width: 32px!important;
    vertical-align: middle
}

.status-widget__led[data-state=operational] {
    background: #54c90d url(./image/icon-operational.svg) no-repeat 50%!important
}

.status-widget__led[data-state=operational]+.status-widget__state {
    color: #54c90d
}

.status-widget__led[data-state=degraded] {
    background: #fab62c url(./image/icon-degraded.svg) no-repeat 50%!important
}

.status-widget__led[data-state=degraded]+.status-widget__state {
    color: #fab62c
}

.status-widget__led[data-state=outage] {
    background: #f52922 url(./image/icon-outage.svg) no-repeat 50%!important
}

.status-widget__led[data-state=outage]+.status-widget__state {
    color: #f52922
}

.status-widget__led[data-state=pending] {
    background: #fab62c url(./image/icon-pending.svg) no-repeat 50%!important
}

.status-widget__led[data-state=pending]+.status-widget__state {
    color: #fab62c
}

.status-widget__led[data-state=outOfOffice] {
    background: #fab62c url(./image/icon-outofoffice.svg) no-repeat 50%!important
}

.status-widget__led[data-state=outOfOffice]+.status-widget__state {
    color: #fab62c
}

.status-widget.status-widget--pane-enabled:hover {
    cursor: default!important
}

.articles-sublist.hidden {
    display: none
}

.markdown .articles-list-section-header {
    border-bottom: 1px solid #ebeef0;
    font-size: 27px;
    font-weight: 600;
    margin: 30px 0 0;
    padding: 20px 0
}

.markdown .articles-list-section-header+.articles-list {
    margin-top: 0;
    border-top: 0
}

.markdown .articles-group-header {
    border-bottom: 1px solid #ebeef0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 20px 80px 20px 0;
    position: relative
}

@media screen and (min-width:760px) {
    .markdown .articles-group-header {
        font-size: 27px
    }
}

.markdown .articles-group-header:hover {
    color: #0b68ff
}

.markdown .articles-group-header::after {
    border: 1px solid #8d99a6;
    background: url(./image/arrow.png) no-repeat 50%;
    background-size: 5px 8px;
    border-radius: 50%;
    content: "";
    height: 32px;
    margin-top: -16px;
    position: absolute;
    right: 27px;
    width: 32px;
    top: 50%;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out
}

.markdown .articles-group-header.expanded::after {
    transform: rotate(-90deg)
}

.markdown .articles-list,
.markdown .articles-sublist {
    margin: 0
}

.markdown .articles-sublist .articles-list__item {
    padding: 0
}

.markdown .articles-list__item {
    padding: 0
}

.markdown .articles-list__item a {
    color: #2f373f;
    display: block;
    padding: 24px 80px 24px 24px;
    position: relative
}

.markdown .articles-list__item a::after {
    border: 1px solid #8d99a6;
    background: url(./image/arrow.png) no-repeat 50%;
    background-size: 5px 8px;
    border-radius: 50%;
    content: "";
    display: none;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    right: 27px;
    width: 32px;
    top: 50%
}

.markdown .articles-list__item a:hover h3,
.markdown .articles-list__item a:visited:hover h3 {
    color: #0b68ff
}

.markdown .articles-list__item a:hover::after,
.markdown .articles-list__item a:visited:hover::after {
    display: block
}

.sidebar-nav {
    font-size: 14px;
    left: 36px;
    letter-spacing: -.02em;
    margin-top: -68px;
    max-width: 212px;
    padding-right: 20px
}

.sidebar-nav a {
    color: #2f373f;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-nav a.active,
.sidebar-nav a:hover,
.sidebar-nav a:visited:hover {
    color: #0b68ff
}

.sidebar-nav ul,
.sidebar-nav li {
    margin: 0;
    padding: 0
}

.sidebar-nav ul {
    list-style: none
}

.sidebar-nav>ul>li {
    margin: 20px 0
}

.sidebar-nav>ul>li>a {
    font-weight: 600
}

.sidebar-nav>ul ul>li {
    margin: 15px 0
}

.sidebar-nav>ul ul ul {
    margin: 20px 0 20px 1.5em;
    list-style: disc
}

.sidebar-nav>ul ul ul li {
    margin: 10px
}

.sidebar-nav h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px
}

.accordion-item {
    margin: 7px 0
}

.accordion-item.expanded .accordion-item__title {
    background-color: #f3f5f6;
    color: #0b68ff
}

.accordion-item.expanded .accordion-item__content {
    height: auto;
    padding: 16px 0;
    overflow: visible;
    visibility: visible
}

.accordion-item__title {
    cursor: pointer;
    background: #f9fafb url(./image/arrow-down.png) no-repeat;
    background-position: right 28px top 50%;
    background-size: 8px 5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 28px;
    padding: 20px 28px
}

.accordion-item__title:hover {
    background-color: #f3f5f6;
    color: #0b68ff
}

.accordion-item__content {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    height: 0;
    letter-spacing: -.01em;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.changelog-canvas {
    align-self: flex-start;
    margin-right: 28px
}

.langTabs .highlight pre {
    margin-top: 0;
    border: 0;
    border-radius: 0
}

.langTabs button {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    height: 46px;
    width: 89px;
    border: 0;
    border-radius: 0;
    outline: none;
    color: #00758c;
    font-weight: 500;
    font-size: 13px
}

.langTabs .tabmenu.active {
    background: #fafafa
}

html {
    font-size: 13px;
    scroll-behavior: smooth
}

html img {
    max-width: 100%;
    vertical-align: middle
}

html,
body {
    min-width: 18rem
}

body {
    color: #38434f;
    background: #fff;
    font-family: graphik lcg web, sans-serif;
    font-variant: tabular-nums;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

body * {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400
}

a {
    text-decoration: none;
    color: #0b68ff
}

a:visited {
    color: #8440f1
}

img {
    vertical-align: middle
}

aside nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

aside nav ul li {
    margin: 1em 0
}

aside nav ul a {
    display: block;
    outline: 0
}

aside nav ul a:hover {
    opacity: .5
}

aside nav ul a:focus {
    outline: 0
}

aside nav ul ul {
    padding-left: 1rem
}

ul.pagination {
    display: flex;
    justify-content: center
}

ul.pagination .page-item a {
    padding: 1rem
}

.main-nav {
    max-width: 225px;
    width: 225px;
    position: absolute;
    margin: -3px 0 50px 20px;
    padding: 5px;
    list-style-type: none;
    overflow: scroll;
    scrollbar-width: none
}

.main-nav::-webkit-scrollbar {
    display: none
}

.main-nav-link {
    color: #2f373f;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.25;
    font-size: 14px
}

.main-nav-link:visited {
    color: inherit
}

.main-nav-link:hover {
    cursor: pointer
}

.main-nav-section {
    margin: 10px 0;
    display: block;
    font-weight: 500;
    line-height: 1.25;
    font-size: 14px;
    color: #2f373f
}

.main-nav-section:visited {
    color: inherit
}

.main-nav-section:hover {
    cursor: pointer;
    color: #0b68ff
}

.main-nav-section.active {
    color: #0b68ff
}

.main-nav-section-light {
    font-weight: 400;
    margin: 10px 0;
    display: block;
    line-height: 1.25;
    font-size: 14px;
    color: #2f373f
}

.main-nav-section-light:visited {
    color: inherit
}

.main-nav-section-light:hover {
    cursor: pointer;
    color: #0b68ff
}

.main-nav-section-light.active {
    color: #0b68ff
}

.main-nav-pages-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 5px;
    padding-left: 16px;
    color: #2f373f;
    font-weight: 400;
    transition: all .3s
}

.main-nav-pages-link:visited {
    color: #2f373f
}

.main-nav-pages-link:hover {
    color: #0b68ff
}

.main-nav-pages-link:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2f373f;
    position: absolute;
    left: 0
}

.main-nav-pages-link:hover:before {
    background: #0b68ff
}

.main-nav-pages-link.active {
    color: #0b68ff
}

.main-nav-pages-link.active:before {
    background: #0b68ff
}

.main-nav-wrapper-pages-link {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease
}

.main-nav-wrapper-pages-link.collapsed {
    max-height: 2000px
}

@media screen and (max-width:1200px) {
    .main-nav {
        display: none
    }
}

@media screen and (max-width:1300px) {
    .main-nav {
        margin: -3px 0 50px 5px
    }
}

@media screen and (max-width:1920px) {
    .main-nav {
        margin: -3px 0 50px 25px
    }
}

@media screen and (min-width:1920px) {
    .main-nav {
        margin: -3px 0 50px 135px
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 50px
}

@media screen and (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.book-brand {
    margin-top: 0
}

.book-menu {
    flex: 0 0 18rem;
    font-size: .875rem
}

.book-menu nav {
    width: 18rem;
    padding: 1rem;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 4rem
}

.book-menu a {
    color: #38434f
}

.book-menu a.active {
    color: #0b68ff
}

.book-page {
    padding: 24px 0;
    max-width: 1200px;
    width: 100%
}

@media screen and (max-width:768px) {
    .book-page {
        padding: 24px 0;
        margin: 0
    }
}

.markdown {
    max-width: 900px;
    margin: 0 auto
}

.markdown img {
    cursor: pointer
}

.markdown .articles-list h3 {
    padding-top: 20px
}

.markdown .articles-list a>h3 {
    padding-top: 0
}

@media screen and (max-width:1400px) {
    .markdown {
        margin-left: 250px
    }
}

@media screen and (max-width:1200px) {
    .markdown {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto
    }
}

.book-header {
    margin-bottom: 1rem;
    display: none
}

.book-toc {
    font-size: .75rem;
    position: relative;
    top: -420px;
    left: 20px
}

.book-toc nav {
    width: 180px;
    max-width: 180px;
    padding: 1rem;
    position: absolute;
    top: 372px;
    font-size: 14px
}

.book-toc nav:before {
    content: 'On this page';
    width: 212px;
    position: relative;
    left: -10px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.36px;
    color: #2f373f
}

.book-toc nav>ul {
    position: relative;
    padding-left: 2px;
    margin-top: 15px
}

.book-toc nav>ul:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -1rem;
    top: 0;
    width: 1px;
    background: #ebeef0
}

.book-toc nav>ul ul {
    padding: 0
}

.book-toc nav>ul li {
    margin: 0
}

.book-toc nav>ul li>ul {
    margin-left: 15px
}

.book-toc nav>ul li>ul a {
    line-height: 1.75
}

.book-toc nav>ul li>ul a:hover:before {
    left: -30px
}

.book-toc nav>ul li>ul>li>ul a {
    line-height: 1.5
}

.book-toc nav>ul li>ul>li>ul a:hover:before {
    left: -45px
}

.book-toc nav>ul li>ul>li>ul>li>ul a {
    line-height: 1.45
}

.book-toc nav>ul li>ul>li>ul>li>ul a:hover:before {
    left: -60px
}

.book-toc nav>ul li a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
    color: #2f373f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.book-toc nav>ul li a:hover {
    color: #0b68ff;
    opacity: 1
}

.book-toc nav>ul li a:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #0b68ff
}

.book-toc nav>ul li a.active-link {
    color: #0b68ff;
    opacity: 1
}

@media screen and (min-width:300px) {
    .book-toc {
        display: none
    }
}

@media screen and (min-width:1400px) {
    .book-toc {
        left: -80px;
        display: block
    }
}

@media screen and (min-width:1600px) {
    .book-toc {
        left: 20px
    }
}

.book-git-footer {
    display: flex;
    margin-top: 1rem;
    font-size: .875rem;
    align-items: baseline
}

.book-git-footer img {
    width: .875rem;
    vertical-align: bottom
}

.book-posts {
    min-width: 18rem;
    max-width: 36rem;
    padding: 1rem
}

.book-posts article {
    padding-bottom: 1rem
}

.contentsSubSite {
    list-style-type: none
}

.contentsSubSite a {
    font-weight: 500;
    font-size: 1.05em
}

.contentsSubSite ul {
    list-style-type: none;
    margin: 3px 20px
}

.contentsSubSite ul a {
    font-weight: 400;
    font-size: 1em
}

aside nav,
.book-page,
.markdown {
    transition: .2s ease-in-out;
    transition-property: transform, margin-left, opacity;
    will-change: transform, margin-left
}

@media screen and (max-width:54rem) {
    .book-toc {
        display: none
    }
}

@media screen and (max-width:36rem) {
    .book-menu {
        margin-left: -18rem
    }
    .book-header {
        display: flex
    }
    #menu-control:checked+main .book-menu nav,
    #menu-control:checked+main .book-page {
        transform: translateX(18rem)
    }
    #menu-control:checked+main .book-header label {
        transform: rotate(90deg)
    }
    #menu-control:checked+main .markdown {
        opacity: .25
    }
}

@media screen and (min-width:100rem) {
    .book-page,
    .book-menu nav,
    .book-toc nav {
        padding: 2rem 1rem
    }
}

.logo-brand {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyBpZD0iV2Fyc3R3YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODAwIDExOC4wMzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCAxMTguMDM1Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48Zz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzkuMzMxIDU3LjU3OWMtNi4wMzYtNC4wOTEtMTYuODc5LTcuMzgxLTMzLjEwNS0xMC4wNTZsLTIuNzc3LS4zOTJjLTExLjc3Ny0xLjYzOS0yNi40MzMtMy42NzUtMjYuNDMzLTE1Ljk2NS4wLTkuOTY2IDguNjQ5LTE0LjgxIDI2LjQ0NC0xNC44MWgyMS40NjJjNC40ODguMCA4LjI3OC0zLjc0NSA4LjI3OC04LjE3N0M3My4yIDMuNzQ1IDY5LjQxLjAgNjQuOTIyLjBINDMuNDZDMTQuNjIzLjAuMCAxMC40ODYuMCAzMS4xNjVjMCA5LjE0MiAxLjkxIDE0Ljg3OCA2LjM4OCAxOS4xODEgNC44OSA0LjcwMiA3LjEyMSA2Ljg0NiAxNS42MzYgOS4wNzkgOS4xNiAyLjQgMTAuMTE3IDIuNjUgMjAuNzQ1IDQuNDU0IDEwLjgyOSAxLjkwNCAxOC4zMzQgMy44NzYgMjIuMzA2IDUuODU4IDMuOTY3IDEuOTc4IDUuOTc4IDUuNTg1IDUuOTc4IDEwLjcxOS4wIDE0LjA4LTkuMjA2IDIxLjIyLTI3LjM2NCAyMS4yMkgxNy4zOTljLTQuNzcuMC04LjUwOCAzLjY4OS04LjUwOCA4LjM5OS4wIDQuNjg1IDMuNDk5IDcuOTU4IDguNTA4IDcuOTU4SDQzLjY5YzMwLjQzNC4wIDQ0LjYwOS0xMS45NCA0NC42MDktMzcuNTc3Qzg4LjI5OCA2OS4zMSA4NS4yODIgNjEuNjEyIDc5LjMzMSA1Ny41Nzl6TTUzMy4yNzUuMGgtOC41MWMtMzMuNjU5LjAtNTIuMTk1IDE1LjU0Mi01Mi4xOTUgNDMuNzYzdjY2LjMxMmMwIDQuNjg1IDMuNDAzIDcuOTU4IDguMjc2IDcuOTU4IDQuOTg0LjAgOC43MzktMy40MjEgOC43MzktNy45NThWNDMuNzYzYzAtMTcuNjc0IDEyLjQ5Ni0yNy40MDggMzUuMTgtMjcuNDA4aDguNTFjNC42NTYuMCA4LjczOC0zLjgyMSA4LjczOC04LjE3N0M1NDIuMDEzIDMuODIzIDUzNy45MzEuMCA1MzMuMjc1LjB6TTU2OC45MzIgMzcuMDU2Yy00Ljg0OS4wLTguNTA3IDMuNTE2LTguNTA3IDguMTc4djY0LjYyYzAgNC42ODUgMy40OTkgNy45NTggOC41MDcgNy45NTggNC43MzcuMCA4LjczOC0zLjY0MyA4LjczOC03Ljk1OHYtNjQuNjJDNTc3LjY3IDQwLjg3OSA1NzMuNTg4IDM3LjA1NiA1NjguOTMyIDM3LjA1NnpNMjA5LjAxOC4wYy0yLjIwOS4wLTQuMzQ2Ljg4NC02LjAxNiAyLjQ4OEwxNTkuMiA0NS44MDhjLS41LjQ5NC0xLjE4Ny43NzQtMS45MDQuNzc0LS43MTguMC0xLjQwNS0uMjc5LTEuOTA1LS43NzRMMTExLjU4NiAyLjQ4OEMxMDkuOTE3Ljg4NCAxMDcuNzgxLjAgMTA1LjU3MS4wYy0yLjIxMi4wLTQuMzQ3Ljg4NC02LjAxNyAyLjQ4OS0zLjI5MiAzLjE2NS0zLjM2OCA4LjY0My0uMTY0IDExLjcyM2w0NS42OTYgNDMuOTI1YzIuMzEyIDIuMjI0IDMuNTg1IDUuMTc3IDMuNTg1IDguMzE5djQzLjM5OGMwIDQuNjg1IDMuNDk5IDcuOTU4IDguNTA5IDcuOTU4IDQuNzM3LjAgOC43NC0zLjY0MyA4Ljc0LTcuOTU4VjY2LjQ1NmMwLTMuMTQzIDEuMjcyLTYuMDk3IDMuNTgzLTguMzE5bDQ1LjY5Ni00My45MjVjMy4yMDQtMy4wOCAzLjEyOC04LjU1OC0uMTYzLTExLjcyM0MyMTMuMzY1Ljg4NCAyMTEuMjI5LjAgMjA5LjAxOC4wek02ODMuNjk1IDU3LjU3OWMtNi4wNDEtNC4wOTEtMTYuODgxLTcuMzgxLTMzLjEwNC0xMC4wNTZsLTIuNzgxLS4zOTJjLTExLjc3Ni0xLjYzOS0yNi40MzMtMy42NzUtMjYuNDMzLTE1Ljk2NS4wLTkuOTY2IDguNjUtMTQuODEgMjYuNDQ1LTE0LjgxaDIxLjQ2MmM0LjQ4OC4wIDguMjc3LTMuNzQ1IDguMjc3LTguMTc3LjAtNC40MzMtMy43OS04LjE3OC04LjI3Ny04LjE3OGgtMjEuNDYyYy0yOC44NC4wLTQzLjQ2IDEwLjQ4Ni00My40NiAzMS4xNjUuMCA5LjE0IDEuOTA5IDE0Ljg3NiA2LjM4NyAxOS4xNzggNC44OSA0LjcwMyA3LjEyMyA2Ljg0OSAxNS42MTUgOS4wNzUgOS4xNzIgMi40MDYgMTAuMTI5IDIuNjU3IDIwLjc2OSA0LjQ2IDEwLjgzMSAxLjkwNiAxOC4zMzQgMy44NzYgMjIuMzAxIDUuODU1IDMuOTcxIDEuOTgxIDUuOTgyIDUuNTg3IDUuOTgyIDEwLjcyMi4wIDE0LjA4LTkuMjA2IDIxLjIyLTI3LjM2MiAyMS4yMmgtMjYuMjkzYy00Ljc3MS4wLTguNTA3IDMuNjg5LTguNTA3IDguMzk5LjAgNC42ODUgMy40OTkgNy45NTggOC41MDcgNy45NThoMjYuMjkzYzMwLjQzNC4wIDQ0LjYwNy0xMS45NCA0NC42MDctMzcuNTc3QzY5Mi42NjEgNjkuMzEyIDY4OS42NDYgNjEuNjE0IDY4My42OTUgNTcuNTc5ek0yODIuOTQ0LjBjLTI4LjAyMi4wLTUwLjgxOSAyMS45MTMtNTAuODE5IDQ4Ljg0OXY2MC45MDJjMCA0LjU2OSAzLjg3IDguMjg1IDguNjI2IDguMjg1IDQuNzUzLjAgOC42MTgtMy43MTUgOC42MTgtOC4yODVWNDguODQ5YzAtMTcuNzk1IDE1LjA2MS0zMi4yNzMgMzMuNTc0LTMyLjI3MyAxOC41MTMuMCAzMy41NzQgMTQuNDc4IDMzLjU3NCAzMi4yNzN2NjAuOTAyYzAgNC41NjkgMy44NjYgOC4yODUgOC42MTggOC4yODVoLjAxYzQuNzUxLjAgOC42MTYtMy43MTUgOC42MTYtOC4yODVWNDguODQ5QzMzMy43NjIgMjEuOTEzIDMxMC45NjUuMCAyODIuOTQ0LjB6TTM5OC4zNDEgNDkuNTI5Yy00Ljc1My4wLTguNjE4IDMuNzE5LTguNjE4IDguMjkyLjAgNC41NjcgMy44NjUgOC4yODMgOC42MTggOC4yODNoMTYuMjk0YzQuNzU0LjAgOC42MjItMy43MjEgOC42MjItOC4yOTMuMC00LjU2OC0zLjg2Ny04LjI4My04LjYyMi04LjI4M0gzOTguMzQxek00NDUuNTMyIDguMjg0YzAtNC41NjktMy44NjUtOC4yODQtOC42MTgtOC4yODRINDEwLjY4Yy0yOC4wMjIuMC01MC44MTggMjEuOTEzLTUwLjgxOCA0OC44NDl2MjAuMzMzYzAgMjYuOTM3IDIyLjc5NyA0OC44NSA1MC44MTggNDguODVoMjYuMjM0YzQuNzUzLjAgOC42MTgtMy43MTUgOC42MTgtOC4yOTIuMC00LjU2OS0zLjg2NS04LjI4NC04LjYxOC04LjI4NEg0MTAuNjhjLTE4LjUxMy4wLTMzLjU3NC0xNC40NzgtMzMuNTc0LTMyLjI3NFY0OC44NDljMC0xNy43OTUgMTUuMDYxLTMyLjI3MyAzMy41NzQtMzIuMjczaDI2LjIzNEM0NDEuNjY3IDE2LjU3NiA0NDUuNTMyIDEyLjg2MSA0NDUuNTMyIDguMjg0ek03NTIuODA5IDQ5LjUyOWMtNC43NTMuMC04LjYxOCAzLjcxOS04LjYxOCA4LjI5Mi4wIDQuNTY3IDMuODY1IDguMjgzIDguNjE4IDguMjgzaDE2LjI5NWM0Ljc1NS4wIDguNjIxLTMuNzIxIDguNjIxLTguMjkzLjAtNC41NjgtMy44NjctOC4yODMtOC42MjEtOC4yODNINzUyLjgwOXpNNzkxLjM4MiAxMDEuNDU3aC0yNi4yMzVjLTE4LjUxNC4wLTMzLjU3NS0xNC40NzgtMzMuNTc1LTMyLjI3NFY0OC44NDljMC0xNy43OTUgMTUuMDYxLTMyLjI3MyAzMy41NzUtMzIuMjczaDI2LjIzNWM0Ljc1My4wIDguNjE4LTMuNzE1IDguNjE4LTguMjkyQzhlMiAzLjcxNSA3OTYuMTM1LjAgNzkxLjM4Mi4waC0yNi4yMzVjLTI4LjAyMi4wLTUwLjgxOSAyMS45MTMtNTAuODE5IDQ4Ljg0OXYyMC4zMzNjMCAyNi45MzcgMjIuNzk3IDQ4Ljg1IDUwLjgxOSA0OC44NWgyNi4yMzVjNC43NTMuMCA4LjYxOC0zLjcxNSA4LjYxOC04LjI5MkM4ZTIgMTA1LjE3MiA3OTYuMTM1IDEwMS40NTcgNzkxLjM4MiAxMDEuNDU3eiIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    margin: 0 15px 0px 18px;
    color: #fff;
    text-indent: -999em;
    width: 102px;
    height: auto;
}

.fullscreen {
    color: #fff;
    margin: 0 15px 0 40px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    display: flex;
    position: relative;
    display: none;
    cursor: pointer
}

.fullscreen-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px
}

.fullscreen svg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
    top: 1px;
    cursor: pointer;
    fill: #fff
}

.menu-box-dd {
    padding: 4px 0 4px 15px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.header {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: visible;
    width: 100%;
    background-color: #b0c893;
    background-image: url(./image/helpcenter-header.jpg);
    background-size: cover;
    /* height:360px; */
    display: flex;
    padding: 20px;
    z-index: 2;
    position: relative;
}

.header__search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    max-width: 90%;
    margin: 0 auto
}

.header__search--text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #fff
}

.header__search--input {
    position: relative
}

.header__search--popular {
    color: #fff;
    margin-top: 25px;
    margin-left: 5px;
    font-weight: 500
}

.header__search--popular span {
    color: #ffc3c7
}

.header__search--link {
    font-weight: 500;
    color: #fff
}

@media(max-width:768px) {
    .header {
        height: 270px;
        padding: 20px
    }
}

.input {
    border: none;
    border-radius: 50px;
    padding: 22px 24px 22px 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #949ea6;
    background: rgba(255, 255, 255, .5);
    outline: 0;
    width: 100%;
    transition: all .3s ease
}

.input::placeholder {
    color: #949ea6
}

.input::-webkit-search-cancel-button {
    color: red
}

.input:hover {
    background: #fff
}

.input:hover::placeholder {
    color: #949ea6
}

.input:focus {
    box-shadow: 0 4px 12px 0 rgba(94, 98, 101, .5);
    background: #fff
}

.input:focus::placeholder {
    color: #949ea6
}

@media screen and (max-width:1025px) {
    .input {
        padding: 16px 16px 16px 48px
    }
}

.selected {
    background: #000
}

.input:hover+.search-button svg {
    fill: #384350
}

.input:focus+.search-button .search-svg svg {
    fill: #6a7580
}

.input:focus+.search-button .search-svg svg:hover {
    fill: #6a7580
}

.input:focus+.search-button .delete-svg svg {
    fill: #b5bdc3
}

.input:focus+.search-button .delete-svg svg:hover {
    fill: #6a7580
}

.search-icon-hover {
    background: #fff
}

.search-icon-hover::placeholder {
    color: #949ea6
}

.search-button {
    display: inline-block;
    top: 50%;
    left: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    outline: 0
}

.delete-button {
    display: inline-block;
    top: 50%;
    right: 25px;
    position: absolute;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    outline: 0
}

.search-svg {
    display: inline-block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 25px;
    height: 25px
}

.search-svg svg {
    fill: #6a7580;
    transition: .3s ease
}

.search-svg svg:hover {
    fill: #6a7580
}

@media screen and (max-width:1025px) {
    .search-svg {
        top: 16px;
        right: 5px
    }
}

.delete-svg {
    right: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    cursor: pointer;
    display: none
}

.delete-svg svg {
    fill: #b5bdc3
}

.delete-svg:hover svg {
    fill: #6a7580
}

.breadcrumbs {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    padding-left: 10px;
    padding-top: 100px;
    margin: 0 auto
}


breadcrumbs__back{
    font-size:20px;
    background:0 0;
    border-radius:50px;
    border:1px solid #dbe0e3;
    padding-left:15px;
    color: #38434f !important;
    font-weight:500;
    width:300px;
    flex:0 0 100px;
    height:80px;
    display:flex;
    align-items:center;
    transition:all .3s ease
}

.breadcrumbs__back svg {
    width: 20px;
    height: 20px;
    margin-left: -2px;
    fill: #6a7580
}

.breadcrumbs__back:hover {
    background: #f9fafb;
    color: #57606d
}

.breadcrumbs__back:hover svg {
    fill: #384350
}

.breadcrumbs__list {
    list-style-type: none;
    display: flex;
    margin: 0;
    height: 25px;
    overflow: auto;
    white-space: nowrap
}

.breadcrumbs__list--link {
    display: flex;
    align-items: center;
    height: 25px;
    margin-right: 1px;
    color: #949ea6;
    font-weight: 400;
    transform: all .3s ease
}

.breadcrumbs__list--link:visited {
    color: #949ea6
}

.breadcrumbs__list--link:hover {
    color: #384350
}

.breadcrumbs__list--link:hover svg {
    fill: #384350
}

.breadcrumbs__list--link svg {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    fill: #949ea6
}

.breadcrumbs__list--end {
    display: flex;
    align-items: center;
    height: 25px;
    margin-right: 1px;
    color: #38434f;
    font-weight: 400;
    transform: all .3s ease
}

@media screen and (max-width:1400px) {
    .breadcrumbs {
        max-width: 900px;
        padding: 20px 0 20px 100px
    }
}

@media screen and (max-width:1200px) {
    .breadcrumbs {
        padding: 20px 0
    }
}

.sticky {
    position: fixed;
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding-left: 22%;
    box-shadow: 0 16px 32px 0 rgba(171, 178, 183, .32);
    height: 55px;
    padding-top: 14px
}

@media screen and (max-width:1460px) {
    .sticky {
        padding-left: 10%
    }
}

@media screen and (max-width:1220px) {
    .sticky {
        padding-left: 5%
    }
}

.sticky+.container {
    padding-top: 120px
}

.sticky+.container .markdown h1:before,
.sticky+.container .markdown h2:before,
.sticky+.container .markdown h3:before,
.sticky+.container .markdown h4:before {
    display: block;
    content: " ";
    height: 65px;
    margin-top: -65px
}

.content-fixed#TableOfContents,
.content-fixed#main-nav {
    position: fixed;
    top: 75px;
    bottom: 30px
}

.note {
    max-width: 100%;
    margin: 26px auto;
    padding: 18px 30px 18px 60px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #384350;
    border-radius: 4px;
    position: relative
}

.note p {
    margin: 0;
    display: inline
}

.note__heading {
    font-weight: 600
}

.note svg {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 13px;
    left: 18px
}

.note__important {
    border: 1px solid #ffd64d;
    background-color: #fffdf7
}

.note__important svg {
    fill: #ffba00
}

.note__info {
    border: 1px solid #8bcaff;
    background-color: #fcfdff
}

.note__info svg {
    fill: #0b68ff
}

.note__warning {
    border: 1px solid #ff5a4d;
    background-color: #fffaf9
}

.note__warning svg {
    fill: #f52922
}

.note__tip {
    border: 1px solid #25dc44;
    background-color: #f6fff6
}

.note__tip svg {
    fill: #0bcb38
}

@media screen and (max-width:1220px) {
    .note {
        transform: translateX(0)
    }
}

.feedback {
    text-align: center;
    margin: 60px 0
}

.feedback__text {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #0b68ff;
    letter-spacing: -.01em
}

.feedback__buttons--btn {
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    border: none;
    margin: 0 5px;
    outline: 0;
    cursor: pointer
}

.feedback__buttons--positive {
    background-color: #54cb0b
}

.feedback__buttons--negative {
    background-color: #f52922
}

.reply-positive {
    display: none;
    text-align: center;
    margin-top: 60px
}

.reply-positive-emoji {
    font-size: 36px
}

.reply-positive-title {
    font-weight: 500;
    margin: 10px 0 5px
}

.reply-positive-subtitle {
    line-height: 1.8rem;
    width: 550px;
    margin: 0 auto;
    font-size: 14px
}

.reply-negative {
    display: none;
    text-align: center;
    margin-top: 60px
}

.reply-negative-emoji {
    font-size: 36px
}

.reply-negative-title {
    font-weight: 500;
    margin: 10px 0 5px
}

.reply-negative-subtitle {
    line-height: 1.8rem;
    width: 550px;
    margin: 0 auto;
    font-size: 14px
}

.reply-negative-feedback {
    display: flex;
    flex-direction: column;
    margin: 20px 0
}

.reply-negative .char-count {
    margin-left: auto;
    font-weight: 500;
    color: #57616d
}

.reply-negative-btn {
    margin-left: auto;
    border: 0;
    outline: 0;
    background: #0b68ff;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.reply-negative-btn:hover {
    color: #fff;
    background: #238afe radial-gradient(circle, transparent 1%, #238afe 10%) 50%/1500%;
    border-color: #238afe;
    box-shadow: 0 2px 4px rgba(35, 138, 254, .2)
}

.reply-negative-btn:active,
.reply-negative-btn:focus {
    background: #0b68ff
}

.reply-negative-message {
    margin: 10px 0 20px;
    padding: 8px 12px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all .3s, height 0s;
    min-height: 32px;
    color: #6a7580;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbe0e3;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 13px;
    outline: 0
}

.reply-negative-message:hover {
    border-color: #c2cacf;
    border-right-width: 1px!important
}

.reply-negative-message:focus {
    border-right-width: 1px!important;
    box-shadow: inset 0 0 0 1px #0b68ff;
    border-color: #0b68ff;
    background-color: #f4faff
}

.result {
    list-style: none;
    height: 485px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(171, 178, 183, .32);
    overflow-y: scroll
}

.result#result {
    margin: 5px 0
}

.result li {
    width: 100%
}

.result a {
    font-family: graphik lcg web;
    font-size: 13px;
    font-weight: 500;
    color: #384350;
    display: block;
    padding: 13px 8px;
    margin: 8px;
    border-radius: 4px;
    transition: .2s ease-in-out
}

.result a:first-child {
    margin-top: 8px
}

.result a:last-child {
    margin-bottom: 8px
}

.result a:hover {
    background: #f4faff;
    color: #0b68ff
}

.result a:focus {
    outline: 0;
    background: #f4faff;
    color: #0b68ff
}

.result:empty {
    display: none
}

.related-posts {
    margin-top: 96px;
    padding-left: 165px
}

.related-posts ul {
    list-style-type: disc;
    color: #0b68ff;
    margin-left: 20px
}

.related-posts ul li a {
    color: #0b68ff;
    font-size: 16px;
    font-weight: 400;
    margin-left: -5px;
    transition: all .3s ease;
    line-height: 30px
}

.related-posts ul li a:hover {
    text-decoration: underline;
    color: #238afe
}

.related-posts ul li a:before {
    content: ""
}

@media screen and (max-width:1220px) {
    .related-posts {
        padding-left: 0
    }
}

.main-toc ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-toc .css-treeview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.main-toc .css-treeview>ul {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 50px
}

.main-toc .css-treeview>ul ul {
    list-style-type: disc;
    color: #0b68ff;
    margin-left: 20px
}

.main-toc .css-treeview>ul a {
    transition: all .3s ease;
    line-height: 30px
}

.main-toc .css-treeview>ul a:hover {
    text-decoration: underline;
    color: #238afe
}

.main-toc .css-treeview h3 a {
    color: #384350;
    font-weight: 500;
    font-size: 24px
}

.main-toc .css-treeview h3 a:hover {
    color: #384350;
    text-decoration: none
}

.main-contents {
    display: flex;
    flex-wrap: wrap
}

.main-contents>* {
    width: 50%
}

.main-contents *:empty {
    display: none
}

.main-contents,
.main-contents ul {
    list-style: none;
    margin: 0 0 15px!important;
    padding: 0
}

.main-contents li {
    margin: 6px 0
}

.main-contents>li>a {
    color: #384350;
    font-weight: 500;
    font-size: 24px;
    margin: 20px 0;
    display: block
}

.main-contents>li>a:hover {
    color: #384350;
    text-decoration: none
}

.version {
    text-align: center;
    color: #888;
    border-top: 1px solid #ededed;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 1.3em 0;
    font-size: 11px;
    background: #fff
}

body.iframe .header .logo-brand,
body.iframe .header .btn-group {
    display: none
}

body.iframe .header .fullscreen {
    display: inline-block
}

.expand__click {
    display: flex;
    color: #0b68ff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer
}

.expand__click img {
    width: 25px;
    height: 25px;
    margin: 0
}

.expand__content {
    display: none;
    padding-left: 25px
}

.expand--active .expand__click img {
    transform: rotate(90deg)
}

.main-index-page {
    flex-wrap: wrap;
    max-width: 960px;
    margin: 70px auto
}

.main-index-page h1 {
    font-weight: 600;
    font-size: 46px;
    width: 100%;
    margin-bottom: 0
}

.main-index-page__top {
    width: 100%
}

.main-index-page__top p {
    font-size: 15.4px;
    line-height: 1.5
}

.index-boxes {
    display: flex;
    margin: 55px -10px
}

.index-box {
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    text-align: center;
    padding: 20px 24px;
    width: 33.33%;
    margin: 0 10px;
    border-radius: 4px
}

.index-box__title {
    color: #212529;
    font-weight: 500;
    font-size: 14.4px
}

.index-box p {
    font-size: 13px;
    color: #495057;
    margin: 10px 0 0
}

.index-box:hover {
    border: 1px solid #0b68ff
}

.main-subsection {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.main-subsection h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 24px
}

@media screen and (min-width:760px) {
    .main-subsection h1 {
        font-size: 55px
    }
}

.main-page-title {
    margin: 114px 0 24px;
    font-size: 36px;
    font-weight: 700
}

@media screen and (min-width:760px) {
    .main-page-title {
        font-size: 55px
    }
}

nav {
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

nav {
    background: #004dd0 !important
}

.m-user-menu {
    float: right;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    list-style-position: inside;
    display: block;
    text-align: right;
    margin: 0 10px 0 0;
}

.m-user-menu .phcenter {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Warstwa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2068%2068%22%20style%3D%22enable-background%3Anew%200%200%2068%2068%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23fff%3B%7D%0A%09.st1%7Bfill%3Anone%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22Warstwa_1_1_%22%20class%3D%22st1%22%3E%0A%09%3Cg%20id%3D%22Warstwa_9%22%3E%0A%09%09%3Crect%20%20width%3D%2268%22%20height%3D%2268%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Warstwa_12%22%20class%3D%22st0%22%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cg%3E%0A%09%09%09%09%09%3Cpath%20d%3D%22M34%2C20c3.74%2C0%2C7.256%2C1.456%2C9.9%2C4.101C46.544%2C26.744%2C48%2C30.26%2C48%2C34c0%2C7.72-6.281%2C14-14.001%2C14C26.28%2C48%2C20%2C41.72%2C20%2C34%0A%09%09%09%09%09%09C20.001%2C26.28%2C26.281%2C20%2C34%2C20%20M34%2C16c-9.941%2C0-18%2C8.059-18%2C18s8.059%2C18%2C17.999%2C18C43.942%2C52%2C52%2C43.942%2C52%2C34%0A%09%09%09%09%09%09C52.001%2C24.059%2C43.942%2C16%2C34%2C16L34%2C16z%22%2F%3E%0A%09%09%09%09%3C%2Fg%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M34.002%2C39.029c-1.01%2C0-1.881-0.786-1.993-1.812c-0.235-2.164%2C1.566-4.22%2C2.758-5.58l0.243-0.279%0A%09%09%09%09c0.783-0.908%2C1.226-1.455%2C1.226-2.165c0-0.5%2C0-2.022-2.456-2.022c-0.994%2C0-1.883%2C0.457-2.642%2C1.357l-0.062%2C0.074%0A%09%09%09%09c-0.705%2C0.851-1.965%2C0.969-2.816%2C0.264c-0.851-0.705-0.969-1.965-0.264-2.816l0.08-0.096c1.515-1.797%2C3.539-2.784%2C5.704-2.784%0A%09%09%09%09c3.861%2C0%2C6.456%2C2.42%2C6.456%2C6.022c0%2C2.23-1.269%2C3.701-2.194%2C4.775l-0.266%2C0.305c-0.428%2C0.488-1.728%2C1.971-1.788%2C2.569%0A%09%09%09%09c0.119%2C1.098-0.675%2C2.056-1.773%2C2.176C34.143%2C39.025%2C34.072%2C39.029%2C34.002%2C39.029z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Ccircle%20cx%3D%2234.064%22%20cy%3D%2243%22%20r%3D%222%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat
}

.m-user-menu .sguide {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2068%2068%22%20style%3D%22enable-background%3Anew%200%200%2068%2068%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3B%7D%0A%09.st1%7Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22Warstwa_1%22%3E%0A%09%3Cg%20id%3D%22Warstwa_9%22%3E%0A%09%09%3Crect%20class%3D%22st0%22%20width%3D%2268%22%20height%3D%2268%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22Warstwa_5%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20d%3D%22M43.472%2C16H24.528c-3.309%2C0-6%2C2.691-6%2C6v24c0%2C3.309%2C2.691%2C6%2C6%2C6h18.944c3.309%2C0%2C6-2.691%2C6-6V22%0A%09%09C49.472%2C18.691%2C46.78%2C16%2C43.472%2C16z%20M24.528%2C20H37.07v6.866c0%2C1.104%2C0.896%2C2%2C2%2C2s2-0.896%2C2-2V20h2.401c1.103%2C0%2C2%2C0.897%2C2%2C2v12.689%0A%09%09c0%2C2.205-1.794%2C3.999-3.998%2C3.999H24.528c-0.702%2C0-1.373%2C0.128-2%2C0.35V22C22.528%2C20.897%2C23.425%2C20%2C24.528%2C20z%20M43.472%2C48H24.528%0A%09%09c-1.103%2C0-2-0.897-2-2v-1.312c0-1.103%2C0.897-2%2C2-2h16.946c1.457%2C0%2C2.82-0.398%2C3.998-1.082V46C45.472%2C47.103%2C44.574%2C48%2C43.472%2C48z%22%0A%09%09%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
}

.m-user-menu .roadmap {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eroadmap%3C%2Ftitle%3E%0A%3Crect%20width%3D%2224%22%20height%3D%2224%22%20class%3D%22st0%22%2F%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3B%7D%0A%09.st1%7Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20class%3D%22st1%22%3E%0A%09%3Cg%3E%0A%3Cpath%20d%3D%22M12%2C5A7.00013%2C7.00013%2C0%2C1%2C1%2C7.05031%2C7.05029%2C6.9538%2C6.9538%2C0%2C0%2C1%2C12%2C5m-.00013-2a9.00012%2C9.00012%2C0%2C1%2C0%2C6.364%2C2.63623A8.97212%2C8.97212%2C0%2C0%2C0%2C11.99989%2C3Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M13.83257%2C13.665c.01182-.0196.03163-.0325.04082-.05386l2.12132-4.94975a.51946.51946%2C0%2C0%2C0-.656-.656L10.389%2C10.12666c-.02136.0092-.03427.029-.05386.04083a.438.438%2C0%2C0%2C0-.16772.16771c-.01182.0196-.03163.0325-.04082.05387L8.00524%2C15.33881a.49936.49936%2C0%2C0%2C0%2C.656.656L13.611%2C13.8735c.02136-.00919.03427-.029.05386-.04083a.438.438%2C0%2C0%2C0%2C.16772-.16771Zm-2.5397-.95777a1%2C1%2C0%2C1%2C1%2C1.41421%2C0A1%2C1%2C0%2C0%2C1%2C11.29287%2C12.70719Z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    transform: scale(.71)
}

.m-user-menu .rn-badge {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22nottifications-m%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%22%3E%0A%20%20%3Crect%20id%3D%22bg%22%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22opacity%3A0%3Bfill%3A%23fff%22%2F%3E%0A%20%20%3Cpath%20style%3D%22fill%3A%23fff%22%20id%3D%22path%22%20d%3D%22M12%204c-3.345.026-6.034%202.759-6.008%206.104.001.088.003.176.008.264V16c0%20.552.448%201%201%201h1.645c.208%201.853%201.878%203.187%203.731%202.979%201.567-.176%202.803-1.412%202.979-2.979H17c.552%200%201-.448%201-1v-5.632c.172-3.34-2.396-6.188-5.736-6.36A5.8168%205.8168%200%200%200%2012%204zm0%2014a1.3926%201.3926%200%200%201-1.331-1h2.662c-.174.591-.715.998-1.331%201zm4-3H8v-4.632c-.191-2.209%201.444-4.155%203.653-4.347C13.862%205.83%2015.809%207.465%2016%209.675c.02.231.02.463%200%20.693V15z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    transform: scale(.8)
}

.m-user-menu>li {
    display: inline-block;
    color: #fff;
}

.m-user-menu .phcenter,
.m-user-menu .rn-badge,
.m-user-menu .roadmap,
.m-user-menu .sguide {
    background-position: center center;
    background-size: 100%;
    width: 34px;
    height: 34px;
    top: 10px;
    display: block;
    position: relative;
}

.m-user-menu>li>a {
    /* color: #fff; */
}

.logo-synerise {
    display: block;
    margin: 0 15px auto 18px;
    color: #fff;
    text-indent: -999em;
    width: 102px;
    float: left;
    position: relative;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    padding: 4px 0px 0px 0px;
}

.m-main--nav {
    background: #2b373c;
}

.m-main--nav {
    height: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 0;
}

.m-main--nav {
    width: 100%;
    z-index: 99999;
    background: #11222b;
}

.m-main--nav {
    color: #fff;
    position: relative;
}

.main-menu--toggle {
    height: 55px;
    width: 55px;
    background: rgba(0, 0, 0, .05);
    float: left;
    position: relative;
    cursor: pointer;
    display: none;
}

.main-menu--toggle-inner {
    width: 13.75px;
    top: 27.5px;
    right: 18.33px;
    transition: all ease-out .2s;
}

.main-menu--toggle-inner,
.main-menu--toggle-inner:after,
.main-menu--toggle-inner:before {
    position: absolute;
    height: 2px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    background: #fff;
    display: block;
}

.m-main--nav .btn-group {
    float: left;
    padding: 17.5px 17.5px 17.5px 0;
    position: relative;
    width: auto;
    line-height: 20px;
}

.btn-group {
    margin: 0;
    width: 100%;
}

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

.m-main--nav .btn-group .menu-box-dd {
    padding: 4px 0 4px 15px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    text-decoration: none;
}

.menu-box-dd {
    font-weight: 500;
    padding-left: 30px;
    text-transform: capitalize;
    position: relative;
}

.menu-box-dd,
.open .menu-box-dd {
    font-size: 16px;
    color: #fff !important;
}

.nav2 {
    position: relative;
    line-height: 22px;
}

.nav2>li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.nav2>li>a {
    color: #fff !important;
    text-decoration: none !important;
    /* border: 2px solid #fff; */
    padding: 5px 18px 5px 8px;
    top: -6px;
    position: relative;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 79px;
    display: inline-block;
    text-align: center;
    width: 65px;
    font-family: "Lato", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav2>li>a:hover,
.nav2>li:hover>a {
    background-color: #004dd0;
}

.nav2 ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.nav2 ul li {
    position: absolute;
    top: -9999px;
    height: 0px;
    display: block;
    margin: 0;
    padding: 0;
    transition: height .2s ease-in;
}

.nav2 ul li a {
    padding: 4px 20px;
    width: 65px;
    display: block;
    position: relative;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    background-color: #004dd0;
    transition: color .3s ease-in, background .3s ease-in;
}

.nav2 ul li:hover>a,
.nav2 ul li a:hover {
    color: #fff;
    background-color: #3c76d7;
}

.nav2 ul .dropdown:hover ul {
    left: 220px;
    top: 0;
}

.nav2 ul .dropdown a:after {
    width: 6px;
    height: 6px;
    border-bottom: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 12px;
}

.nav2 ul .dropdown:hover>a:after,
.nav2 ul .dropdown>a:hover:after {
    border-right: 1px solid #004dd0;
    border-top: 1px solid #004dd0;
}

.nav2 {
    margin: 0px
}

.nav2 .dropdown {
    display: inline-block;
    float: left;
    /* padding: 20px; */
    color: #fff;
    padding: 17.5px 17.5px 0px 50px !important
}

@media screen and (max-width: 800px) {
    .nav2 .dropdown {
        padding: 17.5px 17.5px 0px 0px !important
    }
}

.btn-group-right {
    float: right !important;
    height: 56px;
}

.btn-group-right .menu-box-dd {
    font-size: 16px !important;
    /* font-weight: bold; */
}

.btn-group-right .menu-box-dd-first {
    border: none !important;
}

.btn-group-right .menu-box-dd {
    padding: 4px 8px !important;
    margin-right: -3px;
}

@media screen and (max-width: 696px) {
    .btn-group-right .menu-box-dd {
        display: none !important;
    }
}

@media screen and (min-width: 697px) {
    #menuToggle {
        display: none !important;
    }
}

.menu-box-dd-hamburger {
    padding: 18px 8px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    display: block;
}


#menuToggle {
    display: block;
    top: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}


#menuToggle input {
    display: block;
    width: 40px;
    top: 0;
    height: 62px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    /* transform: rotate(45deg) translate(-2px, -1px); */
    background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
    /* opacity: 0; */
    opacity: 1;
    /* transform: rotate(0deg) scale(0.2, 0.2); */
}

#menuToggle input:checked~span:nth-last-child(2) {
    /* transform: rotate(-45deg) translate(0, -1px); */
}

#menu {
    position: absolute;
    top: 56px;
    right: 0;
    margin: 0px;
    padding: 0px;
    background: #004dd0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    width: 100vw;
    text-align: center;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked~ul {
    transform: none;
}