@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&display=swap');

@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&display=swap"; /*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  h1.sub-header {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2.sub-header {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  h3 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h3.sub-header {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h4.sub-header {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .para-1 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .para-2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .para-3 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .para-4 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
.action-1,
#mobile--nav .mobile--nav--wrapper ul.menuList .menuItem .menuLink {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (max-width: 1199px) {
  .action-1,
  #mobile--nav .mobile--nav--wrapper ul.menuList .menuItem .menuLink {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.action-2,
#mobile--nav
  .mobile--nav--wrapper
  ul.menuList
  .dropdown--menu
  .menuItem--sub
  .menuLink--sub--link {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 1199px) {
  .action-2,
  #mobile--nav
    .mobile--nav--wrapper
    ul.menuList
    .dropdown--menu
    .menuItem--sub
    .menuLink--sub--link {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
header#desktop--header {
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  position: fixed;
  top: 0;
  left: 0;
}
header#desktop--header #desktopHeaderLogoContainer {
  max-height: 28px;
}
header#desktop--header #desktopHeaderLogoContainer img {
  width: 100%;
  max-width: 135px;
}
header#desktop--header #headerMenuContainer {
  height: 72px;
}
header#desktop--header #headerMenuContainer .menuList {
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header#desktop--header #headerMenuContainer .menuList .menuItem {
  box-sizing: border-box;
  height: 100%;
  padding: 24px 37px;
  position: relative;
}
header#desktop--header #headerMenuContainer .menuList .menuItem .menuLink {
  cursor: pointer;
  color: #242424;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header#desktop--header #headerMenuContainer .menuList .menuItem:before {
  content: "";
  background: 0 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
header#desktop--header
  #headerMenuContainer
  .menuList
  .menuItem.active
  .menuLink,
