input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0 8px 0 0 !important;
    padding: initial;
    border: initial;
  
    width: 16px !important;
    height: 16px !important;
}

@media screen and (max-width: 768px) {
    .form input[type="checkbox"] {
        width: 16px !important;
    }
    .arcticmodal-container .form input[type="checkbox"] {
        width: 16px !important;
    }
}

.privacy_header {
	width: 90%;
	//margin-top: 16px !important;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
  	a:-webkit-any-link {
        color: #FFF;
        cursor: pointer;
        text-decoration: underline;
        text-align: justify;
        text-wrap-mode: wrap;
    }
}

.privacy_body {
	width: auto;
	margin-top: 16px !important;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    
  	a:-webkit-any-link {
        color: #000;
        cursor: pointer;
        text-decoration: underline;
        text-align: justify;
        text-wrap-mode: wrap;
    }
}