.banner {
  background: url("../images/add-ons/banner.png") no-repeat center center;
  background-size: cover;
  height: 460px;
  overflow: hidden; }
  .banner .container {
    text-align: left;
    padding-top: 210px; }
    .banner .container h3 {
      font-size: 40px;
      font-weight: 600;
      color: #212326;
      line-height: 56px;
      margin-bottom: 20px; }
    .banner .container span {
      font-size: 22px;
      font-weight: 400;
      color: #212326;
      line-height: 30px; }
    .banner .container .line {
      margin: 0 28px;
      display: inline-block;
      width: 2px;
      height: 14px;
      background: #0B69F1; }

.add-ons-box {
  display: flex;
  align-items: flex-start;
  padding-top: 76px;
  padding-bottom: 86px; }
  .add-ons-box > div {
    flex-shrink: 0; }
  .add-ons-box .category-list {
    width: 180px;
    padding-right: 44px;
    height: 100%;
    position: sticky;
    top: 80px; }
    .add-ons-box .category-list li {
      width: 136px;
      height: 52px;
      margin-bottom: 10px;
      text-align: center;
      line-height: 52px;
      cursor: pointer; }
      .add-ons-box .category-list li.active {
        background: #F6F8FB;
        color: #0B69F1; }
@keyframes opacityFrames {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }
  .add-ons-box .addon-list {
    flex: 1; }
    .add-ons-box .addon-list .category-item {
      display: none;
      transition: all 0.3s;
      grid-gap: 40px 30px;
      grid-template-columns: repeat(3, auto); }
      .add-ons-box .addon-list .category-item.category-item-active {
        display: grid;
        animation: opacityFrames 1s 1; }
      .add-ons-box .addon-list .category-item .addon-item {
        border: 1px solid #EBECF0;
        width: 320px;
        height: 185px;
        padding: 26px 24px;
        cursor: pointer;
        box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
        transition: all 0.3s; }
        .add-ons-box .addon-list .category-item .addon-item:hover {
          border: 1px solid #0B7BF0;
          transform: translateY(-10px); }
        .add-ons-box .addon-list .category-item .addon-item img {
          width: 50px;
          height: 50px;
          margin-right: 14px; }
        .add-ons-box .addon-list .category-item .addon-item .info p {
          font-size: 24px;
          font-weight: 600;
          white-space: nowrap;
          color: #212326;
          line-height: 33px;
          margin-bottom: 6px; }
        .add-ons-box .addon-list .category-item .addon-item .info span {
          font-size: 16px;
          font-weight: 400;
          color: #6B7177;
          line-height: 22px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 44px; }
        .add-ons-box .addon-list .category-item .addon-item .more {
          padding-top: 15px;
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          .add-ons-box .addon-list .category-item .addon-item .more .fec-button-primary {
            width: 108px;
            height: 42px;
            margin-left: 20px; }
          .add-ons-box .addon-list .category-item .addon-item .more a {
            font-size: 16px;
            color: #0B69F1; }

/*# sourceMappingURL=add-ons.css.map */
