* {
    box-sizing: border-box;
    font-family: Lexend, sans-serif;
    font-optical-sizing: auto
  }
  
  :root {
    --darkBackground: #0c0f19;
    --borderRadiusMedium: 12px
  }
  
  html {
    scroll-behavior: smooth;
    filter: saturate(120%) contrast(102%);
  }
  
  body {
    background-color: var(--darkBackground);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: -1;
    position: relative;
  }
  
  body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("/all_assets/images/PNG/tn-rp-main-background-1-2.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    overflow: visible;
    opacity: 1;
  }
  
  .intune-for-msps-page::after {
    background-image: url("/all_assets/images/PNG/tm-main-background-1.png");
  }
  
  .bg {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 500px;
    z-index: -1;
  }
  
  .feature-cards-section-bg{
    z-index: 2;
    height: 2000px;
  }

  .intune-for-msps-page.webinar .feature-cards-section-bg {
    z-index: 2;
    height: 2700px;
  }
  
  .feature-cards-section{
    z-index: 3;
    position: relative;
  }
  .time-savings-section{
    z-index: 3;
    position: relative;
  }
  .intune-for-msps-page .feature-cards-section-bg::after {
    top: 0px !important;
    }
  
  .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("/all_assets/images/PNG/new-tm-rp-2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    overflow: visible;
    opacity: 1;
  }
  
  .bg-footer {
    height: calc(100% - 220px);
    overflow: visible;
    margin-top: 200px;
    max-height: 1100px;
  }
  
  .bg-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("/all_assets/images/PNG/new-tm-rp-2.png");
    background-size: 100% 100%;
    max-height: 1200px;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
    object-fit: fill;
  }
  
  .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: 900px;
    text-wrap: balance;
    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: 28px;
    font-weight: 300;
  }
  
  .heroSectionContainer .gradientTextOne {
    font-weight: 500
  }
  
  h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
  }
  
  a {
    text-decoration: none;
  }
  
  .nav-link {
    color: white;
  }
  
  .button {
    display: flex;
    width: fit-content;
    color: white;
    font-size: 18px;
    font-weight: 250;
    letter-spacing: 0;
    border: 1px solid rgba(128, 151, 168, 0.2);
    border-radius: 100px;
    padding: 10px 32px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
  }
  
  .arrow-button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #b1bac8;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    opacity: .65;
  }
  
  .arrow-button img {
    margin-top: 2px;
  }
  
  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 0;
  }
  
  .upperHeader a {
    transition: all .3s ease;
    color: #d3d6e5;
    opacity: .65;
    text-decoration: none;
    font-size: 14.5px;
  }
  
  .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: none !important;
    background-color: transparent !important;
    border: none;
    border-top: 1px solid rgba(128, 151, 168, 0.2);
    border-bottom: 1px solid rgba(128, 151, 168, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    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: sticky;
    top: 50px;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
    transform: translateY(0);
    z-index: 99;
    width: 100%;
    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;
    transition: transform .5s ease;
    will-change: transform;
    transform: translateX(-100px)
  }
  
  .gradientButton:hover::after {
    transform: translateX(200px)
  }
  
  .upperHeaderLinks {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
    overflow: scroll;
    margin-left: 15px;
  }
  
  .upperHeaderLinksWrapper {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
  }
  
  .upperHeaderLinks {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  
  .upperHeaderLinks::-webkit-scrollbar {
    display: none;
  }
  
  .heroSection {
    padding-top: 100px;
    padding-bottom: 0px;
    width: 100%;
    min-height: 550px;
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .heroSection .maxWidth {
    z-index: 1
  }
  
  .heroSectionContainer {
    position: relative;
    overflow: visible
  }
  
  .heroSectionContainer.blurred {
    position: absolute;
    opacity: .4
  }
  
  .heroSectionContainer.blurred h1 {
    color: #0accca
  }
  
  .heroSectionContainer.blurred p {
    opacity: 0
  }
  
  .heroSectionContainer.blurred::before {
    opacity: 0
  }
  
  .heroSection h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }

  .intune-for-msps-page.webinar .heroSection h1{
    margin-top: 5px;
  }
  
  .heroSection h2 {
    width: 100%;
    max-width: 300px;
  }
  
  .heroSection p {
    color: #d3d6e5;
    opacity: .65;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
  }
  
  .intune-for-msps-page .heroSection p {
    max-width: 550px;
  }
  
  .heroSection .button {
    margin-top: 20px;
  }
  
  .heroSection .customer-logos {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  
  .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;
  }
  
  .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: -450px;
    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;
    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;
    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;
    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: rgba(128, 151, 168, 0.2);
    margin: 20px auto;
    border: none;
    height: 1px;
    width: 100%
  }
  
  .siteFooter {
    background-color: transparent;
    color: #b1bac8;
    padding: 20px 0px;
    font-size: 12px;
    line-height: 1.6
  }
  
  .footerTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 15px;
    gap: 20px 140px;
  }
  
  .footerCopyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .footerCopyright img {
    opacity: 0.51;
  }
  
  .cis-logos {
    display: flex;
    flex-direction: column;
  }
  
  .footer-iso-logo {
    margin-right: 20px;
  }
  
  .footerCopyright p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #b1bac883
  }
  
  .footerLinks a {
    color: #d3d6e5;
    font-size: 13px;
    font-weight: 300;
    opacity: .65;
    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: #d3d6e5;
    font-weight: 300;
    opacity: .65;
    font-size: 13px;
    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, #0c0f1900, #0c0f19 50%);
    position: absolute;
    bottom: 30px;
    right: 0
  }
  
  .team-section::before {
    content: '';
    width: 175px;
    height: calc(100% - 30px);
    background: linear-gradient(to left, #0c0f1900, #0c0f19 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;
    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;
    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;
  }
  
  .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 .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::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-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);
  }
  
  .purchaseOptions.visible {
    max-height: 500px;
    opacity: 1;
    padding-top: 0;
    transform: translateY(0);
  }
  
  .contactSalesButton {
    transition: all .3s ease;
    color: #d3d6e5 !important;
    opacity: .65;
    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;
  }
  
  .crossed-out-price {
    text-decoration: line-through;
  }
  
  .pricingTiersTable .crossed-out-price {
    margin-right: 6px;
  }
  
  .originalPrice {
    text-decoration: line-through;
    padding: 0;
    margin: 0 auto;
    margin-bottom: -15px;
    border: none;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-weight: 300;
    letter-spacing: .5px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: white;
    opacity: 0.3;
  }
  
  .discount {
    font-size: 15px;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: rgba(251, 50, 138, 0.37);
    border: 1px solid rgb(241, 52, 134);
    padding: 6px 6px;
    border-radius: 18px;
    font-weight: 400;
  }
  
  .footer-f {
    margin-top: 10px;
    display: flex;
    gap: 8px;
  }
  
  .header-f {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0;
    padding-left: 20px;
  }
  
  .header-f img {
    height: 18px;
    width: auto;
  }
  
  .geo-flags {
    display: flex;
    gap: 8px;
  }

  .intune-for-msps-page.webinar .heroSection h1 {
    font-size: 40px;
    font-weight: 450;
    margin-top: 10px !important;
    max-width: 600px;
  }


  .mega-col.heading .mvp-heads {
    margin-top: 25px;
    width: 290px;
  }
  
  .mvp-heads-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    padding-left: 20px;
    margin-top: 35px;
  }
  
  .mvp-head {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    margin-left: -18px;
    transition: transform 0.35s ease, z-index 0s, box-shadow 0.35s ease !important;
    z-index: 1;
  }
  
  .mvp-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .mvp-head:hover {
    transform: scale(1.12);
    z-index: 10 !important;
    border: .5px solid rgb(205, 205, 236);
  }
  
  .mvp-head {
    position: relative;
  }
  
  .mvp-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    padding: 6px 12px;
    background: #282e44;
    border-radius: 9999px;
    font-size: 0.75rem;
    color: white;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  
  .mvp-head:hover .mvp-label {
    opacity: 1;
    transform: translateX(-50%) translateY(-6px);
  }
  
  .mvp-heads-container .mvp-head:nth-child(1) {
    z-index: 5;
  }
  
  .mvp-heads-container .mvp-head:nth-child(2) {
    z-index: 4;
  }
  
  .mvp-heads-container .mvp-head:nth-child(3) {
    z-index: 3;
  }
  
  .mvp-heads-container .mvp-head:nth-child(4) {
    z-index: 2;
  }
  
  .mvp-heads-container .mvp-head:nth-child(5) {
    z-index: 1;
  }
  

  /* Problem section — fully scoped */
