@import url("styles/themes/theme-alice.min.css");

.factory-flag {
  visibility: hidden;
}

:root {
  --brand-color: #239dcc;
  --brand-color-dark: #1b7fa8;
  --brand-on: #ffffff
}

.highlight {
  color: var(--brand-color) !important
}

a:hover,
.hover-effect:hover {
  color: var(--brand-color) !important
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: var(--brand-color) !important
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: var(--brand-color) !important
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(35, 157, 204, .1)
}

.navbar-brand .highlight {
  color: var(--brand-color) !important
}


.button.background-60-f,
.button.background-60-d {
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
  color: var(--brand-on) !important
}

.button.background-60-f:hover,
.button.background-60-d:hover {
  background-color: var(--brand-color-dark) !important;
  border-color: var(--brand-color-dark) !important
}


.has-menu li>a:hover {
  color: var(--brand-color) !important
}

.dropdown-menu>li>a:hover {
  background-color: rgba(35, 157, 204, .08) !important;
  color: var(--brand-color) !important
}

.has-menu-container>a .fas {
  transition: transform .2s ease
}

.has-menu-container.open>a .fas,
.has-menu-container:hover>a .fas {
  transform: rotate(180deg);
  color: var(--brand-color)
}


.page-breadcrumb .view {
  position: relative
}

.page-breadcrumb .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 157, 204, .4), rgba(35, 157, 204, .4));
  pointer-events: none;
  z-index: 1
}

.page-breadcrumb .content {
  padding: 72px 0;
  position: relative;
  z-index: 2
}

.page-breadcrumb .breadcrumb-wrapper {
  margin: 0 auto
}

.page-breadcrumb .breadcrumb-title {
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff
}

.page-breadcrumb .breadcrumb-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.page-breadcrumb .breadcrumb-nav li {
  color: #fff;
  opacity: .85
}

.page-breadcrumb .breadcrumb-nav li.active {
  opacity: 1;
  font-weight: 600
}

.page-breadcrumb .breadcrumb-nav li:after {
  content: "/";
  margin: 0 6px;
  opacity: .5
}

.page-breadcrumb .breadcrumb-nav li:last-child:after {
  content: unset
}

.page-breadcrumb .breadcrumb-nav a {
  color: var(--brand-color);
  text-decoration: none;
  border-bottom: 1px solid transparent
}

.page-breadcrumb .breadcrumb-nav a:hover {
  border-bottom-color: var(--brand-color)
}

.inv-breadcrumb {
  position: relative;
  background: linear-gradient(90deg, rgba(35, 157, 204, .08), rgba(35, 157, 204, .02));
  border-bottom: 1px solid rgba(35, 157, 204, .25);
  padding: 24px 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
  overflow: hidden
}

.inv-breadcrumb:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(35, 157, 204, .12), transparent 40%), radial-gradient(circle at 80% 20%, rgba(35, 157, 204, .08), transparent 40%);
  pointer-events: none;
  z-index: 1
}

.inv-breadcrumb h4 {
  color: #0f172a;
  font-weight: 700;
  letter-spacing: .2px
}

.inv-breadcrumb .brand-bubble {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-color);
  box-shadow: 0 4px 12px rgba(35, 157, 204, .25);
  border: 2px solid rgba(255, 255, 255, .9)
}

.inv-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, .7);
  margin: 0;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .04)
}

.inv-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--brand-color);
  text-decoration: none
}

.inv-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #64748b
}

.inv-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #94a3b8
}

@media (max-width: 575px) {
  .inv-breadcrumb .d-flex {
    flex-wrap: wrap;
    row-gap: 8px
  }

  .inv-breadcrumb h4 {
    font-size: 18px
  }

  .inv-breadcrumb .breadcrumb {
    font-size: 13px
  }
}

footer .simple li a:hover {
  color: var(--brand-color) !important
}

footer .social-links a:hover {
  color: var(--brand-color) !important
}

.page-border.bottom a:hover .highlight {
  color: var(--brand-color) !important
}


.langSel {
  border: 1px solid rgba(35, 157, 204, .35);
  border-radius: 4px
}

.langSel:focus {
  border-color: var(--brand-color);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(35, 157, 204, .15)
}


.home-hero .view {
  position: relative
}

.home-hero .view:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .4)); */
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), #212124);
  pointer-events: none;
  z-index: 1
}

