.xgn-icons {
    padding-bottom: 100px;
}
.xgn-icons__copy {
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
}
.xgn-icons__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.xgn-icons__item {
    padding: 25px;
    flex-basis: 19.75%;
}
.xgn-icons__item img {
    width: 100%;
}
.xgn-icons__copy-wrapper {
    text-align: center;
}

@media (max-width: 1023px) {
    .xgn-icons__item {
    flex-basis: 50%;
    }
}
@media (max-width: 767px) {
    .xgn-icons__item {
    flex-basis: 100%;
    }
}
.xgn-table__container {
    padding-top: 60px;
    overflow-x: scroll;
}
.xgn-table__container::-webkit-scrollbar {
    display: none;
}

.xgn-table {
    border: 0px !important;
}
.xgn-table th, .xgn-table td {
    border: 0px !important;
    font-size: 16px;
    min-width: 175px;
}
.xgn-table th:nth-child(odd), .xgn-table td:nth-child(odd) {
    background-color: #EBE9EA;
}
.xgn-table th:nth-child(even), .xgn-table td:nth-child(even) {
    background-color: #FFFFFF;
}
.xgn-table th img, .xgn-table td img {
    width: 100%;
}
.xgn-table thead tr:first-of-type th:nth-child(odd) {
    background: linear-gradient(to bottom, #F1F3F5, #F1F3F5 38%, #EBE9EA 38%, #EBE9EA);
}
.xgn-table thead tr:first-of-type th:nth-child(even) {
    background: linear-gradient(to bottom, #F1F3F5, #F1F3F5 38%, #FFFFFF 38%, #FFFFFF);
}
.xgn-table thead tr:nth-child(2) th:nth-child(odd) {
    background-color: #87DADE;
}
.xgn-table thead tr:nth-child(2) th:nth-child(even) {
    background-color: #F3B235;
}
.xgn-table thead .xgn-table__life-studio th {
    text-align: center;
    padding: 20px;
}
.xgn-table thead .xgn-table__life-studio img {
    max-width: 175px;
}
.xgn-table tbody tr:nth-child(even) td {
    background-color: #D0D0D0;
    font-size: 12px;
    padding: 10px;
}
.xgn-table tbody tr:not(.align-left):not(:nth-child(even)) {
    text-align: center;
}
.xgn-table tbody tr .variation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.xgn-table tbody tr .variation-container .variation {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.xgn-table tbody tr .variation-container .variation.ice-green {
    background-color: #CFD8D4;
}
.xgn-table tbody tr .variation-container .variation.rose-quartz {
    background-color: #E7DDD8;
}
.xgn-table tbody tr .variation-container .variation.diamond-white {
    background-color: #FEFCFB;
}
.xgn-table tbody tr .variation-container .variation.metallic-navy {
    background: transparent linear-gradient(129deg, #ABACAE 0%, #C6C8C7 100%) 0% 0% no-repeat padding-box;
}
.xgn-table tbody tr .variation-container .variation.metallic-black {
    background-color: #2E2E2F;
}