.globalHeader {
  background: #131313;
  padding: 28px 40px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20000;
  font-family: "Montserrat", sans-serif;
}

.loginText {
  display: flex;
  gap: 7px;
  align-items: center;
}

.countryWrapper {
  position: relative;
}

.countryWrapperLink {
  display: flex;
  gap: 7px;
  align-items: center;
}

.countryWrapper img {
  height: 16px;
  width: 20px;
}

.countriesWrapper {
  position: absolute;
  top: 30px;
  left: -40px;
  background-color: #343038;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  padding: 20px;
  min-width: 100px;
  z-index: 1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all .3s ease-in-out;
  display: none;
}

.countriesWrapper a {
  display: flex;
  gap: 7px;
  align-items: center;
}

.countryWrapper.active .countriesWrapper {
  opacity: 1;
  display: flex;
}

.loginWrapper {
  position: relative;
}

.loginWrapper .loginMenu {
  position: absolute;
  top: 30px;
  left: -80px;
  background-color: #343038;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  padding: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  min-width: 170px;
  gap: 20px;
  transition: all .3s ease-in-out;
  display: none;
}

.loginWrapper .loginMenu a {
  text-align: left;
}

.loginWrapper.active .loginMenu {
  opacity: 1;
  display: flex;
}

.searchOverlay {
  display: none;
  position: fixed;
  top: 83.6px;
  left: 0;
  right: 0;
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.70) 0%, rgba(19, 19, 19, 0.70) 100%), linear-gradient(180deg, #131313 2.12%, rgba(19, 19, 19, 0.30) 51.06%, rgba(153, 23, 255, 0.12) 100%);
  box-shadow: 0 21px 100px 0 #131313;
  backdrop-filter: blur(28px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.searchOverlay.active {
  display: flex;
}

.searchOverlay .searchOverlayContent {
  position: relative;
  width: 90%;
  max-width: 600px;
}

.searchOverlay .searchOverlayClose {
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 1.5rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

.searchOverlay .searchForm {
  width: 100%;
}

.searchOverlay .searchInput {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  padding-left: 64px;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.08);
  position: relative;
}

.searchOverlay .searchInput:hover {
  border: 1px solid #9917FF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(90deg, rgba(153, 23, 255, 0.12) 0%, rgba(0, 191, 255, 0.12) 99.83%);
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.08);
}

.searchOverlay .searchIcon {
  background-image: url(https://cdn.aglty.io/fortanix/search/search.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: '';
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}

.searchOverlay .searchInput::placeholder {
  color: #ccc;
}

@media only screen and (min-width: 1280px) {
  .searchOverlay {
    top: 149px;
  }
      .mainMenuCAIItem{
        display:inline-flex;
        align-items:center;
        gap:12px;
        margin-top:-7px;
    }

  .topBarNav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
  }

  .topBarNav a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: .3s all ease-in-out;
    text-transform: capitalize;
  }

  .topBarNav a:hover {
    color: #9917ff;
  }

  .mainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mainNavLogoLinks {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .mainMenuLinks {
    display: flex;
    gap: 20px;
    margin-top:14px;
  }

  .mainMenuItemLink {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
    padding-bottom: 6px;
    border-bottom: 2.5px solid transparent;
    transition: .3s all ease-in-out;
  }

  .mainMenuItemLink.active,
  .mainMenuItemLink:hover {
    border-bottom: 2.5px solid #9917ff;
  }

  .mainNavCTAWrapper {
    display: flex;
    gap: 20px;
  }

  .subMenuWrapper {
    visibility: hidden;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    left: 0px;
    top: 149px;
    height: calc((var(--vh, 1vh) * 100) - 149px);
    position: fixed;
    width: auto;
  }

  .subMenuWrapper.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .subMenuLinksWrapper {
    display: flex;
    padding: 60px;
    flex-direction: column;
    gap: 40px;
    width: 570px;
    background: radial-gradient(166.41% 184.37% at 91.55% 3.52%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .subMenuMainLinkWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }

  .subMenuMainLinkWrapper a {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all .3s ease-in-out;
  }

  .subMenuMainLinkWrapper a:hover {
    color: #9917ff;
  }

  .subMenuMainLinkWrapper .subMenuMainLinkDescription {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .subMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .subMenuItem .subMenuItemLink {
    padding: 12px 20px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    transition: .3s all ease-in-out;
    background: transparent;
    position: relative;
  }

  .subMenuItem .subMenuItemLink.subMenuItemLinkMobile {
    display: none;
  }

  .subMenuItem.nested-active .subMenuItemLink,
  .subMenuItem .subMenuItemLink:hover {
    border-radius: 8px;
    background: rgba(153, 23, 255, 0.28);
  }

  .subMenuItemNotNested .subMenuItemLink {
    position: relative;
  }

  .subMenuItemNested .subMenuItemLink::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'><path d='M9.76813 9.76818C10.1924 9.34393 10.1924 8.65607 9.76813 8.23182L2.85455 1.31819C2.4303 0.893936 1.74244 0.893936 1.31819 1.31819C0.893938 1.74244 0.893938 2.4303 1.31819 2.85455L7.46357 9L1.31819 15.1454C0.893938 15.5696 0.893938 16.2575 1.31819 16.6818C1.74244 17.1061 2.4303 17.1061 2.85455 16.6818L9.76813 9.76818Z' fill='white'/><path d='M8.99999 10.0864V7.91363M9.76813 9.76818C10.1924 9.34393 10.1924 8.65607 9.76813 8.23182L2.85455 1.31819C2.4303 0.893936 1.74244 0.893936 1.31819 1.31819C0.893938 1.74244 0.893938 2.4303 1.31819 2.85455L7.46357 9L1.31819 15.1454C0.893938 15.5696 0.893938 16.2575 1.31819 16.6818C1.74244 17.1061 2.4303 17.1061 2.85455 16.6818L9.76813 9.76818Z' stroke='white' stroke-width='0.413015'/></svg>");
  }

  .subMenuItem.nested-active .subMenuItemLink::after,
  .subMenuItem .subMenuItemLink:hover::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M23.7681 14.7682C24.1924 14.3439 24.1924 13.6561 23.7681 13.2318L16.8545 6.31819C16.4303 5.89394 15.7424 5.89394 15.3182 6.31819C14.8939 6.74244 14.8939 7.4303 15.3182 7.85455L21.4636 14L15.3182 20.1454C14.8939 20.5696 14.8939 21.2575 15.3182 21.6818C15.7424 22.1061 16.4303 22.1061 16.8545 21.6818L23.7681 14.7682Z' fill='white'/><path d='M23 15.0864V12.9136M23.7681 14.7682C24.1924 14.3439 24.1924 13.6561 23.7681 13.2318L16.8545 6.31819C16.4303 5.89394 15.7424 5.89394 15.3182 6.31819C14.8939 6.74244 14.8939 7.4303 15.3182 7.85455L21.4636 14L15.3182 20.1454C14.8939 20.5696 14.8939 21.2575 15.3182 21.6818C15.7424 22.1061 16.4303 22.1061 16.8545 21.6818L23.7681 14.7682Z' stroke='white' stroke-width='0.413015'/><path d='M22 14L5 14' stroke='white' stroke-width='3' stroke-linecap='round'/></svg>");
  }

  .subMenuDefaultTab {
    background-size: cover;
    background-position: top;
    padding: 60px 40px;
    width: 520px;
    overflow: hidden auto;
    overscroll-behavior: contain;
  }

  .subMenuDefaultTabContent {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }

  .subMenuDefaultTabContentTitle {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    padding: 20px 0;
  }

  .nestedSubMenuWrapper {
    overflow-y: auto;
    overscroll-behavior: contain;
    position: fixed;
    height: calc((var(--vh, 1vh) * 100) - 149px);
    left: 570px;
    top: 0;
    background: radial-gradient(166.41% 184.37% at 91.55% 3.52%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
    z-index: 10;
    width: 520px;
    padding: 45px 60px 45px 40px;
    visibility: hidden;
    transform: translate(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .subMenuItem.nested-active .nestedSubMenuWrapper {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }

  .subMenuWrapper.activeNestedDefaultHidden .subMenuDefaultTab {
    display: none;
  }

  .nestedSubMenuTitle {
    padding: 8px 20px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }

  .nestedSubMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .nestedSubMenuLinks a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 8px 20px;
    background: transparent;
    transition: all .3s ease-in-out;
  }

  .nestedSubMenuLinks a:hover {
    border-radius: 8px;
    background: rgba(153, 23, 255, 0.28);
  }

  .nestedSubMenuCTAWrapper {
    padding: 0px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .companyDefaultTab,
  .resourcesDefaultTab,
  .customersDefaultTab {
    background: radial-gradient(166.41% 184.37% at 91.55% 3.52%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
  }

  .resourcesDefaultTab .subMenuDefaultTabContentTitle,
  .customersDefaultTab .subMenuDefaultTabContentTitle {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
    padding: 0;
  }

  .resourcesDefaultTab .subMenuDefaultTabContent,
  .customersDefaultTab .subMenuDefaultTabContent {
    gap: 40px;
  }

  .resourcesCardsWrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .resourcesCardsWrapper a {
    width: 100%;
  }

  .resourcesCardsWrapper a span {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.34px;
    display: block;
    transition: all .3s ease-in-out;
  }

  .resourcesCardsWrapper .resourceCardContent {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .resourcesCardsWrapper .resourceCardContent img {
    width: 40px;
    height: 40px;
  }

  .resourcesCardsWrapper .resourceCard {
    margin: 0 30px;
  }

  .resourcesCardsWrapper a img {
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: 100%;
  }

  .resourcesDefaultTab .resourcesCardsWrapper a:hover img {
    transform: scale(1.03);
  }

  .customersDefaultTab .resourcesCardsWrapper .purpleIcon {
    display: none;
  }

  .customersDefaultTab .resourcesCardsWrapper a:hover .purpleIcon {
    display: block;
  }

  .customersDefaultTab .resourcesCardsWrapper a:hover .clickIcon {
    display: none;
  }

  .hamburgerMenu,
  .mobileCountryWrapper,
  .mobileExtraMenu {
    display: none;
  }

  .mainNavSearchCTAs {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 1279px) {

  .topBarNav,
  .subMenuDefaultTab,
  .nestedSubMenuWrapper,
  .subMenuMainLinkWrapper,
  .mainNavSearchCTAs,
  .subMenuWrapper,
  .nestedSubMenuTitle,
  .nestedSubMenuCTAWrapper,
  .nestedSubMenuWrapper {
    display: none;
  }

  .subMenuItem .subMenuItemLink.subMenuItemLinkDesktop {
    display: none;
  }

  .platformSubMenuMainLinkWrapper {
    display: block;
  }

  .platformSubMenuMainLinkWrapper .subMenuMainLinkDescription {
    display: none;
  }

  .globalHeader {
    padding: 24px;
  }

  .mobileCountryWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobileCountryWrapper a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: .3s all ease-in-out;
    text-transform: capitalize;
  }

  .mainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mainMenu {
    position: fixed;
    top: 83.6px;
    left: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    background: radial-gradient(166.41% 184.37% at 91.55% 3.52%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    bottom: 0;
  }

  .mainMenuItem,
  .topBarNavMobileMenu a {
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0 !important;
  }

  .topBarNavMobileMenu a,
  .mainMenuItem .mainMenuItemLink {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
  }
  
  .mainMenuItem .mainMenuItemLink:hover,
  .mainMenuItem .mainMenuItemLink.active {
    color: #9917ff;
    font-weight: 600;
  }

  .mainMenuItem .mainMenuItemLink::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M8.23182 9.76813C8.65607 10.1924 9.34393 10.1924 9.76818 9.76813L16.6818 2.85455C17.1061 2.4303 17.1061 1.74244 16.6818 1.31819C16.2576 0.893938 15.5697 0.893938 15.1454 1.31819L9 7.46357L2.85462 1.31819C2.43035 0.893938 1.74246 0.893938 1.3182 1.31819C0.893934 1.74244 0.893934 2.4303 1.3182 2.85455L8.23182 9.76813Z' fill='white' fill-opacity='0.8'/%3E%3Cpath d='M7.91363 8.99999H10.0864M8.23182 9.76813C8.65607 10.1924 9.34393 10.1924 9.76818 9.76813L16.6818 2.85455C17.1061 2.4303 17.1061 1.74244 16.6818 1.31819C16.2576 0.893938 15.5697 0.893938 15.1454 1.31819L9 7.46357L2.85462 1.31819C2.43035 0.893938 1.74246 0.893938 1.3182 1.31819C0.893934 1.74244 0.893934 2.4303 1.3182 2.85455L8.23182 9.76813Z' stroke='white' stroke-opacity='0.8' stroke-width='0.413015'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 11px;
    pointer-events: none;
    transition: all .3s ease-in-out;
  }

  .mainMenuItem .mainMenuItemLink.active::after {
    transform: rotate(180deg);
  }

  .subMenuWrapper.active {
    display: block;
  }

  .platformSubMenuMainLinkWrapper .subMenuMainLink {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.32px;
  }

  .subMenuLinksWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .subMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .subMenuLinks .subMenuItem a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
  }

  .nestedSubMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 80px 20px 30px;
  }

  .subMenuItemLink.active~.nestedSubMenuWrapper {
    display: flex;
  }

  .subMenuLinks .subMenuItem .subMenuItemLink.active {
    color: #9917ff;
    font-weight: 600;
  }

  .subMenuItemNested .subMenuItemLink {
    width: 100%;
    position: relative;
    display: block;
  }

  .subMenuItemNested .subMenuItemLink::after {
    content: "";
    position: absolute;
    margin-left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M23.7681 14.7682C24.1924 14.3439 24.1924 13.6561 23.7681 13.2318L16.8545 6.31819C16.4303 5.89394 15.7424 5.89394 15.3182 6.31819C14.8939 6.74244 14.8939 7.4303 15.3182 7.85455L21.4636 14L15.3182 20.1454C14.8939 20.5696 14.8939 21.2575 15.3182 21.6818C15.7424 22.1061 16.4303 22.1061 16.8545 21.6818L23.7681 14.7682Z' fill='white'/><path d='M23 15.0864V12.9136M23.7681 14.7682C24.1924 14.3439 24.1924 13.6561 23.7681 13.2318L16.8545 6.31819C16.4303 5.89394 15.7424 5.89394 15.3182 6.31819C14.8939 6.74244 14.8939 7.4303 15.3182 7.85455L21.4636 14L15.3182 20.1454C14.8939 20.5696 14.8939 21.2575 15.3182 21.6818C15.7424 22.1061 16.4303 22.1061 16.8545 21.6818L23.7681 14.7682Z' stroke='white' stroke-width='0.413015'/><path d='M22 14L5 14' stroke='white' stroke-width='3' stroke-linecap='round'/></svg>");
  }

  .mainNavCTAWrapper {
    display: flex;
    padding: 24px;
    gap: 24px;
  }

  .mainMenu {
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(.785, .135, .15, .86);
  }

  .mainMenu.active {
    transform: translateX(0);
  }

  .countryWrapper img {
    height: 24px;
    width: 24px;
  }

  .hamburgerMenu {
    width: 24px;
    height: 24px;
    color: transparent;
    font-family: "Montserrat";
    -webkit-appearance: none;
    border: 0px;
    background: transparent;
  }

  .hamburgerMenu .crossIcon {
    display: none;
  }

  .hamburgerMenu.active .hamburgerIcon {
    display: none;
  }

  .hamburgerMenu.active .crossIcon {
    display: block;
  }
}

.buttonPrimary {
  color: var(--white);
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  background-color: var(--ftx-primary-purple);
  transition: .3s all ease-in-out;
  font-weight: 700;
}

.buttonPrimary:hover {
  background-color: var(--ftx-primary-purple-dark);
}

.buttonPrimary::after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url('https://cdn.aglty.io/fortanix/common-icons/cta-white-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.buttonPrimaryDark {
  color: #131313;
  background-color: var(--white);
  border: 1.5px solid var(--white);
}

.buttonPrimaryDark:hover {
  background-color: var(--white);
  border: 1.5px solid var(--ftx-primary-purple-dark);
  color: var(--ftx-primary-purple-dark);
}

.buttonPrimaryDark::after {
  background-image: url('https://cdn.aglty.io/fortanix/common-icons/cta-black-arrow.svg');
}

.buttonSecondary {
  color: #fff;
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  transition: .3s all ease-in-out;
  border: 1.5px solid #fff;
  font-weight: 700;
}

.buttonSecondary:hover {
  border: 1.5px solid #6400b3;
}

.buttonSecondary::after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url('https://cdn.aglty.io/fortanix/common-icons/cta-white-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .button.buttonPrimary,
  .button.buttonPrimaryDark,
  .button.buttonSecondary,
  .button.buttonSecondaryDark {
    width: 100%;
    font-size: 18px;
    padding: 12px 16px;
    justify-content: center;
  }
}

header a:hover,
header a:active,
header a:focus{
  color: #fff;
}

body .body-container.container-fluid,
body .container-fluid{
  padding: 0 !important;
}

body .header-container-wrapper {
  height: 0;
}

body .header-container-wrapper  .widget-type-custom_widget {
  min-height: 0;
}

body {
  margin-top: 80px !important;
}



.globalheaderCAIIcon{
      display:none;
}

@media only screen and (min-width: 1280px) {

  body {
    margin-top: 150px !important;
  }
  
  .globalheaderCAIIcon{
         width: 20px;
        height: 20px;
        position: relative;
        top: -5px;
        display:block;
}
}


/* .subMenuDefaultTabContent > a{
    color:#fff;
    font-size:36px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
} */

.cAISubMenuLinksWrapper {
    width: 460px;
    padding: 76px 60px;
    background: radial-gradient(165.97% 179.88% at 92.71% 2.75%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
}

.cAIMainLinkWrapper {
    gap: 18px;
    padding: 0;
}

.cAIMainLinkWrapper .cAIMainLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 34px;
    font-weight: 600;
    line-height: 110%;
    background: linear-gradient(274deg, #FFF 35.64%, #9917FF 113.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cAIMainLinkWrapper .cAIMainLink::after {
    content: "";
    flex: 0 0 auto;
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'><path d='M9.76813 9.76818C10.1924 9.34393 10.1924 8.65607 9.76813 8.23182L2.85455 1.31819C2.4303 0.893936 1.74244 0.893936 1.31819 1.31819C0.893938 1.74244 0.893938 2.4303 1.31819 2.85455L7.46357 9L1.31819 15.1454C0.893938 15.5696 0.893938 16.2575 1.31819 16.6818C1.74244 17.1061 2.4303 17.1061 2.85455 16.6818L9.76813 9.76818Z' fill='white'/></svg>");
}

.cAIDefaultTab {
    position: relative;
    width: 520px;
    padding: 76px 60px;
    background: radial-gradient(166.41% 184.37% at 91.55% 3.52%, #131313 47.46%, rgba(89, 21, 143, 0.58) 77.96%, rgba(153, 23, 255, 0.20) 100%), #131313;
}

.cAIDefaultTab .subMenuDefaultTabContent {
    position: relative;
    z-index: 1;
    gap: 34px;
    max-width: 280px;
}

.cAIDefaultTabLinks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cAIDefaultTabLinks a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    transition: .3s ease-in-out;
}

.cAIDefaultTabLinks a:hover {
    color: #E2BCFF;
}

.cAISubMenuLinks {
    display: none;
}

@media only screen and (max-width: 1279px) {

    .cAIDefaultTab {
        display: none;
    }
    .cAISubMenuLinksWrapper {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .cAISubMenuWrapper {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .cAISubMenuLinks {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
  
    .cAIMainLinkWrapper {
        display: none;
    }

    .cAISubMenuLinks .subMenuItem {
        padding: 0;
    }

    .cAISubMenuLinks .subMenuItemLink {
        display: block;
        padding: 0;
        color: rgba(255,255,255,.84);
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
    }

    .cAISubMenuLinks .subMenuItemLink:hover,
    .cAISubMenuLinks .subMenuItemLink.active {
        color: #9917FF;
        background: transparent;
    }
}


@media only screen and (min-width: 1440px) 
  .mainMenuItemLink{
    font-size:15px;
}
.mainMenuCAIItem{
  margin-bottom:0px;
}
  
  
}


