.guide-main {
    background-color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 48px;
}

.guide-title-main {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 40px;
}

.guide-description {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1A1A1A;
    text-align: center;
}

.guide-video-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 767px) {

    .guide-title-main {
        font-size: 60px;
    }
}




/* Tables */

.guide-tables-main {
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 80px;
}

.guide-table-holder {
    overflow-x: auto;
    margin-bottom: 48px;
}

.guide-table-holder:last-child {
    margin-bottom: 0;
}

.guide-opening-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #031926;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
}

.guide-opening-table thead th {
    font-family: var(--global-font-family-1);
    font-size: 18px;
    color: #000000;
    background: #F2FAFF;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 24px;
    border-bottom: 1px solid #00000052;
}

.guide-opening-table tbody td {
    padding: 10px 24px;
    border-bottom: 1px solid #00000052;
    vertical-align: middle;
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #303030;
}

.guide-opening-table tbody tr:last-child td {
    border-bottom: none;
}

.guide-opening-table tbody td:first-child {
    font-weight: 600;
    white-space: nowrap;
    color: #000000;
}

.guide-opening-table tbody tr td:nth-child(3) {
    font-family: var(--global-font-family-1);
    font-size: 18px;
    line-height: 120%;
    color: #1A1A1A;
    text-transform: uppercase;
}

.guide-opening-table tr.table-row-00AC0033 {
    background: #00AC0033;
}

.guide-opening-table tr.table-row-00AC001A {
    background: #00AC001A;
}

.guide-opening-table tr.table-row-00568626 {
    background: #00568626;
}

.guide-opening-table tr.table-row-D4AA0047 {
    background: #D4AA0047;
}

.guide-opening-table tr.table-row-C98A0270 {
    background: #C98A0270;
}

.guide-opening-table tr.table-row-C98A028A {
    background: #C98A028A;
}

.guide-opening-table tr.table-row-FF00008C {
    background: #FF00008C;
}

@media (max-width: 767px) {

    .guide-table-holder {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .guide-opening-table {
        min-width: 600px;
    }
}