/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/components/table-of-contents.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/.table-of-contents{min-height:95px;position:relative}.table-of-contents .table-of-contents__wrapper{border:1px solid var(--primary-color2,#0076a8);border-radius:22px;box-shadow:0 18px 45px var(--secondary-color1);z-index:3}@media (max-width:1440px){.table-of-contents .table-of-contents__wrapper{position:relative!important}}.table-of-contents header{align-items:center;background:var(--primary-color2,#0076a8);border-radius:20px;display:flex;justify-content:space-between;padding:23px;transition:border-radius .2s ease-in-out}.table-of-contents header h3{-webkit-font-smoothing:antialiased;color:#fff;font:normal 2.4rem/1.2 var(--font-family-secondary);margin:0 0 0 12px}.table-of-contents header .button{align-items:center;background:#fff;border:0;border-radius:90px;cursor:pointer;display:inline-flex;justify-content:space-between;padding:10px 10px 10px 25px;vertical-align:middle;width:120px}.table-of-contents header .button span{font-size:1.6rem;line-height:1}.table-of-contents header .button svg{background-color:var(--body-bg,#d1f5ff);border-radius:50%;display:inline-block;position:relative;transform:rotate(180deg);transition:transform .2s ease-in}.table-of-contents header .button svg path{fill:var(--primary-color1,#002d72)}.table-of-contents header .button.active svg{transform:rotate(0)}.table-of-contents .table-of-contents__body{background-color:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.table-of-contents .table-of-contents__body.active{border-radius:0 0 20px 20px;max-height:500px;overflow-y:auto}.table-of-contents.active header{border-radius:20px 20px 0 0}.table-of-contents .table-of-contents__wrapper{top:0;transition:top .3s ease-in-out}.table-of-contents.sticky{position:static}.table-of-contents.sticky .table-of-contents__wrapper{border-radius:22px;left:calc(var(--page-width-narrow) + (100% - var(--page-width-narrow))/2 + 50px);overflow-y:auto;position:fixed;top:140px;width:310px}@media screen and (max-width:1550px){.table-of-contents.sticky .table-of-contents__wrapper{left:calc(var(--page-width-narrow) + (100% - var(--page-width-narrow))/2 + 10px)}}@media screen and (max-width:1500px){.table-of-contents.sticky .table-of-contents__wrapper{display:none}}.table-of-contents.sticky .table-of-contents__wrapper header{padding:20px 10px 20px 20px}.table-of-contents.sticky .table-of-contents__wrapper header h3{font-size:1.8rem;margin:0}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list{padding:5px 20px}.table-of-contents.sticky .table-of-contents__wrapper .table-of-contents__list-item a{font-size:1.5rem}.table-of-contents.sticky .button{padding:5px 8px 5px 15px;width:93px}.table-of-contents .table-of-contents__list{padding:5px 35px}.table-of-contents .table-of-contents__list .table-of-contents__list-item{border-bottom:1px solid rgba(48,127,146,.2);position:relative}.table-of-contents .table-of-contents__list .table-of-contents__list-item:last-child{border-bottom:0}.table-of-contents .table-of-contents__list .table-of-contents__list-item a{-webkit-font-smoothing:antialiased;color:var(--primary-color2,#0076a8);cursor:pointer;display:block;font:normal 1.8rem var(--font-family-secondary);padding-block:15px;position:relative;text-decoration:none;z-index:2}.table-of-contents .table-of-contents__list .table-of-contents__list-item a:after{background:linear-gradient(93.63deg,rgba(4,228,255,.2) 1.61%,rgba(0,118,168,.2) 98.62%);content:" ";height:100%;inset:0;overflow:hidden;position:absolute;transition:width .3s ease-in-out;width:0}.table-of-contents .table-of-contents__list .table-of-contents__list-item a:hover:after{width:100%}