/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
** Assets.json at root of the CinchOrchardCoreCMS.Theme project will point you to the files used to generate this.
*/

@font-face {
  font-family: "Exo2";
  src: url("../fonts/Exo2-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Exo2";
  src: url("../fonts/Exo2-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "WixMadeForText";
  src: url("../fonts/WixMadeforText-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "WixMadeforText";
  src: url("../fonts/WixMadeforText-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
.industry-space-heritage {
  padding: 80px 64px;
  margin: 0;
  background-image: linear-gradient(to bottom, #002a58 31%, #00558a 100%);
}
.industry-space-heritage .section-content {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.industry-space-heritage .section-content .content-card {
  width: 800px;
  flex-grow: 0;
  padding: 0 160px 0 80px;
}
.industry-space-heritage .section-content .content-card .card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 64px 0;
}
.industry-space-heritage .section-content .content-card .card-text .decoration-frame {
  width: 80px;
  height: 22px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
}
.industry-space-heritage .section-content .content-card .card-text .decoration-frame .rectangle-1 {
  width: 80px;
  height: 2px;
  flex-grow: 0;
}
.industry-space-heritage .section-content .content-card .card-text .decoration-frame .rectangle-2 {
  width: 40px;
  height: 2px;
  flex-grow: 0;
}
.industry-space-heritage .section-content .content-card .card-text .decoration-frame .rectangle-3 {
  width: 20px;
  height: 2px;
  flex-grow: 0;
}
.industry-space-heritage .section-content .content-card .card-text .heading {
  align-self: stretch;
  flex-grow: 0;
  font-family: Exo2;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
}
.industry-space-heritage .section-content .content-card .card-text .text {
  flex-grow: 0;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.industry-space-heritage .section-content .content-card .card-text .button-discover {
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: transparent;
  border: solid 1px #ffffff;
}
.industry-space-heritage .section-content .content-card .card-text .button-discover:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.industry-space-heritage .section-content .content-card .card-text .button-discover .button-caption {
  flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.industry-space-heritage .section-content *.past-missions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.industry-space-heritage .section-content *.past-missions .heading {
  align-self: stretch;
  flex-grow: 0;
  font-family: Exo2;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.industry-space-heritage .section-content *.past-missions .mission-periods {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period .icon {
  height: 42px;
  border: solid 3px transparent;
  border-radius: 50%;
  padding: 5px;
  background-color: #0577b6;
  content: url("/media/icons/Icon-solid_space-primary-blue-01.svg");
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period .caption {
  color: #ffffff;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period .arrow-icon {
  height: 24px;
  display: none;
  content: url("/media/icons/arrow-right-primary-blue-01.svg");
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period.selected .icon, .industry-space-heritage .section-content *.past-missions .mission-periods .mission-period:hover .icon {
  border-color: #5fcafa;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period.selected .arrow-icon, .industry-space-heritage .section-content *.past-missions .mission-periods .mission-period:hover .arrow-icon {
  display: block;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .mission-period.selected .caption, .industry-space-heritage .section-content *.past-missions .mission-periods .mission-period:hover .caption {
  color: #5fcafa;
}
.industry-space-heritage .section-content *.past-missions .mission-periods .vertical-line {
  width: 3px;
  height: 24px;
  flex-grow: 0;
  background-color: #00558a;
  margin-left: 20px;
}
.industry-space-heritage .section-content .period-card {
  position: absolute;
  width: 540px;
  max-width: 540px;
  height: 680px;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-grow: 0;
  margin-left: 750px;
  background-image: linear-gradient(315deg, transparent 16px, #002a58 16px);
}
.industry-space-heritage .section-content .period-card:not(.selected) {
  display: none;
}
.industry-space-heritage .section-content .period-card .card-content {
  width: 100%;
  margin: 0 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.industry-space-heritage .section-content .period-card .card-content .heading {
  flex-grow: 0;
  font-family: Exo2;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5fcafa;
}
.industry-space-heritage .section-content .period-card .card-content .period-image {
  height: 140px;
  border-radius: 50%;
}
.industry-space-heritage .section-content .period-card .card-content .mission-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 8px;
}
.industry-space-heritage .section-content .period-card .card-navigation {
  position: absolute;
  bottom: 16px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: #5fcafa;
  font-weight: 600;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link:not(.inactive) {
  cursor: pointer;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link .arrow-icon {
  height: 24px;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.prev-link.inactive .arrow-icon {
  content: url("/media/icons/arrow-left-primary-grey-04.svg");
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.prev-link .arrow-icon {
  content: url("/media/icons/arrow-left-primary-blue-01.svg");
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.next-link.inactive .arrow-icon {
  content: url("/media/icons/arrow-right-primary-grey-04.svg");
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.next-link .arrow-icon {
  content: url("/media/icons/arrow-right-primary-blue-01.svg");
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.inactive {
  color: #787c81;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link.next-link {
  text-align: right;
}
.industry-space-heritage .section-content .period-card .card-navigation .period-link:hover:not(.inactive) {
  text-decoration: underline;
}

@media screen and (max-width: 1390px) {
  .industry-space-heritage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin: 0;
    padding: 80px 16px 160px;
    background-image: none !important;
    background-color: #001833;
  }
  .industry-space-heritage .section-content {
    flex-direction: column;
    gap: 24px;
  }
  .industry-space-heritage .section-content .content-card {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .industry-space-heritage .section-content .period-card {
    position: relative;
    margin-left: unset;
    width: 100%;
  }
  .industry-space-heritage .section-content .period-card .card-content {
    margin-left: 0;
    margin-right: 0;
  }
  .industry-space-heritage .section-content .period-card .card-content .heading {
    text-align: center;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndpZGdldC1pbmR1c3RyeS1zcGFjZS1oZXJpdGFnZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EiLCJmaWxlIjoid2lkZ2V0LWluZHVzdHJ5LXNwYWNlLWhlcml0YWdlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbXX0= */
