* {
  box-sizing: border-box;
  font-family: Lexend, sans-serif;
  font-optical-sizing: auto
}

:root {
  --darkBackground: #10161F;
  --borderRadiusMedium: 12px
}

html {
  scroll-behavior: smooth
}

body {
  background-color: var(--darkBackground);
  margin: 0
}

.sectionPaddingLeftRight {
  padding: 0 18px
}

.sectionPaddingTopBottom {
  padding-top: 35px;
  padding-bottom: 35px
}

.displayFlexSB {
  display: flex;
  justify-content: space-between
}

.displayFlexCenter {
  display: flex;
  align-items: center
}

.maxWidth {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto
}

.flexGapSmall {
  gap: 3.5px
}

.gradientTextOne {
  background: linear-gradient(to right, #0accca 20%, #00839c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content
}

.darkerTextOne {
  color: #848ea5
}

p {
  color: #b1bac8;
  font-size: 15.3px;
  font-weight: 300;
  width: 100%;
  max-width: 440px;
  margin: 0
}

.overlineText {
  color: #00aaa8;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(to right, #0accca 20%, #016274);
  background: linear-gradient(to right, #0accca 20%, #00839c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content
}

.centerOverlineText {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px
}

h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 55px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 700px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text
}

.heroSectionContainer h1 {
  letter-spacing: -.3px
}

.heroSectionContainer .gradientTextOne {
  font-weight: 500
}

h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content
}

header {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  max-width: 1140px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.upperHeader {
  font-size: 16px;
  font-weight: 300
}

.upperHeader div {
  padding: 15px 17px
}

.upperHeader a {
  transition: all .3s ease;
  color: #848ea5;
  text-decoration: none
}

.upperHeader a:hover {
  color: #fff
}

.upperHeader a svg path {
  transition: all .3s ease
}

.upperHeader a:hover svg path {
  color: #fff;
  stroke: white
}

.upperHeader .gradientTextOne {
  font-weight: 500;
  font-size: 14.5px
}

.mainHeader {
  width: 100%;
  height: 55px;
  background-color: rgba(35, 43, 56, .7);
  background: linear-gradient(to top, rgba(35, 43, 56, .2), rgba(35, 43, 56, .8) 60%);
  background: linear-gradient(to top, #151a23f1, #202832e3 60%);
  border: 1px solid #263247b0;
  border-radius: var(--borderRadiusMedium);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 15px;
  padding-right: 6px;
  box-shadow: 0 2px 45px 0 #090c11b5;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999
}

.mainHeader nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-left: 70px
}

.mainHeader nav ul li {
  font-size: 16.3px;
  font-weight: 300;
  cursor: pointer;
}

.mainHeader nav ul li {
  transition: all .3s ease;
}

.mainHeader nav ul li:hover {
  color: #0accca
}

.mainHeader nav ul {
  position: relative;
  display: inline-block
}

.mainHeader nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px
}

.mainHeader nav ul li {
  text-decoration: none;
  position: relative
}