.home-hero .content {
  padding: 80px 0;
  position: relative;
  z-index: 2
}

.home-hero .heading {
  color: #fff;
  position: relative
}

.home-hero .heading:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: var(--brand-color);
  margin: 12px auto 0
}

.home-hero .title {
  color: #fff;
  opacity: .9
}

.home-hero .hero-cta .button {
  margin-left: 8px
}

@media (max-width: 991px) {
  .page-breadcrumb .content {
    padding: 56px 0
  }

  .page-breadcrumb .breadcrumb-title {
    font-size: 26px
  }

  .home-hero .content {
    padding: 60px 0
  }
}

.home-section-1 h1,
.home-section-1 h2,
.home-section-1 h3,
.home-section-1 h4,
.home-section-1 h5,
.home-section-1 h6 {
  text-transform: none !important;
  letter-spacing: .2px
}

.home-section-1 .view {position: relative}
.home-section-1 .view:before {content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35,157,204,.06), rgba(255,255,255,0)); pointer-events: none; z-index: 1}
.home-section-1 .content {position: relative; z-index: 2}

.home-section-1 .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.home-section-1 .section-header .brand-badge {display: inline-block; width: 28px; height: 28px; border-radius: 50%; background: var(--brand-color); box-shadow: 0 4px 12px rgba(35,157,204,.25); border: 2px solid rgba(255,255,255,.95); margin-bottom: 10px}

.home-section-1 .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color);
  transition: width .4s ease
}

.home-section-1 .section-header:hover .bottom-line:after {
  width: 110px
}

.home-section-1 .section-header .header-details {
  margin: 5px 0 25px
}

.home-section-1 .features-grid {
  margin-top: 20px
}

.home-section-1 .feature {
  margin-bottom: 25px;
  display: flex
}

.home-section-1 .features-grid {
  counter-reset: feature
}

.home-section-1 .feature .feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 26px 24px;
  border: 1px solid rgba(20, 20, 20, .06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative
}

.home-section-1 .feature .feature-card:before {
  counter-increment: feature;
  content: counter(feature, decimal-leading-zero);
  display: inline-block;
  /* background: rgba(35, 157, 204, .08); */
  background: rgba(0, 0, 0, .1);
  color: var(--brand-color);
  font-weight: 800;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .08em;
  padding: 6px 10px;
  margin-bottom: 12px
}

.home-section-1 .feature:hover .feature-card {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.home-section-1 .feature-title {
  font-weight: 700;
  margin-bottom: 10px
}

.home-section-1 .feature-text {
  opacity: .9
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.home-section-1 .feature .feature-card {
  animation: fadeUp .45s ease both
}

.home-section-1 .feature:nth-child(1) .feature-card {
  animation-delay: .05s
}

.home-section-1 .feature:nth-child(2) .feature-card {
  animation-delay: .1s
}

.home-section-1 .feature:nth-child(3) .feature-card {
  animation-delay: .15s
}

.home-section-1 .feature:nth-child(4) .feature-card {
  animation-delay: .2s
}

.home-section-1 .feature:nth-child(5) .feature-card {
  animation-delay: .25s
}

.home-section-1 .feature:nth-child(6) .feature-card {
  animation-delay: .3s
}

@media (min-width: 992px) {
  .home-section-1 .section-header {
    text-align: left
  }

  .home-section-1 .section-header .bottom-line:after {
    left: 0;
    transform: none
  }
}

/* For You section */
.for-you .view {
  position: relative
}

.for-you .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.for-you .for-you-content {
  padding: 70px 0 50px;
  position: relative;
  z-index: 2
}

.for-you .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.for-you .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.for-you .features-grid {
  margin-top: 10px
}

.for-you .for-you-item {
  margin-bottom: 24px;
  display: flex
}

.for-you .for-you-card {
  background: #fff;
  border-radius: 10px;
  padding: 26px 24px;
  border: 1px solid rgba(20, 20, 20, .06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
  flex: 1
}

.for-you .for-you-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.for-you .for-you-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #222
}

.for-you .for-you-text {
  color: #333;
  opacity: .92
}

@keyframes forYouUp {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.for-you .for-you-card {
  animation: forYouUp .45s ease both
}

.for-you .for-you-item:nth-child(1) .for-you-card {
  animation-delay: .05s
}

.for-you .for-you-item:nth-child(2) .for-you-card {
  animation-delay: .1s
}

.for-you .for-you-item:nth-child(3) .for-you-card {
  animation-delay: .15s
}

.for-you .for-you-item:nth-child(4) .for-you-card {
  animation-delay: .2s
}

/* You Are Covered */
.covered h1,
.covered h2,
.covered h3,
.covered h4,
.covered h5,
.covered h6 {
  text-transform: none !important;
  letter-spacing: .2px
}

.covered .covered-content {
  padding: 64px 0
}

.covered .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.covered .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.covered .covered-grid {
  margin-top: 10px
}

.covered .covered-item {
  margin-bottom: 18px;
  display: flex
}

.covered .covered-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #249ece;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center
}

.covered .covered-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.covered .covered-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1f1f1f
}

.covered .covered-badge:before {
  content: "✓";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: rgba(35, 157, 204, .12);
  color: var(--brand-color);
  font-weight: 900
}

.covered .covered-note {
  margin-top: 16px;
  color: #333;
  opacity: .9
}

/* Infrastructure */
.infrastructure .infra-content {
  padding: 60px 0
}

.infrastructure .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.infrastructure .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.infrastructure .infra-intro {
  margin: 6px 0 24px
}

.infrastructure .infra-visual {
  margin-bottom: 20px
}

.infrastructure .infra-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12)
}

