@charset "UTF-8";
/**
 * Clay 3.153.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
 */
/**
 * Clay 3.153.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
 */
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css?t=1762538807173);
@import url(https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css?t=1762538807173);
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e7e7ed;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #edf9f0;
  border-color: #5aca75;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6b6c7e;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #ab1010;
  color: #ab1010;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6b6c7e !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #272833 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 989;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #f1f2f5;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 989;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: var(--spacer-2, 0.5rem);
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: var(--spacer-3, 1rem);
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: var(--spacer-3, 1rem);
}
.portlet-decorate .portlet-content {
  background: var(--body-bg, #fff);
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: var(--spacer-3, 1rem);
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

@font-face {
  font-family: "DIN Pro-Medium";
  src: url("../fonts/DINPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "DIN Pro-Regular";
  src: url("../fonts/DINPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DIN Pro-Bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "DIN Pro-Light";
  src: url("../fonts/DINPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "URW DIN-Regular";
  src: url("../fonts/URWDIN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "dwtc-hub";
  src: url("../fonts/dwtc-hub.eot");
  src: url("../fonts/dwtc-hub.eot") format("embedded-opentype"), url("../fonts/dwtc-hub.ttf") format("truetype"), url("../fonts/dwtc-hub.woff") format("woff"), url("../fonts/dwtc-hub.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=dwtc-hub-],
[class*=" dwtc-hub-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dwtc-hub" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dwtc-hub-smile-fill:before {
  content: "\e91e";
}

.dwtc-hub-chat-bubble-fill:before {
  content: "\e91c";
}

.dwtc-hub-like-solid:before {
  content: "\e91d";
}

.dwtc-hub-arrow-next:before {
  content: "\e900";
}

.dwtc-hub-arrow-previous:before {
  content: "\e901";
}

.dwtc-hub-arrow-small:before {
  content: "\e902";
}

.dwtc-hub-calendar:before {
  content: "\e903";
}

.dwtc-hub-certificate:before {
  content: "\e904";
}

.dwtc-hub-chat-bubble:before {
  content: "\e905";
}

.dwtc-hub-clock-thin:before {
  content: "\e906";
}

.dwtc-hub-clock:before {
  content: "\e907";
}

.dwtc-hub-close:before {
  content: "\e908";
}

.dwtc-hub-document:before {
  content: "\e909";
}

.dwtc-hub-download:before {
  content: "\e90a";
}

.dwtc-hub-education:before {
  content: "\e90b";
}

.dwtc-hub-external-link:before {
  content: "\e90c";
}

.dwtc-hub-hamburger-menu:before {
  content: "\e90d";
}

.dwtc-hub-instagram:before {
  content: "\e90e";
}

.dwtc-hub-leave-calendar:before {
  content: "\e90f";
}

.dwtc-hub-like:before {
  content: "\e910";
}

.dwtc-hub-liked:before {
  content: "\e91d";
}

.dwtc-hub-linkedin:before {
  content: "\e911";
}

.dwtc-hub-magnifier:before {
  content: "\e912";
}

.dwtc-hub-minus:before {
  content: "\e913";
}

.dwtc-hub-personal-leaves:before {
  content: "\e914";
}

.dwtc-hub-play-button:before {
  content: "\e915";
}

.dwtc-hub-plus:before {
  content: "\e916";
}

.dwtc-hub-refresh:before {
  content: "\e917";
}

.dwtc-hub-sick-leave:before {
  content: "\e918";
}

.dwtc-hub-smile:before {
  content: "\e919";
}

.dwtc-hub-spotify:before {
  content: "\e91a";
}

.dwtc-hub-youtube:before {
  content: "\e91b";
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*:focus {
  outline: none;
  box-shadow: none !important;
}

html,
body {
  margin: 0px;
  height: 100%;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.36px;
  line-height: 106%;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

.no-scroll {
  overflow: hidden;
}

/* Custom Bootstrap Container Sizes for Full HD */
:root {
  --neutrals-30: rgba(0, 0, 0, 0.3);
  --bs-container-max-width-xl: 1840px;
  --bs-container-max-width-xxl: 1920px;
  --bs-spacing: 2rem; /* 32px spacing */
}

/* Container base styles */
.container,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: var(--bs-spacing);
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-spacing) !important; /* 32px */
  padding-left: var(--bs-spacing) !important; /* 32px */
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Container fluid - no padding below lg */
.container-fluid {
  --bs-gutter-x: var(--bs-spacing);
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.form-control,
.form-select {
  height: 48px;
}

.form-select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Container fluid - add padding from lg up */
@media (min-width: 992px) {
  .container-fluid {
    padding-right: var(--bs-spacing) !important; /* 32px */
    padding-left: var(--bs-spacing) !important; /* 32px */
  }
}
/* Row adjustments to respect container spacing */
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

/* Column adjustments - only for lg and above */
@media (min-width: 992px) {
  .col,
  [class*=col-] {
    padding-right: calc(var(--bs-spacing) * 0.5) !important; /* 16px */
    padding-left: calc(var(--bs-spacing) * 0.5) !important; /* 16px */
  }
  /* First column in row */
  .row > [class*=col-]:first-child {
    padding-left: 0 !important;
  }
  /* Last column in row */
  .row > [class*=col-]:last-child {
    padding-right: 0 !important;
  }
}
/* Remove padding for columns below lg */
@media (max-width: 991.98px) {
  .col,
  [class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
/* Responsive breakpoints */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1856px !important; /* 1920px - 64px for padding */
  }
}
/* Custom utility classes for full HD layouts */
.w-hd {
  width: 1920px !important;
}

.w-hd-90 {
  width: 1728px !important; /* 90% of 1920px */
}

.w-hd-80 {
  width: 1536px !important; /* 80% of 1920px */
}

.w-hd-70 {
  width: 1344px !important; /* 70% of 1920px */
}

.mw-hd {
  max-width: 1920px !important;
}

.min-w-hd {
  min-width: 1920px !important;
}

/* Custom padding utilities */
.px-hd {
  padding-left: var(--bs-spacing) !important;
  padding-right: var(--bs-spacing) !important;
}

/* Container fluid at ultra-wide */
.container-fluid-max-xl {
  max-width: 100%;
}

@media (min-width: 1921px) {
  .container-fluid {
    max-width: 1856px !important; /* 1920px - 64px for padding */
  }
  .container-fluid-max-xl {
    max-width: var(--container-max-xl, 1248px);
  }
}
.label {
  border: none;
  text-transform: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-normal, 400);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  line-height: 100%;
}
h1 strong,
h1 .strong,
h2 strong,
h2 .strong,
h3 strong,
h3 .strong,
h4 strong,
h4 .strong,
h5 strong,
h5 .strong,
h6 strong,
h6 .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

h1,
.h1 {
  font-size: var(--h1-font-size, 1.625rem);
}
@media (max-width: 1240px) {
  h1,
  .h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

h2,
.h2 {
  font-size: var(--h2-font-size, 1.375rem);
}

h3,
.h3 {
  font-size: var(--h3-font-size, 1.1875rem);
}

h4,
.h4 {
  font-size: var(--h4-font-size, 1rem);
}

h5,
.h5 {
  font-size: var(--h5-font-size, 0.875rem);
}

h6,
.h6 {
  font-size: var(--h6-font-size, 0.8125rem);
}

.btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn img {
  max-width: 20px;
  max-height: 20px;
}

strong {
  font-weight: var(--font-weight-semi-bold, 600);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.accordion-item {
  background-color: #ccc;
}

.accordion-item-bg,
.full-width-bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.gap-3 {
  gap: 1rem;
}

.img-radius {
  border-radius: 10px;
}

.select-from-list {
  width: 100%;
}
.select-from-list .form-control.form-input,
.select-from-list button.form-input {
  border-radius: 48px;
  padding: 16px 32px !important;
  height: inherit;
  background: transparent;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  border: 1px solid var(--neutrals-30);
  align-items: center;
  box-shadow: none;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.select-from-list .icn-container {
  position: absolute;
  right: 10px;
}
.select-from-list .dropdown-menu {
  width: 100%;
  max-width: inherit;
  margin-top: 2px;
  border-radius: 10px;
  font-size: var(--font-size-base, 1rem);
}
.select-from-list .dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

table.table.table-hover tr {
  background-color: transparent !important;
}
table.table.table-hover tr td {
  color: #000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.36px;
}
table.table.table-hover tr:nth-of-type(odd) td {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 9999px inset;
  background-color: transparent !important;
}
table.table.table-hover tr:hover td {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 0px 9999px inset;
}

.title.loading-title {
  font-size: var(--font-size-lg) !important;
}

.title.error-title {
  font-size: var(--font-size-lg) !important;
  color: var(--danger) !important;
}

:root {
  --bs-border-radius-lg: 40px;
  --bs-border-radius-sm: 40px;
  --bs-border-radius: 40px;
}

.btn {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  padding: 12px 30px;
  font-size: var(--font-size-base, 1rem);
}

.btn.btn-lg {
  padding: 17px 30px;
  font-size: var(--font-size-lg, 1.125rem);
}

.btn.btn-nm {
  padding: 12px 20px;
  font-size: var(--font-size-base, 1rem);
}

.btn.btn-sm {
  padding: 8px 12px;
  font-size: var(--font-size-sm, 0.875rem);
}

.link-btn {
  display: inline-flex;
}
.link-btn .arrow-right {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.breadcrumb-section {
  margin-bottom: 32px;
}

.breadcrumb-section a {
  color: #545f71;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "");
}

@media (max-width: 1100px) {
  .breadcrumb-section {
    display: none;
  }
}
select.form-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 20px center/16px 12px;
  line-height: 1.5;
  -webkit-appearance: none;
}

/* form group styling  */
.form-group {
  margin-bottom: 34px;
}

/* label styling  */
.form-group label {
  color: #000;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  margin-bottom: 12px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

/* Input styling using type selector */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
select,
textarea,
.form-control,
.form-control[readonly],
.form-select {
  border: 1px solid #000;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  border-radius: 0.375rem;
  background-color: transparent;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
.form-control:focus,
.form-control:focus-visible,
.form-control[readonly]:focus,
.form-control[readonly]:focus-visible,
.form-select:focus,
.form-select:focus-visible {
  border-color: #71034c; /* Bootstrap primary color */
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  outline: none;
  background-color: transparent;
}

.form-control:disabled,
.form-control.disabled,
.form-control[readonly] {
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
  opacity: 0.7;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.form-control.required,
.form-select.required,
.select2-container.required .select2-selection--single {
  border: 1px solid #f00 !important;
}

/* Hide the native checkbox */
input[type=checkbox].toggle-switch-check {
  appearance: none;
  -webkit-appearance: none;
  width: 2.5rem;
  height: 1.4rem;
  background-color: #ccc; /* Grey */
  border-radius: 1rem;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Toggle knob */
input[type=checkbox].toggle-switch-check::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 1.1rem;
  height: 1.1rem;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Checked state */
input[type=checkbox].toggle-switch-check:checked {
  background-color: #007bff; /* Bootstrap blue */
}

/* Move knob when checked */
input[type=checkbox].toggle-switch-check:checked::before {
  transform: translateX(1.1rem);
}

/* background color for checkbox */
.custom-checkbox {
  accent-color: #9c0a6d; /* Replace with your preferred color */
}
.custom-checkbox .custom-control-label-text {
  line-height: 24px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9c0a6d;
  border-color: #9c0a6d;
  color: #fff;
}
.custom-checkbox .custom-control-input:focus-visible ~ .custom-control-label::before,
.custom-checkbox .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6b6c7e;
  box-shadow: unset;
}
.custom-checkbox .custom-control-input:checked:active ~ .custom-control-label::before {
  background-color: #9c0a6d;
  border-color: #9c0a6d;
}
.custom-checkbox .custom-control-label {
  vertical-align: -webkit-baseline-middle;
  display: flex;
  align-items: flex-start;
  margin-left: 0;
}
.custom-checkbox .custom-control-label::before {
  width: 24px;
  height: 24px;
  border-radius: 6px !important;
  border: 1px solid #000;
  flex-shrink: 0;
}
.custom-checkbox .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 6px !important;
}
.custom-checkbox .custom-control-label::after {
  left: 4px;
  top: 0.4rem;
}

.user_feedback_container .lexicon-icon {
  display: inline-block;
  fill: unset;
}

/* Match default input styling */
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0.375rem !important;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 40px;
  color: #000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 20px center/16px 12px;
  -webkit-appearance: none;
  height: auto;
  display: flex;
  align-items: center;
}

/* Hide Select2 default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* Optional: Adjust rendered text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}

/* Remove cross button */
.select2-selection__clear {
  display: none !important;
}

/*select option as dropdown item */
.select2-container--default .select2-results__option {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  clear: both;
  color: #6b6c7e;
  cursor: pointer;
  display: block;
  font-weight: var(--font-weight-normal, 400);
  overflow: hidden;
  padding: 0.34375rem 1rem;
  position: relative;
  text-align: inherit;
  transition: none;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: inherit;
  user-select: none;
}

/* Hover state */
.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option.hover {
  background-color: #f0f5ff;
  color: #272833;
}

/* Selected or keyboard-highlighted */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f5ff;
  color: #272833;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5 !important;
  opacity: 0.7;
  cursor: not-allowed;
  border: 1px solid #000 !important;
}

.select-with-image + .select2.select2-container--default .select2-selection--single {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 48px;
}
.select-with-image + .select2.select2-container--default .select2-selection--single .selected-user-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-with-image + .select2.select2-container--default .select2-selection--single img.selected-user-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* css for dropdown options */
.select2-dropdown {
  border: 1px solid #222 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e4e4e4 !important;
  color: black;
}

.select2-container--default .select2-results__option {
  padding: 12px 16px !important;
  font-size: var(--font-size-base, 16px) !important;
}

.select2-container--default .select2-search--dropdown {
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  padding: 8px 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  border-color: #000;
  outline: none;
  box-shadow: none;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
  z-index: 11;
  left: 0;
  right: 0;
  padding-top: 42px;
}

body.has-control-menu .header {
  padding-top: 20px;
}

.header .container-fluid .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0 0 16px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .container-fluid .left-content {
  display: flex;
  width: 358px;
  height: 70px;
  align-items: center;
  gap: 60px;
  position: relative;
}

.header .container-fluid .left-content .header-div {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.header .container-fluid .left-content .header-div .logo {
  position: relative;
  width: 250;
  max-width: 250px;
  height: 69.4px;
}

.header .container-fluid .header-div {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.header .container-fluid .header-div .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  gap: 15px;
  position: relative;
}

.header .container-fluid .header-div .text .label {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: 28px;
  letter-spacing: -0.56px;
  line-height: 100%;
  text-align: right;
  border: none;
  text-transform: capitalize;
}

.header .container-fluid .header-div .text .label .light {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
}

.header .container-fluid .header-div .text .p {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.36px;
  line-height: 106%;
  text-align: right;
}

.header .container-fluid .header-div .line {
  position: relative;
  width: 1px;
  height: 54px;
  object-fit: cover;
}

.header .container-fluid .header-div .icon-hamburger-menu {
  align-items: center;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-size: 30px;
  justify-content: center;
}
.header .container-fluid .header-div .icon-hamburger-menu:hover {
  color: #ae9962;
}

.header .header-line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.greeting-header .greeting {
  display: none;
}

.header .container-fluid .header-div .divider {
  border: 0.5px solid rgba(255, 255, 255, 0.3019607843);
  height: 53px;
}

.dark-header .header .container-fluid {
  border-color: rgba(20, 5, 38, 0.2);
}

.dark-header .header .container-fluid .header-div .text .label {
  color: #140526;
}

.dark-header .header .container-fluid .header-div .text .p {
  color: #140526;
}

.dark-header .header .container-fluid .header-div .icon-hamburger-menu {
  color: black;
}

.dark-header .header .container-fluid .header-div .divider {
  border-color: rgba(20, 5, 38, 0.3019607843);
}

@media (max-width: 991.98px) {
  header,
  header.header {
    left: 20px !important;
    right: 20px !important;
    padding-top: 42px !important;
    width: auto !important;
  }
  .header .container-fluid .header-div .text {
    display: none;
  }
  .header .container-fluid .header-div .line {
    display: none;
  }
  .header .container-fluid .left-content .header-div .logo {
    position: relative;
    height: 65px;
  }
  .greeting-header .greeting {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    gap: 15px;
    position: relative;
  }
  .greeting-header .greeting .label {
    color: var(--white);
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-p1-font-size, 24px);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.48px;
    text-align: right;
  }
  .greeting-header .greeting .p {
    color: var(--white);
    font-family: "DIN Pro-Regular", Helvetica, sans-serif;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: var(--font-weight-normal, 400);
    letter-spacing: -0.28px;
    line-height: 106%;
    text-align: right;
  }
  .dark-header .greeting-header .greeting .label,
  .dark-header .greeting-header .greeting .p {
    color: #140526;
  }
  .dark-header .header {
    padding-right: 20px;
    padding-left: 20px;
    left: unset !important;
    right: unset !important;
    padding-bottom: 48px;
  }
}
.header-content {
  display: flex;
  flex-direction: column;
  gap: 156px;
  justify-content: space-between;
  padding: 0px 0px 39px 125px;
  position: relative;
  width: 100%;
}

.header-content .title-wrapper {
  display: flex;
  padding-left: 18px;
  width: 100%;
}

.header-content .title-wrapper h1 {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 100%;
}

.header-content .title-wrapper h1 .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.header-content .content-container {
  display: flex;
  gap: 38px;
  width: 100%;
}

.header-content .content-container .heading-container {
  align-items: flex-end;
  border-radius: 0px 0px 0px 8px;
  border-left: 0.5px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  height: 475px;
  padding: 0 0 35px 32px;
  width: 951px;
}

.header-content .content-container .heading-container .heading-wrapper {
  display: flex;
  width: 100%;
}

/* Recently */
.header-content .content-container .recently {
  display: flex;
  width: 100%;
}

.header-content .content-container .recently .heading-container {
  border: none;
  width: 100%;
}

.header-content .content-container .recently .heading-container .heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
}

.header-content .content-container .recently .heading-container .heading-wrapper .label {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.48px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
}

.header-content .content-container .recently .heading-container .heading-wrapper .label .strong,
.header-content .content-container .recently .heading-container .heading-wrapper .label strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed {
  align-items: center;
  display: flex;
  gap: 80px;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5019607843);
  border-left: 0.5px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 0px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  gap: 47px;
  height: 233px;
  justify-content: flex-end;
  padding: 0px 0px 32px 32px;
  width: 305px;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .recently-accessed-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .recently-accessed-item-content .title {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 120%;
  white-space: nowrap;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .recently-accessed-item-content .last-used-container {
  align-items: center;
  display: flex;
  gap: 6px;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .recently-accessed-item-content .last-used-container .sick-leave {
  height: 20px;
  width: 20px;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .recently-accessed-item-content .last-used-container .last-used-label {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: 0.56px;
  line-height: 100%;
  white-space: nowrap;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: fit-content;
  z-index: 1;
  position: relative;
  left: unset;
  right: unset;
  transform: none;
  top: unset;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(99, 98, 98, 0.17) 0%, rgba(158, 158, 158, 0.2) 100%);
  border: 1px solid white;
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 56px;
  padding: 20px 30px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button:hover {
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(99, 98, 98, 0.45) 0%, rgba(158, 158, 158, 0.54) 100%);
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button:hover .label {
  color: var(--white);
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button .external-link {
  background-color: #fff;
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/external.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 16px;
  height: 16px;
  transition: background-color 0.3s ease;
}

.header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container .view-button:hover .external-link {
  background-color: #fff;
}

/* Article Header */
.header-content .content-container .article-header .heading-container .heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  width: 80%;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-date {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-light, 300);
  line-height: 100%;
  text-transform: uppercase;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 64px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -2.56px;
  line-height: 100%;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .duration {
  align-items: center;
  display: flex;
  gap: 6px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .duration i {
  color: #d7ccff;
  font-size: var(--font-size-lg, 1.125rem);
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .duration .clock-icon {
  width: 16px;
  height: 16px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .duration .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .date .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .comments,
.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .likes {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .comments i,
.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .likes i {
  color: #d7ccff;
  cursor: pointer;
  font-size: var(--font-size-lg, 1.125rem);
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .comments i:hover::before {
  content: "\e91c";
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .likes i:hover::before {
  content: "\e91d";
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .comments .chat-icon,
.header-content .content-container .article-header .content-details .activity .likes .heart-icon {
  height: 16px;
  width: 16px;
}

.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .comments .text,
.header-content .content-container .article-header .heading-container .heading-wrapper .content-details .activity .likes .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

/* Featured */
.header-content .featured {
  display: flex;
  width: 100%;
}

.header-content .featured .mobile-episode-description {
  display: none;
}

.header-content .featured .episode-description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  max-width: 597px;
  padding-left: 24px;
  padding-bottom: 83px;
  width: 100%;
}

.header-content .featured .episode-description .episode-intro {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.96px;
  line-height: 100%;
}

.header-content .featured .episode-description .description {
  color: #d7ccff;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.32px;
  line-height: 120%;
}

.header-content .featured .episode-description .content-details {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.header-content .featured .episode-description .content-details .duration {
  align-items: center;
  display: flex;
  gap: 6px;
}

.header-content .featured .episode-description .content-details .duration i {
  color: #d7ccff;
  font-size: var(--font-size-lg, 1.125rem);
}

.header-content .featured .episode-description .content-details .duration .clock-icon {
  width: 16px;
  height: 16px;
}

.header-content .featured .episode-description .content-details .duration .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

.header-content .featured .episode-description .content-details .date .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

.header-content .featured .episode-description .content-details .activity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.header-content .featured .episode-description .content-details .activity .comments,
.header-content .featured .episode-description .content-details .activity .likes {
  align-items: center;
  display: flex;
  gap: 8px;
}

.header-content .featured .episode-description .content-details .activity .comments i,
.header-content .featured .episode-description .content-details .activity .likes i {
  color: #d7ccff;
  cursor: pointer;
  font-size: var(--font-size-lg, 1.125rem);
}

.header-content .featured .episode-description .content-details .activity .comments i:hover::before {
  content: "\e91c";
}

.header-content .featured .episode-description .content-details .activity .likes i:hover::before {
  content: "\e91d";
}

.header-content .featured .episode-description .content-details .activity .comments .chat-icon,
.header-content .featured .episode-description .content-details .activity .likes .heart-icon {
  height: 16px;
  width: 16px;
}

.header-content .featured .episode-description .content-details .activity .comments .text,
.header-content .featured .episode-description .content-details .activity .likes .text {
  color: #d7ccff;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: uppercase;
}

/* Quote */
.header-content .quote {
  display: flex;
  width: 100%;
}

.header-content .quote .heading-container .heading-wrapper .quote-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.header-content .quote .heading-container .heading-wrapper .quote-container .quote-icon {
  height: 56.93px;
  margin-bottom: 24px;
  width: 56px;
}

.header-content .quote .heading-container .heading-wrapper .quote-container .quote-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 89%;
}

.header-content .quote .heading-container .heading-wrapper .quote-container .quote-content .quote-title {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-weight: var(--font-weight-light, 300);
  font-size: var(--dwtc-p2-font-size, 20px);
  line-height: 100%;
  text-transform: uppercase;
}

.header-content .quote .heading-container .heading-wrapper .quote-container .quote-content .quote-description {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 64px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -2.56px;
  line-height: 100%;
}

.header-content .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container {
  display: none;
}

.header-content .quote .cta-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 126px;
  width: fit-content;
  z-index: 1;
}

.header-content .quote .cta-container .view-button {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(99, 98, 98, 0.17) 0%, rgba(158, 158, 158, 0.2) 100%);
  border: 1px solid white;
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 56px;
  padding: 20px 30px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.header-content .quote .cta-container .view-button:hover {
  background-color: #ae9962;
  border-color: #ae9962;
}

.header-content .quote .cta-container .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.header-content .quote .cta-container .view-button:hover .label {
  color: var(--white);
}

.header-content .quote .cta-container .view-button .arrow-right {
  background-color: #fff;
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.header-content .quote .cta-container .view-button:hover .arrow-right {
  background-color: #fff;
}

/* Highlight */
.header-content .content-container .highlight .heading-container {
  border: none;
}

.header-content .content-container .highlight .heading-container .heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  width: 87%;
}

.header-content .content-container .highlight .heading-container .heading-wrapper .title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 64px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -2.56px;
  line-height: 100%;
}

.header-content .content-container .highlight .heading-container .heading-wrapper .description {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-light, 300);
  letter-spacing: -0.96px;
  line-height: 120%;
}

.header-content .content-container .highlight .heading-container .heading-wrapper .provider-container {
  align-items: center;
  display: flex;
  gap: 12px;
}

.header-content .content-container .highlight .heading-container .heading-wrapper .provider-container .provider-icon {
  height: auto;
  width: 22px;
}

.header-content .content-container .highlight .heading-container .heading-wrapper .provider-container .provider-name {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-light, 300);
  line-height: 100%;
  text-transform: uppercase;
}

.hero-top .cta-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: fit-content;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-top .cta-container .view-button {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(244, 244, 244, 0.28) 0%, rgba(233, 233, 233, 0.34) 100%);
  border: 1px solid rgba(244, 244, 244, 0.56);
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 54px;
  padding: 20px 0px;
  transition: background-color 0.3s ease;
  width: 186px;
}
.hero-top .cta-container .view-button .arrow-wrapper {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-left: 4px;
  width: 46px;
}
.hero-top .cta-container .view-button .arrow-wrapper .arrow-right {
  background-color: #fff;
  -webkit-mask-image: url("assets/images/svg/btn-arrow-right.svg");
  mask-image: url("assets/images/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}
.hero-top .cta-container .view-button .arrow-wrapper i {
  color: var(--white);
  font-size: var(--font-size-base, 1rem);
}
.hero-top .cta-container .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}
.hero-top .cta-container .view-button:hover {
  background: none;
  background-color: #000;
  border-color: #000;
}
.hero-top .cta-container .view-button:hover .label {
  color: var(--white);
}
.hero-top .cta-container .view-button:hover .arrow-wrapper .arrow-right {
  background-color: #fff;
}

/* Mobile */
@media (max-width: 1750px) {
  .header-content {
    gap: 0;
    padding: 0;
  }
  .header-content .title-wrapper h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-top: 156px;
  }
  /* Featured */
  .header-content .content-container .heading-container {
    height: 100%;
    min-height: 392px;
    margin-top: -36px;
    padding: 0 0 24px 24px;
    width: 100%;
  }
  .header-content .content-container .featured .heading-container .heading-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .header-content .content-container .featured .episode-description {
    display: none;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .duration i {
    color: #d7ccff;
    font-size: var(--font-size-lg, 1.125rem);
  }
  .header-content .content-container .featured .heading-container .heading-wrapper .mobile-episode-description {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end;
    max-width: 597px;
    width: 100%;
  }
  .header-content .content-container .featured .mobile-episode-description .episode-intro {
    color: var(--white);
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-p1-font-size, 24px);
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -0.96px;
    line-height: 100%;
  }
  .header-content .content-container .featured .mobile-episode-description .description {
    color: #d7ccff;
    font-family: "DIN Pro-Regular", Helvetica, sans-serif;
    font-size: var(--font-size-base, 1rem);
    font-weight: var(--font-weight-normal, 400);
    letter-spacing: -0.32px;
    line-height: 120%;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .duration {
    align-items: center;
    display: flex;
    gap: 6px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .duration .clock-icon {
    width: 16px;
    height: 16px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .duration .text {
    color: #d7ccff;
    font-family: "URW DIN-Regular", Helvetica, sans-serif;
    font-weight: var(--font-weight-normal, 400);
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: 0.56px;
    line-height: 100%;
    text-box-cap: cap alphabetic;
    text-box-trim: trim-both;
    text-transform: uppercase;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .date .text {
    color: #d7ccff;
    font-family: "URW DIN-Regular", Helvetica, sans-serif;
    font-weight: var(--font-weight-normal, 400);
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: 0.56px;
    line-height: 100%;
    text-box-cap: cap alphabetic;
    text-box-trim: trim-both;
    text-transform: uppercase;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .activity {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .comments,
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .likes {
    align-items: center;
    display: flex;
    gap: 8px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .comments .chat-icon,
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .likes .heart-icon {
    height: 16px;
    width: 16px;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .comments .text,
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .likes .text {
    color: #d7ccff;
    font-family: "URW DIN-Regular", Helvetica, sans-serif;
    font-weight: var(--font-weight-normal, 400);
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: 0.56px;
    line-height: 100%;
    text-box-cap: cap alphabetic;
    text-box-trim: trim-both;
    text-transform: uppercase;
  }
  /* Quote */
  .header-content .quote .cta-container {
    display: none;
  }
  .header-content .content-container .quote .heading-container {
    height: 514px;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    width: fit-content;
    z-index: 1;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button {
    align-items: center;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 40px;
    display: flex;
    gap: 16px;
    height: 56px;
    padding: 20px 30px;
    width: fit-content;
    transition: background-color 0.3s ease;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button:hover {
    background-color: #ae9962;
    border-color: #ae9962;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button .label {
    color: #fff;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-weight: var(--font-weight-semi-bold, 500);
    font-size: var(--font-size-lg, 1.125rem);
    letter-spacing: -0.72px;
    line-height: 100%;
    text-box-cap: both alphabetic;
    text-box-trim: trim-both;
    transition: color 0.3s ease;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button:hover .label {
    color: var(--white);
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button .arrow-right {
    background-color: #fff;
    -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
    mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: 50% 50%;
    width: 14px;
    height: 10px;
    transition: background-color 0.3s ease;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button:hover .arrow-right {
    background-color: #fff;
  }
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .comments,
  .header-content .content-container .featured .mobile-episode-description .content-details .activity .likes i {
    color: #d7ccff;
    font-size: var(--font-size-lg, 1.125rem);
  }
}
@media (max-width: 1160px) {
  .header-content {
    gap: 0;
    padding: 0;
  }
  .header-content .title-wrapper h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-top: 156px;
  }
  .header-content .content-container .heading-container {
    height: 392px;
    padding: 0 0 24px 24px;
    margin-top: -36px;
    width: 100%;
  }
  /* Article Header */
  .header-content .content-container .article-header .heading-container .heading-wrapper .content-date {
    font-size: var(--font-size-lg, 1.125rem);
  }
  .header-content .content-container .article-header .heading-container .heading-wrapper .content-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  /* Featured */
  .header-content .content-container .featured .heading-container {
    height: 514px;
  }
  .header-content .content-container .featured .heading-container .heading-wrapper .mobile-episode-description {
    gap: 16px;
  }
  .header-content .content-container .featured .heading-container .heading-wrapper .mobile-episode-description .episode-intro {
    font-size: var(--font-size-lg, 1.125rem);
    letter-spacing: -0.72px;
    line-height: 120%;
  }
  .header-content .content-container .featured .heading-container .heading-wrapper .mobile-episode-description .description {
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: -0.28px;
    line-height: 120%;
  }
  /* Quote */
  .header-content .quote .heading-container .heading-wrapper .quote-container .quote-icon {
    margin-bottom: 8px;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .quote-content {
    width: 100%;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .quote-content .quote-title {
    font-size: var(--font-size-lg, 1.125rem);
    line-height: 100%;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .quote-content .quote-description {
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 100%;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button {
    gap: 16px;
    height: 40px;
    padding: 12px 30px;
  }
  .header-content .content-container .quote .heading-container .heading-wrapper .quote-container .mobile-cta-container .view-button .label {
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: -0.64px;
  }
  /* Highlight */
  .header-content .content-container .highlight .heading-container {
    padding: 0 0 24px 18px;
  }
  .header-content .content-container .highlight .heading-container .heading-wrapper {
    width: 96%;
  }
  .header-content .content-container .highlight .heading-container .heading-wrapper .title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  .header-content .content-container .highlight .heading-container .heading-wrapper .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
    line-height: 100%;
  }
  .header-content .content-container .highlight .heading-container .heading-wrapper .provider-container .provider-name {
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-c1-font-size, 13px);
    font-weight: var(--font-weight-semi-bold, 500);
  }
  /* Recently */
  .header-content .title-wrapper.recently-hero {
    padding-left: 1px;
  }
  .header-content .content-container .recently .heading-container {
    padding: 0 0 44px 0px;
    margin-top: 112px;
  }
  .header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed {
    margin: 0;
    padding: 0;
  }
  .header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item {
    gap: 42px;
    margin-right: 0;
    padding: 0 0 24px 24px;
    width: 100%;
  }
  .header-content .content-container .recently .heading-container .heading-wrapper .recently-accessed .recently-accessed-item .cta-container {
    flex-grow: 0;
  }
  /* Slick dots customization */
  .header-content .content-container .recently .heading-container .slick-dots {
    bottom: -50px;
    text-align: left;
  }
  .header-content .content-container .recently .heading-container .slick-dots li button:before {
    color: var(--white);
    font-size: 8px;
    opacity: 0.5;
  }
  .header-content .content-container .recently .heading-container .slick-dots li.slick-active button:before {
    color: #ae9962;
    opacity: 1;
  }
  .header-content .content-container .recently .heading-container .slick-slide {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .DWTC-hub-d .hero-top {
    padding: 32px 28px;
  }
}
.menu {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 100;
}

.menu.visible {
  opacity: 1;
  visibility: visible;
}

.menu.hidden {
  display: none;
}

.menu .menu-container {
  background-color: #00a19b;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 32px;
  position: absolute;
  right: 32px;
  top: 50px;
  width: 442px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  height: calc(100vh - 100px);
  max-width: 442px;
}
body.has-control-menu .menu .menu-container {
  top: 80px;
  height: calc(100vh - 120px);
}

body.has-edit-mode-menu .menu .menu-container {
  right: 300px;
}

/*
body.has-control-menu .menu .menu-container {
  top: 80px;
  height: calc(100vh - 120px);
}*/
@media (max-height: 1020px) {
  .menu .menu-container {
    width: 90vw;
    right: 20px;
    top: 50px;
    height: calc(100vh - 100px);
  }
  body.has-control-menu .menu .menu-container {
    top: 80px;
    height: calc(100vh - 100px);
  }
}
@media (max-height: 500px) {
  .menu .menu-container {
    right: 20px;
    max-width: calc(100vw - 40px);
  }
}
.menu.visible .menu-container {
  transform: translateX(0);
}

.menu .menu-container .menu-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.menu .menu-container .menu-header .close-menu-icon {
  cursor: pointer;
  font-size: var(--dwtc-p2-font-size, 20px);
  color: rgba(255, 255, 255, 0.5019607843);
}

.menu .menu-container .menu-header .close-menu-icon:hover {
  color: #fff;
}

.menu.visible .menu-container .portlet-navigation {
  flex: 1;
}

.menu .menu-container .menu-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}

.menu .menu-container .menu-options .menu-option {
  display: flex;
  justify-content: flex-end;
}

.menu .menu-container .menu-options .menu-option a {
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: 28px;
  letter-spacing: -1.12px;
  line-height: 120%;
  text-align: right;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  width: fit-content;
}

.menu .menu-container .menu-options .menu-option a:hover {
  color: #fff;
}

.menu .menu-container .profile-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  width: 100%;
}

.menu .menu-container .profile-wrapper {
  padding-top: 30px;
}
.menu .menu-container .profile-wrapper .profile-card {
  background: linear-gradient(40deg, #180c2e 0.38%, #8f006c 73.64%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 173px;
  justify-content: space-between;
  padding: 24px 16px;
  transition: all 0.3s ease;
  width: 295px;
  cursor: pointer;
}
.menu .menu-container .profile-wrapper .bscd-edit-btn {
  position: absolute;
  top: -26px;
  right: 10px;
  color: white;
  display: none;
}
.menu .menu-container .profile-wrapper:hover .bscd-edit-btn {
  display: block;
}

.menu .menu-container .profile-wrapper .profile-card:hover {
  background: linear-gradient(40deg, #8f006c 0.38%, #180c2e 73.64%);
}

.menu .menu-container .profile-wrapper .profile-card .user-info {
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-end;
  text-align: right;
}

.menu .menu-container .profile-wrapper .profile-card .user-info .user-name {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.64px;
  line-height: 120%;
  text-box-trim: trim-both;
  text-box-cap: cap alphabetic;
}

.menu .menu-container .profile-wrapper .profile-card .user-info .user-role {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.56px;
  line-height: 120%;
  text-box-trim: trim-both;
  text-box-cap: cap alphabetic;
}

.menu .menu-container .profile-wrapper .profile-card .additional-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}

.menu .menu-container .profile-wrapper .profile-card .additional-info .qr-code {
  height: 63px;
  object-fit: cover;
  width: 62px;
}

.menu .menu-container .profile-wrapper .profile-card .additional-info .disclaimer {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--dwtc-c2-font-size, 12px);
  font-weight: var(--font-weight-light, 300);
  letter-spacing: -0.48px;
  line-height: 120%;
  text-box-trim: trim-both;
  text-box-cap: cap alphabetic;
}

.menu .menu-container .terms-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu .menu-container .terms-wrapper .terms-links {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 24px;
}

.menu .menu-container .terms-wrapper .terms-links a {
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-c1-font-size, 13px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.52px;
  line-height: 120%;
  text-decoration: none;
}

.menu .menu-container .terms-wrapper .terms-links a:hover {
  color: #fff;
}

.menu .menu-container .terms-wrapper .terms-copyright {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.56px;
  line-height: 120%;
  text-align: right;
}

.menu .menu-container .feedback-wrapper {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(244, 244, 244, 0.28) 0%, rgba(233, 233, 233, 0.34) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(244, 244, 244, 0.56);
  border-radius: 4px;
  bottom: 32px;
  cursor: pointer;
  display: flex;
  height: 39px;
  justify-content: center;
  margin-top: 32px;
  padding: 8px 0;
  width: 100%;
  transition: all 0.3s ease;
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.32px;
  line-height: 120%;
}

.menu .menu-container .feedback-wrapper:hover {
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(99, 98, 98, 0.45) 0%, rgba(158, 158, 158, 0.54) 100%);
  border-color: rgba(244, 244, 244, 0.8);
}

.menu .menu-container .feedback-wrapper .text {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.32px;
  line-height: 120%;
}

.hero {
  position: relative;
  width: 100%;
  height: 810px;
}

.hero .carousel-indicators {
  margin: 0px 40px 20px;
  align-items: center;
}

.hero .carousel-indicators .rectangle {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  border-radius: 20px;
  opacity: 0.2;
  border: none;
}

.hero .rectangle.active {
  opacity: 1;
}

.hero .carousel-indicators .indicator-counter {
  position: relative;
  width: fit-content;
  margin-top: -0.93px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: var(--white);
  font-size: var(--dwtc-p2-font-size, 20px);
  letter-spacing: 2px;
  line-height: 20px;
  white-space: nowrap;
  padding-left: 20px;
}

.hero .overlap {
  border-radius: 20px;
  height: 810px;
  overflow: hidden;
  position: relative;
}

.hero .overlap .banner-img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hero .overlap video.banner-img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hero .overlap .item-content-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: flex-end;
  padding: 0 0 80px 32px;
  position: relative;
  width: 578px;
}

.hero .overlap .item-content-container .provider-container {
  align-items: center;
  display: flex;
  gap: 12px;
}

.hero .overlap .item-content-container .provider-container .provider-icon {
  height: auto;
  width: 22px;
}

.hero .overlap .item-content-container .provider-container .provider-name {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-c1-font-size, 13px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  text-transform: uppercase;
}

.hero .overlap .item-content-container .item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.hero .overlap .item-content-container .item-content .title {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -1.6px;
  line-height: 100%;
}

.hero .overlap .item-content-container .item-content .description {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-light, 300);
  letter-spacing: -0.64px;
  line-height: 100%;
}

.hero .overlap .item-tag {
  align-items: center;
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(244, 244, 244, 0.28) 0%, rgba(233, 233, 233, 0.34) 100%);
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  border-radius: 50px;
  height: 36px;
  justify-content: center;
  padding: 12px 20px;
  position: absolute;
  top: 31px;
  right: 31px;
}

.hero .overlap .item-tag .text {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 14px;
  position: relative;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  white-space: nowrap;
  width: fit-content;
}

.hero .overlap .cta-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: fit-content;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero .overlap .cta-container .view-button {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(244, 244, 244, 0.28) 0%, rgba(233, 233, 233, 0.34) 100%);
  border: 1px solid rgba(244, 244, 244, 0.56);
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 54px;
  padding: 20px 0px;
  transition: background-color 0.3s ease;
  width: 186px;
}

.hero .overlap .cta-container .view-button .arrow-wrapper {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-left: 4px;
  width: 46px;
}

.hero .overlap .cta-container .view-button:hover {
  background: none;
  background-color: #000;
  border-color: #000;
}

.hero .overlap .cta-container .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.hero .overlap .cta-container .view-button:hover .label {
  color: var(--white);
}

.hero .overlap .cta-container .view-button .arrow-wrapper .arrow-right {
  background-color: #fff;
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.hero .overlap .cta-container .view-button:hover .arrow-wrapper .arrow-right {
  background-color: #fff;
}

/* see video button UI*/
.see-video-container {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: fit-content;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.see-video-container .view-button {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(244, 244, 244, 0.28) 0%, rgba(233, 233, 233, 0.34) 100%);
  border: 1px solid rgba(244, 244, 244, 0.56);
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 54px;
  padding: 20px 0px;
  transition: background-color 0.3s ease;
  width: 186px;
}
.see-video-container .view-button .arrow-wrapper {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-left: 4px;
  width: 46px;
}
.see-video-container .view-button .arrow-wrapper .arrow-right {
  background-color: #fff;
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}
.see-video-container .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}
.see-video-container .view-button:hover {
  background: none;
  background-color: #000;
  border-color: #000;
}
.see-video-container .view-button:hover .label {
  color: var(--white);
}
.see-video-container .view-button:hover .arrow-wrapper .arrow-right {
  background-color: #fff;
}

/* Mobile */
@media (max-width: 1240px) {
  .hero {
    height: 645px;
  }
  .hero .overlap {
    height: 645px;
  }
  .hero .overlap .item-tag {
    top: 24px;
    right: 24px;
  }
  .hero .overlap .cta-container {
    transform: translate(-50%, -175%);
  }
  .hero .overlap .cta-container .view-button {
    gap: 27px;
    height: 50px;
  }
  .hero .overlap .cta-container .view-button .arrow-wrapper {
    margin-left: 6px;
    height: 38px;
    width: 38px;
  }
  .see-video-container {
    transform: translate(-50%, -175%);
  }
  .see-video-container .view-button {
    gap: 27px;
    height: 50px;
  }
  .see-video-container .view-button .arrow-wrapper {
    margin-left: 6px;
    height: 38px;
    width: 38px;
  }
  .hero .overlap .item-content-container {
    gap: 32px;
    padding: 0 24px 77px;
    width: 100%;
  }
  .hero .overlap .item-content-container .item-content .title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  .hero .overlap .item-content-container .item-content .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
}
.hero-content {
  display: flex;
  gap: 32px;
  width: 100%;
}

.hero-content .status-button {
  display: none;
  align-items: center;
  align-self: center;
  background-color: #fff;
  border-radius: 100px;
  height: 46px;
  justify-content: center;
  width: 292px;
  margin: 22px auto 0;
}
.hero-content .status-button .status-button-text {
  color: #002554;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-bold, 700);
  line-height: 100%;
  letter-spacing: -0.8px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

@media (max-width: 1240px) {
  .hero-content .status-button {
    display: flex;
  }
  .hero-content {
    flex-direction: column;
    gap: 22px;
  }
}
.status-container {
  background-color: #fcfafc;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  height: 810px;
  padding: 48px 30px 30px;
  position: relative;
  width: 430px;
  flex-shrink: 0;
}

/* Status Board */
.status-container .status-board {
  background: linear-gradient(303deg, #fcfafc 18.37%, #e9ebf2 111.12%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
  margin-bottom: 36px;
}

.status-container .status-board .header-container {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
  line-height: 20px;
}

.status-container .status-board .header-container .status-icon {
  display: flex;
  gap: 13px;
}

.status-container .status-board .header-container .status-icon .status-icon-image {
  height: 20px;
  width: 20px;
}

.status-container .status-board .header-container .status-icon .status-heading-text {
  color: #00a19b;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.8px;
}
.status-container .status-board .header-container .status-icon .status-heading-text:hover {
  color: #005c5d;
}

.status-container .status-board .header-container .status-active-requests {
  color: #000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.32px;
}

.status-container .status-board .header-container .status-active-requests .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.status-container .status-board .status-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.status-container .status-board .status-content .status-content-item {
  align-items: center;
  border-bottom: 1px solid rgba(212, 191, 212, 0.4);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.status-container .status-board .status-content .status-content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.status-container .status-board .status-content .status-content-item .item-title {
  color: #333333;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-base, 1rem);
  line-height: 100%;
}

.status-container .status-board .status-content .status-content-item .item-value {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 80px;
}

.status-container .status-board .status-content .status-content-item .item-value .text {
  color: #333333;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 100%;
  letter-spacing: -0.56px;
}

.status-container .status-board .div-3 .frame-8 .frame-9 {
  display: flex;
  align-items: center;
  gap: 31px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* Personal Leaves */
.status-container .personal-leaves-board {
  background: linear-gradient(303deg, #fcfafc 18.37%, #e9ebf2 111.12%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
}

.status-container .personal-leaves-board .header-container {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
}

.status-container .personal-leaves-board .header-container .personal-leaves-icon {
  display: flex;
  gap: 13px;
  line-height: 20px;
}

.status-container .personal-leaves-board .header-container .personal-leaves-icon .personal-leaves-icon-image {
  height: 20px;
  width: 20px;
}

.status-container .personal-leaves-board .header-container .personal-leaves-heading-text {
  color: #0071ce;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.8px;
}
.status-container .personal-leaves-board .header-container .personal-leaves-heading-text:hover {
  color: var(--brand-color-5);
  cursor: pointer;
}

.status-container .personal-leaves-board .header-container .personal-leaves-heading-text .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.status-container .personal-leaves-board .personal-leaves-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.status-container .personal-leaves-board .personal-leaves-content .leave-item {
  border-bottom: 1px solid rgba(212, 191, 212, 0.4);
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: space-between;
  padding-bottom: 24px;
}

.status-container .personal-leaves-board .personal-leaves-content .leave-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.status-container .personal-leaves-board .personal-leaves-content .leave-item .leave-item-header {
  display: flex;
  justify-content: space-between;
}

.status-container .personal-leaves-board .personal-leaves-content .leave-item .leave-item-header .title {
  color: #333333;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-base, 1rem);
  line-height: 100%;
}

.status-container .personal-leaves-board .personal-leaves-content .leave-item .leave-item-header .count {
  color: #333333;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.28px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
}

.personal-leaves-board .personal-leaves-content .leave-item .dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  width: 100%;
}

.personal-leaves-board .personal-leaves-content .leave-item .dots .dot {
  background-color: #d5d0c9;
  border-radius: 8px;
  height: 16px;
  width: 16px;
}

.personal-leaves-board .personal-leaves-content .leave-item .dots.sick-days-dots .dot.active {
  background-color: #d28c00;
}

.personal-leaves-board .personal-leaves-content .leave-item .dots.annual-leaves-dots .dot.active {
  background-color: #00a19b;
}

.personal-leaves-board .personal-leaves-content .leave-item .dots.unpaid-leaves-dots .dot.active {
  background-color: #9c0a6d;
}

.status-icon:hover .status-heading-text:hover {
  color: #005c5d !important;
}

.status-icon:hover .status-icon-image {
  filter: brightness(0) saturate(100%) invert(29%) sepia(97%) saturate(431%) hue-rotate(133deg) brightness(92%) contrast(103%) !important;
}

.personal-leaves-icon:hover .personal-leaves-heading-text {
  color: #002664 !important;
}

.personal-leaves-icon:hover .personal-leaves-icon-image {
  filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(1235%) hue-rotate(183deg) brightness(96%) contrast(103%) !important;
}

@media (max-width: 1240px) {
  .status-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 95vh;
    height: auto;
    z-index: 1000;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fcfafc;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
  }
  .status-container.drawer-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .status-container.drawer-open .status-board {
    margin-bottom: 32px;
  }
  /* Add a drag handle at the top of the drawer */
  .status-container::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #d5d0c9;
    border-radius: 2px;
    margin: 0 auto 20px;
  }
}
.frame-25 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}

.frame-25 .title {
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.8px;
  line-height: 40px;
}

.frame-25 .title .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.frame-25 .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .group-2 {
  position: relative;
  width: 100%;
  height: 840px;
  margin-right: -1px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/rectangle-34624412-1.png);
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.frame-25 .frame-26 .group-2 .frame-27 {
  display: flex;
  flex-direction: column;
  width: 711px;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 576px;
  left: 32px;
}

.frame-25 .frame-26 .group-2 .frame-27 .via-youtube {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .group-2 .frame-27 .via-youtube .vector {
  position: relative;
  width: 22.59px;
  height: 16px;
}

.frame-25 .frame-26 .group-2 .frame-27 .via-youtube .via-youtube-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--dwtc-c1-font-size, 13px);
  letter-spacing: 0;
  line-height: 13px;
  white-space: nowrap;
}

.frame-25 .frame-26 .group-2 .frame-27 .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .group-2 .frame-27 .frame-4 .label-14 {
  position: relative;
  width: 606px;
  margin-top: -1px;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
  color: var(--white);
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 40px;
}

.frame-25 .frame-26 .group-2 .frame-27 .frame-4 .label-3 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-weight: var(--font-weight-light, 300);
  color: var(--white);
  font-size: var(--font-size-base, 1rem);
  letter-spacing: -0.64px;
  line-height: 16px;
}

.frame-25 .frame-26 .group-2 .frame-28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: absolute;
  top: 23px;
  right: 23px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(209, 204, 204, 0.28) 0%, rgba(207, 207, 207, 0.34) 100%);
}

.frame-25 .frame-26 .group-2 .frame-28 .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 {
  display: flex;
  align-items: flex-start;
  gap: 31px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 {
  position: relative;
  width: 100%;
  height: 546px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/subtract-10.png);
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 .frame-31 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 .frame-31 .podcast-wrapper {
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 .frame-31 .podcast-wrapper .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 462px;
  left: 24px;
  background-color: var(--white);
  border-radius: 30px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .group-3 .play-button .play-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  top: 21px;
  left: 23px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .via-youtube {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .via-youtube .img-2 {
  position: relative;
  max-width: 23px;
  max-height: 20px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .via-youtube .via-spotify {
  color: #615396;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .social-likes-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .social-likes-wrapper .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .social-likes-wrapper .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .social-likes-wrapper .social-likes .comments .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div .social-likes-wrapper .social-likes .comments .text-wrapper-12 {
  color: #615396;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .frame-33 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 58px;
}

.frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .frame-33 .label-15 {
  position: absolute;
  max-width: 629px;
  top: -1px;
  left: 0;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.frame-25 .frame-26 .frame-29 .frame-34 {
  display: flex;
  flex-direction: column;
  width: 444px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.frame-25 .frame-26 .frame-29 .frame-34 .group-4 {
  position: relative;
  width: 444px;
  height: 546px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/subtract-11.png);
  background-size: 100% 100%;
}

.frame-25 .frame-26 .frame-29 .frame-34 .group-4 .frame-35 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  top: 24px;
  left: 329px;
}

.frame-25 .frame-26 .frame-29 .frame-34 .group-4 .frame-35 .frame-36 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(209, 204, 204, 0.28) 0%, rgba(207, 207, 207, 0.34) 100%);
}

.frame-25 .frame-26 .frame-29 .frame-34 .group-4 .frame-35 .frame-36 .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .via-youtube {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .via-youtube .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .via-youtube .via-instagram {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .social-likes .comments .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div .social-likes .comments .text-wrapper-13 {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .frame-33 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 58px;
}

.frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .frame-33 .label-16 {
  position: absolute;
  width: 444px;
  top: -1px;
  left: 0;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-25 .frame-26 .frame-29 .frame-37 {
  display: flex;
  flex-direction: column;
  width: 440px;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  margin-right: -2px;
}

.frame-25 .frame-26 .frame-29 .frame-37 .group-5 {
  position: relative;
  width: 440px;
  height: 546px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/subtract-12.png);
  background-size: 100% 100%;
}

.frame-25 .frame-26 .frame-29 .frame-37 .group-5 .frame-35 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  top: 24px;
  left: 329px;
}

.frame-25 .frame-26 .frame-29 .frame-37 .group-5 .frame-35 .frame-36 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(209, 204, 204, 0.28) 0%, rgba(207, 207, 207, 0.34) 100%);
}

.frame-25 .frame-26 .frame-29 .frame-37 .group-5 .frame-35 .frame-36 .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .via-youtube {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .via-youtube .vector {
  position: relative;
  width: 22.59px;
  height: 16px;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .via-youtube .via-youtube-3 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #bc3b4a;
  font-size: var(--dwtc-c1-font-size, 13px);
  letter-spacing: 0;
  line-height: 13px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .social-likes .comments .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div .social-likes .comments .text-wrapper-14 {
  color: #bc3b4a;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .label-17 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-25 .frame-26 .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: 31px;
}

.frame-25 .frame-26 .div .frame-38 {
  display: flex;
  flex-direction: column;
  width: 439px;
  height: 632px;
  align-items: flex-start;
  gap: 280px;
  padding: 32px 32px 16px 16px;
  position: relative;
  border-radius: 16px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/frame-2106259373.png);
  background-size: cover;
  background-position: 50% 50%;
}

.frame-25 .frame-26 .div .frame-38 .subtract {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 878px;
  left: 6568px;
  object-fit: cover;
}

.frame-25 .frame-26 .div .frame-38 .frame-39 {
  display: flex;
  flex-direction: column;
  width: 391px;
  align-items: flex-start;
  gap: 46px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-38 .frame-39 .event-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.frame-25 .frame-26 .div .frame-38 .frame-39 .event-wrapper .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .div .frame-38 .frame-39 .frame-40 {
  display: flex;
  flex-direction: column;
  height: 184.98px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-25 .frame-26 .div .frame-38 .frame-39 .frame-40 .label-18 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  margin-bottom: -6.02px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
}

.frame-25 .frame-26 .div .frame-38 .label-19 {
  position: relative;
  width: 161px;
  height: 42.39px;
  margin-bottom: -2.37px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: var(--white);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 21.6px;
}

.frame-25 .frame-26 .div .frame-41 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.frame-25 .frame-26 .div .frame-41 .group-6 {
  position: relative;
  width: 100%;
  height: 486px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/subtract-13.png);
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.frame-25 .frame-26 .div .frame-41 .group-6 .frame-42 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-25 .frame-26 .div .frame-41 .group-6 .frame-42 .photo-album-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.5490196078);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.frame-25 .frame-26 .div .frame-41 .group-6 .frame-42 .photo-album-wrapper .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .via-youtube-4 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .via-youtube-4 .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .via-youtube-4 .via-linkedin {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #007598;
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .social-likes .comments .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div .social-likes .comments .text-wrapper-15 {
  color: #007598;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-25 .frame-26 .div .frame-41 .frame-32 .label-20 {
  position: relative;
  max-width: 760px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .frame-25 .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .frame-25 .frame-26 .group-2 {
    height: 640px;
    border-radius: 15px;
  }
  .frame-25 .frame-26 .group-2 .frame-27 {
    width: 328px;
    top: auto;
    bottom: 32px;
    left: 32px;
  }
  .frame-25 .frame-26 .group-2 .frame-27 .frame-4 {
    width: 100%;
  }
  .frame-25 .frame-26 .group-2 .frame-27 .frame-4 .label-14 {
    width: 100%;
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  .frame-25 .frame-26 .frame-29 {
    flex-direction: column;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 {
    width: 100%;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 .group-3 {
    height: 240px;
    border-radius: 15px;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .div {
    flex-direction: row;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .frame-33 {
    height: auto;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 .frame-32 .frame-33 .label-15 {
    position: relative;
    width: 100%;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 {
    width: 100%;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 .group-4 {
    width: 100%;
    height: 240px;
    background-size: cover;
    border-radius: 15px;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 .group-4 .frame-35 {
    position: absolute;
    right: 24px;
    left: auto;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .div {
    flex-direction: row;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 .frame-32 .frame-33 .label-16 {
    width: 100%;
  }
  .frame-25 .frame-26 .frame-29 .frame-37 {
    width: 100%;
  }
  .frame-25 .frame-26 .frame-29 .frame-37 .group-5 {
    width: 100%;
    height: 240px;
    background-size: cover;
    border-radius: 15px;
  }
  .frame-25 .frame-26 .frame-29 .frame-37 .group-5 .frame-35 {
    position: absolute;
    right: 24px;
    left: auto;
  }
  .frame-25 .frame-26 .frame-29 .frame-37 .frame-32 .div {
    flex-direction: row;
  }
  .frame-25 .frame-26 .div {
    flex-direction: column;
  }
  .frame-25 .frame-26 .div .frame-38 {
    width: 100%;
  }
  .frame-25 .frame-26 .div .frame-38 .frame-39 {
    width: 100%;
  }
  .frame-25 .frame-26 .div .frame-41 .group-6 {
    width: 100%;
    border-radius: 15px;
  }
  .frame-25 .frame-26 .div .frame-41 .frame-32 {
    gap: 12px;
  }
  .frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 {
    padding: 0;
  }
  .frame-25 .frame-26 .div .frame-41 .frame-32 .frame-43 .div {
    flex-direction: row;
  }
  .frame-25 .frame-26 .div .frame-41 .frame-32 .label-20 {
    width: 100%;
  }
  .frame-25 .frame-26 .div .frame-38 .frame-39 .event-wrapper {
    padding: 8px 14px;
  }
  .frame-25 .frame-26 .div .frame-41 .group-6 .frame-42 .photo-album-wrapper {
    padding: 8px 14px;
  }
  .frame-25 .frame-26 .frame-29 .frame-37 .group-5 .frame-35 .frame-36 {
    padding: 8px 14px;
  }
  .frame-25 .frame-26 .frame-29 .frame-34 .group-4 .frame-35 .frame-36 {
    padding: 8px 14px;
  }
  .frame-25 .frame-26 .frame-29 .frame-30 .group-3 .frame-31 .podcast-wrapper {
    padding: 8px 14px;
  }
  .frame-25 .frame-26 .group-2 .frame-28 {
    padding: 8px 14px;
  }
}
.blue-bg {
  background-color: #002554;
  width: 100%;
}

.latest-events {
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
  width: 100%;
}

.latest-events .title {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
}

.latest-events .title .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.latest-events .content-wrapper {
  align-items: center;
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding-bottom: 62px;
  width: 100%;
  flex-direction: row;
  margin-top: 0;
}

.latest-events .content-wrapper::-webkit-scrollbar-track {
  background-color: #062d5f;
  border-radius: 40px;
}

.latest-events .content-wrapper::-webkit-scrollbar {
  background-color: transparent;
  height: 4px;
  top: 40px;
}

.latest-events .content-wrapper::-webkit-scrollbar-thumb {
  background-color: #ae9962;
  border-radius: 40px;
}

.latest-events .content-wrapper .event-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 597px;
}

.latest-events .content-wrapper .event-item .event-item-heading {
  border-radius: 20px;
  height: 340px;
  overflow: hidden;
  position: relative;
  width: 597px;
}

.latest-events .content-wrapper .event-item .event-item-heading .bg-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.latest-events .content-wrapper .event-item .event-item-heading .event-tag {
  align-items: center;
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
  border: 1px solid rgba(243, 243, 243, 0.5490196078);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.latest-events .content-wrapper .event-item .event-item-heading .event-tag .text {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  text-transform: uppercase;
  width: fit-content;
}

.latest-events .content-wrapper .event-item .event-item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 95%;
}

.latest-events .content-wrapper .event-item .event-item-content .title {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.96px;
  line-height: 120%;
}

.latest-events .content-wrapper .event-item .event-item-content .description {
  color: #d7ccff;
  display: flex;
  flex-direction: column;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  gap: 8px;
  line-height: 100%;
  letter-spacing: -0.64px;
}

.latest-events .content-wrapper .event-item .event-item-content .description .date {
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 991.98px) {
  .latest-events {
    padding: 0;
  }
  .latest-events .title {
    font-size: 32px;
    letter-spacing: -0.64px;
    padding: 0 19px;
  }
  /* Mobile Carousel Styles */
  .latest-events .content-wrapper.slick-initialized {
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 0;
  }
  .latest-events .content-wrapper .event-item {
    width: 100%;
    padding: 0 19px;
  }
  .latest-events .content-wrapper .event-item .event-item-heading {
    width: 100%;
    height: 250px;
  }
  .latest-events .content-wrapper .event-item .event-item-content {
    width: 100%;
  }
  .latest-events .content-wrapper .event-item .event-item-content .title {
    padding: 0;
  }
  /* Progress Bar Styles */
  .latest-events .progress {
    background: rgba(174, 153, 98, 0.2);
    height: 2px;
    margin: 0 19px;
    position: relative;
    margin-top: 20px;
  }
  .latest-events .progress-bar {
    background: #ae9962;
    height: 100%;
    width: 0;
    transition: width 300ms ease;
  }
  /* Reset slick slide spacing */
  .latest-events .slick-slide {
    margin: 0;
  }
}
.DWTC-hub-d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.hero-top {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  gap: 132px;
  padding: 136px 32px 42px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}
.hero-top .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hero-top .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-main-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
  padding: 80px 0px 0px;
  position: relative;
  width: 100%;
}

.factsheets {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: -48px;
  margin-bottom: -48px;
}

.factsheets .corporate-factsheet {
  align-items: flex-start;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  height: 655px;
  justify-content: space-between;
  padding: 60px 126px 60px 94px;
  position: relative;
  width: 100%;
}

.factsheets .corporate-factsheet .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.factsheets .corporate-factsheet .title-wrapper .title {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: var(--brand-color-5);
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 100%;
}

.factsheets .corporate-factsheet .title-wrapper .year {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
  color: var(--brand-color-5);
  font-size: 65px;
  letter-spacing: -0.8px;
  line-height: 100%;
}

.factsheets .corporate-factsheet .content-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.factsheets .corporate-factsheet .description-wrapper {
  border-radius: 0px 0px 0px 8px;
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  border-left-width: 0.5px;
  border-left-style: solid;
  border-color: var(--brand-color-5);
  padding: 20px 0 32px 32px;
  width: 556px;
}

.factsheets .corporate-factsheet .description-wrapper .description {
  color: var(--brand-color-5);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p2-font-size, 20px);
  letter-spacing: -0.8px;
  line-height: 100%;
}

.factsheets .corporate-factsheet .cta-wrapper {
  align-items: flex-start;
  display: flex;
  padding-top: 8px;
  width: fit-content;
}

.factsheets .corporate-factsheet .cta-wrapper .view-button {
  align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 56px;
  padding: 20px 30px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.factsheets .corporate-factsheet .cta-wrapper .view-button:hover {
  background-color: var(--brand-color-5);
}

.factsheets .corporate-factsheet .cta-wrapper .view-button .label {
  color: var(--brand-color-5);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.factsheets .corporate-factsheet .cta-wrapper .view-button:hover .label {
  color: var(--white);
}

.factsheets .corporate-factsheet .cta-wrapper .view-button .arrow-right {
  background-color: var(--brand-color-5);
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.factsheets .corporate-factsheet .cta-wrapper .view-button:hover .arrow-right {
  background-color: #fff;
}

.factsheets .brochure {
  align-items: flex-start;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #295de8;
  display: flex;
  flex-direction: column;
  height: 655px;
  justify-content: space-between;
  padding: 60px 126px 60px 94px;
  position: relative;
  width: 100%;
}

.factsheets .brochure .content-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.factsheets .brochure .content-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.factsheets .brochure .content-wrapper .title-wrapper .title {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #fff;
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 100%;
}

.factsheets .brochure .content-wrapper .title-wrapper .year {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
  color: #fff;
  font-size: 65px;
  letter-spacing: -0.8px;
  line-height: 100%;
}

.factsheets .brochure .content-wrapper .description-wrapper {
  border-radius: 0px 8px 0px 0px;
  border-top-width: 0.5px;
  border-top-style: solid;
  border-right-width: 0.5px;
  border-right-style: solid;
  border-color: #fff;
  padding: 20px 32px 32px 0px;
  width: 556px;
}

.factsheets .brochure .content-wrapper .description-wrapper .description {
  color: #fff;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p2-font-size, 20px);
  letter-spacing: -0.8px;
  line-height: 100%;
  text-align: right;
}

.factsheets .brochure .cta-wrapper {
  align-items: flex-start;
  display: flex;
  padding-top: 8px;
  width: fit-content;
  z-index: 1;
}

.factsheets .brochure .cta-wrapper .view-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 56px;
  padding: 20px 30px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.factsheets .brochure .cta-wrapper .view-button:hover {
  background-color: var(--brand-color-5);
  border-color: var(--brand-color-5);
}

.factsheets .brochure .cta-wrapper .view-button .label {
  color: #fff;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.factsheets .brochure .cta-wrapper .view-button:hover .label {
  color: var(--white);
}

.factsheets .brochure .cta-wrapper .view-button .arrow-right {
  background-color: #fff;
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.factsheets .brochure .cta-wrapper .view-button:hover .arrow-right {
  background-color: #fff;
}

.factsheets .building-bg {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  height: 85%;
}

.has-edit-mode-menu .cta-wrapper {
  flex-direction: column;
  min-width: 400px;
}
.has-edit-mode-menu .cta-wrapper lfr-drop-zone {
  flex: 1;
  width: 100%;
}

@media (max-width: 991.98px) {
  .factsheets .corporate-factsheet {
    height: 579px;
    padding: 80px 19px;
    width: 100%;
  }
  .factsheets .corporate-factsheet .title-wrapper {
    gap: 16px;
  }
  .factsheets .corporate-factsheet .title-wrapper .title {
    font-size: var(--dwtc-p1-font-size, 24px);
    letter-spacing: -0.96px;
  }
  .factsheets .corporate-factsheet .title-wrapper .year {
    font-size: 43px;
  }
  .factsheets .corporate-factsheet .content-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .factsheets .corporate-factsheet .description-wrapper {
    padding: 0px 41px 24px 32px;
    width: 100%;
  }
  .factsheets .corporate-factsheet .description-wrapper .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
  .factsheets .corporate-factsheet .cta-wrapper .view-button {
    height: 40px;
    padding: 12px 30px;
  }
  .factsheets .corporate-factsheet .cta-wrapper .view-button .label {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
  .factsheets .brochure {
    gap: 32px;
    height: 715px;
    justify-content: flex-start;
    padding: 80px 19px;
    width: 100%;
  }
  .factsheets .brochure .content-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 60px;
  }
  .factsheets .brochure .content-wrapper .title-wrapper {
    gap: 16px;
  }
  .factsheets .brochure .content-wrapper .title-wrapper .title {
    font-size: var(--dwtc-p1-font-size, 24px);
    letter-spacing: -0.96px;
  }
  .factsheets .brochure .content-wrapper .title-wrapper .year {
    font-size: 43px;
  }
  .factsheets .brochure .content-wrapper .description-wrapper {
    border: none;
    border-radius: 0px 0px 0px 8px;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-left-width: 0.5px;
    border-left-style: solid;
    border-color: #fff;
    padding: 0px 41px 24px 32px;
    width: 100%;
  }
  .factsheets .brochure .content-wrapper .description-wrapper .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
    text-align: left;
  }
  .factsheets .brochure .cta-wrapper .view-button {
    height: 40px;
    padding: 12px 30px;
  }
  .factsheets .brochure .cta-wrapper .view-button .label {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
  .factsheets .building-bg {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 25%;
  }
}
.events-exhibition {
  align-items: flex-end;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  gap: 122px;
  height: 816px;
  justify-content: flex-end;
  padding: 54px 64px;
  width: 100%;
}

.events-exhibition .content-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.events-exhibition .content-container .text-wrapper {
  border-bottom: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-radius: 0px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 44px 32px 68px 32px;
  width: 625px;
}

.events-exhibition .content-container .text-wrapper .heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.events-exhibition .content-container .text-wrapper .heading-wrapper .title {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 100%;
  width: 100%;
}

.events-exhibition .content-container .text-wrapper .heading-wrapper .description {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p2-font-size, 20px);
  letter-spacing: -0.8px;
  line-height: 100%;
}

.events-exhibition .content-container .text-wrapper .cta-wrapper {
  align-items: flex-start;
  display: flex;
  padding-top: 8px;
  width: 100%;
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button {
  align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 40px;
  display: flex;
  gap: 16px;
  height: 56px;
  padding: 20px 30px;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button:hover {
  background-color: var(--brand-color-5);
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button .label {
  color: var(--brand-color-5);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: both alphabetic;
  text-box-trim: trim-both;
  transition: color 0.3s ease;
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button:hover .label {
  color: var(--white);
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button .arrow-right {
  background-color: var(--brand-color-5);
  -webkit-mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  mask-image: url("/o/dwtc-theme-css/assets/svg/btn-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.events-exhibition .content-container .text-wrapper .cta-wrapper .view-button:hover .arrow-right {
  background-color: #fff;
}

.events-exhibition .image-wrapper {
  height: 58px;
  width: 125px;
}

.events-exhibition .dec-logo {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991.98px) {
  .events-exhibition {
    align-items: flex-start;
    height: 742px;
    justify-content: space-between;
    padding: 80px 19px;
  }
  .events-exhibition .content-container {
    width: 100%;
  }
  .events-exhibition .content-container .text-wrapper {
    gap: 24px;
    padding: 0px 0px 24px 20px;
    width: 100%;
  }
  .events-exhibition .content-container .text-wrapper .heading-wrapper .title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
  .events-exhibition .content-container .text-wrapper .heading-wrapper .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
  .events-exhibition .content-container .text-wrapper .cta-wrapper .view-button {
    height: 40px;
    padding: 12px 30px;
  }
  .events-exhibition .content-container .text-wrapper .cta-wrapper .view-button .label {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
  }
  .events-exhibition .image-wrapper {
    height: 44px;
    width: 95px;
  }
}
.key-functions {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.key-functions .title {
  color: #002554;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.8px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  width: 100%;
}

.key-functions .title .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.key-functions #key-functions-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.key-functions #key-functions-accordion .accordion-item {
  border: none;
}

.key-functions #key-functions-accordion .accordion-item:not(.collapsed) {
  cursor: pointer;
}

.key-functions #key-functions-accordion .accordion-item .accordion-button {
  transition: all 0.3s ease-in-out;
}

.key-functions #key-functions-accordion .accordion-item .accordion-button::after {
  display: none;
}

.key-functions #key-functions-accordion .accordion-item .accordion-button.collapsed {
  align-items: center;
  display: flex;
  height: 156px;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 1;
  border: none;
}

.key-functions #key-functions-accordion .accordion-item .accordion-button.collapsed .title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -1.28px;
  line-height: 120%;
}

.key-functions #key-functions-accordion .accordion-item .accordion-button:not(.collapsed) {
  height: 0;
  overflow: hidden;
  padding: 0;
  display: none;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  width: 100%;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group.show {
  height: 780px;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content {
  align-items: flex-start;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 780px;
  justify-content: space-between;
  padding: 60px 0 72px 92px;
  width: 100%;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .category {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  text-transform: uppercase;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .accordion-title {
  width: 50%;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .accordion-title .title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 64px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -2.56px;
  line-height: 100%;
  text-align: left;
  width: 363px;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 549px;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper .subtitle {
  border-left: 0.5px solid rgba(255, 255, 255, 0.3019607843);
  border-top: 0.5px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 16px 0 0 0;
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 120%;
  padding-top: 24px;
  padding-left: 24px;
}

.key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper .description {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.64px;
  line-height: 120%;
  padding-left: 24px;
}

.key-functions #key-functions-accordion .page-editor .accordion-item .overlap-group {
  height: 780px !important;
}

/* Mobile */
@media (max-width: 991.98px) {
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content {
    padding: 80px 19px 32px;
  }
  .key-functions #key-functions-accordion .accordion-item .accordion-button.collapsed {
    padding: 0;
  }
  .key-functions #key-functions-accordion .accordion-item .accordion-button.collapsed::after {
    display: none;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .accordion-title {
    width: 100%;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .accordion-title .title {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -1.92px;
    width: 100%;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper {
    width: 100%;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper .subtitle {
    border: none;
    padding: 0;
  }
  .key-functions #key-functions-accordion .accordion-item .overlap-group .accordion-content .content-wrapper .description-wrapper .description {
    padding: 0;
  }
}
.mission-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0px 0px 32px;
  width: 100%;
}

.mission-container .mission-headline {
  align-items: flex-start;
  display: flex;
}

.mission-container .mission-headline .headline-wrapper {
  padding: 0 !important;
}

.mission-container .mission-headline .headline-wrapper .headline {
  color: #002554;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.8px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  width: 531.76px;
}

.mission-container .mission-headline .headline-wrapper .headline .strong,
.mission-container .mission-headline .headline-wrapper .headline strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
}

.mission-container .mission-headline .description-wrapper {
  max-width: 755px;
  width: 100%;
}

.mission-container .mission-headline .description-wrapper .description {
  color: #002554;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 120%;
}

.mission-container .carousel {
  width: 100%;
  padding: 0;
}

.mission-container .carousel .slick-track {
  display: flex;
  gap: 28px;
  align-items: flex-end;
}

.mission-container .carousel .horizontal-rectangle,
.mission-container .carousel .vertical-rectangle {
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.mission-container .carousel .horizontal-rectangle {
  height: 498px;
  min-height: 498px;
  min-width: 744px;
  width: 744px;
}

.mission-container .carousel .horizontal-rectangle img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mission-container .carousel .horizontal-rectangle .img.video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mission-container .carousel .vertical-rectangle {
  height: 601px;
  min-height: 601px;
  min-width: 467px;
  width: 467px;
}

.mission-container .carousel .vertical-rectangle img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Mobile Image */
.mission-container .mobile-image {
  display: none;
  width: 100%;
  padding: 0 19px;
}

.mission-container .mobile-image .img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
}

/* Video Container Styles */
.mission-container .video-container {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.mission-container .video-container .img.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop Video */
.mission-container .desktop-video {
  height: 498px;
  min-height: 498px;
  min-width: 744px;
  width: 744px;
}

/* Mobile Video */
.mission-container .mobile-video {
  display: none;
  height: 230px;
  padding: 0 19px;
}

@media (max-width: 1280px) {
  .mission-container {
    gap: 24px;
    padding: 0px 0px 56px;
  }
  .mission-container .mission-headline {
    flex-direction: column;
  }
  .mission-container .mission-headline .headline-wrapper {
    padding: 0 19px !important;
  }
  .mission-container .mission-headline .headline-wrapper .headline {
    width: 100%;
  }
  .mission-container .mission-headline .description-wrapper {
    max-width: 100%;
    padding: 32px 19px 0 19px !important;
    width: auto;
  }
  .mission-container .mission-headline .description-wrapper .description {
    width: 100%;
  }
  /* Hide desktop carousel on mobile */
  .mission-container .desktop-carousel {
    display: block;
  }
  /* Hide desktop video on mobile */
  .mission-container .desktop-video {
    display: block;
  }
  /* Show mobile image */
  .mission-container .mobile-image {
    display: none;
  }
  /* Show mobile video */
  .mission-container .mobile-video {
    display: none;
  }
  .mission-container .carousel .horizontal-rectangle img,
  .mission-container .carousel .horizontal-rectangle .img.video {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
  }
  .mission-container .carousel .vertical-rectangle img {
    width: 100%;
    min-width: unset;
    height: auto;
    aspect-ratio: 49/70;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .mission-container .carousel .horizontal-rectangle img,
  .mission-container .carousel .horizontal-rectangle .img.video {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
  }
  .mission-container .carousel .vertical-rectangle img {
    width: 100%;
    min-width: unset;
    height: auto;
    aspect-ratio: 4/5;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .mission-container .mission-headline .headline-wrapper .headline {
    font-size: 32px;
    letter-spacing: -0.64px;
    width: 80%;
  }
  .mission-container .mission-headline .description-wrapper .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .mission-container .carousel .horizontal-rectangle img,
  .mission-container .carousel .horizontal-rectangle .img.video {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
  }
  .mission-container .carousel .vertical-rectangle img {
    width: 100%;
    min-width: unset;
    height: auto;
    aspect-ratio: 49/70;
    border-radius: 12px;
    overflow: hidden;
  }
  .mission-container .carousel .horizontal-rectangle {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 575px) {
  .mission-container .carousel .horizontal-rectangle {
    width: calc(100vw - 40px) !important;
    min-width: unset;
    height: unset;
    min-height: unset;
  }
  .mission-container .carousel .vertical-rectangle {
    width: calc(100vw - 100px) !important;
    min-width: unset;
    height: 350px;
    min-height: auto;
    object-fit: cover;
  }
  .mission-container .carousel .vertical-rectangle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.our-values {
  align-items: flex-start;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/frame-2106258993.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 199px;
  justify-content: space-between;
  padding: 80px 80px 48px;
  margin-top: -40px;
  width: 100%;
}

.our-values .title {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
}

.our-values .title .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.our-values .values-container {
  align-items: flex-end;
  display: flex;
  gap: 120px;
  width: 100%;
  padding-bottom: 60px;
}

.our-values .values-container .value-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 336px;
}

.our-values .values-container .value-item .value-icon {
  width: 60px;
  height: 60px;
}

.our-values .values-container .value-item .value-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.our-values .values-container .value-item .value-content .value-title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.48px;
  line-height: 120%;
}

.our-values .values-container .value-item .value-content .value-description {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-base, 1rem);
  letter-spacing: -0.32px;
  line-height: 110%;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #fff !important;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #ae9962 !important;
  opacity: 1;
}

#our-values-vid,
#about-vid {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 991.98px) {
  .our-values {
    padding: 80px 19px;
    gap: 220px;
  }
  .our-values .values-container {
    width: 100%;
    overflow: hidden;
  }
  .our-values .values-container .value-item {
    width: 100%;
    padding: 0 80px 0 0;
  }
}
.applications-container {
  background-color: #e2f3fc;
  width: 100%;
}

.service-filters {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  padding: 0 0 80px;
}

.service-filters .search {
  align-items: center;
  border: 1px solid var(--neutrals-30);
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  position: relative;
  width: 440px;
}

.service-filters .search .input {
  border: 0;
  background-color: transparent;
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.36px;
  line-height: 100%;
  padding: 0;
  position: relative;
  width: 340.07px;
}

.service-filters .search .input::placeholder {
  color: #000000;
}

.service-filters .search .icon-search {
  position: relative;
  width: 18px;
  height: 18px;
}

.service-filters .categories {
  align-items: center;
  border: 1px solid var(--neutrals-30);
  border-radius: 48px;
  display: flex;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  justify-content: space-between;
  padding: 16px 32px;
  position: relative;
  width: 283px;
}

.service-filters .select-from-list {
  width: 285px;
}
.service-filters .select-from-list .icn-container {
  right: 18px;
}
.service-filters .select-from-list button.form-input {
  border-radius: 48px;
}

.service-filters .categories .category-option {
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.36px;
  line-height: 100%;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.applications-grid {
  --bs-gutter-x: 2rem !important; /* 32px */
  margin-right: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
  margin-left: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
  row-gap: 2rem !important; /* 32px */
}

.applications-grid > [class*=col-] {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.applications-grid > [class*=col-]:first-child {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.applications-grid > [class*=col-]:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.load-more-container {
  justify-content: center;
  padding: 64px 0 100px;
}

.load-more-container .load-more {
  align-items: center;
  background: transparent;
  border: 1px solid var(--brand-color-5);
  border-radius: 40px;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 20px 30px;
  transition: background-color 0.25s ease;
  width: fit-content;
}
.load-more-container .load-more .text {
  color: var(--brand-color-5);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  transition: color 0.25s ease;
}
.load-more-container .load-more .icon-reload {
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url(/o/dwtc-theme-css/assets/svg/load-more.svg);
  mask-image: url(/o/dwtc-theme-css/assets/svg/load-more.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--brand-color-5);
  transition: background-color 0.25s ease;
}
.load-more-container .load-more:hover {
  background-color: var(--brand-color-5);
}
.load-more-container .load-more:hover .text {
  color: #fff;
}
.load-more-container .load-more:hover .icon-reload {
  background-color: #fff;
}
.load-more-container .load-more.btn-primary {
  border: 1px solid #cbcdc5;
  color: #000;
}
.load-more-container .load-more.btn-primary .text {
  color: #000;
}
.load-more-container .load-more.btn-primary .icon-reload {
  background-color: #000;
}
.load-more-container .load-more.btn-primary:hover {
  background-color: #424649;
  border-color: #373b3e;
}
.load-more-container .load-more.btn-primary:hover .text {
  color: #fff;
}
.load-more-container .load-more.btn-primary:hover .icon-reload {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .service-filters {
    padding: 0px 19px 32px;
  }
  .service-filters .search {
    width: 100%;
  }
  .service-filters .select-from-list {
    width: 100%;
  }
  .service-filters .categories {
    width: 100%;
  }
  .applications-grid {
    --bs-gutter-x: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    row-gap: 2rem !important;
    padding: 0 19px;
  }
  .applications-grid > [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .applications-grid > [class*=col-]:first-child,
  .applications-grid > [class*=col-]:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .load-more-container {
    padding: 48px 0 80px;
  }
}
.services-card {
  align-items: flex-start;
  background-color: #f2fafa;
  border-radius: 16px;
  border: 2px solid #f2fafa;
  display: flex;
  flex-direction: column;
  min-height: 279px;
  justify-content: space-between;
  padding: 24px 24px 40px;
  position: relative;
  transition: all 0.25s ease;
  height: 100%;
}

.services-card:hover {
  background-color: #005c5d;
  border-color: #ae9962;
}

.services-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.services-card .card-content .tag {
  align-items: center;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.56) 0%, rgba(208, 208, 208, 0.67) 100%);
  backdrop-filter: blur(0px);
  border-radius: 36px;
  color: #005c5d;
  display: flex;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-c2-font-size, 12px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  padding: 8px 10px;
  width: fit-content;
  transition: color 0.25s ease;
}

.services-card:hover .card-content .tag {
  color: var(--white);
}

.services-card .card-content .title {
  color: #002554;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.96px;
  line-height: 100%;
  transition: color 0.25s ease;
}

.services-card:hover .card-content .title {
  color: var(--white);
}

.services-card .card-content .description {
  color: #333333;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.32px;
  line-height: 120%;
  transition: color 0.25s ease;
  margin-bottom: 8px;
}

.services-card:hover .card-content .description {
  color: var(--white);
}

.services-card .card-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.services-card .card-actions .card-button {
  align-items: center;
  backdrop-filter: blur(20px);
  border: 1px solid #002554;
  border-radius: 40px;
  color: #002554;
  display: inline-flex;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  gap: 10px;
  padding: 12px 20px;
  width: fit-content;
  -webkit-backdrop-filter: blur(20px);
  text-decoration: none;
  transition: all 0.25s ease;
}

.services-card:hover .card-actions .card-button {
  border-color: #fff;
  color: #fff;
}

.services-card .card-actions .card-button img {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/o/dwtc-theme-css/assets/svg/external.svg);
  mask-image: url(/o/dwtc-theme-css/assets/svg/external.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #002554;
  transition: background-color 0.25s ease;
}

.services-card:hover .card-actions .card-button img {
  background-color: #fff;
}

.services-card .card-actions .card-button .icon-external {
  width: 16px;
  height: 16px;
  background-color: #002554;
  -webkit-mask: url(/o/dwtc-theme-css/assets/svg/external.svg) no-repeat center;
  mask: url(/o/dwtc-theme-css/assets/svg/external.svg) no-repeat center;
  transition: background-color 0.25s ease;
}

.services-card:hover .card-actions .card-button .icon-external {
  background-color: #fff;
}

.DWTC-hub-d {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f8f7f5;
  overflow: hidden;
  padding: 0;
  min-height: 100vh;
}

.breadcrumbs_wrapper {
  margin-top: 48px;
}

.feedback_banner {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: 48px 0;
  border-radius: 16px;
}

.form-container {
  border-radius: 12px;
  background: #fff;
  padding: 48px 24px 24px;
}

.feedback_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.feedback_title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.64px;
}

.feedback_description {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  letter-spacing: -0.36px;
}

.option-group-wrapper {
  margin: 80px 0 0;
}

.feedback_question {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.36px;
  color: #000;
  position: relative;
  margin-bottom: 32px !important;
}

.feedback_question.required {
  padding-left: 0;
}

.feedback_question.required::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #9c0a6d;
}

.feedback_question.required-red::after {
  content: "*";
  color: #f00;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.radio-option {
  position: relative;
  display: flex;
  gap: 32px;
  cursor: pointer;
}

.custom_radio_option {
  transition: border-color 0.3s, background-color 0.3s;
  border-radius: 6px;
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_radio_option.selected {
  background: #9c0a6d;
  border-color: #9c0a6d;
}

.checked_icon {
  display: none;
}

.custom_radio_option.selected .checked_icon {
  display: block;
}

.radio_label {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.2px;
}

.radio_item {
  display: none;
}

.feedback_form_inputs_wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 48px;
}

.feedback_select_service_wrapper,
.tell_us_more_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feedback_select_service_wrapper .feedback_question,
.tell_us_more_wrapper .feedback_question,
.rate_us_wrapper .feedback_question {
  margin-bottom: unset;
}

.feedback_select_service {
  padding: 14px 36px 14px 12px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.feedback_select_service option {
  cursor: pointer;
  color: #000;
}

.feedback_select_service option:disabled,
.feedback_select_service.select-placeholder,
.feedback_textarea::placeholder {
  color: #aca59f;
}

.feedback_textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.32px;
}

.rate_us_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.star {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.submit_btn {
  padding: 16px 32px;
  border-radius: 40px;
  border: 1px solid #140526;
  background: #140526;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #fff;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.72px;
}
.submit_btn:hover {
  color: rgb(255, 255, 255);
  background-color: #424649;
  border-color: #373b3e;
}

.submit-arrow-right {
  width: 16px;
  height: 16px;
}

.thank_you_modal {
  position: fixed;
  top: 25%;
  left: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 12px;
  background: #fff;
  padding: 48px 24px;
}

.thank_you_modal .modal-content {
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  box-shadow: unset;
}

.thank_you_modal .close-modal {
  cursor: pointer;
  right: 16px;
  top: 16px;
}

.thanks_modal_title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.64px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}

.thanks_modal_title span {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
}

.thanks_modal_description {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  letter-spacing: -0.36px;
  text-align: center;
}

#externalSubmitBtn {
  width: max-content;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  transition: opacity 0.3s ease;
}
.backdrop.active {
  display: block;
}
.backdrop.d-none {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.single-select-checkbox-list {
  margin: 80px 0;
}

.select-from-list .form-control.form-input,
.select-from-list button.form-input {
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .feedback_banner {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .submit_btn {
    width: fit-content;
  }
  .thank_you_modal {
    padding: 80px 48px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 880px;
    width: 100%;
    box-sizing: border-box;
  }
  .thanks_modal_description {
    text-align: start;
  }
}
@media screen and (min-width: 1400px) {
  .DWTC-hub-d {
    padding: 0;
  }
  .feedback_banner {
    margin-top: unset;
    border-radius: 12px;
  }
  .user_feedback_container {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 32px;
  }
  .breadcrumbs_wrapper {
    grid-column: 1/3;
  }
  .feedback_banner {
    max-width: 755px;
    width: 100%;
    height: 950px;
  }
  .form-container {
    padding: 80px 160px 80px 60px;
  }
  .feedback_wrapper {
    gap: 40px;
  }
  .feedback_title {
    font-size: 48px;
    letter-spacing: -0.48px;
  }
  .feedback_description {
    font-size: var(--dwtc-p2-font-size, 20px);
    letter-spacing: -0.4px;
  }
  form .option-group-wrapper:first-child {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .option-group-wrapper {
    margin: 100px 0 0;
  }
  .feedback_question {
    margin-bottom: 48px;
  }
  .radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    column-gap: 40px;
  }
}
.latest-dwtc-way-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  position: relative;
}

.latest-dwtc-way-container .row {
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .container-fluid {
  padding: 0 !important;
}

.latest-dwtc-way-container .title {
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.8px;
  line-height: 40px;
}

.latest-dwtc-way-container .title .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.latest-dwtc-way-container .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 676px;
  gap: 24px;
  overflow: hidden;
  position: relative;
  width: 440px;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width {
  height: 840px;
  justify-content: flex-end;
  padding: 40px 32px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image {
  border-radius: 16px;
  height: 546px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width .card-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 711px;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider {
  align-items: center;
  display: flex;
  gap: 10px;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider .dwtc-hub-youtube {
  color: #bc3b4a;
  font-size: var(--dwtc-p1-font-size, 24px);
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider .dwtc-hub-spotify {
  color: #615396;
  font-size: var(--dwtc-p1-font-size, 24px);
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider .dwtc-hub-instagram {
  color: #9c0a6d;
  font-size: var(--dwtc-p1-font-size, 24px);
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider .dwtc-hub-linkedin {
  color: #007598;
  font-size: var(--dwtc-p1-font-size, 24px);
  margin-top: -7px;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider .text {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-c1-font-size, 13px);
  font-weight: var(--font-weight-semi-bold, 500);
}

.latest-dwtc-way-container .content-wrapper .news-card.youtube-card .provider-wrapper .provider .text {
  color: #bc3b4a;
}

.latest-dwtc-way-container .content-wrapper .news-card.spotify-card .provider-wrapper .provider .text {
  color: #615396;
}

.latest-dwtc-way-container .content-wrapper .news-card.instagram-card .provider-wrapper .provider .text {
  color: #9c0a6d;
}

.latest-dwtc-way-container .content-wrapper .news-card.linkedin-card .provider-wrapper .provider .text {
  color: #007598;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes {
  display: flex;
  gap: 16px;
}

.latest-dwtc-way-container .content-wrapper .news-card.youtube-card .provider-wrapper .social-likes {
  color: #bc3b4a;
}

.latest-dwtc-way-container .content-wrapper .news-card.spotify-card .provider-wrapper .social-likes {
  color: #615396;
}

.latest-dwtc-way-container .content-wrapper .news-card.instagram-card .provider-wrapper .social-likes {
  color: #9c0a6d;
}

.latest-dwtc-way-container .content-wrapper .news-card.linkedin-card .provider-wrapper .social-likes {
  color: #007598;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .comments {
  align-items: center;
  display: flex;
  gap: 8px;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .comments i {
  cursor: pointer;
  font-size: var(--font-size-lg, 1.125rem);
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .comments i:hover::before {
  content: "\e91c";
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .comments .text {
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .likes {
  align-items: center;
  display: flex;
  gap: 8px;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .likes i {
  cursor: pointer;
  font-size: var(--font-size-lg, 1.125rem);
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .likes i:hover::before {
  content: "\e91d";
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .social-likes .likes .text {
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0.56px;
  line-height: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-content .text-content {
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card.two-third .card-content .text-content {
  max-width: 629px;
}

.latest-dwtc-way-container .content-wrapper .news-card.three-fourth .card-content .text-content {
  max-width: 760px;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-content .text-content .title {
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.96px;
  line-height: 120%;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content .text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content .text-content .title {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -1.6px;
  width: 606px;
}

.latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content .text-content .description {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-weight: var(--font-weight-light, 300);
  color: var(--white);
  font-size: var(--font-size-base, 1rem);
  letter-spacing: -0.64px;
  line-height: 16px;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .tag {
  align-items: center;
  backdrop-filter: blur(40px) brightness(100%);
  border: 1px solid rgba(243, 243, 243, 0.5490196078);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  position: absolute;
  right: 23px;
  top: 23px;
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .tag .title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: 0;
  line-height: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .tag .title,
.latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content .tag .text {
  text-transform: uppercase;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .play-button {
  align-items: center;
  background-color: var(--white);
  border-radius: 30px;
  bottom: 24px;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 24px;
  position: absolute;
  width: 60px;
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .play-button i {
  font-size: var(--dwtc-p1-font-size, 24px);
}

.latest-dwtc-way-container .content-wrapper .news-card .card-image .play-button:hover {
  background-color: #000;
  color: #fff;
}

.latest-dwtc-way-container .content-wrapper .news-row {
  display: flex;
  gap: 31px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .news-card.two-third {
  display: flex;
  flex-direction: column;
  max-width: 897px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .news-card.three-fourth {
  display: flex;
  flex-direction: column;
  max-width: 1390px;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 676px;
  max-width: 439px;
  overflow: hidden;
  padding: 30px 32px 15px 16px;
  position: relative;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .video-bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 46px;
  position: relative;
  width: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content .tag {
  align-items: center;
  backdrop-filter: blur(40px) brightness(100%);
  border: 1px solid rgba(243, 243, 243, 0.5490196078);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  width: fit-content;
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content .tag .text {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: 0;
  line-height: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content .title {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.96px;
  line-height: 100%;
}

.latest-dwtc-way-container .content-wrapper .news-row .video-card .label {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.72px;
  line-height: 100%;
  position: relative;
}

.latest-dwtc-way-container .news-card.full-width .play-button {
  top: 50%;
  left: 50%;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider.content-type-youtube .text {
  color: #bc3b4a;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider.content-type-instagram .text {
  color: #9c0a6d;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider.content-type-spotify .text {
  color: #615396;
}

.latest-dwtc-way-container .content-wrapper .news-card .provider-wrapper .provider.content-type-linkedin .text {
  color: #007598;
}

.latest-dwtc-way-container .play-button {
  align-items: center;
  background-color: var(--white);
  border-radius: 30px;
  bottom: 24px;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 24px;
  position: absolute;
  width: 60px;
}

.latest-dwtc-way-container .play-button i {
  font-size: var(--dwtc-p1-font-size, 24px);
}

.latest-dwtc-way-container .play-button:hover {
  background-color: #000;
  color: #fff;
}

.dwtc-hub-like.disabled {
  pointer-events: none;
  opacity: 0.5;
  /* visually indicate it's disabled */
}

.latest-dwtc-way-container .content-wrapper .news-card {
  width: unset;
}

@media (max-width: 1240px) {
  .latest-dwtc-way-container {
    padding: 0 !important;
  }
  .latest-dwtc-way-container .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .latest-dwtc-way-container .content-wrapper .news-card,
  .latest-dwtc-way-container .content-wrapper .news-row .video-card {
    height: 383px;
    max-width: 100% !important;
    width: 100%;
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-image {
    height: 240px;
  }
  .latest-dwtc-way-container .content-wrapper .news-card.full-width {
    height: 640px;
    padding: 32px;
  }
  .latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content {
    gap: 30px;
    width: 100%;
  }
  .latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content .text-content .title {
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 100%;
    width: 100%;
  }
  .latest-dwtc-way-container .content-wrapper .news-card.full-width .card-content .text-content .description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
    line-height: 100%;
    width: 100%;
  }
  .latest-dwtc-way-container .content-wrapper .news-row {
    flex-direction: column;
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-image .tag {
    top: 24px;
    padding: 8px 14px;
    right: 24px;
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-image .tag .title {
    font-size: var(--font-size-sm, 0.875rem);
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-image .play-button {
    bottom: 16px;
    height: 40px;
    left: 16px;
    width: 40px;
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-image .play-button i {
    font-size: var(--font-size-base, 1rem);
  }
  .latest-dwtc-way-container .content-wrapper .news-card .card-content {
    gap: 12px;
  }
  .latest-dwtc-way-container .content-wrapper .news-row .video-card {
    height: 600px;
  }
  .latest-dwtc-way-container .content-wrapper .news-row .video-card .card-content {
    max-width: 336px;
  }
}
.dwtc-way-ihero .header-content .title-wrapper h1.detail-title {
  display: none;
}

.dwtc-way-ihero .header-content .title-wrapper h1.dwtc-way-title {
  display: block !important;
}

.dwtc-way-ihero .header-content .heading-container {
  border: none;
}

.dwtc-way-ihero .header-content .content-date {
  display: none;
}

.dwtc-way-ihero .header-content .content-details {
  display: none !important;
}

.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .short-description {
  display: block !important;
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-light, 300);
  letter-spacing: -0.96px;
  line-height: 120%;
}

.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container {
  align-items: center;
  display: flex !important;
  gap: 12px;
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container .provider-name {
  color: var(--white);
  font-family: "DIN Pro-Light", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-light, 300);
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  .dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container .provider-name {
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-c1-font-size, 13px);
    font-weight: var(--font-weight-semi-bold, 500);
  }
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container i {
  font-size: 26px;
  margin-top: -3px;
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container i.dwtc-hub-youtube {
  color: #bc3b4a;
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container i.dwtc-hub-spotify {
  color: #615396;
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container i.dwtc-hub-instagram {
  color: #9c0a6d;
}
.dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .provider-container i.dwtc-hub-linkedin {
  color: #007598;
}

@media (max-width: 1160px) {
  .dwtc-way-ihero .header-content .content-container .article-header .heading-container .heading-wrapper .short-description {
    font-size: var(--font-size-base, 1rem);
    letter-spacing: -0.64px;
    line-height: 100%;
  }
}
.filters {
  backdrop-filter: blur(80px);
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(196, 196, 196, 0.28) 0%, rgba(191, 191, 191, 0.34) 100%);
  border: 1px solid rgba(244, 244, 244, 0.56);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 12px 7px 14px;
  width: 80%;
  max-width: 971px;
  position: fixed;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.filters .filters-header {
  display: none;
}

.filters .filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.filters .filters-wrapper .filter-type,
.filters .filters-wrapper .tags-container .filter-type {
  display: none;
}

.filters .filters-wrapper .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.filters.sticky {
  opacity: 1;
  pointer-events: auto;
}

.filters .filter-item {
  align-items: center;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 19px 22px;
}

.filters .filter-item.active,
.filters .filter-item:hover {
  background: #fff !important;
}

.filters .filter-item.category {
  backdrop-filter: blur(20px);
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.39) 0%, rgba(255, 255, 255, 0.47) 100%);
  border: 1px solid rgba(244, 244, 244, 0.56);
}

.filters .filter-item.tag {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  padding: 16px 32px;
}

.filters .filter-item .filter-item-text {
  color: #000;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.64px;
  line-height: 120%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.filters .filter-item.tag .filter-item-text {
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: -0.56px;
}

.filters .filters-wrapper .tags-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.filters .filters-wrapper .tags-container .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mobile-filters {
  display: none;
}

.filtered-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-3 .label-5 {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height: 40px;
}

.frame-3 .label-5 .strong {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
}

.frame-3 .frame-4 {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast {
  display: flex;
  flex-direction: column;
  width: 671px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.frame-3 .frame-4 .podcast .rectangle {
  align-self: stretch;
  width: 100%;
  height: 507px;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}

.frame-3 .frame-4 .podcast .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .via-youtube-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .via-youtube-3 i {
  font-size: 22px;
  color: #615396;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .via-youtube-3 .via-spotify {
  color: #615396;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes .comments i {
  font-size: 22px;
  color: #615396;
  cursor: pointer;
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-3 .frame-4 .podcast .frame-5 .div-3 .social-likes .comments .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #615396;
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .podcast .frame-5 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-3 .frame-4 .podcast .frame-6 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-3 .frame-4 .podcast .frame-6 .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.frame-3 .frame-4 .podcast .frame-6 .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-7 {
  display: flex;
  flex-direction: column;
  width: 457px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.frame-3 .frame-4 .frame-7 .frame-5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.frame-3 .frame-4 .frame-7 .frame-5 .rectangle-2 {
  width: 457px;
  height: 507px;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-wrapper .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-wrapper .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 {
  display: flex;
  width: 456px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .via-youtube-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .via-youtube-3 i {
  font-size: 22px;
  color: #9c0a6d;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .via-youtube-3 .via-instagram {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes .comments i {
  font-size: 22px;
  color: #9c0a6d;
  cursor: pointer;
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-3 .frame-4 .frame-7 .frame-5 .frame-8 .social-likes .comments .text-wrapper-7 {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-7 .frame-5 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-3 .frame-4 .frame-9 {
  display: flex;
  flex-direction: column;
  width: 672px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.frame-3 .frame-4 .frame-9 .rectangle-3 {
  align-self: stretch;
  width: 100%;
  height: 505px;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}

.frame-3 .frame-4 .frame-9 .frame-5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .frame-10 {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .frame-10 i {
  font-size: 22px;
  color: #007598;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .frame-10 .img-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .frame-10 .via-linkedin {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #007598;
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes .comments i {
  font-size: 22px;
  color: #007598;
  cursor: pointer;
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-3 .frame-4 .frame-9 .frame-5 .div .social-likes-wrapper .social-likes .comments .text-wrapper-8 {
  color: #007598;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-3 .frame-4 .frame-9 .frame-5 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-3 .frame-4 .frame-9 .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-3 .frame-4 .frame-9 .frame-11 .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.frame-3 .frame-4 .frame-9 .frame-11 .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

/* Group */
.group {
  position: relative;
  width: 100%;
  height: 655px;
}

.group .frame-12 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.group .frame-12 .frame-13 {
  display: flex;
  flex-direction: column;
  width: 629px;
  height: 655px;
  align-items: flex-start;
  gap: 273px;
  padding: 32px;
  position: relative;
  background-color: #615396;
  border-radius: 16px;
}

.group .frame-12 .frame-13 .frame-14 {
  display: flex;
  flex-direction: column;
  width: 391px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.group .frame-12 .frame-13 .frame-14 .event-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.group .frame-12 .frame-13 .frame-14 .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.group .frame-12 .frame-13 .frame-14 .frame-5 .label-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 48px;
}

.group .frame-12 .frame-13 .label-8 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: var(--white);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 21.6px;
}

.group .frame-12 .frame-15 {
  position: relative;
  width: 100%;
  height: 655px;
  background-image: url(https://cdn.animaapp.com/projects/677208ce8605776e046a89da/releases/67720983d81a908c78eecfe0/img/rectangle-34624421.png);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 15px;
}

.group .frame-12 .frame-15 .play-icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 563px;
  left: 32px;
  background-color: var(--white);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}

.group .frame-12 .frame-15 .play-icon-wrapper:hover {
  background-color: #000;
  color: #fff;
}

.group .frame-12 .frame-15 .play-icon-wrapper i {
  font-size: 22px;
}

.group .frame-12 .frame-15 .frame-16 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.group .frame-12 .frame-15 .frame-16 .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.group .frame-12 .frame-15 .frame-16 .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

/* div */
.div {
  display: flex;
  width: 100%;
  gap: 25px;
}

.div .frame-17 {
  display: flex;
  flex-direction: column;
  width: 730px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.div .frame-17 .img-3 {
  align-self: stretch;
  width: 100%;
  height: 662px;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}

.div .frame-17 .frame-5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.div .frame-17 .frame-5 .div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.div .frame-17 .frame-5 .div .via-youtube-4 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-17 .frame-5 .div .via-youtube-4 i {
  font-size: 22px;
  color: #007598;
}

.div .frame-17 .frame-5 .div .via-youtube-4 .via-linkedin {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #007598;
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.div .frame-17 .frame-5 .div .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-17 .frame-5 .div .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-17 .frame-5 .div .social-likes .comments i {
  font-size: 22px;
  color: #007598;
  cursor: pointer;
}

.div .frame-17 .frame-5 .div .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.div .frame-17 .frame-5 .div .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.div .frame-17 .frame-5 .div .social-likes .comments .text-wrapper-8 {
  color: #007598;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.div .frame-17 .frame-5 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.div .frame-17 .frame-18 {
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
}

.div .frame-17 .frame-18 .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.div .frame-17 .frame-18 .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.div .frame-19 {
  display: flex;
  flex-direction: column;
  width: 1104px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.div .frame-19 .img-3 {
  align-self: stretch;
  width: 100%;
  height: 662px;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}

.div .frame-19 .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div .frame-19 .frame-5 .div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.div .frame-19 .frame-5 .div .via-youtube-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-19 .frame-5 .div .via-youtube-3 i {
  font-size: 22px;
  color: #bc3b4a;
}

.div .frame-19 .frame-5 .div .via-youtube-3 .via-youtube-5 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #bc3b4a;
  font-size: var(--dwtc-c1-font-size, 13px);
  letter-spacing: 0;
  line-height: 13px;
  white-space: nowrap;
}

.div .frame-19 .frame-5 .div .social-likes-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes .comments i {
  font-size: 22px;
  color: #bc3b4a;
  cursor: pointer;
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.div .frame-19 .frame-5 .div .social-likes-wrapper .social-likes .comments .text-wrapper-9 {
  color: #bc3b4a;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.div .frame-19 .frame-5 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.div .frame-19 .frame-20 {
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
}

.div .frame-19 .frame-20 .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.div .frame-19 .frame-20 .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

/* Frame 21 */
.frame-21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 203px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-21 .frame-22 {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-21 .frame-22 .frame-23 {
  display: flex;
  flex-direction: column;
  width: 440px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.frame-21 .frame-22 .frame-23 .img-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 347px;
  object-fit: cover;
  border-radius: 15px;
}

.frame-21 .frame-22 .frame-23 .div,
.frame-21 .frame-22 .frame-23 .div-3 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3,
.frame-21 .frame-22 .frame-23 .div-3 .via-youtube-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3 i,
.frame-21 .frame-22 .frame-23 .div-3 .via-youtube-3 i {
  font-size: 22px;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3 .dwtc-hub-youtube {
  color: #bc3b4a;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3 .dwtc-hub-instagram {
  color: #9c0a6d;
}

.frame-21 .frame-22 .frame-23 .div-3 .via-youtube-3 .dwtc-hub-spotify {
  color: #615396;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3 .via-youtube-5 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #bc3b4a;
  font-size: var(--dwtc-c1-font-size, 13px);
  letter-spacing: 0;
  line-height: 13px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-3 .via-instagram {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div-3 .via-youtube-3 .via-spotify {
  color: #615396;
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-4 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-4 .dwtc-hub-linkedin {
  color: #007598;
}

.frame-21 .frame-22 .frame-23 .div .via-youtube-4 .via-linkedin {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #007598;
  font-size: var(--font-size-sm, 0.875rem);
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .social-likes,
.frame-21 .frame-22 .frame-23 .div-3 .social-likes {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.frame-21 .frame-22 .frame-23 .div .social-likes .comments,
.frame-21 .frame-22 .frame-23 .div-3 .social-likes .comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-21 .frame-22 .frame-23 .div .social-likes .comments i,
.frame-21 .frame-22 .frame-23 .div-3 .social-likes .comments i {
  font-size: 22px;
  cursor: pointer;
}

.frame-21 .frame-22 .frame-23.via-youtube .div .social-likes .comments .dwtc-hub-chat-bubble,
.frame-21 .frame-22 .frame-23.via-youtube .div .social-likes .comments .dwtc-hub-like {
  color: #bc3b4a;
}

.frame-21 .frame-22 .frame-23.via-youtube .div .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-21 .frame-22 .frame-23.via-youtube .div .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-21 .frame-22 .frame-23.via-instagram .div .social-likes .comments .dwtc-hub-chat-bubble,
.frame-21 .frame-22 .frame-23.via-instagram .div .social-likes .comments .dwtc-hub-like {
  color: #9c0a6d;
}

.frame-21 .frame-22 .frame-23.via-instagram .div .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-21 .frame-22 .frame-23.via-instagram .div .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-21 .frame-22 .frame-23.via-spotify .div-3 .social-likes .comments .dwtc-hub-chat-bubble,
.frame-21 .frame-22 .frame-23.via-spotify .div-3 .social-likes .comments .dwtc-hub-like {
  color: #615396;
}

.frame-21 .frame-22 .frame-23.via-spotify .div-3 .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-21 .frame-22 .frame-23.via-spotify .div-3 .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-21 .frame-22 .frame-23.via-linkedin .div .social-likes .comments .dwtc-hub-chat-bubble,
.frame-21 .frame-22 .frame-23.via-linkedin .div .social-likes .comments .dwtc-hub-like {
  color: #007598;
}

.frame-21 .frame-22 .frame-23.via-linkedin .div .social-likes .comments .dwtc-hub-chat-bubble:hover::before {
  content: "\e91c";
}

.frame-21 .frame-22 .frame-23.via-linkedin .div .social-likes .comments .dwtc-hub-like:hover::before {
  content: "\e91d";
}

.frame-21 .frame-22 .frame-23 .div-3 .social-likes .comments .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #615396;
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .social-likes .comments .text-wrapper-8 {
  color: #007598;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .social-likes .comments .text-wrapper-9 {
  color: #bc3b4a;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .div .social-likes .comments .text-wrapper-7 {
  color: #9c0a6d;
  position: relative;
  width: fit-content;
  font-family: "URW DIN-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: right;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-22 .frame-23 .label-6 {
  position: relative;
  align-self: stretch;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  color: #000000;
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 28.8px;
}

.frame-21 .frame-22 .frame-23 .frame-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.frame-21 .frame-22 .frame-23 .frame-wrapper .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: rgba(243, 243, 243, 0.8);
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}

.frame-21 .frame-22 .frame-23 .frame-wrapper .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: var(--white);
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

.frame-21 .frame-24 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 30px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 40px;
  border: 1px solid;
  border-color: var(--brand-color-5);
  color: var(--brand-color-5);
  cursor: pointer;
}

.frame-21 .frame-24 .frame-25 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-21 .frame-24 .frame-25 .text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 18px;
  white-space: nowrap;
}

.frame-21 .frame-24 .frame-25 i {
  font-size: var(--font-size-lg, 1.125rem);
}

.frame-21 .frame-24:hover {
  background-color: var(--brand-color-5);
  color: #fff;
}

.filters-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media (max-width: 1240px) {
  .frame-3 .label-5 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .frame-3 .frame-4 {
    flex-direction: column;
    gap: 32px;
  }
  .frame-3 .frame-4 .podcast {
    width: 100%;
  }
  .frame-3 .frame-4 .podcast .rectangle {
    height: 420px;
  }
  .frame-3 .frame-4 .frame-7 {
    width: 100%;
  }
  .frame-3 .frame-4 .frame-7 .frame-5 {
    width: 100%;
  }
  .frame-3 .frame-4 .frame-7 .frame-5 .rectangle-2 {
    width: 100%;
    height: 420px;
  }
  .frame-3 .frame-4 .frame-7 .frame-5 .frame-8 {
    width: 100%;
  }
  .frame-3 .frame-4 .frame-9 {
    width: 100%;
  }
  .frame-3 .frame-4 .frame-9 .rectangle-3 {
    height: 420px;
  }
  .frame-3 .frame-4 .frame-9 .frame-5 .div {
    flex-direction: row;
  }
  .group {
    height: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .group .frame-12 {
    flex-direction: column;
  }
  .group .frame-12 .frame-13 {
    order: 2;
    width: 100%;
    height: 482px;
  }
  .group .frame-12 .frame-13 .frame-14 {
    width: 100%;
  }
  .group .frame-12 .frame-13 .frame-14 .frame-5 .label-7 {
    font-size: 40px;
  }
  .group .frame-12 .frame-15 {
    order: 1;
    height: 482px;
  }
  .group .frame-12 .frame-15 .play-icon-wrapper {
    top: 400px;
  }
  .div {
    flex-direction: column;
    gap: 48px;
  }
  .div .frame-17 {
    width: 100%;
  }
  .div .frame-17 .img-3 {
    height: 420px;
  }
  .div .frame-17 .frame-5 {
    width: 100%;
  }
  .div .frame-17 .frame-5 .div {
    flex-direction: row;
  }
  .div .frame-19 {
    width: 100%;
  }
  .div .frame-19 .img-3 {
    height: 420px;
  }
  .div .frame-19 .frame-5 .div {
    flex-direction: row;
  }
  .frame-21 .frame-22 {
    flex-direction: column;
  }
  .frame-21 .frame-22 .frame-23 {
    width: 100%;
  }
  .frame-21 .frame-22 .frame-23 .img-4 {
    height: 420px;
  }
  .frame-21 .frame-22 .frame-23 .div {
    flex-direction: row;
  }
  .frame-3 .frame-4 .podcast .frame-6 .div-wrapper {
    padding: 8px 14px;
  }
  .frame-3 .frame-4 .frame-7 .frame-5 .frame-wrapper .div-wrapper {
    padding: 8px 14px;
  }
  .frame-3 .frame-4 .frame-9 .frame-11 .div-wrapper {
    padding: 8px 14px;
  }
  .group .frame-12 .frame-15 .frame-16 .div-wrapper {
    padding: 8px 14px;
  }
  .div .frame-17 .frame-18 .div-wrapper {
    padding: 8px 14px;
  }
  .div .frame-19 .frame-20 .div-wrapper {
    padding: 8px 14px;
  }
  .frame-21 .frame-22 .frame-23 .frame-wrapper .div-wrapper {
    padding: 8px 14px;
  }
  .frame-21 {
    gap: 48px;
  }
  .mobile-filters {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
  }
  .mobile-filters .btn {
    border-radius: 40px;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-base, 1rem);
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -0.32px;
    padding: 12px 24px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    transition: all 0.3s ease;
  }
  .mobile-filters .btn:active,
  .mobile-filters .btn:focus {
    background-color: transparent;
    color: #212529;
    border-color: #212529;
    box-shadow: none;
    outline: none;
  }
  .mobile-filters .btn:hover {
    background-color: transparent;
    color: #212529;
    border-color: #212529;
  }
  .mobile-filters .title {
    color: #000;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -0.72px;
    line-height: 120%;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .mobile-filters .count {
    color: #615396;
    font-family: "DIN Pro-Regular", Helvetica, sans-serif;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: var(--font-weight-normal, 400);
    letter-spacing: 0.56px;
    margin-top: 8px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-transform: uppercase;
  }
  .filters {
    background: #dedbfc;
    border-radius: 16px 16px 0 0;
    bottom: -100%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    max-width: none;
    padding: 16px 19px 48px;
    top: auto;
    transform: none;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    width: 100%;
  }
  .filters::before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #bbb8dc;
    border-radius: 10px;
    margin: 0 auto;
  }
  .filters.sticky {
    bottom: 0;
    opacity: 1;
  }
  .filters .filters-header {
    display: flex;
    padding-top: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(87, 75, 129, 0.2);
  }
  .filters .filters-header .filters-header-title {
    color: #463b6c;
    font-family: "DIN Pro-Bold", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: -1.28px;
  }
  .filters .filters-wrapper {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .filters .filters-wrapper .filter-type,
  .filters .filters-wrapper .tags-container .filter-type {
    display: flex;
  }
  .filters .filters-wrapper .filter-type .filter-type-title,
  .filters .filters-wrapper .tags-container .filter-type .filter-type-title {
    color: #000;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -0.72px;
    line-height: 120%;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .filters .tags-container {
    border-top: 1px solid rgba(87, 75, 129, 0.2);
    gap: 8px;
    padding-top: 32px;
  }
  .filters-overlay {
    display: block;
  }
  .filters.sticky ~ .filters-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}
.body-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 108px;
  width: 100%;
}

.body-content h2 {
  color: #463b6c;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.8px;
  line-height: 100%;
  margin-bottom: 32px;
}

.body-content h3 {
  color: #463b6c;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.8px;
  line-height: 100%;
  margin-bottom: 32px;
}

.body-content p {
  color: #002554;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -1.12px;
  line-height: 100%;
  margin-bottom: 32px;
}

.body-content p.small {
  font-size: var(--dwtc-p1-font-size, 24px);
  letter-spacing: -0.96px;
  line-height: 120%;
  margin-bottom: 32px;
}

.body-content .image-container {
  align-items: center;
  display: flex;
  justify-content: justify-between;
  gap: 32px;
  margin-bottom: 100px;
  margin-top: 16px;
  width: 100%;
}

.body-content .image-container .article-image-full {
  border-radius: 16px;
  height: 440px;
  object-fit: cover;
  width: 100%;
}

.body-content .image-container .article-image-half {
  border-radius: 16px;
  height: auto;
  object-fit: cover;
  width: 50%;
}

/* Classes for Article description */
.body-content p img {
  border-radius: 16px;
  height: 440px;
  object-fit: cover;
  width: 100%;
}

.body-content table img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  max-height: 240px;
}

.body-content td {
  width: 50%;
  padding-right: 32px;
}

.portlet {
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.mobile-comments-slide-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--font-size-sm, 0.875rem);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.desktop-comments {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 52px;
  width: 100%;
}

.desktop-comments .comment-bar {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
  width: 100%;
}

.desktop-comments .comment-bar .add-your-comment {
  background-color: transparent;
  border: 0;
  color: var(--brand-color-5);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  height: 22px;
  line-height: 120%;
  padding: 0;
  width: 100%;
}

.desktop-comments .comment-bar .add-your-comment::placeholder {
  color: var(--brand-color-5);
}

.desktop-comments .comment-bar .actions-wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
}

.desktop-comments .comment-bar .actions-wrapper .actions {
  align-items: center;
  display: flex;
}

.desktop-comments .comment-bar .actions-wrapper .actions i {
  color: var(--brand-color-5);
  cursor: pointer;
  font-size: 22px;
}

.desktop-comments .comment-bar .actions-wrapper .actions i:hover::before {
  content: "\e91e";
}

.desktop-comments .comment-bar .actions-wrapper .comment-wrapper {
  align-items: flex-start;
  background-color: #0071ce;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  padding: 12px 20px;
  /* width: 106px; */
}

.desktop-comments .comment-bar .actions-wrapper .comment-wrapper:hover {
  background-color: var(--brand-color-5);
}

.desktop-comments .comment-bar .comment-wrapper .comment {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.28px;
  line-height: 100%;
  width: fit-content;
  background: transparent;
  border: none;
  text-transform: uppercase;
}

.desktop-comments .comments-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 0px 32px 0px 0px;
  width: 100%;
}

.desktop-comments .comments-container .comment-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 28px;
  width: 100%;
}

.desktop-comments .comments-container .comment-item:last-child {
  border-bottom: none;
}

.desktop-comments .comments-container .comment-item .item-container {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  width: 100%;
}

.desktop-comments .comments-container .comment-item .item-container .namatar {
  align-items: center;
  background-color: #0071ce;
  border-radius: 20px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.desktop-comments .comments-container .comment-item .item-container .namatar.yellow {
  background-color: #d28c00;
}

.desktop-comments .comments-container .comment-item .item-container .namatar .acronym {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-heading {
  display: flex;
  gap: 12px;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-heading .name {
  color: #463b6c;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-heading .date {
  color: #0096c7;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-body {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-body .comment-text {
  color: #333333;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-actions {
  align-items: center;
  display: flex;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-actions .likes-container {
  align-items: center;
  display: flex;
  gap: 9px;
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-actions .likes-container i {
  color: #00a19b;
  cursor: pointer;
  font-size: var(--font-size-lg, 1.125rem);
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-actions .likes-container i:hover::before {
  content: "\e91d";
}

.desktop-comments .comments-container .comment-item .item-container .comment-content .comment-actions .likes-container .likes-count {
  color: #00a19b;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 100%;
}

.desktop-comments .load-more-container {
  justify-content: center;
  width: 100%;
  padding: 0;
}

.desktop-comments .load-more-container .load-more {
  align-items: center;
  background: transparent;
  border: 1px solid var(--brand-color-5);
  border-radius: 40px;
  color: var(--brand-color-5);
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 20px 30px;
  transition: all 0.3s ease;
  width: fit-content;
}

.desktop-comments .load-more-container .load-more:hover {
  background-color: var(--brand-color-5);
  color: #fff;
}

.desktop-comments .load-more-container .load-more .text {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.72px;
  line-height: 100%;
  text-box-cap: cap alphabetic;
  text-box-trim: trim-both;
  transition: color 0.25s ease;
}

.desktop-comments .load-more-container .load-more i {
  font-size: var(--font-size-base, 1rem);
}

/* Mobile */
.mobile-comments {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 80px 35px 32px 35px;
}

.mobile-comments.article {
  background-color: #463b6c;
}

.mobile-comments.podcast {
  background-color: #7a0553;
}

.mobile-comments .title {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
  font-size: 32px;
  letter-spacing: -1.28px;
  line-height: 100%;
}

.mobile-comments .comments-wrapper {
  display: flex;
  gap: 16px;
  position: relative;
}

.mobile-comments .comments-wrapper.slick-initialized {
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 0;
}

.mobile-comments .comments-wrapper .slick-dots {
  position: absolute;
  bottom: auto;
  justify-content: flex-end;
  top: 0;
  right: 0;
  display: flex !important;
  flex-direction: row;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 20px;
  z-index: 1;
}

.mobile-comments .comments-wrapper .slick-dots li {
  margin: 0;
}

.mobile-comments .comments-wrapper .slick-dots li button {
  display: none;
}

.mobile-comments .comments-wrapper .slick-dots li .dot {
  background-color: var(--white);
  border-radius: 4px;
  height: 8px;
  width: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mobile-comments .comments-wrapper .slick-dots li.slick-active .dot {
  background-color: #a62b7d;
}

.mobile-comments .comment-card {
  border: 1px solid rgba(255, 255, 255, 0.2980392157);
  border-radius: 10px;
  border-top: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  gap: 8px;
  margin: 0;
  padding: 20px;
  position: relative;
  width: 100%;
}

.mobile-comments .comment-card .namatar {
  align-items: center;
  background-color: #d28c00;
  border-radius: 20px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
}

.mobile-comments .comment-card .namatar .initials {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  line-height: 100%;
}

.mobile-comments .comment-card .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-comments .comment-card .card-body .name {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-lg, 1.125rem);
  line-height: 100%;
  margin-bottom: 4px;
}

.mobile-comments .comment-card .card-body .time {
  color: #ae9962;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-base, 1rem);
  line-height: 100%;
  margin-bottom: 10px;
}

.mobile-comments .comment-card .card-body .comment {
  color: var(--white);
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  line-height: 120%;
}

.mobile-comments .comment-card .card-body .card-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.mobile-comments .comment-card .card-body .card-actions .likes {
  align-items: center;
  color: #ae9962;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
}

.mobile-comments .comment-card .card-body .card-actions .likes i {
  font-size: var(--font-size-lg, 1.125rem);
}

.mobile-comments .comment-card .card-body .card-actions .likes i:hover {
  content: "\e91d";
}

.mobile-comments .comment-card .card-body .card-actions .likes .text {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 100%;
}

/* Comments Drawer Styles */
.comments-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000;
  transition: height 0.3s ease-in-out;
}

.comments-drawer.active {
  height: 100%;
}

.comments-drawer .drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.comments-drawer.active .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

.comments-drawer .drawer-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #463b6c;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 19px;
}

/* .comments-drawer .drawer-content::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #5a507f;
    border-radius: 2px;
    margin: 0 auto 30px;
  } */
.comments-drawer.active .drawer-content {
  transform: translateY(0);
}

.comments-drawer .drawer-header {
  align-items: center;
  background: #463b6c;
  border-bottom: 1px solid #574b81;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.comments-drawer .drawer-title {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -1.28px;
}

.comments-drawer .drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

/* Adjust card styles for drawer */
.comments-drawer .drawer-body .comment-card {
  background: transparent;
  border: none;
  padding: 0;
}

.comments-drawer .drawer-body .comment-card .card-body {
  padding: 0;
}

.comments-drawer .drawer-body .comment-card .card-actions {
  margin-top: 20px;
}

/* Body Scroll Lock */
body.comments-drawer-open {
  overflow: hidden;
}

.comments-drawer .drawer-content .comment-bar {
  align-items: center;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin-bottom: 44px;
  width: 100%;
}

.comments-drawer .drawer-content .comment-bar .add-your-comment {
  background-color: transparent;
  border: 0;
  color: #fafafa;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  height: 22px;
  line-height: 120%;
  padding: 0;
  width: 100%;
}

.comments-drawer .drawer-content .comment-bar .add-your-comment::placeholder {
  color: #fafafa;
}

.comments-drawer .drawer-content .comment-bar .actions-wrapper {
  align-items: center;
  display: flex;
  gap: 12px;
}

.comments-drawer .drawer-content .comment-bar .actions-wrapper .actions {
  align-items: center;
  display: flex;
}

.comments-drawer .drawer-content .comment-bar .actions-wrapper .actions i {
  font-size: var(--dwtc-p2-font-size, 20px);
  color: #ae9962;
}

.comments-drawer .drawer-content .comment-bar .actions-wrapper .comment-wrapper {
  align-items: flex-start;
  background-color: #0071ce;
  border-radius: 40px;
  display: flex;
  padding: 8px 10px;
  /* width: 76px; */
}

.comments-drawer .drawer-content .comment-bar .comment-wrapper .comment {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-c2-font-size, 12px);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.24px;
  line-height: 100%;
  width: fit-content;
  background: transparent;
  border: none;
}

.drawer-drag-handle {
  width: 40px;
  height: 4px;
  background-color: #5a507f;
  border-radius: 2px;
  margin: 0 auto 30px;
  cursor: pointer; /* optional: shows it's clickable */
}

/*most recent content*/
.most-recent {
  border-radius: 16px;
  height: max-content;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 48px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}

.most-recent.podcast {
  background-color: #7a0553;
}

.most-recent.article {
  background-color: #463b6c;
}

.most-recent .most-recent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.most-recent .most-recent-wrapper .title {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.8px;
  line-height: 100%;
  padding: 0;
  padding-bottom: 16px;
  width: 100%;
}

.most-recent .most-recent-wrapper .title h3 {
  color: var(--white);
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.8px;
  line-height: 100%;
  padding: 0;
  padding-bottom: 16px;
  width: 100%;
}

.most-recent.podcast .most-recent-wrapper .title {
  border-bottom: 1px solid #fce;
}

.most-recent.article .most-recent-wrapper .title {
  border-bottom: 1px solid #ceccff;
}

.most-recent .most-recent-wrapper .title .light {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
}

.most-recent .most-recent-wrapper .items {
  gap: 32px;
}

.most-recent .most-recent-wrapper .items a {
  gap: 15px;
}

.most-recent .most-recent-wrapper .items a .item-image {
  display: flex;
  flex-shrink: 0;
  height: 110px;
  position: relative;
  width: 110px;
}

.most-recent .most-recent-wrapper .items a .item-image .arrow {
  border-radius: 23px/23.11px;
  background-color: #000000;
  height: 46px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
}

.most-recent .most-recent-wrapper .items a .item-image .arrow i {
  color: #fff;
  font-size: var(--font-size-base, 1rem);
}

.most-recent .most-recent-wrapper .items a .item-content .label {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-c1-font-size, 13px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 13px;
  text-transform: uppercase;
}

.most-recent.podcast .most-recent-wrapper .items a .item-content .label {
  color: #fce;
}

.most-recent.article .most-recent-wrapper .items a .item-content .label {
  color: #ceccff;
}

.most-recent .most-recent-wrapper .items a:hover .item-content .label,
.most-recent .most-recent-wrapper .items a:hover .item-content .item-title {
  color: #fff !important;
}

.most-recent .most-recent-wrapper .items a:hover .item-content .ellipse {
  background-color: #fff !important;
}

.most-recent .most-recent-wrapper .items a .item-content .ellipse {
  border-radius: 4px;
  height: 8px;
  position: relative;
  width: 8px;
}

.most-recent.podcast .most-recent-wrapper .items a .item-content .ellipse {
  background-color: #fce;
}

.most-recent.article .most-recent-wrapper .items a .item-content .ellipse {
  background-color: #ceccff;
}

.most-recent .most-recent-wrapper .items a .item-content .item-title {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 21.6px;
  letter-spacing: -0.36px;
}

.most-recent.podcast .most-recent-wrapper .items a .item-content .item-title {
  color: #fce;
}

.most-recent.article .most-recent-wrapper .items a .item-content .item-title {
  color: #ceccff;
}

.content-tags .frame-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.content-tags .frame-wrapper .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
  border: 1px solid;
  border-color: #002554;
  backdrop-filter: blur(40px) brightness(100%);
  -webkit-backdrop-filter: blur(40px) brightness(100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(99, 98, 98, 0.28) 0%, rgba(158, 158, 158, 0.34) 100%);
}
.content-tags .frame-wrapper .div-wrapper .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  color: #002554;
  font-size: var(--font-size-sm, 0.875rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 991.98px) {
  .body-content {
    padding: 80px 19px 56px 19px;
  }
  .body-content h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .body-content h3 {
    font-size: 32px;
    letter-spacing: -1.28px;
    margin-bottom: 32px;
  }
  .body-content p {
    font-size: var(--dwtc-p1-font-size, 24px);
    letter-spacing: -0.96px;
    line-height: 120%;
    margin-bottom: 32px;
  }
  .body-content p.small {
    font-size: var(--font-size-base, 1rem);
    line-height: 120%;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }
  .body-content .image-container {
    gap: 8px;
    margin-bottom: 80px;
    margin-top: 12px;
  }
  .body-content .image-container .article-image-full {
    height: auto;
    min-height: 260px;
  }
  .body-content .image-container .article-image-half {
    height: auto;
    min-height: 260px;
    width: 100%;
  }
  .body-content .image-container .article-image-half:nth-child(2) {
    display: none;
  }
  .desktop-comments {
    gap: 32px;
    padding-bottom: 48px;
  }
  .desktop-comments .load-more-container .load-more {
    padding: 10px 15px;
  }
  .mobile-comments {
    display: flex;
  }
  .desktop-comments .comments-container {
    padding: 0 8px 0 0;
  }
  .desktop-comments .comments-container .comment-item:last-child {
    padding-bottom: 10px;
  }
  .most-recent {
    border-radius: 0;
    padding: 0 19px 80px 19px;
  }
  .most-recent .most-recent-wrapper .title {
    font-size: 32px;
    letter-spacing: -1.28px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .body-content table tr td:nth-child(2) {
    display: none;
  }
}
/*spotify player*/
.spotify-player-wrapper {
  width: 100%;
  height: 236px;
}
.spotify-player-wrapper .player {
  background-color: #1b3b73;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align the content (image and controls) to the sides */
  position: relative;
}
.spotify-player-wrapper .player-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
.spotify-player-wrapper .cover-art {
  width: 200px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.spotify-player-wrapper .cover-art img {
  width: 100%;
  height: 100%;
}
.spotify-player-wrapper .control-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding-left: 20px;
  height: 100%;
  position: relative;
  padding-top: 20px;
}
.spotify-player-wrapper .spotify-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 25px;
  z-index: 10;
}
.spotify-player-wrapper .control-section #mediaTitle {
  color: var(--white);
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.96px;
  line-height: 100%;
}
.spotify-player-wrapper .control-section #mediaMeta {
  color: #d7ccff;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.32px;
  line-height: 120%;
}
.spotify-player-wrapper .seek-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spotify-player-wrapper .seek-controls button {
  background: none;
  border: none;
  font-size: var(--font-size-base, 1rem);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
  padding: 0;
  /* No padding makes it look cleaner */
  margin: 0 4px;
  line-height: 1;
}
.spotify-player-wrapper .seek-controls button:hover {
  transform: scale(1.1);
  color: unset;
}
.spotify-player-wrapper #playPause {
  font-size: var(--font-size-sm, 0.875rem);
  margin-left: 5px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--brand-color-5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.spotify-player-wrapper #playPause svg {
  width: 14px;
  height: 14px;
  margin-top: 0;
}
.spotify-player-wrapper .seek-bar {
  flex: 1;
  height: 1px;
  /* Slightly thinner */
  background: transparent;
  /*accent-color: #1db954;*/
  accent-color: #8eb1c2;
  border-radius: 2px;
  opacity: 0.7;
  width: 100%;
}
.spotify-player-wrapper .player-time {
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-sm, 0.875rem);
  opacity: 0.75;
}
.spotify-player-wrapper .video-heading {
  font-size: var(--font-size-base, 1rem);
  font-weight: var(--font-weight-semi-bold, 600);
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
}
.spotify-player-wrapper .bottom-section {
  margin-top: auto;
  width: 100%;
}
.spotify-player-wrapper .media-meta {
  font-size: 10px;
  font-weight: var(--font-weight-normal, 400);
  color: #89acdd;
  margin-top: 10px;
}
.spotify-player-wrapper .player-rewind-backward,
.spotify-player-wrapper .player-rewind-forward {
  width: 25px;
  height: 25px;
  background-color: #8eb1c2 !important;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: inline-block;
}
.spotify-player-wrapper .player-rewind-backward {
  mask-image: url(/o/dwtc-theme-css/assets/rewind-backward-15.svg);
  -webkit-mask-image: url(/o/dwtc-theme-css/assets/rewind-backward-15.svg);
}
.spotify-player-wrapper .player-rewind-forward {
  mask-image: url(/o/dwtc-theme-css/assets/rewind-forward-15.svg);
  -webkit-mask-image: url(/o/dwtc-theme-css/assets/rewind-forward-15.svg);
}
.spotify-player-wrapper .player-dots {
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 5px;
  margin-top: -8px;
}

@media (max-width: 1750px) {
  .spotify-player-wrapper {
    max-width: 597px;
    height: auto;
    width: auto;
    height: 150px;
  }
  .spotify-player-wrapper .spotify-player {
    height: 100%;
    object-fit: cover;
  }
  .spotify-player-wrapper .control-section #mediaTitle {
    font-size: var(--font-size-lg, 1.125rem);
  }
  .spotify-player-wrapper .player-content {
    align-items: center;
  }
  .spotify-player-wrapper .control-section {
    justify-content: space-evenly;
    height: unset;
    gap: 16px;
  }
}
@media (max-width: 1160px) {
  .spotify-player-wrapper {
    align-items: flex-end;
    display: flex;
    width: 344px;
  }
  .spotify-player-wrapper .spotify-player {
    height: auto;
    width: 100%;
  }
  .spotify-player-wrapper .control-section #mediaTitle {
    font-size: var(--font-size-lg, 1.125rem);
    letter-spacing: -0.72px;
    line-height: 120%;
  }
  .spotify-player-wrapper .control-section #mediaMeta {
    font-size: var(--font-size-sm, 0.875rem);
    letter-spacing: -0.28px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .spotify-player-wrapper {
    height: auto;
    padding: 0;
  }
  .spotify-player-wrapper .player {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    height: auto;
  }
  .spotify-player-wrapper .player-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
  .spotify-player-wrapper .cover-art {
    width: 100px;
    height: 100px;
    max-width: 100px;
    padding: 0;
    align-self: center;
  }
  .spotify-player-wrapper .control-section {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .spotify-player-wrapper .control-section #mediaTitle {
    font-size: var(--dwtc-p2-font-size, 20px);
  }
  .spotify-player-wrapper .control-section #mediaMeta {
    font-size: var(--font-size-sm, 0.875rem);
  }
  .spotify-player-wrapper .bottom-section {
    margin-top: 0;
    width: 100%;
  }
  .spotify-player-wrapper .player-time {
    justify-content: flex-end;
    width: 100%;
  }
  .spotify-player-wrapper .seek-controls button {
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .spotify-player-wrapper .control-section #mediaTitle {
    font-size: var(--font-size-lg, 1.125rem);
  }
  .spotify-player-wrapper .control-section #mediaMeta {
    font-size: var(--dwtc-c2-font-size, 12px);
  }
  .spotify-player-wrapper .cover-art {
    max-width: 100px;
    padding: 0.75rem;
  }
  .spotify-player-wrapper .seek-controls button {
    font-size: var(--font-size-sm, 0.875rem);
  }
  .spotify-player-wrapper #playPause {
    font-size: var(--font-size-base, 1rem);
  }
}
.DWTC-hub-d {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f8f7f5;
  overflow: hidden;
  padding: 0;
}

.breadcrumbs_wrapper {
  padding-top: 48px;
}

.content-container {
  gap: 33px;
}

@media (max-width: 1450px) {
  .content-container {
    flex-direction: column;
  }
}
@media (max-width: 1239px) {
  .DWTC-hub-d {
    padding: 0;
  }
  .DWTC-hub-d .header {
    padding: 24px 19px;
    padding-bottom: 0;
  }
  .DWTC-hub-d .content-container {
    padding: 0 19px;
  }
  .DWTC-hub-d .hero-top {
    padding: 42px 20px 13px;
    gap: 24px;
  }
  .DWTC-hub-d .hero-top .hero-content {
    flex-direction: column;
    gap: 22px;
  }
  .DWTC-hub-d .hero-top .hero-content .status-button {
    align-items: center;
    align-self: center;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 292px;
  }
  .DWTC-hub-d .hero-top .hero-content .status-button .status-button-text {
    color: #002554;
    font-family: "DIN Pro-Bold", Helvetica, sans-serif;
    font-size: var(--dwtc-p2-font-size, 20px);
    font-weight: var(--font-weight-bold, 700);
    line-height: 100%;
    letter-spacing: -0.8px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
}
.day.disabled {
  color: #ccc !important;
  cursor: not-allowed;
  pointer-events: none;
}

.other-services {
  max-width: 592px;
  min-width: 450px;
  padding-top: 80px;
  width: 100%;
}

.other-services .other-services-header {
  align-items: self-end;
  gap: 18px;
  margin-bottom: 48px;
  padding-left: 10px;
}

.other-services .other-services-header i {
  font-size: var(--dwtc-p1-font-size, 24px);
}

.other-services .other-services-header .title {
  color: #000;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.32px;
  line-height: 100%;
}

.other-services .items-container {
  background-color: #fff;
  border-radius: 10px;
  gap: 32px;
  max-width: 592px;
  padding: 48px;
  width: 100%;
}

.other-services .items-container .item {
  align-items: center;
  border-bottom: 1px solid #ededed;
  color: #000;
  cursor: pointer;
  display: flex;
  padding-bottom: 32px;
}

.other-services .items-container .item:hover {
  color: #680045;
}

.other-services .items-container .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.other-services .items-container .item .title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.other-services .items-container .item i {
  font-size: 26px;
}

.other-services .items-container .item .arrow-right {
  font-size: var(--dwtc-p2-font-size, 20px);
}

@media (max-width: 1100px) {
  .other-services {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .other-services .items-container {
    max-width: 100%;
    padding: 48px 24px;
    width: 100%;
  }
}
.applied-leaves {
  padding-top: 80px;
}

.applied-leaves .applied-leaves-header {
  align-items: self-end;
  gap: 18px;
  margin-bottom: 48px;
  padding-left: 10px;
}

.applied-leaves .applied-leaves-header i {
  font-size: var(--dwtc-p1-font-size, 24px);
}

.applied-leaves .applied-leaves-header .title {
  color: #000;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.32px;
  line-height: 100%;
}

.applied-leaves .table-container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.applied-leaves .mobile-table-container {
  display: none;
}

.applied-leaves .table-container .search-container {
  background-color: #fff;
  border-bottom: 1px solid rgba(20, 5, 38, 0.1019607843);
  padding: 32px 60px;
}

.applied-leaves .table-container .search-container .search {
  align-items: center;
  display: flex;
  gap: 16px;
  width: 100%;
}

.applied-leaves .table-container .search-container .search .input {
  border: 0;
  background-color: transparent;
  color: #000000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-normal, 400);
  letter-spacing: -0.4px;
  line-height: 106%;
  padding: 0;
  position: relative;
  width: 100%;
}

.applied-leaves .table-container .search-container .search .input::placeholder {
  color: #585858;
}

.applied-leaves .table-container .search-container .search i {
  font-size: var(--dwtc-p2-font-size, 20px);
}

.applied-leaves .table-container .table-wrapper {
  padding: 32px 60px;
}

.applied-leaves .table-container .table-wrapper table {
  width: 100%;
}

.applied-leaves .table-container .table-wrapper table tbody tr {
  height: 89px;
}

.applied-leaves .table-container .table-wrapper table thead tr {
  height: 89px;
}

.applied-leaves .table-container .table-wrapper table thead tr th {
  color: #140526;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  cursor: pointer;
  white-space: nowrap;
}

.applied-leaves .table-container .table-wrapper table thead tr th .sort-icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("assets/images/svg/sort.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.2s;
  vertical-align: middle;
}

.applied-leaves .table-container .table-wrapper table thead tr th span:not(.sort-icon) {
  padding-right: 12px;
}

.applied-leaves .table-container .table-wrapper table thead tr th:hover .sort-icon {
  opacity: 1;
}

.applied-leaves .table-container .table-wrapper table thead tr th.sort-asc .sort-icon {
  background-image: url("assets/images/svg/sort.svg");
  opacity: 1;
}

.applied-leaves .table-container .table-wrapper table thead tr th.sort-desc .sort-icon {
  background-image: url("assets/images/svg/sort.svg");
  opacity: 1;
}

.applied-leaves .table-container .table-wrapper table tbody tr td {
  color: #000;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.36px;
}

.applied-leaves .table-container .table-wrapper table tbody tr td.status {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
}

.applied-leaves .table-container .table-wrapper table tbody tr td.status.approved {
  color: #587d18;
}

.applied-leaves .table-container .table-wrapper table tbody tr td.status.rejected {
  color: #7a0553;
}

.applied-leaves .table-container .table-wrapper table td,
.applied-leaves .table-container .table-wrapper table th {
  vertical-align: middle;
}

.applied-leaves .table-container .table-wrapper table tr td:first-child,
.applied-leaves .table-container .table-wrapper table tr th:first-child {
  padding-left: 25px;
}

.applied-leaves .pagination-container {
  padding-top: 40px;
}

.applied-leaves .pagination-container .pagination {
  gap: 12px;
}

.applied-leaves .pagination-container .pagination .pagination-button {
  border-radius: 8px;
  border: 1px solid #cbcdc5;
  background-color: #fff;
  color: #140526;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  letter-spacing: -0.64px;
  line-height: 100%;
  padding: 16px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  width: 48px;
  height: 48px;
  position: relative;
}

.applied-leaves .pagination-container .pagination .pagination-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.applied-leaves .pagination-container .pagination .pagination-prev i {
  margin-top: 2px;
}

.applied-leaves .pagination-container .pagination .pagination-next i {
  margin-top: 2px;
}

.applied-leaves .pagination-container .pagination .pagination-button:hover {
  background-color: #140526;
  color: #fff;
}

.applied-leaves .pagination-container .pagination .pagination-button:hover::before {
  filter: brightness(0) invert(1);
}

.applied-leaves .pagination-container .pagination-info .pagination-info-text {
  color: #000;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
}

@media (max-width: 1100px) {
  .applied-leaves {
    padding: 80px 19px 0px;
  }
  .applied-leaves .table-container {
    display: none !important;
  }
  .applied-leaves .pagination-container {
    display: none !important;
  }
  .applied-leaves .mobile-table-container {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    gap: 32px;
    padding: 32px 24px;
  }
  .applied-leaves .mobile-table-container .search-container {
    width: 100%;
  }
  .applied-leaves .mobile-table-container .search-container .search {
    align-items: center;
    border: 1px solid #000;
    border-radius: 48px;
    display: flex;
    margin-bottom: 16px;
    padding: 16px 32px;
    width: 100%;
  }
  .applied-leaves .mobile-table-container .search-container .search .input {
    border: none;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.72px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
    width: 100%;
  }
  .applied-leaves .mobile-table-container .search-container .search i {
    font-size: var(--dwtc-p2-font-size, 20px);
  }
  .applied-leaves .mobile-table-container .leave-item {
    background-color: #f9faf8;
    border-radius: 10px;
    overflow: hidden;
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content {
    padding: 24px;
  }
  .applied-leaves .mobile-table-container .leave-item .status-container {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 24px 0;
  }
  .applied-leaves .mobile-table-container .leave-item .status-container .status {
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.36px;
  }
  .applied-leaves .mobile-table-container .leave-item .status-container .status.approved {
    color: #587d18;
  }
  .applied-leaves .mobile-table-container .leave-item .status-container .status.rejected {
    color: #7a0553;
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content .leave-type {
    color: #000;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-p1-font-size, 24px);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.48px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content .content-wrapper {
    gap: 24px;
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content .leave-dates-wrapper {
    gap: 20px;
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content .leave-dates-wrapper .leave-dates .title {
    color: #000;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-base, 16px);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.32px;
  }
  .applied-leaves .mobile-table-container .leave-item .leave-item-content .leave-dates-wrapper .leave-dates .date {
    color: #000;
    font-family: "DIN Pro-Regular", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-normal, 400);
    line-height: 100%;
    letter-spacing: -0.36px;
  }
  .applied-leaves .mobile-table-container .load-more-container {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    border: 1px solid #cbcdc5;
    border-radius: 40px;
    padding: 20px 0;
  }
  .applied-leaves .mobile-table-container .load-more-container .load-more-text {
    color: #363636;
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 100%;
    letter-spacing: -0.72px;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
}
.leave-request {
  padding-top: 80px;
  width: 100%;
}

.leave-request .leave-request-header {
  align-items: self-end;
  gap: 18px;
  margin-bottom: 48px;
  padding-left: 10px;
}

.leave-request .leave-request-header i {
  font-size: var(--dwtc-p1-font-size, 24px);
}

.leave-request .leave-request-header .title {
  color: #000;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: -0.32px;
  line-height: 100%;
}

.leave-request .form-container {
  background-color: #fff;
  border-radius: 10px;
  gap: 32px;
  max-width: 1222px;
  padding: 60px 48px;
  width: 100%;
}

.leave-request .form-container .small-input {
  width: 50px;
}

.leave-request .form-container .btn {
  padding: 12px 32px;
  border-radius: 40px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.72px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.leave-request .form-container .btn.btn-dark {
  display: flex;
  align-items: center;
  gap: 12px;
}

.leave-request .form-container .btn.btn-dark i {
  font-size: var(--font-size-base, 16px);
  margin-top: 2px;
}

.leave-request .form-container .actions-container {
  margin-top: 100px;
}

/* Calendar Styles */
.leave-request .calendar-container .calendar {
  width: 353px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
}

.leave-request .calendar-container .calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.leave-request .calendar-container .calendar .calendar-header button {
  background: none;
  border: none;
  font-size: var(--dwtc-p2-font-size, 20px);
  cursor: pointer;
  color: #000;
}

.leave-request .calendar-container .calendar .calendar-header .current-month {
  color: #000;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
}

.leave-request .calendar-container .calendar .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 10px;
}

.leave-request .calendar-container .calendar .weekdays .weekday {
  color: #1e242e;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: var(--dwtc-c3-font-size, 11px);
  font-weight: var(--font-weight-bold, 700);
  line-height: 130%;
  letter-spacing: -0.227px;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.leave-request .calendar-container .calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* gap: 2px; */
}

.leave-request .calendar-container .calendar .days .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  cursor: pointer;
  border-radius: 50%;
}

.leave-request .calendar-container .calendar .days .day:not(.empty):hover {
  background-color: #f0f0f0;
}

.leave-request .calendar-container .calendar .days .day.today {
  border: 1px solid #000;
}

.leave-request .calendar-container .calendar .days .day.selected {
  background-color: #9c0a6d;
  color: #fff;
}

.leave-request .calendar-container .calendar .days .day.range {
  background-color: #ded0e2;
  border-radius: 0;
}

.leave-request .calendar-container .calendar .days .day.empty {
  cursor: default;
}

@media (max-width: 1100px) {
  .leave-request .form-container {
    flex-direction: column;
    padding: 48px 24px;
  }
  .leave-request .form-container .form-wrapper {
    flex-direction: column;
  }
  .leave-request .form-container .form-wrapper .first-row {
    flex-direction: column;
  }
  .leave-request .form-container .form-wrapper .first-row div:not(.small-input) {
    width: 100% !important;
  }
  .leave-request .form-container .form-wrapper .leave-wrapper {
    width: 100% !important;
  }
  .leave-request .form-container .calendar-container {
    display: none;
  }
  .leave-request .form-container .actions-container {
    margin-top: 0;
  }
}
.summary {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #fff;
}

.summary-default {
  background: #680045;
  width: 100%;
}

.summary-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.head-content-wrapper {
  gap: 24px;
}

.date {
  font-size: var(--font-size-lg, 1.125rem);
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 100%;
  text-transform: uppercase;
}

.title-text {
  font-size: 32px;
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 100%;
  letter-spacing: -1.28px;
}

.summary-grid-item {
  padding: 22px 22px 30px;
  gap: 12px;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.grid-item-number {
  color: #fafafa;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.8px;
  leading-trim: both;
  text-edge: cap;
}

.grid-item-description {
  font-size: var(--dwtc-p2-font-size, 20px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  letter-spacing: -0.8px;
}

.fragment_request_details .content-wrapper,
.fragment_education_fee_detail .content-wrapper,
.fragment_business_trip_detail .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.summary-field-group {
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 991.98px) {
  .summary-default {
    padding: 48px 19px 60px;
  }
  .head-content {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 4px;
    padding: 42px 24px 32px;
  }
  .summary-grid-item:nth-child(-n+2),
  .summary-grid-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .summary-grid-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .summary-content-wrapper {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .summary-default {
    border-radius: 16px;
  }
  .summary-content-wrapper {
    padding-right: unset !important;
  }
  .summary-grid-container {
    display: flex;
    border-radius: 0px 16px 16px 0px;
    background: rgba(122, 5, 83, 0.5);
    flex: 1;
    align-items: center;
  }
  .head-content-wrapper {
    gap: 16px;
    max-width: 33%;
    padding: 70px 38px 70px 60px;
  }
  .summary-grid-item {
    height: fit-content;
  }
  .summary-grid-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .date {
    font-size: var(--dwtc-p2-font-size, 20px);
    font-weight: var(--font-weight-normal, 400);
    text-transform: unset;
  }
  .summary-field-group {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
  .fragment_request_details .content-wrapper,
  .fragment_education_fee_detail .content-wrapper,
  .fragment_business_trip_detail .content-wrapper {
    gap: 60px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .grid-item-number {
    font-size: 52px;
  }
  .grid-item-description {
    font-weight: var(--font-weight-semi-bold, 500);
  }
  .head-content-wrapper {
    padding: 85px 45px 85px 68px;
  }
}
@media screen and (min-width: 1920px) {
  .head-content-wrapper {
    padding: 97px 54px 97px 80px;
  }
  .grid-item-number {
    font-size: 64px;
    letter-spacing: -1.28px;
  }
  .title-text {
    font-size: 56px;
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -2.24px;
  }
  .date {
    font-size: var(--dwtc-p1-font-size, 24px);
  }
  .summary-grid-item {
    gap: 30px;
    padding: 15px 30px;
  }
}
.approval-header {
  background-color: #7a0553;
  border-radius: 16px;
  padding: 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.approval-title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.96px;
}

.approval-btn {
  background: transparent;
  border: none;
  gap: 10px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  color: #000;
  border: 1px solid #000;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-weight: var(--font-weight-semi-bold, 500);
  font-style: normal;
  font-size: var(--dwtc-p2-font-size, 20px);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.approval-btn:hover {
  background-color: #fff;
  color: #7a0553;
}

.approval-btn i {
  font-size: var(--font-size-base, 16px);
  margin-top: 2px;
}

.approval-btns-wrapper {
  gap: 24px;
}

.vertical-dots-btn {
  border: none;
  background: transparent;
}

.vertical-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.vertical-dots span {
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: block;
}

.approval-options-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 60vh;
  overflow-y: auto;
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #f0f0f0;
  background: #f2f1ef;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
}

.approval-options-modal.active {
  transform: translateY(0);
}

.modal-content {
  padding: 16px 19px 32px;
  -webkit-overflow-scrolling: touch;
}

.decoration-line {
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background: #ddd;
  margin: 0 auto;
}

.buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .approval-header {
    padding: 28px 32px;
  }
  .approval-title {
    font-size: 32px;
  }
  .approval-btn {
    color: #fff;
    border: 1px solid #fff;
    gap: 12px;
    font-size: var(--font-size-lg, 1.125rem);
    line-height: 100%;
    letter-spacing: -0.72px;
  }
}
.attachments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.attachments-wrapper .attachment-item:nth-child(odd) {
  background: #f9faf8;
}

.attachments-wrapper .attachment-item:nth-child(even) {
  background: #fff;
  border: 1px solid #f0f0f0;
}

.attachment-item {
  border-radius: 10px;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.attachment-name {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.36px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.attachment-file-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 5, 38, 0.1);
}

.attachment-file-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.adobe-icon-wrapper {
  border-radius: 6px;
  padding: 6px;
  background: #efe8ea;
}

.attachment-file-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.attachment-file-name {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
}

.attachment-file-size {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #858585;
  font-size: var(--font-size-sm, 14px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.28px;
}

.download-btn {
  border: none;
  background: transparent;
}

.download-btn i {
  font-size: 22px;
}

.download-btn:hover {
  color: #7a0553;
}

/* TABLE */
.attachment-table .attachment-row:nth-child(odd) {
  background: rgba(236, 238, 231, 0.3);
  border-top: 1px solid rgba(20, 5, 38, 0.05);
  border-bottom: 1px solid rgba(20, 5, 38, 0.05);
}

.attachment-table {
  width: 100%;
  table-layout: auto;
}

.attachment-table-head::before {
  content: "";
  display: block;
  height: 60px;
}

.attachment-table-head::after {
  content: "";
  display: block;
  height: 20px;
}

.attachment-row td {
  vertical-align: middle;
  padding: 25px 0;
}

.attachment-row td:last-child {
  padding-right: 25px;
}

.attachment-table th {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  color: #140526;
}

.attachment-table th:first-child,
.attachment-row td:first-child {
  padding-left: 25px;
}

.attachment-table th:nth-child(1) {
  width: 10%;
}

.attachment-table th:nth-child(2) {
  width: 65%;
}

.attachment-table th:nth-child(3) {
  width: 20%;
}

.attachment-table th:nth-child(4) {
  width: 5%;
}

.breadcrumb-section {
  margin-bottom: 32px;
}

.breadcrumb-section a {
  color: #545f71;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  text-decoration: none;
}

.breadcrumb-section .breadcrumb .breadcrumb-item:last-of-type a {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-weight: var(--font-weight-bold, 700);
  color: #680045;
}

.breadcrumb-section a:hover {
  color: #680045;
}

@media (max-width: 1100px) {
  .breadcrumb-section {
    display: none;
  }
}
.history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.history-item {
  background: #f9faf8;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.history-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.history-field-name {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.36px;
}

.history-field-value {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.36px;
}

/* TABLE */
.history-table .history-row:nth-child(odd) {
  background: rgba(236, 238, 231, 0.3);
  border-top: 1px solid rgba(20, 5, 38, 0.05);
  border-bottom: 1px solid rgba(20, 5, 38, 0.05);
}

.history-table {
  width: 100%;
  table-layout: auto;
}

.history-table-head::before {
  content: "";
  display: block;
  height: 60px;
}

.history-table-head::after {
  content: "";
  display: block;
  height: 20px;
}

.history-row td {
  vertical-align: middle;
  padding: 25px 0;
}

.history-row td:last-child {
  padding-right: 25px;
}

.history-table th {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  color: #140526;
}

.history-table th:first-child,
.history-row td:first-child {
  padding-left: 25px;
}

.history-table th {
  width: 16.66%;
}

.DWTC-hub-d {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f8f7f5;
  overflow: hidden;
  padding: 0;
  min-height: 100vh;
}

.desktop-tab-wrapper {
  border-radius: 12px;
  background: #fff;
  display: none;
  margin-top: 40px;
  padding: 48px 0 60px;
}

.breadcrumbs_wrapper {
  padding-top: 48px;
}

.tabs {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid rgba(20, 5, 38, 0.1);
  padding-top: 48px;
}

.tabs,
.tab-content {
  padding: 0 48px;
}

.tab {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 106%;
  letter-spacing: -0.36px;
  color: rgba(20, 5, 38, 0.4);
  padding-bottom: 24px;
  background: transparent;
  border: none;
}

.tab.active {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  color: #140526;
  font-weight: var(--font-weight-bold, 700);
  border-bottom: 2px solid #000;
}

.field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field-name {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
}

.field-value {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.32px;
  color: #aca59f;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #f1f1ee;
  background: #fbfafa;
}

.mobile-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.mobile-btn-wrapper {
  background: #fff;
  border-radius: 8px;
}

.mobile-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: none;
  padding: 20px 24px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #000;
}

.mobile-btn.active {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
}

.mobile-btn-content {
  display: none;
  padding: 40px 24px 24px;
}

.mobile-btn-content.open {
  display: block;
}

/* Plus Btn */
.mobile-btn i {
  font-size: var(--font-size-lg, 1.125rem);
}

.mobile-btn.active i::before {
  content: "\e913";
}

.approve-gradient {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 59.52%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 19px;
}

.approve-btn {
  padding: 10px 32px;
  border-radius: 40px;
  border: 1px solid #140526;
  background: #140526;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #fff;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.72px;
}

.other-actions-btn {
  padding: 10px 32px;
  border-radius: 40px;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.72px;
}

.approval-arrow-right {
  width: 16px;
  height: 16px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

@media screen and (min-width: 992px) {
  .desktop-tab-wrapper {
    display: block;
  }
  .mobile-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .DWTC-hub-d {
    padding: 0;
  }
}
.request-row {
  vertical-align: middle;
  cursor: pointer;
}
.request-row td {
  background: #eceee7;
  vertical-align: middle;
}
.request-row .user_wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
.request-row .request-icon {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 0 8px 8px;
}
.request-row .request-icon img,
.request-row .request-icon .default-icon {
  width: 57px;
  height: 57px;
  object-fit: cover;
}
.request-row .request-icon .default-icon {
  background-color: #f0f0f0;
}
.request-row .user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.request-row .user-name {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #333;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-bold, 700);
  line-height: 100%;
  letter-spacing: -0.32px;
}
.request-row .user-position {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  color: #000;
  font-size: var(--font-size-sm, 14px);
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
  letter-spacing: -0.28px;
}
.request-row .request-title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  color: #000;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  height: fit-content;
  border-right: 1px solid #929a7e;
}
.request-row .request-description {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  color: #6c6c6c;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.request-row .date_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.request-row .calendar_icon,
.request-row .clock_icon {
  width: 14px;
  height: 14px;
}
.request-row .request-hour,
.request-row .request-date {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
}
.request-row .action-btn {
  padding: 28px 24px 28px 28px;
  border: none;
  background: none;
  display: block;
  margin-left: auto;
}
.request-row .arrow-right {
  transform: rotate(270deg);
}

.request-row:hover td {
  background: #f2f7f7;
}

.request-row td:first-child {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

.request-row td:last-child {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

@media (max-width: 767.98px) {
  .request-row .request-info {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .request-row .request-row .card-badge {
    font-family: "DIN Pro-Medium", Helvetica, sans-serif;
    font-size: var(--dwtc-c4-font-size, 10px);
    font-weight: var(--font-weight-semi-bold, 500);
    line-height: 120%;
    letter-spacing: -0.2px;
    padding: 7px 8px;
  }
  .request-row .action-btn {
    padding: 28px 24px 28px 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .request-row .card-badge {
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .request-row .user-name {
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: var(--font-weight-semi-bold, 500);
    letter-spacing: -0.36px;
  }
  .request-row .request-description {
    max-width: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .request-row .request-description {
    max-width: 450px;
  }
}
.request-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 60vh;
  overflow-y: auto;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
  border: 1px solid #f0f0f0;
}
.request-modal .modal-content {
  padding: 16px 19px 32px;
  -webkit-overflow-scrolling: touch;
}
.request-modal .decoration-line {
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background: #ddd;
  margin: 0 auto;
}
.request-modal .modal-title {
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: 100%;
  letter-spacing: -1.28px;
  color: #000;
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(87, 75, 129, 0.2);
}
.request-modal .modal-info-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(87, 75, 129, 0.2);
  margin-bottom: 24px;
}
.request-modal .person-wrapper {
  grid-column: 1/3;
  display: flex;
  gap: 24px;
}
.request-modal .modal-icon {
  width: 57px;
  height: 57px;
  object-fit: cover;
}
.request-modal .worker-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.request-modal .modal-name {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.96px;
}
.request-modal .worker-position-wrapper {
  display: flex;
}
.request-modal .modal-position,
.request-modal .modal-date,
.request-modal .modal-time {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-style: normal;
  font-weight: var(--font-weight-normal, 400);
  line-height: 100%;
}
.request-modal .modal-date {
  border-right: 2px solid #000;
  padding-right: 20px;
}
.request-modal .modal-position {
  padding-left: 20px;
}
.request-modal .modal-description,
.request-modal .modal-type {
  grid-column: 2/3;
}
.request-modal .modal-description {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: var(--dwtc-p2-font-size, 20px);
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  letter-spacing: -0.8px;
  margin: 32px 0 24px;
}

.request-modal.active {
  transform: translateY(0);
}

.pending-requests {
  margin-top: 32px;
  border-radius: 12px;
  padding: 40px 16px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 160px;
  width: 100%;
}
.pending-requests .cards-container {
  background: #f9faf8;
}
.pending-requests .pending-requests-header {
  gap: 16px;
  margin-bottom: 36px;
}
.pending-requests .pending-requests-header i {
  color: #000;
  font-size: var(--dwtc-p1-font-size, 24px);
  margin-top: 2px;
}
.pending-requests .title {
  color: #000;
  font-family: "DIN Pro-Bold", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: var(--font-weight-bold, 700);
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: -1.28px;
}
.pending-requests .show-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pending-requests .show-more-btn {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.72px;
  color: #363636;
  text-align: center;
  width: fit-content;
  display: flex;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pending-requests .show-more-btn .arrow-down {
  transition: transform 0.3s ease;
  color: #000;
  font-size: var(--font-size-lg, 1.125rem);
  transform: rotate(90deg);
}
.pending-requests .show-more-btn.opened .arrow-down {
  margin-top: 2px;
  transform: rotate(-90deg);
}
.pending-requests .requests_table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.pending-requests .show-more-requests-btn {
  background: unset;
  padding: 24px 30px;
  border-radius: 40px;
  border: 1px solid #cbcdc5;
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-lg, 1.125rem);
  font-style: normal;
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.72px;
}
.pending-requests .show-more-requests-btn:hover {
  color: #fff;
  background-color: #424649;
  border-color: #373b3e;
}
@media screen and (min-width: 992px) {
  .pending-requests .title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
@media screen and (min-width: 1400px) {
  .pending-requests .show-more-wrapper {
    margin-top: 32px;
  }
}

.pending-requests .cards-container {
  display: grid;
}
.pending-requests .cards-container-row {
  display: grid;
}
.pending-requests .card {
  padding: 32px 16px;
  border: unset;
  border-radius: 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  background: #f9faf8;
  gap: 40px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  margin-bottom: 0;
}
.pending-requests .card .btn {
  padding: 12px 30px;
  line-height: 1.5;
}
.pending-requests .card-details {
  gap: 24px;
}
.pending-requests .card-badge {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #fff;
  padding: 6px 24px;
  width: fit-content;
  border-radius: 6px;
  margin-bottom: 0;
}
.pending-requests .card-badge.invoice {
  background-color: #005c5d;
}
.pending-requests .card-badge.annual_leave {
  background-color: #615396;
}
.pending-requests .card-description-wrapper {
  gap: 12px;
}
.pending-requests .card-title {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  font-size: var(--dwtc-p1-font-size, 24px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 100%;
  letter-spacing: -0.96px;
}
.pending-requests .card-date {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  line-height: 120%;
  letter-spacing: -0.32px;
}
.pending-requests .take-action-btn {
  font-family: "DIN Pro-Medium", Helvetica, sans-serif;
  padding: 12px 30px;
  border-radius: 40px;
  border: 1px solid #000;
  background: #000;
  backdrop-filter: blur(25px);
  width: 100%;
  color: #fff;
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-semi-bold, 500);
  line-height: 120%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pending-requests .take-action-btn:hover {
  background-color: #424649;
  border-color: #373b3e;
}
@media screen and (min-width: 992px) {
  .pending-requests .cards-container-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .pending-requests .card:not(:last-child) {
    border-right: 1px solid rgba(220, 220, 220, 0.6);
  }
}
@media (min-width: 1400px) {
  .pending-requests .cards-container-row {
    padding: 24px 0;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(220, 220, 220, 0.6);
    border-top: 1px solid rgba(220, 220, 220, 0.6);
  }
  .pending-requests .card {
    padding: 14px 40px;
    border-bottom: unset;
  }
}

/* Attachment start */
.attachment-list {
  background-color: white;
  padding: 0;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.attachments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.add-attachment-btn {
  color: #71034c;
  font-size: 15px;
  font-weight: var(--font-weight-semi-bold, 500);
  cursor: pointer;
  text-decoration: underline;
}

.separator {
  border: none;
  border-top: 1.5px solid #e5e7eb;
  margin: 32px 0 24px 0;
}

.attachments-title,
.activity-title {
  font-size: 17px;
  font-weight: 600;
  color: #223a5f;
  letter-spacing: 0.01em;
}

.attachments-list {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.attachment-card {
  display: flex;
  align-items: center;
  background: #f8f7f5;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 18px;
  min-width: 210px;
  box-shadow: 0 1px 4px rgba(41, 65, 101, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
}

.attachment-icon {
  font-size: 28px;
  color: #71034c;
  margin-right: 14px;
  display: flex;
  align-items: center;
}

.attachment-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.attachment-name {
  font-size: 15px;
  color: #223a5f;
  font-weight: var(--font-weight-semi-bold, 500);
  word-break: break-all;
}

.attachment-remove {
  color: #b0b0b0;
  font-size: var(--font-size-lg, 1.125rem);
  cursor: pointer;
  margin-left: 12px;
  transition: color 0.2s;
  opacity: 0.7;
  position: relative;
}

.attachment-remove:hover {
  color: #ef4444;
  opacity: 1;
}

.attachment-remove::after {
  content: "Remove";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: var(--dwtc-c3-font-size, 11px);
  padding: 2px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.attachment-remove:hover::after {
  opacity: 1;
}

.attachment-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  transition: background 0.2s, opacity 0.25s;
  opacity: 0;
  pointer-events: none;
  background: rgba(30, 41, 59, 0.32);
}

.attachment-sidebar-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.attachment-sidebar {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 35vw;
  /* min-width: 340px;
  max-width: 420px; */
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 24px rgba(41, 65, 101, 0.13);
  border-radius: 18px 0 0 18px;
  transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.25s;
  will-change: transform, opacity;
  flex-direction: column;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  display: flex;
}

.attachment-sidebar.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 12px 32px;
}

.sidebar-title {
  font-size: 1.35rem;
  font-weight: var(--font-weight-bold, 700);
  color: #223a5f;
  letter-spacing: 0.01em;
}

.sidebar-close {
  font-size: 28px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 50%;
  padding: 2px 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-close:hover {
  color: #ef4444;
  background: #f3f4f6;
}

.sidebar-content {
  flex: 1;
  padding: 0 32px 32px 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.uploader-box {
  border: 2px dashed #bfc3c9;
  background: #f8f7f5;
  border-radius: 12px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: var(--font-size-base, 16px);
  cursor: pointer;
  margin-bottom: 28px;
  transition: border-color 0.2s, background 0.2s;
  gap: 10px;
  text-align: center;
  padding: 22px 0;
}

.uploader-box:hover {
  border-color: #71034c;
  background: #f3e8f7;
  color: #71034c;
}

.uploader-box i {
  font-size: 36px;
}

.sidebar-preview-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.sidebar-preview-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f7f5;
  border: 1.5px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(41, 65, 101, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-preview-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #ef4444;
  font-size: var(--font-size-sm, 14px);
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}

.sidebar-preview-remove:hover {
  background: #fde8e8;
}

.sidebar-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
}

.sidebar-cancel {
  background: #e5e7eb;
  color: #71034c;
  border: none;
  border-radius: 7px;
  padding: 9px 26px;
  font-size: 15px;
  font-weight: var(--font-weight-semi-bold, 500);
  cursor: pointer;
  transition: background 0.2s;
}

.sidebar-cancel:hover {
  background: #bfc3c9;
}

.sidebar-save {
  background: #71034c;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 9px 26px;
  font-size: 15px;
  font-weight: var(--font-weight-semi-bold, 500);
  cursor: pointer;
  transition: background 0.2s;
}

.sidebar-save:hover {
  background: #4d0033;
}

body.sidebar-open {
  overflow: hidden !important;
}

/* Attachment end */
.attachment-download {
  color: #b0b0b0; /* gray */
  font-size: var(--font-size-lg, 1.125rem);
  cursor: pointer;
  margin-left: 12px;
  transition: color 0.2s;
  opacity: 0.7;
  position: relative;
}

.attachment-download:hover {
  color: #22c55e; /* green */
  opacity: 1;
}

.attachment-download::after {
  content: "Download";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: var(--dwtc-c3-font-size, 11px);
  padding: 2px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.attachment-download:hover::after {
  opacity: 1;
}

/* Attachment Preview icon */
.attachment-eye {
  color: #b0b0b0; /* grey */
  font-size: var(--font-size-lg, 1.125rem);
  cursor: pointer;
  margin-left: 12px;
  transition: color 0.2s;
  opacity: 0.7;
  position: relative;
}

.attachment-eye:hover {
  color: #3b82f6; /* blue */
  opacity: 1;
}

.attachment-eye::after {
  content: "Preview";
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: var(--dwtc-c3-font-size, 11px);
  padding: 2px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.attachment-eye:hover::after {
  opacity: 1;
}

/* Image Preview Modal Styles */
.image-preview-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 41, 59, 0.7);
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}

.image-preview-modal.open {
  display: flex;
}

.image-preview-modal-content {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
  max-width: 96vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalPopIn 0.25s cubic-bezier(0.4, 2, 0.6, 1) 1;
}

@keyframes modalPopIn {
  0% {
    transform: scale(0.95) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.image-preview-modal-header {
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
}

.image-preview-modal-filename {
  font-size: 1.15rem;
  font-weight: 600;
  color: #22223b;
}

.image-preview-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 2.1rem;
  color: #333;
  cursor: pointer;
}

/* === Preview Content Styling === */
.image-preview-modal-content img {
  max-width: 60vw;
  max-height: 60vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  object-fit: contain;
}

.image-preview-modal-content iframe {
  width: 60vw;
  height: 70vh;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

/* === Media Queries === */
@media (max-width: 900px) {
  .image-preview-modal-content {
    padding: 20px;
  }
  .image-preview-modal-content img {
    max-width: 80vw;
    max-height: 40vh;
  }
  .image-preview-modal-content iframe {
    width: 80vw;
    height: 50vh;
  }
}
@media (max-width: 600px) {
  .image-preview-modal-content {
    max-width: 90vw;
    max-height: 98vh;
    padding: 20px;
    border-radius: 10px;
  }
  .image-preview-modal-content img {
    max-height: 40vh;
  }
  .image-preview-modal-content iframe {
    width: 90vw;
    height: 50vh;
  }
  .image-preview-modal-header {
    margin-bottom: 10px;
  }
  .image-preview-modal-filename {
    font-size: 1rem;
    padding: 4px 8px;
  }
  .image-preview-modal-close {
    top: 8px;
    right: 8px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .attachments-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .attachments-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Pop up start */
.popup-copy-main,
.popup-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-main .popup,
.popup-copy-main .popup {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
  z-index: 999;
}

.popup-copy-main .copy-popup {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 80%;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: start;
  animation: fadeIn 0.3s ease-in-out;
  z-index: 999;
  max-height: 70vh;
  overflow: hidden;
  /* Important for border-radius clipping */
  display: flex;
  flex-direction: column;
}

.popup-copy-main .copy-popup > .scroll-content {
  overflow-y: auto;
  flex: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.popup-main .popup i {
  font-size: 48px;
  color: #4caf50;
  margin-bottom: 1rem;
}

.popup-main .popup h2 {
  font-weight: bold !important;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.popup-main .popup p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.popup-main .popup .buttons {
  display: flex;
  justify-content: center;
}

.popup .buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.popup-main .popup button {
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #4caf50;
  color: white;
}

.popup-main .popup button:hover {
  background-color: #45a049;
}

.popup .btn-confirm {
  background-color: #4caf50;
  color: white;
}

.popup .btn-cancel {
  background-color: #e0e0e0 !important;
  color: #333 !important;
}

/* popup end */
.incident-details-container .form-container {
  background: #fff;
  border-radius: 12px;
}
.incident-details-container .form-field-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 0;
  width: 100%;
}
.incident-details-container .ck.ck-editor .ck.ck-editor__main .ck.ck-content.ck-read-only {
  background: #f5f5f5 !important;
  cursor: not-allowed;
  opacity: 0.7;
}

/* fade color for react quill editor */
.quill-textarea-container .resizable-quill .ql-container,
.quill-textarea-container .resizable-quill .ql-toolbar {
  background-color: #f5f5f5 !important;
  opacity: 0.7;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Show "not-allowed" cursor on hover */
.quill-textarea-container .resizable-quill:hover .ql-container,
.quill-textarea-container .resizable-quill:hover .ql-toolbar,
.quill-textarea-container .resizable-quill:hover .ql-editor {
  cursor: not-allowed;
}

/* Show read only for lable(e.g Normal) */
.quill-textarea-container .ql-snow .ql-picker-label {
  cursor: not-allowed !important;
}

/* Show read only for buttons (e.g B , I) */
.quill-textarea-container .ql-snow .ql-toolbar button,
.quill-textarea-container .ql-snow.ql-toolbar button {
  cursor: not-allowed !important;
}

/* Show read only for editor  */
.quill-textarea-container .ql-editor > * {
  cursor: not-allowed !important;
}

/* Style for text inside the editor */
.quill-textarea-container .resizable-quill .ql-editor {
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-size: 16px;
}

/* Apply cursor not-allowed to all direct child elements inside the editor */
.quill-textarea-container .resizable-quill:hover .ql-editor > * {
  cursor: not-allowed !important;
}

.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-stroke,
.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-stroke-miter {
  stroke: #000 !important;
  opacity: 0.7;
}

.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-picker-item.ql-selected,
.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-picker-item:hover,
.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-picker-label.ql-active,
.quill-textarea-container .resizable-quill:hover .ql-toolbar .ql-picker-label:hover,
.quill-textarea-container .resizable-quill:hover .ql-toolbar button.ql-active,
.quill-textarea-container .resizable-quill:hover .ql-toolbar button:focus,
.quill-textarea-container .resizable-quill:hover .ql-toolbar button:hover {
  color: #000 !important;
  opacity: 0.7;
}

/* resize text editor */
.resizable-quill .ql-container {
  min-height: 80px;
  max-height: 180px;
  resize: vertical;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line height for Policy Requirements */
.popup-main .popup p,
.disclaimer {
  line-height: 1.3;
}

/* attachment text fixed in box */
.attachment-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.attachment-info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.footer ul a {
  align-self: stretch;
  margin-top: -1px;
  font-family: "DIN Pro-Regular", Helvetica, sans-serif;
  font-weight: var(--font-weight-normal, 400);
  font-size: var(--font-size-lg, 1.125rem);
  letter-spacing: -0.72px;
  line-height: 21.6px;
  position: relative;
  color: var(--white);
}
.footer ul a:hover {
  color: #ae9962;
}
.footer ul.bottom-menu {
  flex-direction: row;
}
.footer ul.bottom-menu a {
  font-size: var(--font-size-sm);
  color: #fff;
}
.footer ul.bottom-menu a:hover {
  color: #ae9962;
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
