/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/landing-bluepass/src/_styles.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Aeonik Pro";
  font-weight: 500;
  src: url('AeonikPro-Regular.otf') format("opentype");
}
@font-face {
  font-family: "Clash Grotesk";
  font-weight: 600;
  letter-spacing: 0.02em;
  src: url('ClashGroteskDisplay-Semibold.otf') format("opentype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  font-family: "Aeonik Pro";
  font-size: 1.6rem;
  background-color: #060b18;
  color: #fff;
  scroll-behavior: smooth;
  letter-spacing: 0.02em;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: "Aeonik Pro";
  font-size: 1.6rem;
}
body.theme-light {
  background-color: #fff;
  color: #060b18;
}
body.theme-light a {
  color: #060b18;
}

a {
  color: #fff;
  text-decoration: none;
}
a.theme-light {
  color: #060b18;
}

.f-header {
  font-family: "Clash Grotesk";
}

.t-uppercase {
  text-transform: uppercase;
}

.xs-mobile-hide,
.mobile-hide {
  display: block;
}

.xs-mobile-show,
.mobile-show {
  display: none !important;
}

@media (max-width: 380px) {
  .xs-mobile-show {
    display: block !important;
  }
  .xs-mobile-hide {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
.disable-scroll {
  height: 100vh;
  overflow-y: hidden;
}

.link {
  cursor: pointer;
}

.disk li {
  list-style-type: initial;
  margin-left: 2rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

.f-primary {
  color: #060b18;
}

.text-center {
  text-align: center;
}

ul.blue-arrow-list {
  color: #667085;
}
ul.blue-arrow-list li {
  padding: 6px 0 0 2rem !important;
  line-height: 150%;
  background-image: url(/assets/icon-blue-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
}
ul.blue-arrow-list li p {
  margin-top: -3px;
}
ul.blue-arrow-list li p:first-letter {
  padding-left: 20px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.3s;
}

.opacity {
  opacity: 0.7;
}

.display-flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.direction-column {
  flex-direction: column;
}

.margin-left-auto {
  margin-left: auto;
}

.card-skew {
  background-size: 44rem 44rem;
  background-repeat: no-repeat;
  transition: transform 0.15s;
}
.card-skew p {
  pointer-events: none;
}
.card-skew.large {
  padding: 1.2rem 2.4rem 2.4rem 2.4rem;
}
.card-skew.card-skew-green:hover {
  background-image: radial-gradient(rgba(127, 207, 149, 0.3) -44%, rgba(255, 255, 255, 0) 74%);
}
.card-skew.card-skew-blue:hover {
  background-image: radial-gradient(rgba(131, 163, 247, 0.3) -44%, rgba(255, 255, 255, 0) 74%);
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: #060b18;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: "Aeonik Pro";
  font-size: 1.6rem;
}
body .bg-main-header {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-image: url("/assets/bg-main-hero.webp");
  background-repeat: no-repeat;
  background-position: center 12rem;
  background-size: 100%;
}
body .bg-main-header.bunker {
  background-image: url("/assets/bg-main-hero-bunker.webp");
  background-position: center -12rem;
  border-radius: 50%;
  box-shadow: inset 0 0 100px 80px #060b18;
  opacity: 0.4;
}
@media (max-width: 768px) {
  body .bg-main-header {
    background-size: 150%;
  }
}
@media (max-width: 420px) {
  body .bg-main-header {
    background-size: 200%;
  }
}
body .container-hero {
  justify-content: end;
  min-height: 83vh;
}
body .container-hero .description {
  max-width: 51rem;
}
body.theme-light {
  background-color: #fff;
  color: #060b18;
}
body.theme-light a {
  color: #060b18;
}
body.theme-light .opacity {
  opacity: 0.5;
}
body.theme-light .nav-link:before {
  background: #060b18 !important;
}
body.theme-light .nav-link:hover:before {
  background: #060b18 !important;
}
body.theme-light .nav-link svg path {
  stroke: #060b18 !important;
}
body.theme-light .dropdown-content ul {
  background-color: #060b18 !important;
}
body.theme-light .dropdown-content .f-header,
body.theme-light .dropdown-content p {
  color: #fff;
}
body.theme-light .dropdown-content a:hover {
  background-color: #444 !important;
}
body.theme-light .bg-footer {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-title {
  font-family: "Clash Grotesk";
}

h1 {
  font-size: 6.4rem;
  max-width: 103.4rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.6rem;
  }
  h1 .no-wrap {
    white-space: inherit;
  }
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

.f-title {
  font-size: 8rem;
}
@media (max-width: 1280px) {
  .f-title {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .f-title {
    font-size: 3.6rem;
  }
}

a {
  color: #fff;
  text-decoration: none;
}
a.theme-light {
  color: #060b18;
}

main {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 28rem;
  margin-bottom: 18rem;
}
@media (max-width: 1280px) {
  main {
    gap: 18rem;
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  main {
    gap: 8rem;
    margin-bottom: 8rem;
  }
}
main.inner h1.secondary {
  text-transform: none;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 125%;
  text-shadow: unset;
  max-width: unset;
}
main.inner .inner-hero {
  margin: 18rem 0;
}

h1.secondary,
h2.secondary,
h3.secondary {
  font-family: "Aeonik Pro";
  text-transform: none;
  font-weight: 500;
  line-height: 125%;
}

.container {
  padding: 0 4.8rem !important;
}

nav .nav-link {
  white-space: nowrap;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
nav .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
nav .nav-link:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
nav .nav-link svg path {
  stroke: #fff;
}
nav .nav-link:hover svg, nav .nav-link.open svg {
  transition: transform 0.3s;
  transform: rotate(-180deg);
}

.column {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.container-action {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 6.4rem 0;
  border-radius: 2.4rem;
}
.container-action .header {
  max-width: 70rem;
  margin-bottom: 2.4rem;
}
.container-action.blue {
  background-color: rgba(131, 163, 247, 0.2);
}
.container-action.transparent {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 420px) {
  .container-action {
    border-radius: 1.6rem;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .container {
    padding: 0 2.4rem !important;
  }
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .container {
    padding: 0 1.2rem !important;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  nav .nav-link {
    font-size: 1.6rem;
  }
}
.product-container .product-hero {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
}
.product-container .product-hero .badge-list,
.product-container .product-hero .button-list,
.product-container .product-hero .product-info {
  justify-content: center;
}
.product-container .product-hero .button-list {
  padding: 2.4rem 2.4rem 4.8rem 2.4rem;
}
.product-container .product-hero .product-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
}
.product-container .product-hero .product-info .description {
  margin-bottom: 2rem;
  line-height: 150%;
  max-width: 55rem;
  font-size: 2rem;
  align-self: center;
}
.product-container .product-hero .product-image {
  border-radius: 2.4rem;
  border: 1.6rem solid rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  max-width: 108rem;
  max-height: 108rem;
}
.product-container .product-hero .product-image img,
.product-container .product-hero .product-image iframe {
  height: 623px;
  border-radius: 1rem;
}
.product-container .card-list {
  margin-top: 2.4rem;
}
.product-container .container-white {
  padding: 12rem 0;
  gap: 12rem;
}
.product-container .container-benefits .header {
  max-width: 60rem;
}
.product-container .faq {
  display: grid;
  grid-template-columns: 3fr 7fr 2fr;
  gap: 3.2rem;
}
.product-container .faq .faq-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.product-container .faq .header {
  text-align: left;
}
@media (max-width: 768px) {
  .product-container .faq {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .product-container .faq .faq-content {
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .product-container .container-white {
    padding: 6.4rem 0;
    gap: 6.4rem;
  }
}

.badge-list {
  display: flex;
  gap: 0.8rem;
}

.button-list {
  display: flex;
  gap: 1.6rem;
  padding-top: 2.4rem;
}
@media (max-width: 420px) {
  .button-list {
    padding-top: 0;
    padding-bottom: 2.4rem;
  }
}

.bg-header,
.bg-footer {
  position: absolute;
  background: radial-gradient(closest-side, #3f5c6b, transparent);
  width: 100%;
  pointer-events: none;
  background-position: center;
}

.bg-header {
  background-size: 120%;
  height: 80rem;
  top: -7%;
  z-index: 0;
}

.bg-footer {
  width: 100%;
  height: 40rem;
  background-size: 130%;
  top: -50%;
  z-index: -1;
}

.bg-blue {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10%;
  background-image: url(/assets/bg-blue.svg);
  background-position: center;
  background-size: 150%;
  filter: blur(5rem);
  z-index: -1;
}

.bg-green {
  position: absolute;
  width: 100%;
  height: 100rem;
  top: -20rem;
  background: url(/assets/bg-green.svg) center;
  filter: blur(6rem);
  z-index: -1;
  pointer-events: none;
}

.header {
  max-width: 75rem;
  font-size: 4rem;
  line-height: 140%;
  text-align: center;
}

@media (max-width: 768px) {
  .header {
    font-size: 6vw;
    line-height: 9vw;
  }
}
.card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.card-list .card-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 250px;
  gap: 3.2rem;
}
.card-list .card-list-item.large {
  min-height: 38rem;
}
.card-list .card-list-item .card-list-item-header {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.card-list .card-list-item .card-list-item-description {
  gap: 1.2rem;
  pointer-events: none;
  font-size: 1.6rem;
  max-width: 90%;
  line-height: 150%;
}
.card-list .card-list-item h3 {
  pointer-events: none;
}
.card-list .card-list-item.counter {
  position: relative;
}
.card-list .card-list-item.counter .card-list-item-header {
  position: absolute;
  right: 1rem;
  top: 0;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
  .card-list .card-list-item {
    gap: 2.4rem;
  }
  .card-list .card-list-item.large {
    min-height: 16.3rem;
  }
  .card-list .card-list-item.large .description {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}

.position-relative {
  position: relative;
}

.container-white {
  background-color: #fff;
  border-radius: 3.2rem;
  color: #060b18;
}
.container-white a {
  color: #060b18 !important;
}
.container-white .opacity {
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-row-wrapper {
  display: contents;
}

.description {
  font-size: 2rem;
  line-height: 150%;
}

.no-wrap {
  white-space: nowrap;
}

.opacity {
  opacity: 0.7;
}

.opacity-5 {
  opacity: 0.5;
}

.features {
  display: grid;
  grid-template-columns: 2fr 5fr 5fr;
  gap: 12rem 0;
}
.features .item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  border-radius: 1.2rem 0 0;
  background: #f0f1f4;
  overflow: hidden;
  grid-column: 2;
  min-height: 42rem;
}
.features .item-image img {
  width: 100%;
}
.features .item-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-left: 20%;
}
.features .item-text h3 {
  font-family: "Aeonik Pro";
  font-size: 2.8rem;
  text-transform: none;
}
@media (max-width: 1024px) {
  .features {
    grid-template-columns: 1fr 1fr;
    gap: 6.4rem 0;
  }
  .features .features-header {
    grid-column: 2 span;
  }
  .features .item-image {
    grid-column: 1;
  }
  .features .item-text {
    margin-left: 6.4rem;
  }
}
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
  }
  .features .features-header {
    grid-column: unset;
  }
  .features .item-image {
    min-height: unset;
    grid-column: unset;
  }
  .features .item-text {
    margin-top: -4.8rem;
    margin-left: 0;
  }
}

.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-list-item {
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask-size: 2.4rem 2.4rem;
          mask-size: 2.4rem 2.4rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: 0.3s;
}
.icon.facebook {
  margin: 1px;
  -webkit-mask-image: url(/assets/icon-facebook.svg);
          mask-image: url(/assets/icon-facebook.svg);
  background-color: #060b18;
}
.icon.twitter {
  -webkit-mask-image: url(/assets/icon-twitter.svg);
          mask-image: url(/assets/icon-twitter.svg);
  background-color: #060b18;
}
.icon.instagram {
  -webkit-mask-image: url(/assets/icon-instagram.svg);
          mask-image: url(/assets/icon-instagram.svg);
  background-color: #060b18;
}
.icon.linkedin {
  -webkit-mask-image: url(/assets/icon-linkedin.svg);
          mask-image: url(/assets/icon-linkedin.svg);
  background-color: #060b18;
}
.icon.youtube {
  -webkit-mask-image: url(/assets/icon-youtube.svg);
          mask-image: url(/assets/icon-youtube.svg);
  background-color: #060b18;
}
.icon.light {
  background-color: #fff;
}
.icon.light:hover {
  opacity: 1;
}

.terms {
  text-align: center;
  max-width: 45rem;
  line-height: 1.75rem;
}
.terms a {
  color: #fff;
  text-decoration: underline;
}

.container-info {
  display: grid;
  grid-template-columns: 3fr 7fr 2fr;
  gap: 2.4rem;
}
.container-info .container-info-text {
  font-weight: 400;
  font-size: 4rem;
  line-height: 140%;
}
.container-info .container-info-text img {
  vertical-align: middle;
}
.container-info .container-info-text div {
  display: inline-block;
  opacity: 0.4;
  padding-right: 0.5ch;
  transition: 0.5s;
}
.container-info .container-info-text div.show {
  opacity: 1 !important;
}
.container-info .container-info-text .description {
  margin-top: 3.2rem;
  padding-right: 12%;
  opacity: unset;
}
@media (max-width: 768px) {
  .container-info {
    grid-template-columns: 1fr;
  }
  .container-info .container-info-text {
    font-size: 6vw !important;
    line-height: 9vw !important;
  }
  .container-info .container-info-text img {
    width: 6vw;
  }
}
@media (max-width: 420px) {
  .container-info .container-info-text div {
    opacity: 1;
  }
}

.f-green {
  color: #7fcf95;
}

.w-100 {
  width: 100%;
  max-width: 100% !important;
}
.w-100 button {
  width: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.8rem 1.6rem;
}
@media (max-width: 1024px) {
  .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .post-list {
    grid-template-columns: 1fr;
  }
}
.post-list .post-card {
  flex: 1 1 35rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.post-list .post-card .post-image img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.post-list .post-card .post-description {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.container-pages {
  width: 50%;
  margin: auto;
  padding-top: 6.4rem;
  counter-reset: counter 0;
}
.container-pages a {
  color: #83a3f7 !important;
  text-decoration: underline;
}
.container-pages .counter {
  padding: 2.4rem 0 0.8rem 0;
  counter-increment: counter 1;
}
.container-pages .counter:before {
  content: counter(counter);
  padding-right: 1.6rem;
}
.container-pages ul {
  padding: 1.6rem 0;
}
.container-pages ul li {
  list-style-type: initial;
  margin-left: 2.4rem;
}
@media (max-width: 1024px) {
  .container-pages {
    width: 100%;
  }
}

.container-header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.hero-header-bunker {
  min-height: 60rem;
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .hero-header-bunker {
    padding: 8rem 0;
  }
}
.hero-header-bunker h1 {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .hero-header-bunker h1 {
    font-size: 3.6rem;
  }
  .hero-header-bunker h1 .no-wrap {
    white-space: inherit;
  }
}
.hero-header-bunker .description {
  max-width: 80rem !important;
}

.features-list,
.addresses-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.features-list .features-list-item,
.features-list .addresses-list-item,
.addresses-list .features-list-item,
.addresses-list .addresses-list-item {
  display: grid;
  grid-template-columns: 4fr 6fr 2fr;
  border-bottom: 1px solid #f0f1f4;
  padding-bottom: 6.4rem;
}
.features-list .features-list-item:last-child,
.features-list .addresses-list-item:last-child,
.addresses-list .features-list-item:last-child,
.addresses-list .addresses-list-item:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
.features-list .features-list-item .item-text,
.features-list .addresses-list-item .item-text,
.addresses-list .features-list-item .item-text,
.addresses-list .addresses-list-item .item-text {
  padding-right: 25%;
}
@media (max-width: 768px) {
  .features-list,
  .addresses-list {
    gap: 3.2rem;
  }
  .features-list .features-list-item,
  .features-list .addresses-list-item,
  .addresses-list .features-list-item,
  .addresses-list .addresses-list-item {
    grid-template-columns: 1fr;
    padding-bottom: 3.2rem;
    gap: 1.2rem;
  }
}

.grid-column-2 {
  grid-column: 2 span;
}

.post-detail-content .post-subtitle p {
  color: #060b18;
  line-height: 3.2rem;
}
.post-detail-content p,
.post-detail-content ol li {
  line-height: 2.4rem;
  color: rgba(6, 11, 24, 0.6);
}
.post-detail-content p a,
.post-detail-content ol li a {
  color: #83a3f7 !important;
  text-decoration: underline;
}
.post-detail-content ol li {
  list-style-type: auto;
  margin: 0 0 0 4rem;
  line-height: 2.4rem;
  color: rgba(6, 11, 24, 0.6);
}
.post-detail-content figure {
  padding: 1.6rem 0;
  margin: auto;
}
.post-detail-content figure img {
  max-width: 100%;
}
.post-detail-content figure figcaption {
  padding-top: 1.6rem;
  color: #667085;
}
.post-detail-content .post-detail-block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  line-height: 2.4rem;
}

.cursor-default {
  cursor: default;
}

.uppercase {
  text-transform: uppercase;
}

.gap-xxs {
  gap: 0.8rem;
}

.gap-3xl {
  gap: 6.4rem;
}

.text-xs {
  font-size: 1.4rem;
}

.text-s {
  font-size: 1.6rem;
}

.wrapper-video {
  border-radius: 2.4rem;
  border: 1.6rem solid rgba(255, 255, 255, 0.15);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

ul li {
  list-style-type: initial;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-left: 2.4rem;
}

.logo-list {
  display: flex;
  gap: 3.2rem;
}
.logo-list .bluepass-xmar-logo {
  display: block;
  width: 205px;
  height: 40px;
  background: url("/assets/bluepass-xmar-logo.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 600px) {
  .logo-list .bluepass-xmar-logo {
    width: 164px;
    height: 32px;
  }
}

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