.nav-indicator {
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0d798f;
  background: linear-gradient(to right, #0accca 20%, #00839c);
  transition: left .3s ease, width .3s ease;
  pointer-events: none
}

.mainHeader {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  transition: all .3s ease-out;
  transform: translateY(0);
  z-index: 99;
  width: 98%;
  max-width: 1120px;
  margin: 0 auto
}

.mainHeader.show {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0
}

.mainHeader.hide {
  top: 10px
}

header a {
  cursor: pointer
}

.logoContainer {
  display: flex;
  align-items: center
}

.logoContainer img {
  width: 120px;
  height: auto
}

.gradientButton {
  height: 100%;
  background: linear-gradient(to bottom, #0accca 20%, #00839c);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 35px;
  border-radius: 8.5px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .5px;
  box-shadow: 0 2px 35px 0 #11161e;
  position: relative;
  overflow: hidden
}

.gradientButtonHeader {
  padding: 10px 30px;
}

.gradientButton::after {
  content: '';
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(35px);
  transition: transform .5s ease;
  will-change: transform;
  transform: translateX(-100px)
}

.gradientButton:hover::after {
  transform: translateX(200px)
}

.upperHeaderLinks {
  display: flex;
  align-items: center;
  gap: 26px
}

.heroSection {
  padding-top: 100px;
  padding-bottom: 0px;
  width: 100%;
  height: 550px;
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.heroSection .maxWidth {
  z-index: 1
}

.heroSectionContainer {
  display: flex;
  gap: 54px;
  position: relative;
  overflow: visible
}

.heroSectionContainer::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  max-width: 450px;
  height: 450px;
  transform: translateY(-50%);
  background-image: url('/all_assets/images/SVG/s-dark.svg');
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  overflow: visible
}

.heroSectionContainer::after {
  content: '';
  position: absolute;
  top: -450px;
  left: -850px;
  width: 100%;
  max-width: 1050px;
  height: 1050px;
  background-image: url('/all_assets/images/SVG/circle-color-gradient.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
  opacity: 1
}

.heroSectionContainer.blurred {
  position: absolute;
  filter: blur(80px);
  opacity: .4
}

.heroSectionContainer.blurred h1 {
  color: #0accca
}

.heroSectionContainer.blurred p {
  opacity: 0
}

.heroSectionContainer.blurred::before {
  opacity: 0
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 40px;
  gap: 15px
}

.grid-container .item {
  background-color: transparent;
  border: 1px solid #263247;
  border-radius: 12px;
  padding: 25px 25px;
  padding-top: 48px;
  border: none;
  background: linear-gradient(-163deg, #151a2369, #202832);
  background: linear-gradient(to top, rgba(35, 43, 56, .2), rgba(35, 43, 56, .8) 60%);
  border: 1px solid #263247b0;
  border-radius: var(--borderRadiusMedium);
  box-shadow: 0 2px 45px 0 #090c11b5;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px)
}

.item.wide {
  grid-column: span 3;
  padding-bottom: 45px
}

.grid-container .item h3 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px
}

.grid-container .item p {
  margin: 0;
  font-size: 13.5px;
  max-width: 265px
}

.grid-container .item.wide p {
  max-width: 550px
}

.grid-container .item img {
  width: 100%;
  height: auto;
  max-width: 50px;
  max-height: 50px
}

.featuresSection p {
  text-align: left;
  margin: 0
}

.featuresSection h2 {
  text-align: left;
  margin: 0;
  line-height: 35px;
  margin-top: 15px;
  font-weight: 380;
  margin-bottom: 14px;
  font-size: 29px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content
}

.featuresSection .fs-e-line-height {
  line-height: 29px;
}

.featuresSection .maxWidth {
  padding-left: 53px
}

.featuresContainer {
  display: flex;
  gap: 5px
}

.featuresSidebarContainer {
  width: 100%;
  max-width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.featuresSidebarContainer h2 {
  cursor: pointer;
}

.featuresSidebarBottom {
  display: flex;
  flex-direction: column;
  position: relative
}

.featuresSidebarBottom a {
  width: fit-content
}

.featuresSection .featuresSidebarBottom p {
  color: #b1bac8;
  opacity: 1;
  font-size: 14px;
  font-weight: 350;
  width: 100%;
  max-width: 220px
}

.featuresSidebar {
  width: 100%;
  max-width: 325px;
  position: sticky;
  top: 61px;
  height: fit-content;
  transition: all .3s ease-out;
  margin-bottom: 140px
}

.featuresSidebar::after {
  content: '';
  position: absolute;
  top: -150px;
  left: -1050px;
  width: 1400px;
  height: 1900px;
  background-image: url('/all_assets/images/SVG/circle-color-gradientcopy2-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
  opacity: .4
}

.featuresSidebar .overlineTitle {
  margin-top: 29px
}

.featuresSidebar.scrollUp {
  top: 61px
}

.featuresSection .customList {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all .3s ease-out;
  overflow: visible
}

.featuresSection .smallDesc {
  margin-bottom: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 350;
  line-height: 15px
}

.featuresSection .customList .listItem {
  display: flex;
  font-size: 13px;
  font-weight: 350;
  cursor: pointer
}

.featuresSection .customList .listItem .listItemNumber {
  background-color: #232b38;
  width: 17px;
  height: 17px;
  min-height: 17px;
  min-width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 50%
}

.featuresSection .featureDetails .overlineText {
  margin-bottom: 10px
}

.featuresSection .customList .listItem.active {
  color: #00aaa8
}

.featuresSection .customList .listItem.active .listItemNumber {
  color: #fff;
  border: 2.5px solid #00aaa8;
  background-color: transparent
}

.featureDetailsContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 130px
}

.featureDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #263247;
  border-radius: var(--borderRadiusMedium);
  padding: 35px 30px;
  min-height: 450px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 600px;
  filter: blur(20px);
  transition: filter .3s ease-out;
  overflow: visible
}

.featureDetails.regionImg {
  background-image: url('/all_assets/images/PNG/region-selectable-feature-background@3840x.png')
}

.featureDetails.cisImg {
  background-image: url('/all_assets/images/PNG/CIS-Score.png')
}

.featureDetails.backupImg {
  background-image: url('/all_assets/images/PNG/Backup-Tenant.png')
}

.featureDetails.restoreImg {
  background-image: url('/all_assets/images/PNG/Restore-Tenant.png')
}

.featureDetails.goldImg {
  background-image: url('/all_assets/images/PNG/gold-Tenant.png')
}

.featureDetails.driftImg {
  background-image: url('/all_assets/images/PNG/drift-management.png')
}

.featureDetails.quickTemplatesImg {
  background-image: url('/all_assets/images/PNG/quick-templates.png')
}

.featureDetails.customTemplatesImg {
  background-image: url('/all_assets/images/PNG/custom-templates.png')
}

.featureDetails.controlImg {
  background-image: url('/all_assets/images/PNG/change-control.png')
}

.featureDetails.bulkImg {
  background-image: url('/all_assets/images/PNG/bulk-policies.png')
}

.featureDetails.multiAdminImg {
  background-image: url('/all_assets/images/PNG/multi-admin.png')
}

.featureDetails.rbacImg {
  background-image: url('/all_assets/images/PNG/rbac.png')
}

.featureDetails.lockImg {
  background-image: url('/all_assets/images/PNG/secure.png')
}

.featureDetails.notAvailable {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #263247;
  border-radius: var(--borderRadiusMedium);
  padding: 35px 30px;
  min-height: 400px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 650px;
  filter: blur(20px);
  transition: filter .3s ease-out;
  overflow: visible;
  background-image: url('/all_assets/images/SVG/locked-s.svg')
}

.futurePlansDetails {
  background-image: none;
  min-height: 0
}

.featureDetails h3 {
  color: #fff;
  font-size: 29px;
  line-height: 35px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 500px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content !important
}

.customList {
  overflow: hidden;
  transition: max-height .5s ease, opacity .5s ease, filter .5s ease
}

.futurePlansDetails h3 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 12px;
  max-width: none;
  display: flex;
  align-items: center;
  width: fit-content !important;
}

.futurePlansDetails h3::before {
  content: '';
  display: flex;
  margin-right: 8px;
  background-color: #232b38;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box
}

.featureDetails p {
  max-width: 300px;
  font-size: 14px
}

.previewButton {
  color: #00aaa8;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  line-height: 15px;
  cursor: pointer
}

.previewButton img {
  margin-top: 2px
}

.gradientText {
  background: linear-gradient(to right, #0accca 20%, #00839c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.futurePlans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 0px
}

.futurePlans p {
  margin: 0 auto;
  margin-top: 20px;
  color: #b1bac883;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  max-width: 600px !important;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0
}

.cursorPointer {
  cursor: pointer
}

.featuresSection .activeFuture {
  background: linear-gradient(to right, #0accca 20%, #00839c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content
}

.futurePlansSidebar {
  display: flex;
  align-items: center
}

.futurePlans img {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto
}

.futurePlans p {
  max-width: 480px
}

.keyDates {
  width: 100%;
  background-color: rgba(35, 43, 56, .7);
  background: linear-gradient(to top, rgba(35, 43, 56, .2), rgba(35, 43, 56, .8) 60%);
  border: 1px solid #263247b0;
  border-radius: var(--borderRadiusMedium);
  padding: 6px 15px;
  box-shadow: 0 2px 45px 0 #090c11b5;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin-top: 30px
}

.keyDates p {
  margin: 0 auto;
  margin-top: 50px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
  font-size: 19px
}

.keyDates .date {
  display: flex;
  border-bottom: 1px solid #263247b0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 300px;
  text-align: center
}

.dates {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-bottom: 40px
}

.small-dark-text {
  color: #fff;
  background: 0 0;
  opacity: .3;
  -webkit-text-fill-color: white;
  background: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 350
}

.footer hr {
  background: linear-gradient(90deg, rgba(132, 142, 165, 0), #263247b0 15%, #263247b0 85%, rgba(132, 142, 165, 0));
  margin: 20px auto;
  border: none;
  height: 1px;
  width: 100%
}

.siteFooter {
  background-color: #10161f;
  color: #b1bac8;
  padding: 20px 40px;
  font-size: 12px;
  line-height: 1.6
}

.footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px
}

.footerCopyright p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #b1bac883
}

.footerLinks a {
  color: #b1bac883;
  text-decoration: none;
  margin-left: 20px;
  transition: color .3s ease
}

.footerLinks a:first-of-type {
  margin-left: 0
}

.footerLinks a:hover {
  color: #fff
}

.footerRight p {
  color: #b1bac883;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  max-width: 600px;
  margin: 0;
  margin-top: 20px
}

.team-section {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative
}

.team-section::after {
  content: '';
  width: 350px;
  height: calc(100% - 30px);
  background: linear-gradient(to right, #10161f00, #10161f 50%);
  position: absolute;
  bottom: 30px;
  right: 0
}

.team-section::before {
  content: '';
  width: 175px;
  height: calc(100% - 30px);
  background: linear-gradient(to left, #10161f00, #10161f 90%);
  position: absolute;
  bottom: 30px;
  left: 0
}

.team-section-heading {
  max-width: 1084px;
  margin: 0 auto;
  margin-bottom: 10px
}

.team-section h2 {
  color: #fff;
  margin: 0;
  font-size: 29px
}

.team-carousel {
  display: inline-flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-left: 150px;
  padding-right: 300px
}

.team-carousel::-webkit-scrollbar {
  display: none
}

.team-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.team-card {
  min-width: 200px;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  gap: 20px;
  width: 100%;
  max-width: 430px
}

.team-carousel .team-card:first-of-type {
  max-width: 550px;
}

.team-card-image {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 50%;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.team-card-name {
  margin-top: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
  font-size: 25px;
  margin-bottom: 4px
}

.team-card-about {
  font-size: 14px;
  color: rgba(177, 186, 200, .6);
  max-width: 300px
}

.team-carousel .team-card:first-of-type .team-card-about {
  max-width: 380px;
}

.team-card-linkedin {
  text-decoration: none;
  color: #b1bac8;
  font-size: 15.3px;
  font-weight: 300;
  width: 100%;
  max-width: 440px;
  margin: 0;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px
}

.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  max-width: 1084px;
  margin: 0 auto
}

.swiper-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  transition: opacity .2s ease;
  cursor: pointer
}

.swiper-button:hover {
  opacity: 1
}

.swiper-button--next,
.swiper-button--prev {
  width: 13px;
  height: 11px;
  border-radius: 50%;
  background: 0 0
}

.swiper-button--next svg,
.swiper-button--prev svg {
  width: 13px;
  height: 11px;
  fill: #aaa
}

.scrollbar-wrapper {
  position: relative;
  width: 100%;
  height: 12px;
  box-shadow: rgba(9, 12, 17, .7) 0 9px 25px 0;
  cursor: pointer
}

.scrollbar-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #2a6;
  background: linear-gradient(90deg, rgba(132, 142, 165, 0), #0accca 45%, #0accca 65%, rgba(132, 142, 165, 0));
  transform: translateY(-50%);
  z-index: 1
}

.swiper-scrollbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  pointer-events: none;
  z-index: 2
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00839c;
  border-radius: 8px;
  cursor: grab;
  transition: background-color .2s ease
}

.swiper-scrollbar-drag {
  will-change: transform
}

.swiper-scrollbar-drag:active {
  cursor: grabbing;
  background-color: #0accca
}

.swiper-scrollbar-drag {
  pointer-events: auto
}

.main-block__switcher-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0
}

.switcher {
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(to top, rgba(35, 43, 56, .2), rgba(35, 43, 56, .8) 60%);
  background: 0 0;
  border: 1px solid #263247b0;
  border-radius: 160px;
  box-shadow: 0 10px 45px 0 #090c11b5;
  display: flex;
  height: 50px;
  padding: 0 6px;
  position: relative
}

.switcher__item {
  appearance: none;
  background: 0 0;
  border: none;
  outline: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 240px;
  position: relative
}

.switcher__item span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f0f6fa;
  transition: color .3s ease
}

.switcher__item span::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease
}