.infrastructure .infra-image {
  width: 100%;
  display: block;
  transform: scale(1.03);
  animation: infraZoomOut 1.8s ease-out both
}

.infrastructure .infra-details {
  display: flex
}

.infrastructure .infra-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%
}

.infrastructure .infra-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .06);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  padding: 16px 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  animation: fadeUp .45s ease both
}

.infrastructure .infra-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.infrastructure .infra-item .infra-bar {
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background: rgba(35, 157, 204, .2);
  margin-right: 12px;
  flex: 0 0 6px;
  transition: background-color .2s ease
}

.infrastructure .infra-item:hover .infra-bar {
  background: var(--brand-color)
}

.infrastructure .infra-title {
  margin: 0 0 4px;
  font-weight: 700
}

.infrastructure .infra-desc {
  margin: 0;
  opacity: .9
}

.infrastructure .infra-note {
  margin-top: 18px
}

.infrastructure .infra-item:nth-child(1) {
  animation-delay: .05s
}

.infrastructure .infra-item:nth-child(2) {
  animation-delay: .1s
}

.infrastructure .infra-item:nth-child(3) {
  animation-delay: .15s
}

.infrastructure .infra-item:nth-child(4) {
  animation-delay: .2s
}

@keyframes infraZoomOut {
  from {
    transform: scale(1.03)
  }

  to {
    transform: scale(1)
  }
}

.we-creating .view {
  position: relative
}

.we-creating .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  animation: overlayFade .8s ease .15s forwards
}

.we-creating .we-creating-content {
  padding: 80px 0;
  position: relative;
  z-index: 2
}

.we-creating .creating-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0;
  font-size: 42px;
  line-height: 1.2
}

.we-creating .creating-title:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: var(--brand-color);
  margin: 14px auto 0;
  animation: underlineGrow .6s ease .25s forwards
}

.we-creating .creating-subtitle {
  color: #fff;
  opacity: .9;
  margin-top: 14px;
  font-size: 18px
}

.we-creating .view img.bg {
  transform: scale(1.06);
  transform-origin: center;
  animation: heroZoomOut 3.2s ease-out forwards
}

@keyframes creatingDown {
  from {
    opacity: 0;
    transform: translateY(-8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.we-creating .creating-title {
  animation: creatingDown .6s ease both
}

.we-creating .creating-subtitle {
  animation: fadeUp .6s ease .08s both
}

@media (max-width: 991px) {
  .we-creating .we-creating-content {
    padding: 60px 0
  }

  .we-creating .creating-title {
    font-size: 28px
  }
}

/* Top Footer CTA */
.top-footer-cta .view {
  position: relative
}

.top-footer-cta .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .4));
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  animation: overlayFade .8s ease .1s forwards
}

.top-footer-cta .cta-content {
  position: relative;
  z-index: 2;
  padding: 60px 0
}

.top-footer-cta h1,
.top-footer-cta h2,
.top-footer-cta h3,
.top-footer-cta h4,
.top-footer-cta h5,
.top-footer-cta h6 {
  text-transform: none !important;
  letter-spacing: .2px
}