header#desktop--header #headerMenuContainer .menuList .menuItem:hover .menuLink,
header#desktop--header
  #headerMenuContainer
  .menuList
  .menuItem:focus
  .menuLink {
  font-weight: 700;
}
header#desktop--header #headerMenuContainer .menuList .menuItem.active:before,
header#desktop--header #headerMenuContainer .menuList .menuItem:hover:before,
header#desktop--header #headerMenuContainer .menuList .menuItem:focus:before {
  background: #242424;
}
header#desktop--header #headerCTAContainer {
  gap: 16px;
  padding: 12px 24px;
  display: flex;
}
header#desktop--header #headerCTAContainer .button {
  min-width: 157px;
}
header#mobile--header {
  box-sizing: border-box;
  z-index: 999;
  background: #fff;
  width: 100vw;
  padding: 12px 16px;
  top: 0;
  left: 0;
}
header#mobile--header #mobileHeaderLogoContainer {
  max-height: 26px;
}
header#mobile--header #mobileHeaderLogoContainer img {
  width: 100%;
  max-width: 135px;
}
header#mobile--header #mobile-menu-toggle {
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 3px;
}
header#mobile--header #mobile-menu-toggle .toggle-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 20px;
  padding: 4px 1px;
  display: flex;
}
header#mobile--header #mobile-menu-toggle .toggle-wrapper div {
  background-color: #1b2d4b;
  width: 100%;
  height: 2px;
  transition: all 0.25s ease-in-out;
}
header#mobile--header
  #mobile-menu-toggle.close
  .toggle-wrapper
  div:first-child {
  transform: scale(1) translateY(5px) rotate(45deg);
}
header#mobile--header
  #mobile-menu-toggle.close
  .toggle-wrapper
  div:nth-child(2) {
  transform: scale(0) translate(0) rotate(0);
}
header#mobile--header
  #mobile-menu-toggle.close
  .toggle-wrapper
  div:nth-child(3) {
  transform: scale(1) translateY(-5px) rotate(-45deg);
}
#mobile--nav {
  z-index: 99;
  background: #fff;
  width: calc(100vw - 16px);
  height: calc(100dvh - 50px);
  transition: all 0.35s ease-in-out;
  position: fixed;
  top: 50px;
  right: 0;
  transform: translate(100%);
}
#mobile--nav.open {
  transform: translate(0);
}
#mobile--nav .mobile--nav--wrapper {
  height: 100%;
  padding-bottom: 16px;
}
#mobile--nav .mobile--nav--wrapper ul.menuList .menuItem {
  background: #fff;
  border-bottom: 1px solid #fafafa;
  border-left: 4px solid #fff;
  padding: 12px;
  transition: background 0.25s ease-in-out;
}
#mobile--nav .mobile--nav--wrapper ul.menuList .menuItem .menuLink {
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
#mobile--nav
  .mobile--nav--wrapper
  ul.menuList
  .menuItem.dropdown--menu--parent {
  padding-left: 0;
}
#mobile--nav
  .mobile--nav--wrapper
  ul.menuList
  .menuItem.dropdown--menu--parent
  .menuLink {
  padding-left: 12px;
}
#mobile--nav
  .mobile--nav--wrapper
  ul.menuList
  .menuItem.dropdown--menu--parent.bg-custom-neutral-200 {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
#mobile--nav .mobile--nav--wrapper ul.menuList .menuItem.active {
  background: #fafafa;
  border-left: 4px solid #242424;
}
#mobile--nav .mobile--nav--wrapper ul.menuList .dropdown--menu {
  background: #fafafa;
}
#mobile--nav .mobile--nav--wrapper ul.menuList .dropdown--menu .menuItem--sub {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 16px;
}
#mobile--nav
  .mobile--nav--wrapper
  ul.menuList
  .dropdown--menu
  .menuItem--sub
  .menuLink--sub--link {
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  text-decoration: none;
}
#mobile--nav .mobile--nav--wrapper .button-container {
  padding-right: 12px;
}
#mobile--nav .mobile--nav--wrapper .button-container button.button {
  width: 100%;
  min-width: 190px;
}
footer {
  background: #1b2d4b;
  padding: 40px 142px;
}
footer a {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding: 16px;
  }
}
footer .footer-header {
  color: #fbcf39;
}
footer .footer-row {
  border-bottom: 1px solid #bdbdbd;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}
@media only screen and (max-width: 576px) {
  footer .footer-row {
    flex-direction: column;
  }
}
footer .footer-row ul {
  padding: 0;
  list-style-type: none;
}
footer .footer-row ul li {
  padding: 8px 12px;
}
footer .footer-row ul li a {
  color: #fffaeb;
  text-decoration: none;
}
footer .footer-row .column {
  flex: 1;
}
footer .footer-row .footerLogoContainer {
  padding: 13px 0;
}
footer .footer-row:last-child {
  border-bottom: none;
}
footer .footer-row.row-three ul {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 576px) {
  footer .footer-row.row-three ul {
    flex-direction: column;
  }
}
footer .socialMediaIconContainer {
  align-items: center;
  display: flex;
}
footer .socialMediaIconContainer .socialMediaIcon svg path {
  fill: #fff;
  transition: all 0.25s ease-in-out;
}
footer .socialMediaIconContainer .socialMediaIcon:hover svg path {
  fill: #fbcf39;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  h1.sub-header {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2.sub-header {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  h3 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h3.sub-header {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h4.sub-header {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .para-1 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .para-2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.para-3 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 1199px) {
  .para-3 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .para-4 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .action-1 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .action-2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  h1.sub-header {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2.sub-header {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  h3 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h3.sub-header {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h4.sub-header {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.para-1 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media only screen and (max-width: 1199px) {
  .para-1 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.para-2,
.articleContent .author-container .author #author-name {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (max-width: 1199px) {
  .para-2,
  .articleContent .author-container .author #author-name {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.para-3,
.articleContent .author-container .author #blog-date {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 1199px) {
  .para-3,
  .articleContent .author-container .author #blog-date {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.para-4 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px !important;
  line-height: 20px !important;
}
@media only screen and (max-width: 1199px) {
  .para-4 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .action-1 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .action-2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.container-article,
.blog-details-banner-wrapper {
  box-sizing: border-box;
  max-width: 684px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 576px) {
  .container-article,
  .blog-details-banner-wrapper {
    padding: 0 16px;
  }
}
.container-article-content {
  box-sizing: border-box;
  max-width: 684px;
  margin: 0 auto;
  padding: 26px 0;
}
@media only screen and (max-width: 576px) {
  .container-article-content {
    padding: 26px 15px;
  }
}
.articleContent .articleHeader,
.articleContent .blog-details-banner-container {
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.articleContent .articleHeader:before,
.articleContent .blog-details-banner-container:before {
  content: "";
  z-index: -1;
  background: url(../blur_layer.png) bottom/100% 100% no-repeat;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.articleContent .articleHeader .articleBackBreadcrumb,
.articleContent .blog-details-banner-container .articleBackBreadcrumb {
  color: #9e9e9e;
  gap: 0 15px;
  display: flex;
}
.articleContent .articleHeader .articleThumbnail,
.articleContent .blog-details-banner-container .articleThumbnail {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.articleContent .articleHeader .articleHeading,
.articleContent .blog-details-banner-container .articleHeading {
  color: #1b2d4b;
  margin-bottom: 10px;
  font-weight: 700;
}
.articleContent .articleHeader .articleDescription,
.articleContent .blog-details-banner-container .articleDescription {
  color: #616161;
  margin-bottom: 10px;
}
.articleContent .articleHeader .card-tags-list,
.articleContent .blog-details-banner-container .card-tags-list {
  margin: 0;
}
.articleContent .author-container {
  margin-bottom: 40px;
}
.articleContent .author-container .author {
  gap: 0 10px;
  display: flex;
}
.articleContent .author-container .author #author-image {
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.articleContent .author-container .author #author-name {
  font-weight: 500;
}
.articleContent .author-container .linkedin-logo {
  place-content: center;
  width: 52px;
  height: 52px;
  display: grid;
}
.articleContent .author-container .linkedin-logo img {
  width: 24px;
  height: 24px;
}
.articleContent .blog-content h2,
.articleContent .blog-content h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 576px) {
  .articleContent .blog-content h2,
  .articleContent .blog-content h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
.articleContent .blog-content p {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media only screen and (max-width: 576px) {
  .articleContent .blog-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.articleContent .blog-content ul {
  margin-bottom: 20px;
}
.articleContent .blog-content img {
  width: 100%;
}
.articleContent .blog-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.articleContent .blog-content table th,
.articleContent .blog-content table td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
  padding: 12px;
}
.articleContent .blog-content table th {
  background-color: #f2f2f2;
  font-weight: 700;
}
.articleContent .blog-content a {
  color: #3b63a5;
}
h1 {
  font-optical-sizing: auto;
  letter-spacing: 0%;
  font-family: Instrument Sans, sans-serif;
  font-size: 64px !important;
  line-height: 80px !important;
}
h1.sub-header {
  font-family: Instrument Sans, sans-serif;
  font-size: 36px !important;
  line-height: 48px !important;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  h1.sub-header {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
h2 {
  font-optical-sizing: auto;
  letter-spacing: 0%;
  font-family: Instrument Sans, sans-serif;
  font-size: 32px !important;
  line-height: 36px !important;
}
h2.sub-header {
  font-family: Instrument Sans, sans-serif;
  font-size: 32px !important;
  line-height: 42px !important;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h2.sub-header {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
h3 {
  font-optical-sizing: auto;
  letter-spacing: 0%;
  font-family: Instrument Sans, sans-serif;
  font-size: 48px !important;
  line-height: 60px !important;
}
h3.sub-header {
  font-family: Instrument Sans, sans-serif;
  font-size: 28px !important;
  line-height: 36px !important;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h3.sub-header {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
h4 {
  font-optical-sizing: auto;
  letter-spacing: 0%;
  font-family: Instrument Sans, sans-serif;
  font-size: 44px !important;
  line-height: 58px !important;
}
h4.sub-header {
  font-family: Instrument Sans, sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
}

@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h4.sub-header {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
p {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
}
.para-1,
.blog-item-card .card-body .card-title {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media only screen and (max-width: 1199px) {
  .para-1,
  .blog-item-card .card-body .card-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.para-2 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 24px !important;
}
@media only screen and (max-width: 1199px) {
  .para-2 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.para-3,
.blog-item-card .card-body .card-excerpt,
.author-info-container .a-contain .author-info .author-name {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 1199px) {
  .para-3,
  .blog-item-card .card-body .card-excerpt,
  .author-info-container .a-contain .author-info .author-name {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.para-4,
.card-tags-list .card-tag,
.author-info-container .a-contain .author-info .author-designation {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px !important;
  line-height: 20px !important;
}
@media only screen and (max-width: 1199px) {
  .para-4,
  .card-tags-list .card-tag,
  .author-info-container .a-contain .author-info .author-designation {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
a,
button {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.action-1 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (max-width: 1199px) {
  .action-1 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.action-2 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 1199px) {
  .action-2 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.action-3 {
  font-optical-sizing: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px !important;
  line-height: 20px !important;
}
.title-gradient-underline {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-right-color: currentColor;
  border-image-source: linear-gradient(90deg, #b4c6e4, #b4c6e400);
  border-image-slice: 1;
}
.fc-neutral-100 {
  color: #fff;
}
.fc-neutral-400 {
  color: #dbdbdb;
}
.fc-neutral-700 {
  color: gray;
}
.fc-neutral-900 {
  color: #424242;
}
.fc-neutral-1000 {
  color: #242424;
}
.fc-neutral-1200 {
  color: #000;
}
.fc-secondary-400 {
  color: #3b63a5;
}
.fc-secondary-600 {
  color: #1b2d4b;
}
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --text: #000000;
    --text-light: #737373;
    --text-main: #1b2d4a;
    --text-main-light: #364c6e;
    --text-dark: #484848;
    --text-mid: #3b82f6;
    --text-gray: #9f9f9f;
    --primary: #facf39;
    --secondary: #3047ec;
    --heroHeading: #2563eb;
    --secondary-mid: #60a5fa;
    --light-border: #e2e2e2;
    --mid-border: #d0d0d0;
    --yellow: #f9f777;
    --grey-10: #f3f3f3;
    --grey-60: #b9b9b9;
    --light-blue: #eff6ff;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[unset\] {
    max-width: unset;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-3 {
    flex: 3;
  }
  .flex-4 {
    flex: 4;
  }
  .flex-6 {
    flex: 6;
  }
  .flex-7 {
    flex: 7;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-top {
    transform-origin: top;
  }
  .scale-y-95 {
    --tw-scale-y: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-1 {
    -moz-column-gap: calc(var(--spacing) * 1);
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    -moz-column-gap: calc(var(--spacing) * 2);
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    -moz-column-gap: calc(var(--spacing) * 3);
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    -moz-column-gap: calc(var(--spacing) * 6);
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    -moz-column-gap: calc(var(--spacing) * 8);
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--text-main);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--text-main);
  }
  .font-small {
    --tw-font-weight: var(--font-weight-medium);
    color: var(--text-main);
    font-size: 15px;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-100 {
    opacity: 1;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a),
      0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display, visibility,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-700 {
    --tw-duration: 0.7s;
    transition-duration: 0.7s;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible;
    }
    .group-hover\:scale-y-100:is(:where(.group):hover *) {
      --tw-scale-y: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }
  @media (min-width: 48rem) {
    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .md\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .md\:col-start-3 {
      grid-column-start: 3;
    }
    .md\:row-span-3 {
      grid-row: span 3 / span 3;
    }
    .md\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:table {
      display: table;
    }
    .md\:w-\[75\%\] {
      width: 75%;
    }
    .md\:grid-flow-col {
      grid-auto-flow: column;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-start {
      align-items: flex-start;
    }
    .md\:gap-x-2 {
      -moz-column-gap: calc(var(--spacing) * 2);
      column-gap: calc(var(--spacing) * 2);
    }
    .md\:gap-x-4 {
      -moz-column-gap: calc(var(--spacing) * 4);
      column-gap: calc(var(--spacing) * 4);
    }
    .md\:gap-y-0 {
      row-gap: calc(var(--spacing) * 0);
    }
    .md\:gap-y-8 {
      row-gap: calc(var(--spacing) * 8);
    }
    .md\:ps-8 {
      padding-inline-start: calc(var(--spacing) * 8);
    }
    .md\:pl-8 {
      padding-left: calc(var(--spacing) * 8);
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-right {
      text-align: right;
    }
  }
  @media (min-width: 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .lg\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:w-\[25\%\] {
      width: 25%;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-rows-2 {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  @media (min-width: 80rem) {
    .xl\:sticky {
      position: sticky;
    }
    .xl\:top-25 {
      top: calc(var(--spacing) * 25);
    }
    .xl\:h-\[350dvh\] {
      height: 350dvh;
    }
    .xl\:items-center {
      align-items: center;
    }
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: unset;
}
@media only screen and (max-width: 1200px) {
  html {
    overflow-x: hidden;
  }
}
body {
  color: #242424;
  min-height: 100dvh;
  margin: 0;
  padding-top: 72px;
  overflow-x: hidden;
}
@media only screen and (max-width: 576px) {
  body {
    padding-top: 50px;
  }
}
.bg-custom-neutral-100 {
  background: #fff !important;
}
.bg-custom-neutral-200 {
  background: #fafafa !important;
}
.bg-custom-secondary-600 {
  background: #1b2d4b !important;
}
.container {
  box-sizing: border-box;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
}

@media only screen and (max-width: 1400px) {
  .container {
    padding: 0 80px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 40px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.img-container {
  width: 75% !important;
  margin-top: 20px;
}

@media only screen and (max-width: 1400px) {
  .img-container {
    display: none;
  }
}

.text-responsive {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}

@media only screen and (max-width: 1400px) {
  .text-responsive {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.box-responsive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .box-responsive {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 700px) {
  .box-responsive {
    flex-direction: column;
  }
}





h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
section {
  padding: 40px 0;
}
section:last-child {
  padding-bottom: 60px;
}
section:first-child {
  padding-top: 40px;
}
.button {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  min-width: 135px;
  line-height: 24px;
  height: 100%;
  padding: 8px 16px;
  transition: transform 0.2s ease-in-out;
  transform: translate(0);
}
.button.button-lg {
  min-width: max-content;
}
.button.button-sm {
  min-width: 100px;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
}
.button:hover {
  transform: translateY(-5px);
}
.button.button-with-icon {
  justify-content: center;
  gap: 0 12px;
  display: flex;
}
.button.button-with-icon img.btn-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
  transform: translate(0);
}
.button.button-with-icon:hover img.btn-icon {
  transform: translate(7px);
}
.button-solid {
  color: #fff;
  background: #1b2d4b;
}
.button-border {
  color: #1b2d4b;
  background-color: #0000;
  border: 1.5px solid #1b2d4b;
  min-width: 135px !important;
  line-height: 24px;
  padding: 8px 16px;
}
.button-border.inverse {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}
hr {
  color: #ebebeb;
}
hr.hr-color-brand-100 {
  color: #b4c6e4;
}
hr.hr-color-brand-600 {
  color: #1b2d4b;
}
.blue-container-box,
.white-container-box {
  background: #e6fcff;
  border: 1px solid #1b2d4b;
  border-radius: 4px;
  padding: 8px;
}
@media only screen and (max-width: 576px) {
  .blue-container-box,
  .white-container-box {
    padding: 8px;
  }
}
.white-container-box {
  background: #fff;
}
.white-container-box.no-border {
  border: none;
}
.grey-container-box {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 30px;
}
.grey-container-box.with-border {
  border: 1px solid #ebebeb;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .grey-container-box {
    padding: 8px;
  }
}
.outline-box {
  border-radius: 4px;
  padding: 8px;
}
.outline-box img {
  height: 30px;
}
.outline-box.colour-light {
  border: 1px solid #bdbdbd;
}
.pageHeader {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pageHeader h1 {
  color: #242424;
  margin: 0;
  font-weight: 500;
}
.pageHeader h4 {
  color: #242424;
  margin: 12px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.pricing-table {
  border-spacing: 24px 0;
  border-collapse: separate;
}
.pricing-table th {
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
}
.pricing-table th .para-4,
.pricing-table
  th
  .author-info-container
  .a-contain
  .author-info
  .author-designation,
.author-info-container
  .a-contain
  .author-info
  .pricing-table
  th
  .author-designation,
.pricing-table th .card-tags-list .card-tag,
.card-tags-list .pricing-table th .card-tag {
  color: gray;
}
.pricing-table th .para-2 span {
  color: #000;
}
.pricing-table th:first-child {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  background: 0 0;
}
.pricing-table th:nth-child(4) {
  color: #fff;
  background: #1b2d4b;
  border-top: 1px solid #3b63a5;
  border-left: 1px solid #3b63a5;
  border-right: 1px solid #3b63a5;
}
.pricing-table th:nth-child(4) span {
  color: #fff;
}
.pricing-table tbody tr {
  position: relative;
}
.pricing-table tbody tr td:first-child {
  border-top: 1px solid #ebebeb;
}
.pricing-table tbody tr td:nth-child(2),
.pricing-table tbody tr td:nth-child(3) {
  background: #fafafa;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.pricing-table tbody tr td:nth-child(4) {
  color: #fff;
  background: #1b2d4b;
  border-top: 1px solid #3b63a5;
  border-left: 1px solid #3b63a5;
  border-right: 1px solid #3b63a5;
}
.pricing-table tbody tr td:nth-child(4) span {
  color: #fff;
}
.pricing-table tbody tr td .details-item .para-4,
.pricing-table
  tbody
  tr
  td
  .details-item
  .author-info-container
  .a-contain
  .author-info
  .author-designation,
.author-info-container
  .a-contain
  .author-info
  .pricing-table
  tbody
  tr
  td
  .details-item
  .author-designation,
.pricing-table tbody tr td .details-item .card-tags-list .card-tag,
.card-tags-list .pricing-table tbody tr td .details-item .card-tag {
  color: gray;
}
.pricing-table tbody tr:first-child td {
  border-top: 0;
}
.pricing-table tbody tr:last-child td {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pricing-table tbody tr:last-child td:first-child {
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
}
.pricing-table .feature-container {
  display: flex;
}
.pricing-table .feature-container .img-container {
  flex: auto;
  width: 100px !important;
  height: 100px !important;
}
.pricing-table .feature-container .feature-content-container {
  flex: auto;
  width: calc(100% - 76px);
}
.pricing-table .feature-container .feature-list-item {
  border-bottom: 1px solid #ebebeb;
}
.pricing-table .feature-container .feature-list-item .para-4,
.pricing-table
  .feature-container
  .feature-list-item
  .author-info-container
  .a-contain
  .author-info
  .author-designation,
.author-info-container
  .a-contain
  .author-info
  .pricing-table
  .feature-container
  .feature-list-item
  .author-designation,
.pricing-table .feature-container .feature-list-item .card-tags-list .card-tag,
.card-tags-list .pricing-table .feature-container .feature-list-item .card-tag {
  color: gray;
}
.pricing-table .feature-list-detail-item {
  border-bottom: 1px solid #ebebeb;
}
#pricing-mobile .plan-container {
  background-color: #fafafa;
  border-radius: 8px;
}
#pricing-mobile .plan-container.color-special {
  color: #ebebeb;
  background-color: #1b2d4b;
}
#pricing-mobile .feature-list-item-mobile {
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
#pricing-mobile .feature-list-item-mobile:last-child {
  border-bottom: none;
}
#brand-marquee {
  z-index: 1;
  background: #ffffff;
  border-top: 1px solid #fdecaf;
  border-bottom: 1px solid #fdecaf;
  margin-bottom: 80px;
  overflow-x: hidden;
  padding: 20px 0;
}
#brand-marquee .splide .splide__slide {
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
  display: flex;
}
#brand-marquee .splide .splide__slide img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  height: 35px;
  padding: 0 30px;
}
#agentic-workforce {
  border-top: 1px solid #ebebeb;
}
#agentic-workforce .info-container .flex img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
#agentic-workforce #agentic-workforce-details {
  position: relative;
}
#agentic-workforce #agentic-workforce-details #border-horizontal {
  background: linear-gradient(90deg, #fff0 25%, #1b2d1b33, #fff0 75%);
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
}
#agentic-workforce #agentic-workforce-details #border-vertical-1 {
  background: linear-gradient(#fff0 25%, #1b2d1b33, #fff0 75%);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(33.3% - 1px);
}
#agentic-workforce #agentic-workforce-details #border-vertical-2 {
  background: linear-gradient(#fff0 25%, #1b2d1b33, #fff0 75%);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(66.6% - 1px);
}
@media only screen and (max-width: 576px) {
  #agentic-workforce #agentic-workforce-details #border-horizontal,
  #agentic-workforce #agentic-workforce-details #border-vertical-1,
  #agentic-workforce #agentic-workforce-details #border-vertical-2 {
    display: none;
  }
}
.product-section .product-details .product-thumbnail {
  background: linear-gradient(123deg, #fffaeb00, #fffaeb);
  border-radius: 12px;
  place-content: center;
  min-height: 400px;
  display: grid;
  position: relative;
}
.product-section .product-details .product-thumbnail .product-label {
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 24px;
  left: 24px;
}
.product-section .product-details .product-thumbnail a {
  width: 50%;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.product-section .product-details .product-thumbnail a button {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .product-section .product-details .product-thumbnail a {
    right: unset;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translate(-50%);
  }
}
.card-tags-list {
  flex-direction: row;
  gap: 12px 8px;
  margin: 16px 0 0;
  display: flex;
}
.card-tags-list .card-tag {
  background: #fbcf39;
  border: 1px solid #1b2d4b;
  border-radius: 2px;
  padding: 6px 16px;
}
.blog-item-card {
  border: 2px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}
.blog-item-card a {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
.blog-item-card .card-thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.blog-item-card .card-body {
  height: 100%;
  padding: 16px;
}
.blog-item-card .card-body .card-title {
  font-weight: 700;
}
.blog-item-card .card-footer {
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 16px;
  display: flex;
}
.blog-item-card .card-footer .read-blog-link {
  color: #1b2d4b;
  min-width: 82px;
  padding: 8px 12px;
}
.blog-item-card .card-footer .read-blog-link .button-with-icon {
  align-items: center;
  gap: 0 8px;
  min-width: auto;
  padding: 0;
}
.blog-item-card .card-footer .read-blog-link .button-with-icon img {
  width: 20px;
  height: 20px;
}
.blog-item-card .card-footer .read-blog-link .button-with-icon:hover {
  transform: translate(-10px);
}
.author-info-container .a-contain {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.author-info-container .a-contain .author-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.author-info-container .a-contain .author-info {
  flex-direction: column;
  margin-left: 8px;
  display: flex;
}
.author-info-container .a-contain .author-info .author-designation {
  color: gray;
}
#illustration-loop,
#illustration-loop-mobile {
  aspect-ratio: 2/1.171;
  width: 100%;
  position: relative;
}
#illustration-loop img,
#illustration-loop-mobile img {
  opacity: 0;
  pointer-events: none;
}
#illustration-loop img.active,
#illustration-loop-mobile img.active {
  opacity: 1;
}
#product-highlight {
  z-index: 0;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#product-highlight:before {
  content: "";
  z-index: -1;
  background: url(../blur_layer.png) top/100% 140% no-repeat;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: -10%;
}
#product-highlight .info-container-item a {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #pillars .pillar-slider-container {
    height: auto;
  }
}
#pillars .pillar-content-slide {
  opacity: 1;
  height: auto;
  padding: 40px 80px;
  transition: none;
  position: static;
  margin-bottom: 0px;
}
#pillars .pillar-content-slide.opacity-100 {
  opacity: 1;
}
#pillars .pillar-content-slide.z-10 {
  z-index: 10;
}
#pillars .pillar-content-slide[data-index="0"] {
  opacity: 1;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  #pillars .pillar-content-slide {
    height: auto;
    inset: unset;
    opacity: 1;
    padding: 20px;
    position: static;
  }
}
#pillars .pillar-content-slide .pillar-image-container {
  max-height: 40dvh;
}
#pillars .pillar-content-slide .pillar-image-container img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
}
.lottie-container {
  opacity: 0;
  transition: opacity 0.5s;
}
.lottie-container.visible {
  opacity: 1;
}
#cloud-left {
  z-index: -1;
  width: 20%;
  min-height: 20%;
  position: absolute;
  top: 5%;
  left: 5%;
}
#cloud-right {
  z-index: -1;
  width: 25%;
  min-height: 20%;
  position: absolute;
  top: 17.5%;
  right: 12%;
}
#cloud-middle {
  z-index: -1;
  width: 25%;
  min-height: 20%;
  position: absolute;
  top: 42.5%;
  right: 50%;
}
.star-animation {
  width: 16px;
  height: 16px;
  animation: 2s ease-in-out 2s infinite alternate-reverse scaleUp;
  position: absolute;
  transform: scale(1);
  right: 10%;
}
.star-animation-section {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
  transform: scale(1);
}
.star-animation-section2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 98%;
  left: 70%;
  z-index: 1;
}

.agent-container-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px !important;
  width: 100% !important;
  padding-left: 100px !important;
}

/* troubleshoot agent */
.troubleshoot-agent {
  width: 440px !important;
  min-height: 20%;
}
@media only screen and (max-width: 1200px) {
  .troubleshoot-agent {
    right: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .troubleshoot-agent {
    right: 60%;
    top: 10.5%;
    width: 30%;
  }
}
.troubleshoot-agent-section {
  width: 120px;
  height: 120px;
  min-height: 20%;
  position: absolute;
  top: 65%;
  right: 10%;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .troubleshoot-agent-section {
    top: 75%;
    width: 30%;
    right: 3%;
    z-index: 1;
  }
}


/* finops agent */
.finops-agent {
  width: 440px;
  min-height: 20%;
}


/* cloudops agent */
.cloudops-agent {
    width: 400px;
    min-height: 20%;
}

/* Section Divider Styles */
.section-divider {
  position: relative;
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #e0e0e0 50%, transparent 50%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: relative;
}

.divider-icon {
  position: absolute;
  background: white;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.divider-icon img {
  width: 36px;
  height: 36px;
  opacity: 0.7;
  rotate: -5deg;
}

/* Responsive adjustments for section divider */
@media (max-width: 768px) {
  .section-divider {
    margin: 12px auto;
  }

  .divider-icon {
    padding: 12px;
  }

  .divider-icon img {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .star-animation {
    width: 10px;
    height: 10px;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.title-star-anim-lg {
  top: calc(50% - 7px);
  right: -25px;
}
.title-star-anim-sm {
  width: 10px;
  height: 10px;
  animation-delay: 0.75s;
  top: calc(50% + 8px);
  right: -12.5px;
}
@media only screen and (max-width: 576px) {
  .title-star-anim-sm {
    width: 7px;
    height: 7px;
  }
}
#hero-star-top {
  top: 10%;
  right: 20%;
}
#hero-star-bottom {
  animation-delay: 0.75s;
  bottom: 45%;
  left: 10%;
}
#agentic-top {
  z-index: 9;
  top: 0%;
  right: 0%;
}
#agentic-bottom {
  z-index: 9;
  animation-delay: 0.75s;
  bottom: 0%;
  left: 0%;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.hero-title {
  font-size: 44px !important;
  font-weight: 700 !important;
  color: var(--text-main);
  letter-spacing: -0.5px;
  line-height: 1.5 !important;
  font-family: Instrument Sans, sans-serif !important;
}

@media only screen and (max-width: 576px) {
  .hero-title {
    margin-top: 20px !important;
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-title {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
}



.caveat-Big {
  font-family: "Caveat", cursive;
  font-size: 42px;
  font-weight: 500;
  padding-right: 10px;
  line-height: 48px;
  color: var(--text-main);
}
@media only screen and (max-width: 1200px) {
  .caveat-Big {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .caveat-Big {
    font-size: 24px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.caveat-small {
  font-family: Instrument Sans, sans-serif;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -1.2px;
  font-weight: 400;
  color: var(--text-main);
}

.decription-bold {
  font-weight: 600;
}


@media only screen and (max-width: 576px) {
  .caveat-small {
    font-size: 24px !important;
    line-height: 26px !important;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.title-lg {
  font-size: 44px !important;
  font-weight: 700 !important;
  color: var(--text-main);
  letter-spacing: -1.8px;
  line-height: 1.25 !important;
  width: fit-content;
  padding: 4px 0px;
  background: linear-gradient(to bottom, transparent 95%, #ffea9d 5%) 0 0 / 10% 100% no-repeat;
  text-align: center;
  margin-bottom: 8px !important;
  font-family: Space Grotesk, sans-serif;
  margin: 0 auto;
}

.title-sm {
  font-size: 28px !important;
  font-weight: 600 !important;
  background-color: var(--text-main);
  width: fit-content;
  padding: 10px 8px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1 !important;
  font-family: Instrument Sans, sans-serif !important;
}

.sub-title-lg {
  font-size: 18px !important;
  font-weight: 400;
  text-align: center;
  color: var(--text-main-light) !important;
  letter-spacing: -0.5px;
  line-height: 1.3 !important;
  font-family: Instrument Sans, sans-serif !important;
}

.sub-title-sm {
  font-size: 18px !important;
  font-weight: 500;
  text-align: center;
  color: var(--text-main-light) !important;
}

/* Mobile responsive styles */
@media only screen and (max-width: 576px) {
  .title-lg {
    font-size: 28px !important;
    letter-spacing: -1px;
    line-height: 1.1 !important;
    background: none;
  }
  .sub-title-lg {
    font-size: 14px !important;
    letter-spacing: -0.2px;
    line-height: 1.5 !important;
  }
}

.product-box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  gap: 5%;
}

@media only screen and (max-width: 706px) {
  .product-box {
    flex-direction: column;
  }
}

.product-box > div:first-child {
  flex: 0 0 60%;
}

.product-box > div:last-child {
  flex: 0 0 35%;
}
.main-title {
  font-size: 44px !important;
  font-weight: 600 !important;
  margin: 18px 0px 8px 0px !important;
  color: var(--text-main);
  letter-spacing: -1.8px;
  font-family: Space Grotesk, sans-serif;
  background-color: var(--text-main);
  width: fit-content;
  padding: 10px 8px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1 !important;
  font-family: Instrument Sans, sans-serif !important;
}

@media only screen and (max-width: 576px) {
  .main-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    margin: 24px 0px 8px 0px !important;
    color: var(--text-main);
    letter-spacing: -1.8px;
    font-family: Space Grotesk, sans-serif;
    background-color: var(--text-main);
    width: 100%;
    padding: 10px 8px;
    text-align: center !important;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.1 !important;
    font-family: Instrument Sans, sans-serif !important;
  }
  
}
  .sub-title {
    font-size: 28px !important;
    font-weight: 500;
    color: var(--text-main-light);
    letter-spacing: -0.5px;
    line-height: 1.3 !important;
  }

  @media only screen and (max-width: 576px) {
    .sub-title {
      font-size: 22px !important;
      font-weight: 500;
      color: var(--text-main);
      letter-spacing: -0.5px;
      text-align: center;
      line-height: 1.3 !important;
    }
  }


  .product-box-right {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 50px 32px 40px 0;
  }

  /* Mobile responsive padding for product-box-right */
  @media only screen and (max-width: 700px) {
    .product-box-right {
      padding: 40px 40px 40px 40px;
      gap: 40px;
      align-items: center;
    }
  }

  .product-box-right-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
  .icon-container {
    display: flex;
    background-color: #fff;
    gap: 12px;
  }
  .icon-content-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-main);
    letter-spacing: 0.5px;
    text-align: left;
    letter-spacing: -0.2px;
    display: flex;
    flex-direction: column;
    align-items: left;
    flex: 1;
    .span-text {
      font-size: 14px;
      font-weight: 400;
      opacity: 0.7;
    }
  }

  .benefits-box {
    border: 0.5px solid #e9d4317a;
    background: white;
    border-radius: 6px;
    border-left: 4px solid #e9d3319e;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04),
                0px 4px 12px rgba(0, 0, 0, 0.02);
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
  }

  .benefits-box2 {
    border: 0.5px solid #29e02965;
    background: white;
    border-radius: 6px;
    border-left: 4px solid #29e0297c;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04),
                0px 4px 12px rgba(0, 0, 0, 0.02);
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
  }

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 24px;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 20px;
  }

  .modal-header,
  .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.resources-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  margin-top: 0.5rem;
  padding: 0px 10px;
  width: 14rem;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #d8d8d8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.2s ease-out;
}

.group:hover .resources-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}



/* Integration Network Styles */
.integration-network-container {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 0px auto;
  padding: 40px 0px 0px 0px !important;
  min-height: 640px;
}

/* Connection Lines SVG */
.connection-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.connection-line {
  stroke: #e0e0e0;
  stroke-width: 1.5;
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 4 6; /* Subtle dotted pattern for background lines */
  transition: all 0.3s ease;
  animation: dotted-highlight 2s linear infinite;
}

/* Ensure proper layering */
.connection-lines-background {
  z-index: 1;
}

.beam-lines-foreground {
  z-index: 10;
}

.connection-line.highlighted {
  stroke: #7686ce;
  stroke-width: 2;
  opacity: 1;
  stroke-dasharray: 6 8; /* Dotted pattern for highlighted lines */
  animation: dotted-highlight 2s linear infinite;
}

@keyframes dotted-highlight {
  0% {
    stroke-dashoffset: 14; /* Start from positive offset */
  }
  100% {
    stroke-dashoffset: 0; /* End at zero - creates reverse flow effect */
  }
}

/* Dotted lines with traveling effect */
.connection-line.beam {
  stroke: #8192df;
  stroke-width: 2;
  opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 8 12; /* Creates dotted pattern: 8px dash, 12px gap */
  stroke-dashoffset: 0;
  animation: dotted-travel 1s linear infinite;
  z-index: 100;
  position: relative;
}

@keyframes dotted-travel {
  0% {
    stroke-dashoffset: 20; /* Start from positive offset */
  }
  100% {
    stroke-dashoffset: 0; /* End at zero - creates reverse flow effect */
  }
}

/* Enhanced central logo pulsing when beams are active */
.central-logo-box {
  animation: central-pulse 4s ease-out infinite;
}

@keyframes central-pulse {
  0% {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1);
  }
  5% {
    box-shadow: 0 12px 35px rgba(55, 87, 232, 0.6);
    transform: translate(-50%, -50%) scale(1.05);
  }
  20% {
    box-shadow: 0 15px 40px rgba(55, 87, 232, 0.4);
    transform: translate(-50%, -50%) scale(1.02);
  }
  100% {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Central Logo Box */
.central-logo-box {
  position: absolute;
  top: 56%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #1B2D4A 0%, #1B2D4A 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  animation: continuous-scale 2s ease-in-out infinite, pulse-glow 2s ease-in-out infinite alternate;
}

@media (max-width: 768px) {
  .central-logo-box {
    display: none;
  }
}

.central-logo {
  width: 65px;
  height: auto;
}

.pulse-ring {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 50%;
  animation: pulse-ring-animation 2s ease-out infinite;
  z-index: -1;
}

.pulse-ring-delay {
  animation-delay: 1s;
}

@keyframes pulse-ring-animation {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  100% {
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
  }
}

@keyframes continuous-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Integration Boxes */
.integration-box {
  position: absolute;
  width: max-content;
  min-width: 220px;
  align-items: flex-start;
  gap: 16px;
  background: white;
  border-radius: 4px;
  padding: 12px 8px 8px 8px;
  box-shadow: -6px 6px 0px rgba(0,0,0,0.10);
  border: 1.5px solid #575757;
  z-index: 5;
  transition: all 0.3s ease;
  cursor: default !important;
}

.integration-box:hover {
  transform: translateY(-6px);
  border-color: #667eea;
}


.integration-box-1 { top: 100px; left: 55%; transform: translateX(50%); }
.integration-box-2 { top: 230px; left: 65%; transform: translateX(-50%); }
.integration-box-3 { top: 360px; left: 65%; transform: translateX(50%); }
.integration-box-4 { top: 490px; left: 55%; transform: translateX(-50%); }





/* Integration Header */
.integration-header {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.integration-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(152, 152, 152);
  flex-shrink: 0;
}

.integration-title {
  font-size: 14px !important;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.category-title {
  font-size: 32px !important;
  font-weight: 600;
  color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0;
  line-height: 1.2 !important;
  background: linear-gradient(to bottom, transparent 95%, #ffea9d 5%) 0 0 / 10% 100% no-repeat;
  padding: 4px 0px;
}

@media (max-width: 768px) {
  .category-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    width: 80% !important;
    text-align: center !important;
    background: none !important;
  }
}

/* Integration Content */
.integration-content {
  display: flex;
  flex-direction: row;
  padding: 0px 8px;
  width: 100%;
  gap: 6px;
}

.integration-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.integration-item:hover {
  background: #e3f2fd;
  transform: translateX(3px);
}

.integration-logo-placeholder {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 10px;
  flex-shrink: 0;
}

.integration-item span {
  font-size: 14px;
  color: #555;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}


.integration-item img {
  width: 20px ;
  height: 20px;
}

.integration-box-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: white;
  border-radius: 4px;
  padding: 20px 16px 16px 16px;
  box-shadow: -6px 6px 0px rgba(0,0,0,0.10);
  border: 1.5px solid #575757;
  z-index: 5;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.integration-all {
  display: flex;
  flex-direction: column;
  margin-left: 280px;
  gap: 20px;
}

/* .integration-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  min-width: 220px;
  gap: 16px;

  border-radius: 4px;
  padding: 20px 16px 16px 16px;
  box-shadow: -6px 6px 0px rgba(0,0,0,0.10);
  border: 1.5px solid #575757;
  z-index: 5;
  transition: all 0.3s ease;
  cursor: pointer;
} */




/* Responsive Design */
@media (max-width: 1024px) {
  .integration-network-container {
    min-height: auto;
    padding: 20px;
    max-width: 800px;
  }

  .connection-lines {
    display: none;
  }

  .integration-box {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 16px;
    transform: none !important;
    
  }

  .integration-box-1,
  .integration-box-2,
  .integration-box-3,
  .integration-box-4,
  .integration-box-5,
  .integration-box-6,
  .integration-box-7,
  .integration-box-8 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .central-logo-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 30px;
    width: 70px;
    height: 70px;
  }
  

  .central-logo {
    width: 40px;
  }

  .integration-network-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .integration-box {
    width: 100%;
    padding: 14px;
  }

  .integration-title {
    font-size: 13px !important;
  }

  .integration-item span {
    font-size: 11px;
  }

  .central-logo-box {
    width: 60px;
    height: 60px;
  }

  .central-logo {
    width: 35px;
  }

  .integration-network-container {
    min-height: auto;
    padding: 15px;
  }
}

/* Animation on scroll */
.integration-box {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

.integration-box-1 { animation-delay: 0.1s; }
.integration-box-2 { animation-delay: 0.15s; }
.integration-box-3 { animation-delay: 0.2s; }
.integration-box-4 { animation-delay: 0.25s; }
.integration-box-5 { animation-delay: 0.3s; }
.integration-box-6 { animation-delay: 0.35s; }
.integration-box-7 { animation-delay: 0.4s; }
.integration-box-8 { animation-delay: 0.45s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced hover effects */
.integration-box:hover .integration-icon {
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.3);
}

.integration-box:hover .integration-title {
  color: #667eea;
}

.integration-box:hover .integration-title {
  transform: translateY(-2px);
}

/* Agents Section Styles */
.agents-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 0;
  background: #fff;
}

.agent-card {
  padding: 24px 48px;
  text-align: center;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Remove borders from outer edges (tic-tac-toe style) */
.agent-card:nth-child(4n) {
  border-right: none;
}

.agent-card:nth-child(n+13) {
  border-bottom: none;
}

/* Hover effect for individual cards */
.agent-card:hover {
  transform: scale(1.02);
  background: #ffffff;
  box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: default;
}

/* Dim all cards when hovering over the grid */
.agents-grid:hover .agent-card {
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Restore full opacity for the hovered card */
.agents-grid:hover .agent-card:hover {
  opacity: 1;
}

.agent-icon {
  width: 24px;
  height: 24px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-icon img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  object-fit: contain;
}

.agent-name {
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #1a202c;
  line-height: 1.3 !important;
}

.agent-description {
  font-size: 11px;
  color: #64748b;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}



/* Modal Styles */
.agents-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  backdrop-filter: blur(4px);
}

.agents-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.agents-modal-content {
  background: white;
  border-radius: 12px;
  max-width: 85vw;
  max-height: 85vh;
  width: 600px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.3s ease;
}

.agents-modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  color: #1a202c;
}

.agents-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
}

.modal-close-btn {
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.modal-close-btn:hover {
  background: #f1f5f9;
  color: #1a202c;
}

.agents-modal-body {
  padding: 20px;
  max-height: 65vh;
  overflow-y: auto;
  cursor: default !important;
}

.agents-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  cursor: default !important;
}

.modal-agent-card {
  padding: 16px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default !important;
  min-height: auto;
}

.modal-agent-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.1);
  background: #f8fafc;
}

.modal-agent-card .agent-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}

.modal-agent-card .agent-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { 
    transform: translateY(50px);
    opacity: 0;
  }
  to { 
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .agents-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }

  .agent-card:nth-child(2n) {
    border-right: none;
  }
  
  .agent-card:nth-child(4n) {
    border-right: 1px solid #e2e8f0;
  }
  
  .agent-card:nth-child(n+15) {
    border-bottom: none;
  }

  .agent-card {
    min-height: 160px;
    padding: 16px 12px;
  }

  .agent-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .agent-name {
    font-size: 14px;
  }

  .agent-description {
    font-size: 11px;
  }

  .agents-modal-content {
    width: 95%;
    margin: 10px;
  }

  .agents-modal-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    cursor: default !important;
  }
}

@media (max-width: 480px) {
  .agents-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 1fr);
  }

  .agent-card:nth-child(n) {
    border-right: none;
  }
  
  .agent-card:nth-child(16) {
    border-bottom: none;
  }

  .agent-card {
    min-height: 140px;
  }
}
  