.switcher.active1 #switcher2 span::before {
  opacity: 1
}

.switcher.active2 #switcher1 span::before {
  opacity: 1
}

.switcher::after,
.switcher::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  height: 42px;
  width: 240px;
  border-radius: 99999px;
  transition: left .3s ease, opacity .3s ease;
  z-index: -1;
  box-shadow: 0 10px 45px 0 #090c11b5
}

.switcher::after {
  background: linear-gradient(to top, #0accca 20%, #00839c);
  opacity: 1
}

.switcher::before {
  background: linear-gradient(to top, #0abfcc 20%, #00709c);
  opacity: 0
}

.switcher.active2::after {
  left: calc(8px + 240px);
  opacity: 0
}

.switcher.active2::before {
  left: calc(8px + 240px);
  opacity: 1
}

.glowLightOnDiv {
  position: relative;
  filter: blur(15px);
  height: 10px;
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(132, 142, 165, 0), #0accca 45%, #0accca 65%, rgba(132, 142, 165, 0));
  transform: translateY(-50%) translateX(-120px);
  transition: transform .3s ease;
  will-change: transform
}

.pricesContainer {
  overflow: hidden
}

.glowLightOnDiv.upTo {
  transform: translateY(-50%) translateX(-120px)
}

.glowLightOnDiv.over {
  transform: translateY(-50%) translateX(120px)
}

.dates.prices {
  transition: all .3s ease;
  padding-bottom: 30px
}

.slide-out {
  transform: translateY(100%);
  opacity: 0;
  filter: blur(10px)
}

.slide-in {
  transform: translateY(0);
  opacity: 1
}

.pricingSection {
  margin-top: 40px
}

.logos-section hr {
  background: linear-gradient(90deg, rgba(132, 142, 165, 0), #263247b0 15%, #263247b0 85%, rgba(132, 142, 165, 0));
  margin: 20px auto;
  border: none;
  height: 1px;
  width: 100%
}

.logos-section img {
  opacity: .51
}

.team-carousel {
  display: inline-flex;
  overflow-x: scroll;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.team-carousel.active {
  cursor: grabbing
}

.landingPageChoice {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.landingPageChoice h1 {
  font-weight: 350;
  text-align: center
}

.small-note {
  text-align: center;
  font-size: 14px;
  max-width: 250px;
  opacity: .35;
  color: #b1bac8
}

.landing-buttons {
  border-bottom: 1px solid #263247b0;
  border-radius: var(--borderRadiusMedium);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 35px;
  width: 100%;
  max-width: 400px;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative
}

.landing-buttons a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0
}

.landing-buttons a:hover {
  color: #0accca
}

.landing-logo {
  margin-top: 20px;
  opacity: .15
}

.customList {
  overflow: hidden;
  will-change: max-height, opacity, filter;
  transition: max-height .8s ease, opacity .4s ease, filter .4s ease
}

.footerCopyright img {
  margin-bottom: 20px
}

#enterprisePage .heroSection h1 {
  max-width: 550px;
}

#enterprisePage .heroSection p {
  max-width: 480px;
}

#enterprisePage .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 40px;
  gap: 15px;
}

#enterprisePage .grid-container .item.wide {
  grid-column: span 2;
}

