/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

.encyclopedia_species-section {
  background-color: #040316;
}
.encyclopedia_species-section .encyclopedia_species {
  display: flex;
  flex-direction: column;
}
.encyclopedia_species-section .encyclopedia_species .head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .head {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
.encyclopedia_species-section .encyclopedia_species .head .topTitle {
  color: #FDFDFD;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 128%;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .head .topTitle {
    font-size: 1.875rem;
    line-height: 128%;
  }
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper {
  position: relative;
  display: inline-block;
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper .icon {
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 0.75rem;
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper input {
  width: 100%;
  background-color: transparent;
  border: 0.0625rem solid #FDFDFD;
  border-radius: 0.25rem;
  padding: 1.6875rem 5.5rem 0.6875rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: text;
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper input::placeholder {
  color: #B4B6BA;
  font-size: 1rem;
  font-weight: 300;
}
.encyclopedia_species-section .encyclopedia_species .head .input-wrapper input:focus {
  outline: none;
}
.encyclopedia_species-section .encyclopedia_species .type-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .type-buttons {
    padding-bottom: 3rem;
    gap: 0.5rem;
  }
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button {
  display: flex;
  background-color: #040316;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #FDFDFD;
  border-radius: 0.25rem;
  min-width: 12.5rem;
  padding: 0.75rem 0;
  cursor: pointer;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .type-buttons .type-button {
    min-width: fit-content;
    padding: 0.625rem 1.125rem;
  }
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .type-buttons .type-button img {
    width: 2rem;
    height: 2rem;
  }
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button .name {
  text-transform: uppercase;
  color: #FDFDFD;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.35rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .type-buttons .type-button .name {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    line-height: 1.0375rem;
    font-weight: 300;
  }
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button:hover:not(.active) {
  border-color: #0FC24E;
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button.active {
  background-color: #0FC24E;
  border-color: transparent;
}
.encyclopedia_species-section .encyclopedia_species .type-buttons .type-button.active .name {
  color: #040316;
}
.encyclopedia_species-section .encyclopedia_species .type-buttons::-webkit-scrollbar {
  display: none;
}
.encyclopedia_species-section .encyclopedia_species .filters {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 4rem;
}
.encyclopedia_species-section .encyclopedia_species .filters .filter {
  color: #FDFDFD;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 140%;
  font-weight: 300;
}
.encyclopedia_species-section .encyclopedia_species .filters .filter:hover:not(.active) {
  color: #0FC24E;
}
.encyclopedia_species-section .encyclopedia_species .filters .filter.active {
  color: #0FC24E;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .filters {
    display: none;
  }
}
.encyclopedia_species-section .encyclopedia_species #species-name {
  color: #FDFDFD;
  font-size: 1.75rem;
  line-height: 140%;
  font-weight: 300;
  padding-bottom: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species-name {
    display: none;
  }
}
.encyclopedia_species-section .encyclopedia_species .filters-dropdown {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.375rem;
}
.encyclopedia_species-section .encyclopedia_species .filters-dropdown #type-title {
  color: #FDFDFD;
  font-size: 1.875rem;
  line-height: 128%;
  font-weight: 300;
}
.encyclopedia_species-section .encyclopedia_species .filters-dropdown select {
  background-color: #040316;
  color: #FDFDFD;
  border: none;
  font-size: 1.5rem;
  line-height: 128%;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.encyclopedia_species-section .encyclopedia_species .filters-dropdown select option {
  background-color: #040316;
  color: #FDFDFD;
}
@media (min-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species .filters-dropdown {
    display: none;
  }
}
.encyclopedia_species-section .encyclopedia_species #species {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species {
    gap: 1.5rem;
  }
}
.encyclopedia_species-section .encyclopedia_species #species #no_records {
  color: #FDFDFD;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 110%;
  display: none;
  align-items: center;
  justify-content: center;
}
.encyclopedia_species-section .encyclopedia_species #species #no_records img {
  width: 50%;
  height: auto;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.5rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type {
  height: fit-content;
  color: #FDFDFD;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column .type {
    gap: 1.5rem;
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title .text {
  text-decoration: none;
  color: #FDFDFD;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 135%;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title .text:hover {
  color: #0FC24E;
  cursor: pointer;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title .text {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25rem;
    cursor: pointer;
    pointer-events: none;
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title .arrow {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.75rem;
  border: solid #FDFDFD;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.1875rem;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .title .arrow {
    display: none;
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .clicked .arrow {
  transform: rotate(225deg);
  border-color: #0FC24E;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .clicked .text {
  color: #0FC24E;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-left: 0.6875rem;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .items {
    display: none;
    gap: 1.5rem;
    margin-left: 1.125rem;
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .items .item {
  text-decoration: none;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  color: #FDFDFD;
}
@media (max-width: 992px) {
  .encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .items .item {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .type .items .item:hover {
  color: #0FC24E;
  cursor: pointer;
}
.encyclopedia_species-section .encyclopedia_species #species .species-type .column .clickedBorder {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #6A6E74;
  border-bottom: 1px solid #6A6E74;
}
.encyclopedia_species-section .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/v2/filterIcon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  padding: 0rem 1.875rem 0rem 0.625rem;
}

/*# sourceMappingURL=species-encyclopedia.css.map */
