@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
body > .wp-site-blocks {
  margin-top: 120px;
}

header {
  background: #0e0e0e;
}

header.site-header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  height: 120px;
}

header .headerWrap {
  padding-block: 1rem;
}

@media (max-width: 1200px) {
  header .headerWrap {
    padding-inline: 2.375rem;
  }
}
@media (min-width: 768px) {
  body > .wp-site-blocks {
    margin-top: 150px;
  }
  header.site-header.wp-block-template-part {
    height: 150px;
  }
  .wp-block-site-logo > a > img,
  .wp-block-site-logo > a > svg {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    background-image: url(../images/arrow.svg) !important;
    width: 24px !important;
    height: 24px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator, .rotateArrow, a.rotateArrow::after {
    transform: rotate(180deg) !important;
    transition: 0.25s !important;
    transform-origin: center center !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
    top: 100px !important;
  }
  ul#mega-menu-max_mega_menu_1 {
    padding-bottom: 100px !important;
  }
}
.wp-block-site-logo img,
.wp-block-site-logo svg {
  height: auto;
  max-width: 100%;
}

/* New logo updates for size & burger */
.wp-block-site-logo > a > img,
.wp-block-site-logo > a > svg {
  width: 120px;
}

@media (min-width: 1200px) {
  .wp-block-site-logo > a > img,
  .wp-block-site-logo > a > svg {
    width: 125px;
  }
}
.hero {
  width: 100%;
  margin: 0 auto;
}

.hero-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding: 1.5rem;
  border-radius: 20px;
  border: 3px solid #096;
  overflow: hidden;
  background: radial-gradient(620.5px 1000.3px at 120% 0%, #24C790 0%, transparent 80%), radial-gradient(500.5px 300.3px at -8% 100%, #24C790 0%, transparent 70%), #0e0e0e;
}

.hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.headline,
.subtitle {
  margin: 0;
  color: #fff;
  text-align: center;
}

.hero-text {
  position: relative;
  z-index: 1;
}