.problem-section {
  --problem-red: #ff6464;
  --problem-orange: #f08a33;
  --problem-yellow: #d8bb35;
  --problem-text: #e9edf6;
  --problem-muted: rgba(211, 214, 229, 0.72);
  --problem-border: rgba(75, 96, 124, 0.42);
  --problem-card-bg: linear-gradient(180deg, rgba(10, 20, 35, 0.88) 0%, rgba(10, 19, 33, 0.96) 100%);
  --problem-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);

  width: 100%;
}

 .problem-intro {
  max-width: 980px;
  margin-bottom: 42px;
}

 .section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 22px;
}

.section-label::before {
  content: "";
  width: 22px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  display: inline-block;
}

 .section-label.red {
  color: var(--problem-red);
}

.problem-section .section-title {
  margin: 0;
  color: var(--problem-text);
  font-size: 26px;
  font-weight: 450;
  max-width: 1080px;
  margin-bottom: 10px;
}

.problem-section .problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.problem-section .problem-grid-row2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.problem-section .p-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 170px;
  border: 1px solid rgba(128, 151, 168, 0.2);
}

.problem-section .problem-grid-row2 .p-card {
  min-height: 170px;
}

.problem-section .p-card-bar {
  position: absolute;
  top: -10px;
  left: 50%;
  right: 0;
  height: 8px;
  width: 100%;
  transform: translateX(-50%);
  border-radius: 50%;
  filter: blur(25px);
  display: none;
}

.problem-section .p-card[data-c="red"] .p-card-bar {
  background: linear-gradient(90deg, rgba(255, 77, 87, 0.95), rgba(255, 77, 87, 0.7));
}

.problem-section .p-card[data-c="orange"] .p-card-bar {
  background: linear-gradient(90deg, rgba(240, 138, 51, 0.95), rgba(240, 138, 51, 0.7));
}

.problem-section .p-card[data-c="yellow"] .p-card-bar {
  background: linear-gradient(90deg, rgba(216, 187, 53, 0.95), rgba(216, 187, 53, 0.72));
}

.problem-section .p-card-body {
  padding: 34px 30px 30px;
}

.problem-section .p-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.problem-section .p-card-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.problem-section .p-card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.problem-section .p-card-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: white !important;
}

.problem-section .p-card[data-c="red"] .p-card-title {
  color: var(--problem-red);
}

.problem-section .p-card[data-c="orange"] .p-card-title {
  color: var(--problem-orange);
}

.problem-section .p-card[data-c="yellow"] .p-card-title {
  color: var(--problem-yellow);
}

.problem-section .p-card-desc {
  font-size: 14px;
  margin: 0;
  line-height: 1.65;
  text-wrap: balance;
  max-width: 90%;
}

.problem-section .problem-closing {
  margin: 20px 0 0 0;
}

.learn-section { position: relative; z-index: 1; }
    .learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
    .learn-card {
      background: var(--bg-card); border: 1px solid var(--border-card);
      border-radius: 12px; padding: 28px 26px; transition: background 0.2s;
      border: 1px solid rgba(128, 151, 168, 0.2);
color: white;
padding: 22px;
border-radius: 12px;
display: flex;
flex-direction: column;
background-color: rgba(184, 202, 250, 0.04);
    }
    .learn-num { font-size: 32px; font-weight: 200; color: #00aaa8; margin-bottom: 10px; line-height: 1; }
    .learn-card h3 { font-size: 16px;
      line-height: 1.2;
      font-weight: 400;  margin-bottom: 8px; }
    .learn-card p { font-size: 14px; margin: 0; line-height: 1.65; }

    /* ── ACADEMY ── */
    .academy-section { position: relative; z-index: 1; }
    .academy-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
    .pillar {
      background: var(--bg-card); border: 1px solid var(--border-card);
      border-radius: 12px; padding: 28px 24px; transition: background 0.2s;
    }
    .pillar:hover { background: var(--bg-card-hover); }
    .pillar-icon {
      width: 36px; height: 36px; margin-bottom: 16px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 8px;
      background: rgba(74, 156, 214, 0.08);
      border: 1px solid rgba(74, 156, 214, 0.15);
    }
    .pillar-icon svg { width: 18px; height: 18px; }
    .pillar h3 { font-size: 16px;
      line-height: 1.2;
      font-weight: 400;  margin-bottom: 10px; }
    .pillar p { font-size: 13.5px; margin: 0; line-height: 1.65; }

    body section .section-title {
      margin: 0;
      color: white;
      font-size: 26px;
      font-weight: 450;
      max-width: 1080px;
      margin-bottom: 10px;
      }

      .section-label.blue{
        color: #00aaa8;
      }


input, input[type="text"], input[type="search"], isindex, textarea, button {
	outline:none;
	margin:0 auto;
	padding:5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

img, a {
	border:0px;
	outline:none;
	color:#3a6cae;
	text-decoration:none;
}
.zf-flLeft {
	float:left;
}
.zf-flRight {
	float:right;
}
.zf-clearBoth,.zf-eclearBoth {
	clear:both;
}
ol, ul {
	list-style: none outside none;
}
.zf-normalText {
	font-size:13px;
	line-height:1.5;
}
.zf-smallText {
	font-size:0.9em;
	font-weight:normal;
}
.zf-smallHeading {
	font-size:18px;
}
.zf-heading {
	font-size:2em;
}
.zf-subHeading {
	font-size:1.5em;
}
.zf-boldText, .zf-boldText a {
	font-weight:bold;
	text-decoration:none;
}
.zf-italicText {
	font-style:italic;
}
.zf-heading a {
	text-decoration:underline;
}
.zf-heading a:hover {
	text-decoration:none;
}
.zf-blodText {
	font-weight:bold;
}
.zf-overAuto {
	overflow:auto;
}
.zf-split {
	color: #8B9193;
	padding: 0 3px;
}
.zf-backgroundBg {
	background:rgba(237, 239, 244, 1);
}
.zf-templateWidth {
	margin:0 auto;	
	padding: 30px 0;
    width: 100%;
    box-sizing: border-box;
}
.zf-templateWrapper {
    border-radius: 12px;
    border: 1px solid rgba(128, 151, 168, 0.2);
}

.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
  border: 1px solid rgba(128, 151, 168, 0.2);
  background-color: rgba(128, 151, 168, 0.04);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
    color: white;
    padding: 11px 10px 10px 10px;
	height: 40px;
	transition: 0.3s;
}
.zf-tempContDiv input[type="text"]::placeholder, .zf-tempContDiv textarea::placeholder, .zf-tempContDiv .zf-pdfTextArea::placeholder {
	color: rgb(37,44,62);
	opacity: 0.5;
}
.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{	
	border: 1px solid rgba(184, 187, 211, 1);	
	}	
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{	
	border: 1px solid #2eb79f;
    box-shadow: 0px 0px 2px 0px #2eb79f;
}

	
.zf-tempContDiv textarea {
	min-height: 100px;
    height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
/* .arrangeAddress .zf-addrCont  span.zf-addtwo{ width: 100% !important;float: none !important;} 		 */
/**********Error Message***********/	
.zf-errorMessage {
	font: 15px Arial, Helvetica, sans-serif;
    color: #f41033;
    padding-top: 10px;
}

/**********Mandatory Message***********/	
.zf-important {
	color: #ff0000 !important;
    padding: 0;
    font-size: 17px !important;
    margin-left: 2px;
    font-weight: bold;
}

/**********instruction Message***********/
.zf-instruction {
	color: #b1bac8;
    font-style: normal;
    font-size: 13px;
    overflow: visible !important;
    word-break: break-all;
    padding: 8px 0px 0px 0px;
    font-weight: 400;
	clear: both;
}	
.zf-symbols {
	padding:0 5px;
}

.zf-overflow{ overflow:hidden;}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
	margin:0;
	padding:0;
	overflow:hidden;
}

.zf-tempHeadContBdr {
    margin: 0;
    padding: 28px 40px;
    padding-bottom: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 10px 10px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
    margin: 0;
    padding: 0;
    text-align: center;
}
.zf-tempHeadContBdr .zf-frmDesc {
	color: #667291;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
    text-align: center;
}

/****************template Header Ends Here****************/
.zf-subContWrap {
	padding: 0;
}

.zf-tempFrmWrapper {
	padding: 8px 40px 8px 40px;
    margin: 0;
    box-sizing: border-box;
}

.zf-tempFrmWrapper .zf-tempContDiv {
	margin:0;
	padding:0;
}
.zf-tempFrmWrapper .zf-labelName {
	font-weight: 300;
    font-size: 16px;
    color: #b1bac8;
}
.zf-form-sBox { 
	padding: 9px 10px 10px 5px;
	background: #fff;
    border: 1px solid rgba(184, 187, 211, 1);
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    transition: 0.3s;
    vertical-align: middle;
    position: relative;
    color: rgba(37, 44, 62, 1);
}
.zf-form-sBox:focus,.zf-form-sBox:focus:hover {
	border: 1px solid #2eb79f;
	box-shadow: 0px 0px 2px 0px #2eb79f;
	outline: none;
}
.zf-form-sBox::after {
	content: " ";
	position: absolute;
}
.zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{
	float: left;
	display:block;
}
.zf-name .zf-tempContDiv span{ margin-left: 4%;}
.zf-name .zf-tempContDiv span.last{ margin-right:0;}
.zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;}
.zf-name .zf-tempContDiv input[type="text"] {width:100%;}
.zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ 
	font-style: normal;
    font-size: 13px;
    overflow: visible !important;
    word-break: break-all;
    padding: 8px 0px 0px 0px;
    font-weight: 300;
	}
.zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label {
	color: #b1bac8;
    opacity: .45;
}
.zf-phone .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:left;
}
.zf-phone .zf-tempContDiv .zf-symbols {
	display: block;
    margin: 9px 1%;
    width: 2%;
    text-align: center;
    padding: 0;
    padding-top: 3px;
}
.zf-currency .zf-tempContDiv span { 
	display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #b1bac8;
    margin-right: 8px;
	float: left;
    margin-top: 10px;
}
.zf-currency .zf-tempContDiv input[type="text"] ~ span {
	margin-left: 8px;
	margin-right: 0;
	float: none;
}
.zf-currency .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	}
.zf-currency .zf-tempContDiv .zf-symbol {
	font-size: 14px;
    margin-left:5px;
    margin-top: 4px;
	width:auto;
	font-weight:bold;
	}

.zf-decesion .zf-tempContDiv{ 
	width:100% !important; 
	margin-top:4px;
	}
.zf-decesion input[type="checkbox"] {
    display: block;
    height: 13px;
    margin: 0;
    padding: 0;
    width: 13px;
	float:left;
	margin-top:4px;
}
.zf-decesion label {
    display: block;
    margin: 0px 0 0 25px !important;
    padding-bottom: 0 !important;
	width:95% !important;
	float:none !important;
	line-height:21px !important;
	text-align:left !important;
} 
.zf-tempContDiv input[type="file"]{
	outline: none;
    margin: 0 auto;
    width: 50%;
    border: 1px dashed rgba(184, 187, 211, 1);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 12px;
    font-size: 15px;
    color: rgb(37, 44, 62);
}
.zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span {
	display:block;
	padding-top:15px;
}

.zf-address .address_row_1 .zf-addresCols {
	padding-top: 0;
}	
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{
	display: block;
	}	
	
.zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{
	float: none;
	padding-bottom:15px;
	margin-right:0;
	padding-right: 0;
	}

.zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{
	width:100%;
	}
.zf-leftAlign .zf-address .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign .zf-geolocation .zf-tempContDiv span.zf-addtwo {
	width: 100%;
}
.zf-leftAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign.zf-addrmedium .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign.zf-addrmedium .zf-geolocation .zf-tempContDiv span.zf-addtwo
{
	width: 47%;
	float: left;
}
.zf-leftAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign.zf-addrlarge .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign.zf-addrlarge .zf-geolocation .zf-tempContDiv span.zf-addtwo {
	width: 48%;
	float: left;
}
.zf-leftAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2), 
.zf-leftAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2),
.zf-rightAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2), 
.zf-rightAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2) {
	padding-bottom: 0;
}
.zf-address .zf-tempContDiv span.zf-addtwo:nth-child(even), .zf-geolocation .zf-tempContDiv span.zf-addtwo:nth-child(even) {
	padding-right: 0;
}
.zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{
	width:100%;
	}	
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{
	width:100%;
	}
	
.zf-signContainer{ 
	margin:0; 
	padding:0; 
	width:100%;
	}
.zf-signContainer canvas{ 
	cursor: crosshair;
    border: 1px solid rgba(184, 187, 211, 1);
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 130px;
	box-sizing: border-box;
	}
.zf-signContainer a{
	font-size: 14px;
    text-decoration: underline;
    display: block;
    color: #b1bac8;
    margin-top: 8px;
	}	
	
.zf-section h2{
	border-bottom: 1px solid #a7abb2;
	font-size:22px; 
	color:#000; 
	font-weight:500; 
	padding-bottom:10px;
	}
.zf-section p{ 
	color: #b1bac8;
    margin-top: 10px;
    font-size: 15px;
}
	
.zf-note .zf-labelName{	
	padding-top:7px;
	}
.zf-templateWrapper .zf-note{ 
	overflow:hidden;
	}

.zf-date .zf-tempContDiv span label {
	display: block;
    text-align: left;
    color: #b1bac8;
    padding-top: 8px;
    font-size: 14px;
    opacity: .8;
}

.zf-subDate{ margin-right:10px;}
.zf-subDate label{ text-align:left !important;}

.zf-time .zf-tempContDiv span label {
	display: block;
	padding-top:8px;
	font-size: 13px;
}

.zf-time .zf-tempContDiv .zf-form-sBox{
	min-width: 58px;
    width: 72px;
    padding: 9px 20px 10px 6px;
}

.zf-time .zf-tempContDiv .zf-symbols {
	padding-top:12px;
}

.zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] {
	display: block;
	height: 13px;
	margin: 4px 0 0;
	padding: 0;
	width: 13px;
	cursor: pointer;
	
}
.zf-tempContDiv input[type="radio"] {
	-webkit-appearance: none;
	border: 1.2px solid #b1bac8;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.zf-tempContDiv input[type="radio"] ~ label {
	cursor: pointer;
}
.zf-tempContDiv input[type="checkbox"] {
	-webkit-appearance: none;
	border-radius: 3px;
    border: 1.2px solid #b1bac8;
    transition: 0.5s ease all;
	position: relative;
	width: 20px;
	height: 20px;
}
.zf-tempContDiv input[type="checkbox"] ~ label {
	cursor: pointer;
}
.zf-tempContDiv .zf-termsAccept input[type="checkbox"] ~ label {
	cursor: default;
}
.zf-tempContDiv input[type="radio"]:before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
    box-sizing: border-box;
}
.zf-tempContDiv input[type="checkbox"]:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 19% auto;
}
.zf-tempContDiv input[type="radio"]:checked:before {
	background: rgba(46, 183, 159,1);
}
.zf-tempContDiv input[type="radio"]:checked {
	border: 1.2px solid rgba(46, 183, 159,1);
	box-shadow: 0px 0px 0px 0.5px rgba(46, 183, 159,1);
	outline: none;
}

