@media (min-width: 480px) and (max-width: 970px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 970px) {
  .mobile-only {
    display: none;
  }
}

.dsk-only {
  display: none;
}
@media (max-width: 479px) {
  .dsk-only {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .dsk-only {
    display: none;
  }
}
@media (min-width: 970px) {
  .dsk-only {
    display: initial;
  }
}

.dsk-and-tab-only {
  display: none;
}
@media (min-width: 480px) and (max-width: 970px) {
  .dsk-and-tab-only {
    display: initial;
  }
}
@media (min-width: 970px) {
  .dsk-and-tab-only {
    display: initial;
  }
}
@media (max-width: 479px) {
  .dsk-and-tab-only {
    display: initial;
  }
}

#navbar {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  position: fixed;
  overflow: hidden;
  width: 100%;
  display: none;
}
@media (min-width: 970px) {
  #navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.navbar-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.menu-content {
  display: none;
}

.menu-content.open {
  display: block;
}

.menu.open {
  position: relative;
}

.menu.open .menu-content {
  display: flex;
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

@media (max-width: 479px) {
  #navbar.open {
    position: relative;
  }

  #navbar .navbar-content {
    display: none;
  }

  #navbar.open .navbar-content {
    display: flex;
  }

  #navbar .menu-btn {
    float: right;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  #navbar {
    position: initial;
  }

  #navbar.open {
    position: relative;
  }

  #navbar .navbar-content {
    display: none;
  }

  #navbar.open .navbar-content {
    display: flex;
  }

  #navbar .menu-btn {
    float: right;
    display: block;
  }
}
@media (min-width: 840px) {
  #navbar {
    position: initial;
  }

  #navbar .menu-btn {
    display: none;
  }
}
#navbar-mobile {
  position: fixed;
  background: #f9f9f9;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 90000;
}
@media (min-width: 970px) {
  #navbar-mobile {
    display: none;
  }
}

#navbar-mobile .navbar-content {
  display: none;
}

#navbar-mobile.open .navbar-content {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  z-index: 90000;
}

section#details {
  width: 1420px;
  margin: 0 auto;
}
section#details .relative-info-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 343px;
  margin: 50px 0 2em 0;
}
@media (min-width: 480px) and (max-width: 970px) {
  section#details .relative-info-wrapper {
    overflow-x: scroll;
    height: 383px;
  }
}
section#details .full-report-keywords-container {
  margin-bottom: 133px;
}
section#details .full-report-keywords-container .title-and-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#details .full-report-keywords-container .title-and-button h1 {
  width: max-content;
}
section#details .full-report-keywords-container .full-report-keywords-wrapper {
  margin-top: 50px;
  border-radius: 30px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  background: white;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
section#details .full-report-keywords-container .full-report-keywords-wrapper .mobile {
  display: none;
}
section#details .full-report-keywords-container .full-report-keywords-wrapper span {
  border-radius: 20px;
  background-color: #f5f7fd;
  padding: 15px 25px;
  font-size: 18px;
  color: #00147c;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  margin: 10px;
}
section#details .map-container #map {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 420px;
  border-radius: 30px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  margin-top: 50px;
}
section#details .details-info-container h1 {
  text-align: left !important;
}
@media (max-width: 1440px) {
  section#details {
    width: 1100px;
  }
  section#details .relative-info-wrapper {
    margin: 30px 0 2em 0;
  }
  section#details .full-report-keywords-container {
    margin-bottom: 105px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper {
    margin-top: 30px;
    padding: 20px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper span {
    font-size: 16px;
    margin: 5px 10px;
  }
  section#details #map {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  section#details {
    width: 924px;
  }
  section#details .relative-info-wrapper {
    margin: 30px 0;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper {
    padding: 15px;
    border-radius: 25px;
    height: 90px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper span:not(:nth-child(-n+4)) {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#details {
    width: calc(100% - 50px);
  }
  section#details .full-report-keywords-container {
    margin-bottom: 133px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper span:not(:nth-child(-n+3)) {
    display: none;
  }
}
@media (max-width: 479px) {
  section#details {
    width: calc(100% - 20px);
  }
  section#details .relative-info-wrapper {
    flex-direction: column;
    height: 730px;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
  }
  section#details .relative-info-wrapper .rs-column {
    height: 33%;
    margin-right: 0px;
  }
  section#details .relative-info-wrapper .rs-column .title {
    width: calc(100vw - 58px);
  }
  section#details .relative-info-wrapper .rs-column .short-list, section#details .relative-info-wrapper .rs-column .complete-list {
    width: calc(100vw - 58px);
  }
  section#details .relative-info-wrapper .rs-column .taller {
    width: calc(100vw - 58px) !important;
  }
  section#details .full-report-keywords-container {
    margin-bottom: 50px;
  }
  section#details .full-report-keywords-container .primary-button {
    display: none;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper {
    height: 188px;
    border-radius: 10px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-top: 20px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper .mobile {
    display: inline-flex;
    width: 100%;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper span {
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
  }
  section#details .full-report-keywords-container .full-report-keywords-wrapper span:not(:nth-child(-n+2)) {
    display: none;
  }
  section#details .map-container #map {
    margin-top: 15px;
    height: 188px;
    border-radius: 10px;
  }
}

/*# sourceMappingURL=details.css.map */