.hero-art {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 330px;
  height: 210px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-art--left {
  left: -5px;
}

.hero-art--right {
  right: 0px;
}

.hero-art--right svg {
  transform: scale(0.9);
  transform-origin: right 50%;
}

.hero-art svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 760px) {
  .hero {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .hero-card {
    height: 520px;
    min-height: 520px;
    padding: 1.5rem;
    border: 3px solid #096;
    border-radius: 20px;
    background: radial-gradient(80% 120% at 100% -10%, rgba(36, 199, 144, 0.6) 0%, rgba(36, 199, 144, 0.25) 35%, rgba(36, 199, 144, 0.08) 70%, transparent 100%), radial-gradient(90% 80% at 0% 110%, rgba(36, 199, 144, 0.6) 0%, rgba(36, 199, 144, 0.25) 35%, rgba(36, 199, 144, 0.08) 70%, transparent 100%), #0e0e0e;
  }
  .hero-art {
    overflow: visible;
    top: auto;
    transform: none;
  }
  .hero-art--left {
    left: 22px;
    top: -102px;
    width: 240px;
    height: 240px;
  }
  .hero-art--left svg {
    transform: scale(1.3) rotate(34deg);
    transform-origin: 0% 0%;
    filter: drop-shadow(0 0 20px rgba(36, 199, 144, 0.22));
  }
  .hero-art--right {
    right: 26px;
    bottom: -100px;
    width: 260px;
    height: 260px;
  }
  .hero-art--right svg {
    transform: scale(1.1) rotate(29deg);
    transform-origin: 100% 100%;
    filter: drop-shadow(0 0 20px rgba(36, 199, 144, 0.22));
  }
}
select.facetwp-dropdown {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans";
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  background: #313131;
  color: #fff;
  outline: 2px solid #096;
  appearance: none;
  -webkit-appearance: none;
  background: #313131 url(../images/greenDownArrow.svg) no-repeat right 1rem center;
  background-size: 24px;
}

select.facetwp-dropdown:focus,
select.facetwp-dropdown:active {
  box-shadow: 0px 0px 6px 3px #096;
}

.facetwp-input-wrap {
  width: 100%;
}
.facetwp-input-wrap input.facetwp-search {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans";
  padding: 16px 16px;
  background: #313131;
  color: #fff;
  outline: 2px solid #096;
  border: none;
  border-radius: 15px;
}
.facetwp-input-wrap input.facetwp-search:focus, .facetwp-input-wrap input.facetwp-search:active {
  box-shadow: 0px 0px 6px 3px #096;
}
.facetwp-input-wrap .facetwp-icon:before {
  background: url(../images/mGlass.svg) no-repeat;
  padding-right: 16px;
  margin-top: 10px;
}

footer a {
  text-decoration: none;
}

footer .subFooterLinks {
  max-width: 610px;
}
footer .subFooterLinks a:hover {
  text-decoration: underline;
}

.mainFooter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mainFooter .mainFooterSlogan {
  max-width: 100%;
}
.mainFooter .mainFooterInfo {
  width: 100%;
  max-width: 630px;
}
.mainFooter .mainFooterInfo .mainFooterInfoMap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mainFooter .mainFooterInfo .mainFooterInfoMap div {
  width: 100%;
}

.subFooter {
  background: #000;
}
.subFooter > .wp-block-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: calc(992px - 0.0625rem)) {
  .mainFooter {
    flex-direction: row;
  }
  .mainFooter .mainFooterSlogan {
    max-width: 310px;
  }
  .mainFooter .mainFooterInfo .mainFooterInfoMap {
    flex-direction: row;
  }
  .mainFooter .mainFooterInfo .mainFooterInfoMap div {
    width: auto;
  }
  .subFooter > .wp-block-group {
    flex-direction: row;
  }
}
.S-shapeTimeline {
  max-height: 500px;
  min-width: 435px;
  /* ====== Component Title ====== */
  /* ====== Text Box Base ====== */
  /* Reduce the SVG–UL gap only for the 3rd text-box */
  /* Kill the UL’s default top/bottom margin in that row */
  /* ====== Desktop Styles ====== */
}
.S-shapeTimeline .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.S-shapeTimeline .title {
  width: 180px;
  color: #096;
  font-weight: 700;
  margin-bottom: -60px;
}
.S-shapeTimeline .text-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  width: auto;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}
.S-shapeTimeline .text-box p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}
.S-shapeTimeline .text-box:first-of-type {
  transform: translate(-10px, -317px);
}
.S-shapeTimeline .text-box:nth-of-type(2) {
  transform: translate(40px, -320px);
}
.S-shapeTimeline .text-box:nth-of-type(3) {
  transform: translate(-80px, -310px);
}
.S-shapeTimeline .text-box:nth-of-type(4) {
  transform: translate(0, -270px);
}
.S-shapeTimeline .box-content p {
  margin-bottom: 2px !important; /* reduce bottom margin of the paragraph */
}
.S-shapeTimeline .box-content ul {
  margin-top: 0; /* remove top margin from the list */
  margin-left: 0;
  padding-left: 1.5rem;
}
.S-shapeTimeline .container > .text-box:nth-of-type(3) {
  gap: 10px; /* or 0 if you want them flush */
}
.S-shapeTimeline .container > .text-box:nth-of-type(3) > ul {
  padding-left: 16px;
}
.S-shapeTimeline .decor {
  overflow: visible;
}
@media (min-width: calc(992px - 0.0625rem)) {
  .S-shapeTimeline {
    max-height: 530px;
  }
  .S-shapeTimeline .text-box:first-of-type {
    transform: translate(30px, -315px);
  }
  .S-shapeTimeline .text-box:nth-of-type(2) {
    transform: translate(90px, -302px);
  }
  .S-shapeTimeline .text-box:nth-of-type(3) {
    transform: translate(-115px, -282px);
  }
  .S-shapeTimeline .text-box:nth-of-type(4) {
    transform: translate(40px, -230px);
  }
  .S-shapeTimeline .title {
    margin-bottom: -35px;
    margin-left: 150px;
  }
  .S-shapeTimeline .decor {
    max-width: 100%;
  }
}

