body {
  background-color: antiquewhite; }
  body .arrow-point.c-border-top-as-header {
    border-top-color: black !important; }
  body .arrow .content.c-header-contrast {
    background: black; }
  body .c-header-contrast {
    background: floralwhite; }
  body .font-white {
    color: white; }
  body button, body .button, body .button.noaccent {
    background-color: orange; }
  body button:hover, body .button:hover, body .button.noaccent:hover {
    background-color: lightcoral; }
  body .content {
    background: white;
    border-bottom: 1px solid black;
    border-top: 1px solid black; }
  body .c-accent-background {
    border-radius: 30px; }
    @media (min-width: 768px) {
      body .c-accent-background {
        border-radius: 0; } }
    body .c-accent-background .picture {
      border-radius: 20px; }
      @media (min-width: 768px) {
        body .c-accent-background .picture {
          border-radius: 0; } }
  body .footer-content, body .c-footer-contrast {
    background: antiquewhite; }
  body .error-message {
    padding-bottom: 5px;
    color: lightcoral; }
  body .org.text.c-default {
    background: floralwhite; }
  body .profiles {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 768px) {
      body .profiles {
        -webkit-box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3);
        box-shadow: 14px 0 0 -8px rgba(0, 0, 0, 0.3); } }
  body .title-tablet.c-default-contrast {
    background: none; }
