.section-header{position:relative;font-size:32px;font-weight:600;margin-bottom:55px;color:var(--section-header-color);text-align:center}.section-header--invert{color:#fff}.section-header:after{content:"";width:40px;height:2px;left:50%;bottom:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;background-color:#ffd800}@media only screen and (min-width:992px){.section-header{font-size:36px}}.details{background-color:#2d2f47}.details__content{width:100%;max-width:1300px;margin:0 auto;padding-left:15px;padding-right:15px;padding-top:60px;padding-bottom:60px}@media only screen and (min-width:992px){.details__content{padding-left:40px;padding-right:40px;padding-top:90px;padding-bottom:90px}}.details__section-header-wrapper{margin-bottom:50px}@media only screen and (min-width:992px){.details__section-header-wrapper{margin-bottom:80px}}.details__description{margin-bottom:50px;color:#8b8c8f;font-size:16px;font-weight:300;line-height:1.8;text-align:center}.details__parameters-wrapper{width:100%;max-width:800px;margin:0 auto}.details .hmt-parameters-list{margin:0;list-style:none;font-size:16px}.details .hmt-parameters-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;padding:7px 14px;border-radius:2px}.details .hmt-parameters-list__item:nth-child(odd){background-color:#27283c}.details .hmt-parameters-list__label{font-weight:300;color:#e4e4e5;min-width:100px;display:block}.details .hmt-parameters-list__value{color:#fff;font-weight:600;text-align:right}.details .hmt-parameters-list .fa-check path{fill:#83da49}.details .hmt-parameters-list .fa-times path{fill:#e44445}