.top-footer-cta .cta-title {
  color: #fff;
  font-weight: 800;
  margin: 0;
  font-size: 34px;
  line-height: 1.25
}

.top-footer-cta .cta-subtitle {
  color: #fff;
  opacity: .96;
  margin: 8px 0 0
}

.top-footer-cta .cta-subtitle .highlight {
  color: #fff !important
}

.top-footer-cta .cta-title,
.top-footer-cta .cta-subtitle {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35)
}

.top-footer-cta .cta-actions {
  margin-top: 16px
}

.top-footer-cta .cta-button {
  box-shadow: 0 8px 26px rgba(35, 157, 204, .28);
  transform: translateY(0);
  transition: transform .2s ease, box-shadow .2s ease
}

.top-footer-cta .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(35, 157, 204, .36)
}

.top-footer-cta .view img.bg {
  transform: scale(1.04);
  animation: heroZoomOut 2.8s ease-out forwards
}

.top-footer-cta .cta-title {
  animation: creatingDown .55s ease both
}

.top-footer-cta .cta-subtitle {
  animation: fadeUp .5s ease .08s both
}

.top-footer-cta .cta-actions {
  animation: fadeUp .5s ease .16s both
}

@media (max-width: 991px) {
  .top-footer-cta .view:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
  }
}

.footer-invest {
  padding-top: 40px
}

.footer-invest .footer-brand {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: .2px
}

.footer-invest .footer-title {
  position: relative;
  padding-bottom: 8px;
  margin: 0 0 12px;
  font-weight: 700
}

.footer-invest .footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--brand-color)
}

.footer-invest .footer-list {
  margin: 0;
  padding: 0
}

.footer-invest .footer-list li a {
  display: inline-block;
  color: inherit;
  opacity: .9;
  border-bottom: 1px solid transparent;
  transition: opacity .2s ease, border-color .2s ease
}

.footer-invest .footer-list li a:hover {
  opacity: 1;
  border-bottom-color: var(--brand-color)
}

.footer-invest .footer-social a {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  color: inherit;
  opacity: .9;
  transition: opacity .2s ease, color .2s ease, transform .2s ease
}

.footer-invest .footer-social a:hover {
  color: var(--brand-color);
  opacity: 1;
  transform: translateY(-1px)
}

.footer-invest .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.footer-invest .footer-social .social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease
}

.footer-invest .footer-social .social-link i,
.footer-invest .footer-social .social-link svg {
  font-size: 18px;
  line-height: 1
}

.footer-invest .footer-social .social-link:hover {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: var(--brand-on);
  transform: translateY(-2px)
}

.footer-invest .footer-lang {
  margin: 10px 0 0
}

.footer-invest .footer-bottom {
  margin-top: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-invest .footer__grid>[class*="col-"] {
  margin-bottom: 0
}

@media (max-width: 991px) {
  .footer-invest .footer__grid>[class*="col-"] {
    margin-bottom: 45px
  }

  .footer-invest .footer__grid>[class*="col-"]:last-child {
    margin-bottom: 0
  }
}

.footer-invest {
  background: linear-gradient(180deg, rgba(5, 14, 26, .98), rgba(5, 14, 26, .95));
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 36px;
  color: #cbd5e1
}

.footer-invest .footer-brand {
  font-weight: 800;
  letter-spacing: .3px;
  color: #e2e8f0
}

.footer-invest .footer-description p {
  color: #cbd5e1
}

.footer-invest .footer-social .social-link {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(35, 157, 204, .25);
  margin-right: 10px;
  transition: all .2s ease
}

.footer-invest .footer-social .social-link:hover {
  background: var(--brand-color);
  color: #fff;
  border-color: var(--brand-color)
}

.footer-invest .footer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 12px
}

.footer-invest .footer-title-icon {
  color: var(--brand-color)
}

.footer-invest .footer-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-invest .footer-list li {
  padding: 6px 0
}

.footer-invest .footer-list li a {
  text-decoration: none;
  color: #cbd5e1
}

.footer-invest .footer-list li a:hover {
  color: var(--brand-color)
}

.footer-invest .footer-li-icon {
  color: #94a3b8;
  margin-right: 6px
}

.footer-invest .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  color: #94a3b8
}

