img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

em {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
  margin: 0;
  font-weight: 400;
}

.deco {
  width: 188px;
  height: 20px;
  background: url(../../images/deco-dots.svg) center repeat-x;
}

.dots {
  width: 40px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDQwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjQzhEOUU5Ii8+CjxjaXJjbGUgY3g9IjIwIiBjeT0iNCIgcj0iNCIgZmlsbD0iI0M4RDlFOSIvPgo8Y2lyY2xlIGN4PSIzNiIgY3k9IjQiIHI9IjQiIGZpbGw9IiNDOEQ5RTkiLz4KPC9zdmc+Cg==) center no-repeat;
}

.text-indent {
  text-indent: 2rem;
}

.ul-has-circle {
  line-height: 1.75;
}
.ul-has-circle li {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSI0IiBjeT0iNCIgcj0iMyIgc3Ryb2tlPSIjRkNEN0ExIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  padding-left: 0.25rem;
}

.ul-has-check {
  line-height: 1.75;
}
.ul-has-check li {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjYxNCAzLjgyMzU4QzEzLjA0NTUgMy4zOTIxNCAxMy43NDUgMy4zOTIxNCAxNC4xNzY0IDMuODIzNThDMTQuNjAyNiA0LjI0OTczIDE0LjYwNzggNC45Mzc0MSAxNC4xOTIxIDUuMzY5OThMOC4zMTE0NCAxMi43MjA4QzguMzAyOTYgMTIuNzMxNCA4LjI5Mzg5IDEyLjc0MTUgOC4yODQyOCAxMi43NTExQzcuODUyODQgMTMuMTgyNiA3LjE1MzMzIDEzLjE4MjYgNi43MjE4OSAxMi43NTExTDIuODIzNTggOC44NTI4NEMyLjM5MjE0IDguNDIxMzkgMi4zOTIxNCA3LjcyMTg5IDIuODIzNTggNy4yOTA0NUMzLjI1NTAyIDYuODU5MDEgMy45NTQ1MyA2Ljg1OTAxIDQuMzg1OTcgNy4yOTA0NUw3LjQ2OTggMTAuMzc0M0wxMi41ODQ3IDMuODU2NjNDMTIuNTkzOCAzLjg0NTA0IDEyLjYwMzYgMy44MzQgMTIuNjE0IDMuODIzNThaIiBmaWxsPSIjRkNEN0ExIi8+Cjwvc3ZnPgo=);
  padding-left: 0.25rem;
}

.text-normal {
  color: #3f4c55 !important;
}

.text-label {
  color: #8d9da7 !important;
}

.text-emphasis {
  color: #2A4198 !important;
}

.text-blue {
  color: #5877BA !important;
}

.bg-orange {
  background-color: #F6AE69 !important;
}

.bg-orange-lighten {
  background-color: #FCD7A1 !important;
}

.bg-blue {
  background-color: #5877BA !important;
}

.bg-label {
  background-color: #8d9da7 !important;
}

.bg-blue-lighten {
  background-color: #C8D9E9 !important;
}

.border-blue-lighten {
  border: 1px solid #C8D9E9 !important;
}

.font-base {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.875rem !important;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-xl {
  font-size: 1.5rem !important;
}

.heading-icon, .dashboard-icon, .intro-icon {
  display: inline-block;
  background: center no-repeat;
  background-size: 100%;
}

.header {
  height: 64px;
}

.brand-container {
  width: 100%;
}

.main-menu-container.offcanvas-lg {
  width: 60vw;
  background: url(../../images/menu-bg.jpg) center bottom no-repeat;
  background-size: 100%;
}
.main-menu-container.offcanvas-lg .offcanvas-body .navbar-nav {
  --bs-nav-link-color: #f2f3f7;
  font-size: 1.125rem;
}
.main-menu-container.offcanvas-lg .offcanvas-body .navbar-nav .subtitle {
  margin-top: 0.25rem;
  color: #3f4c55;
  font-size: 0.75rem;
}

.navbar-brand {
  width: 36px;
  height: 36px;
  padding: 0;
}

@media (min-width: 992px) {
  .brand-container {
    width: auto;
  }
  .main-menu-container.offcanvas-lg {
    background: none;
  }
  .main-menu-container.offcanvas-lg .offcanvas-body {
    justify-content: center;
    width: calc(100% - 115px);
  }
  .main-menu-container.offcanvas-lg .offcanvas-body .navbar-nav {
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-nav-link-color: #3f4c55;
    font-size: 1rem;
  }
  .main-menu-container .nav-item {
    position: relative;
  }
  .main-menu-container .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: -12px;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #81C0EA;
  }
}
html, body {
  scroll-behavior: smooth;
  scroll-padding: 80px;
  cursor: default;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}

.page-heading h2 {
  font-size: 1.25rem;
}

.section-heading h3 {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .page-heading h2 {
    font-size: 1.5rem;
  }
}
.footer {
  background: url(../../images/footer-bg.png) center bottom no-repeat;
  background-size: cover;
}
.footer .logo {
  width: 100px;
  height: 60px;
}

@media (min-width: 992px) {
  .footer {
    height: 19.53vw;
    background-size: 100%;
  }
}
[data-module=index] .banner-section {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 64px);
  background: url(../../images/intro-bg.jpg) 20% bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
