.table-of-contents{background:#fff;position:relative;padding:15px 20px;color:#000;font-size:14px;line-height:30px;border-radius:var(--mainBorderRadius);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease}.table-of-contents:hover{-webkit-box-shadow:var(--box-shadow-hover);box-shadow:var(--box-shadow-hover)}@media (max-width:767.98px){.table-of-contents{padding:10px}}.table-of-contents.open .table-of-contents__header{margin-bottom:15px}.table-of-contents.open .table-of-contents__header svg{-webkit-transform:scale(1,1)!important;-ms-transform:scale(1,1)!important;transform:scale(1,1)!important}.table-of-contents__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;font-weight:600;cursor:pointer;-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease}.table-of-contents__header svg{width:25px;height:12px;margin:0 10px;-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease;-webkit-transform:scale(1,-1)!important;-ms-transform:scale(1,-1)!important;transform:scale(1,-1)!important}@media (max-width:480px){.table-of-contents__header svg{margin:0 0 0 auto}}.table-of-contents a{color:inherit}.table-of-contents a:hover{color:var(--color-accent);text-decoration:underline}.table-of-contents ol{counter-reset:item;padding:0 0 0 40px;list-style:none}@media (max-width:1365px){.table-of-contents ol{padding:0 0 0 20px}}@media (max-width:767.98px){.table-of-contents ol{padding:0 0 0 10px}}.table-of-contents ol li{color:#484848;margin-top:.3em;margin-bottom:.3em}.table-of-contents ol li:before{margin-right:10px;color:var(--color-accent)}.table-of-contents ol .level-1{counter-increment:point;counter-reset:sublist}.table-of-contents ol .level-1:before{display:inline-block;content:counter(point) ". "}.table-of-contents ol .level-2{counter-reset:sublist3;margin-left:1.5rem}.table-of-contents ol .level-2:before{content:counter(point) "." counter(sublist) ". ";counter-increment:sublist}.table-of-contents ol .level-3{counter-reset:sublist4;margin-left:3rem}.table-of-contents ol .level-3:before{content:counter(point) "." counter(sublist) ". ";counter-increment:sublist}.table-of-contents ol .level-4{counter-reset:sublist5;margin-left:4.5rem}.table-of-contents ol .level-4:before{content:counter(point) "." counter(sublist) ". ";counter-increment:sublist}.table-of-contents._with-btn-expand .table-of-contents__header svg{display:none}.table-of-contents._with-btn-expand ol,.table-of-contents._with-btn-expand ul{margin-bottom:0}.table-of-contents .btn_expand{padding-bottom:16px;font-size:14px}.table-of-contents .btn_expand:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(246,246,246,.5)),color-stop(40%,rgba(246,246,246,.8)),color-stop(70%,#f6f6f6),to(#f6f6f6));background:-o-linear-gradient(rgba(246,246,246,.5) 0,rgba(246,246,246,.8) 40%,#f6f6f6 70%,#f6f6f6 100%);background:linear-gradient(rgba(246,246,246,.5) 0,rgba(246,246,246,.8) 40%,#f6f6f6 70%,#f6f6f6 100%)}