.footer-invest .footer-bottom a {
  color: var(--brand-color)
}

.footer-invest .footer-lang .langSel {
  border: 1px solid rgba(35, 157, 204, .35);
  border-radius: 4px
}

.footer-invest .footer-lang .langSel:focus {
  border-color: var(--brand-color);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(35, 157, 204, .15)
}

@media (max-width: 575px) {
  .footer-invest .footer-brand {
    font-size: 18px
  }

  .footer-invest .footer-title {
    font-size: 16px
  }

  .footer-invest .footer-list {
    font-size: 14px
  }
}

.footer-invest .footer-market {
  margin: 8px 0 4px
}

.footer-invest .footer-market .tradingview-widget-container {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 14, 26, .88)
}
.footer-invest .footer-market .tradingview-widget-container iframe {filter: brightness(.85) contrast(1.05)}

.art-invest .view {
  position: relative
}

.art-invest .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.art-invest .content {
  position: relative;
  z-index: 2
}

.art-intro .art-intro-content {
  padding: 60px 0
}

.art-overview .art-overview-content {
  padding: 60px 0
}

.art-pleasure .art-pleasure-content {
  padding: 60px 0
}

.art-stats .art-stats-content {
  padding: 60px 0
}

.art-invest .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.art-invest .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.art-lead {
  color: #333;
  opacity: .92;
  margin-top: 8px
}

.art-grid {
  margin-top: 16px
}

.art-item {
  margin-bottom: 20px
}

.art-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(20, 20, 20, .06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.art-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.art-card-text {
  margin: 0
}

.art-stats-grid {
  margin-top: 18px
}

.art-stat-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, .06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.art-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.art-stat-value {
  font-weight: 800;
  font-size: 22px;
  color: var(--brand-color);
  margin-bottom: 6px
}

.art-stat-label {
  color: #333;
  opacity: .92
}

.trade-assets-1 .trade-assets-content {
  padding: 60px 0
}

.trade-assets-1 .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 12px
}

.trade-assets-1 .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 92px;
  height: 3px;
  background: var(--brand-color)
}

.trade-assets-1 .trade-header {
  margin-bottom: 8px
}

.trade-assets-1 .trade-eyebrow {
  display: inline-block;
  background: rgba(35, 157, 204, .12);
  color: var(--brand-color);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px
}

.trade-assets-1 .trade-title-xl {
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 34px
}

.trade-assets-1 .trade-subtitle {
  margin-top: 8px;
  color: #333;
  opacity: .92
}

.trade-assets-2 .trade-assets-2-content {
  padding: 60px 0
}

.trade-assets-2 .trade-assets-grid {
  margin-top: 12px
}

.trade-assets-2 .trade-assets-item {
  margin-bottom: 18px
}

.trade-assets-2 .trade-assets-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(20, 20, 20, .06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.trade-assets-2 .trade-assets-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.trade-assets-2 .trade-assets-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(35, 157, 204, .12);
  color: var(--brand-color);
  font-weight: 900;
  margin-bottom: 8px
}

.trade-assets-2 .trade-assets-card-badge i {
  font-size: 14px
}

.trade-assets-2 .trade-assets-card-title {
  margin: 0 0 8px;
  font-weight: 700
}

.trade-assets-2 .trade-assets-card-text {
  margin: 0;
  color: #333;
  opacity: .92
}

.trade-assets-2 .trade-assets-note {
  margin-top: 16px
}

.trade-crypto .view {
  position: relative
}

.trade-crypto .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(35, 157, 204, .45));
  pointer-events: none;
  z-index: 1
}

.trade-crypto .trade-crypto-content {
  position: relative;
  z-index: 2;
  padding: 60px 0
}

.trade-crypto .trade-crypto-title {
  color: #fff;
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px
}

.trade-crypto .section-header .bottom-line:after,
.trade-crypto .trade-crypto-title.bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.trade-crypto .trade-crypto-list {
  margin-top: 12px
}

.trade-crypto .trade-crypto-item {
  display: inline-block;
  color: #fff;
  opacity: .92;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 12px;
  border-radius: 999px;
  margin: 6px
}

.terms .view {
  position: relative
}

.terms .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.terms .terms-content {
  position: relative;
  z-index: 2;
  padding: 60px 0
}

.terms .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.terms .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.terms .terms-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, .08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
  padding: 20px
}