[data-module=index] .banner-section p {
  padding: 1.5rem 1rem 0;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 300;
}
[data-module=index] .banner-section.with-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
[data-module=index] .banner-section.with-video .innosoft-title,
[data-module=index] .banner-section.with-video .btn {
  position: static;
  z-index: 10;
}
[data-module=index] .innosoft-title {
  padding: 1.75rem 1rem 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
[data-module=index] .slogan {
  width: 324px;
}
[data-module=index] .display-section .slider-container {
  position: relative;
  width: calc(80vw - 12%);
}
[data-module=index] .display-section .frame {
  position: absolute;
  top: 0;
  left: calc((100% - 80vw) / 2);
  z-index: 100;
  width: 80vw;
}
[data-module=index] .display-section .swiper {
  overflow: visible;
}
[data-module=index] .display-section .swiper-nav-button {
  width: 24px;
  height: 24px;
  color: #3f4c55;
  font-size: 1.5rem;
  opacity: 0.75;
}
[data-module=index] .display-section .swiper-nav-button:hover {
  opacity: 1;
}
[data-module=index] .display-section .swiper-button-next {
  right: -20%;
}
[data-module=index] .display-section .swiper-button-prev {
  left: -20%;
}
[data-module=index] .display-section .swiper-pagination {
  bottom: -40%;
}
[data-module=index] .display-section .swiper-pagination-bullet-active {
  background: #81C0EA;
}

.intro-icon {
  width: 40px;
  height: 40px;
}

.intro-icon-1 {
  background-image: url(../../images/icons/intro-icon-1.svg);
}

.intro-icon-2 {
  background-image: url(../../images/icons/intro-icon-2.svg);
}

.intro-icon-3 {
  background-image: url(../../images/icons/intro-icon-3.svg);
}

.intro-icon-4 {
  background-image: url(../../images/icons/intro-icon-4.svg);
}

.intro-icon-5 {
  background-image: url(../../images/icons/intro-icon-5.svg);
}

.dashboard-icon {
  width: 24px;
  height: 24px;
}

.dashboard-icon-1 {
  background-image: url(../../images/icons/dashboard-icon-1.svg);
}

.dashboard-icon-2 {
  background-image: url(../../images/icons/dashboard-icon-2.svg);
}

.dashboard-icon-3 {
  background-image: url(../../images/icons/dashboard-icon-3.svg);
}

.dashboard-icon-4 {
  background-image: url(../../images/icons/dashboard-icon-4.svg);
}

.heading-icon {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjIiIHI9IjEiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNGNkFFNjkiIHN0cm9rZS13aWR0aD0iMiIvPgo8cmVjdCB4PSI2IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMCIgcng9IjIiIGZpbGw9IiNDOEQ5RTkiLz4KPC9zdmc+Cg==);
}

.paragraph {
  line-height: 1.75;
}

.about-company .grouped {
  display: flex;
  gap: 1rem;
}
.about-company .grouped dt {
  flex-shrink: 0;
  width: 72px;
}

.company-timeline {
  position: relative;
  padding-left: 28px;
}
.company-timeline:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #FCD7A1;
}
.company-timeline dt {
  position: relative;
  margin-bottom: 0.5rem;
  color: #5877BA;
  font-size: 1.125rem;
}
.company-timeline dt:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 6px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FCD7A1;
  border: 4px solid #F6AE69;
  border-radius: 50%;
}

.solution-heading {
  display: flex;
  justify-content: center;
  height: 40px;
  line-height: 40px;
}
.solution-heading .package {
  --package-bg: #FCD7A1;
  position: relative;
  height: 100%;
  padding: 0 0.25rem 0 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.solution-heading .package:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--package-bg);
}
.solution-heading h3 {
  height: 100%;
  padding: 0 1.5rem 0 36px;
  line-height: 40px;
  color: #fff;
  font-size: 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
}

.solution-thumb {
  max-width: 800px;
}

.sports-solution .thumb img {
  max-height: 200px;
}

@media (min-width: 992px) {
  [data-module=index] .banner-section {
    height: calc(var(--vh, 1vh) * 100 - 72px);
  }
  [data-module=index] .banner-section p {
    padding-left: 2.5rem;
    text-align: left;
  }
  [data-module=index] .banner-section ul {
    position: absolute;
    right: 15vw;
    bottom: 20%;
  }
  [data-module=index] .banner-section.with-video {
    border-radius: 0 0 50% 50%;
  }
  [data-module=index] .innosoft-title {
    padding: 1.5rem 2.5rem 1rem;
    line-height: 1.25;
    font-size: 2rem;
  }
  [data-module=index] .slogan {
    width: 460px;
  }
  [data-module=index] .display-section .slider-container {
    width: calc(60vw - 8%);
  }
  [data-module=index] .display-section .frame {
    left: calc((100% - 60vw) / 2);
    width: 60vw;
    pointer-events: none;
  }
  [data-module=index] .display-section .swiper-nav-button {
    width: 64px;
    height: 64px;
    font-size: 64px;
  }
  [data-module=index] .display-section .swiper-pagination {
    bottom: -20%;
  }
  .intro-icon {
    width: 64px;
    height: 64px;
  }
}/*# sourceMappingURL=inno-main.css.map */