.S-shapeTimeline.complybotSVG {
  /* ====== Desktop Styles ====== */
}
.S-shapeTimeline.complybotSVG .text-box:first-of-type {
  transform: translate(-10px, -315px);
}
.S-shapeTimeline.complybotSVG .text-box:nth-of-type(2) {
  transform: translate(18px, -315px);
}
.S-shapeTimeline.complybotSVG .text-box:nth-of-type(3) {
  transform: translate(-15px, -326px);
  min-width: 335px;
}
.S-shapeTimeline.complybotSVG .text-box:nth-of-type(4) {
  transform: translate(28px, -280px);
}
.S-shapeTimeline.complybotSVG .title {
  margin-bottom: -40px;
}
@media (min-width: calc(992px - 0.0625rem)) {
  .S-shapeTimeline.complybotSVG .text-box:first-of-type {
    transform: translate(36px, -307px);
  }
  .S-shapeTimeline.complybotSVG .text-box:nth-of-type(2) {
    transform: translate(70px, -300px);
  }
  .S-shapeTimeline.complybotSVG .text-box:nth-of-type(3) {
    transform: translate(-60px, -300px);
  }
  .S-shapeTimeline.complybotSVG .text-box:nth-of-type(4) {
    transform: translate(40px, -250px);
  }
}

.S-shapeTimeline.uxaasSVG {
  /* ====== Desktop Styles ====== */
}
.S-shapeTimeline.uxaasSVG .text-box:first-of-type {
  transform: translate(-63px, -317px);
}
.S-shapeTimeline.uxaasSVG .text-box:nth-of-type(2) {
  transform: translate(12px, -322px);
}
.S-shapeTimeline.uxaasSVG .text-box:nth-of-type(3) {
  transform: translate(-66px, -310px);
}
.S-shapeTimeline.uxaasSVG .text-box:nth-of-type(4) {
  transform: translate(48px, -265px);
}
.S-shapeTimeline.uxaasSVG .title {
  margin-bottom: -40px;
}
@media (min-width: calc(992px - 0.0625rem)) {
  .S-shapeTimeline.uxaasSVG .text-box:first-of-type {
    transform: translate(6px, -336px);
  }
  .S-shapeTimeline.uxaasSVG .text-box:nth-of-type(2) {
    transform: translate(34px, -342px);
  }
  .S-shapeTimeline.uxaasSVG .text-box:nth-of-type(3) {
    transform: translate(-69px, -327px);
  }
  .S-shapeTimeline.uxaasSVG .text-box:nth-of-type(4) {
    transform: translate(48px, -280px);
  }
}

.verticalTimeline {
  width: 100%;
}
.verticalTimeline .dashedB {
  position: absolute;
  left: 27px;
  width: 1px;
  top: 0;
  height: 100%;
  border-left: 2px dashed #fff;
}
.verticalTimeline .VTcontainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-block: 1.5rem;
}
.verticalTimeline .package {
  display: flex;
  align-items: center;
  gap: 42px;
}
.verticalTimeline .icon {
  gap: 10px;
  z-index: 9;
  background: #191919;
}
.verticalTimeline .description p,
.verticalTimeline .description {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}
.verticalTimeline .description p {
  margin-bottom: 0;
}
.verticalTimeline .description p + ul {
  margin-top: 0px;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .verticalTimeline {
    padding-left: 235px !important;
  }
}
@media (min-width: 1200px) {
  .verticalTimeline {
    padding-left: 197px !important;
  }
}

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