/* input(702,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=FOy6Vn8ar6pbQa6fHOz-CrVFg2I') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Light.woff2?v=MNXkvEAdM4voVQXHqmbEzs7Xj-U') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Medium.woff2?v=YqN4N1x4aeba93uQ6wlExzYiuWA') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Bold.woff2?v=jbQRojK3-z_Q2Fiu-i4It_MBExs') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Thin.woff2?v=EM5xf835jiwFgQnctJqcuDssFVM') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.min-width-content {
    max-width: 1080px;
    margin: 0 auto;
}

.max-width-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

html, body, a {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    text-decoration: none;
    color: inherit;
}

html, body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --body-font-hn: 'Helvetica Neue Custom', sans-serif;
    --body-font--monosql: "Cascadia Code", "Consolas", monospace;
    --body-font--segoe: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
    --blue: #1a73e8;
    --cyan-logo-nti: #0095DD;
    --blue-ibmi: #66C6E2;
    --blue-sea: #3a4bff;
    --blue-pastel: #D3E5FF;
    --light-blue: #0080FFB2;
    --black: #000000;
    --black-title: #263140;
    --black-powershell: #1F1F1F;
    --white: #fff;
    --lawngreen: #7cfc00;
    --cornflowerblue: #6495ed;
    --grey: #F9FAFB;
    --ancre: #06c;
    --font-grey: rgb(255, 255, 255);
    --font-dark-grey: #020817CC;
    --title-grey: #5E5E5E;
    --font-grey-p: #111827cc;
    --font-grey-light-p: #64748b;
    --font-grey-faq: #49494b;
    --font-grey-small: #6C7C93;
    --grey-font-schema: #0f172a;
    --light-grey-box: #f5f6f8;
    --border-faq: #e5e7eb;
    --border-input: #E2E7EF;
    --nav-grey: rgba(245,245,247,.8);
    --base-font: 16px;
    --success-bg: rgba(26, 115, 232, 0.08);
    --success-border: rgba(26, 115, 232, 0.25);
    --success-text: #1a73e8;
    --error-bg: rgb(245 11 11 / 10%);
    --error-border: rgb(245 11 11 / 37%);
    --error-text: #b45309;
    --black-desc: #000000bd;
    --sql-text: #D63394;
    --dot-ado: #512BD4;
    --dot-ef: #7C4DFF;
    --dot-net: #512BD4;
    --dot-cl: #333333;
    --dot-multi: #00CFFF;
    --dot-rpg: #E0C200;
    --label-error: #ff4949;
    --checkbox: #1a73e8;
    --btn-hover: #3a4bffcf;
    --dot-blue: #2b50ff;
    --dot-cyan: #00b9e8;
    --dot-dark: #1a1a1a;
    --dot-violet: #6a6eff;
    --dot-lightblue: #5ec7ff;
    --table-th: #EDF5FF;
    --pastel-blue: rgba(26, 115, 232, 0.10);
    --pastel-cyan: rgba(3, 181, 237, 0.10);
    --pastel-violet: rgba(108, 99, 255, 0.10);
    --pastel-gray: rgba(0, 0, 0, 0.06);
    --blue-phone: #3b82f6;
    --blue-phone-border: #2563eb;
    --red-bullet: #CE3874;
    --cyan-bullet: #58C4C2;
    --blue-bullet: #4A91FE;
    --logo-dotnet: #5A2E91;
    --electric-blue: rgb(26, 115, 232);
    --electric-blue-soft: rgba(26, 115, 232, 0.15);
    --electric-blue-glow: rgba(26, 115, 232, 0.35);
    --ancre-black: #111827CC;
    --red: #fff5f5;
}

.vbp-header-menu-button__svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: scaleX(-1);
}

.vbp-header-menu-button__svg line {
    stroke: var(--black);
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition: transform 0.3s, stroke-dashoffset .4s;
    transform-origin: center;
    stroke-width: 3px;
}

.vbp-header-menu-button__svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}

.vbp-header-menu-button__svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
}

.vbp-header-menu-button__svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
}

body.menu-open .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
}

body.menu-open .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%;
}

body.menu-open .vbp-header-menu-button__svg .top {
    stroke-dashoffset: 0%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(245, 245, 247, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1140px;
    min-height: 48px;
    margin: 0 auto;
    top: 0;
}

.nav-mobile-menu {
    display: flex;
    flex: 1;
    justify-content: center;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--body-font-hn);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
    color: var(--black);
}

.brand-link img {
    width: 28px;
    height: 28px;
}

.home-link-mobile {
    display: none;
}

.active-header {
    color: var(--blue-sea) !important;
    font-weight: 500;
}

.nav-link-mobile-home {
    display: none;
}

.nav-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex: 1;
    min-width: 0;
    font-family: var(--body-font-hn);
    transition: background-color 0.5s ease;
    color: var(--black);
    font-size: 14px;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 300;
}

.nav-portal-links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
    padding-left: 28px;
    border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.nav-item-burger {
    display: none;
    top: 41px;
    right: 41px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.nav-container.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.nav-container.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.nav-portal-links .nav-link-login {
    font-size: 14px;
    font-family: var(--body-font-hn);
    color: var(--black-title);
    letter-spacing: 0.02em;
    font-weight: 300;
    white-space: nowrap;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.nav-portal-links .nav-link-login:hover {
    color: var(--blue-sea);
    text-shadow: 0 0 0.01px currentColor;
}

.nav-portal-links .nav-link-center-action {
    font-size: 14px;
    background-color: var(--blue-sea);
    font-family: var(--body-font-hn);
    color: var(--white) !important;
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: background-color 0.25s ease, color 0.5s ease;
}

.nav-portal-links .nav-link-center-action:hover {
     background-color: var(--btn-hover);
}

.site-footer {
    width: 100%;
    background: var(--grey);
    margin: 0 auto;
    padding: 0 16px;
}

.footer-top {
  padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 30px;
}

.footer-accordion {
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--body-font-hn);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
}

.footer-acc-icon {
    transition: transform .2s ease;
}

.footer-col h3 {
  font-family: var(--body-font-hn);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  display: inline-block;
  font-family: var(--body-font-hn);
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--title-grey);
  text-decoration: none;
  padding-bottom: 4px; 
  position: relative;
  transition: color .25s ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; 
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.footer-col a:hover {
  color: var(--ancre, #0a66c2);
}
.footer-col a:hover::after { 
    width: 100%; 
}

.footer-separator {
    position: relative;
    width: 100%;
    height: 1px;
    background: linear-gradient( to right, var(--grey) 0%, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.12) 85%, var(--grey) 100% );
    opacity: 0.9;
    margin: 0 auto 30px;
}

.footer-bottom {
   display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px 0;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--body-font-hn);
  font-size: 15px;
  color: var(--title-grey);
}

.footer-social {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social a {
    display: inline-flex;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.footer-social a:hover {
    opacity: 0.65;
}

.footer-social img {
    display: block;
}

@media ( max-width: 1440px) {
    footer {
        padding: 20px 20px;
    }
}


@media ( max-width: 1160px) {
    .nav-container {
        padding: 0px 20px;
    }
}

@media (max-width: 1050px) {
    .nav-mobile-menu {
        display: none;
    }

    .nav-portal-links {
        display: none;
    }

    .brand-text {
        display: none;
    }

    .nav-items-center .nav-link-center-action {
        border-radius: 0;
    }

    .nav-items-center {
        display: flex !important;
        flex: none;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding-top: 0;
        width: 100%;
        will-change: transform, opacity;
    }

    .nav-container {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .nav-item-burger {
        border: none;
        background: transparent;
        display: block;
        top: 11px;
        right: 10px;
    }

    .nav-mobile-menu {
        flex-direction: column;
        justify-content: start;
        padding-top: 0 !important;
    }

    .nav-items-center a:not(.brand-link) {
        display: none;
        padding: 0;
    }

    body.menu-open header {
        background: var(--grey);
    }

    body.menu-open .nav-container {
        min-height: 100vh;
    }

    body.menu-open .nav-mobile-menu {
        display: flex;
        flex: 1;
        width: 100%;
    }

    body.menu-open .nav-items-center .brand-link {
        order: -1;
        align-self: flex-start;
    }

    body.menu-open .nav-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 10px;
    }

    body.menu-open .nav-link-mobile-home {
        margin-top: 15px;
    }

    body.menu-open .brand-link {
        padding-top: 10px;
    }

    body .menu-closing .nav-items-center .nav-link-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-top: 10px;
    }

    body.menu-open .nav-items-center .nav-link-center,
    body.menu-open .nav-items-center .nav-link-mobile-home,
    body.menu-open .nav-portal-links .nav-link-center-action,
    body.menu-open .nav-portal-links .nav-link-login {
        display: block;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .007em;
        animation: menuSlideDown .30s ease-out both;
    }

    body.menu-open .nav-portal-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
        padding-top: 20px;
        border-top: 1px solid #e5e7eb;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    body.menu-open .nav-portal-links a {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    body.menu-open .nav-items-center a:not(.brand-link) {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    body.menu-open .nav-items-center a:last-child {
        border-bottom: none;
    }

    .nav-portal-links .nav-link-center-action {
        display: inline-block;
        width: auto;
        padding: 0;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 600;
        color: var(--blue-sea) !important;
        animation: menuSlideDown .30s ease-out both;
        background-color: transparent;
        box-shadow: none;
        border-bottom: none !important;
    }

    body.menu-open .nav-portal-links .nav-link-center-action:hover {
        color: var(--black) !important;
        background: transparent !important;
    }

    @keyframes menuSlideDown {
        from {
            transform: translateY(-14px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes menuSlideUp {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-14px);
            opacity: 0;
        }
    }

    .footer-top {
        padding: 32px 0;
    }

    .footer-col h3 {
        font-size: 22px;
    }

    .footer-col a {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 0 0 32px 0;
    }
}

@media (min-width: 736px) {
    .footer-accordion {
        pointer-events: none;
    }

    .footer-acc-icon {
        display: none;
    }
    .footer-col ul {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 735px) {
  .site-footer {
    padding: 0 14px;
  }

  .footer-grid {
      grid-template-columns: 1fr;
      gap: 18px;
  }
  
  .footer-col ul {
      display: none;
      padding-top: 0;
  }
  
  .footer-accordion[aria-expanded="true"] + ul {
      display: block;
      padding-left: 0;
  }
  
  .footer-accordion[aria-expanded="true"] .footer-acc-icon {
      transform: rotate(90deg);
  
  }
    .footer-col a::after {
        content: none;
    }
  .footer-top {
    padding: 24px 0;
  }

  .footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 16px;
  }
    .footer-separator {
        margin: 10px auto 40px;
    }
  .footer-bottom {
      flex-direction: column;
    padding: 0 0 50px 0;
  }

  .footer-bottom p {
    font-size: 12px;
    margin-bottom: 15px;
  }

    .footer-social {
        gap: 7px;
    }
}

.privacy-page {
    font-family: var(--body-font-hn);
    margin: 0 auto;
    padding-bottom: 80px;
}

.privacy-page-header {
    margin-bottom: 80px;
    border-bottom: 1px solid #E8E8EA;
    padding-bottom: 32px;
}

.privacy-page-header h1 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    color: var(--black-title);
    padding: 60px 0 5px 0;
    line-height: 1.1;
}

.privacy-page-header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .011em;
    color: var(--font-grey-p);
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F0F0F2;
    letter-spacing: -0.01em;
}

.privacy-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-title);
    margin: 19px 0 8px; 
}

.privacy-section p {
    font-size: 16px;
    color: var(--font-grey-p);
    line-height: 1.75;
    margin: 0 0 12px; 
}

.privacy-section ul {
    margin: 4px 0 12px 0; 
    padding: 0;
    list-style: none;
}

.privacy-section ul li {
    font-size: 16px;
    color: var(--font-grey-p);
    line-height: 1.75;
    padding-left: 20px; 
    position: relative;
}

.privacy-section ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #BBBBCC;
}

.privacy-note {
    background: rgb(242, 246, 255);
    border-left: 3px solid rgba(26, 115, 232, 0.1);
    border-radius: 0 6px 6px 0;
    padding: 20px 15px;
    margin: 12px 0; 
}

.privacy-note p {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-style: italic;
    line-height: 1.6;
}

.privacy-contact-card {
    background: rgb(242, 246, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(26, 115, 232, 0.1);
    border-radius: 18px;
    padding: 20px 25px;
    margin-top: 8px;
}

.privacy-contact-card p {
    margin: 0;
    font-size: 14px;
    color: var(--black-title);
    line-height: 1.8;
}

.privacy-contact-card a {
    color: var(--blue-sea);
    text-decoration: none;
}

.privacy-contact-card a:hover {
    text-decoration: underline;
}

.privacy-section a {
    color: var(--blue-sea);
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

@media (max-width: 1080px) {
    .privacy-page{
        padding: 0 20px 80px 20px;
    }

    .privacy-page-header h1{
        font-size: 40px;
    }
}

@media (max-width: 735px) {
    .privacy-page-header h1 {
        font-size: 32px;
    }
}


