.a-main {
  font-family: 'Untitled Serif', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: white;
}

.a-configurator {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 7.15em auto;
  grid-template-columns: 7.15em auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  width: 100%;
  height: 100%;
}

.a-left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.a-projects {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  max-height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 4em 20em 5em 1fr;
  grid-template-rows: 4em 20em 5em 1fr;
}

.a-navbar-wrap {
  padding-right: 7.15em;
  padding-left: 7.15em;
}

.a-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.a-small-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}

.a-small-icon {
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-family: Access, sans-serif;
  text-decoration: none;
}

.a-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.15em;
  padding-left: 7.15em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.a-header-title-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Full Access', sans-serif;
  line-height: 1.2;
}

.a-header-title {
  font-size: 3em;
}

.a-header-title-span {
  font-family: 'Open Access', sans-serif;
}

.a-header-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Full Access', sans-serif;
  color: #fff;
  cursor: pointer;
}

.a-header-button-wrap:hover {
  background-color: #333;
}

.a-header-icon {
  margin-right: 2em;
  margin-left: 2em;
  font-family: Access, sans-serif;
}

.a-table-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Full Access', sans-serif;
}

.a-table-title.a-aling-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.a-table-title.hide {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.a-project-name {
  font-size: 1.2em;
}

.a-project-date {
  color: #999;
}

.a-dropdown {
  position: relative;
  z-index: 9;
  color: #fff;
  text-decoration: none;
}

.a-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5em;
  height: 3.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://assets.website-files.com/5f56caac2a253171189c4384/6066246d5dd12002ef7b32b1_button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-dropdown-list {
  position: absolute;
  bottom: 5em;
  overflow: hidden;
  height: 0em;
  opacity: 0;
  -webkit-transition: opacity 500ms ease, height 500ms ease;
  transition: opacity 500ms ease, height 500ms ease;
}

.a-header-button {
  font-size: 1.2em;
}

.a-toggle-icon {
  font-family: Access, sans-serif;
  font-size: 3.5em;
}

.a-small-button {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.a-project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
  cursor: auto;
}

.a-table-button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Access, sans-serif;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.a-table-button {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 3.5em;
}

.a-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.a-modal-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

.a-alert {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: 40em;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.a-alert-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-alert-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.a-alert-icon {
  margin-right: 0.5em;
  font-family: Access, sans-serif;
  font-size: 6em;
}

.a-global-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Full Access', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.a-global-button-wrap:hover {
  background-color: #f2f2f2;
}

.a-global-button-wrap.a-primary {
  background-color: #000;
  color: #fff;
}

.a-global-button-wrap.a-primary:hover {
  background-color: #333;
}

.a-global-button-wrap.a-submit {
  width: 100%;
  margin: 0em;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.a-global-button-wrap.a-submit:hover {
  background-color: #333;
}

.a-alert-text {
  font-size: 1.4em;
  font-weight: 700;
}

.a-table-main {
  display: -ms-grid;
  display: grid;
  overflow: auto;
  margin-right: 7.15em;
  margin-left: 7.15em;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-table-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.a-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7.15em;
  margin-left: 7.15em;
  line-height: 1.4;
}

.a-brand {
  width: 2em;
}

.a-dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #1a1a1a;
  text-align: center;
}

.a-load {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
}

.a-load-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36em;
  margin-bottom: 0px;
  padding: 2.575em 3.575em 3.575em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.a-load-link {
  position: absolute;
  bottom: -7em;
}

.a-load-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-field {
  width: 100%;
  height: 3.5em;
  margin-bottom: 1.5em;
  padding: 1.5em 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #333;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #000;
  font-size: 1.1em;
}

.a-field:focus {
  border-color: #000;
}

.a-field::-webkit-input-placeholder {
  color: #333;
}

.a-field:-ms-input-placeholder {
  color: #333;
}

.a-field::-ms-input-placeholder {
  color: #333;
}

.a-field::placeholder {
  color: #333;
}

.a-load-header {
  width: 100%;
  padding-bottom: 3.575em;
  color: #000;
}

.a-load-text {
  font-weight: 700;
}

.a-recover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
}

.a-new {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 35em;
  max-width: 70em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}

