.bisigma__footer {
  background-color: #e3eff6;
  padding: 2rem 3rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
  .bisigma__footer .head {
    display: flex;
    align-items: center;
    gap: 3rem; }
    .bisigma__footer .head .footer__logo {
      width: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      .bisigma__footer .head .footer__logo .logo_link .logo_img {
        width: 100%; }
    .bisigma__footer .head .footer__contact-info .contact-list {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
      list-style: none; }
      .bisigma__footer .head .footer__contact-info .contact-list .list-item {
        color: #101935;
        margin: 0;
        text-align: left; }
  .bisigma__footer .footer__copyright {
    color: #101935;
    text-align: center; }
    .bisigma__footer .footer__copyright .copyright {
      margin: 0; }

@media (max-width: 900px) {
  .bisigma__footer {
    padding: 2rem;
    justify-content: center;
    gap: 1rem; }
    .bisigma__footer .head {
      gap: 1rem;
      flex-direction: column; }
      .bisigma__footer .head .footer__contact-info .contact-list {
        padding: 0;
        margin: 0;
        gap: 0.4rem; }
        .bisigma__footer .head .footer__contact-info .contact-list .list-item {
          text-align: center; }
    .bisigma__footer .footer__copyright .copyright {
      font-size: 0.8rem;
      color: #101935;
      text-align: center;
      border-top: 2px solid #277299;
      padding: 0.5rem; } }

nav {
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  backdrop-filter: blur(4px);
  transition: opacity 0.5s ease-in-out;
  background-color: #e3eff6; }
  nav .logo {
    max-width: 150px;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    nav .logo_link .logo_img {
      width: 100%; }
  nav .nav-items {
    padding-left: 0;
    margin-right: 0;
    list-style: none;
    transition: all 0.6s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem; }
    nav .nav-items .nav-item,
    nav .nav-items .dropdown {
      position: relative;
      margin: 0; }
      nav .nav-items .nav-item .nav-link,
      nav .nav-items .nav-item .dropdown-toggle,
      nav .nav-items .dropdown .nav-link,
      nav .nav-items .dropdown .dropdown-toggle {
        color: #101935;
        font-size: 1.2rem;
        font-weight: 600; }
        nav .nav-items .nav-item .nav-link:hover,
        nav .nav-items .nav-item .dropdown-toggle:hover,
        nav .nav-items .dropdown .nav-link:hover,
        nav .nav-items .dropdown .dropdown-toggle:hover {
          color: #5dc1e5;
          text-decoration: underline;
          text-decoration-color: #277299; }
      nav .nav-items .nav-item .nav-link,
      nav .nav-items .dropdown .nav-link {
        margin-left: 1rem; }
      nav .nav-items .nav-item .dropdown-menu,
      nav .nav-items .dropdown .dropdown-menu {
        display: block;
        margin: 0;
        border: 0;
        max-height: 0px;
        padding: 0 !important;
        min-width: 150px;
        max-width: 300px;
        background-color: #277299;
        border-radius: 5px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.6s ease-in-out; }
        nav .nav-items .nav-item .dropdown-menu .dropdown-item,
        nav .nav-items .dropdown .dropdown-menu .dropdown-item {
          color: #ffffff;
          text-decoration: none;
          display: none;
          padding: 1rem 0; }
          nav .nav-items .nav-item .dropdown-menu .dropdown-item:hover,
          nav .nav-items .dropdown .dropdown-menu .dropdown-item:hover {
            color: #309dc4;
            background-color: #ecf5fb;
            font-weight: 600; }

.hamburger-button {
  display: none;
  background-color: transparent;
  border: 5px;
  color: #277299;
  cursor: pointer; }
  .hamburger-button:focus {
    outline: none; }

@media (hover: hover) {
  nav .nav-items .dropdown:hover .dropdown-menu {
    min-width: 160px;
    max-height: 700px; }
  nav .nav-items .dropdown:hover .dropdown-menu .dropdown-item {
    padding: 1rem 1rem;
    display: block; } }

@media (max-width: 1000px) {
  nav {
    padding: 0rem 2rem; }
    nav .hamburger-button {
      display: block;
      font-size: 3.2rem; }
    nav .nav-items {
      width: 100%;
      max-height: 0px;
      height: 115 0px;
      padding: 0;
      overflow: hidden;
      transition: all 0.4s ease-in-out;
      background-color: #e3eff6;
      position: absolute;
      top: 5rem;
      left: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem; }
      nav .nav-items.show {
        max-height: 2500px;
        border-top: 2px solid #277299;
        border-bottom: 2px solid #277299; }
      nav .nav-items.visible {
        overflow-y: scroll; }
      nav .nav-items .nav-item {
        padding: 0.4rem 1rem; }
        nav .nav-items .nav-item:last-child {
          margin-bottom: 1rem; }
        nav .nav-items .nav-item .nav-link {
          font-size: 1.4rem !important;
          color: #101935; }
        nav .nav-items .nav-item .dropdown-toggle {
          font-size: 2rem; } }

@media (max-width: 500px) {
  nav {
    padding: 0rem 1rem; }
    nav .hamburger-button {
      font-size: 3rem; }
    nav .nav-items {
      max-height: 0px;
      height: 115 0px;
      padding: 0;
      position: absolute;
      top: 5rem;
      left: 0;
      gap: 0.8rem; }
      nav .nav-items.show {
        max-height: 2500px;
        border-top: 2px solid #277299; }
      nav .nav-items.visible {
        overflow-y: scroll; }
      nav .nav-items .nav-item {
        padding: 0.2rem 0.7rem; }
        nav .nav-items .nav-item:last-child {
          margin-bottom: 0.7rem; }
        nav .nav-items .nav-item .nav-link {
          font-size: 1.1rem !important;
          color: #101935; }
        nav .nav-items .nav-item .dropdown-toggle {
          font-size: 1.8rem; }
  .hamburger-button {
    margin-right: 1rem; } }

.hero {
  margin: 0; }

.hero-container {
  height: 600px; }
  .hero-container .image-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .hero-container .image-container .hero-bg_img {
      transform: scale(1.7);
      filter: brightness(70%);
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: -2%;
      width: 100%;
      height: 100%;
      z-index: -1;
      object-fit: cover; }
    .hero-container .image-container .title-phrase {
      margin: auto 0;
      z-index: 20;
      width: 50%; }
      .hero-container .image-container .title-phrase h1 {
        padding: 0 1rem;
        font-size: 5rem;
        font-weight: 400;
        opacity: 1;
        color: #101935; }
        .hero-container .image-container .title-phrase h1 p:nth-child(1) {
          font-weight: 400; }
        .hero-container .image-container .title-phrase h1 p:nth-child(2) {
          color: #277299;
          font-weight: 600;
          font-style: bold; }
    .hero-container .image-container .icons {
      margin-right: 3rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .hero-container .image-container .icons .fa-solid {
        color: #277299;
        font-size: 7rem;
        margin-right: 1rem;
        margin: 3rem; }

.bi-title {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 55px;
  border-bottom-style: dotted;
  border-bottom: 1px dotted #277299 !important; }

.bi-subtitle {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 4px;
  text-transform: none;
  font-size: 55px;
  color: #ffffff;
  line-height: 1.33; }
  .bi-subtitle p {
    margin: 0 0 20px;
    font-size: 55px; }

.bi-text {
  margin-top: 1rem;
  text-align: left;
  color: #ffffff; }
  .bi-text .bi-text_paragraph {
    font-size: 24px;
    text-align: left;
    font-size: 18px; }

@media (max-width: 600px) {
  .bi-text .bi-text_paragraph {
    text-align: left; } }

@media (max-width: 1000px) {
  .hero-container .image-container {
    justify-content: center; }
    .hero-container .image-container img {
      transform: scale(1.2); }
    .hero-container .image-container .title-phrase {
      text-align: center;
      margin-top: 6rem !important;
      margin-right: 0;
      margin-left: 0;
      padding: 2rem;
      width: 90%;
      margin: 12rem auto; }
      .hero-container .image-container .title-phrase h1 {
        font-size: 5rem;
        text-align: center; }
      .hero-container .image-container .title-phrase .bi-text .bi-text_paragraph {
        text-align: center; }
    .hero-container .image-container .icons {
      width: 70%;
      place-items: center;
      margin-right: 0rem; }
      .hero-container .image-container .icons .fa-solid {
        margin-top: 0rem;
        font-size: 5rem; } }

@media (max-width: 600px) {
  .hero {
    margin: 0; }
  .hero-container {
    height: 450px; }
    .hero-container .image-container {
      position: relative;
      overflow: hidden;
      height: 100%;
      padding: 0 3rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .hero-container .image-container .hero-bg_img {
        transform: scale(1.7);
        filter: brightness(70%);
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: -2%;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover; }
      .hero-container .image-container .title-phrase {
        margin: 0 auto;
        padding: 1rem;
        z-index: 20;
        width: 100%;
        margin-top: 0 !important; }
        .hero-container .image-container .title-phrase h1 {
          padding: 0 0.5rem;
          font-size: 3rem;
          font-weight: 400;
          opacity: 1;
          color: #101935; }
          .hero-container .image-container .title-phrase h1 p:nth-child(1) {
            font-weight: 400; }
          .hero-container .image-container .title-phrase h1 p:nth-child(2) {
            color: #277299;
            font-weight: 600;
            font-style: bold; }
      .hero-container .image-container .icons {
        margin-right: 1.5rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .hero-container .image-container .icons .fa-solid {
          color: #277299;
          font-size: 3rem;
          margin-right: 0.5rem;
          margin: 1.5rem; }
  .bi-title {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    color: #ffffff;
    font-size: 24px;
    border-bottom-style: dotted;
    border-bottom: 1px dotted #277299 !important; }
  .bi-subtitle {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.33;
    width: 100%; }
    .bi-subtitle p {
      margin: 0 0 10px;
      font-size: 24px;
      width: 100%; }
  .bi-text {
    margin-top: 0.5rem;
    text-align: left;
    color: #ffffff; }
    .bi-text .bi-text_paragraph {
      font-size: 24px;
      text-align: left;
      font-size: 16px; } }

.summary {
  background-color: #ecf5fb; }
  .summary .summary__container {
    padding: 1.5rem 3rem;
    padding: 3rem; }
    .summary .summary__container .summary__content {
      width: 100%; }
      .summary .summary__container .summary__content .contact-btn {
        position: relative;
        display: none;
        align-items: center;
        justify-content: flex-end;
        gap: 2rem;
        flex: 1;
        border: none;
        background-color: #ecf5fb;
        height: 100px; }
        .summary .summary__container .summary__content .contact-btn:hover {
          cursor: pointer; }
          .summary .summary__container .summary__content .contact-btn:hover::before {
            color: #309dc4; }
          .summary .summary__container .summary__content .contact-btn:hover .fa-solid {
            color: #309dc4;
            cursor: pointer; }
        .summary .summary__container .summary__content .contact-btn::before {
          content: "Contact";
          top: 12px;
          left: 13rem;
          font-size: 4rem;
          font-family: "Noto Sans", sans-serif;
          font-weight: 600;
          width: fit-content;
          height: fit-content; }
        .summary .summary__container .summary__content .contact-btn .fa-solid {
          top: 0px;
          right: 0;
          height: fit-content;
          color: #277299;
          font-size: 7rem;
          margin-right: 3rem; }
          .summary .summary__container .summary__content .contact-btn .fa-solid::before {
            height: fit-content; }
        .summary .summary__container .summary__content .contact-btn .fa-envelope-open {
          top: -14px; }
    .summary .summary__container .summary-text {
      font-size: 1.4rem;
      color: #101935;
      margin-bottom: 0;
      padding: 0.5rem 0;
      text-align: left; }

@media (max-width: 1000px) {
  .summary .summary__container .summary-text {
    padding: 0;
    font-size: 1.2rem;
    text-align: center; } }

@media (max-width: 600px) {
  .summary .summary__container {
    padding: 1.5rem 2rem !important; }
    .summary .summary__container .summary-text {
      padding: 0;
      font-size: 1rem;
      text-align: center; } }

.events-section {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .events-section .section-title {
    margin-top: 2rem; }
  .events-section .event-card {
    width: 95%;
    height: 20rem;
    background-color: #ffffff;
    margin: 2rem 0rem;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    .events-section .event-card:hover {
      cursor: pointer;
      box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5); }
      .events-section .event-card:hover .event-card-details {
        opacity: 1; }
    .events-section .event-card .event-card-image {
      object-fit: cover;
      transition: all 0.8s ease-in-out;
      margin-left: auto; }
    .events-section .event-card .event-card-details {
      width: 70%;
      color: #101935;
      background-color: #ffffff;
      opacity: 1;
      padding: 1rem 0rem 1rem 0rem;
      padding: 1rem;
      font-size: 1.2rem;
      transition: opacity 0.5s ease-in-out;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-evenly; }
      .events-section .event-card .event-card-details .head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem; }
        .events-section .event-card .event-card-details .head .event-title {
          font-size: 1.8rem;
          font-weight: 600;
          color: #101935; }
        .events-section .event-card .event-card-details .head .event-card-date {
          font-weight: 600;
          border: 1.5px solid #277299;
          width: fit-content;
          padding: 0.3rem 0.7rem 0.3rem 0.7rem;
          border-radius: 7px;
          transition: all 0.5s ease-in-out;
          color: #101935; }
          .events-section .event-card .event-card-details .head .event-card-date:hover {
            background-color: #277299;
            color: #ffffff;
            cursor: pointer; }
      .events-section .event-card .event-card-details .pills {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        font-size: 1rem;
        overflow-x: scroll; }
        .events-section .event-card .event-card-details .pills::-webkit-scrollbar {
          display: none; }
        .events-section .event-card .event-card-details .pills .category {
          width: fit-content;
          white-space: nowrap;
          border-radius: 4rem;
          padding: 0 1rem;
          border: 1px solid #277299; }
          .events-section .event-card .event-card-details .pills .category:last-child {
            background-color: #277299;
            color: #ffffff; }
            .events-section .event-card .event-card-details .pills .category:last-child:hover {
              background-color: #309dc4;
              border: 1px solid #309dc4; }
      .events-section .event-card .event-card-details .event-card-description {
        font-size: 1rem; }
  .events-section .event-card.is-inViewport {
    animation: 1s ease-in-out 0s 1 slideInFromRight; }
  .events-section .events-wrapper:nth-child(3) .event-card.is-inViewport {
    animation: 1s ease-in-out 0s 1 slideInFromLeft; }

.events-wrapper:nth-child(3) {
  flex-direction: row-reverse; }
  .events-wrapper:nth-child(3) .event-card-title {
    text-align: end; }

.events-wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .events-wrapper .event-card-title {
    color: #101935;
    flex: 2;
    text-align: start;
    font-size: 2rem;
    font-weight: 600; }
  .events-wrapper .event-card {
    flex: 4; }

@media (max-width: 1000px) {
  .title-container .events-title {
    font-size: 3rem; }
  .events-section {
    display: flex;
    align-items: center;
    padding: 0 0 2rem 0; }
    .events-section .events-wrapper {
      flex-direction: column;
      width: 80%; }
      .events-section .events-wrapper .event-card-title {
        flex: unset;
        font-size: 3rem;
        margin: 2rem; }
      .events-section .events-wrapper:nth-child(3) .event-card {
        flex-direction: row; }
      .events-section .events-wrapper .event-card {
        flex-direction: row-reverse;
        flex: unset;
        height: 16rem; }
        .events-section .events-wrapper .event-card .event-card-details {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          flex-direction: row;
          gap: 2rem;
          padding: 1rem;
          height: 88%;
          width: 70%;
          padding-bottom: 1.5rem;
          overflow: hidden; }
          .events-section .events-wrapper .event-card .event-card-details .head {
            display: flex;
            justify-content: center; }
            .events-section .events-wrapper .event-card .event-card-details .head .event-title {
              flex: 100%;
              font-size: 1.5rem; }
            .events-section .events-wrapper .event-card .event-card-details .head .event-card-date {
              flex: 75%;
              width: 100%;
              flex-grow: 0;
              width: fit-content;
              font-size: 1rem; }
          .events-section .events-wrapper .event-card .event-card-details .pills {
            flex-wrap: wrap;
            flex: 75%; }
            .events-section .events-wrapper .event-card .event-card-details .pills .category {
              font-size: 1rem; }
          .events-section .events-wrapper .event-card .event-card-details .event-card-description {
            display: none;
            flex: 100%;
            font-size: 1.2rem;
            margin-left: 0rem; }
        .events-section .events-wrapper .event-card .event-card-image {
          position: relative;
          z-index: 10;
          height: 100%;
          width: 30%;
          overflow: hidden; }
          .events-section .events-wrapper .event-card .event-card-image img {
            position: absolute;
            z-index: 20;
            top: 0px; } }

@media (max-width: 765px) {
  .events-section {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .events-section .event-card {
      background-color: #ffffff;
      margin: 1rem 0rem;
      height: 15rem;
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
      .events-section .event-card .event-card-image {
        object-fit: cover;
        transition: all 0.8s ease-in-out;
        margin-left: auto; }
      .events-section .event-card .event-card-details {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0.5rem;
        font-size: 1.4rem !important; }
        .events-section .event-card .event-card-details .head {
          display: flex;
          justify-content: center; }
          .events-section .event-card .event-card-details .head .event-title {
            font-size: 1.2rem !important;
            font-weight: 600;
            color: #101935; }
          .events-section .event-card .event-card-details .head .event-card-date {
            font-size: 0.8rem !important;
            font-weight: 600;
            padding: 0.3rem;
            border-radius: 4px; }
        .events-section .event-card .event-card-details .pills {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          padding: 0.5rem;
          gap: 1rem;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          gap: 0.8rem;
          overflow-x: scroll;
          justify-content: center;
          align-items: center;
          padding: 0.5rem !important;
          background-color: #ecf5fb;
          border-radius: 4px;
          overflow-x: scroll; }
          .events-section .event-card .event-card-details .pills:hover {
            overflow-x: scroll; }
          .events-section .event-card .event-card-details .pills::-webkit-scrollbar {
            display: none; }
          .events-section .event-card .event-card-details .pills .category {
            font-size: 12px !important;
            width: fit-content;
            white-space: nowrap;
            border-radius: 4rem;
            padding: 0 1rem;
            border: 1px solid #277299; }
            .events-section .event-card .event-card-details .pills .category:last-child {
              background-color: #277299;
              color: #ffffff; }
              .events-section .event-card .event-card-details .pills .category:last-child:hover {
                background-color: #309dc4;
                border: 1px solid #309dc4; }
    .events-section .event-card.is-inViewport {
      animation: 1s ease-in-out 0s 1 slideInFromRight; }
    .events-section .events-wrapper:nth-child(3) .event-card.is-inViewport {
      animation: 1s ease-in-out 0s 1 slideInFromLeft; }
  .events-wrapper:nth-child(3) {
    flex-direction: row-reverse; }
    .events-wrapper:nth-child(3) .event-card-title {
      text-align: end; }
  .events-wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .events-wrapper .event-card-title {
      color: #101935;
      flex: 2;
      text-align: start;
      font-size: 2rem;
      font-weight: 600; }
    .events-wrapper .event-card {
      flex: 4; } }

.solutions {
  background-color: #ffffff; }
  .solutions .solutions_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; }
    .solutions .solutions_grid .solution_item {
      padding: 2rem;
      background-color: #ecf5fb;
      border-radius: 20px;
      box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      transition: all 0.3s ease-in-out;
      font-weight: normal; }
      .solutions .solutions_grid .solution_item:hover {
        box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        .solutions .solutions_grid .solution_item:hover .fa-solid {
          color: #309dc4; }
      .solutions .solutions_grid .solution_item:last-child {
        grid-column: span 2 !important;
        /* This spans 2 columns */
        display: flex;
        justify-content: center;
        align-items: center; }
      .solutions .solutions_grid .solution_item .fa-solid {
        color: #277299;
        font-size: 3.8rem;
        margin-right: 1rem;
        transition: all 0.3s ease-in-out; }
      .solutions .solutions_grid .solution_item .solution-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        font-size: 1.1rem;
        color: #101935; }
        .solutions .solutions_grid .solution_item .solution-content .solution__title {
          align-self: flex-start;
          margin-bottom: 0.4rem; }
        .solutions .solutions_grid .solution_item .solution-content .solution__description {
          letter-spacing: 0.8px; }

@media (max-width: 1300px) {
  .solutions .solutions_grid {
    grid-template-columns: repeat(2, 1fr); }
    .solutions .solutions_grid .solution_item {
      padding: 1rem;
      gap: 0.7rem; }
      .solutions .solutions_grid .solution_item:last-child {
        grid-column: span 1 !important;
        /* This spans 2 columns */ }
      .solutions .solutions_grid .solution_item .fa-solid {
        font-size: 2rem;
        margin-right: 0.8rem; }
      .solutions .solutions_grid .solution_item .solution-content {
        gap: 0.8rem;
        font-size: 1rem; }
        .solutions .solutions_grid .solution_item .solution-content .solution__title {
          align-self: flex-start;
          margin-bottom: 0.2rem; }
        .solutions .solutions_grid .solution_item .solution-content .solution__description {
          letter-spacing: 0.8px; } }

@media (max-width: 1000px) {
  .solutions {
    padding-bottom: 2rem; }
    .solutions .solutions_grid {
      grid-template-columns: repeat(1, 1fr); }
      .solutions .solutions_grid .solution_item {
        padding: 0.8rem;
        gap: 0.5rem; }
        .solutions .solutions_grid .solution_item:last-child {
          grid-column: span 1 !important;
          /* This spans 2 columns */ }
        .solutions .solutions_grid .solution_item .fa-solid {
          font-size: 2rem; }
        .solutions .solutions_grid .solution_item .solution-content {
          gap: 0.5rem; }
          .solutions .solutions_grid .solution_item .solution-content .solution__title {
            font-size: 1.2rem;
            align-self: flex-start;
            margin-bottom: 0rem; }
          .solutions .solutions_grid .solution_item .solution-content .solution__description {
            font-size: 1rem;
            letter-spacing: 0.5px; } }

@media (max-width: 600px) {
  .solutions {
    padding-bottom: 2rem; }
    .solutions .solutions_grid {
      grid-template-columns: repeat(1, 1fr); }
      .solutions .solutions_grid .solution_item {
        padding: 0.8rem;
        flex-direction: column; }
        .solutions .solutions_grid .solution_item .fa-solid {
          font-size: 1.9rem; }
        .solutions .solutions_grid .solution_item .solution-content {
          gap: 0.3rem; }
          .solutions .solutions_grid .solution_item .solution-content .solution__title {
            font-size: 1.1rem;
            align-self: center;
            margin-bottom: 0rem; }
          .solutions .solutions_grid .solution_item .solution-content .solution__description {
            font-size: 0.9rem;
            letter-spacing: 0.2px;
            text-align: center; } }

.products {
  background-color: #ecf5fb;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .products .section-title {
    margin-top: 2rem; }
  .products .product-carousel {
    width: 85%;
    margin: 0 auto; }
    .products .product-carousel .product-card {
      position: relative;
      height: 25rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 2rem;
      padding: 0rem 0rem;
      border-radius: 5px !important;
      box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.5);
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
      .products .product-carousel .product-card:hover {
        box-shadow: 2px 0px 7px 1px rgba(0, 0, 0, 0.7); }
      .products .product-carousel .product-card__image {
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .products .product-carousel .product-card__image .product-img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: 100%;
          transition: transform 0.5s ease;
          transform: scale(1); }
          .products .product-carousel .product-card__image .product-img:hover {
            transform: scale(1.2); }
      .products .product-carousel .product-card__description {
        color: #101935;
        flex-grow: 1;
        margin: 1.5rem;
        max-height: 200px;
        overflow: hidden; }
      .products .product-carousel .product-card__button {
        text-align: center;
        position: absolute;
        bottom: 3%;
        right: 5%;
        background-color: #277299;
        width: 90%;
        border-radius: 5px;
        margin-bottom: 0.25rem;
        padding: 0;
        overflow: hidden;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out; }
        .products .product-carousel .product-card__button:hover {
          background-color: #309dc4;
          cursor: pointer;
          box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2); }
        .products .product-carousel .product-card__button a {
          padding: 0.5rem;
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none;
          color: #ffffff;
          font-weight: 600; }

.slick-track {
  height: 24rem; }

.slick-dots {
  position: unset; }

@media (max-width: 1000px) {
  .products {
    padding-bottom: 3rem; }
  .product-carousel {
    width: 81%; }
    .product-carousel .slick-track {
      height: 30rem; }
      .product-carousel .slick-track .product-card {
        height: 30rem;
        justify-content: flex-start; }
        .product-carousel .slick-track .product-card__image {
          top: 0;
          height: 30rem; }
        .product-carousel .slick-track .product-card__description {
          font-size: 1.5rem !important;
          height: 20rem;
          max-height: 300px; }
        .product-carousel .slick-track .product-card__button {
          font-size: 1.5rem; }
    .product-carousel .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-carousel .slick-dots li {
        margin: 0rem 1.2rem; }
        .product-carousel .slick-dots li button {
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          .product-carousel .slick-dots li button::before {
            font-size: 1.5rem;
            color: #5892b2; } }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #277299 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 760px) {
  .products {
    padding-bottom: 3rem; }
  .product-carousel {
    width: 81%; }
    .product-carousel .slick-track {
      height: 30rem; }
      .product-carousel .slick-track .product-card {
        margin: 0.5rem;
        margin-bottom: 1.5rem;
        height: 30rem;
        justify-content: flex-start; }
        .product-carousel .slick-track .product-card__image {
          top: 0;
          height: 30rem; }
        .product-carousel .slick-track .product-card__description {
          font-size: 1.1rem !important;
          height: 20rem;
          max-height: 300px;
          margin: 0.5rem; }
        .product-carousel .slick-track .product-card__button {
          font-size: 1.1rem; }
    .product-carousel .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-carousel .slick-dots li {
        margin: 0rem 1rem; }
        .product-carousel .slick-dots li button {
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          .product-carousel .slick-dots li button::before {
            font-size: 1.8rem;
            color: #5892b2; } }

/* Success Story Section */
.success-story {
  background-color: #ecf5fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .success-story .suc-container .suc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    /* Success Story Content */ }
    .success-story .suc-container .suc-wrapper .success-story-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 1.5rem;
      background-color: #ffffff;
      background-color: #ecf5fb;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem;
      border-radius: 20px;
      box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease-in-out;
      /* Story Details */ }
      .success-story .suc-container .suc-wrapper .success-story-content:hover {
        box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
      .success-story .suc-container .suc-wrapper .success-story-content .story__link {
        /* Customer Image */ }
        .success-story .suc-container .suc-wrapper .success-story-content .story__link .customer-image {
          border-radius: 50%; }
      .success-story .suc-container .suc-wrapper .success-story-content .story-details {
        /* Story Title */
        /* Story Description */
        /* Customer Name */ }
        .success-story .suc-container .suc-wrapper .success-story-content .story-details h5 {
          color: #277299;
          margin-bottom: 0.4rem; }
        .success-story .suc-container .suc-wrapper .success-story-content .story-details .story-description {
          margin-bottom: 0.6rem; }
        .success-story .suc-container .suc-wrapper .success-story-content .story-details .customer-name {
          font-size: 12px; }

@media screen and (max-width: 1000px) {
  .success-story {
    padding-bottom: 1.5rem; }
    .success-story .suc-wrapper {
      display: flex;
      flex-direction: column;
      gap: 3rem;
      align-items: center;
      /* Success Story Content */ }
      .success-story .suc-wrapper .success-story-content {
        padding: 1rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem !important;
        transition: all 0.3s ease-in-out;
        /* Story Details */ }
        .success-story .suc-wrapper .success-story-content:hover {
          box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
        .success-story .suc-wrapper .success-story-content .story__link {
          /* Customer Image */ }
          .success-story .suc-wrapper .success-story-content .story__link .customer-image {
            border-radius: 50%; }
        .success-story .suc-wrapper .success-story-content .story-details {
          /* Story Title */
          /* Story Description */
          /* Customer Name */ }
          .success-story .suc-wrapper .success-story-content .story-details h5 {
            color: #277299;
            margin-bottom: 0.4rem; }
          .success-story .suc-wrapper .success-story-content .story-details .story-description {
            margin-bottom: 0.6rem; }
          .success-story .suc-wrapper .success-story-content .story-details .customer-name {
            font-size: 12px; } }

@media screen and (max-width: 500px) {
  .success-story {
    padding-bottom: 1.5rem; }
    .success-story .suc-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      /* Success Story Content */ }
      .success-story .suc-wrapper .success-story-content {
        padding: 1rem !important;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem !important;
        transition: all 0.3s ease-in-out;
        /* Story Details */ }
        .success-story .suc-wrapper .success-story-content:hover {
          box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
        .success-story .suc-wrapper .success-story-content .story__link {
          /* Customer Image */
          display: flex;
          justify-content: stretch;
          align-items: stretch; }
          .success-story .suc-wrapper .success-story-content .story__link .customer-image {
            border-radius: 0 !important;
            width: 100%;
            height: auto; }
        .success-story .suc-wrapper .success-story-content .story-details {
          /* Story Title */
          /* Story Description */
          /* Customer Name */ }
          .success-story .suc-wrapper .success-story-content .story-details h5 {
            margin-bottom: 0.6rem;
            font-size: 16px; }
          .success-story .suc-wrapper .success-story-content .story-details .story-description {
            margin-bottom: 0rem; }
          .success-story .suc-wrapper .success-story-content .story-details .customer-name {
            font-size: 10px;
            margin-bottom: 0; } }

.contact {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact .contact-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 2rem; }
    .contact .contact-container .contact-title {
      font-size: 3rem;
      color: #101935;
      margin-bottom: 2rem;
      text-align: center; }
    .contact .contact-container form {
      width: 60%;
      padding: 1rem 2rem;
      background-color: #ecf5fb;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      .contact .contact-container form .form-title {
        color: #101935; }
      .contact .contact-container form .col-25 {
        float: left;
        width: 25%; }
        .contact .contact-container form .col-25 label {
          color: #101935;
          display: inline-block;
          padding: 12px 12px 12px 0; }
      .contact .contact-container form .col-75 {
        float: left;
        width: 75%;
        margin-top: 2rem; }
        .contact .contact-container form .col-75 input {
          width: 100%;
          padding: 12px;
          border: 1px solid #ffffff;
          border-radius: 4px;
          resize: vertical; }
          .contact .contact-container form .col-75 input:focus {
            outline: 2px solid #277299; }
        .contact .contact-container form .col-75 textarea {
          width: 100%;
          padding: 12px;
          border: 1px solid #ccc;
          border-radius: 4px;
          resize: vertical;
          height: 12rem; }
          .contact .contact-container form .col-75 textarea:focus {
            outline: 2px solid #277299; }
      .contact .contact-container form input[type="submit"] {
        background-color: #277299;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        transition: all 0.3s ease-in-out; }
        .contact .contact-container form input[type="submit"]:hover {
          background-color: #309dc4; }
      .contact .contact-container form .row:after {
        content: "";
        display: table;
        clear: both; }
      .contact .contact-container form p {
        font-size: 1.3rem;
        color: #101935;
        font-weight: 600; }

@media screen and (max-width: 1000px) {
  .contact {
    height: 100%;
    align-items: flex-start; }
    .contact .contact-container {
      flex-direction: column;
      gap: 0rem; }
      .contact .contact-container .contact-title {
        font-size: 2rem;
        margin: 1rem 0 !important; }
      .contact .contact-container form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: initial;
        justify-content: space-evenly;
        gap: 0.5rem; }
        .contact .contact-container form .form-title {
          font-size: 1rem;
          text-align: center;
          display: none; }
        .contact .contact-container form label {
          font-size: 1rem; }
        .contact .contact-container form input[type="text"] {
          font-size: 1rem;
          padding: 7px; }
        .contact .contact-container form .col-75 textarea {
          font-size: 1rem;
          height: 15rem; }
        .contact .contact-container form .col-25,
        .contact .contact-container form .col-75,
        .contact .contact-container form input[type="submit"] {
          width: 100%;
          margin-top: 0; }
        .contact .contact-container form input[type="submit"] {
          font-size: 1rem;
          margin-top: 1rem; } }

.list-page {
  margin-top: 0rem !important;
  min-height: calc(100vh - 17rem) !important; }
  .list-page .list_container {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    .list-page .list_container .list-page-description .description-content {
      margin-bottom: 0 !important;
      font-size: 20px !important;
      padding: 0.4rem 1rem !important;
      line-height: 1.6 !important;
      letter-spacing: 1px !important; }
    .list-page .list_container .list-page-content {
      font-size: 16px;
      text-align: left;
      line-height: 1.4;
      letter-spacing: 0.9px; }
    .list-page .list_container .items-list-container .flex-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 2rem;
      justify-content: center;
      align-content: center; }
      .list-page .list_container .items-list-container .flex-container .item-card {
        padding: 20px;
        text-align: center;
        background-color: #ecf5fb;
        border-radius: 20px;
        box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .list-page .list_container .items-list-container .flex-container .item-card__image {
          width: 100%;
          height: 120px; }
          .list-page .list_container .items-list-container .flex-container .item-card__image .item-img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            object-fit: cover;
            filter: brightness(80%); }
            .list-page .list_container .items-list-container .flex-container .item-card__image .item-img:hover {
              filter: brightness(100%);
              opacity: 0.8; }
        .list-page .list_container .items-list-container .flex-container .item-card__description {
          padding: 1rem;
          font-size: 16px !important; }
        .list-page .list_container .items-list-container .flex-container .item-card:hover {
          box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
          cursor: pointer; }

.referenses {
  display: flex;
  box-shadow: none;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }
  .referenses img {
    max-width: 600px; }

@media (max-width: 1000px) {
  .list-page .list_container {
    gap: 0.7rem; }
    .list-page .list_container .list-page-description .description-content {
      margin-bottom: 0 !important;
      font-size: 18px !important;
      padding: 0.2rem 0.5rem !important;
      line-height: 1.4 !important;
      letter-spacing: 0.8px !important; }
    .list-page .list_container .list-page-content {
      font-size: 16px;
      text-align: left;
      line-height: 1.2;
      letter-spacing: 0.6px; }
    .list-page .list_container .items-list-container .flex-container {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1rem; }
      .list-page .list_container .items-list-container .flex-container .item-card {
        padding: 14px;
        border-radius: 14px; }
        .list-page .list_container .items-list-container .flex-container .item-card__image {
          width: 100%;
          height: 100px; }
          .list-page .list_container .items-list-container .flex-container .item-card__image .item-img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            object-fit: cover;
            filter: brightness(80%); }
            .list-page .list_container .items-list-container .flex-container .item-card__image .item-img:hover {
              filter: brightness(100%);
              opacity: 0.8; }
        .list-page .list_container .items-list-container .flex-container .item-card__description {
          padding: 0.6rem;
          font-size: 14px !important; }
        .list-page .list_container .items-list-container .flex-container .item-card__button {
          border: 2px solid #277299;
          border-radius: 4px;
          padding: 4px; }
        .list-page .list_container .items-list-container .flex-container .item-card:hover {
          box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.5);
          cursor: pointer; } }

@media (max-width: 500px) {
  .item-card {
    padding: 14px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2); } }

.single-page {
  min-height: calc(100vh - 17rem) !important;
  margin: auto 0; }
  .single-page .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    .single-page .page .single-page-description .description-content {
      margin-bottom: 0;
      font-size: 20px;
      padding: 0.4rem 1rem !important;
      line-height: 1.6;
      letter-spacing: 1px; }
    .single-page .page .single-page-content {
      border: 2px solid #ecf5fb;
      border-radius: 5px;
      padding: 0.8rem 1.2rem;
      max-width: 1200px;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      line-height: 1.6; }
      .single-page .page .single-page-content h2,
      .single-page .page .single-page-content h3,
      .single-page .page .single-page-content h4,
      .single-page .page .single-page-content h5,
      .single-page .page .single-page-content h6 {
        font-weight: 600; }
      .single-page .page .single-page-content h2 {
        display: inline-block;
        font-size: 1.6rem;
        padding-bottom: 0.9rem;
        color: #277299; }
      .single-page .page .single-page-content h3 {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        padding-bottom: 0.9rem;
        border-bottom: 2px dotted #277299;
        margin-bottom: 1rem; }
      .single-page .page .single-page-content h4 {
        display: inline-block;
        font-size: 1.1rem;
        padding-bottom: 0.6rem;
        color: #277299; }
      .single-page .page .single-page-content h5,
      .single-page .page .single-page-content h6 {
        margin-bottom: 1rem; }
        .single-page .page .single-page-content h5 a,
        .single-page .page .single-page-content h6 a {
          color: #277299; }
      .single-page .page .single-page-content hr {
        color: #bcd5e4;
        margin-bottom: 1rem; }
      .single-page .page .single-page-content a {
        text-decoration: none;
        color: #5dc1e5;
        font-weight: 400;
        cursor: pointer; }
        .single-page .page .single-page-content a:hover {
          text-decoration: none; }

.image-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  background-color: #ecf5fb;
  border-radius: 10px;
  margin: 2rem 0rem;
  width: 100%;
  flex-wrap: wrap; }
  .image-wrapper .shortcodes-img {
    width: 50%;
    border-radius: 5px;
    max-width: 400px;
    min-width: 200px;
    max-height: 400px;
    min-height: 200px;
    object-fit: contain; }
  .image-wrapper .content {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem; }
    .image-wrapper .content .title {
      color: #277299; }
    .image-wrapper .content .description {
      font-size: 1rem; }

ul {
  margin: 0 auto;
  list-style: circle;
  padding-left: 20px; }
  ul li {
    margin-bottom: 0.5rem; }
    ul li strong {
      color: #212529; }

@media (max-width: 800px) {
  .single-page .page {
    gap: 0.7rem; }
    .single-page .page .single-page-description .description-content {
      margin-bottom: 0 !important;
      font-size: 18px !important;
      padding: 0.2rem 0.5rem !important;
      line-height: 1.4 !important;
      letter-spacing: 0.8px !important; }
    .single-page .page .single-page-content {
      border: 2px solid #ecf5fb;
      border-radius: 5px;
      padding: 0.6rem 0.8rem;
      line-height: 1.4; }
      .single-page .page .single-page-content h2 {
        font-size: 1.2rem;
        padding-bottom: 0.6rem;
        margin: 0.9rem 0; }
      .single-page .page .single-page-content h3 {
        text-align: center;
        font-size: 1.2rem;
        padding-bottom: 0.6rem;
        margin: 0.9rem 0;
        font-weight: 600;
        border-bottom: 1px dotted #277299; }
      .single-page .page .single-page-content h4 {
        width: 100%;
        font-size: 1rem;
        text-align: center !important;
        padding-bottom: 0.4rem;
        margin-bottom: 0.2rem; }
      .single-page .page .single-page-content h5 {
        margin-bottom: 0.7rem; }
        .single-page .page .single-page-content h5 a {
          color: #277299; }
      .single-page .page .single-page-content h6 a {
        color: #277299; }
      .single-page .page .single-page-content hr {
        color: #e2f0f8;
        margin-bottom: 0.7rem; }
  .image-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 2rem;
    background-color: #ecf5fb;
    border-radius: 10px;
    margin: 2rem 0rem;
    width: 100%;
    flex-wrap: wrap; }
    .image-wrapper .shortcodes-img {
      width: 50%;
      border-radius: 5px;
      max-width: 400px;
      min-width: 200px;
      max-height: 400px;
      min-height: 200px;
      object-fit: contain; }
    .image-wrapper .content {
      width: 50%;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0.7rem; }
      .image-wrapper .content .title {
        color: #277299; }
      .image-wrapper .content .description {
        font-size: 0.8rem; }
  ul {
    margin: 0 auto;
    list-style: circle;
    padding-left: 10px;
    font-size: 14px; }
    ul li {
      margin-bottom: 0.5rem; }
      ul li strong {
        color: #212529;
        font-weight: 600; }
      ul li p {
        margin-bottom: 0; }
  p {
    margin-bottom: 0.3rem; }
    p a {
      margin-bottom: 0.3rem !important; }
  .image-wrapper {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0.7rem; }
    .image-wrapper .content {
      width: 100%;
      border-top: 2px solid #277299; }
  h5 {
    margin-bottom: 0.4rem !important;
    font-size: 1rem !important; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif; }

body::-webkit-scrollbar {
  display: none; }

main {
  margin-top: 5rem;
  width: 100%;
  height: 100%; }

a {
  text-decoration: none;
  color: #277299;
  font-weight: bold;
  cursor: pointer; }
  a:hover {
    color: #5dc1e5;
    text-decoration: none; }

.bi__container {
  max-width: 85%;
  padding: 2rem; }

.heading {
  width: 100%;
  background-color: #ecf5fb;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column; }
  .heading button {
    align-self: flex-start; }
  .heading .title {
    color: #277299;
    margin-bottom: 0; }

.section {
  display: flex;
  justify-content: center;
  align-items: center; }

.section-title {
  font-size: 3rem;
  font-family: "Noto Sans", sans-serif;
  color: #277299;
  text-align: center;
  padding: 2rem 0;
  font-weight: 400; }

.page-wrapper {
  max-width: 1600px;
  padding: 2rem 4rem;
  margin: 0 auto; }

.back-button {
  align-self: center;
  max-width: 700px;
  background-color: #277299;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer; }
  .back-button .prev-link {
    color: black; }

.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* padding: 10px; */
  background-color: #e3eff699 !important;
  height: 5rem;
  z-index: 1001; }

@media (max-width: 1000px) {
  section {
    margin-bottom: 0 !important; } }

@media (max-width: 500px) {
  section {
    margin-bottom: 0 !important; } }

@media (max-width: 1000px) {
  .section-title {
    font-size: 2.2rem;
    padding: 0;
    margin-bottom: 1.5rem; } }

@media (max-width: 500px) {
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-top: 1rem; } }

@media (max-width: 1000px) {
  .bi__container {
    padding: 1.2rem 2rem !important; } }

@media (max-width: 500px) {
  .bi__container {
    padding: 0.6rem 0.8rem !important; } }

@media (max-width: 1000px) {
  .heading {
    text-align: center;
    padding: 0.6rem;
    border-radius: 10px;
    margin-bottom: 0rem !important; } }

@media (max-width: 800px) {
  .page-wrapper {
    padding: 1rem 2rem; }
  .heading {
    text-align: center;
    padding: 0.6rem;
    border-radius: 10px;
    margin-bottom: 0rem !important; } }

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