        .container {
            background-color: #F4F6F9;
            position: relative;
            width: 100%;
            min-height:80vh;
        }
        .container .hero{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: top;
            padding: 48px 20px;
            max-width: 1189px;
            margin: 0 auto;
        }
        .hero-title-item{
            display: flex;
            justify-content: start;
            align-items: center;
        }
        .hero-title-item-content{
            margin-left: 16px; 
            flex: 1; 
            line-clamp:1;
            white-space: nowrap;
            overflow: hidden; 
            text-overflow: ellipsis;
            font-size: 26px;
            line-height: 130%;
            color: #000000;
            font-weight: 700;
            letter-spacing: -1.52px;
        }
        .hero-title-content{
            width: 1153px;
            margin-top: 29px;
            font-weight: 500;
            font-size: 18px;
            line-height: 130%;
            letter-spacing: -1%;
            word-wrap: break-word; 
        }

        .title-h1{
            font-size: 24px;
            line-height: 130%;
            letter-spacing: -1%;
            font-weight: 500;
            color: #000000;
            margin-top: 24px;
        }
        .title-h2{
            font-size: 16px;
            line-height: 27.2px;
            letter-spacing: 0px;
            font-weight: 700;
            color: #000000;
            margin-top:16px;
        }
        .title-h1-content{
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            letter-spacing: -0.38px;
            margin-top: 16px;
        }
        .title-h1-content .payment-method{
            display: flex;
            flex-direction: column;

        }
        .title-h1-content .payment-method .payment-method-item{
            font-weight: 500;font-size: 18px;line-height: 130%;
            margin-bottom:16px;
        }
        .title-h1-content .payment-method .payment-method-item:last-child{
            margin-bottom:0px;
        }
        .title-h1-content .payment-method .payment-method-item .option-address div{
            font-weight: 400;
            font-size: 16px;
            line-height: 27.2px;
            letter-spacing: -0.38px;
            margin-top: 8px;
        }
        .title-h1-content .payment-method .payment-method-item .payment-method-item-icon{
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 2px;
            background-color: #000000;
            margin-right: 16px;
            background-color: #06C755;
            border-radius: 50%;
        }
        .title-h1-content .payment-method .payment-method-item .label{
            font-weight: 700;
        }
        .title-h1-content .location-map{
            color: #0000EE;
            text-decoration: none;
            cursor: pointer;
        }

        .registration-note {
            background-color: #06C755;
            color: #000000;
            margin-top: 16px;
            border-radius: 5px;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: left;
            height: 100%;
            padding:10px 71.17px 12.38px 11px;
        }
        .registration-note p {
            margin: 0;
            font-size: 16px;
            
        }
        .registration-note strong {
            font-weight: bold;
        }
        .hero2{
            margin-top:18px;
        }

        .fees-table {
            border-collapse: collapse;
            width: 100%;
        }
        .fees-header {
            border: 1px solid #000;
            text-align: center;
            padding: 10px; /* Adjusted padding */
        }
        .fees-highlight {
            background-color: #FFC000;
        }
        .fees-note {
            border: 1px solid #000;
            padding: 10px; /* Adjusted padding */
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            letter-spacing: -0.28px;
            text-align: left;
            padding-left: 24px;
            padding-right: 24px;
            
        }
        .fees-item {
            border: 1px solid #000;
            text-align: center;
            padding: 10px; /* Adjusted padding */
        }
        .fees_type {
            font-family: Montserrat;
            font-weight: 700;
            font-size: 16px;
            line-height: 27.2px;
            letter-spacing: -0.28px;
        }
        .fees-table td:nth-child(2) {
            background-color: #C1F0C7;
        }
        .fees-header:nth-child(2) {
            background-color: #D9EAD3;
        }
        .note{
            font-family: Montserrat;
            font-weight: 400;
            font-size: 16px;
            line-height: 27.2px;
            letter-spacing: -0.38px;
            text-align: left;
            color: #000000;
        }
