.app-pages-settings--heading {
  margin: 0;
  padding: 50px 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

  @media (min-width: 768px) {.app-pages-settings--heading {
    padding: 80px 0;
    font-size: 58px
}
  }

.app-pages-settings--profileSettings {
  margin-bottom: 60px;
  overflow: hidden;
}

.app-pages-settings--profileSettings h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--text);
    font-weight: 600;
    font-size: 25px;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.app-pages-settings--profileSettings h2 {
      font-size: 32px
  }
    }

.app-pages-settings--profileSettings h2 + p {
      margin-bottom: 20px;
      color: var(--text);
      font-size: 18px;
      line-height: 1.4;
    }

@media (min-width: 768px) {

.app-pages-settings--profileSettings h2 + p {
        margin-bottom: 40px
    }
      }

.app-pages-settings--profileSettings label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
  }

.app-pages-settings--profileSettings div + footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
  }

@media (min-width: 768px) {

.app-pages-settings--profileSettings div + footer {
      margin-bottom: 3rem;
      padding-bottom: 4rem
  }
    }

.app-components-profile-profileform--grid {
  display: grid;
  grid-gap: 5px;
}

  @media (min-width: 768px) {.app-components-profile-profileform--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 30px
}
  }

.app-components-profile-profileform--avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.app-components-profile-profileform--avatar img {
    border-radius: 50%;
  }

.app-components-profile-profileform--avatar > div:first-of-type {
    top: 0;
    right: -25px;
  }

.app-components-profile-profileform--avatar > div:first-of-type svg {
      top: 2px;
      left: 2px;
    }

.app-components-profile-profileform--grid {
  display: grid;
  grid-gap: 5px;
}

  @media (min-width: 768px) {.app-components-profile-profileform--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 30px
}
  }

.app-components-profile-profileform--avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.app-components-profile-profileform--avatar img {
    border-radius: 50%;
  }

.app-components-profile-profileform--avatar > div:first-of-type {
    top: 0;
    right: -25px;
  }

.app-components-profile-profileform--avatar > div:first-of-type svg {
      top: 2px;
      left: 2px;
    }

.app-components-profile-socialsform--grid {
}

.app-components-profile-emailsform--footer {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
}

.app-components-profile-emailsform--list {
  margin-bottom: 7px;
  list-style: none;
  box-shadow: var(--boxShadow);
}

.app-components-profile-emailsform--emailRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.app-components-profile-emailsform--info {
  width: 100%;
}

.app-components-profile-emailsform--info h4 {
    margin-right: 6px;
    margin-bottom: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1;
  }

.app-components-profile-emailsform--info h4 button {
      position: relative;
      top: 2px;
    }

.app-components-profile-emailsform--info p {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--grayText);
    font-size: 14px;
    line-height: 1;
  }

@media (min-width: 768px) {

.app-components-profile-emailsform--info p {
      padding-bottom: 0
  }
    }

.app-components-profile-emailsform--info button {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    color: var(--brand);
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    text-transform: initial;
    text-decoration: underline;
    background-color: transparent !important;
    border-radius: none;
  }

.app-components-profile-emailsform--info button:hover,
    .app-components-profile-emailsform--info button:active,
    .app-components-profile-emailsform--info button:focus {
      color: var(--brandSelected);
    }

.app-components-profile-emailsform--resendButton {
  margin-left: 4px;
}

.app-components-profile-emailsform--emailWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  min-height: 47px;
  padding: 11px 13px;
  font-size: 18px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.app-components-profile-emailsform--emailWrapper:first-of-type {
    border-top: 1px solid var(--border);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

.app-components-profile-emailsform--emailWrapper:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

@media (min-width: 768px) {

.app-components-profile-emailsform--emailWrapper {
    -webkit-flex-wrap: inherit;
            flex-wrap: inherit;
    padding: 11px 23px
}
  }

.app-components-profile-emailsform--email {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {

.app-components-profile-emailsform--email {
    -webkit-flex-wrap: inherit;
            flex-wrap: inherit
}
  }

.app-components-profile-emailsform--primary {
  margin-top: 3px;
  margin-bottom: 0;
}

.app-components-profile-emailsform--badge {
  position: relative;
  top: -2px;
  margin-top: 4px;
  margin-right: 6px;
  padding: 4px 6px 2px;
  color: var(--bg);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #909090;
  border-radius: 3px;
  cursor: help;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.app-components-profile-emailsform--delete {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 5px;
  background-color: #585858;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0, 0.715, 0.345, 1);
}

.app-components-profile-emailsform--delete path {
    fill: white;
  }

.app-components-profile-emailsform--delete:hover,
  .app-components-profile-emailsform--delete:focus {
    background-color: #232323;
    cursor: pointer;
  }

.app-components-profile-emailsform--makePrimary {
  margin-top: 8px;
  margin-right: 12px;
  padding: 8px 12px;
}

.app-components-profile-passwordform--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.app-components-profile-passwordform--toast {
  padding: 10px 30px;
  color: var(--text);
  opacity: 0;
  transition: all 0.5s ease;
}

.app-components-profile-passwordform--toastSuccess {
  opacity: 1 !important;
}

.app-components-profile-deleteaccountform--wrapper a {
    text-decoration: underline;
  }

.app-components-profile-deleteaccountform--button {
  font-weight: normal;
  font-size: 18px;
}


/*# sourceMappingURL=8c4f9.css.map*/