.terms .terms-body {
  color: #333;
  opacity: .95;
  line-height: 1.7
}

.policy .view {
  position: relative
}

.policy .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.policy .policy-content {
  position: relative;
  z-index: 2;
  padding: 60px 0
}

.policy .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.policy .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.policy .policy-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, .08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
  padding: 20px
}

.policy .policy-body {
  color: #333;
  opacity: .95;
  line-height: 1.7
}

.contact .view {
  position: relative
}

.contact .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.contact .contact-content {
  position: relative;
  z-index: 2;
  padding: 64px 0
}

.contact .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.contact .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color, #239dcc)
}

.contact .contact-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px
}

.contact .contact-subtitle {
  margin-top: 8px;
  color: #333;
  opacity: .92
}

.contact .contact-info .big-font {
  color: #333
}

.contact .contact-info .big-font .highlight {
  color: var(--brand-color, #239dcc)
}

.contact .contact-info .fa-stack .fa-circle {
  color: rgba(35, 157, 204, .25)
}

.contact .contact-info .fa-stack .fa-twitter,
.contact .contact-info .fa-stack .fa-facebook,
.contact .contact-info .fa-stack .fa-youtube {
  color: var(--brand-color, #239dcc)
}

.contact .contact-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, .08);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
  padding: 22px
}

.contact .contact-form .alt-placeholder {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px
}

.contact .contact-form input[type=text],
.contact .contact-form input[type=email],
.contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, .12);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  color: #222
}

.contact .contact-form textarea {
  min-height: 140px;
  resize: vertical
}

.contact .contact-form input[type=text]:focus,
.contact .contact-form input[type=email]:focus,
.contact .contact-form textarea:focus {
  outline: none;
  border-color: var(--brand-color, #239dcc);
  box-shadow: 0 0 0 3px rgba(35, 157, 204, .15)
}

.contact .contact-form .button {
  background: var(--brand-color, #239dcc) !important;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 10px 20px
}

.contact .contact-map-btn {
  border-color: var(--brand-color, #239dcc) !important;
  color: var(--brand-color, #239dcc) !important;
  border-radius: 999px
}

.contact .contact-map-btn:hover {
  background: var(--brand-color, #239dcc) !important;
  color: #fff !important
}

.gallery-section h1,
.gallery-section h2,
.gallery-section h3,
.gallery-section h4,
.gallery-section h5,
.gallery-section h6 {
  text-transform: none !important;
  letter-spacing: .2px
}

.gallery-section .gallery-content {
  padding: 64px 0
}

.gallery-section .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.gallery-section .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.gallery .filter .nav>li>a {
  display: inline-block;
  border: 1px solid rgba(35, 157, 204, .25);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 4px;
  color: #333;
  transition: all .2s ease
}

.gallery .filter .nav>li>a.active,
.gallery .filter .nav>li>a:hover {
  background: rgba(35, 157, 204, .08);
  border-color: var(--brand-color);
  color: var(--brand-color) !important
}

.gallery .grid .item a {
  position: relative;
  display: block
}

.gallery .grid {
  margin-left: -12px;
  margin-right: -12px
}

.gallery .grid .item {
  padding: 12px
}

.gallery .grid .item a img {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease
}

.gallery .grid .item a .overlay {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(35, 157, 204, .07), rgba(0, 0, 0, .35));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s ease
}

.gallery .grid .item:hover a img {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12)
}

.gallery .grid .item:hover a .overlay {
  opacity: 1
}

.gallery .grid .item .overlay .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px
}

.gallery .grid .item .overlay i {
  color: #fff;
  font-size: 22px;
  opacity: .95
}

.gallery-overlay .overlay-content .div {
  padding-top: 12px;
  padding-bottom: 12px
}

.gallery-overlay .loaded-content .div img {
  width: 100%;
  height: auto;
  max-height: 520px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18)
}

.gallery-overlay .loaded-content .div iframe {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18)
}

.faq .view {
  position: relative
}

.faq .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(35, 157, 204, .35));
  pointer-events: none;
  z-index: 1
}

.faq .faq-content {
  padding: 64px 0;
  position: relative;
  z-index: 2
}

.faq .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.faq .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: 3px;
  background: var(--brand-color)
}

.faq .faq-header {
  text-align: center;
  margin-bottom: 14px
}

