@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", sans-serif!important;
}

h1[class*="_formTitle_"], a[class*="_title_"] {
    font-size: 0 !important;
}

h1[class*="_formTitle_"]:before, a[class*="_title_"]:before {
	content: "ADSOPT";
    font-size: 20px !important;
    font-weight: 400;
}

h1[class*="_formTitle_"]:after, a[class*="_title_"]:after {
	content: "AI";
    font-size: 20px !important;
    font-weight: 500;
}

h1[class*="_formTitle_"]:before {
    margin: 0 10px;
}

div[class*="_cover_"] {
    background: #000 !important;
}

p[class*="_formFooter_"] {
	display: none !important;
}

.ui.secondary.pointing.menu>a:last-child, .ui.secondary.pointing.menu>a:nth-child(4) {
    display: none !important;
}