/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-black: 900;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .m-auto {
    margin: auto;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-16 {
    max-height: calc(var(--spacing) * 16);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-\[\#A6D608\] {
    :where(& > :not(:last-child)) {
      border-color: #A6D608;
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[\#00AAEE\] {
    border-color: #00AAEE;
  }
  .border-\[\#9F00FF\] {
    border-color: #9F00FF;
  }
  .border-\[\#909090\] {
    border-color: #909090;
  }
  .border-\[\#A6D608\] {
    border-color: #A6D608;
  }
  .border-\[\#F70D1A\] {
    border-color: #F70D1A;
  }
  .border-\[\#FF5F00\] {
    border-color: #FF5F00;
  }
  .bg-\[\#00AAEE\] {
    background-color: #00AAEE;
  }
  .bg-\[\#4b53bc\] {
    background-color: #4b53bc;
  }
  .bg-\[\#202020\] {
    background-color: #202020;
  }
  .bg-\[\#A6D608\] {
    background-color: #A6D608;
  }
  .bg-\[\#FF5F00\] {
    background-color: #FF5F00;
  }
  .\[background-image\:none\]\! {
    background-image: none !important;
  }
  .bg-\[url\(\'\.\.\/img\/logo_Cyber_Essentials_white\.png\'\)\] {
    background-image: url('../img/logo_Cyber_Essentials_white.png');
  }
  .bg-\[url\(\'\.\.\/img\/logo_gimtechnology\.svg\'\)\] {
    background-image: url('../img/logo_gimtechnology.svg');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-contain\! {
    background-size: contain !important;
  }
  .\[background-attachment\:unset\]\! {
    background-attachment: unset !important;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-\[\#909090\] {
    color: #909090;
  }
  .text-\[\#A6D608\] {
    color: #A6D608;
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .bg-blend-darken {
    background-blend-mode: darken;
  }
  .bg-blend-soft-light {
    background-blend-mode: soft-light;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\*\:bg-\[url\(\'\.\.\/img\/hands_web_hq\.webp\'\)\] {
    :is(& > *) {
      background-image: url('../img/hands_web_hq.webp');
    }
  }
  .\*\:bg-\[url\(\'\.\.\/img\/map_web_hq\.webp\'\)\] {
    :is(& > *) {
      background-image: url('../img/map_web_hq.webp');
    }
  }
  .\*\:bg-\[url\(\'\.\.\/img\/office_web_hq\.webp\'\)\] {
    :is(& > *) {
      background-image: url('../img/office_web_hq.webp');
    }
  }
  .\*\:bg-\[url\(\'\.\.\/img\/sky_web_hq\.webp\'\)\] {
    :is(& > *) {
      background-image: url('../img/sky_web_hq.webp');
    }
  }
  .\*\:bg-cover {
    :is(& > *) {
      background-size: cover;
    }
  }
  .\*\:bg-fixed {
    :is(& > *) {
      background-attachment: fixed;
    }
  }
  .\*\:bg-center {
    :is(& > *) {
      background-position: center;
    }
  }
  .\*\:bg-no-repeat {
    :is(& > *) {
      background-repeat: no-repeat;
    }
  }
  .group-has-\[\[id\=nav-contact\]\:checked\]\/body\:flex {
    &:is(:where(.group\/body):has(*:is([id=nav-contact]:checked)) *) {
      display: flex;
    }
  }
  .group-has-\[\[id\=nav-contact\]\:checked\]\/body\:hidden {
    &:is(:where(.group\/body):has(*:is([id=nav-contact]:checked)) *) {
      display: none;
    }
  }
  .group-has-\[\[id\=nav-home\]\:checked\]\/body\:flex {
    &:is(:where(.group\/body):has(*:is([id=nav-home]:checked)) *) {
      display: flex;
    }
  }
  .group-has-\[\[id\=nav-home\]\:checked\]\/body\:hidden {
    &:is(:where(.group\/body):has(*:is([id=nav-home]:checked)) *) {
      display: none;
    }
  }
  .group-has-\[\[id\=nav-services\]\:checked\]\/body\:flex {
    &:is(:where(.group\/body):has(*:is([id=nav-services]:checked)) *) {
      display: flex;
    }
  }
  .group-has-\[\[id\=nav-services\]\:checked\]\/body\:hidden {
    &:is(:where(.group\/body):has(*:is([id=nav-services]:checked)) *) {
      display: none;
    }
  }
  .sm\:relative {
    @media (width >= 40rem) {
      position: relative;
    }
  }
  .sm\:right-\[unset\] {
    @media (width >= 40rem) {
      right: unset;
    }
  }
  .sm\:bottom-\[unset\] {
    @media (width >= 40rem) {
      bottom: unset;
    }
  }
  .sm\:left-\[unset\] {
    @media (width >= 40rem) {
      left: unset;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 40rem) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 40rem) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:col-start-1 {
    @media (width >= 40rem) {
      grid-column-start: 1;
    }
  }
  .sm\:col-start-2 {
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .sm\:col-start-3 {
    @media (width >= 40rem) {
      grid-column-start: 3;
    }
  }
  .sm\:col-start-4 {
    @media (width >= 40rem) {
      grid-column-start: 4;
    }
  }
  .sm\:col-start-5 {
    @media (width >= 40rem) {
      grid-column-start: 5;
    }
  }
  .sm\:col-start-6 {
    @media (width >= 40rem) {
      grid-column-start: 6;
    }
  }
  .sm\:col-start-7 {
    @media (width >= 40rem) {
      grid-column-start: 7;
    }
  }
  .sm\:col-start-8 {
    @media (width >= 40rem) {
      grid-column-start: 8;
    }
  }
  .sm\:col-start-9 {
    @media (width >= 40rem) {
      grid-column-start: 9;
    }
  }
  .sm\:col-end-3 {
    @media (width >= 40rem) {
      grid-column-end: 3;
    }
  }
  .sm\:col-end-4 {
    @media (width >= 40rem) {
      grid-column-end: 4;
    }
  }
  .sm\:col-end-5 {
    @media (width >= 40rem) {
      grid-column-end: 5;
    }
  }
  .sm\:col-end-7 {
    @media (width >= 40rem) {
      grid-column-end: 7;
    }
  }
  .sm\:col-end-8 {
    @media (width >= 40rem) {
      grid-column-end: 8;
    }
  }
  .sm\:col-end-9 {
    @media (width >= 40rem) {
      grid-column-end: 9;
    }
  }
  .sm\:col-end-10 {
    @media (width >= 40rem) {
      grid-column-end: 10;
    }
  }
  .sm\:col-end-11 {
    @media (width >= 40rem) {
      grid-column-end: 11;
    }
  }
  .sm\:row-span-1 {
    @media (width >= 40rem) {
      grid-row: span 1 / span 1;
    }
  }
  .sm\:row-span-2 {
    @media (width >= 40rem) {
      grid-row: span 2 / span 2;
    }
  }
  .sm\:row-start-2 {
    @media (width >= 40rem) {
      grid-row-start: 2;
    }
  }
  .sm\:row-start-3 {
    @media (width >= 40rem) {
      grid-row-start: 3;
    }
  }
  .sm\:row-start-4 {
    @media (width >= 40rem) {
      grid-row-start: 4;
    }
  }
  .sm\:row-start-5 {
    @media (width >= 40rem) {
      grid-row-start: 5;
    }
  }
  .sm\:row-start-6 {
    @media (width >= 40rem) {
      grid-row-start: 6;
    }
  }
  .sm\:row-start-7 {
    @media (width >= 40rem) {
      grid-row-start: 7;
    }
  }
  .sm\:row-start-8 {
    @media (width >= 40rem) {
      grid-row-start: 8;
    }
  }
  .sm\:row-end-3 {
    @media (width >= 40rem) {
      grid-row-end: 3;
    }
  }
  .sm\:row-end-5 {
    @media (width >= 40rem) {
      grid-row-end: 5;
    }
  }
  .sm\:row-end-6 {
    @media (width >= 40rem) {
      grid-row-end: 6;
    }
  }
  .sm\:row-end-7 {
    @media (width >= 40rem) {
      grid-row-end: 7;
    }
  }
  .sm\:row-end-8 {
    @media (width >= 40rem) {
      grid-row-end: 8;
    }
  }
  .sm\:row-end-9 {
    @media (width >= 40rem) {
      grid-row-end: 9;
    }
  }
  .sm\:m-\[unset\] {
    @media (width >= 40rem) {
      margin: unset;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:w-80 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .sm\:flex-none {
    @media (width >= 40rem) {
      flex: none;
    }
  }
  .sm\:grid-cols-10 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-12 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-6 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(6, minmax(0, 1fr));
    }
  }
  .sm\:grid-rows-9 {
    @media (width >= 40rem) {
      grid-template-rows: repeat(9, minmax(0, 1fr));
    }
  }
  .sm\:bg-left {
    @media (width >= 40rem) {
      background-position: left;
    }
  }
  .sm\:p-0 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .sm\:p-2 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:pb-8 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:group-has-\[\[id\=nav-services\]\:checked\]\/body\:flex {
    @media (width >= 40rem) {
      &:is(:where(.group\/body):has(*:is([id=nav-services]:checked)) *) {
        display: flex;
      }
    }
  }
  .\*\:\[\.grid-item\]\:sm\:block {
    :is(& > *) {
      &:is(.grid-item) {
        @media (width >= 40rem) {
          display: block;
        }
      }
    }
  }
  .\*\:\[\.grid-item\]\:sm\:h-\[unset\] {
    :is(& > *) {
      &:is(.grid-item) {
        @media (width >= 40rem) {
          height: unset;
        }
      }
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