.faq .faq-header .bottom-line:after {
  left: 50%;
  transform: translateX(-50%)
}

.faq .faq-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px
}

.faq .faq-subtitle {
  margin-top: 8px;
  color: #333;
  opacity: .92
}

.faq .faq-list {
  max-width: 880px;
  margin: 18px auto 0
}

.faq .faq-list {
  margin-top: 12px
}

.faq .faq-item {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .06);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease
}

.faq .faq-item .panel-heading {
  background: transparent;
  padding: 0
}

.faq .faq-item .panel-title {
  margin: 0
}

.faq .faq-item .panel-title .collapse-btn {
  display: block;
  padding: 16px 48px 16px 18px;
  color: #222;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(20, 20, 20, .06)
}

.faq .faq-item:first-child .panel-title .collapse-btn {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.faq .faq-item .panel-title .collapse-btn:hover {
  background: rgba(35, 157, 204, .06)
}

.faq .faq-item .panel-title .collapse-btn:after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: var(--brand-color)
}

.faq .faq-item .panel-title .collapse-btn[aria-expanded="true"]:after {
  content: "−"
}

.faq .faq-item .panel-collapse .panel-body {
  padding: 16px 18px;
  color: #333
}

.faq .faq-item .panel-collapse.in~.panel-title .collapse-btn,
.faq .faq-item .panel-title .collapse-btn[aria-expanded="true"] {
  border-bottom-color: rgba(35, 157, 204, .25)
}

.faq .faq-item .panel-collapse.in+.panel-body {
  border-top: 1px solid rgba(35, 157, 204, .25)
}

.faq .faq-item .panel-collapse.in .panel-body {
  border-top: 1px solid rgba(20, 20, 20, .06)
}

.faq .faq-item:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-color: rgba(35, 157, 204, .25)
}

.home-hero .hero-content {
  text-align: center
}

.home-hero .hero-eyebrow {
  color: #fff;
  opacity: .85;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.home-hero .hero-subtitle {
  color: #fff;
  opacity: .92
}

.home-hero .hero-cta .button {
  margin: 6px 8px 0;
  animation: fadeUp .5s ease both
}

.home-hero .hero-cta .button:nth-child(1) {
  animation-delay: .12s
}

.home-hero .hero-cta .button:nth-child(2) {
  animation-delay: .22s
}

.button.button--outline {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important
}

.button.button--outline:hover {
  background: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
  color: var(--brand-on) !important
}

.button.button--primary {
  background-color: var(--brand-color) !important;
  border-color: var(--brand-color) !important;
  color: var(--brand-on) !important
}

.button.button--primary:hover {
  background-color: var(--brand-color-dark) !important;
  border-color: var(--brand-color-dark) !important
}

/* Incubation */
.incubation .incubation-content {
  padding: 60px 0
}

.incubation .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.incubation .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--brand-color);
  animation: underlineGrow .6s ease .15s forwards
}

.incubation .incubation-sub {
  margin-top: 10px;
  animation: fadeUp .45s ease .1s both
}

@keyframes overlayFade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes underlineGrow {
  from {
    width: 0
  }

  to {
    width: 96px
  }
}

@keyframes heroZoomOut {
  from {
    transform: scale(1.06)
  }

  to {
    transform: scale(1)
  }
}

/* About */
.about {
  padding: 60px 0
}

.about .about-grid {
  align-items: center;
  gap: 20px
}

.about .about-media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.about .about-content-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #249ece;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06)
}

.about .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.about .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 3px;
  background: var(--brand-color)
}

.about .about-features {
  margin-top: 20px
}

.about .about-feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  border: 1px solid #249ece;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.about .about-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.about .about-feature-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(35, 157, 204, .12);
  color: var(--brand-color);
  font-size: 13px
}

.about .about-feature-title {
  font-weight: 700
}

@media (max-width: 991px) {
  .about .about-grid>[class*="col-"] {
    margin-bottom: 24px
  }

  .about .about-grid>[class*="col-"]:last-child {
    margin-bottom: 0
  }

  .about .about-features>[class*="col-"] {
    margin-bottom: 18px
  }

  .about .about-features>[class*="col-"]:last-child {
    margin-bottom: 0
  }
}

.freedom {
  padding: 60px 0;
  background: #f7f9fb
}

.freedom .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 12px
}

