#id_a8a9e3f6-5e5a-4dac-a4a8-d3a4de1f79fc .sc-richtext {
width:100%;}
#id_a8a9e3f6-5e5a-4dac-a4a8-d3a4de1f79fc {
width:100%;}
#id_8ee509c5-b1b4-46a0-92dc-905cf5d942bf .sc-richtext {
width:100%;}

@media screen and (min-width: 1200px){
.menu__wrapper{max-width: 1400px;}
.container__wrapper{max-width: 1400px;}
.menu__nav{width: 81%;}
}

        /* Reset only for awards container */
        .tpe-awards-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* CSS Variables for easy color customization */
        .tpe-awards-container {
            --hero-bg-color: #1a2332;
            --hero-text-box-bg: #ffd500;
            --hero-text-color: #1a2332;
        }

        .tpe-awards-container {
            font-family: "Titillium Web", Arial, sans-serif;
            background: transparent;
            min-height: auto;
            padding: 0;
        }

        .tpe-hero {
            background: var(--hero-bg-color);
            min-height: 480px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .tpe-hero-inner {
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 460px 1fr;
            gap: 40px;
            align-items: center;
            min-height: 480px;
        }

        .tpe-hero-content {
           padding: 50px 40px;
            min-height: 400px;
            max-width: 460px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            background: rgb(255 255 255 / 25%);         
            backdrop-filter: blur(10px);                  
            -webkit-backdrop-filter: blur(10px);           
            border: 1px solid rgb(200 191 199 / 25%);        
            box-shadow: 0 8px 32px 0 rgb(23 24 29 / 37%); 
            border-radius: 40px;                               
        }

        .tpe-hero h1 {
            font-size: 3.6rem;
            font-weight: 700;
            color: var(--hero-text-color);
            margin-bottom: 20px;
            line-height: 1.2;
            text-shadow: none;
        }

        .tpe-hero p {
            font-size: 0.875rem;
            color: var(--hero-text-color);
            font-weight: 400;
            margin: 0;
            line-height: 1.6;
        }

        .tpe-hero-image {
            background: transparent;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .tpe-hero-image img {
            max-width: 100%;
            max-height: 400px;
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 40px;
        }

        .tpe-awards-inner {
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }

        @media (max-width: 1439px) {
            .tpe-awards-inner {
                padding: 0 20px;
            }
        }

        .tpe-controls {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            margin-bottom: 30px;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            align-items: center;
        }

        .tpe-search-box {
            flex: 1;
            min-width: 250px;
            position: relative;
        }

        .tpe-search-box input {
            width: 100%;
            padding: 12px 45px 12px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1.5rem;
            transition: all 0.3s;
        }

        .tpe-search-box input:focus {
            outline: none;
            border-color: #e2007a;
            box-shadow: 0 0 0 3px rgba(226, 0, 122, 0.1);
        }

        .tpe-search-clear {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            background: #e2007a;
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            font-size: 14px;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            padding: 0;
            line-height: 1;
        }

        .tpe-search-clear:hover {
            background: #b30060;
            transform: translateY(-50%) scale(1.1);
        }

        .tpe-search-clear.visible {
            display: flex;
        }

        .tpe-filter-group {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .tpe-filter-btn {
            padding: 10px 20px;
            border: 2px solid #e2007a;
            background: white;
            color: #e2007a;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1.6rem;
            font-weight: 600;
            transition: all 0.3s;
        }

        .tpe-filter-btn:hover {
            background: #fff0f7;
            transform: translateY(-2px);
        }

        .tpe-filter-btn.active {
            background: #e2007a;
            color: white;
        }

        .tpe-select-filter {
            padding: 10px 20px;
            border: 2px solid #e2007a;
            background: white;
            color: #e2007a;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1.6rem;
            font-weight: 600;
            transition: all 0.3s;
            font-family: "Titillium Web", Arial, sans-serif;
            min-width: 200px;
        }

        .tpe-select-filter:hover {
            background: #fff0f7;
        }

        .tpe-select-filter:focus {
            outline: none;
            border-color: #e2007a;
            box-shadow: 0 0 0 3px rgba(226, 0, 122, 0.1);
        }

        .tpe-clear-filters {
            padding: 10px 20px;
            border: 2px solid #888;
            background: white;
            color: #666;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1.6rem;
            font-weight: 600;
            transition: all 0.3s;
            font-family: "Titillium Web", Arial, sans-serif;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .tpe-clear-filters:hover {
            background: #f5f5f5;
            border-color: #666;
            transform: translateY(-2px);
        }

        .tpe-clear-filters:active {
            transform: translateY(0);
        }

        .tpe-clear-icon {
            font-size: 1.2rem;
            display: inline-block;
            transition: transform 0.3s;
        }

        .tpe-clear-filters:hover .tpe-clear-icon {
            transform: rotate(180deg);
        }

        .tpe-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .tpe-stat-card {
            background: white;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .tpe-stat-number {
            font-size: 3.6rem;
            font-weight: bold;
            color: #e2007a;
            margin-bottom: 5px;
        }

        .tpe-stat-label {
            color: #666;
            font-size: 2.0rem;
        }

        /* View Toggle */
        .tpe-view-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
            gap: 15px;
        }

        .tpe-view-toggle {
            display: flex;
            gap: 5px;
            background: #f5f5f5;
            padding: 5px;
            border-radius: 8px;
        }

        .tpe-view-btn {
            padding: 8px 16px;
            border: none;
            background: transparent;
            color: #666;
            cursor: pointer;
            border-radius: 6px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .tpe-view-btn:hover {
            background: #e0e0e0;
        }

        .tpe-view-btn.active {
            background: #e2007a;
            color: white;
        }

        .tpe-per-page {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .tpe-per-page select {
            padding: 8px 12px;
            border: 2px solid #e0e0e0;
            border-radius: 6px;
            font-size: 1.1rem;
            cursor: pointer;
        }

        /* Grid View */
        .tpe-awards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
            width: 100%;
            align-items: stretch;
        }

        .tpe-awards-grid.list-view {
            grid-template-columns: 1fr;
        }

        .tpe-award-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .tpe-award-card.list-view {
            display: grid;
            grid-template-columns: 300px 1fr;
            gap: 25px;
            padding: 20px;
        }

        .tpe-award-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #e2007a, #b30060);
        }

        .tpe-award-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .tpe-award-card.list-view:hover {
            transform: none;
        }

        .tpe-award-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .tpe-award-title {
            font-size: 2.4rem;
            font-weight: bold;
            color: #333;
            flex: 1;
            line-height: 1.4;
        }

        .tpe-award-badge {
            background: #e2007a;
            color: white;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 1.4rem;
            font-weight: bold;
            white-space: nowrap;
            margin-left: 10px;
            box-shadow: 0 2px 8px rgba(226, 0, 122, 0.3);
        }

        .tpe-award-achievement {
            margin-bottom: 15px;
        }

        .tpe-achievement-label {
            display: block;
            font-size: 1.5rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #e2007a;
            margin-bottom: 10px;
        }

        .tpe-achievement-items {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tpe-achievement-item {
            background: linear-gradient(135deg, #fff5fa 0%, #ffe8f3 100%);
            border: 2px solid #ffd4e8;
            border-radius: 20px;
            padding: 8px 16px;
            font-size: 1.4rem;
            color: #333;
            line-height: 1.4;
            transition: all 0.3s;
            box-shadow: 0 2px 4px rgba(226, 0, 122, 0.05);
        }

        .tpe-achievement-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(226, 0, 122, 0.15);
            border-color: #e2007a;
        }

        .tpe-achievement-item.primary {
            background: linear-gradient(135deg, #e2007a 0%, #b30060 100%);
            color: white;
            border-color: #e2007a;
            font-weight: 600;
        }

        .tpe-award-details {
            display: grid;
            gap: 10px;
            margin-bottom: 15px;
        }

        .tpe-detail-row {
            display: flex;
            align-items: center;
            font-size: 1.4rem;
        }

        .tpe-detail-icon {
            width: 35px;
            height: 35px;
            background: #fff0f7;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 1.4rem;
        }

        .tpe-detail-label {
            color: #888;
            font-size: 1.4rem;
            margin-right: 8px;
        }

        .tpe-detail-value {
            color: #333;
            font-weight: 600;
        }

        .tpe-award-footer {
            display: flex;
            gap: 8px;
            padding-top: 15px;
            border-top: 1px solid #eee;
            flex-wrap: wrap;
            margin-top: auto;
        }

        .tpe-award-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 16px;
            border-radius: 20px;
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
        }

        .tpe-award-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.2);
            transition: left 0.3s;
        }

        .tpe-award-link:hover::before {
            left: 100%;
        }

        .tpe-link-icon {
            font-size: 1rem;
        }

        .tpe-link-event {
            background: linear-gradient(135deg, #e2007a 0%, #b30060 100%);
            color: white;
        }

        .tpe-link-event:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(226, 0, 122, 0.4);
        }

        .tpe-link-post {
            background: linear-gradient(135deg, #0077b5 0%, #005582 100%);
            color: white;
        }

        .tpe-link-post:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 119, 181, 0.4);
        }

        .tpe-link-registry {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
        }

        .tpe-link-registry:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
        }

        /* Gallery */
        .tpe-award-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px dashed #e0e0e0;
            position: relative;
        }

        .tpe-award-card.list-view .tpe-award-gallery {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
        }

        .tpe-gallery-wrapper {
            position: relative;
            overflow: hidden;
        }

        .tpe-gallery-track {
            display: flex;
            gap: 8px;
            transition: transform 0.3s ease;
        }

        .tpe-gallery-item {
            position: relative;
            width: 100%;
            padding-bottom: 75%;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            flex-shrink: 0;
        }

        .tpe-gallery-item:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

        .tpe-gallery-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .tpe-gallery-label {


           
  white-space: nowrap;      
  overflow: hidden;        
  text-overflow: ellipsis;  



            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
            padding: 8px 6px 4px;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
        }

        .tpe-gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(226, 0, 122, 0.9);
            color: white;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
            z-index: 10;
            transition: all 0.3s;
        }

        .tpe-gallery-nav:hover {
            background: #e2007a;
            transform: translateY(-50%) scale(1.1);
        }

        .tpe-gallery-nav.prev {
            left: 5px;
        }

        .tpe-gallery-nav.next {
            right: 5px;
        }

        .tpe-gallery-indicator {
            position: absolute;
            bottom: 5px;
            right: 8px;
            background: rgba(226, 0, 122, 0.9);
            color: white;
            padding: 3px 8px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: bold;
            z-index: 5;
        }

        .tpe-no-gallery {
            grid-column: 1 / -1;
            padding: 30px;
            background: #f5f5f5;
            border-radius: 8px;
            text-align: center;
            color: #999;
            font-size: 0.9rem;
            border: 2px dashed #ddd;
        }

        .tpe-award-card.list-view .tpe-no-gallery {
            padding: 60px 20px;
        }

        /* Modal */
        .tpe-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            align-items: center;
            justify-content: center;
        }

        .tpe-modal.active {
            display: flex;
        }

        .tpe-modal-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            animation: modalZoom 0.3s;
        }

        @keyframes modalZoom {
            from {
                transform: scale(0.7);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .tpe-modal-content img {
            max-width: 100%;
            max-height: 90vh;
            display: block;
            border-radius: 8px;
        }

        .tpe-modal-close {
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
            background: #e2007a;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
        }

        .tpe-modal-close:hover {
            background: #b30060;
        }

        .tpe-modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(226, 0, 122, 0.8);
            color: white;
            font-size: 30px;
            padding: 15px 20px;
            cursor: pointer;
            border: none;
            border-radius: 8px;
            transition: all 0.3s;
        }

        .tpe-modal-nav:hover {
            background: #e2007a;
        }

        .tpe-modal-prev {
            left: 20px;
        }

        .tpe-modal-next {
            right: 20px;
        }

        .tpe-modal-caption {
            text-align: center;
            color: white;
            padding: 15px;
            font-size: 1.6rem;
        }

        /* Pagination */
        .tpe-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
            flex-wrap: wrap;
        }

        .tpe-page-btn {
            padding: 10px 15px;
            border: 2px solid #e2007a;
            background: white;
            color: #e2007a;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s;
            min-width: 40px;
        }

        .tpe-page-btn:hover:not(:disabled) {
            background: #fff0f7;
            transform: translateY(-2px);
        }

        .tpe-page-btn.active {
            background: #e2007a;
            color: white;
        }

        .tpe-page-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .tpe-page-info {
            color: #666;
            font-size: 0.9rem;
        }

        .tpe-no-results {
            text-align: center;
            padding: 60px 20px;
            background: white;
            border-radius: 15px;
            color: #666;
        }

        .tpe-no-results h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        @media (min-width: 769px) and (max-width: 1439px) {
            .tpe-hero-inner {
                padding: 0 20px;
            }
        }

        @media (max-width: 768px) {
            .tpe-hero-inner {
                grid-template-columns: 1fr;
                min-height: auto;
                gap: 0;
            }

            .tpe-hero-content {
                border-radius: 0;
				min-height: auto;
				padding: 15px;
				max-width: 100%;
				margin: 0;
				width: auto;
				order:2;
            }
			.tpe-hero {
				margin-bottom: 0;
			}

            .tpe-hero-image {
                min-height: auto;
				order:1;
            }

            .tpe-hero-image img {
                max-height: 300px;
				border-radius:0;
				
            }

            .tpe-hero h1 {
                font-size: 1.5rem;
            }

            .tpe-hero p {
                font-size: 0.8125rem;
            }

            .tpe-awards-grid {
                grid-template-columns: 1fr;
            }

            .tpe-award-card.list-view {
                grid-template-columns: 1fr;
            }

            .tpe-controls {
                flex-direction: column;
            }

            .tpe-filter-group {
                width: 100%;
            }
			.tpe-select-filter {
				max-width:270px;
			}
			.tpe-search-box {
				width:100%;
			}
			.tpe-modal-nav {
				z-index:10;
			}
			.tpe-award-card.list-view .tpe-award-gallery {
				order:3;
				grid-template-rows: repeat(1, 1fr);
			}
			.tpe-view-btn[data-view="grid"] {
			display:none;
			}
        }

        @media (min-width: 769px) and (max-width: 1200px) {
            .tpe-hero-inner {
                grid-template-columns: 400px 1fr;
                gap: 30px;
            }

            .tpe-hero-content {
                padding: 40px 30px;
                max-width: 400px;
                min-height: 350px;
            }

            .tpe-hero-image {
                min-height: 350px;
            }

            .tpe-hero-image img {
                max-height: 350px;
            }

            .tpe-hero h1 {
                font-size: 1.75rem;
            }

            .tpe-hero p {
                font-size: 0.8125rem;
            }
        }

        .tpe-fade-in {
            animation: tpeFadeIn 0.5s;
        }

        @keyframes tpeFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }