@charset "UTF-8";

/* This file includes styles that cannot be added to assets folder and imported from there. */
/* The reason for that is those styles use variables (like rgba(86, 86, 86, 1)) and assets references. */
/* It is an absolute minimum that is needed, feel free to add new styles in the end of this doc. */

/* Rules that are not using variables have been moved to assets/rules-without-variables.css file */
/* And are imported in document_head.hbs file. */

/* In case something goes wrong, download style.backup.css file and replace the content of this file with its content */

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  background-color: rgba(86, 86, 86, 1);
}

body {
  /*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  font-family: 'Soehne';
  color: rgba(79, 85, 104, 1);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

h1,
.h1,
h2,
.h2,
h3,
.recent-articles h2,
.related-articles h2,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.5rem 0 1rem;
  /*   font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  font-family: 'Sharp_Grotesk_Medium';
  line-height: 1.375;
  color: rgba(45, 49, 66, 1);
}

mark {
  padding: .2rem;
  color: rgba(79, 85, 104, 1);
  background-color: #FEFCBF;
}

blockquote {
  padding: 1.5em;
  margin: 0 0 1rem;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: rgba(202, 210, 221, 1);
}

pre,
code,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.875em;
}

kbd {
  display: inline-block;
  padding: 0 0.25em;
  color: rgba(79, 85, 104, 1);
  background-color: #fff;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.875rem;
  text-align: center;
  user-select: none;
  border: 1px solid rgba(202, 210, 221, 1);
  border-radius: 0.25rem;
  box-shadow: 0 1px 0 rgba(202, 210, 221, 1);
}

a {
  color: rgba(32, 32, 32, 1);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #161616;
  text-decoration: underline;
}

a:active {
  color: #0c0c0c;
}

.button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.subscribe-article button,
.subscribe-section button,
.subscribe-topic button,
.subscribe-organization button,
.subscribe-user button,
.subscribe-link button,
.actions-user [role="button"],
.form input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(79, 85, 104, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(202, 210, 221, 1);
  cursor: pointer;
  border-radius: 0.25rem;
  transition: 0.15s ease-in-out;
}

.button-link,
.subscribe-link button {
  color: rgba(32, 32, 32, 1);
  border-color: transparent;
  text-decoration: none;
}

.button-link:hover,
.subscribe-link button:hover {
  color: #161616;
  text-decoration: underline;
}

.button-primary,
.subscribe-user button,
.actions-user [role="button"],
.form input[type="submit"] {
  color: #fff;
  border-color: rgba(254, 207, 64, 1);
  background-color: rgba(254, 207, 64, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-primary:hover,
.subscribe-user button:hover,
.actions-user [role="button"]:hover,
.form input[type="submit"]:hover {
  color: #fff;
  border-color: #fec927;
  background-color: #feca2c;
}

.button-primary:focus,
.subscribe-user button:focus,
.actions-user [role="button"]:focus,
.form input[type="submit"]:focus,
.button-primary.is-focused,
.subscribe-user button.is-focused,
.actions-user .is-focused[role="button"],
.form input.is-focused[type="submit"] {
  outline: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.button-primary:disabled,
.subscribe-user button:disabled,
.actions-user [role="button"]:disabled,
.form input[type="submit"]:disabled,
.button-primary.is-disabled,
.subscribe-user button.is-disabled,
.actions-user .is-disabled[role="button"],
.form input.is-disabled[type="submit"] {
  color: #fff;
  background-color: rgba(254, 207, 64, 1);
  border-color: rgba(254, 207, 64, 1);
}

.button-primary:not(:disabled):not(.is-disabled):active,
.subscribe-user button:not(:disabled):not(.is-disabled):active,
.actions-user [role="button"]:not(:disabled):not(.is-disabled):active,
.form input[type="submit"]:not(:disabled):not(.is-disabled):active,
.button-primary:not(:disabled):not(.is-disabled).is-active,
.subscribe-user button:not(:disabled):not(.is-disabled).is-active,
.actions-user :not(:disabled):not(.is-disabled).is-active[role="button"],
.form input:not(:disabled):not(.is-disabled).is-active[type="submit"] {
  color: #fff;
  border-color: #fec20d;
  background-color: #fec517;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-primary:not(:disabled):not(.is-disabled):active:focus,
.subscribe-user button:not(:disabled):not(.is-disabled):active:focus,
.actions-user [role="button"]:not(:disabled):not(.is-disabled):active:focus,
.form input[type="submit"]:not(:disabled):not(.is-disabled):active:focus,
.button-primary:not(:disabled):not(.is-disabled).is-active:focus,
.subscribe-user button:not(:disabled):not(.is-disabled).is-active:focus,
.actions-user :not(:disabled):not(.is-disabled).is-active[role="button"]:focus,
.form input:not(:disabled):not(.is-disabled).is-active[type="submit"]:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.button-translucent:focus {
  outline: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.button-translucent:not(:disabled):not(.is-disabled):active:focus,
.button-translucent:not(:disabled):not(.is-disabled).is-active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.button-outline-primary:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.subscribe-article button:hover,
.subscribe-section button:hover,
.subscribe-topic button:hover,
.subscribe-organization button:hover {
  color: rgba(45, 49, 66, 1);
  border-color: rgba(45, 49, 66, 1);
}

.button-outline-primary:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.subscribe-article button:focus,
.subscribe-section button:focus,
.subscribe-topic button:focus,
.subscribe-organization button:focus,
.button-outline-primary.is-focused,
.is-focused.pagination-next-link,
.is-focused.pagination-prev-link,
.is-focused.pagination-first-link,
.is-focused.pagination-last-link,
.subscribe-article button.is-focused,
.subscribe-section button.is-focused,
.subscribe-topic button.is-focused,
.subscribe-organization button.is-focused {
  outline: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.button-outline-primary:disabled,
.pagination-next-link:disabled,
.pagination-prev-link:disabled,
.pagination-first-link:disabled,
.pagination-last-link:disabled,
.subscribe-article button:disabled,
.subscribe-section button:disabled,
.subscribe-topic button:disabled,
.subscribe-organization button:disabled,
.button-outline-primary.is-disabled,
.is-disabled.pagination-next-link,
.is-disabled.pagination-prev-link,
.is-disabled.pagination-first-link,
.is-disabled.pagination-last-link,
.subscribe-article button.is-disabled,
.subscribe-section button.is-disabled,
.subscribe-topic button.is-disabled,
.subscribe-organization button.is-disabled {
  color: rgba(79, 85, 104, 1);
  border-color: rgba(202, 210, 221, 1);
}

.button-outline-primary:not(:disabled):not(.is-disabled):active,
.pagination-next-link:not(:disabled):not(.is-disabled):active,
.pagination-prev-link:not(:disabled):not(.is-disabled):active,
.pagination-first-link:not(:disabled):not(.is-disabled):active,
.pagination-last-link:not(:disabled):not(.is-disabled):active,
.subscribe-article button:not(:disabled):not(.is-disabled):active,
.subscribe-section button:not(:disabled):not(.is-disabled):active,
.subscribe-topic button:not(:disabled):not(.is-disabled):active,
.subscribe-organization button:not(:disabled):not(.is-disabled):active,
.button-outline-primary:not(:disabled):not(.is-disabled).is-active,
:not(:disabled):not(.is-disabled).is-active.pagination-next-link,
:not(:disabled):not(.is-disabled).is-active.pagination-prev-link,
:not(:disabled):not(.is-disabled).is-active.pagination-first-link,
:not(:disabled):not(.is-disabled).is-active.pagination-last-link,
.subscribe-article button:not(:disabled):not(.is-disabled).is-active,
.subscribe-section button:not(:disabled):not(.is-disabled).is-active,
.subscribe-topic button:not(:disabled):not(.is-disabled).is-active,
.subscribe-organization button:not(:disabled):not(.is-disabled).is-active {
  color: #252836;
  border-color: #252836;
}

.form-field select,
.form-field .nesty-input,
.form-field .hc-multiselect-toggle,
.form-field>input,
.form-field>textarea {
  padding: 0.5em 0.75em;
  color: inherit;
  border: 2px solid rgba(202, 210, 221, 1);
  background-color: #fff;
  width: 100%;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-field select:focus,
.form-field .nesty-input:focus,
.form-field .hc-multiselect-toggle:focus,
.form-field>input:focus,
.form-field>textarea:focus {
  outline: 0;
  border-color: rgba(254, 207, 64, 1);
  box-shadow: 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.form-field select:disabled,
.form-field .nesty-input:disabled,
.form-field .hc-multiselect-toggle:disabled,
.form-field select.is-disabled,
.form-field .is-disabled.nesty-input,
.form-field .is-disabled.hc-multiselect-toggle,
.form-field>input:disabled,
.form-field>input.is-disabled,
.form-field>textarea:disabled,
.form-field>textarea.is-disabled {
  border-color: rgba(202, 210, 221, 1);
  background-color: #E2E8F0;
  cursor: not-allowed;
}

.search .form-field.is-focused {
  border: 2px solid rgba(254, 207, 64, 1);
}

.search .form-field.is-focused+.search-icon {
  color: rgba(254, 207, 64, 1);
}

.boolean input:checked,
.boolean input:indeterminate {
  border-color: rgba(254, 207, 64, 1);
  background-color: rgba(254, 207, 64, 1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75em;
}

.boolean input:focus {
  outline: 0;
  border-color: rgba(254, 207, 64, 1);
}

.upload-dropzone {
  color: inherit;
  border: 1px solid rgba(202, 210, 221, 1);
  background-color: #fff;
  width: 100%;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.upload-dropzone[data-hc-focus="true"] {
  outline: 0;
  border-color: rgba(254, 207, 64, 1);
  box-shadow: 0 0 0 0.2rem rgba(252, 39, 116, 1);
}

.link:focus,
.link:hover {
  color: rgba(32, 32, 32, 1);
}

.link:focus::after,
.link:hover::after {
  background-color: rgba(32, 32, 32, 1);
  opacity: 1;
}

.link-article {
  color: rgba(32, 32, 32, 1);
}

.link-article::after {
  background-color: rgba(32, 32, 32, 1);
  opacity: 0.2;
}

.list-bordered> :not(:last-child) {
  border-bottom: 1px solid rgba(202, 210, 221, 1);
}

.list-group-item-action {
  width: 100%;
  color: rgba(79, 85, 104, 1);
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: rgba(79, 85, 104, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
}

.list-group-item-action:active {
  color: rgba(79, 85, 104, 1);
  background-color: #EDF2F7;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(202, 210, 221, 1);
}

.list-group-item.is-active {
  z-index: 2;
  color: #fff;
  background-color: rgba(32, 32, 32, 1);
  border-color: rgba(32, 32, 32, 1);
}

.table,
.content table:not([class*="table"]) {
  color: rgba(79, 85, 104, 1);
}

.table-bordered {
  border: 1px solid rgba(202, 210, 221, 1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(202, 210, 221, 1);
}

.hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(202, 210, 221, 1);
  background: transparent;
}

.layout {
  position: relative;
  background-color: rgba(241, 246, 250, 1);
}

.header {
  background-color: rgba(0, 0, 0, 1);
}

.header .nav-menu {
  background-color: rgba(0, 0, 0, 1);
}

.footer {
  background-color: rgba(0, 0, 0, 1);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 0.75rem 0;
  border: 1px solid rgba(202, 210, 221, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 170px;
  font-size: 0.875rem;
}

.dropdown-menu::before {
  border-bottom-color: rgba(202, 210, 221, 1);
}

.dropdown-item.is-active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(32, 32, 32, 1);
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  cursor: pointer;
  color: $color-primary;
}

.nav-line .nav-link:hover::after {
  border-bottom-color: rgba(202, 210, 221, 1);
}

.nav-tabs {
  position: relative;
  flex-direction: column;
  border: 1px solid rgba(202, 210, 221, 1);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-width: 1px 1px 0;
  margin-bottom: -1px;
}

.nav-tabs .nav-item {
  border-bottom: 1px solid rgba(202, 210, 221, 1);
}

@media (min-width: 576px) {
  .nav-tabs {
    flex-direction: row;
    border-width: 0 0 1px;
  }

  .nav-tabs .nav-item,
  .nav-tabs .nav-link {
    z-index: 1;
  }

  .nav-tabs .nav-item {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: none;
  }

  .nav-tabs .nav-link {
    /*     margin-bottom: -1px; */
    /*     border-style: solid; */
    /*     border-width: 1px; */
    /*     border-color: transparent; */
    /*     border-bottom-color: rgba(202, 210, 221, 1); */
    /*     border-top-left-radius: 0.25rem; */
    /*     border-top-right-radius: 0.25rem; */
  }

  .nav-tabs .nav-link.is-active {
    background-color: #fff;
    border-color: rgba(202, 210, 221, 1);
    border-bottom-color: transparent;
  }

  .nav-tabs .dropdown-menu {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .nav-tabs .dropdown-menu .is-active {
    border: none;
    font-weight: 500;
  }
}

.tab-panel {
  padding: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border: 1px solid rgba(202, 210, 221, 1);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.toggle:not(:last-child) {
  border-bottom: 1px solid rgba(202, 210, 221, 1);
}

.text-base {
  color: rgba(79, 85, 104, 1);
}

.text-gray-100 {
  color: rgba(255, 255, 255, 1);
}

.text-primary-inverse {
  color: #fff;
}

.hover\:text-base:hover {
  color: rgba(79, 85, 104, 1);
}

.hover\:text-gray-100:hover {
  color: rgba(255, 255, 255, 1);
}

.hover\:text-primary:hover {
  color: rgba(254, 207, 64, 1);
}

.hover\:text-primary-inverse:hover {
  color: #fff;
}

.font-heading {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.font-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.font-code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.bg-gray-100 {
  background-color: rgba(255, 255, 255, 1);
}

.bg-primary {
  background-color: rgba(254, 207, 64, 1);
}

.bg-primary-inverse {
  background-color: #fff;
}

.hover\:bg-gray-100:hover {
  background-color: rgba(255, 255, 255, 1);
}

.hover\:bg-primary:hover {
  background-color: rgba(254, 207, 64, 1);
}

.hover\:bg-primary-inverse:hover {
  background-color: #fff;
}

@media (min-width: 576px) {
  .sm\:bg-inherit {
    background-color: inherit;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:bg-gray-100 {
    background-color: rgba(255, 255, 255, 1);
  }

  .sm\:bg-gray-200 {
    background-color: #EDF2F7;
  }

  .sm\:bg-gray-300 {
    background-color: #E2E8F0;
  }

  .sm\:bg-gray-400 {
    background-color: #CBD5E0;
  }

  .sm\:bg-gray-500 {
    background-color: #A0AEC0;
  }

  .sm\:bg-gray-600 {
    background-color: #718096;
  }

  .sm\:bg-gray-700 {
    background-color: #4A5568;
  }

  .sm\:bg-gray-800 {
    background-color: #2D3748;
  }

  .sm\:bg-gray-900 {
    background-color: #1A202C;
  }

  .sm\:bg-red-100 {
    background-color: #FFF5F5;
  }

  .sm\:bg-red-300 {
    background-color: #FEB2B2;
  }

  .sm\:bg-red-500 {
    background-color: #F56565;
  }

  .sm\:bg-red-700 {
    background-color: #C53030;
  }

  .sm\:bg-red-900 {
    background-color: #742A2A;
  }

  .sm\:bg-orange-100 {
    background-color: #FFFAF0;
  }

  .sm\:bg-orange-300 {
    background-color: #FBD38D;
  }

  .sm\:bg-orange-500 {
    background-color: #ED8936;
  }

  .sm\:bg-orange-700 {
    background-color: #C05621;
  }

  .sm\:bg-orange-900 {
    background-color: #7B341E;
  }

  .sm\:bg-green-100 {
    background-color: #F0FFF4;
  }

  .sm\:bg-green-300 {
    background-color: #9AE6B4;
  }

  .sm\:bg-green-500 {
    background-color: #48BB78;
  }

  .sm\:bg-green-700 {
    background-color: #2F855A;
  }

  .sm\:bg-green-900 {
    background-color: #22543D;
  }

  .sm\:bg-primary {
    background-color: rgba(254, 207, 64, 1);
  }

  .sm\:bg-primary-inverse {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .md\:bg-inherit {
    background-color: inherit;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:bg-gray-100 {
    background-color: rgba(255, 255, 255, 1);
  }

  .md\:bg-gray-200 {
    background-color: #EDF2F7;
  }

  .md\:bg-gray-300 {
    background-color: #E2E8F0;
  }

  .md\:bg-gray-400 {
    background-color: #CBD5E0;
  }

  .md\:bg-gray-500 {
    background-color: #A0AEC0;
  }

  .md\:bg-gray-600 {
    background-color: #718096;
  }

  .md\:bg-gray-700 {
    background-color: #4A5568;
  }

  .md\:bg-gray-800 {
    background-color: #2D3748;
  }

  .md\:bg-gray-900 {
    background-color: #1A202C;
  }

  .md\:bg-red-100 {
    background-color: #FFF5F5;
  }

  .md\:bg-red-300 {
    background-color: #FEB2B2;
  }

  .md\:bg-red-500 {
    background-color: #F56565;
  }

  .md\:bg-red-700 {
    background-color: #C53030;
  }

  .md\:bg-red-900 {
    background-color: #742A2A;
  }

  .md\:bg-orange-100 {
    background-color: #FFFAF0;
  }

  .md\:bg-orange-300 {
    background-color: #FBD38D;
  }

  .md\:bg-orange-500 {
    background-color: #ED8936;
  }

  .md\:bg-orange-700 {
    background-color: #C05621;
  }

  .md\:bg-orange-900 {
    background-color: #7B341E;
  }

  .md\:bg-green-100 {
    background-color: #F0FFF4;
  }

  .md\:bg-green-300 {
    background-color: #9AE6B4;
  }

  .md\:bg-green-500 {
    background-color: #48BB78;
  }

  .md\:bg-green-700 {
    background-color: #2F855A;
  }

  .md\:bg-green-900 {
    background-color: #22543D;
  }

  .md\:bg-primary {
    background-color: rgba(254, 207, 64, 1);
  }

  .md\:bg-primary-inverse {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:bg-gray-100 {
    background-color: rgba(255, 255, 255, 1);
  }

  .lg\:bg-gray-200 {
    background-color: #EDF2F7;
  }

  .lg\:bg-gray-300 {
    background-color: #E2E8F0;
  }

  .lg\:bg-gray-400 {
    background-color: #CBD5E0;
  }

  .lg\:bg-gray-500 {
    background-color: #A0AEC0;
  }

  .lg\:bg-gray-600 {
    background-color: #718096;
  }

  .lg\:bg-gray-700 {
    background-color: #4A5568;
  }

  .lg\:bg-gray-800 {
    background-color: #2D3748;
  }

  .lg\:bg-gray-900 {
    background-color: #1A202C;
  }

  .lg\:bg-red-100 {
    background-color: #FFF5F5;
  }

  .lg\:bg-red-300 {
    background-color: #FEB2B2;
  }

  .lg\:bg-red-500 {
    background-color: #F56565;
  }

  .lg\:bg-red-700 {
    background-color: #C53030;
  }

  .lg\:bg-red-900 {
    background-color: #742A2A;
  }

  .lg\:bg-orange-100 {
    background-color: #FFFAF0;
  }

  .lg\:bg-orange-300 {
    background-color: #FBD38D;
  }

  .lg\:bg-orange-500 {
    background-color: #ED8936;
  }

  .lg\:bg-orange-700 {
    background-color: #C05621;
  }

  .lg\:bg-orange-900 {
    background-color: #7B341E;
  }

  .lg\:bg-green-100 {
    background-color: #F0FFF4;
  }

  .lg\:bg-green-300 {
    background-color: #9AE6B4;
  }

  .lg\:bg-green-500 {
    background-color: #48BB78;
  }

  .lg\:bg-green-700 {
    background-color: #2F855A;
  }

  .lg\:bg-green-900 {
    background-color: #22543D;
  }

  .lg\:bg-primary {
    background-color: rgba(254, 207, 64, 1);
  }

  .lg\:bg-primary-inverse {
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-inherit {
    background-color: inherit;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:bg-gray-100 {
    background-color: rgba(255, 255, 255, 1);
  }

  .xl\:bg-gray-200 {
    background-color: #EDF2F7;
  }

  .xl\:bg-gray-300 {
    background-color: #E2E8F0;
  }

  .xl\:bg-gray-400 {
    background-color: #CBD5E0;
  }

  .xl\:bg-gray-500 {
    background-color: #A0AEC0;
  }

  .xl\:bg-gray-600 {
    background-color: #718096;
  }

  .xl\:bg-gray-700 {
    background-color: #4A5568;
  }

  .xl\:bg-gray-800 {
    background-color: #2D3748;
  }

  .xl\:bg-gray-900 {
    background-color: #1A202C;
  }

  .xl\:bg-red-100 {
    background-color: #FFF5F5;
  }

  .xl\:bg-red-300 {
    background-color: #FEB2B2;
  }

  .xl\:bg-red-500 {
    background-color: #F56565;
  }

  .xl\:bg-red-700 {
    background-color: #C53030;
  }

  .xl\:bg-red-900 {
    background-color: #742A2A;
  }

  .xl\:bg-orange-100 {
    background-color: #FFFAF0;
  }

  .xl\:bg-orange-300 {
    background-color: #FBD38D;
  }

  .xl\:bg-orange-500 {
    background-color: #ED8936;
  }

  .xl\:bg-orange-700 {
    background-color: #C05621;
  }

  .xl\:bg-orange-900 {
    background-color: #7B341E;
  }

  .xl\:bg-green-100 {
    background-color: #F0FFF4;
  }

  .xl\:bg-green-300 {
    background-color: #9AE6B4;
  }

  .xl\:bg-green-500 {
    background-color: #48BB78;
  }

  .xl\:bg-green-700 {
    background-color: #2F855A;
  }

  .xl\:bg-green-900 {
    background-color: #22543D;
  }

  .xl\:bg-primary {
    background-color: rgba(254, 207, 64, 1);
  }

  .xl\:bg-primary-inverse {
    background-color: #fff;
  }
}

.border {
  border: 1px solid rgba(202, 210, 221, 1);
}

.border-top {
  border-top: 1px solid rgba(202, 210, 221, 1);
}

.border-right {
  border-right: 1px solid rgba(202, 210, 221, 1);
}

.border-bottom {
  border-bottom: 1px solid rgba(202, 210, 221, 1);
}

.border-left {
  border-left: 1px solid rgba(202, 210, 221, 1);
}

@media (min-width: 576px) {
  .sm\:border {
    border: 1px solid rgba(202, 210, 221, 1);
  }

  .sm\:border-top {
    border-top: 1px solid rgba(202, 210, 221, 1);
  }

  .sm\:border-right {
    border-right: 1px solid rgba(202, 210, 221, 1);
  }

  .sm\:border-bottom {
    border-bottom: 1px solid rgba(202, 210, 221, 1);
  }

  .sm\:border-left {
    border-left: 1px solid rgba(202, 210, 221, 1);
  }
}

@media (min-width: 768px) {
  .md\:border {
    border: 1px solid rgba(202, 210, 221, 1);
  }

  .md\:border-top {
    border-top: 1px solid rgba(202, 210, 221, 1);
  }

  .md\:border-right {
    border-right: 1px solid rgba(202, 210, 221, 1);
  }

  .md\:border-bottom {
    border-bottom: 1px solid rgba(202, 210, 221, 1);
  }

  .md\:border-left {
    border-left: 1px solid rgba(202, 210, 221, 1);
  }
}

@media (min-width: 992px) {
  .lg\:border {
    border: 1px solid rgba(202, 210, 221, 1);
  }

  .lg\:border-top {
    border-top: 1px solid rgba(202, 210, 221, 1);
  }

  .lg\:border-right {
    border-right: 1px solid rgba(202, 210, 221, 1);
  }

  .lg\:border-bottom {
    border-bottom: 1px solid rgba(202, 210, 221, 1);
  }

  .lg\:border-left {
    border-left: 1px solid rgba(202, 210, 221, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:border {
    border: 1px solid rgba(202, 210, 221, 1);
  }

  .xl\:border-top {
    border-top: 1px solid rgba(202, 210, 221, 1);
  }

  .xl\:border-right {
    border-right: 1px solid rgba(202, 210, 221, 1);
  }

  .xl\:border-bottom {
    border-bottom: 1px solid rgba(202, 210, 221, 1);
  }

  .xl\:border-left {
    border-left: 1px solid rgba(202, 210, 221, 1);
  }
}

.border-gray-100 {
  border-color: rgba(255, 255, 255, 1);
}

.border-top-gray-100 {
  border-top-color: rgba(255, 255, 255, 1);
}

.border-right-gray-100 {
  border-right-color: rgba(255, 255, 255, 1);
}

.border-bottom-gray-100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.border-left-gray-100 {
  border-left-color: rgba(255, 255, 255, 1);
}

.border-primary {
  border-color: rgba(254, 207, 64, 1);
}

.border-top-primary {
  border-top-color: rgba(254, 207, 64, 1);
}

.border-right-primary {
  border-right-color: rgba(254, 207, 64, 1);
}

.border-bottom-primary {
  border-bottom-color: rgba(254, 207, 64, 1);
}

.border-left-primary {
  border-left-color: rgba(254, 207, 64, 1);
}

.border-primary-inverse {
  border-color: #fff;
}

.border-top-primary-inverse {
  border-top-color: #fff;
}

.border-right-primary-inverse {
  border-right-color: #fff;
}

.border-bottom-primary-inverse {
  border-bottom-color: #fff;
}

.border-left-primary-inverse {
  border-left-color: #fff;
}

.hover\:border-gray-100:hover {
  border-color: rgba(255, 255, 255, 1);
}

.hover\:border-top-gray-100:hover {
  border-top-color: rgba(255, 255, 255, 1);
}

.hover\:border-right-gray-100:hover {
  border-right-color: rgba(255, 255, 255, 1);
}

.hover\:border-bottom-gray-100:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.hover\:border-left-gray-100:hover {
  border-left-color: rgba(255, 255, 255, 1);
}

.hover\:border-primary:hover {
  border-color: rgba(254, 207, 64, 1);
}

.hover\:border-top-primary:hover {
  border-top-color: rgba(254, 207, 64, 1);
}

.hover\:border-right-primary:hover {
  border-right-color: rgba(254, 207, 64, 1);
}

.hover\:border-bottom-primary:hover {
  border-bottom-color: rgba(254, 207, 64, 1);
}

.hover\:border-left-primary:hover {
  border-left-color: rgba(254, 207, 64, 1);
}

.hover\:border-primary-inverse:hover {
  border-color: #fff;
}

.hover\:border-top-primary-inverse:hover {
  border-top-color: #fff;
}

.hover\:border-right-primary-inverse:hover {
  border-right-color: #fff;
}

.hover\:border-bottom-primary-inverse:hover {
  border-bottom-color: #fff;
}

.hover\:border-left-primary-inverse:hover {
  border-left-color: #fff;
}

@media (min-width: 576px) {
  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-top-black {
    border-top-color: #000;
  }

  .sm\:border-right-black {
    border-right-color: #000;
  }

  .sm\:border-bottom-black {
    border-bottom-color: #000;
  }

  .sm\:border-left-black {
    border-left-color: #000;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-top-white {
    border-top-color: #fff;
  }

  .sm\:border-right-white {
    border-right-color: #fff;
  }

  .sm\:border-bottom-white {
    border-bottom-color: #fff;
  }

  .sm\:border-left-white {
    border-left-color: #fff;
  }

  .sm\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-top-translucent {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-right-translucent {
    border-right-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-bottom-translucent {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-left-translucent {
    border-left-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-gray-100 {
    border-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-top-gray-100 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-right-gray-100 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-bottom-gray-100 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-left-gray-100 {
    border-left-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-gray-200 {
    border-color: #EDF2F7;
  }

  .sm\:border-top-gray-200 {
    border-top-color: #EDF2F7;
  }

  .sm\:border-right-gray-200 {
    border-right-color: #EDF2F7;
  }

  .sm\:border-bottom-gray-200 {
    border-bottom-color: #EDF2F7;
  }

  .sm\:border-left-gray-200 {
    border-left-color: #EDF2F7;
  }

  .sm\:border-gray-300 {
    border-color: #E2E8F0;
  }

  .sm\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }

  .sm\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }

  .sm\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }

  .sm\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }

  .sm\:border-gray-400 {
    border-color: #CBD5E0;
  }

  .sm\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }

  .sm\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }

  .sm\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }

  .sm\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }

  .sm\:border-gray-500 {
    border-color: #A0AEC0;
  }

  .sm\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }

  .sm\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }

  .sm\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }

  .sm\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }

  .sm\:border-gray-600 {
    border-color: #718096;
  }

  .sm\:border-top-gray-600 {
    border-top-color: #718096;
  }

  .sm\:border-right-gray-600 {
    border-right-color: #718096;
  }

  .sm\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }

  .sm\:border-left-gray-600 {
    border-left-color: #718096;
  }

  .sm\:border-gray-700 {
    border-color: #4A5568;
  }

  .sm\:border-top-gray-700 {
    border-top-color: #4A5568;
  }

  .sm\:border-right-gray-700 {
    border-right-color: #4A5568;
  }

  .sm\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }

  .sm\:border-left-gray-700 {
    border-left-color: #4A5568;
  }

  .sm\:border-gray-800 {
    border-color: #2D3748;
  }

  .sm\:border-top-gray-800 {
    border-top-color: #2D3748;
  }

  .sm\:border-right-gray-800 {
    border-right-color: #2D3748;
  }

  .sm\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }

  .sm\:border-left-gray-800 {
    border-left-color: #2D3748;
  }

  .sm\:border-gray-900 {
    border-color: #1A202C;
  }

  .sm\:border-top-gray-900 {
    border-top-color: #1A202C;
  }

  .sm\:border-right-gray-900 {
    border-right-color: #1A202C;
  }

  .sm\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }

  .sm\:border-left-gray-900 {
    border-left-color: #1A202C;
  }

  .sm\:border-red-100 {
    border-color: #FFF5F5;
  }

  .sm\:border-top-red-100 {
    border-top-color: #FFF5F5;
  }

  .sm\:border-right-red-100 {
    border-right-color: #FFF5F5;
  }

  .sm\:border-bottom-red-100 {
    border-bottom-color: #FFF5F5;
  }

  .sm\:border-left-red-100 {
    border-left-color: #FFF5F5;
  }

  .sm\:border-red-300 {
    border-color: #FEB2B2;
  }

  .sm\:border-top-red-300 {
    border-top-color: #FEB2B2;
  }

  .sm\:border-right-red-300 {
    border-right-color: #FEB2B2;
  }

  .sm\:border-bottom-red-300 {
    border-bottom-color: #FEB2B2;
  }

  .sm\:border-left-red-300 {
    border-left-color: #FEB2B2;
  }

  .sm\:border-red-500 {
    border-color: #F56565;
  }

  .sm\:border-top-red-500 {
    border-top-color: #F56565;
  }

  .sm\:border-right-red-500 {
    border-right-color: #F56565;
  }

  .sm\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }

  .sm\:border-left-red-500 {
    border-left-color: #F56565;
  }

  .sm\:border-red-700 {
    border-color: #C53030;
  }

  .sm\:border-top-red-700 {
    border-top-color: #C53030;
  }

  .sm\:border-right-red-700 {
    border-right-color: #C53030;
  }

  .sm\:border-bottom-red-700 {
    border-bottom-color: #C53030;
  }

  .sm\:border-left-red-700 {
    border-left-color: #C53030;
  }

  .sm\:border-red-900 {
    border-color: #742A2A;
  }

  .sm\:border-top-red-900 {
    border-top-color: #742A2A;
  }

  .sm\:border-right-red-900 {
    border-right-color: #742A2A;
  }

  .sm\:border-bottom-red-900 {
    border-bottom-color: #742A2A;
  }

  .sm\:border-left-red-900 {
    border-left-color: #742A2A;
  }

  .sm\:border-orange-100 {
    border-color: #FFFAF0;
  }

  .sm\:border-top-orange-100 {
    border-top-color: #FFFAF0;
  }

  .sm\:border-right-orange-100 {
    border-right-color: #FFFAF0;
  }

  .sm\:border-bottom-orange-100 {
    border-bottom-color: #FFFAF0;
  }

  .sm\:border-left-orange-100 {
    border-left-color: #FFFAF0;
  }

  .sm\:border-orange-300 {
    border-color: #FBD38D;
  }

  .sm\:border-top-orange-300 {
    border-top-color: #FBD38D;
  }

  .sm\:border-right-orange-300 {
    border-right-color: #FBD38D;
  }

  .sm\:border-bottom-orange-300 {
    border-bottom-color: #FBD38D;
  }

  .sm\:border-left-orange-300 {
    border-left-color: #FBD38D;
  }

  .sm\:border-orange-500 {
    border-color: #ED8936;
  }

  .sm\:border-top-orange-500 {
    border-top-color: #ED8936;
  }

  .sm\:border-right-orange-500 {
    border-right-color: #ED8936;
  }

  .sm\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }

  .sm\:border-left-orange-500 {
    border-left-color: #ED8936;
  }

  .sm\:border-orange-700 {
    border-color: #C05621;
  }

  .sm\:border-top-orange-700 {
    border-top-color: #C05621;
  }

  .sm\:border-right-orange-700 {
    border-right-color: #C05621;
  }

  .sm\:border-bottom-orange-700 {
    border-bottom-color: #C05621;
  }

  .sm\:border-left-orange-700 {
    border-left-color: #C05621;
  }

  .sm\:border-orange-900 {
    border-color: #7B341E;
  }

  .sm\:border-top-orange-900 {
    border-top-color: #7B341E;
  }

  .sm\:border-right-orange-900 {
    border-right-color: #7B341E;
  }

  .sm\:border-bottom-orange-900 {
    border-bottom-color: #7B341E;
  }

  .sm\:border-left-orange-900 {
    border-left-color: #7B341E;
  }

  .sm\:border-green-100 {
    border-color: #F0FFF4;
  }

  .sm\:border-top-green-100 {
    border-top-color: #F0FFF4;
  }

  .sm\:border-right-green-100 {
    border-right-color: #F0FFF4;
  }

  .sm\:border-bottom-green-100 {
    border-bottom-color: #F0FFF4;
  }

  .sm\:border-left-green-100 {
    border-left-color: #F0FFF4;
  }

  .sm\:border-green-300 {
    border-color: #9AE6B4;
  }

  .sm\:border-top-green-300 {
    border-top-color: #9AE6B4;
  }

  .sm\:border-right-green-300 {
    border-right-color: #9AE6B4;
  }

  .sm\:border-bottom-green-300 {
    border-bottom-color: #9AE6B4;
  }

  .sm\:border-left-green-300 {
    border-left-color: #9AE6B4;
  }

  .sm\:border-green-500 {
    border-color: #48BB78;
  }

  .sm\:border-top-green-500 {
    border-top-color: #48BB78;
  }

  .sm\:border-right-green-500 {
    border-right-color: #48BB78;
  }

  .sm\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }

  .sm\:border-left-green-500 {
    border-left-color: #48BB78;
  }

  .sm\:border-green-700 {
    border-color: #2F855A;
  }

  .sm\:border-top-green-700 {
    border-top-color: #2F855A;
  }

  .sm\:border-right-green-700 {
    border-right-color: #2F855A;
  }

  .sm\:border-bottom-green-700 {
    border-bottom-color: #2F855A;
  }

  .sm\:border-left-green-700 {
    border-left-color: #2F855A;
  }

  .sm\:border-green-900 {
    border-color: #22543D;
  }

  .sm\:border-top-green-900 {
    border-top-color: #22543D;
  }

  .sm\:border-right-green-900 {
    border-right-color: #22543D;
  }

  .sm\:border-bottom-green-900 {
    border-bottom-color: #22543D;
  }

  .sm\:border-left-green-900 {
    border-left-color: #22543D;
  }

  .sm\:border-primary {
    border-color: rgba(254, 207, 64, 1);
  }

  .sm\:border-top-primary {
    border-top-color: rgba(254, 207, 64, 1);
  }

  .sm\:border-right-primary {
    border-right-color: rgba(254, 207, 64, 1);
  }

  .sm\:border-bottom-primary {
    border-bottom-color: rgba(254, 207, 64, 1);
  }

  .sm\:border-left-primary {
    border-left-color: rgba(254, 207, 64, 1);
  }

  .sm\:border-primary-inverse {
    border-color: #fff;
  }

  .sm\:border-top-primary-inverse {
    border-top-color: #fff;
  }

  .sm\:border-right-primary-inverse {
    border-right-color: #fff;
  }

  .sm\:border-bottom-primary-inverse {
    border-bottom-color: #fff;
  }

  .sm\:border-left-primary-inverse {
    border-left-color: #fff;
  }
}

@media (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-top-black {
    border-top-color: #000;
  }

  .md\:border-right-black {
    border-right-color: #000;
  }

  .md\:border-bottom-black {
    border-bottom-color: #000;
  }

  .md\:border-left-black {
    border-left-color: #000;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-top-white {
    border-top-color: #fff;
  }

  .md\:border-right-white {
    border-right-color: #fff;
  }

  .md\:border-bottom-white {
    border-bottom-color: #fff;
  }

  .md\:border-left-white {
    border-left-color: #fff;
  }

  .md\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-top-translucent {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-right-translucent {
    border-right-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-bottom-translucent {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-left-translucent {
    border-left-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-gray-100 {
    border-color: rgba(255, 255, 255, 1);
  }

  .md\:border-top-gray-100 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .md\:border-right-gray-100 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .md\:border-bottom-gray-100 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .md\:border-left-gray-100 {
    border-left-color: rgba(255, 255, 255, 1);
  }

  .md\:border-gray-200 {
    border-color: #EDF2F7;
  }

  .md\:border-top-gray-200 {
    border-top-color: #EDF2F7;
  }

  .md\:border-right-gray-200 {
    border-right-color: #EDF2F7;
  }

  .md\:border-bottom-gray-200 {
    border-bottom-color: #EDF2F7;
  }

  .md\:border-left-gray-200 {
    border-left-color: #EDF2F7;
  }

  .md\:border-gray-300 {
    border-color: #E2E8F0;
  }

  .md\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }

  .md\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }

  .md\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }

  .md\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }

  .md\:border-gray-400 {
    border-color: #CBD5E0;
  }

  .md\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }

  .md\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }

  .md\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }

  .md\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }

  .md\:border-gray-500 {
    border-color: #A0AEC0;
  }

  .md\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }

  .md\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }

  .md\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }

  .md\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }

  .md\:border-gray-600 {
    border-color: #718096;
  }

  .md\:border-top-gray-600 {
    border-top-color: #718096;
  }

  .md\:border-right-gray-600 {
    border-right-color: #718096;
  }

  .md\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }

  .md\:border-left-gray-600 {
    border-left-color: #718096;
  }

  .md\:border-gray-700 {
    border-color: #4A5568;
  }

  .md\:border-top-gray-700 {
    border-top-color: #4A5568;
  }

  .md\:border-right-gray-700 {
    border-right-color: #4A5568;
  }

  .md\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }

  .md\:border-left-gray-700 {
    border-left-color: #4A5568;
  }

  .md\:border-gray-800 {
    border-color: #2D3748;
  }

  .md\:border-top-gray-800 {
    border-top-color: #2D3748;
  }

  .md\:border-right-gray-800 {
    border-right-color: #2D3748;
  }

  .md\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }

  .md\:border-left-gray-800 {
    border-left-color: #2D3748;
  }

  .md\:border-gray-900 {
    border-color: #1A202C;
  }

  .md\:border-top-gray-900 {
    border-top-color: #1A202C;
  }

  .md\:border-right-gray-900 {
    border-right-color: #1A202C;
  }

  .md\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }

  .md\:border-left-gray-900 {
    border-left-color: #1A202C;
  }

  .md\:border-red-100 {
    border-color: #FFF5F5;
  }

  .md\:border-top-red-100 {
    border-top-color: #FFF5F5;
  }

  .md\:border-right-red-100 {
    border-right-color: #FFF5F5;
  }

  .md\:border-bottom-red-100 {
    border-bottom-color: #FFF5F5;
  }

  .md\:border-left-red-100 {
    border-left-color: #FFF5F5;
  }

  .md\:border-red-300 {
    border-color: #FEB2B2;
  }

  .md\:border-top-red-300 {
    border-top-color: #FEB2B2;
  }

  .md\:border-right-red-300 {
    border-right-color: #FEB2B2;
  }

  .md\:border-bottom-red-300 {
    border-bottom-color: #FEB2B2;
  }

  .md\:border-left-red-300 {
    border-left-color: #FEB2B2;
  }

  .md\:border-red-500 {
    border-color: #F56565;
  }

  .md\:border-top-red-500 {
    border-top-color: #F56565;
  }

  .md\:border-right-red-500 {
    border-right-color: #F56565;
  }

  .md\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }

  .md\:border-left-red-500 {
    border-left-color: #F56565;
  }

  .md\:border-red-700 {
    border-color: #C53030;
  }

  .md\:border-top-red-700 {
    border-top-color: #C53030;
  }

  .md\:border-right-red-700 {
    border-right-color: #C53030;
  }

  .md\:border-bottom-red-700 {
    border-bottom-color: #C53030;
  }

  .md\:border-left-red-700 {
    border-left-color: #C53030;
  }

  .md\:border-red-900 {
    border-color: #742A2A;
  }

  .md\:border-top-red-900 {
    border-top-color: #742A2A;
  }

  .md\:border-right-red-900 {
    border-right-color: #742A2A;
  }

  .md\:border-bottom-red-900 {
    border-bottom-color: #742A2A;
  }

  .md\:border-left-red-900 {
    border-left-color: #742A2A;
  }

  .md\:border-orange-100 {
    border-color: #FFFAF0;
  }

  .md\:border-top-orange-100 {
    border-top-color: #FFFAF0;
  }

  .md\:border-right-orange-100 {
    border-right-color: #FFFAF0;
  }

  .md\:border-bottom-orange-100 {
    border-bottom-color: #FFFAF0;
  }

  .md\:border-left-orange-100 {
    border-left-color: #FFFAF0;
  }

  .md\:border-orange-300 {
    border-color: #FBD38D;
  }

  .md\:border-top-orange-300 {
    border-top-color: #FBD38D;
  }

  .md\:border-right-orange-300 {
    border-right-color: #FBD38D;
  }

  .md\:border-bottom-orange-300 {
    border-bottom-color: #FBD38D;
  }

  .md\:border-left-orange-300 {
    border-left-color: #FBD38D;
  }

  .md\:border-orange-500 {
    border-color: #ED8936;
  }

  .md\:border-top-orange-500 {
    border-top-color: #ED8936;
  }

  .md\:border-right-orange-500 {
    border-right-color: #ED8936;
  }

  .md\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }

  .md\:border-left-orange-500 {
    border-left-color: #ED8936;
  }

  .md\:border-orange-700 {
    border-color: #C05621;
  }

  .md\:border-top-orange-700 {
    border-top-color: #C05621;
  }

  .md\:border-right-orange-700 {
    border-right-color: #C05621;
  }

  .md\:border-bottom-orange-700 {
    border-bottom-color: #C05621;
  }

  .md\:border-left-orange-700 {
    border-left-color: #C05621;
  }

  .md\:border-orange-900 {
    border-color: #7B341E;
  }

  .md\:border-top-orange-900 {
    border-top-color: #7B341E;
  }

  .md\:border-right-orange-900 {
    border-right-color: #7B341E;
  }

  .md\:border-bottom-orange-900 {
    border-bottom-color: #7B341E;
  }

  .md\:border-left-orange-900 {
    border-left-color: #7B341E;
  }

  .md\:border-green-100 {
    border-color: #F0FFF4;
  }

  .md\:border-top-green-100 {
    border-top-color: #F0FFF4;
  }

  .md\:border-right-green-100 {
    border-right-color: #F0FFF4;
  }

  .md\:border-bottom-green-100 {
    border-bottom-color: #F0FFF4;
  }

  .md\:border-left-green-100 {
    border-left-color: #F0FFF4;
  }

  .md\:border-green-300 {
    border-color: #9AE6B4;
  }

  .md\:border-top-green-300 {
    border-top-color: #9AE6B4;
  }

  .md\:border-right-green-300 {
    border-right-color: #9AE6B4;
  }

  .md\:border-bottom-green-300 {
    border-bottom-color: #9AE6B4;
  }

  .md\:border-left-green-300 {
    border-left-color: #9AE6B4;
  }

  .md\:border-green-500 {
    border-color: #48BB78;
  }

  .md\:border-top-green-500 {
    border-top-color: #48BB78;
  }

  .md\:border-right-green-500 {
    border-right-color: #48BB78;
  }

  .md\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }

  .md\:border-left-green-500 {
    border-left-color: #48BB78;
  }

  .md\:border-green-700 {
    border-color: #2F855A;
  }

  .md\:border-top-green-700 {
    border-top-color: #2F855A;
  }

  .md\:border-right-green-700 {
    border-right-color: #2F855A;
  }

  .md\:border-bottom-green-700 {
    border-bottom-color: #2F855A;
  }

  .md\:border-left-green-700 {
    border-left-color: #2F855A;
  }

  .md\:border-green-900 {
    border-color: #22543D;
  }

  .md\:border-top-green-900 {
    border-top-color: #22543D;
  }

  .md\:border-right-green-900 {
    border-right-color: #22543D;
  }

  .md\:border-bottom-green-900 {
    border-bottom-color: #22543D;
  }

  .md\:border-left-green-900 {
    border-left-color: #22543D;
  }

  .md\:border-primary {
    border-color: rgba(254, 207, 64, 1);
  }

  .md\:border-top-primary {
    border-top-color: rgba(254, 207, 64, 1);
  }

  .md\:border-right-primary {
    border-right-color: rgba(254, 207, 64, 1);
  }

  .md\:border-bottom-primary {
    border-bottom-color: rgba(254, 207, 64, 1);
  }

  .md\:border-left-primary {
    border-left-color: rgba(254, 207, 64, 1);
  }

  .md\:border-primary-inverse {
    border-color: #fff;
  }

  .md\:border-top-primary-inverse {
    border-top-color: #fff;
  }

  .md\:border-right-primary-inverse {
    border-right-color: #fff;
  }

  .md\:border-bottom-primary-inverse {
    border-bottom-color: #fff;
  }

  .md\:border-left-primary-inverse {
    border-left-color: #fff;
  }
}

@media (min-width: 992px) {
  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-top-black {
    border-top-color: #000;
  }

  .lg\:border-right-black {
    border-right-color: #000;
  }

  .lg\:border-bottom-black {
    border-bottom-color: #000;
  }

  .lg\:border-left-black {
    border-left-color: #000;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-top-white {
    border-top-color: #fff;
  }

  .lg\:border-right-white {
    border-right-color: #fff;
  }

  .lg\:border-bottom-white {
    border-bottom-color: #fff;
  }

  .lg\:border-left-white {
    border-left-color: #fff;
  }

  .lg\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-top-translucent {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-right-translucent {
    border-right-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-bottom-translucent {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-left-translucent {
    border-left-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-gray-100 {
    border-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-top-gray-100 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-right-gray-100 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-bottom-gray-100 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-left-gray-100 {
    border-left-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-gray-200 {
    border-color: #EDF2F7;
  }

  .lg\:border-top-gray-200 {
    border-top-color: #EDF2F7;
  }

  .lg\:border-right-gray-200 {
    border-right-color: #EDF2F7;
  }

  .lg\:border-bottom-gray-200 {
    border-bottom-color: #EDF2F7;
  }

  .lg\:border-left-gray-200 {
    border-left-color: #EDF2F7;
  }

  .lg\:border-gray-300 {
    border-color: #E2E8F0;
  }

  .lg\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }

  .lg\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }

  .lg\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }

  .lg\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }

  .lg\:border-gray-400 {
    border-color: #CBD5E0;
  }

  .lg\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }

  .lg\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }

  .lg\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }

  .lg\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }

  .lg\:border-gray-500 {
    border-color: #A0AEC0;
  }

  .lg\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }

  .lg\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }

  .lg\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }

  .lg\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }

  .lg\:border-gray-600 {
    border-color: #718096;
  }

  .lg\:border-top-gray-600 {
    border-top-color: #718096;
  }

  .lg\:border-right-gray-600 {
    border-right-color: #718096;
  }

  .lg\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }

  .lg\:border-left-gray-600 {
    border-left-color: #718096;
  }

  .lg\:border-gray-700 {
    border-color: #4A5568;
  }

  .lg\:border-top-gray-700 {
    border-top-color: #4A5568;
  }

  .lg\:border-right-gray-700 {
    border-right-color: #4A5568;
  }

  .lg\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }

  .lg\:border-left-gray-700 {
    border-left-color: #4A5568;
  }

  .lg\:border-gray-800 {
    border-color: #2D3748;
  }

  .lg\:border-top-gray-800 {
    border-top-color: #2D3748;
  }

  .lg\:border-right-gray-800 {
    border-right-color: #2D3748;
  }

  .lg\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }

  .lg\:border-left-gray-800 {
    border-left-color: #2D3748;
  }

  .lg\:border-gray-900 {
    border-color: #1A202C;
  }

  .lg\:border-top-gray-900 {
    border-top-color: #1A202C;
  }

  .lg\:border-right-gray-900 {
    border-right-color: #1A202C;
  }

  .lg\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }

  .lg\:border-left-gray-900 {
    border-left-color: #1A202C;
  }

  .lg\:border-red-100 {
    border-color: #FFF5F5;
  }

  .lg\:border-top-red-100 {
    border-top-color: #FFF5F5;
  }

  .lg\:border-right-red-100 {
    border-right-color: #FFF5F5;
  }

  .lg\:border-bottom-red-100 {
    border-bottom-color: #FFF5F5;
  }

  .lg\:border-left-red-100 {
    border-left-color: #FFF5F5;
  }

  .lg\:border-red-300 {
    border-color: #FEB2B2;
  }

  .lg\:border-top-red-300 {
    border-top-color: #FEB2B2;
  }

  .lg\:border-right-red-300 {
    border-right-color: #FEB2B2;
  }

  .lg\:border-bottom-red-300 {
    border-bottom-color: #FEB2B2;
  }

  .lg\:border-left-red-300 {
    border-left-color: #FEB2B2;
  }

  .lg\:border-red-500 {
    border-color: #F56565;
  }

  .lg\:border-top-red-500 {
    border-top-color: #F56565;
  }

  .lg\:border-right-red-500 {
    border-right-color: #F56565;
  }

  .lg\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }

  .lg\:border-left-red-500 {
    border-left-color: #F56565;
  }

  .lg\:border-red-700 {
    border-color: #C53030;
  }

  .lg\:border-top-red-700 {
    border-top-color: #C53030;
  }

  .lg\:border-right-red-700 {
    border-right-color: #C53030;
  }

  .lg\:border-bottom-red-700 {
    border-bottom-color: #C53030;
  }

  .lg\:border-left-red-700 {
    border-left-color: #C53030;
  }

  .lg\:border-red-900 {
    border-color: #742A2A;
  }

  .lg\:border-top-red-900 {
    border-top-color: #742A2A;
  }

  .lg\:border-right-red-900 {
    border-right-color: #742A2A;
  }

  .lg\:border-bottom-red-900 {
    border-bottom-color: #742A2A;
  }

  .lg\:border-left-red-900 {
    border-left-color: #742A2A;
  }

  .lg\:border-orange-100 {
    border-color: #FFFAF0;
  }

  .lg\:border-top-orange-100 {
    border-top-color: #FFFAF0;
  }

  .lg\:border-right-orange-100 {
    border-right-color: #FFFAF0;
  }

  .lg\:border-bottom-orange-100 {
    border-bottom-color: #FFFAF0;
  }

  .lg\:border-left-orange-100 {
    border-left-color: #FFFAF0;
  }

  .lg\:border-orange-300 {
    border-color: #FBD38D;
  }

  .lg\:border-top-orange-300 {
    border-top-color: #FBD38D;
  }

  .lg\:border-right-orange-300 {
    border-right-color: #FBD38D;
  }

  .lg\:border-bottom-orange-300 {
    border-bottom-color: #FBD38D;
  }

  .lg\:border-left-orange-300 {
    border-left-color: #FBD38D;
  }

  .lg\:border-orange-500 {
    border-color: #ED8936;
  }

  .lg\:border-top-orange-500 {
    border-top-color: #ED8936;
  }

  .lg\:border-right-orange-500 {
    border-right-color: #ED8936;
  }

  .lg\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }

  .lg\:border-left-orange-500 {
    border-left-color: #ED8936;
  }

  .lg\:border-orange-700 {
    border-color: #C05621;
  }

  .lg\:border-top-orange-700 {
    border-top-color: #C05621;
  }

  .lg\:border-right-orange-700 {
    border-right-color: #C05621;
  }

  .lg\:border-bottom-orange-700 {
    border-bottom-color: #C05621;
  }

  .lg\:border-left-orange-700 {
    border-left-color: #C05621;
  }

  .lg\:border-orange-900 {
    border-color: #7B341E;
  }

  .lg\:border-top-orange-900 {
    border-top-color: #7B341E;
  }

  .lg\:border-right-orange-900 {
    border-right-color: #7B341E;
  }

  .lg\:border-bottom-orange-900 {
    border-bottom-color: #7B341E;
  }

  .lg\:border-left-orange-900 {
    border-left-color: #7B341E;
  }

  .lg\:border-green-100 {
    border-color: #F0FFF4;
  }

  .lg\:border-top-green-100 {
    border-top-color: #F0FFF4;
  }

  .lg\:border-right-green-100 {
    border-right-color: #F0FFF4;
  }

  .lg\:border-bottom-green-100 {
    border-bottom-color: #F0FFF4;
  }

  .lg\:border-left-green-100 {
    border-left-color: #F0FFF4;
  }

  .lg\:border-green-300 {
    border-color: #9AE6B4;
  }

  .lg\:border-top-green-300 {
    border-top-color: #9AE6B4;
  }

  .lg\:border-right-green-300 {
    border-right-color: #9AE6B4;
  }

  .lg\:border-bottom-green-300 {
    border-bottom-color: #9AE6B4;
  }

  .lg\:border-left-green-300 {
    border-left-color: #9AE6B4;
  }

  .lg\:border-green-500 {
    border-color: #48BB78;
  }

  .lg\:border-top-green-500 {
    border-top-color: #48BB78;
  }

  .lg\:border-right-green-500 {
    border-right-color: #48BB78;
  }

  .lg\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }

  .lg\:border-left-green-500 {
    border-left-color: #48BB78;
  }

  .lg\:border-green-700 {
    border-color: #2F855A;
  }

  .lg\:border-top-green-700 {
    border-top-color: #2F855A;
  }

  .lg\:border-right-green-700 {
    border-right-color: #2F855A;
  }

  .lg\:border-bottom-green-700 {
    border-bottom-color: #2F855A;
  }

  .lg\:border-left-green-700 {
    border-left-color: #2F855A;
  }

  .lg\:border-green-900 {
    border-color: #22543D;
  }

  .lg\:border-top-green-900 {
    border-top-color: #22543D;
  }

  .lg\:border-right-green-900 {
    border-right-color: #22543D;
  }

  .lg\:border-bottom-green-900 {
    border-bottom-color: #22543D;
  }

  .lg\:border-left-green-900 {
    border-left-color: #22543D;
  }

  .lg\:border-primary {
    border-color: rgba(254, 207, 64, 1);
  }

  .lg\:border-top-primary {
    border-top-color: rgba(254, 207, 64, 1);
  }

  .lg\:border-right-primary {
    border-right-color: rgba(254, 207, 64, 1);
  }

  .lg\:border-bottom-primary {
    border-bottom-color: rgba(254, 207, 64, 1);
  }

  .lg\:border-left-primary {
    border-left-color: rgba(254, 207, 64, 1);
  }

  .lg\:border-primary-inverse {
    border-color: #fff;
  }

  .lg\:border-top-primary-inverse {
    border-top-color: #fff;
  }

  .lg\:border-right-primary-inverse {
    border-right-color: #fff;
  }

  .lg\:border-bottom-primary-inverse {
    border-bottom-color: #fff;
  }

  .lg\:border-left-primary-inverse {
    border-left-color: #fff;
  }
}

@media (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-top-black {
    border-top-color: #000;
  }

  .xl\:border-right-black {
    border-right-color: #000;
  }

  .xl\:border-bottom-black {
    border-bottom-color: #000;
  }

  .xl\:border-left-black {
    border-left-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-top-white {
    border-top-color: #fff;
  }

  .xl\:border-right-white {
    border-right-color: #fff;
  }

  .xl\:border-bottom-white {
    border-bottom-color: #fff;
  }

  .xl\:border-left-white {
    border-left-color: #fff;
  }

  .xl\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-top-translucent {
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-right-translucent {
    border-right-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-bottom-translucent {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-left-translucent {
    border-left-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-gray-100 {
    border-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-top-gray-100 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-right-gray-100 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-bottom-gray-100 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-left-gray-100 {
    border-left-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-gray-200 {
    border-color: #EDF2F7;
  }

  .xl\:border-top-gray-200 {
    border-top-color: #EDF2F7;
  }

  .xl\:border-right-gray-200 {
    border-right-color: #EDF2F7;
  }

  .xl\:border-bottom-gray-200 {
    border-bottom-color: #EDF2F7;
  }

  .xl\:border-left-gray-200 {
    border-left-color: #EDF2F7;
  }

  .xl\:border-gray-300 {
    border-color: #E2E8F0;
  }

  .xl\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }

  .xl\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }

  .xl\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }

  .xl\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }

  .xl\:border-gray-400 {
    border-color: #CBD5E0;
  }

  .xl\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }

  .xl\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }

  .xl\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }

  .xl\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }

  .xl\:border-gray-500 {
    border-color: #A0AEC0;
  }

  .xl\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }

  .xl\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }

  .xl\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }

  .xl\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }

  .xl\:border-gray-600 {
    border-color: #718096;
  }

  .xl\:border-top-gray-600 {
    border-top-color: #718096;
  }

  .xl\:border-right-gray-600 {
    border-right-color: #718096;
  }

  .xl\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }

  .xl\:border-left-gray-600 {
    border-left-color: #718096;
  }

  .xl\:border-gray-700 {
    border-color: #4A5568;
  }

  .xl\:border-top-gray-700 {
    border-top-color: #4A5568;
  }

  .xl\:border-right-gray-700 {
    border-right-color: #4A5568;
  }

  .xl\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }

  .xl\:border-left-gray-700 {
    border-left-color: #4A5568;
  }

  .xl\:border-gray-800 {
    border-color: #2D3748;
  }

  .xl\:border-top-gray-800 {
    border-top-color: #2D3748;
  }

  .xl\:border-right-gray-800 {
    border-right-color: #2D3748;
  }

  .xl\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }

  .xl\:border-left-gray-800 {
    border-left-color: #2D3748;
  }

  .xl\:border-gray-900 {
    border-color: #1A202C;
  }

  .xl\:border-top-gray-900 {
    border-top-color: #1A202C;
  }

  .xl\:border-right-gray-900 {
    border-right-color: #1A202C;
  }

  .xl\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }

  .xl\:border-left-gray-900 {
    border-left-color: #1A202C;
  }

  .xl\:border-red-100 {
    border-color: #FFF5F5;
  }

  .xl\:border-top-red-100 {
    border-top-color: #FFF5F5;
  }

  .xl\:border-right-red-100 {
    border-right-color: #FFF5F5;
  }

  .xl\:border-bottom-red-100 {
    border-bottom-color: #FFF5F5;
  }

  .xl\:border-left-red-100 {
    border-left-color: #FFF5F5;
  }

  .xl\:border-red-300 {
    border-color: #FEB2B2;
  }

  .xl\:border-top-red-300 {
    border-top-color: #FEB2B2;
  }

  .xl\:border-right-red-300 {
    border-right-color: #FEB2B2;
  }

  .xl\:border-bottom-red-300 {
    border-bottom-color: #FEB2B2;
  }

  .xl\:border-left-red-300 {
    border-left-color: #FEB2B2;
  }

  .xl\:border-red-500 {
    border-color: #F56565;
  }

  .xl\:border-top-red-500 {
    border-top-color: #F56565;
  }

  .xl\:border-right-red-500 {
    border-right-color: #F56565;
  }

  .xl\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }

  .xl\:border-left-red-500 {
    border-left-color: #F56565;
  }

  .xl\:border-red-700 {
    border-color: #C53030;
  }

  .xl\:border-top-red-700 {
    border-top-color: #C53030;
  }

  .xl\:border-right-red-700 {
    border-right-color: #C53030;
  }

  .xl\:border-bottom-red-700 {
    border-bottom-color: #C53030;
  }

  .xl\:border-left-red-700 {
    border-left-color: #C53030;
  }

  .xl\:border-red-900 {
    border-color: #742A2A;
  }

  .xl\:border-top-red-900 {
    border-top-color: #742A2A;
  }

  .xl\:border-right-red-900 {
    border-right-color: #742A2A;
  }

  .xl\:border-bottom-red-900 {
    border-bottom-color: #742A2A;
  }

  .xl\:border-left-red-900 {
    border-left-color: #742A2A;
  }

  .xl\:border-orange-100 {
    border-color: #FFFAF0;
  }

  .xl\:border-top-orange-100 {
    border-top-color: #FFFAF0;
  }

  .xl\:border-right-orange-100 {
    border-right-color: #FFFAF0;
  }

  .xl\:border-bottom-orange-100 {
    border-bottom-color: #FFFAF0;
  }

  .xl\:border-left-orange-100 {
    border-left-color: #FFFAF0;
  }

  .xl\:border-orange-300 {
    border-color: #FBD38D;
  }

  .xl\:border-top-orange-300 {
    border-top-color: #FBD38D;
  }

  .xl\:border-right-orange-300 {
    border-right-color: #FBD38D;
  }

  .xl\:border-bottom-orange-300 {
    border-bottom-color: #FBD38D;
  }

  .xl\:border-left-orange-300 {
    border-left-color: #FBD38D;
  }

  .xl\:border-orange-500 {
    border-color: #ED8936;
  }

  .xl\:border-top-orange-500 {
    border-top-color: #ED8936;
  }

  .xl\:border-right-orange-500 {
    border-right-color: #ED8936;
  }

  .xl\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }

  .xl\:border-left-orange-500 {
    border-left-color: #ED8936;
  }

  .xl\:border-orange-700 {
    border-color: #C05621;
  }

  .xl\:border-top-orange-700 {
    border-top-color: #C05621;
  }

  .xl\:border-right-orange-700 {
    border-right-color: #C05621;
  }

  .xl\:border-bottom-orange-700 {
    border-bottom-color: #C05621;
  }

  .xl\:border-left-orange-700 {
    border-left-color: #C05621;
  }

  .xl\:border-orange-900 {
    border-color: #7B341E;
  }

  .xl\:border-top-orange-900 {
    border-top-color: #7B341E;
  }

  .xl\:border-right-orange-900 {
    border-right-color: #7B341E;
  }

  .xl\:border-bottom-orange-900 {
    border-bottom-color: #7B341E;
  }

  .xl\:border-left-orange-900 {
    border-left-color: #7B341E;
  }

  .xl\:border-green-100 {
    border-color: #F0FFF4;
  }

  .xl\:border-top-green-100 {
    border-top-color: #F0FFF4;
  }

  .xl\:border-right-green-100 {
    border-right-color: #F0FFF4;
  }

  .xl\:border-bottom-green-100 {
    border-bottom-color: #F0FFF4;
  }

  .xl\:border-left-green-100 {
    border-left-color: #F0FFF4;
  }

  .xl\:border-green-300 {
    border-color: #9AE6B4;
  }

  .xl\:border-top-green-300 {
    border-top-color: #9AE6B4;
  }

  .xl\:border-right-green-300 {
    border-right-color: #9AE6B4;
  }

  .xl\:border-bottom-green-300 {
    border-bottom-color: #9AE6B4;
  }

  .xl\:border-left-green-300 {
    border-left-color: #9AE6B4;
  }

  .xl\:border-green-500 {
    border-color: #48BB78;
  }

  .xl\:border-top-green-500 {
    border-top-color: #48BB78;
  }

  .xl\:border-right-green-500 {
    border-right-color: #48BB78;
  }

  .xl\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }

  .xl\:border-left-green-500 {
    border-left-color: #48BB78;
  }

  .xl\:border-green-700 {
    border-color: #2F855A;
  }

  .xl\:border-top-green-700 {
    border-top-color: #2F855A;
  }

  .xl\:border-right-green-700 {
    border-right-color: #2F855A;
  }

  .xl\:border-bottom-green-700 {
    border-bottom-color: #2F855A;
  }

  .xl\:border-left-green-700 {
    border-left-color: #2F855A;
  }

  .xl\:border-green-900 {
    border-color: #22543D;
  }

  .xl\:border-top-green-900 {
    border-top-color: #22543D;
  }

  .xl\:border-right-green-900 {
    border-right-color: #22543D;
  }

  .xl\:border-bottom-green-900 {
    border-bottom-color: #22543D;
  }

  .xl\:border-left-green-900 {
    border-left-color: #22543D;
  }

  .xl\:border-primary {
    border-color: rgba(254, 207, 64, 1);
  }

  .xl\:border-top-primary {
    border-top-color: rgba(254, 207, 64, 1);
  }

  .xl\:border-right-primary {
    border-right-color: rgba(254, 207, 64, 1);
  }

  .xl\:border-bottom-primary {
    border-bottom-color: rgba(254, 207, 64, 1);
  }

  .xl\:border-left-primary {
    border-left-color: rgba(254, 207, 64, 1);
  }

  .xl\:border-primary-inverse {
    border-color: #fff;
  }

  .xl\:border-top-primary-inverse {
    border-top-color: #fff;
  }

  .xl\:border-right-primary-inverse {
    border-right-color: #fff;
  }

  .xl\:border-bottom-primary-inverse {
    border-bottom-color: #fff;
  }

  .xl\:border-left-primary-inverse {
    border-left-color: #fff;
  }
}

.shadow-outline {
  box-shadow: 0 0 0 2px rgba(252, 39, 116, 1);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 2px rgba(252, 39, 116, 1);
}

.header {
  height: calc(72 * 1px);
}

.fixed-header:not(.is-visible)~main>.hero,
.fixed-header.sticky-header~main>.hero {
  margin-top: calc(72 * -1px);
}

.mobile-menu-open .header,
.mobile-menu-open .header .nav-menu {
  background-color: rgba(0, 0, 0, 1);
}

.hero h1 {
  color: rgba(16, 16, 16, 1);
}

a:hover .icon-circle {
  color: rgba(254, 207, 64, 1);
  text-decoration: none;
  background-color: #fff;
  border-color: rgba(254, 207, 64, 1);
}

.img-thumbnail {
  padding: 1rem;
  border: 1px solid rgba(202, 210, 221, 1);
  border-radius: 0.25rem;
}

.suggestion-list label {
  display: block;
  padding-bottom: .5rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(202, 210, 221, 1);
}

#logo {
  height: calc(32 * 1px);
  border: none;
  border-radius: 0px;
}

.note {
  border-left: 4px solid #61a5ff;
}

.note::before {
  content: "Note";
  color: #61a5ff;
}

.note::after {
  background-color: #61a5ff;
}

.warning {
  border-left: 4px solid #ef526e;
}

.warning::before {
  content: "Warning";
  color: #ef526e;
}

.warning::after {
  background-color: #ef526e;
}

.bg-community {
  background-image: url(/hc/theming_assets/01JFD7HFKD8ZW1ZTK83WDH1KJE);
}

.bg-home {
  background-image: url(/hc/theming_assets/01JMB521Y9554QQ0AGGSBX7ZKZ);
}

.bg-hero {
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%);
}

.group:hover .group-hover\:text-primary {
  color: rgba(254, 207, 64, 1);
}

.info__img {
  background: url(/hc/theming_assets/01KP95MRBTRE2YMZ6AGYMECYW4) no-repeat;
  background-color: #61E88F;
  height: 40px;
  width: 40px;
  content: " ";
  margin-right: 15px;
  /*   margin-top: 3px; */
  flex-grow: 0;
  flex-shrink: 0;
  /*   flex-basis: 24px; */
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background-position: center;
}

.caution__img {
  display: block;
  background: url(/hc/theming_assets/01KP95MKEPK8M2FKNX38Z7PMRQ) no-repeat;
  background-color: #F199AA;
  height: 40px;
  width: 40px;
  /*   content: " "; */
  margin-right: 15px;
  margin-top: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  background-position: center;
  /*   flex-basis: 24px; */
  /*   gap: 8px; */
  /*   padding: 8px; */
  border-radius: 22px;
}

.technical__img {
  background: url(/hc/theming_assets/01KP95MW3SJ6A0DNVAA53BDQGF) no-repeat;
  background-color: #61E88F;
  height: 40px;
  width: 40px;
  content: " ";
  margin-right: 15px;
  /*   margin-top: 3px; */
  flex-grow: 0;
  flex-shrink: 0;
  /*   flex-basis: 24px; */
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background-position: center;
}

.data__img {
  background: url(/hc/theming_assets/01KP95MTRZM9NTJVVZSRF110Z7) no-repeat;
  background-color: #99C0FB;
  height: 40px;
  width: 40px;
  content: " ";
  display: block;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 22px;
  background-position: center;
}

.product__img {
  background: url(/hc/theming_assets/01KP95MW8D64NXXQ6HY2VA1PYR) no-repeat;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  background-position: center;
}

.education__img {
  background: url(/hc/theming_assets/01KP95MTGXPZHNMY9DB64EQBRX) no-repeat;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
}

.up-vote {
  background: url(/hc/theming_assets/01KP95MRE3XBN8WC5MNJMX839J);
  height: 56px;
  width: 56px;
  z-index: 1;
  border: none;
  color: transparent;
  margin-right: 12px;
  cursor: pointer;
  text-decoration: none;
}

.down-vote {
  background: url(/hc/theming_assets/01KP95MW7TGSNNJMNTWBPA6X13);
  height: 56px;
  width: 56px;
  z-index: 1;
  border: none;
  color: transparent;
  margin-left: 12px;
  cursor: pointer;
  text-decoration: none;
}

#cat-img-4409129885197 {
  background-image: url(/hc/theming_assets/01KP95MRQVKV5VFJXP1KX3GWN9);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201057849741 {
  background-image: url(/hc/theming_assets/01KP95MR63RY1H1SXHSHHHWWQN);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201224845965 {
  background-image: url(/hc/theming_assets/01KP95MS89YMS5YCVH7C4FHDD6);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201371457421 {
  background-image: url(/hc/theming_assets/01KP95MTFY3M8FXET5ZDDHG6FV);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-20131800017677 {
  background-image: url(/hc/theming_assets/01KP95MTZQHK4SAVDS6MGMEGX7);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201452659853 {
  background-image: url(/hc/theming_assets/01KP95MTG0D1W86SDNZ60TRA36);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201639822477 {
  background-image: url(/hc/theming_assets/01KP95MVE143DA3S8ZHW2331Z8);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201698200077 {
  background-image: url(/hc/theming_assets/01KP95MTZTYM5E4E2EFGMC74Z8);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-4409126805645 {
  background-image: url(/hc/theming_assets/01KP95MTKWZC6N46DXE8Z72THZ);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#cat-img-18201766589453 {
  background-image: url(/hc/theming_assets/01KP95MRBYT2YXKFVAE0KDWHB9);
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

@font-face {
  font-family: 'Sharp_Grotesk_Medium';
  src: local ("Sharp_Grotesk_Medium");
  src: url(/hc/theming_assets/01JFD7H9WZD0VJ3H2ZWQ202CPA);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Soehne';
  src: local ("Soehne");
  src: url(/hc/theming_assets/01JFD7H723PDRC6HMPRJM7WV6R);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Soehne';
  src: local ("Soehne");
  src: url(/hc/theming_assets/01JFD7HAPP8TYK7CS1ACRHYMZ0);
  font-weight: 600;
  font-style: normal;
}


/* ADD NEW STYLES HERE: */

#table-of-contents *:first-child {
  margin-left: 0;
}