.freedom .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 3px;
  background: var(--brand-color)
}

.freedom .freedom-grid {
  margin-top: 16px
}

.freedom .freedom-card {
  background: #fff;
  border: 1px solid #249ece;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.freedom .freedom-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.freedom .freedom-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(35, 157, 204, .12);
  color: var(--brand-color)
}

.freedom .freedom-icon i,
.freedom .freedom-icon svg {
  font-size: 18px;
  line-height: 1
}

.freedom .freedom-card-title {
  font-weight: 700
}

.freedom .freedom-card-sub {
  opacity: .9;
  margin: 4px 0 0
}

@media (max-width: 991px) {
  .freedom .freedom-grid>[class*="col-"] {
    margin-bottom: 18px
  }

  .freedom .freedom-grid>[class*="col-"]:last-child {
    margin-bottom: 0
  }
}

.counter {
  padding: 60px 0
}

.counter .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 12px
}

.counter .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 3px;
  background: var(--brand-color)
}

.counter .counter-grid {
  margin-top: 16px
}

.counter .counter-card {
  background: #fff;
  border: 1px solid #249ece;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.counter .counter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.counter .counter-card-title {
  font-weight: 700
}

.counter .counter-card-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 6px 0 4px
}

.counter .counter-count {
  font-size: 36px;
  font-weight: 800;
  color: var(--brand-color)
}

.counter .counter-plus {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-color)
}

.counter .counter-card-sub {
  opacity: .9
}

@media (max-width: 991px) {
  .counter .counter-grid>[class*="col-"] {
    margin-bottom: 18px
  }

  .counter .counter-grid>[class*="col-"]:last-child {
    margin-bottom: 0
  }
}

.counter .view {
  position: relative
}

.counter .view:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 157, 204, .18), rgba(0, 0, 0, .68));
  pointer-events: none;
  z-index: 1
}

.counter .content {
  position: relative;
  z-index: 2
}

.counter .section-header h3 {
  color: #fff
}

.counter .view img.bg {
  transform: scale(1.04);
  animation: heroZoomOut 2.8s ease-out forwards;
  filter: brightness(.74) contrast(.95) saturate(.88) blur(.8px)
}

@media (max-width: 991px) {
  .counter .view:before {
    background: linear-gradient(0deg, rgba(35, 157, 204, .20), rgba(0, 0, 0, .72))
  }
}

.portfolio {
  padding: 60px 0
}

.portfolio .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.portfolio .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 3px;
  background: var(--brand-color)
}

.portfolio .portfolio-sub {
  opacity: .9
}

.portfolio .portfolio-grid {
  margin-top: 16px
}

.portfolio .portfolio-card {
  background: #fff;
  border: 1px solid #249ece;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.portfolio .portfolio-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  border-color: rgba(35, 157, 204, .25)
}

.portfolio .portfolio-card-title {
  font-weight: 700
}

.portfolio .portfolio-card-sub {
  opacity: .9;
  margin-top: 4px
}

@media (max-width: 991px) {
  .portfolio .portfolio-grid>[class*="col-"] {
    margin-bottom: 16px
  }

  .portfolio .portfolio-grid>[class*="col-"]:last-child {
    margin-bottom: 0
  }
}

.portfolio-footer {
  position: relative
}

.portfolio-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 157, 204, .16), rgba(0, 0, 0, .64));
  z-index: 1
}

.portfolio-footer .content {
  position: relative;
  z-index: 2;
  padding: 20px 0
}

.portfolio-footer .section-footer h3 {
  color: #fff
}

.portfolio-footer img.bg {
  transform: scale(1.04);
  animation: heroZoomOut 2.8s ease-out forwards;
  filter: brightness(.78) contrast(.95) saturate(.9)
}

.sign-today {
  padding: 60px 0
}

.sign-today .section-header .bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.sign-today .section-header .bottom-line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 96px;
  height: 3px;
  background: var(--brand-color)
}

.sign-today .sign-sub {
  opacity: .9
}

.sign-today .sign-actions {
  display: flex;
  justify-content: center;
  margin-top: 16px
}

.sign-today .sign-actions .button {
  min-width: 180px
}

.inv-breadcrumb .inv-breadcrumb-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .08;
  filter: grayscale(100%);
  z-index: 0
}

.inv-breadcrumb .container {
  position: relative;
  z-index: 2
}