.new-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-new-pane {
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.a-new-back {
  position: absolute;
  bottom: 0px;
  width: 50%;
  padding: 1.5em;
}

.a-new-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.a-new-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-new-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.a-toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.a-toggle {
  width: 4em;
  height: 2em;
  margin-right: 1.5em;
  padding: 2px;
  border: 1px solid #999;
  border-radius: 30px;
  background-color: #f2f2f2;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.a-toggle-select {
  width: 50%;
  height: 100%;
  margin-left: 50%;
  border-radius: 50px;
  background-color: #999;
  -webkit-transition: margin 200ms ease, background-color 200ms ease;
  transition: margin 200ms ease, background-color 200ms ease;
}

.a-new-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.a-new-text {
  font-size: 1.2em;
  font-weight: 700;
}

.a-menu-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6em;
  padding-right: 3em;
  padding-left: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Full Access', sans-serif;
  cursor: pointer;
}

.a-menu-item-wrap.a-active {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2f2f2),
    to(#fff)
  );
  background-image: linear-gradient(90deg, #f2f2f2, #fff);
}

.a-menu-item {
  font-size: 1.2em;
  line-height: 1.4;
}

.a-menu-icon {
  opacity: 0;
  font-family: Access, sans-serif;
}

.hide {
  display: none;
}

.a-copied {
  position: absolute;
  opacity: 0;
  font-family: 'Untitled Serif', sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 13px;
  }

  .a-table-button-wrap {
    color: #000;
    text-decoration: none;
  }

  .a-copied {
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 14px;
  }

  .a-small-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .a-configurator {
    -ms-grid-columns: 5.362500000000001em auto;
    grid-template-columns: 5.362500000000001em auto;
  }

  .a-projects {
    -ms-grid-rows: 4em 15em 1fr;
    grid-template-rows: 4em 15em 1fr;
  }

  .a-navbar-wrap {
    padding-right: 3.575em;
    padding-left: 3.575em;
  }

  .a-header {
    padding-right: 3.575em;
    padding-left: 3.575em;
  }

  .a-header-title-wrap {
    font-size: 0.9em;
  }

  .a-header-button-wrap {
    font-size: 0.9em;
  }

  .a-table-title {
    display: none;
    font-size: 0.7em;
  }

  .a-table-title.a-aling-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .a-table-title.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
  }

  .a-project-name-wrap {
    width: 100%;
    padding-right: 3.575em;
    padding-left: 3.575em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }

  .a-table-main {
    margin-right: 0em;
    margin-left: 0em;
  }

  .a-table-buttons {
    width: 100%;
    height: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0;
    -webkit-transition: opacity 500ms ease, height 500ms ease;
    transition: opacity 500ms ease, height 500ms ease;
  }

  .a-table-header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .a-navbar-wrap {
    padding-right: 1.7875em;
    padding-left: 1.7875em;
  }

  .a-header {
    padding-right: 0.17023809523809524em;
    padding-left: 1.7875em;
  }

  .a-header-title-wrap {
    font-size: 0.8em;
  }

  .a-header-button-wrap {
    font-size: 0.8em;
  }

  .a-project-name-wrap {
    padding-right: 1.7875em;
    padding-left: 1.7875em;
  }

  .a-new {
    height: auto;
  }

  .new-menu {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .a-new-pane {
    width: 100%;
  }

  .a-new-back {
    padding-right: 0em;
  }

  .a-new-form-block {
    height: 23em;
    padding-top: 0em;
  }

  .a-new-next {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50%;
    padding-left: 1.5em;
  }

  .a-menu-item-wrap {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .a-menu-item-wrap.a-active {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2f2f2),
      to(#fff)
    );
    background-image: linear-gradient(180deg, #f2f2f2, #fff);
  }

  .a-menu-icon {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .a-project-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .a-dropdown-item {
    font-size: 1em;
  }

  .a-load-form-block {
    height: 100%;
    padding-right: 1.7875em;
    padding-left: 1.7875em;
  }

  .a-load-link {
    bottom: -4em;
    color: #000;
  }
}

#w-node-bc85c8820eb0-547fd9df {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-f835c53583a1-547fd9df {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}