.featuresSidebarScrollContainer {
  position: sticky;
  top: 61px;
  height: fit-content;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.featuresSidebarScrollContainer::-webkit-scrollbar {
  display: none !important;
}

.gradientPtext {
  margin: 0 auto;
  margin-top: 10px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f0f6fa 20%, #848ea5);
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
  font-size: 19px;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.calculatorInput {
  appearance: none;
  background: none;
  outline: none;
  border: none;
  font-size: 18px;
  padding: 8px 12px;
  margin-bottom: 15px;
  width: 200px;
  display: flex;
  border-bottom: 1px solid #263247b0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 300px;
  text-align: center;
  transition: 200ms ease border;
}

.calculatorInput::-webkit-outer-spin-button,
.calculatorInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculatorInput {
  -moz-appearance: textfield;
}

.calculatorInput::placeholder {
  opacity: 0.3;
  color: white;
}

.calculatorInput:hover {
  border-bottom: 1px solid #4f607eb0;
}

.calculatorInput:focus {
  border-bottom: 1px solid white;
}

.pricingSection .small-dark-text {
  color: #fff;
  background: 0 0;
  opacity: .3;
  -webkit-text-fill-color: white;
  background: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 350;
  width: 100%;
  max-width: 650px;
  margin-top: 10px;
}

.pricingSection .gradientTextTwo {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 650px;
}

.calculatorFinalPriceContainer {
  margin-top: 20px;
}

.calculatorFinalPrice {
  display: flex;
  border-bottom: 1px solid #263247b0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 300px;
  text-align: center;
}

.examplePrice {
  opacity: 0.3;
}

.howItWorksTab {
  display: none;
}

.pricingTiersTable {
  max-width: 400px;
  margin: 20px auto;
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #263247b0;
  border-top: 1px solid #263247b0;
}

.pricingCalculatorTable {
  width: 100%;
  border-collapse: collapse;
  color: #b1bac8;
  font-weight: 400;
}

.pricingCalculatorTable th,
td {
  font-weight: 300;
  text-decoration: none !important;
  user-select: text;
  -webkit-touch-callout: none;
}

.howItWorksContent * {
  list-style: none;
}

.howItWorksContent ul {
  padding-left: 0;
}

.pricingCalculatorTable tbody {
  opacity: 1;
}

.mspPacks {
  max-width: 650px;
}

.mspPacks * {
  white-space: nowrap;
}

.mspPacks td {
  padding: 8px 15px;
}

.mspPacks th {
  padding: 8px 15px !important;
  padding-bottom: 15px !important;
}

.mspCalculatorFinalPrice {
  max-width: 450px;
}

.mspCalculatorInput {
  max-width: 450px;
}

.bundleOption {
  margin-top: 20px;
  font-size: 16px;
  color: #ccc;
}

.bundleOption {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background-color: rgba(71, 64, 169, 0.44);
  border: 1px solid rgba(90, 82, 196, 0.18);
  border-bottom: 1px solid rgba(90, 82, 196, 0.278);
  padding: 5px 10px;
  border-radius: 80px;
  color: rgb(255, 255, 255);
  box-shadow: 0 2px 17px 3px rgba(39, 20, 195, 0.2);
  position: relative;
}

.calculatorCTAbutton {
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  gap: 8px;
  font-size: 17px;
}

.calculatorCTAbutton img {
  margin-top: 2px;
}

.purchaseOptions {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms ease;
  margin-top: 10px;
  transform: translateY(100px);
  filter: blur(4px);
}

.purchaseOptions.visible {
  max-height: 500px;
  opacity: 1;
  padding-top: 0;
  transform: translateY(0);
  filter: blur(0);
}

.contactSalesButton {
  transition: all .3s ease;
  color: #848ea5;
  text-decoration: none;
  font-weight: 300;
}

.contactSalesButton:hover {
  color: #fff
}

.contactSalesButton svg path {
  transition: all .3s ease
}

.contactSalesButton:hover svg path {
  color: #fff;
  stroke: white
}

.showOnMobile {
  display: none;
}

.hideOnMobile {
  display: flex;
}

.arrowButtonOne {
  text-decoration: none;
  color: #b1bac8;
  font-size: 15.3px;
  font-weight: 300;
  width: 100%;
  max-width: 440px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;

}

.twoButtonsContainer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: fit-content;
  gap: 10px;
}

#tmPayBtn{
height: 100%;
background: linear-gradient(to bottom, #0accca 20%, #00839c);
display: flex;
align-items: center;
text-decoration: none;
color: #fff;
padding: 10px 35px;
border-radius: 100px;
font-size: 19px;
font-weight: 300;
letter-spacing: .5px;
box-shadow: 0 2px 35px 0 #11161e;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-top: 20px;
border: none;
outline: none;
appearance: none;
cursor: pointer;
margin-bottom: 25px;
border-bottom: 1px solid rgba(67, 177, 200, 1) !important;
}


.is-disabled{
  opacity: 1 !important;
  filter: none !important;
}



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

  .team-section::after,
  .team-section::before {
    display: none
  }

  .team-section h2 {
    padding-left: 10px;
    text-align: left
  }

  .team-carousel {
    padding-left: 10px;
    padding-right: 0
  }

  .team-card-name {
    line-height: 30px
  }

  .swiper-controls {
    padding-left: 10px;
    padding-right: 10px
  }

  .team-section {
    max-width: 1120px
  }
}

