@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font-family: "Inter", sans-serif;
    vertical-align: baseline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* BASE
----------------------------------------------------------------------------------------*/
html,
body{
    position:relative;
    min-height: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
     font-family: "Inter", sans-serif;
    font-weight: 400;
}
strong{
    font-weight: 500;
}
.content a{
    color: #6266e5;
    text-decoration: none;
}
.content a:hover{
    text-decoration: underline;
}
.scroll-to-link{
    cursor: pointer;
}
p, .content ul, .content ol{
    font-size: 14px;
    color: #777A7A;
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.content ul li, .content ol li{
    margin-bottom: 5px;
}
.content h1:first-child{
    font-size: 26px;
    color: #333;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 1em;
}
.w-100 hr{
    margin: 30px 0;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
code,
pre{
    font-family: "Inconsolata", monospace;
    color: #565571;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    white-space: pre-line;
    tab-size: 4;
}
.higlighted{
    padding: 1px 4px;
    border-radius: 3px;
    background-color: #f9fafe;
    border: 1px solid #d7d9ef;
}

/* LEFT-MENU
----------------------------------------------------------------------------------------*/

.left-menu{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    background-color: #f4f5f8;
    overflow-x: hidden;
    font-size: 18px;
}
.left-menu .content-infos {
    position: relative;
    padding: 12px 13.25%;
    margin-bottom: 20px;
}
.left-menu .info {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    color: #777A7A;
}
.left-menu .info b {
    font-weight: 500;
    color: #444;
}

/* PDF Export Button */
.pdf-export-button {
    background: linear-gradient(135deg, #6266e5 0%, #5a5fd8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pdf-export-button:hover {
    background: linear-gradient(135deg, #5a5fd8 0%, #4f54cc 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(98, 102, 229, 0.3);
}

.pdf-export-button:active {
    transform: translateY(0);
}

.pdf-export-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.loading-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* PDF Export Button */
.pdf-export-button {
    background: linear-gradient(135deg, #6266e5 0%, #5a5fd8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pdf-export-button:hover {
    background: linear-gradient(135deg, #5a5fd8 0%, #4f54cc 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(98, 102, 229, 0.3);
}

.pdf-export-button:active {
    transform: translateY(0);
}

.pdf-export-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.loading-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.content-logo{
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.425em 11.5%;
    padding-right: 0;
}
.content-logo img{
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}
.content-logo span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #323F4C;
    font-size: 1.1em;
}
.content-menu{
    margin: 0 auto 2em;
    padding: 0 0 100px;
}
.content-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.content-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.content-menu ul li:hover,
.content-menu ul li.active{
    background-color:#DCDEE9;
}
.content-menu ul li:hover a,
.content-menu ul li.active a{
    color: #6266e5;
}
@media (hover: none) {
    .content-menu ul li:not(.active):hover {
        background-color: inherit;
    }
    .content-menu ul li:not(.active):hover a {
        color: #777A7A;
    }
}
.content-menu ul li a{
    padding: 15px 13.25%;
    color: #464774;
    letter-spacing: 0.025em;
    line-height: 1.1;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

/* CONTENT-PAGE
----------------------------------------------------------------------------------------*/

.content-page {
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    background-color: #fff;
    min-height: 100%;
    padding-bottom: 1px;
}
.content {
    position: relative;
    z-index: 30;
    padding: 80px 100px 40px;
}
.content-section {
    display: flex;
    flex-flow: wrap;
    gap: 0 20px;
    clear: both;
}
.w-full {
    width: 100%;
}
.w-1\/2 {
    width: calc(50% - 20px);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl,
.content ul,
.content ol,
.content .central-overflow-x {
    box-sizing: border-box;
    display: block;
}
.content .central-overflow-x {
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}
.content p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}
.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content ul,
.content ol {
    padding: 0 17px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-bottom: 0.8em;
    color: #000;
    text-transform: uppercase;
}
.content h6{
    font-size: 1em;
    margin-bottom: 1rem;
}
.content h2{
    font-size: 1.5em;
    margin-bottom: 1.5rem;
}
.content h4{
    color: #6266e5;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}

.content pre,
.content blockquote {
    border: 1px solid #d7d9ef;
    border-radius: 8px;
    background: #f9fafe;
    color: #666;
    padding: 1em 28px ;
    margin: 0;
    box-sizing: border-box;
}
.content pre code, .content pre {
    font-size: 14px;
    line-height: 1.5;
}
.content table {
    font-size: 0.825em;
    margin: 1.5em 0;
    width: fit-content;
    border: 1px solid #d7d9ef;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    color: #464774;
}
.content table tr th:first-child {
    border-top-left-radius: 8px;
}
.content table tr th:last-child {
    border-top-right-radius: 8px;
}
.content table th {
    font-size: 0.925em;
    padding: 10px 16px;
    background-color: #f3f5fd;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
    font-weight: 600;
}
.content table td {
    padding: 10px 16px;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
}
hr {
    display: block;
    width: 100%;
    border-top: 1px solid #d7d9ef;
    margin: 50px 0;
}
.w-100{
    width: 100%;
}

/* Burger-menu-icon
----------------------------------------------------------------------------------------*/
.burger-menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 26px;
    display: none;
}
.burger-menu-icon .line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-menu-icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.burger-menu-icon .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.burger-menu-icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}



/* RESPONSIVE
----------------------------------------------------------------------------------------*/

@media only screen and (max-width:980px){
    .content .central-overflow-x {
        margin: 0;
        padding: 0 28px;
    }
    .content pre, .content blockquote {
        margin: 20px 0;
        padding: 28px;
        display: block;
        width: auto;
        float: none;
    }
    .content pre code {
        margin-top: 0;
    }
    .w-1\/2 {
        width: 100%;
    }
    .content {
        padding: 60px 60px 40px;
    }
}

@media only screen and (max-width:680px){
    html {
        scroll-padding-top: 83px;
    }
    html.menu-opened {
        overflow: hidden;
    }
    .left-menu {
        position: relative;
        width: auto;
    }
    .left-menu .content-menu {
        position: fixed;
        width: 400px;
        max-width: 90vw;
        z-index: 3;
        top: 0;
        bottom: 0;
        right: -405px;
        left: auto;
        background-color: #fff;
        margin: 0;
        overflow-x: hidden;
        padding-top: 83px;
        padding-bottom: 20px;
    }
    .left-menu .content-menu ul {
        position: relative;
    }
    .left-menu .mobile-menu-closer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background-color: rgba(50, 63, 76, .5);
        opacity: 0;
        visibility: hidden;
    }
    html.menu-opened .left-menu .mobile-menu-closer {
        opacity: 1;
        visibility: visible;
    }
    html.menu-opened .left-menu .content-menu {
        right: 0;
    }
    .left-menu .content-logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        background-color: #f4f5f8;
    }
    .content-logo .logo {
        margin-right: 65px;
    }
    .content-page{
        margin-left: 0;
        padding-top: 83px;
    }
    .burger-menu-icon {
        display: block;
    }
    .content {
        padding: 30px 20px 20px;
    }
    hr{
        margin: 30px 0;
    }
    .content-section{
        overflow: hidden;
        position: relative;
    }
}

/* BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }