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

:root {
  --darkBackground: #0c0f19;
  --surface: rgba(35, 43, 56, 0.7);
  --surfaceBorder: rgba(128, 151, 168, 0.2);
  --textPrimary: #f0f6fa;
  --textSecondary: #d3d6e5;
  --textMuted: #848ea5;
  --accent: #00aaa8;
  --accentBright: #0accca;
  --accentDark: #00839c;
  --borderRadiusMedium: 12px;
  --headerOffset: 112px;
}

html {
  scroll-behavior: smooth;
  filter: saturate(120%) contrast(102%);
}

body {
  background-color: var(--darkBackground);
  color: var(--textPrimary);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

body::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/PNG/tm-new-bg-saturated.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -3;
  pointer-events: none;
  opacity: 1;
}

.pageShell {
  position: relative;
  z-index: 1;
}

.bg {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 560px;
  z-index: -1;
  pointer-events: none;
}

.feature-cards-section-bg {
  z-index: 0;
  height: 2000px;
  opacity: 0.45;
}

.bg::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/PNG/new-tm-rp-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
}

body[data-audience="msp"] .bg::after {
  top: 100px;
}

.bg-footer {
  height: calc(100% - 220px);
  margin-top: -370px;
  max-height: 1100px;
}

.bg-footer::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/PNG/new-tm-rp-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-height: 1200px;
  z-index: -1;
  opacity: 0.65;
}

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

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

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

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

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

.flexGapSmall {
  gap: 3.5px;
}

.darkerTextOne {
  color: var(--textMuted);
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

p {
  font-size: 15.3px;
  font-weight: 300;
  color: #d3d6e5;
  opacity: .65;
  text-align: left;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  max-width: 650px;
}

h1,
h2,
h3 {
  color: var(--textPrimary);
  margin: 0;
}

h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -1px;
  max-width: 820px;
  text-wrap: balance;
}

h2 {
  color: #f0f6fa;
  font-size: 24px;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
}

.overlineText {
  width: fit-content;
  text-transform: uppercase;
  color: var(--accent) !important;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0.08em;
  opacity: 1 !important;
  margin-bottom: 5px;
}

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

.green-text {
  color: var(--accent);
  opacity: 1;
}

.green-text.small {
  font-size: 15.5px;
}

.mainButton,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 10px 32px;
  border-radius: 999px;
  border: 1px solid var(--surfaceBorder);
  color: var(--textPrimary);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.mainButton:hover,
.button:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 246, 250, 0.35);
}

.centerButton{
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
}

.gradientButtonHeader {
  padding: 0;
  min-height: auto;
  border: none;
  color: var(--accent);
  font-size: 17px;
}

.arrowButtonOne {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b1bac8;
  font-size: 15.3px;
  font-weight: 300;
}

.arrowButtonOne svg {
  flex: 0 0 auto;
}

.contactSalesButton {
  display: inline-flex;
  align-items: center;
  color: var(--textSecondary) !important;
  opacity: 0.65;
  font-weight: 300;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.contactSalesButton:hover {
  color: #fff !important;
  opacity: 1;
}

.contactSalesButton svg path {
  transition: stroke 0.2s ease;
}

.contactSalesButton:hover svg path {
  stroke: white;
}

.headerShell {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(to top, rgba(12, 15, 25, 0), rgba(12, 15, 25, 0.68));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

header {
  position: relative;
  z-index: 2;
  color: var(--textPrimary);
  padding: 0 10px;
  user-select: none;
}

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

.upperHeader div {
  padding: 10px 15px;
}

.header-f,
.footer-f {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
}

.header-f {
  padding-left: 0 !important;
}

.upperHeaderLinksWrapper {
  overflow: visible;
  padding: 0 !important;
}

.upperHeaderLinks {
  display: flex;
  align-items: center;
  overflow: visible;
  white-space: nowrap;
  margin-left: 15px;
  padding: 0 !important;
}

.upperHeaderLink {
  margin-right: 25px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.upperHeader a,
.headerDropdown__trigger {
  color: var(--textSecondary);
  font-size: 15.5px;
  font-weight: 300;
  opacity: 0.75;
}

.upperHeader a:hover,
.headerDropdown__trigger:hover,
.headerDropdown.is-open .headerDropdown__trigger {
  color: var(--textPrimary);
  opacity: 1;
}

.headerDropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.headerDropdown--app {
  border-left: 1px solid rgba(38, 50, 71, 0.95);
}

.headerDropdown--audience {
  border-left: 1px solid var(--surfaceBorder);
  padding-right: 0 !important;
}

.headerDropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 0 0 0 18px;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.headerDropdown--app, .headerDropdown__trigger {
  padding-right: 0;
  padding-left: 0;
}

.headerDropdown__chevron {
  transition: transform 0.24s ease;
}

.headerDropdown.is-open .headerDropdown__chevron {
  transform: rotate(180deg);
}

.headerDropdown__menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 220px;
  max-width: min(320px, calc(100vw - 24px));
  padding: 6px;
  border: 1px solid var(--surfaceBorder);
  border-radius: 16px;
  background: #0c0f19;
  box-shadow: 0 18px 55px rgba(9, 12, 17, 0.55);
  z-index: 1200;
}

.headerDropdown__menu[hidden] {
  display: none;
}

.headerDropdown__item,
.headerDropdown__menu a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--textSecondary);
  font: inherit;
  font-size: 15.5px;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.headerDropdown__item:hover,
.headerDropdown__item:focus-visible,
.headerDropdown__menu a:hover,
.headerDropdown__menu a:focus-visible {
  background: rgba(132, 142, 165, 0.12);
  color: var(--textPrimary);
  outline: none;
}

.headerDropdown__item.is-active {
  color: var(--accentBright);
}

.mainHeader {
  width: 100%;
  min-height: 55px;
  margin: 0 auto;
  padding: 8px 0;
  border-top: 1px solid var(--surfaceBorder);
  border-bottom: 1px solid var(--surfaceBorder);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

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

.mainHeader nav {
  position: relative;
  margin-left: 40px;
}

.mainHeader nav ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainHeader nav li {
  margin: 0;
}

.mainHeader nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: var(--textPrimary);
  font-size: 16px;
  font-weight: 300;
  transition: color 0.2s ease;
}

.mainHeader nav a:hover{
  color: var(--accentBright);
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #00aaa700, #00aaa8, #00aaa700);
  transition: left 0.24s ease, width 0.24s ease, opacity 0.24s ease;
  opacity: 0;
  pointer-events: none;
}

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

.heroSection .maxWidth {
  z-index: 1;
}

.heroSectionContainer {
  position: relative;
  overflow: visible;
}

.heroSection p {
  color: #d3d6e5;
  opacity: .65;
  text-align: left;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  max-width: 650px;
  text-wrap: balance;
}

.heroSection .overlineText{
  margin-bottom: 8px;
}

.heroSection .button,
.heroSection .mainButton {
  margin-top: 0px;
}

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

#what-it-is,
.feature-cards-section,
.featuresSection,
.pricingSection,
.tm-faq,
footer {
  position: relative;
  z-index: 2;
}

.team-card {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 430px;
  color: var(--textPrimary);
}

.team-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-name {
  width: fit-content;
  margin: 0;
  font-size: 25px;
  color: var(--textPrimary);
  opacity: 1;
}

.team-card-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  margin-top: 8px;
  color: var(--textSecondary);
  font-size: 15.3px;
  font-weight: 300;
}

.combined-info-section {
  margin-bottom: 60px;
}

.feature-cards-three-row,
.feature-cards-two-row,
.feature-cards-full-row,
.feature-cards-mobile-one-row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.feature-cards-three-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-cards-three-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-cards-two-row {
  grid-template-columns: 1.6fr 1fr;
}

.feature-cards-full-row {
  grid-template-columns: 1fr;
}

.feature-cards-mobile-one-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--surfaceBorder);
  border-radius: 12px;
  overflow: hidden;
  padding: 14px;
  background: rgba(12, 15, 25, 0.28);
}

.feature-card .image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.feature-card .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: top left;
}

.feature-card .card-title {
  margin-top: auto;
  padding: 0 18px;
  color: var(--textPrimary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  opacity: 1;
}

.feature-card .card-desc {
  padding: 0 18px 22px;
  color: var(--textSecondary);
  font-size: 15.5px;
  font-weight: 300;
  opacity: 0.65;
}

.feature-card .image.tm-yt {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.8;
  height: auto;
  display: block;
}

.feature-card .image.tm-yt .tm-yt-poster,
.feature-card .image.tm-yt .tm-yt-poster-img {
  width: 100%;
  height: 100%;
}

.feature-card .image.tm-yt .tm-yt-poster {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}

.feature-card .image.tm-yt .tm-yt-poster-img {
  display: block;
  object-fit: cover;
  object-position: top center;
}

.feature-card .image.tm-yt .tm-yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(2, 2, 11, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
}

.feature-card .image.tm-yt .tm-yt-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-left: 18px solid rgba(255, 255, 255, 0.92);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.feature-card .image.tm-yt .tm-yt-poster:focus-visible {
  outline: 2px solid rgba(18, 183, 176, 0.35);
  outline-offset: -4px;
  border-radius: 14px;
}

.feature-cards-section .feature-card .dev-man {
  aspect-ratio: 16 / 4.6;
}

.tm-yt-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.tm-yt-modal.is-open {
  display: block;
}

.tm-yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 25, 0.59);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tm-yt-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1100px, calc(100vw - 48px));
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(16, 22, 31, 0.92);
}

.tm-yt-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: var(--textPrimary);
  cursor: pointer;
}

.tm-yt-modal__close span {
  font-size: 26px;
  line-height: 1;
  transform: translateY(-1px);
}

.tm-yt-modal__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--darkBackground);
}

.tm-yt-modal__frame iframe,
.tm-yt-modal__frame img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tm-yt-modal-open,
.tm-yt-modal-open body {
  overflow: hidden;
}

.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 .mainButton {
  width: fit-content;
  margin: 0;
  margin-top: 10px;
}

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

.featuresSection .featuresSidebarBottom p {
  color: #d3d6e5;
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}

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

.featuresSidebar .overlineTitle {
  margin-top: 29px;
  margin-bottom: 18px;
}

.featuresSidebar.scrollUp {
  top: 100px;
}

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

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

.featuresSection .customList .listItem {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  color: #f0f6fa;
  text-align: left;
}

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

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

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

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

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

.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;
  transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
  overflow: visible;
  opacity: 0.72;
  filter: blur(0.3px);
  transform: translateY(-2px) scale(0.98);
}

.featureDetails.is-active {
  opacity: 1;
  filter: none;
  transform: translateY(-2px) scale(1.0);
}

.featureDetails p{
  max-width: 350px;
}

.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.deviceImg {
  background-image: url('/all_assets/images/PNG/device-management-1.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;
  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: #f0f6fa;
  font-size: 29px;
  line-height: 35px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 500px;
  width: fit-content !important
}

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

.pricingSection {
  margin-top: 40px;
}

.pricingSection--purchase .pricingSection__inner {
  padding-top: 10px;
}

.pricingSection__title {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}

.pricingSection__subtitle {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: var(--accent);
  opacity: 1;
}

.keyDates {
  width: 100%;
  margin-top: 30px;
  padding: 6px 15px;
  border: 1px solid #263247b0;
  border-radius: var(--borderRadiusMedium);
  background: linear-gradient(to top, rgba(35, 43, 56, 0.2), rgba(35, 43, 56, 0.8) 60%);
  box-shadow: 0 2px 45px 0 rgba(9, 12, 17, 0.71);
}

.pricingSection--purchase .keyDates {
  background: #10161f;
}

.pricingWidgetsCard {
  margin-top: 18px;
  overflow: visible !important;
}

.pricingWidgetMount {
  width: 100%;
  overflow: visible;
}

.pricingWidgetMount > div[data-pricing-table="true"] {
  min-height: 520px;
}

.tm-faq {
  background: transparent;
  padding: 0;
  margin: 0;
}

#faqs {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.section-subtitle {
  max-width: 900px !important;
  margin: 0 auto 40px !important;
  text-align: center;
  color: var(--accent);
  opacity: 1;
  text-wrap: balance;
}

.tm-faq-inner {
  max-width: 1100px;
}

.tm-faq-item {
  padding: 0;
  border-bottom: 1px solid var(--surfaceBorder);
}

.tm-faq-inner .tm-faq-item:last-of-type {
  border-bottom: none;
}

.tm-faq-q {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  text-align: left;
  cursor: pointer;
}

.tm-faq-icon {
  display: inline-flex;
  justify-content: center;
  width: 26px;
  flex: 0 0 12px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}

.tm-faq-title {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 320;
  letter-spacing: 0;
}

.tm-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: grid-template-rows 260ms ease, opacity 220ms ease, transform 220ms ease;
  will-change: grid-template-rows, opacity, transform;
}

.tm-faq-a > * {
  min-height: 0;
}

.tm-faq-item.is-open .tm-faq-a {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.tm-faq-a-inner {
  padding: 6px 0 0 44px;
  overflow: hidden;
  min-height: 0;
}

.tm-faq-a-inner p {
  max-width: none;
  margin: 0 0 8px;
  color: var(--textSecondary);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.55;
  opacity: 1;
}

.tm-faq-a-inner p strong {
  color: #e2e4ee;
  font-weight: 450;
}

.full-details {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 15.5px;
  opacity: 0.45;
}

.full-details a {
  color: #b1bac8 !important;
}

footer {
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 100%;
  height: 250px;
  transform: translateX(-50%);
  background: radial-gradient(#aebfda, #aebfda00 50%);
  opacity: 0.2 !important;
}

.footer hr {
  width: 100%;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: var(--surfaceBorder);
}

.siteFooter {
  padding: 20px 0;
  color: #b1bac8;
  font-size: 12px;
  line-height: 1.6;
}

.footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px 80px;
  margin-bottom: 15px;
}

.footerCopyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footerCopyright img {
  opacity: 0.51;
}

.footer-iso-logo {
  margin-right: 20px;
}

.cis-logos {
  display: flex;
  flex-direction: column;
}

.footerLinks a {
  margin-left: 20px;
  color: var(--textSecondary);
  font-size: 13px;
  font-weight: 300;
  opacity: 0.65;
  transition: color 0.2s ease, opacity 0.2s ease;
}

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

.footerLinks a:hover {
  color: #fff;
  opacity: 1;
}

.footerRight p {
  max-width: 600px;
  margin-top: 20px;
  color: var(--textSecondary);
  font-size: 13px;
  font-weight: 300;
  opacity: 0.65;
}

.geo-flags {
  display: flex;
  gap: 8px;
}

.noscriptMessage {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 0 20px;
  text-align: center;
}

.noscriptMessage p {
  max-width: none;
  text-align: center;
}


.focusRing:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(18, 183, 176, 0.42);
  outline-offset: 2px;
}

.anchorSection {
  scroll-margin-top: calc(var(--headerOffset) + 24px);
}

.headerActions {
  gap: 20px;
}

.heroPrimaryButton {
  white-space: nowrap;
}

.sectionTitle {
  margin-bottom: 20px;
}

.sectionLead {
  max-width: 980px;
  margin-top: 20px;
  font-size: 15.5px;
  line-height: 1.35;
}

.creatorMeta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.creatorAvatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

.creatorName {
  margin: 0;
  font-size: 19px;
  white-space: nowrap;
}

.creatorRole {
  margin: 0;
  font-size: 14px;
}

.howItWorksFooterTitle {
  margin: 40px auto 0;
  text-align: center;
}

.howItWorksFooterCopy {
  max-width: none;
  margin-top: 10px;
  text-align: center;
}

.faqSectionInner {
  padding-top: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.audienceModal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 15, 29, 0.66);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.audienceModal__dialog {
  width: min(100%, 560px);
  padding: 32px;
  text-align: center;
  border: 1px solid var(--surfaceBorder);
  border-radius: 16px;
  background: #0c0f19;
  box-shadow: 0 18px 55px rgba(9, 12, 17, 0.55);
}

.audienceModal__eyebrow {
  margin: 12px auto;
  text-align: center;
}

.audienceModal__dialog h2 {
  margin-bottom: 10px;
}

.audienceModal__copy {
  max-width: none;
  text-align: center;
  font-size: 13px;
  opacity: .45;
}

.audienceModal__support {
  max-width: none;
  margin-top: 10px;
  text-align: center;
  color: var(--textMuted);
}

.audienceModal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.audienceModal__button {
  width: 100%;
}

.audienceModal__button--secondary {
  color: var(--textSecondary);
}

html.audience-lock,
html.audience-lock body {
  overflow: hidden;
}

.page-home .mainHeader nav {
  display: none;
}

.page-home .heroSection {
  min-height: calc(100vh - 220px);
  padding-top: 120px;
  padding-bottom: 80px;
  align-items: center;
}

.page-home .heroSectionContainer,
.page-home .heroSection h1,
.page-home .heroSection p,
.page-home .heroSection .overlineText {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-home .heroSection p {
  max-width: 720px;
}

.page-home .heroSection .overlineText {
  margin-bottom: 12px;
}

.page-home .pageIntro {
  max-width: 720px;
  margin: 0 auto;
}

.page-home .siteFooter {
  padding-top: 0;
}

.feature-cards-full-row--flush {
  margin-bottom: 0;
}

.feature-card-rp-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.feature-card-rp-logo {
  width: 50px;
  height: auto;
}

.feature-card-rp-title {
  margin-bottom: 0 !important;
}

.feature-card-rp--flat {
  border: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  gap: 10px;
}

.feature-card-rp-media {
  flex: 1 !important;
}

.feature-card-rp-copy {
  justify-content: flex-start;
  text-align: left;
}

.feature-card-rp-desc {
  max-width: none !important;
  margin-top: 0;
  padding-bottom: 0 !important;
  padding-left: 8px;
}

.feature-card-rp-header{
  display: flex;
  align-items: center;
  gap: 12px;
}


@media (max-width: 1100px) {
  .feature-cards-three-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-cards-two-row {
    grid-template-columns: 1fr;
  }

  .heroSection {
    padding: 80px 10px 0 !important;
  }

  .heroSectionContainer {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 950px) {
  :root {
    --headerOffset: 86px;
  }

  .upperHeader {
    justify-content: flex-end;
  }

  .upperHeaderLinks {
    flex-wrap: wrap;
    justify-content: flex-end;
    white-space: normal;
    gap: 10px 15px;
    margin-left: 0;
  }

  .hideOnMobile {
    display: none !important;
  }

  .mainHeader nav {
    display: none;
  }

  .heroSection {
    min-height: 50px;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .heroSection h1 {
    max-width: 680px;
    margin: 10px auto 15px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .heroSectionContainer p,
  .heroSectionContainer .overlineText {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

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

  .team-card {
    gap: 15px;
  }

  .combined-info-section h2 {
    font-size: 26px;
  }

  .feature-cards-mobile-one-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card .image.tm-yt .tm-yt-play {
    width: 62px;
    height: 62px;
  }

  .feature-card .image.tm-yt .tm-yt-play::before {
    border-left-width: 16px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }

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

  .featuresContainer {
    gap: 6px;
  }

  .featuresSidebarContainer {
    position: relative;
    z-index: 3;
    width: fit-content;
    max-width: 145px;
    background-color: rgba(12, 15, 25, 0.65);
  }

  .featuresSidebar {
    top: calc(var(--headerOffset) + 4px);
    max-width: 135px;
  }

  .featuresSidebarScrollContainer {
    position: static;
  }

  .customList .listItem {
    font-size: 13px;
    line-height: 1.15;
  }

  .featuresSection .customList .listItem .listItemNumber {
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    margin-right: 8px;
    font-size: 8px;
  }

  .featuresSection .smallDesc {
    max-width: none;
    margin-bottom: 6px;
    margin-top: -5px;
    font-size: 12px;
    line-height: 1.25;
  }

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

  .featureDetailsContainer {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 124px;
  }

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

  .featureDetails.notAvailable {
    background-size: 400px;
  }

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

  .featureDetails p {
    font-size: 12.5px !important;
  }

  .feature-card .image{
    border-radius: 0;
  }

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

  .pricingWidgetMount > div[data-pricing-table="true"] {
    min-height: 440px;
  }

  .tm-faq-title {
    font-size: 16px;
  }

  .tm-faq-a-inner {
    padding-left: 30px;
  }

  .tm-yt-modal__dialog {
    width: calc(100vw - 24px);
    border-radius: 14px;
  }

  .tm-yt-modal__close {
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
  }

  .bg {
    height: 500px;
    opacity: 0.4;
  }

  .bg-footer {
    margin-top: 300px !important;
    max-height: 600px !important;
  }

  .footerTop,
  .footerRight,
  .footerLinks,
  .footerCopyright {
    justify-content: center;
    text-align: center;
  }

  .footerRight p {
    text-align: center;
  }

  .footer-f {
    justify-content: center;
  }

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

  .twoButtonsContainer .arrowButtonOne {
    justify-content: center;
    margin: 5px auto 0;
  }
  .featuresSection .customList .listItem{
    font-size: 12px;
  }
  .featuresSection .featuresSidebarBottom p{
    font-size: 12px;
  }
  .featuresSidebar{
    margin-bottom: 250px;
  }
}

@media (max-width: 720px) {
  .feature-cards-three-row,
  .feature-cards-mobile-one-row {
    grid-template-columns: 1fr;
  }

  .feature-cards-section .feature-card .dev-man {
    aspect-ratio: 16 / 10;
  }

  .headerDropdown__menu {
    right: 0;
    left: auto;
    min-width: 200px;
  }
}

@media (max-width: 600px) {
  .sectionPaddingLeftRight {
    padding-left: 10px;
    padding-right: 10px;
  }

  .upperHeaderLinks {
    justify-content: center;
  }

  .upperHeader a,
  .headerDropdown__trigger {
    font-size: 15px;
    font-weight: 350;
  }

  .team-card-name {
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  .footerLinks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }

  .footerLinks a {
    margin-left: 0;
  }

  .team-card-linkedin {
    font-size: 14px;
  }

  body::after {
    background-image: url("../images/PNG/tm-new-bg-saturated-mobile.png");
  }

}

@media (max-width: 390px) {
  .featuresSidebarContainer {
    max-width: 120px;
  }

  .customList .listItem {
    font-size: 12.5px;
  }

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

  .upperHeader a,
  .headerDropdown__trigger {
    font-size: 13px;
  }
}

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

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

  h1 {
    font-size: 26px;
  }
}

@media (max-width: 720px) {
  .audienceModal__dialog {
    padding: 24px;
  }

  .audienceModal__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 950px) {
  .headerActions {
    gap: 16px;
  }

  .page-home .heroSection {
    min-height: calc(100vh - 180px);
    padding-top: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