.zf-tempContDiv input[type="checkbox"]:checked {
	border: 1.2px solid rgba(46, 183, 159,1);
	box-shadow: 0px 0px 2px 0px rgba(46, 183, 159,1);
	outline: none;
}
.zf-tempContDiv input[type="checkbox"]:checked:before {
	content: " ";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    border-bottom: 2px solid #00aaa8;
    border-right: 2px solid #00aaa8;
    position: absolute;
    top: -2px;
    left: 6px;
}
.zf-sideBySide .zf-tempContDiv span {
	margin: 0 4% 16px 0;
	padding:0;
	width:auto;
	float: left;
	display:block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-sideBySide .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-size: 15px;
    color: #b1bac8;
}
.zf-oneColumns .zf-tempContDiv span {
	margin:0 0 16px 0;
	padding:0;
	width:100%;
	display:block;
	clear: both;
}
.zf-oneColumns .zf-multiAttType label ~ input[type="text"],
.zf-twoColumns .zf-multiAttType label ~ input[type="text"],
.zf-threeColumns .zf-multiAttType label ~ input[type="text"],
.zf-sideBySide .zf-multiAttType label ~ input[type="text"] {
	margin-top: 15px;
	width: 100%;
}
.zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;}
.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin:0;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top:1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-oneColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #b1bac8;
}
.zf-twoColumns .zf-tempContDiv span {
	margin: 0 4% 16px 0;
	width: 48%;
	float: left;
	display:block;
}
.zf-twoColumns .zf-tempContDiv span:nth-child(even) {
	margin-right: 0;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-twoColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #b1bac8;
}
.zf-threeColumns .zf-tempContDiv span {
	margin: 0 25px 15px 0;
    float: left;
    display: block;
}
.zf-threeColumns .zf-tempContDiv span:nth-child(3n) {
	margin-right: 0;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
	display:block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
	display:block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top:1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-threeColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #b1bac8;
}

.zf-mSelect select { 
	font-size: 15px;
    border: 1px solid rgba(184, 187, 211, 1);
    overflow: auto;
    border-radius: 4px;
    color: #b1bac8;
    outline: none;
    box-sizing: border-box;
    height: 101px;
}	
.zf-mSelect select option {
	padding: 8px 10px;
    box-sizing: border-box;
}

.zf-fmFooter {
	margin:0;
	padding:10px 25px 40px 25px;
	text-align:center;
}

.zf-fmFooter .zf-submitColor{ 
	font-size: 16px;
    padding: 13px 38px;
    margin: 0 auto !important;
}

.zf-submitColor {
	color: #fff;
    border: 1px solid transparent;
    background: #00aaa8;
    border-radius: 150px;
    min-width: 100px;
    transition: transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93), -o-transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
	}
	
.zf-submitColor:hover{
	-webkit-transform: scale3d(1.03, 1.03, 1) translate3d(0, 0, 0) perspective(500px);
    transform: scale3d(1.03, 1.03, 1) translate3d(0, 0, 0) perspective(500px);
	}	   	

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea, .zf-small .zf-signContainer{
	width:50%;
	}
.zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea, .zf-medium .zf-signContainer{
	width:75%;
	}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea, .zf-large .zf-signContainer{
	width:100%;
	}
.signContainer canvas{
	width:100%;
}
.zf-small .zf-tempContDiv .zf-form-sBox{
	width:50%;
	}
.zf-medium .zf-tempContDiv .zf-form-sBox{
	width:75%;
	}
.zf-large .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}
.zf-name .zf-tempContDiv .zf-form-sBox{
	width:100%;
	padding: 8px 10px 10px 4px;
}
.zf-namesmall .zf-nameWrapper{ width: 50%;}
.zf-namesmall .zf-tempContDiv span {
    width: 49%;
    margin-left: 2%;
}
.zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; }
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;}
.zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namesmall .zf-threeType .zf-salutationWrapper span{ 
	width: 25%;
    float: left;
    margin-left: 2%;
	margin-bottom: 0;
}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}
.zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, 
.zf-rightAlign .zf-namesmall	.zf-threeType .zf-salutationWrapper span
{     
	float: left;
    margin-left: 2%;
    width: 25%;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, 
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 19%; }
.zf-namemedium .zf-nameWrapper{ width: 75%;}
.zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;}  
.zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; }
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;}
.zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}
.zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;}
.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 19.8%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;}
.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}
.zf-csmall .zf-tempContDiv input[type="text"] {
	width:100%;
}
.zf-cmedium .zf-tempContDiv input[type="text"] {
	width:100%;
}
.zf-clarge	 .zf-tempContDiv input[type="text"] {
	width:100%;
} 	
.zf-nsmall .zf-tempContDiv input[type="text"] {	
	width:50%;	
	}
.zf-nmedium .zf-tempContDiv input[type="text"] {
	width:75%;
	}
.zf-nlarge .zf-tempContDiv input[type="text"] {
	width:100%;
	}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:49%;
	}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
	width:60%;
	}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:74%;
	}	

.zf-addrsmall .zf-tempContDiv .zf-addrCont{ 
	width:50%;
	}
.zf-addrmedium .zf-tempContDiv .zf-addrCont{ 
	width:75%;
	}
.zf-addrlarge .zf-tempContDiv .zf-addrCont{ 
	width:100%;
	}	
	
.zf-leftAlign .zf-currency .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-currency .zf-tempContDiv input[type="text"] {
	float: left;
}
.zf-leftAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] {
	float: left;
}
.zf-leftAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] ~ span,
.zf-rightAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] ~ span {
	margin-top: 9px;
}	
/****************Field Small/Medium/Large Ends Here****************/	

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
	padding-bottom: 10px;
	display:block;
}

.zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;}

.zf-leftAlign {
	display:block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
	float: left;
    width: 30%;
    line-height: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
	float: right;
    width: 70%;
}
.zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;}
.zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;}
.zf-rightAlign {
	display:block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
	float: left;
    width: 30%;
    line-height: 20px;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
	float: right;
    width: 70%;
}
.zf-matrixTable{ font-size:13px; overflow-x: auto;padding-bottom: 15px !important;}
.zf-matrixTable table th, .zf-matrixTable table td{padding:10px;}
.zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;}
.zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;}
.zf-matrixTable tbody th{     
	font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 12px 10px;
    color: #b1bac8;
    width: 218px;
    box-sizing: border-box;
    font-weight: 300;
}
.zf-matrixTable thead th {     word-break: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 10px;
    color: #b1bac8;
    text-align: center;}

/****************Form Top Align Starts Here****************/	

.zf-termsContainer{ margin:0; padding:0;}
.zf-termsContainer .zf-termsMsg {
	border: 1px solid #b1bac8;
    max-height: 250px;
    overflow-y: auto;
    padding: 12px 10px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    min-height: 70px;
    font-size: 13px;
}
.zf-termsContainer .zf-termScrollRemove { border: 1px solid #b1bac8;
    overflow-y: auto;
    padding: 12px 10px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    min-height: 70px;
    font-size: 13px;}
