.elementor-7349 .elementor-element.elementor-element-666eabd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7349 .elementor-element.elementor-element-db4b6e9 > .elementor-widget-container{padding:010px 0px 0px 0px;}.elementor-7349 .elementor-element.elementor-element-db4b6e9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:52px;font-weight:600;color:#B47E17;}.elementor-7349 .elementor-element.elementor-element-71758e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7349 .elementor-element.elementor-element-be1b307 img{width:30%;}.elementor-7349 .elementor-element.elementor-element-05eb30d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7349 .elementor-element.elementor-element-6e73eac{text-align:center;}.elementor-7349 .elementor-element.elementor-element-9717187{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7349 .elementor-element.elementor-element-bbde957{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7349 .elementor-element.elementor-element-be71e18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7349 .elementor-element.elementor-element-1ea74cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7349 .elementor-element.elementor-element-b3e66fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-7349 .elementor-element.elementor-element-1ea74cc{--content-width:861px;}.elementor-7349 .elementor-element.elementor-element-b3e66fa{--content-width:861px;}}/* Start custom CSS for html, class: .elementor-element-25c0e23 */.container {
            max-width: 900px;
            margin: auto;
            background: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .title {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            background: linear-gradient(to right, #8b6a30, #000);
            color: white;
            padding: 10px;
            margin: 20px 0;
            display: inline-block;
            border-radius: 5px;
            max-height: 60px;
        }
        .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
            margin-top: 20px;
            /*place-items: center;*/
            /*max-width: 1200px;*/
        }
        .participant {
            background: #fff;
            padding: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            text-align: center;
            max-width: 250px;
            margin: 10px;
        }
        .participant img {
            width: 100%;
            border-radius: 10px;
        }
        .category {
            font-weight: bold;
            color: #333;
        }
        .placeholder {
            background: #c4a77d;
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: white;
            border-radius: 10px;
            font-size: 100px;
            width: 200px;
        }
        
        .grid-container {
            justify-items: center;
        }
        
        /* Media Query untuk layar kecil */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Lebih kecil di mobile */
    }

    .title {
        font-size: 20px;
        padding: 8px;
    }

    .placeholder {
        font-size: 60px; /* Kurangi ukuran teks */
        height: 180px;
    }
}

@media (max-width: 480px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 1-2 kolom di layar kecil */
    }

    .title {
        font-size: 18px;
        padding: 6px;
    }

    .participant {
        max-width: 100%;
    }

    .placeholder {
        font-size: 50px;
        height: 150px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce53624 */.gold-container {
            background: linear-gradient(to right, #8b6a30, #000);
        }
       .gold-container .container {
            max-width: 900px;
            margin: auto;
            background: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
       .gold-container .title {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            background: linear-gradient(to right, #8b6a30, #000);
            color: white;
            padding: 10px;
            margin: 20px 0;
            display: inline-block;
            border-radius: 5px;
            max-height: 60px;
        }
       .gold-container .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
            margin-top: 20px;
            /*place-items: center;*/
            /*max-width: 1200px;*/
        }
        .gold-container .participant {
            background: #fff;
            padding: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            text-align: center;
            max-width: 250px;
            margin: 10px;
        }
        .gold-container .participant img {
            width: 100%;
            border-radius: 10px;
        }
        .gold-container .category {
            font-weight: bold;
            color: #333;
        }
       .gold-container .placeholder {
            background: #c4a77d;
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: white;
            border-radius: 10px;
            font-size: 100px;
            width: 200px;
        }
        
        .gold-container .grid-container {
            justify-items: center;
        }
        
        /* Media Query untuk layar kecil */
@media (max-width: 768px) {
    .gold-container .grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Lebih kecil di mobile */
    }

    .gold-container .title {
        font-size: 20px;
        padding: 8px;
    }

    .gold-container .placeholder {
        font-size: 60px; /* Kurangi ukuran teks */
        height: 180px;
    }
}

@media (max-width: 480px) {
    .gold-container .grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 1-2 kolom di layar kecil */
    }

    .gold-container .title {
        font-size: 18px;
        padding: 6px;
    }

    .gold-container .participant {
        max-width: 100%;
    }

    .gold-container .placeholder {
        font-size: 50px;
        height: 150px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4f4711 */.container {
            max-width: 900px;
            margin: auto;
            background: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .title {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            background: linear-gradient(to right, #8b6a30, #000);
            color: white;
            padding: 10px;
            margin: 20px 0;
            display: inline-block;
            border-radius: 5px;
            max-height: 60px;
        }
        .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
            margin-top: 20px;
            /*place-items: center;*/
            /*max-width: 1200px;*/
        }
        .participant {
            background: #fff;
            padding: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            text-align: center;
            max-width: 250px;
            margin: 10px;
        }
        .participant img {
            width: 100%;
            border-radius: 10px;
        }
        .category {
            font-weight: bold;
            color: #333;
        }
        .placeholder {
            background: #c4a77d;
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: white;
            border-radius: 10px;
            font-size: 100px;
            width: 200px;
        }
        
        .grid-container {
            justify-items: center;
        }
        
        /* Media Query untuk layar kecil */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Lebih kecil di mobile */
    }

    .title {
        font-size: 20px;
        padding: 8px;
    }

    .placeholder {
        font-size: 60px; /* Kurangi ukuran teks */
        height: 180px;
    }
}

@media (max-width: 480px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 1-2 kolom di layar kecil */
    }

    .title {
        font-size: 18px;
        padding: 6px;
    }

    .participant {
        max-width: 100%;
    }

    .placeholder {
        font-size: 50px;
        height: 150px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2c6706 */.gold { background: linear-gradient(135deg, #8b6a30, #000); color: white; }

.title {
            font-size: 28px;
            font-weight: bold;
            text-transform: uppercase;
            background: linear-gradient(to right, #8b6a30, #000);
            color: white;
            padding: 15px;
            margin: 20px 0;
            border-radius: 5px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
            vertical-align: top;
        }
        th {
            background-color: #333;
            color: white;
            text-align: center;
        }
        .award {
            font-size: 24px;
            font-weight: bold;
            padding: 10px;
            text-align: center;
        }
        
    .icon {
            text-align: center;
            font-size: 40px;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26fef02 */.gold { background: linear-gradient(135deg, #8b6a30, #000); color: white; }

.title {
            font-size: 28px;
            font-weight: bold;
            text-transform: uppercase;
            background: linear-gradient(to right, #8b6a30, #000);
            color: white;
            padding: 15px;
            margin: 20px 0;
            border-radius: 5px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
            vertical-align: top;
        }
        th {
            background-color: #333;
            color: white;
            text-align: center;
        }
        .award {
            font-size: 14px;
            font-weight: bold;
            padding: 10px;
            text-align: center;
        }
        
    .icon {
            text-align: center;
            font-size: 40px;
        }/* End custom CSS */