@media only screen and (max-width:950px) {
  header {
    white-space: nowrap;
    z-index: 9999
  }

  .heroSectionButton {
    margin: 0 auto;
    margin-top: 20px;
  }

  .infoTextHeader {
    display: none
  }

  .upperHeader {
    justify-content: right
  }

  .mainHeader {
    width: 95%
  }

  .mainHeader nav {
    display: none
  }

  header .gradientButton {
    background: 0 0;
    padding: 20px;
    background: linear-gradient(to right, #0accca 20%, #00839c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 350;
    box-shadow: none
  }

  header .gradientButton::after {
    display: none
  }

  .heroSection h1 {
    font-size: 29px;
    line-height: 38px;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    letter-spacing: -.5px
  }

  .heroSectionContainer {
    gap: 25px
  }

  .heroSectionContainer img {
    width: 140px
  }

  .heroSection {
    height: fit-content;
    padding-top: 180px;
    padding-bottom: 150px
  }

  .grid-container {
    display: flex;
    flex-direction: column
  }

  .heroSectionContainer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0
  }

  .heroSectionContainer img {
    margin: 0 auto
  }

  .heroSectionContainer p {
    margin: 0 auto
  }

  p {
    font-size: 15px;
    line-height: 17px;
    font-weight: 350;
    max-width: 98%
  }

  .overlineText {
    font-size: 14px
  }

  h2 {
    font-size: 26px;
    line-height: 35px
  }

  .sectionPaddingLeftRight {
    padding-left: 10px;
    padding-right: 10px
  }

  .featuresSection .maxWidth {
    padding-left: 10px
  }

  .featuresSidebar {
    padding-left: 40px
  }

  .featuresContainer {
    display: flex;
    flex-direction: row;
    gap: 6px
  }

  .featuresSection .overlineText {
    padding-left: 40px
  }

  .featuresSection h2 {
    padding-left: 40px
  }

  .featureDetails {
    background-size: 260px;
    padding: 20px 15px;
    min-height: 350px
  }

  .featureDetails.notAvailable {
    background-size: 400px;
    padding: 20px 15px;
    min-height: 350px
  }

  .featuresSection .featureDetails .overlineText {
    padding-left: 0
  }

  .featuresSidebarContainer {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #10161fa6;
    width: fit-content;
    max-width: 145px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px)
  }

  .featuresSidebar {
    padding: 0;
    width: 100%;
    max-width: 135px;
    margin-bottom: 160px
  }

  .featuresSidebar h2 {
    padding-left: 0;
    font-size: 18px;
    line-height: 20px !important
  }

  .featuresSidebar .overlineText {
    padding-left: 0
  }

  .featureDetails h3 {
    font-size: 20px;
    line-height: 26px
  }

  .futurePlansDetails h3 {
    font-size: 16px;
    line-height: 20px
  }

  .featureDetails p {
    max-width: 300px;
    font-size: 12.5px
  }

  .sectionPaddingTopBottom {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .grid-container .item {
    padding-left: 15px
  }

  .grid-container .item p {
    margin: 0;
    font-size: 12.5px;
    max-width: 265px
  }

  .featuresSidebar h2 {
    font-size: 21px;
    line-height: 23px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important
  }

  .featuresSidebar .smallDesc {
    margin-bottom: 6px;
    opacity: 1;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 14px;
    margin-top: -5px
  }

  .previewButton {
    color: #00aaa8;
    font-size: 16px;
    line-height: 15px;
    cursor: pointer
  }

  .featuresSidebarBottom .gradientButton {
    padding: 10px 25px;
    font-size: 17px
  }

  .featuresSection .featuresSidebarBottom p {
    font-size: 12px
  }

  .switcher__item {
    width: 160px
  }

  .switcher::after,
  .switcher::before {
    width: 160px
  }

  .switcher__item span {
    font-size: 13px;
    font-weight: 400
  }

  .switcher.active2::after {
    left: calc(8px + 160px);
    opacity: 0
  }

  .switcher.active2::before {
    left: calc(8px + 160px);
    opacity: 1
  }

  .dates.prices p {
    line-height: 24px
  }

  .pricingSection {
    margin-top: 30px;
    margin-bottom: 40px
  }

  .futurePlans img {
    width: 95%;
    max-width: 300px
  }

  .dates {
    gap: 10px
  }

  .siteFooter {
    padding-left: 0;
    padding-right: 0
  }

  .twoButtonsContainer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  .twoButtonsContainer .arrowButtonOne {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 5px;
  }

  .featuresSidebarBottom .gradientButton {
    padding: 10px 15px;
    font-size: 17px;
  }

  .gradientButton {
    padding: 10px 15px;
    font-size: 17px;
  }
}

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

  .swiper-button--next,
  .swiper-button--prev {
    display: none
  }

  .featuresSection .customList .listItem {
    display: flex;
    font-size: 13px;
    font-weight: 350;
    line-height: 14px;
    cursor: pointer;
    margin-bottom: 2px;
  }

  .featuresSidebar h2 {
    line-height: 21px !important;
  }

  .featuresSection .customList .listItem .text {
    display: flex;
    align-items: center;
  }

  .showOnMobile {
    display: flex;
  }

  .hideOnMobile {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .upperHeader a {
    font-size: 15px;
    font-weight: 350;
  }

  .upperHeaderLinks {
    gap: 15px;
  }

  .footerLinks {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    gap: 8px;
    margin-top: 20px;
  }

  .footerLinks a {
    margin-left: 0;
  }
}