.zf-termsAccept{ 
	margin-top: 0 !important;
}
.zf-termsAccept input[type="checkbox"]{ margin-top:0 !important; float:left;}
.zf-termsAccept label{ 
	margin-left: 30px;
    font-size: 15px;
    float: none;
    display: block;
    color: #b1bac8;}
.zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;}
.zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;}
.zf-medium .zf-phwrapper {
    width: 75%;
}
.zf-phwrapper.zf-phNumber span {
	width: 100% !important;
}
.zf-phwrapper span:first-child {
    margin-left: 0;
    width: 22%;
}
.zf-phwrapper label {
	display: block;
    color: #b1bac8;
    font-size: 13px;
    padding-top: 8px;
    opacity: 0.8;
}
.zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
    width: 100%;
}
.zf-small .zf-phwrapper {
    width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
	width: 30%;
	margin: inherit;
}
.zf-tempFrmWrapper .zfPhoneUSA span {
    width: 22.3%;
    position: relative;
}
.zf-tempFrmWrapper.zf-phone span input[type="text"] {
	width: 100%;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone .zf-symbols {
    display: none;
}
.zf-tempFrmWrapper.zf-phone .zfPhoneUSA {
	display: flex;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone .zfPhoneUSA span,
.zfoneColumn .zf-tempFrmWrapper.zf-phone .zfPhoneUSA span {
	width: 30%;
	flex: 1 1 auto;
	margin-left: 8px;
}
.zf-tempFrmWrapper.zf-phone .zfPhoneUSA span:first-of-type {
	margin-left: 0;
}
.zf-phwrapper span {
    float: left;
    width: 76%;
    margin-left: 2%;
}
.zf-descFld a { 
	text-decoration:underline;
	color: #b1bac8;
}
.zf-descFld em{ font-style:italic;}
.zf-descFld b{ font-weight:bold;}
.zf-descFld i{ font-style: italic;}
.zf-descFld u{ text-decoration:underline;}
.zf-descFld ul{ margin:auto;}
.zf-descFld ul{ list-style:disc;}
.zf-descFld ol{ list-style:decimal;}
.zf-descFld ul, .zf-descFld ol{margin: 10px 0;
    padding-left: 20px;}

.zf-descFld  ol.code {
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0 30px;
}
.zf-descFld  ol.code li {
    background-color: #F5F5F5;
    border-left: 2px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
}
.zf-descFld  blockquote.zquote {
    border-left: 3px solid #EFEFEF;
    padding-left: 35px;
}
.zf-descFld  blockquote.zquote span.txt {
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
    color: #058BC2;
    float: left;
    font: bold 50px Arial,Helvetica,sans-serif;
    margin: -10px 0 0 -30px;
}
.zf-descFld  blockquote.block_quote {
    background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
    border-left: 3px solid #EFEFEF;
    font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;
    margin: 15px 3px 15px 15px;
    padding: 10px 10px 10px 40px;
}
.zf-descFld  body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px;
}
.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
	overflow:hidden;
	font-size: 13px;
}

.zf-descFld img {
	width: auto;
}
/* New Css */
.zf-date .zf-tempContDiv input[type="text"]{
	width: 340px;
}
.zf-leftAlign .zf-date .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-date .zf-tempContDiv input[type="text"] {
	width: 238px;
}
.zf-leftAlign .zf-date.zf-time .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-date.zf-time .zf-tempContDiv input[type="text"] {
width: 223px;
}
.zf-decesion .zf-tempContDiv input[type="checkbox"] {
	margin-top: 0;
}
.zf-tempFrmWrapper.zf-decesion .zf-labelName {
	margin-left: 28px !important;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-matrixTable,
.zf-rightAlign .zf-tempFrmWrapper .zf-matrixTable {
	width: 100%;
	clear: both;
	float: none;
	padding-top: 10px;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-termsandCond .zf-tempContDiv,
.zf-rightAlign .zf-tempFrmWrapper.zf-termsandCond .zf-tempContDiv {
	float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-termsandCond .zf-labelName,
.zf-rightAlign .zf-tempFrmWrapper.zf-termsandCond .zf-labelName {
	width: 100%;
	float: none;
	text-align: left;
	display: block;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span:first-of-type, 
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span:first-of-type {
	margin-left: 0;
}
.zf-rightAlign .zf-tempFrmWrapper.zf-matrixTable .zf-labelName {
	text-align: left;
}
.zfAddressTwoCol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 16px;
}

.zf-address .zf-tempContDiv .zfAddressTwoCol .zf-addOne {
	width: 47%;
}
.zf-addrCont .zfAddressTwoCol ~ .zfAddressTwoCol span.zf-addtwo:last-of-type {
    padding-bottom: 0;
}
.zf-csmall.zf-currency .zf-tempContDiv > div {
	width: 50%;
	display: inline-flex;
}
.zf-cmedium.zf-currency .zf-tempContDiv > div {
	width: 75%;
	display: inline-flex;
}
.zf-clarge.zf-currency .zf-tempContDiv > div {
	width: 100%;
	display: inline-flex;
}
.zf-nameWrapper.zf-salutationWrapper {
    display: flex;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-termsandCond {
	float: none;
	width: 100%;
}
.zf-tempContDiv span input[type="checkbox"]:focus {
	border: 1.2px solid rgb(46, 183, 159, 1);
    box-shadow: 0px 0px 2px 0px rgb(46, 183, 159, 1);
}
.zf-multiAttType.fullColWrap,
.zf-twoColumns .zf-tempContDiv .zf-multiAttType.fullColWrap,
.zf-threeColumns .zf-tempContDiv .zf-multiAttType.fullColWrap,
.zf-sideBySide .zf-tempContDiv .zf-multiAttType.fullColWrap {
	width: 100%;
}
.zf-address.zf-tempContDiv .zf-form-sBox,
.zf-address.zf-tempContDiv input[type="text"] {
	width: 100%;
}
.address_row_3, .address_row_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 16px;
}
.address_row_3 span.zf-addresCols,
.address_row_4 span.zf-addresCols {
	    width: 47%;
		flex: 1 1 auto;
}
.address_row_1 .zf-addresCols,
.address_row_2 .zf-addresCols,
.address_row_3 .zf-addresCols,
.address_row_4 .zf-addresCols  {
	width: 100%;
}
.zf-tempFrmWrapper.gridName .zf-twoType .zf-nameWrapper span {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.zf-tempFrmWrapper.gridName .zf-threeType .zf-salutationWrapper .zf-salutation {
	width: 100%;
	margin-left: 0;
}
.zf-tempFrmWrapper.gridName .zf-threeType .zf-salutationWrapper span {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.zf-tempFrmWrapper.gridName  .zf-nameWrapper.zf-salutationWrapper {
	display: block;
}
.zf-templateWrapper .zf-note table td {
	word-break: break-all;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-matrixTable .zf-labelName {
	width: 100%;
}

/* Grid Related Css Start Here */
.zfgrid_Wrapper {
	padding: 0 40px 0 40px;
	margin: 0;
	box-sizing: border-box;
}
.zfgridLabelCont {
	padding: 12px 0;
}
.zfgridLabelCont label {
	font-size: 22px;
	color: #b1bac8;
}
.zfgridLabelCont span {
	font-size: 14px;
	color: #465474;
	padding-top: 8px;
	display: block;
}
.zftwoColumn,
.zfthreeColumn {
	display: flex;
  	flex-wrap: nowrap;
	gap: 32px;
}
.zfoneColumn .zfCol{
	max-width: 100%;
}
.zftwoColumn .zfCol {
	flex: 1 1;
  	overflow-x: hidden;
	max-width: 50%;
}
.zfthreeColumn .zfCol {
	flex: 1 1;
  	overflow-x: hidden;
	max-width: 33%;
}
.zfgrid_Wrapper .zf-tempFrmWrapper {
	padding-left: 0;
  	padding-right: 0;
}
.zfMultiColGrid .zf-medium .zf-tempContDiv input[type="text"], .zfMultiColGrid .zf-medium .zf-tempContDiv textarea, .zfMultiColGrid .zf-medium .zf-mSelect select, .zfMultiColGrid .zf-medium .zf-tempContDiv .zf-sliderCont, .zfMultiColGrid .zf-medium .zf-tempContDiv .zf-pdfTextArea, 
.zfMultiColGrid .zf-medium .zf-signContainer {
	width: 100%;
  }

.zfMultiColGrid .zf-small .zf-tempContDiv input[type="text"], .zfMultiColGrid .zf-small .zf-tempContDiv textarea, .zfMultiColGrid .zf-small .zf-mSelect select, .zfMultiColGrid .zf-small .zf-tempContDiv .zf-sliderCont, .zfMultiColGrid .zf-small .zf-tempContDiv .zf-pdfTextArea, 
.zfMultiColGrid .zf-small .zf-signContainer {
	width: 100%;
}
.zfMultiColGrid .zf-medium .zf-phwrapper {
	width: 100%;
}
.zfMultiColGrid .zf-small .zf-phwrapper {
	width: 100%;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone span,
.zfoneColumn .zf-tempFrmWrapper.zf-phone span{
	width: 30.6%;
}
.zfoneColumn .zf-tempFrmWrapper.zf-phone span.zf-symbols {
    display: none;
}
.zfMultiColGrid .zf-phone .zf-tempContDiv .zf-symbols {
	margin: 9px 1%;
  	width: 2%;
}
.zfMultiColGrid .zf-cmedium.zf-currency .zf-tempContDiv > div {
	width: 100%;
}
.zfMultiColGrid .zf-csmall.zf-currency .zf-tempContDiv > div {
	width: 100%;
}
.zfMultiColGrid .zf-medium .zf-tempContDiv .zf-form-sBox,.zfMultiColGrid .zf-small .zf-tempContDiv .zf-form-sBox {
	width: 100%;
}
.zfMultiColGrid .zf-date .zf-tempContDiv input[type="text"],
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv input[type="text"] {
	width: 100%;
}
.zfMultiColGrid .zf-tempContDiv input[type="file"] {
	width: 100%;
}
.zfMultiColGrid .zf-namemedium .zf-nameWrapper,.zfMultiColGrid .zf-namesmall .zf-nameWrapper {
	width: 100%;
  }
.zfMultiColGrid .zf-addrmedium .zf-tempContDiv .zf-addrCont,.zfMultiColGrid .zf-addrsmall .zf-tempContDiv .zf-addrCont {
	width: 100%;
}

.zftwoColumn .address_row_3, .zftwoColumn .address_row_4, .zfthreeColumn .address_row_3, .zfthreeColumn .address_row_4 {
	flex-wrap: nowrap;
	gap: 0 8px;
}
.zftwoColumn .gridAddress .address_row_3, .zftwoColumn .gridAddress .address_row_4, .zfthreeColumn .gridAddress .address_row_3, .zfthreeColumn .gridAddress .address_row_4 {
	flex-wrap: wrap;
	width: 100%;
}
.gridAddress .address_row_3 .zf-addresCols, .gridAddress .address_row_4 .zf-addresCols {
	width: 100%;
}
.zfgrid_Wrapper .zf-time .zf-tempContDiv .zf-symbols {
	display: none;
}
.zfMultiColGrid  .zf-time .zf-tempContDiv span {
	width: 32%;
	margin-right: 2%;
}
.zfMultiColGrid  .zf-time .zf-tempContDiv span:last-of-type {
	margin-right: 0;
}
.zfMultiColGrid .zf-time .zf-tempContDiv .zf-form-sBox {
	min-width: auto;
	width: 100%;
}
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv .zf-subDate {
	width: 25%;
}
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv span {
	width: 23%;
}
.zfgrid_Wrapper .zf-oneColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-twoColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-threeColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-sideBySide .zf-tempContDiv span label {
	word-break: break-all;
}
.zf-leftAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-labelName,
.zf-rightAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-labelName {
	float: none;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
}
.zf-leftAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-tempContDiv,
.zf-rightAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-tempContDiv {
	float: none;
	width: 100%;
}
.zfInstrucTop .zf-instruction {
	padding: 0px 0px 10px 0px;
}
.zfInstrucTop .zf-decesion .zf-instruction {
	padding: 10px 0px 0px 0px;
}
.zfInstrucTop.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
    padding-bottom: 6px;
    display: block;
}
.zfoneColumn .zf-time .zf-tempContDiv {
	width: 285px;
}
.zf-leftAlign .zfoneColumn .zf-time .zf-tempContDiv,
.zf-rightAlign .zfoneColumn .zf-time .zf-tempContDiv,
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv {
	width: 70%;
}
.zfoneColumn .zf-time .zf-tempContDiv span {
	width: 25%;
  	margin-right: 14px;
}
.zf-leftAlign .zfoneColumn .zf-time .zf-tempContDiv span,
.zf-rightAlign .zfoneColumn .zf-time .zf-tempContDiv span {
	width: 72px;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv {
	width: 100%;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv span {
	width: 72px;
  	margin-right: 14px;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate {
	width: 340px;
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate {
	width: 223px;
	
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span {
	margin-right: 12px;
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span:last-of-type,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span:last-of-type {
	margin-right: 0;
}

/* Grid Related Css Ends Here */

/* ------------------ Divider Field Css Start here -------------------- */

.zf-divider {
    border-top-color:#b8bbd3 !important;
    margin: 0 auto;
}

.zf-small .zf-divider{
    width:50%;
}
.zf-medium .zf-divider{
    width:75%;
}
.zf-large .zf-divider{
    width:100%;
}

.zf-divider.line-One{
	border-top:1px ;
}
.zf-divider.line-Two{
	border-top:2px;
}
.zf-divider.line-Three{
	border-top:3px;
}
.zf-divider.line-Four{
	border-top:4px;
}
.zf-divider.line-Five{
	border-top:5px;
}
.zf-divider.line-Six{
	border-top:6px;
}
.zf-divider.line-Seven{
	border-top:7px;
}
.zf-divider.line-Eight{
	border-top:8px;
}
.zf-divider.line-Nine{
	border-top:9px;
}
.zf-divider.line-Ten{
	border-top: 10px;
}

.zf-divider.solidType{
	border-top-style: solid;
}
.zf-divider.dashedType{
	border-top-style: dashed;
}
.zf-divider.dottedType{
	border-top-style: dotted;
}
.zf-divider.doubleType{
	border-top-style: double;
}

.layout3 .dividerContainer{
	background: transparent;
    box-shadow: none;
	border: none;
	padding: 12px 0;
}

/* ------------------ Divider Field Css Ends here -------------------- */

/* New Css */


/* ------------------ Spacer Field Css Start here -------------------- */

.zf-spacer {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: white; /* No color */
}

.zf-templateWrapper ul{
  padding: 0;
}

/* Tablet */
@media (max-width: 1100px) {

  .problem-section .problem-grid {
    grid-template-columns: 1fr 1fr;
  }

  .problem-section .problem-grid > .p-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .problem-section .problem-grid-row2 {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .problem-section .problem-intro {
    margin-bottom: 28px;
  }

  .problem-section .section-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }

  .problem-section .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-section .problem-grid > .p-card:nth-child(3) {
    grid-column: auto;
  }

  .problem-section .problem-grid-row2 {
    grid-template-columns: 1fr;
    
  }

  .problem-section .p-card,
  .problem-section .problem-grid-row2 .p-card {
    min-height: unset;
  }

  .problem-section .p-card-body {
    padding: 24px 20px 22px;
  }

  .problem-section .p-card-title {
    font-size: 18px;
  }

  .problem-section .problem-closing {
    margin-top: 28px;
    font-size: 16px;
  }
}


  @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 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
    }
  
    .heroSection {
      height: fit-content;
      padding-top: 80px;
      padding-bottom: 20px;
      min-height: 50px;
    }
  
    .heroSection .customer-logos {
      margin-bottom: 0;
    }
  
    .combined-info-section h2 {
      font-size: 20px;
      line-height: 1.2;
    }
  
    .grid-container {
      display: flex;
      flex-direction: column
    }
  
    .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: #0c0f19a6;
      width: fit-content;
      max-width: 145px;
    }
  
    .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;
    }
    .zf-tempFrmWrapper {
      padding: 8px 12px 8px 12px;
    }

.format-time-hero{
  font-size: 14px !important;
}

.format-time-hero img{
  width: 20px;
height: auto;
}

  }
  
  @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;
    }
    .intune-for-msps-page.webinar .heroSection h1{
      font-size: 30px;
    }
  }
  
  @media only screen and (max-width: 390px) {
  
    #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 {
    }
  
    .featuresSidebar {
      margin-bottom: 200px;
    }
  
    .featuresSidebarBottom .gradientButton {
      padding: 10px 10px;
      font-size: 15px;
    }
  
    .gradientButton {
      padding: 10px 10px;
      font-size: 15px;
    }
  }
  
  .hero-icons {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .combined-info-section {
    margin-bottom: 60px;
  }
  
  .combined-info-section h2 {
    max-width: 450px;
    text-wrap: balance;
    text-align: left;
  }
  
  .purple-text {
    color: #8070ff;
  }
  
  .green-text {
    color: #00aaa8;
  }
  
  
  .combined-info-container {
    position: relative;
    overflow: hidden;
  }
  
  
  .combined-info-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    height: 800px;
    background: linear-gradient(to bottom, #aebfda, #aebfda00 40%);
    opacity: 0.2;
    margin-top: -200px;
  }
  
  
  .combined-info-row {
    border-top: 1px solid rgba(128, 151, 168, 0.2);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0 22px 0;
  }
  
  .combined-info-container .combined-info-row:last-child {
    border-bottom: 1px solid rgba(128, 151, 168, 0.2);
  }
  
  .combined-info-row p {
    margin: 0;
    margin-top: 4px;
    color: #d3d6e5;
    font-size: 15.3px;
    font-weight: 300;
    width: 100%;
    max-width: 420px;
    text-wrap: balance;
  }
  
  .combined-info-row h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 300;
  }
  
  .combined-info-row .left {
    text-align: left;
  }
  
  .combined-info-row .left h3 {
    color: #8070ff;
  }
  
  .combined-info-row .right {
    text-align: right;
  }
  
  .combined-info-row .right h3 {
    color: #00aaa8;
  }
  
  .with-subtitle h2 {
    margin-bottom: 0;
    text-align: left;
  }
  
  .section-subtitle {
    text-align: left;
    margin: 0 !important;
  }
  
  .with-subtitle .combined-info-container {
    margin-top: 20px;
  }
  
  .time-cards-container {
    margin-top: 20px;
  }
  
  .time-card {
    background-color: #aebfda0d;
    border: 1px solid rgba(128, 151, 168, 0.2);
    color: white;
    padding: 22px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }
  
  .time-card.two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .time-card.two div {
    flex: 1;
  }
  
  .time-card p {
    color: #d3d6e5;
    opacity: .65;
  }
  
  .time-card img {
    width: 14px;
    height: 14px;
  }

  .intune-for-msps-page.webinar .time-card img{
    height: 18px;
    width: auto;
    margin-top: 4px;
  }
  
  .intune-for-msps-page.webinar .time-card .check-mark-container img{
    margin-top: 0 !important;
  }

  .time-crossed-out {
    text-decoration: line-through;
    margin-top: 6px;
    font-size: 18px;
  }
  
  .time-total {
    font-size: 20px;
    color: white !important;
    opacity: 1 !important;
    margin-top: auto;
  }
  
  .intune-for-msps-page.webinar .time-total{
    margin-top: 10px;
  }

  .check-mark-container {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .three-time-cards-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }
  
  .three-time-cards-container .time-card {
    flex: 1;
  }

  .warning .time-card{
    position: relative;
    overflow: hidden;
    border: 1px solid #e8c36d70;
  }
  .warning .time-card::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    width: 200%;
    transform: translateX(-50%);
    height: 250px;
    background: radial-gradient( #e8c36d, #aebfda00 50%);
    opacity: 0.2 !important;
    margin-top: 0px;
  }
  
  .webinarHeroContainer {
    position: relative;
    overflow: hidden;
  }
  .webinarHeroContainer::before {
    content: '';
    position: absolute;
    top: -250px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 500px;
    background: radial-gradient( #aebfda, #aebfda00 50%);
    opacity: 0.35 !important;
    margin-top: 0px;
    z-index: -1;
  }

  .time-saving-cta {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgba(128, 151, 168, 0.2);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .time-saving-cta p {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
  }
  
  .time-saving-cta {
    position: relative;
    overflow: hidden;
  }
  
  
  .time-saving-cta::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 250px;
    background: radial-gradient( #aebfda, #aebfda00 50%);
    opacity: 0.2 !important;
    margin-top: 0px;
  }
  
  footer {
    position: relative;
    overflow: hidden;
  }
  
  footer::before {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 250px;
    background: radial-gradient( #aebfda, #aebfda00 50%);
    opacity: 0.2 !important;
    margin-top: 0px;
  }
  
  .aboveFooterCTA {
    min-height: 0;
    height: fit-content;
    padding: 40px 0;
    margin-top: -60px;
  }
  
  .intune-for-msps-page .hero-icons {
    flex-direction: row;
    gap: 60px;
  }
  
  .intune-for-msps-page .heroSection {
    padding-top: 80px;
  }
  
  .intune-for-msps-page .combined-info-row p {
    font-size: 14.5px;
    max-width: 520px;
  }
  
  
  .intune-for-msps-page .combined-info-row h3 {
    font-size: 21px;
    font-weight: 320;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .intune-for-msps-page .combined-info-row .right h3 {
    justify-content: right;
  }
  
  .intune-for-msps-page .bg::after {
    top: 100px;
  }
  
  .intune-for-msps-page .bg-footer::after {
    top: 0px;
  }
  
  .intune-for-msps-page .time-card {
    background-color: rgba(184, 202, 250, 0.07);
  }
  
  .vertical-line {
    background: rgba(128, 151, 168, 0.2);
    height: 100px;
    width: 1px;
    opacity: .4;
  }
  
  .intune-for-msps-page .time-saving-cta {
    border-top: 1px solid rgba(128, 151, 168, 0.3);
  }
  
  .intune-for-msps-page .time-saving-cta::before {
    opacity: .3;
  }
  
  .intune-for-msps-page .combined-info-container::before {
    opacity: .3;
  }
  
  .intune-for-msps-page .combined-info-row {
    padding: 24px 0 28px 0;
  }
  
  .feature-cards-three-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .feature-cards-two-row {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .feature-cards-full-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .feature-card {
    position: relative;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid rgba(128, 151, 168, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .intune-for-msps-page.webinar .feature-card{
    padding-top: 30px;
  }
  
  .feature-card .image {
    height: auto;
    margin-bottom: 16px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    cursor: pointer;
  }
  
  .feature-card .image img {
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: top left;
    display: flex;
  }
  
  .feature-card .card-title {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    color: white;
    text-wrap: balance;
    margin-top: auto;
    padding: 0 18px;
  }

  .intune-for-msps-page.webinar .feature-card .card-title{
    margin-top: 0;
  }
  
  .feature-card .card-desc {
    font-size: 14px;
    font-weight: 300;
    color: #d3d6e5;
    opacity: .65;
    padding: 0 18px;
    padding-bottom: 22px;
  }
  
  .feature-cards-two-row .card-desc{
    max-width: none;
  }

  .intune-for-msps-page .heroSection h1{
    font-size: 35px;
    max-width: 810px;
  }

  .intune-for-msps-page .green-text {
    color: #00aaa8 !important;
    opacity: 1;
  }

  .intune-for-msps-page .green-text.big {
    font-size: 19px;
  }

  .intune-for-msps-page .green-text.small {
    font-size: 14px;
  }

  .intune-for-msps-page .heroSection .button {
    margin-top: 30px;
  }

  .what-is-section{
    position: relative;
    z-index: 2;
  }

  .what-is-section .time-total{
    font-size: 20px;
    margin: 0;
  }

  .what-is-section .time-card{
    padding-top: 25px;
    padding-bottom: 35px;
    background: transparent;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-left: 20px;
  }

  .what-is-section .time-card .number{
    background: rgba(128, 151, 168, 0.2);
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 350;
    margin-top: 4px;
  }

  .intune-for-msps-page.webinar .what-is-section .time-card .number{
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
  }

  .intune-for-msps-page.webinar .what-is-section .time-card{
    padding-left: 16px;
  }

  .intune-for-msps-page.webinar .what-is-section .time-total {
    font-size: 17px;
    margin: 0;
  }

  .feature-card .image.tm-yt {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 16 / 10;
    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 iframe {
    border: 0;
    display: block;
  }

  .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;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .feature-card .image.tm-yt .tm-yt-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

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

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

  .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;
  }

.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: #0c0f1996;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

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

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

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

.tm-yt-modal__close:focus-visible {
  outline: 0px;
  outline-offset: 0;
}

.tm-yt-modal__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0c0f19;
}

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

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


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

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

:root {
  --tm-faq-accent: #12b7b0;
  --tm-faq-text: #cfd6e4;
  --tm-faq-muted: rgba(207, 214, 228, 0.9);
}

.tm-faq-item {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

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

.tm-faq-q:focus-visible {
  outline: 0px solid rgba(18,183,176,0.35);
}

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

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

.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-a-inner {
  padding: 6px 0 0 44px;
  max-width: 1120px;
  overflow: hidden;
  min-height: 0;
}

.tm-faq-a-inner p {
  margin: 0 0 8px 0;
  line-height: 1.55;
  max-width: none;
  font-size: 14px;
  font-weight: 300;
  color: #d3d6e5bf;
}

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

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

.full-details{
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  opacity: .45;
}

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

.feature-card-rp .image.tm-yt{
  flex: 1.5 !important;
  aspect-ratio: 15 / 10 !important;
}

.feature-card-rp .tm-yt-play{
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.feature-card-rp .image.tm-yt .tm-yt-poster-img{
  object-fit: contain;
  object-position: top left;
}

.feature-card-rp{
  gap: 10px !important;
}

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

.feature-cards-section .feature-card .dev-man .tm-yt-play{
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-section { position: relative; z-index: 1; }
.cta-box {
  border: 1px solid rgba(128, 151, 168, 0.2);
  border-radius: 12px;
  padding: 56px 40px; text-align: center;
  position: relative; overflow: hidden;
  background-color: rgba(128, 151, 168, 0.04);
}

  
.cta-box {
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -250px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 500px;
  background: radial-gradient( #aebfda, #aebfda00 50%);
  opacity: 0.25 !important;
  margin-top: 0px;
  z-index: -1;
}


.cta-details { display: flex; justify-content: center; gap: 40px; margin: 28px 0 32px; flex-wrap: wrap; }
.cta-detail { display: flex; align-items: center; gap: 8px; font-size: 14.5px;color: white;}
.cta-detail svg { opacity: 0.45; }
.cta-detail strong {  font-weight: 350; }
.cta-sub { margin-top: 24px; font-size: 14.5px; color: var(--text-muted); }
.cta-sub strong {  font-weight: 500; }




.academy-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
    .pillar {
      background: var(--bg-card); border: 1px solid rgba(128, 151, 168, 0.2);
      border-radius: 12px; padding: 28px 24px;
    }
    .pillar-icon {
      width: 36px; height: 36px; margin-bottom: 16px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 8px;
      background: rgba(0, 170, 168, 0.05);
      border: 1px solid rgba(0, 170, 168, 0.19);
    }
    .pillar-icon svg { width: 18px; height: 18px; }
    .pillar h3 { font-size: 15.5px; font-weight: 400; color: white; margin-bottom: 10px; }
    .pillar p { font-size: 13.5px; margin: 0; line-height: 1.65; }







@media (max-width: 700px) {
  .tm-yt-modal__dialog {
    width: calc(100vw - 24px);
    border-radius: 14px;
  }
  .tm-yt-modal__close {
    right: 8px;
    top: 8px;
    width: 38px;
    height: 38px;
  }
  .academy-pillars{
    display: flex;
    flex-direction: column;
  }
  .learn-grid{
    display: flex;
    flex-direction: column;
  }
}

  @media (max-width: 900px) {
    .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;
    }
  }
  
  @media (max-width: 1100px) {
    .feature-cards-three-row {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .feature-cards-two-row {
      grid-template-columns: 1fr;
    }
    .heroSection{
      padding: 40px 10px !important;
    }
    .heroSectionContainer{
      padding: 60px 10px !important;
    }
    .what-is-section{
      margin-top: 0 !important;
      padding-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .what-is-section .heroSectionContainer{
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .what-is-section .time-total {
      margin-top: -2px !important;
    }
    .feature-card{
      padding: 0;
    }
    #time-section .heroSectionContainer{
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  }
  
  @media (max-width: 720px) {
    .feature-cards-three-row {
      grid-template-columns: 1fr;
    }
  }
  
  @media only screen and (max-width:950px) {
  
  
    .combined-info-row h3 {
      margin: 0;
      font-size: 17px;
      font-weight: 300;
    }
  
    .combined-info-row p {
      margin: 0;
      margin-top: 8px;
      font-size: 13px;
      font-weight: 300;
    }
  
    .combined-info-container::before {
      opacity: .4;
      width: 50%;
    }
  
    .time-card {
      padding: 18px;
    }
  
    .time-saving-cta p {
      font-size: 15px;
    }
  
    .check-mark-container {
      text-align: left;
      font-size: 13px;
    }
  
    .time-crossed-out {
      text-align: left;
      margin-top: 12px !important;
      font-size: 18px;
    }
  
    .time-total {
      text-align: left;
      margin-top: 8px !important;
      font-size: 18px;
    }
  
    .bg {
      height: 800px;
    }
  
    .footerCopyright img {
      margin-bottom: 20px;
      width: 150px;
      height: auto;
    }
  
    .footerTop {
      justify-content: center;
    }
  
    .footerLinks {
      text-align: center;
    }
  
    .footerRight {
      text-align: center;
    }
  
    .footer-f {
      justify-content: center;
    }
  
    .bg-footer {
      margin-top: -100px;
    }
  
    footer::before {
      margin-top: 40px;
    }
  
  }

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

    .intune-for-msps-page .heroSection{
      padding-top: 40px !important;
    }

    .intune-for-msps-page .heroSection h1{
      font-size: 26px;
      line-height: 1.2;
      text-wrap: balance;
      max-width: 780px;
    }

    .hero-icons {
      width: 100%;
      display: flex !important;
      flex-direction: row !important;
      gap: 20px !important;
      justify-content: center !important;
    }
  
    .hero-icons img {
      max-width: 140px;
    }

    .intune-for-msps-page .green-text.big{
      margin-bottom: 10px;
    }

    .intune-for-msps-page .green-text.small{
      margin-top: 8px;
      font-size: 13px;
    }
    
    h1{
      font-size: 26px;
    }

    .what-is-section .time-total{
      line-height: 1.1;
    }

    .what-is-section .three-time-cards-container{
      flex-direction: column;
    }
    
    .what-is-section .time-total{
      margin-top: 0 !important;
    }

    .what-is-section .time-card .number{
      margin-top: 0 !important;
    }

    .intune-for-msps-page .feature-card .card-title{
      line-height: 1.2;
    }

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

    .time-crossed-out{
      font-size: 15px;
    }

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

    .tm-faq-a-inner{
      padding: 6px 0 0 30px !important;
    }

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

    .footerCopyright {
      justify-content: center;
    }

    .feature-cards-three-row {
      display: flex;
      flex-direction: column;
    }

    .feature-card .image.tm-yt .tm-yt-play{
      top: 50%;
      transform: translate(-50%, -50%);
    }

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

  }

  @media only screen and (max-width: 750px) {
    
    .feature-card-rp{
      flex-direction: column !important;
    }
    
    .feature-card-rp .button{
      margin: 0 auto !important;
    }

    .feature-card-rp .green-text.small{
      margin: 0 auto !important;
      margin-top: 10px !important;
      text-align: center !important;
    }

    .three-time-cards-container{
      flex-direction: column;
    }

  }

  