<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobilemenu-content-wrapper {
    height: 100%;
}

.mobile-menu-list {
    height: 100%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li {
    margin-bottom: 50px;
}

.mobile-menu-list a:hover {
    cursor: pointer;
}

.mobile-menu-list a {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 64px 0px;
}

.mobile-menu-list a:hover {
    color: #7ACB88;
}

.apply-black-mode {
    background-color: #221933;
  }
</pre></body></html>