
body {
    /* background-color: #0a0a0a; */
    background-color: #fff;
    transition: all .5s ease-in;
}

body.start {
    background-color: #f3f3f3;
}

.main-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    padding: 42rem;
}

.middle-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.main-container h1 {
    font-family: var(--_colors---family-heading);
    font-size: 22rem;
    font-weight: 200;
    letter-spacing: normal;
    color: #0a0a0a;
}


.bottom-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
    height: fit-content;
}

.main-container h2 {
    font-family: var(--_colors---family-paragpraph);
    font-size: 42rem;
    letter-spacing: normal;
    font-weight: 100;
    color: #ff6000;
}

.main-container h3 {
    max-width: 500px;
    text-align: center;
    line-height: 18rem;
}


.validation-image {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.validation-image img {
    object-fit: cover;
}


.blog-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: fit-content;
    padding-bottom: 40rem;
}

.blog-tag {
    font-family: Neue Regrade;
    font-size: 11rem;
    font-weight: 600;
    color: #222;
}

.blog-title {
    font-family: Neue Regrade;
    font-size: 45rem;
    line-height: 55rem;
    text-align: center;
    color: #0a0a0a;
}

.blog-date {
    font-family: "Host Grotesk", sans-serif;
    font-size: 12rem;
    color: #222;
    width: fit-content;
    text-transform: uppercase;
}

.blog-by {
    font-family: "Host Grotesk", sans-serif;
    font-size: 17rem;
    font-weight: 500;
    line-height: 22rem;
    max-width: 55%;
    text-align: center;
    color: #535353;
    margin-top: -10px;
}

.p-sub {
    color: var(--_colors---mono-900);
    font-size: 16rem;
    line-height: 26rem;
}

.footer {
    padding-left: 3px;
}

.rich-text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.rich-text-content .conditions-h1 {
    color: #0a0a0a;
    font-size: 36rem;
    line-height: 42rem;
    text-align: center;
    margin-top: 120rem;
}

.conditions-div {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding-top: 120px;
}

.condition-group {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
}

.faq-group {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}


.condition-group-head {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: fit-content;
    height: fit-content;
}


.faq-group-head {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: fit-content;
    height: fit-content;
}


.group-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
}

.group-icon img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.group-title {
    font-family: Neue Regrade;
    font-size: 23rem;
    font-weight: 500;
    color: #0a0a0a;
}

.condition-list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 0px;
}

.faq-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
    height: fit-content;
    padding: 0px;
}

.condition-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: fit-content;
    border-bottom: #cecece solid 1px;
    padding: 20px 0px;
}

.faq-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: fit-content;
    border-bottom: #cecece solid 1px;
    padding: 20px 0px;
}

.item-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    box-sizing: border-box;
}

.item-title {
    font-size: 16rem;
    font-weight: 500;
    color: #0a0a0a;
}

.item-icon {
    font-size: 20rem;
    font-weight: 300;
    color: #888;
    cursor: pointer;
    transition: all .3s ease;
}

.item-icon:hover {
    transform: rotate(45deg);
}

.item-icon.show {
    transform: rotate(45deg);
}

.item-bottom {
    font-size: 12rem;
    font-weight: 500;
    color: #0a0a0a;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    transition: all .3s ease;
}

.item-bottom.show {
    height: fit-content;
    padding: 10px 0px;
}

