@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.105.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.tag-cloud-section {
  margin-top: 50px;
  margin-bottom: 50px; }
  .tag-cloud-section > .tag-cloud-container {
    width: 100%;
    margin: 0 auto;
    padding-left: calc(30px * 0.5);
    padding-right: calc(30px * 0.5); }
    @media (min-width: 576px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 544px; } }
    @media (min-width: 768px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 608px; } }
    @media (min-width: 1180px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 1120px; } }
    @media (min-width: 1280px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 1120px; } }
    @media (min-width: 1912px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 1696px; } }
    @media (min-width: 1920px) {
      .tag-cloud-section > .tag-cloud-container {
        max-width: 1696px; } }
  .tag-cloud-section .tag-cloud-container {
    text-align: center; }
    .tag-cloud-section .tag-cloud-container .title {
      font-family: 'SuisseIntl-Medium';
      font-size: 40px;
      letter-spacing: -1px;
      line-height: 48px;
      margin-bottom: 50px; }
      @media (max-width: 1179.98px) {
        .tag-cloud-section .tag-cloud-container .title {
          font-size: 32px; } }
      @media (max-width: 767.98px) {
        .tag-cloud-section .tag-cloud-container .title {
          font-size: 28px; } }
    .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .highlighted-tags {
      font-family: 'SuisseIntl-Regular';
      margin-bottom: 30px;
      font-size: 23px;
      line-height: 45px; }
      .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .highlighted-tags .highlighted-tag {
        display: inline-block; }
        .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .highlighted-tags .highlighted-tag .highlighted-tag-title {
          padding: 6px; }
    .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .normal-tags {
      margin-bottom: 18px;
      font-family: 'SuisseIntl-Regular';
      font-size: 18px;
      line-height: 45px; }
      .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .normal-tags .normal-tag {
        display: inline-block; }
        .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .normal-tags .normal-tag .normal-tag-title {
          padding: 6px; }
    .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .btn.load-more-tags {
      margin-top: 0px;
      font-family: 'SuisseIntl-Regular';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      color: #141414 !important;
      background-color: #F6F6F6;
      border: 1px solid #141414 !important;
      border-radius: 4px;
      padding: 8px 16px;
      min-height: 42px;
      width: fit-content;
      align-items: center;
      flex-wrap: nowrap;
      text-transform: none;
      text-align: left; }
      .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .btn.load-more-tags:hover {
        background-color: #E7E7E7; }
      .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .btn.load-more-tags:active, .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container .btn.load-more-tags:focus {
        background-color: #D1D1D1; }
    @media (min-width: 1180px) {
      .tag-cloud-section .tag-cloud-container .tag-cloud-tags-container {
        max-width: 90%;
        margin: auto; } }