@media only screen and (max-width: 390px) {
  .heroSection {
    padding-top: 170px;
  }

  #enterprisePage .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
    margin-top: 40px;
    gap: 15px;
  }

  #enterprisePage .grid-container .item.wide {
    grid-column: span 1;
  }

  .featuresSection .customList .listItem {
    display: flex;
    font-size: 13px;
    font-weight: 350;
    line-height: 13px;
    cursor: pointer;
    margin-bottom: 2px;
  }

  .featuresSidebar h2 {
    font-size: 18px;
    line-height: 20px !important;
  }

  .featuresSection .customList .listItem .listItemNumber {
    margin-right: 5px;
  }

  .featuresSection .customList .listItem .text {
    display: flex;
    align-items: center;
  }

  .upperHeader a {
    font-size: 13px;
    font-weight: 350;
  }

  .upperHeaderLinks {
    gap: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .featuresSidebarContainer {
    max-width: 110px;
  }

  .switcher__item {
    width: 145px
  }

  .switcher::after,
  .switcher::before {
    width: 145px
  }

  .switcher__item span {
    font-size: 12.5px;
    font-weight: 400;
  }

  .switcher.active2::after {
    left: calc(8px + 145px);
    opacity: 0
  }

  .switcher.active2::before {
    left: calc(8px + 145px);
    opacity: 1
  }

  .team-section h2 {
    font-size: 24px;
  }

  .featureDetails {
    filter: blur(0px) !important;
  }

  .featuresSidebar {
    margin-bottom: 200px;
  }

  .featuresSidebarBottom .gradientButton {
    padding: 10px 10px;
    font-size: 15px;
  }

  .gradientButton {
    padding: 10px 10px;
    font-size: 15px;
  }
}


