
    .loader-container1 {
    position: relative !important;
    width: 100% !important;
    max-width: 600px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 20px !important;
    overflow: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    }

    .icon {
      display: flex;
      flex-direction: row;
      align-items: center;
      right: 20%;
    }

    .icon .logo-img {
      height: 100px;
      width: 100px;
    }

    .logo-container1 {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-content: center;
      z-index: 10;
      line-height: 1;
      margin-left: 20px;
      overflow: visible;
    
    }

    .logo-text {
      display: flex;
      position: relative;
    }

    .logo-letter {
      font-size: 80px;
      font-weight: 800;
      margin: 0 2px;
      position: relative;
      opacity: 0;
      animation: letterAppear 0.6s forwards;
      transform: translateY(80px);
      background: linear-gradient(180deg, #194b5d 0%, #9dbdf8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      /* filter: drop-shadow(0 0 15px #7ba4f2); */
    }

    @keyframes letterAppear {
      0% {
        opacity: 0;
        transform: translateY(80px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .logo-letter:nth-child(1) { animation-delay: 0.1s; }
    .logo-letter:nth-child(2) { animation-delay: 0.2s; }
    .logo-letter:nth-child(3) { animation-delay: 0.3s; }
    .logo-letter:nth-child(4) { animation-delay: 0.4s; }
    .logo-letter:nth-child(5) { animation-delay: 0.5s; }
    .logo-letter:nth-child(6) { animation-delay: 0.6s; }
    .logo-letter:nth-child(7) { animation-delay: 0.7s; }

    .logo-underline {
      height: 4px;
      width: 0;
      background: linear-gradient(90deg, #3b6eff 0%, #bd4be3 100%);
      margin-top: 30px;
      border-radius: 2px;
      box-shadow: 0 0 20px rgba(103, 103, 255, 0.6);
      animation: underlineAppear 1s forwards;
      animation-delay: 0.8s;
    }

    @keyframes underlineAppear {
      0% { width: 0; }
      100% { width: 80%; }
    }

    @media(max-width:768px){
      .icon .logo-img {
        height: 60px;
        width: 60px;
    }
    
    .logo-letter {
        font-size: 50px;
    }
    
    .logo-underline {
        margin-top: 10px;
        height: 3px;
    }
}
   

@media (max-width: 375px) {
  .loader-container1{
    justify-items: center;
    align-items: center;
  }
  .logo-letter {
      font-size: 32px;
  }
  
  .icon .logo-img {
      height: 40px;
      width: 40px;
  }
  
  .logo-container1 {
      margin-left: 10px;
  }
}
@media(max-width:576px){

  .icon .logo-img {
    height: 50px;
    width: 50px;
}

.logo-letter {
    font-size: 40px;
}

.logo-underline {
    height: 2px;
}

}
   
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  
  audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
  }
  
  audio:not([controls]) {
    height: 0;
    display: none;
  }
  
  [hidden], template {
    display: none;
  }
  
  a {
    background-color: #0000;
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td, th {
    padding: 0;
  }
  
  @font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="w-icon-"], [class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
  }
  
  .w-icon-slider-right:before {
    content: "î˜€";
  }
  
  .w-icon-slider-left:before {
    content: "î˜";
  }
  
  .w-icon-nav-menu:before {
    content: "î˜‚";
  }
  
  .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "î˜ƒ";
  }
  
  .w-icon-file-upload-remove:before {
    content: "î¤€";
  }
  
  .w-icon-file-upload-icon:before {
    content: "î¤ƒ";
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
  }
  
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  
  .w-block {
    display: block;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  input.w-button {
    -webkit-appearance: button;
  }
  
  html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important;
  }
  
  .w-code-block {
    margin: unset;
  }
  
  pre.w-code-block code {
    all: inherit;
  }
  
  .w-optimization {
    display: contents;
  }
  
  .w-webflow-badge, .w-webflow-badge > img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset;
  }
  
  .w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important;
  }
  
  .w-webflow-badge > img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe, .w-video object, .w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button, [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  
  .w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input::placeholder, .w-select::placeholder {
    color: #999;
  }
  
  .w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  
  .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
  }
  
  .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input, textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before, .w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
    display: none;
  }
  
  .w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  
  .w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row, .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px #3336;
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: #2226;
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  
  .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
  }
  
  .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
    outline: 0;
  }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  
  .w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  
  .w-dropdown-link:focus {
    outline: 0;
  }
  
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop, .w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  
  .w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden;
  }
  
  .w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px;
  }
  
  .w-lightbox-hide {
    display: none;
  }
  
  .w-lightbox-noscroll {
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left, .w-lightbox-right {
      opacity: .5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: .8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol, .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: #0000;
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
  }
  
  .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-normal {
    clear: both;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
  
  .w-nav-button:focus {
    outline: 0;
  }
  
  .w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
  }
  
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  
  .w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
  }
  
  .w--nav-dropdown-list-open {
    position: static;
  }
  
  @media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
    }
  
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block;
    }
  }
  
  .w-tabs {
    position: relative;
  }
  
  .w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .w--tab-active {
    display: block;
  }
  
  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  
  .w-ix-emptyfix:after {
    content: "";
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  .w-code-component > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  :root {
    --charcoal: #2b2b2b;
    --body-copy-grey: #7a7a7a;
    --white: white;
    --violet: #a459ff;
    --concrete: #f1f3f6;
    --blue: #7ea2ad;
    --green: #cfedd9;
    --black: black;
  }
  
  .w-layout-vflex {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }
  
  .w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }
  
  body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  h1 {
    color: var(--charcoal);
    letter-spacing: -.6vw;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 11vw;
    font-weight: 700;
    line-height: 8.2vw;
  }
  
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  
  h5 {
    color: var(--charcoal);
    letter-spacing: -.03em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: .8em;
  }
  
  h6 {
    color: var(--charcoal);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1em;
  }
  
  p {
    color: var(--body-copy-grey);
    letter-spacing: -.01em;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }
  
  a {
    color: #fff;
    font-family: Helvetica Now Display, sans-serif;
    text-decoration: underline;
  }
  
  img {
    max-width: 100%;
    display: inline-block;
  }
  
  blockquote {
    letter-spacing: -.02em;
    border-left: 0 #e2e2e2;
    margin-bottom: 0;
    padding: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1em;
  }
  
  .hero-section {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    padding-top: 20em;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .hero-section.is-ty {
    padding-top: 0;
  }
  
  .hero-section.is-product {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  
  .hero-section.is-home {
    flex-flow: row;
    justify-content: space-between;
    padding-top: 0;
  }
  
  .page-wrapper {
    width: 100%;
    position: relative;
  }
  
  .image-full {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 110%;
    position: absolute;
    inset: 0% 0% auto;
  }
  
  .image-full.is-home.mob, .image-full.is-home.desktop.is-off, .image-full.mobile {
    display: none;
  }
  
  .hero-content-flex {
    z-index: 5;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: relative;
  }
  
  .hero-content-flex.is-ty {
    height: 100vh;
  }
  
  .hero-content-flex.is-home {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
  }
  
  .title-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 1em;
    padding-left: 1em;
    display: flex;
  }
  
  .title-wrapper.is-offer {
    z-index: 2;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }
  
  .title-wrapper.is-offer.extra {
    z-index: 8;
    margin-left: -.4em;
  }
  
  .title-wrapper.is-offer.extra.off {
    display: none;
  }
  
  .title-wrapper.is-comp {
    padding-top: 1em;
    padding-bottom: 0;
    padding-left: 1.3em;
  }
  
  .title-wrapper.is-hero.no-gap {
    padding-left: 0;
  }
  
  .title-wrapper.is-hero.no-gap.career {
    padding-bottom: .8em;
  }
  
  .title-wrapper.is-hero.is-tech {
    padding-top: 1em;
  }
  
  .title-wrapper.is-service {
    z-index: 2;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }
  
  .title-wrapper.is-ty {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    height: 100%;
  }
  
  .hero-title-contain {
    height: 8.6vw;
    padding-right: 3vw;
    overflow: hidden;
  }
  
  .hero-title-contain.is-2 {
    margin-top: -.5vw;
    margin-left: -.2em;
  }
  
  .hero-title-contain.is-3 {
    margin-top: -.3vw;
    margin-left: 0;
  }
  
  .hero-title-contain.is-comp {
    height: 4.4vw;
  }
  
  .hero-title-contain.is-comp2 {
    height: 4.4vw;
    margin-top: -.3vw;
  }
  
  .hero-title-contain.is-service {
    height: 2.8vw;
  }
  
  .hero-title-contain.is-service.and-2 {
    margin-top: -.4vw;
  }
  
  .hero-title-contain.program {
    cursor: pointer;
    height: 6.5vw;
    padding-right: 1vw;
    text-decoration: none;
  }
  
  .hero-title-contain.careers {
    z-index: 5;
    cursor: pointer;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }
  
  .hero-title {
    color: var(--white);
    letter-spacing: 0.3vw;
    text-transform: uppercase;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 11vw;
    font-weight: 700;
    line-height: 11vw;
  }
  
  .hero-title.is-service {
    letter-spacing: -.1vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }
  
  .hero-title.is-service.charcoal {
    color: var(--charcoal);
  }
  
  .hero-title.product {
    text-align: center;
    letter-spacing: -.25vw;
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  
  .hero-title.product.is-left {
    text-align: left;
  }
  
  .hero-title.product.is-left.is-careers {
    line-height: .8;
  }
  
  .hero-title.dark {
    color: var(--charcoal);
  }
  
  .hero-title.dark.process {
    margin-left: -.3vw;
  }
  
  .hero-title.line {
    line-height: 8.5vw;
  }
  
  .grid-guides {
    z-index: 99;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .grid-column {
    background-color: #ff030340;
    width: 8.3%;
  }
  
  .hero-box {
    grid-column-gap: 12vh;
    grid-row-gap: 12vh;
    background-color: var(--violet);
    flex-flow: column;
    justify-content: space-between;
    width: 33.2%;
    min-height: 220px;
    padding: 1.2em 1.2em 1em;
    text-decoration: none;
    display: flex;
  }
  
  .hero-box.is-hero.home {
    z-index: 5;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    aspect-ratio: 5 / 4;
    width: auto;
    position: relative;
  }
  
  .hero-box.is-tech.is-careers {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
  }
  
  .heading4 {
    color: var(--white);
    letter-spacing: -.01em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    line-height: .95em;
  }
  
  .heading4.is-centre {
    text-align: center;
  }
  
  .subhead-contain {
    width: 16em;
  }
  
  .subhead-contain.vw {
    width: 18em;
  }
  
  .subhead-contain.vw.left {
    width: 19em;
    padding-left: 1.3em;
  }
  
  .subhead-contain.vw.left.power {
    width: auto;
  }
  
  .subhead-contain.vw.left.mobile {
    width: 21.5em;
  }
  
  .subhead-contain.is-wider {
    width: 72%;
  }
  
  .battalion-type {
    color: var(--charcoal);
    letter-spacing: -.025em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    line-height: .9em;
  }
  
  .battalion-type.white {
    color: var(--white);
  }
  
  .registered-flex {
    align-items: center;
    display: flex;
  }
  
  .registered-flex.is-2 {
    padding-right: .4em;
  }
  
  .registered-flex.is-2.nm {
    display: none;
  }
  
  .registered-flex.is-comm {
    margin-left: .5vw;
    position: relative;
  }
  
  .trademark {
    color: var(--charcoal);
    letter-spacing: -.025em;
    margin-top: -.4em;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: .9em;
  }
  
  .trademark.white {
    color: var(--white);
  }
  
  .trademark.is-tpo {
    color: var(--white);
    font-size: 3vw;
    line-height: 3vw;
  }
  
  .trademark.is-bt {
    color: var(--charcoal);
    font-size: 3vw;
    line-height: 3vw;
  }
  
  .intro-section {
    z-index: 3;
    width: 100%;
    padding-top: 1.6em;
    position: relative;
    overflow: hidden;
  }
  
  .intro-section.is-spline {
    padding-top: 10em;
    overflow: visible;
  }
  
  .intro-section.is-spline.ius-ntg {
    padding-top: 2em;
  }
  
  .intro-section.is-product {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-bottom: 4em;
    display: flex;
  }
  
  .body {
    background-color: var(--white);
  }
  
  .hero-box-flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .hero-box-flex.is-tech {
    align-items: flex-start;
  }
  
  .hero-box-flex.top {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .down-arrow {
    width: 100%;
    height: 100%;
  }
  
  .down-arrow.is-2, .down-arrow.is-1 {
    flex: none;
  }
  
  .arrow-contain {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: column;
    justify-content: flex-end;
    width: 2em;
    height: 2em;
    margin-top: .2em;
    display: flex;
    overflow: hidden;
  }
  
  .arrow-contain.is-tech {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
  }
  
  .arrow-contain.is-small {
    width: .7em;
    height: .7em;
  }
  
  .arrow-contain.is-hero {
    width: 1em;
    height: 1em;
    margin-top: -.2em;
  }
  
  .intro-container {
    z-index: 6;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
    position: relative;
  }
  
  .intro-container.is-2 {
    padding-right: 50vw;
  }
  
  .intro-container.is-centre {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5em;
    padding-left: 0;
    padding-right: 0;
  }
  
  .intro-container.is-comp {
    padding-left: 0;
    padding-right: 0;
  }
  
  .intro-container.is-tech {
    width: 40%;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  
  .intro-container.is-product {
    width: 60vw;
  }
  
  .intro-container.is-careers {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-end;
    align-items: flex-start;
    width: 40%;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  
  .intro-container.is-6 {
    padding-right: 52vw;
  }
  
  .heading3 {
    color: var(--charcoal);
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1em;
  }
  
  .heading3.is-bold {
    font-weight: 700;
  }
  
  .heading3.is-bold.white {
    color: var(--white);
  }
  
  .heading3.is-bold.is-tpo {
    color: var(--white);
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  
  .heading3.is-bold.is-bt {
    color: var(--charcoal);
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  
  .heading3.is-centre {
    text-align: center;
  }
  
  .heading3.white {
    color: var(--white);
  }
  
  .heading3.white.is-m {
    font-weight: 500;
  }
  
  .heading3.nm.fixed {
    width: 50vw;
  }
  
  .heading3.nd {
    display: none;
  }
  
  .heading3.stat {
    margin-top: -1vw;
  }
  
  .heading3.is-white {
    color: var(--white);
  }
  
  .heading3.is-large {
    font-size: 5vw;
  }
  
  .horizontal-flex {
    align-items: center;
    display: flex;
  }
  
  .horizontal-flex.is-nav {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    inset: 0% 1.3em 0% auto;
  }
  
  .horizontal-flex.is-nav.is-footer {
    z-index: 12;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.3em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    right: 0;
  }
  
  .horizontal-flex.is-nav.and-mob, .horizontal-flex.nd {
    display: none;
  }
  
  .horizontal-flex.vert {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .horizontal-flex.is-top {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .intro-grid {
    z-index: 5;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
  }
  
  .intro-grid.is-2 {
    margin-top: 3em;
  }
  
  .intro-grid.is-3 {
    margin-top: 0;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  
  .intro-grid.is-quotes {
    margin-top: 0;
    padding-left: 1.3em;
    padding-right: 1.3em;
    position: static;
  }
  
  .intro-grid.is-tier {
    grid-template-columns: 1fr 1fr;
  }
  
  .intro-grid-container {
    z-index: 5;
    margin-top: 12em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    position: relative;
  }
  
  .intro-grid-container.is-2 {
    margin-top: 10em;
    padding-bottom: 3em;
  }
  
  .subheading {
    color: var(--charcoal);
    letter-spacing: -.01em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }
  
  .subheading.white {
    color: var(--white);
  }
  
  .body-copy {
    color: var(--body-copy-grey);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  
  .body-copy.is-nav {
    z-index: 10;
    color: var(--white);
    font-family: Helvetica Now Display, sans-serif;
    font-weight: 400;
    text-decoration: none;
    position: relative;
  }
  
  .body-copy.is-nav.is-black {
    color: var(--charcoal);
  }
  
  .body-copy.is-bw {
    color: var(--white);
    text-decoration: none;
  }
  
  .body-copy.is-bg {
    color: var(--charcoal);
    text-decoration: none;
  }
  
  .body-copy.is-large {
    font-size: 18px;
  }
  
  .body-copy.is-large.footer-link {
    color: var(--charcoal);
    letter-spacing: -.01em;
    font-size: 1.6em;
    line-height: 1.2em;
  }
  
  .body-copy.is-large.footer-link.no-line {
    text-decoration: none;
  }
  
  .body-copy.white {
    color: var(--white);
  }
  
  .body-copy.white.limited {
    width: 430px;
  }
  
  .body-copy.white.footer {
    margin-top: -3px;
  }
  
  .body-copy.charcoal {
    color: var(--charcoal);
  }
  
  .body-copy.charcoal.is-desktop {
    position: absolute;
    inset: 1.3em auto auto 1.2em;
  }
  
  .body-copy.charcoal.is-mobile {
    display: none;
  }
  
  .body-copy.charcoal.is-on {
    opacity: 1;
  }
  
  .body-copy.bold {
    color: var(--charcoal);
    font-weight: 700;
  }
  
  .body-copy.bold.white {
    color: var(--white);
    text-transform: none;
  }
  
  .body-copy.bold.cm {
    text-align: center;
  }
  
  .body-copy.bold.nt {
    color: var(--body-copy-grey);
    font-weight: 400;
  }
  
  .body-copy.bold.charc {
    color: var(--charcoal);
    text-transform: none;
  }
  
  .body-copy.button {
    color: var(--charcoal);
    font-weight: 500;
  }
  
  .body-copy.button.white {
    color: var(--white);
  }
  
  .body-copy.centre {
    text-align: center;
  }
  
  .body-copy.is-legal {
    color: var(--white);
    font-size: .8em;
  }
  
  .body-copy.lighter {
    color: #ffffffb3;
  }
  
  .body-copy.is-label {
    color: var(--white);
    margin-top: 0;
    font-weight: 400;
  }
  
  .body-copy.is-label.is-dark, .body-copy.stat, .body-copy.charcoal-copy {
    color: var(--charcoal);
  }
  
  .body-copy.charcoal-copy {
    color: var(--charcoal);
  }
  
  .body-copy.charcoal-copy.is-desktop {
    position: absolute;
    inset: 1.3em auto auto 1.2em;
  }
  
  .body-copy.charcoal-copy.is-mobile {
    display: none;
  }
  
  .body-copy.charcoal-copy.is-on {
    opacity: 1;
  }
  
  .intro-row-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .divider {
    background-color: #0000001f;
    width: 100%;
    height: 1px;
  }
  
  .divider.is-top {
    margin-bottom: 4px;
  }
  
  .number-div {
    width: 30px;
    margin-right: 15px;
  }
  
  .subhead-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }
  
  .subhead-flex.is-small {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 400px;
  }
  
  .subhead-flex.is-small.top-p {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }
  
  .subhead-flex.is-none {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
    padding-right: 8%;
  }
  
  .subhead-flex.is-approach {
    z-index: 5;
    justify-content: flex-start;
    align-items: center;
    width: 480px;
    position: relative;
  }
  
  .subhead-flex.is-comp {
    width: 65%;
    padding-top: 5em;
    padding-bottom: 2em;
  }
  
  .subhead-flex.shorter {
    width: 82%;
  }
  
  .nav-wrapper {
    z-index: 900;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }
  
  .nav-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a0a0a3d;
    background-image: linear-gradient(300deg, #ffffff38, #fff0 55%);
    border-radius: .2em;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 10px;
    display: flex;
    position: relative;
    overflow: visible;
  }
  
  .nav-container.is-footer {
    z-index: 15;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #00000014;
    position: relative;
    inset: 0 auto auto 0;
  }
  
  .nav-container.is-footer.is-social {
    padding: 0;
  }
  
  .logo-container {
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    display: flex;
    position: relative;
    inset: 0 auto auto 1.3em;
  }
  
  .logo {
    aspect-ratio: 3 / 2;
    height: 100%;
    display: none;
  }
  
  .logo.off {
    display: none;
  }
  
  .button-div {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 5px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }
  
  .button-div.is-grey {
    background-color: var(--charcoal);
  }
  
  .button-div.is-grey.is-tier {
    margin-top: 1em;
  }
  
  .button-div.is-concrete {
    background-color: var(--concrete);
  }
  
  .button-div.is-concrete.none {
    display: none;
  }
  
  .button-div.is-purple {
    background-color: var(--violet);
  }
  
  .button-div.is-purple.is-hero {
    display: none;
  }
  
  .button-div.is-mob {
    background-color: var(--charcoal);
  }
  
  .button-div.is-close {
    background-color: var(--white);
  }
  
  .button-div.is-submit {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  
  .button-div.is-submit.is-dark {
    background-color: var(--charcoal);
  }
  
  .button-div.is-faded {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff1a;
    flex: none;
  }
  
  .button-div.is-white {
    background-color: var(--white);
  }
  
  .button-arrow {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .button-arrow.is-1, .button-arrow.is-2 {
    flex: none;
  }
  
  .button-arrow-container {
    flex-flow: column;
    align-items: center;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    display: flex;
    overflow: hidden;
  }
  
  .button-arrow-container.is-service {
    width: .8em;
    height: .8em;
  }
  
  .button-arrow-container.is-service.is-ct {
    margin-top: .3vw;
  }
  
  .render-container {
    z-index: 4;
    width: 48vw;
    position: relative;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  

  .render-container.is-mobile {
    display: none;
  }
  
  .render-container.is-mobile.footer {
    z-index: 2;
  }
  
  .render-container.is-home {
    width: 45vw;
  }
  
  .render-height {
    margin-bottom: -5%;
    padding-top: 100%;
    position: relative;
  }
  
  .render-size {
    object-fit: contain;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
  
  .render-size.is-1 {
    inset: auto 0% 0% auto;
  }
  
  .stats-container {
    z-index: 4;
    flex-flow: column;
    align-items: flex-end;
    margin-top: -32em;
    display: flex;
    position: relative;
  }
  
  .stat-box {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    background-color: #7e7e7e;
    border-radius: .3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 21.5em;
    padding: 1.2em 1.2em .9em;
    display: flex;
    position: relative;
  }
  
  .stat-box.is-left.purple {
    background-color: var(--violet);
  }
  
  .stat-box.is-left.charcoal {
    background-color: var(--charcoal);
  }
  

  @media(min-width:1400px) and (max-width:2200px){
  .stat-box.is-mid {
    top: 7em;
  }
}
  .stat-box.is-mid.blue {
    background-color: var(--blue);
  }
  
  .stat-box.is-mid.white {
    background-color: var(--concrete);
  }
  
  .stat-box.is-right {
    background-color: var(--green);
    top: 15em;
  }
  

  .heading-large {
    color: var(--white);
    letter-spacing: -.6vw;
    text-transform: uppercase;
    padding-top: .15em;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 11vw;
    font-weight: 700;
    line-height: 8.2vw;
  }
  
  .heading-large.colour {
    color: var(--charcoal);
  }
  
  .heading-large.colour.is-percent {
    font-size: 7vw;
    line-height: 5.5vw;
  }
  
  .stat-content {
    border-top: 1px solid #ffffff1f;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 15px;
  }
  
  .stat-content.is-dark {
    border-top-color: #2b2b2b1f;
  }
  
  .image {
    width: 100.5vw;
    max-width: none;
    margin-top: -9em;
    margin-left: -.55vw;
    position: absolute;
  }
  
  .intro-button-div {
    z-index: 8;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 3em;
    padding-left: 1.3em;
    display: flex;
    position: relative;
  }
  
  .intro-button-div.is-padded {
    padding-bottom: 1.5em;
  }
  
  .overlay {
    z-index: 2;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .overlay.off {
    display: none;
  }
  
  .pre-offerings-container {
    z-index: 6;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    width: 100%;
    padding-top: 18em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: grid;
    position: relative;
  }
  
  .rates-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
  
  .rates-flex.is-stat {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-top: 1px solid #000;
    width: 100%;
    padding-top: 3em;
  }
  
  .flex-top {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .offerings-section {
    width: 100%;
    height: 100%;
  }
  
  .offerings-container {
    z-index: 1;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .offering-image {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }
  
  .offering-image.is-mob {
    display: none;
  }
  
  .offering-image.is-3 {
    z-index: 5;
    height: 110%;
  }
  
  .offering-image.is-2 {
    z-index: 3;
  }
  
  .offering-image.is-tab {
    display: none;
  }
  
  .offering-image.is-full {
    height: 110%;
    inset: 0% 0% auto;
  }
  
  .offer-title-wrap {
    z-index: 3;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1.3em;
    padding-left: 1.3em;
    position: relative;
  }
  
  .docs-flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
  }
  
  .offer-tab-wrap {
    z-index: 5;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 1.3em;
    padding-right: 1.3em;
    display: flex;
    position: relative;
  }
  
  .tab-container {
    width: 46%;
    min-width: 42em;
  }
  
  .tabs-menu {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
  
  .tabs-flex {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: column;
    display: flex;
  }
  
  .tab-button {
    color: var(--white);
    text-transform: uppercase;
    background-color: #00000026;
    border-radius: .2em;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    height: auto;
    padding: .75em 1em .8em;
    font-family: Helveticanowdisplay;
    font-weight: 700;
    display: flex;
  }
  
  .tab-button.w--current {
    background-color: var(--white);
    color: var(--charcoal);
  }
  
  .tab-text {
    margin-top: 0;
    margin-bottom: -.25em;
    font-size: 1em;
    line-height: .85em;
  }
  
  .tab-panel {
    width: 100%;
    padding: 2em;
  }
  
  .tab-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 16em;
    display: flex;
  }
  
  .tab-title-flex {
    /* grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: flex-start; */
    width: 100%;
    min-height: 6.5em;
    display: flex;
    flex-direction: column;
  }
  
  .type-flex {
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }
  
  .offer-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }
  
  .offer-cell {
    border-bottom: 1px solid #0000001f;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1em;
    display: flex;
  }
  
  .offer-cell.is-2 {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 1em;
    padding-bottom: 0;
  }
  
  .tab-title {
    width: 70%;
  }
  
  .tab-heading {
    color: var(--black);
    letter-spacing: -.03em;
    text-transform: uppercase;
    margin-top: .25vw;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: .8em;
  }
  
  .tab-heading.white {
    color: var(--white);
  }
  
  .tabs-content {
    background-color: #fff;
    border-radius: .2em;
  }
  
  .services-link {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }
  
  .stylguide-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5em 1.3em;
    display: flex;
  }
  
  .offerings-collection {
    height: 100vh;
    position: absolute;
    inset: 0%;
  }
  
  .offerings-collection.is-1 {
    z-index: 10;
  }
  
  .offerings-collection.is-2 {
    z-index: 9;
  }
  
  .offerings-collection.is-3 {
    z-index: 8;
  }
  
  .offerings-collection.static {
    position: relative;
  }
  
  .quotes-container {
    z-index: 5;
    flex-flow: column;
    align-items: flex-end;
    display: flex;
    position: relative;
    margin-top: 30px;
    justify-content: center;
    /* overflow: hidden; */
  }

  .heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    }
  
  
  .div-block {
    height: 100%;
  }
  
  .div-block.is-nm.webgl {
    position: sticky;
    top: 26%;
  }
  
  /* .quote-box {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    background-color: var(--concrete);
    border-radius: .3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 35em;
    padding: 1.4em 2.5em 1.2em 1.3em;
    display: flex;
    position: relative;
  } */
  
  
  
  .quote-flex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
  
  .webgl-container {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .webgl {
    width: 100%;
    height: 100%;
  }
  
  .states-section {
    z-index: 3;
    flex-flow: column;
    width: 100%;
    padding: 2em 1.3em;
    display: flex;
    position: relative;
  }
  
  .states-section.no-desktop {
    display: none;
  }
  
  .states-section.no-mobile {
    overflow: hidden;
  }
  
  .states-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .state-div {
    z-index: 1;
    aspect-ratio: 1;
    flex-flow: column;
    align-items: center;
    padding-top: .5em;
    display: flex;
    position: relative;
  }
  
  .state-title {
    z-index: 2;
    color: var(--charcoal);
    text-align: center;
    font-weight: 500;
    position: relative;
  }
  
  .state-img {
    z-index: 1;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .approach-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
  
  .approach-section.is-2 {
    padding: 2em 1.3em 5em;
  }
  
  .approach-section.is-main {
    padding-top: 6em;
  }
  
  .image-contain {
    z-index: 2;
    width: 20em;
    height: 14em;
    margin-top: 2.5em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
  }
  
  .image-2 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  
  .flex-vert {
    z-index: 5;
    align-items: stretch;
    width: 100%;
    position: relative;
  }
  
  .flex-vert.is-mob {
    display: none;
  }
  
  .approach-row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    display: flex;
  }
  
  .approach-row.is-last {
    border-bottom-style: none;
  }
  
  .approach-row.is-top {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 22px;
    padding-bottom: 20px;
    padding-right: 5%;
  }
  
  .approach-flex {
    justify-content: space-between;
    align-items: center;
    width: 66.4%;
    display: flex;
  }
  
  .composyte-section {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
    background-color: var(--blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
    padding-top: 1em;
    padding-bottom: 1.3em;
    display: flex;
  }
  
  .composyte-header {
    color: var(--white);
    letter-spacing: -.2vw;
    text-transform: uppercase;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 5vw;
  }
  
  .composyte-container {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
  }
  
  .comp-img-contain {
    z-index: 1;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 58%;
    padding: 5em 2em;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .comp-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 1em;
    display: flex;
  }
  
  .comp-screens {
    z-index: 4;
    aspect-ratio: 2 / 3.8;
    border-radius: .2em;
    width: 18vw;
    position: relative;
    overflow: hidden;
  }
  
  .comp-screen {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .comp-logo {
    z-index: 3;
    width: 10em;
    margin-left: 1em;
    position: relative;
  }
  
  .comp-img-bg {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 108%;
    position: absolute;
    inset: 0%;
  }
  
  .tech-section {
    z-index: 1;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 1.3em;
    padding-left: 1.3em;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .tech-section.is-careers {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-end;
    align-items: center;
  }
  
  .tech-flex {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }
  
  .tech-flex.is-careers {
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .tech-flex.is-careers.higher {
    z-index: 8;
  }
  
  .bold {
    letter-spacing: 0;
    font-weight: 700;
  }
  
  .footer-section {
    z-index: 850;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .footer-flex {
    z-index: 10;
    grid-column-gap: 25vh;
    grid-row-gap: 25vh;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1.2em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
    position: relative;
  }
  
  .footer-logo {
    width: 60vw;
  }
  
  .footer-final {
    z-index: 5;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: relative;
  }
  
  .footer-legal-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -6px;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
  }
  
  .legal-link {
    color: var(--white);
  }
  
  .mobile-logo, .mobile-map, .mobile-menu-container, .mobile-cta-flex {
    display: none;
  }
  
  .offerings-mobile {
    width: 100%;
    display: none;
  }
  
  .sticky-section {
    z-index: 1;
    width: 100%;
    padding-top: 16em;
    position: relative;
    overflow: hidden;
  }
  
  .sticky-section.is-contact {
    padding-top: 12em;
  }
  
  .sticky-section.is-contact.np {
    padding-top: 0;
    overflow: visible;
  }
  
  .sticky-section.is-service {
    padding-top: 0;
  }
  
  .sticky-section.is-tpo, .sticky-section.is-tier1 {
    min-height: 100vh;
    padding-top: 11em;
  }
  
  .sticky-image {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 110vh;
    margin-top: -10vh;
    position: fixed;
    inset: 0% 0% auto;
  }
  
  .sticky-image.nd {
    display: none;
  }
  
  .sticky-flex {
    z-index: 10;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 5em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
    position: absolute;
  }
  
  .sticky-flex.is-service {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 1.3em;
    position: relative;
  }
  
  .sticky-flex.is-contact {
    min-height: 100vh;
    margin-top: -100vh;
    padding-top: 11em;
    position: relative;
  }
  
  .sticky-flex.is-tpo {
    position: relative;
  }
  
  .sticky-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }
  
  .sticky-content.is-full {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  
  .sticky-contain {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    align-items: flex-start;
    width: 23em;
    margin-top: 3em;
    display: flex;
  }
  
  .sticky-contain.is-contact {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 75%;
  }
  
  .sticky-contain.is-tpo {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 70%;
  }
  
  .sticky-contain.is-tier {
    width: 100%;
  }
  
  .form-block {
    width: 100%;
    padding-top: 1em;
  }
  
  .form-block.off {
    display: none;
  }
  
  .form-heading {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    width: 100%;
    margin-top: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  
  .form-heading.is-contact {
    margin-top: 3em;
  }
  
  .form-heading.is-dark {
    border-top-color: var(--charcoal);
    border-bottom-color: var(--charcoal);
  }
  
  .field {
    color: var(--white);
    background-color: #fff0;
    border: 1px #000;
    border-bottom: 1px solid #ffffff1f;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: .4em 0;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .field:focus {
    color: #fff;
    border-bottom-color: #fff;
  }
  
  .field::placeholder {
    color: #ffffff59;
  }
  
  .field.is-message {
    min-height: 10em;
    line-height: 22px;
  }
  
  .field.is-dark {
    color: var(--charcoal);
    border-bottom-color: #2b2b2b1f;
  }
  
  .field.is-dark:focus {
    border-bottom-color: var(--charcoal);
  }
  
  .field.is-dark::placeholder {
    color: #2b2b2b66;
  }
  
  .field-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
    display: flex;
  }
  
  .field-flex.is-1 {
    margin-top: 1em;
  }
  
  .form-section {
    width: 100%;
    padding-top: 1em;
  }
  
  .form-wrap {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }
  
  .mobile-wrap.is-fw, .blur-wrap {
    width: 100%;
  }
  
  .blur-wrap.is-tier1 {
    display: none;
  }
  
  .submit-button {
    color: var(--charcoal);
    background-color: #3898ec00;
    padding: .5em .3em .4em .9em;
    font-family: Helvetica Now Display, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
  }
  
  .submit-button.is-white {
    color: var(--white);
  }
  
  .error-contain {
    background-color: var(--violet);
    color: var(--white);
    border-radius: .2em;
    padding: 1.2em 1.2em 1em;
    font-family: Helvetica Now Display, sans-serif;
    font-size: .9em;
    font-weight: 500;
    line-height: 1em;
  }
  
  .contact-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
    display: flex;
  }
  
  .service-title {
    justify-content: flex-start;
    align-items: center;
  }
  
  .services-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }
  
  .service-container {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: column;
    width: 50%;
    display: flex;
  }
  
  .service-block {
    background-color: var(--blue);
    border-radius: .2em;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    padding: 1.2em 1.5em 1.5em;
    display: flex;
  }
  
  .service-block.is-list {
    padding-top: .5em;
    padding-bottom: .5em;
    display: block;
  }
  
  .service-block.is-green {
    background-color: var(--green);
  }
  
  .service-block.nd {
    display: none;
  }
  
  .service-heading {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .service-subheading {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 2em;
    padding-right: 10%;
    display: flex;
  }
  
  .service-subheading.is-row {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    border-bottom: 1px solid #ffffff1f;
    margin-top: 1em;
    padding-bottom: 1em;
    padding-right: 8%;
  }
  
  .service-subheading.is-row.is-last {
    border-bottom-style: none;
  }
  
  .service-subheading.is-row.charcoal {
    border-bottom-color: #0000001f;
  }
  
  .service-subheading.is-heading {
    min-height: 5em;
  }
  
  .overlay-copy {
    z-index: 2;
    background-color: #00000029;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .scribble {
    opacity: .95;
    position: absolute;
  }
  
  .webgl-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
  }
  
  .loader-wrapper {
    z-index: 9999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    pointer-events: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .loader-logo-contain {
    z-index: 10;
    opacity: 0;
    height: 2.5vw;
    position: relative;
    opacity: 1 !important;
    
  }
  
  .lottie-logo {
    width: 100%;
    height: 100%;
    display: none;
  }
  
  .webgl_new {
    width: 100%;
    height: 100%;
  }
  
  .service-hero {
    z-index: 5;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 24vh;
    padding-left: 1.3em;
    padding-right: 1.3em;
    display: flex;
    position: relative;
  }
  
  .sticky-nav {
    z-index: 901;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 42px;
    display: flex;
    position: fixed;
    inset: 15px 0% auto 25%;
  }
  
  .sticky-nav.off, .longload, .shortload {
    display: none;
  }
  
  .validation-contain {
    flex-flow: column;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }
  
  .validation-contain.is-full {
    width: 100%;
  }
  
  .glass-light {
    z-index: 1;
    opacity: .4;
    filter: blur(35px);
    background-image: radial-gradient(circle, #fff, #fff0 80%);
    width: 8em;
    height: 8em;
    position: absolute;
  }
  
  .footer-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  
  .careers-container {
    z-index: 11;
    justify-content: flex-start;
    align-items: flex-end;
    width: 47vw;
    height: 100vh;
    padding-bottom: 1.3em;
    padding-left: 1.3em;
    display: flex;
    position: sticky;
    top: 0;
  }
  
  .careers-cta {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #00000026;
    border-radius: .3em;
    flex-flow: column;
    align-items: stretch;
    padding: 1.3em 1.3em 1.1em;
    text-decoration: none;
    display: flex;
  }
  
  .careers-flex {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-bottom: 1px solid #ffffff1f;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
  }
  
  .footer-socials {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }
  
  .social-icon {
    width: 100%;
  }
  
  .offer-wrap {
    z-index: 5;
    width: 100%;
    height: 600vh;
    position: relative;
  }
  
  .offer-wrap.off {
    display: none;
  }
  
  .offer-wrap.on {
    height: auto;
  }
  
  .offer-list, .offer-item {
    height: 100%;
  }
  
  .offer-container {
    z-index: 2;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .progress-div {
    background-color: #fff3;
    width: 12vw;
    height: 3px;
    display: flex;
  }
  
  .progress-bar {
    background-color: var(--white);
    width: 0%;
    height: 100%;
  }
  
  .marker {
    z-index: 200;
    background-color: red;
    width: 20px;
    height: 20px;
    position: absolute;
    inset: auto auto -30px 0%;
  }
  
  .marker.is-3 {
    z-index: 210;
    background-color: #e1ff00;
  }
  
  .marker-contain {
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .overlay-offer {
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .overlay-offer.is-1 {
    z-index: 2;
  }
  
  .overlay-offer.is-2 {
    z-index: 4;
  }
  
  .overlay-offer.gradient {
    z-index: 6;
    opacity: .32;
    background-color: #0000;
    background-image: linear-gradient(163deg, #0000 50%, #000);
  }
  
  .thumbnail-container {
    z-index: 100;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    padding-bottom: 1.3em;
    padding-left: 1.3em;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }
  
  .thumbnail-container.is-off {
    display: none;
  }
  
  .thumbnail-div {
    border-radius: .2em;
    justify-content: flex-start;
    align-items: center;
    width: 10vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .thumb-overlay {
    z-index: 2;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }
  
  .apply-container {
    z-index: 250;
    padding-top: 1.3em;
    padding-right: 1.3em;
    position: absolute;
    inset: 0% 0% auto auto;
  }
  
  .thumb-img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }
  
  .product-flex {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .anchor-container {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  
  .anchor-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding-bottom: .5em;
    display: flex;
  }
  
  .number-contain {
    width: 6%;
  }
  
  .anchor-link {
    justify-content: space-between;
    align-items: center;
    width: 94%;
    display: flex;
  }
  
  .anchor-line {
    background-color: #e9e9e9;
    width: 100%;
    height: 1px;
  }
  
  .anchor-animate {
    background-color: #000;
    width: 0%;
    height: 100%;
  }
  
  .anchor-arrow {
    width: .7em;
    height: .7em;
  }
  
  .programs-contain {
    z-index: 10;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .programs-support {
    z-index: 10;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 2em;
  }
  
  .programs-support.is-off {
    display: none;
  }
  
  .services-wrapper {
    background-color: var(--charcoal);
    width: 100%;
    padding-top: 1.6em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  
  .services-header {
    border-bottom: 1px solid var(--white);
    width: 100%;
    padding-bottom: 2em;
  }
  
  .services-header.careers {
    padding-bottom: 0;
  }
  
  .services-item {
    border-bottom: 0px none var(--white);
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 4em;
    display: flex;
  }
  
  .services-item.is-wrap {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex-flow: column;
  }
  
  .services-item.is-wrap.is-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }
  
  .services-item.is-wrap.careers {
    border-bottom-style: none;
    padding-top: 1em;
    padding-bottom: 0;
  }
  
  .services-item.is-career {
    border-bottom: 1px solid #ffffff1f;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  .services-column {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    align-items: flex-start;
    width: 46%;
    min-width: 42em;
    display: flex;
  }
  
  .services-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    align-items: flex-start;
    width: 32%;
    display: flex;
  }
  
  .service-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid #505050;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1.5em;
    padding-right: 2em;
    display: flex;
  }
  
  .service-row.is-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }
  
  .service-row.no-line {
    border-bottom-style: none;
  }
  
  .composyte-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 42%;
    display: flex;
  }
  
  .footer-cta-contain {
    z-index: 10;
    background-color: var(--violet);
    flex-flow: column;
    justify-content: space-between;
    width: 30vw;
    min-height: 160px;
    padding-bottom: 1em;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }
  
  .footer-cta {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 1.2em 1.3em 4em;
    text-decoration: none;
    display: flex;
  }
  
  .footer-cta.is-mobile {
    display: none;
  }
  
  .side-modal {
    z-index: 851;
    justify-content: flex-end;
    align-items: stretch;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .footer-overlay {
    z-index: 1;
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }
  
  .footer-overlay.is-mobile {
    display: none;
  }
  
  .footer-modal {
    z-index: 2;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    min-height: 100vh;
    padding: 4em 2em 2em 1.2em;
    display: flex;
    position: relative;
  }
  
  .modal-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .signature {
    width: 35%;
  }
  
  .split-section {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    margin-top: 8rem;
    padding: 1.3em;
    display: flex;
  }
  
  .column {
    flex-flow: column;
    justify-content: space-between;
    width: 50%;
    display: flex;
  }
  
  .column.is-image {
    z-index: 1;
    border-radius: .3em;
    justify-content: center;
    align-items: center;
    padding-top: 15em;
    padding-bottom: 15em;
    position: relative;
    overflow: hidden;
  }
  
  .column.middle {
    z-index: 50;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    position: relative;
  }
  
  .number-set {
    flex: none;
    width: 15%;
  }
  
  .div-block-6 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .hero-link {
    z-index: 50;
    background-color: var(--violet);
    justify-content: space-between;
    align-items: center;
    width: 33.2vw;
    padding: 1.3em 2em 1em 1.3em;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  
  .hero-link.is-tier {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    inset: auto auto 0% 0%;
  }
  
  .hero-link.is-home {
    width: 24vw;
  }
  
  .hero-title-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-top: 7em;
    display: flex;
  }
  
  .hero-title-flex.is-top {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.3em;
  }
  
  .iphone {
    aspect-ratio: 1 / 2.05;
    width: 36vh;
    min-width: 18vw;
    position: relative;
  }
  
  .iphone.is-2 {
    aspect-ratio: 1 / 2.15;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 32vh;
    min-width: 16vw;
    display: flex;
  }
  
  .iphone.is-2.is-off {
    display: none;
  }
  
  .iphone.is-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .iphone-image {
    z-index: 3;
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .iphone-blur {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000005;
    border-radius: 6vh;
    width: 98.5%;
    height: 100%;
    margin-left: 1%;
    position: absolute;
    inset: 0%;
  }
  
  .iphone-blur.no-blur {
    z-index: 2;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-radius: 4.6vh;
    width: 95%;
    height: 100%;
    margin-left: .3%;
    position: relative;
    overflow: hidden;
  }
  
  .iphone-blur.solid {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    border-radius: 5vh;
    width: 97%;
    margin-left: 1.5%;
  }
  
  .text-span {
    font-weight: 700;
  }
  
  .iphone-section {
    z-index: 5;
    aspect-ratio: 3 / 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    display: flex;
    position: relative;
  }
  
  .iphone-section.is-2 {
    background-color: #fff3;
    border-radius: .5em;
  }
  
  .iphone-section.is-1 {
    aspect-ratio: 4;
  }
  
  .iphone-section.is-3 {
    aspect-ratio: 1.2;
  }
  
  .iphone-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 18%;
    display: flex;
  }
  
  .lottie {
    width: 100%;
    height: 100%;
  }
  
  .mobile-anchor {
    display: none;
  }
  
  .div-block-7 {
    z-index: 1;
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    inset: -60px auto auto 0%;
  }
  
  .redcheckredemption {
    z-index: 9999;
    background-color: red;
    width: 20vw;
    height: 20vw;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }
  
  .anchor-mobile {
    display: none;
  }
  
  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
  }
  
  .utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
  }
  
  .tier-logo {
    width: 15vw;
    max-width: none;
  }
  
  .div-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
  
  .div-block-10 {
    background-color: var(--charcoal);
    width: 100%;
    position: relative;
  }
  
  .collection-list-wrapper {
    display: none;
  }
  
  .load_grid {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .load_grid-item {
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  
  .vimeo-bg {
    pointer-events: auto;
    color: #efeeec;
    isolation: isolate;
    background-color: #131313;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    transform: translateX(0);
  }
  
  .vimeo-bg.is-hero {
    z-index: 2;
    height: 108%;
  }
  
  .vimeo-bg__iframe-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
  }
  
  .vimeo-bg__before {
    padding-top: 62.5%;
  }
  
  .vimeo-bg__iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .vimeo-bg__placeholder {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .3s linear;
    display: block;
    position: absolute;
  }
  
  .logotype {
    width: 12vw;
    max-width: none;
    margin-top: 20px;
  }
  
  .load-bar {
     opacity: 1 !important;
    background-color: #e7e7e7 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40vw !important;
    min-width: 200px !important;
    max-width: 400px !important;
    height: 2px !important;
    display: flex !important;
    position: relative !important;
    margin: 20px 25px 0 auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    animation: loadBarAppear 0.5s forwards !important;
    animation-delay: 1s !important;
  }
  
  @media(max-width:768px){
      .load-bar{
           width:30vw;
      }
     
  }
  
  .progress {
    background-color:  #006094;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 0%;
    height: 100%;
    position: relative;
  }
  
  .logo-img {
    width: 100%;
    max-width: none;
  }
  
  @media screen and (min-width: 1920px) {
    p {
      font-size: .9em;
      line-height: 1.2em;
    }
  
    .subheading {
      font-size: 1em;
      line-height: 1em;
    }
  
    .body-copy {
      font-size: .9em;
      line-height: 1.2em;
    }
  
    .body-copy.is-large {
      font-size: 1.1em;
    }
  
    .body-copy.white.limited {
      width: 30em;
    }
  
    .divider.is-top {
      margin-bottom: 0;
    }
  
    .number-div {
      width: 2em;
    }
  
    .subhead-flex.is-small {
      width: 50%;
    }
  
    .subhead-flex.is-approach {
      width: 30vw;
    }
  
    .nav-wrapper {
      margin-top: 1em;
    }
  
    .nav-container {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      padding: .9em 1.5em .7em;
    }
  
    .logo-container {
      height: 3em;
    }
  
    .button-div {
      padding: .5em .9em .4em;
    }
  
    .button-arrow-container {
      margin-top: 0;
    }
  
    .stat-content {
      padding-top: .6em;
    }
  
    .offerings-container {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .approach-row {
      padding-top: .5em;
      padding-bottom: .6em;
    }
  
    .sticky-contain.is-contact {
      width: 60%;
    }
  
    .field {
      font-size: 1.2em;
      line-height: 1.2em;
    }
  
    .field::placeholder {
      font-size: .9em;
    }
  
    .field.is-message {
      font-size: 1.2em;
      line-height: 1.2em;
    }
  
    .submit-button {
      font-size: .9em;
      line-height: 1.2em;
    }
  
    .loader-logo-contain {
      width: 14vw;
      max-width: none;
    }
  
    .sticky-nav {
      height: 3em;
      top: 1em;
    }
  }
  
  @media screen and (max-width: 991px) {
    h6 {
      font-size: 26px;
      line-height: 28px;
    }
  
    p {
      font-size: 14px;
      line-height: 16px;
    }
  
    blockquote {
      font-size: 3.5vw;
    }
  
    .hero-section {
      min-height: 95vh;
    }
  
    .hero-section.is-product {
      padding-top: 320px;
      padding-bottom: 320px;
    }
  
    .hero-section.is-home {
      flex-flow: column;
    }
  
    .hero-content-flex {
      flex-flow: column;
      justify-content: flex-end;
      align-items: flex-start;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 18px;
    }
  
    .hero-content-flex.is-ty {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      height: auto;
      min-height: 100vh;
    }
  
    .hero-content-flex.is-home {
      width: 100%;
      padding-top: 30vh;
    }
  
    .hero-content-flex.is-home.power {
      padding-top: 0;
    }
  
    .title-wrapper.is-offer.extra.tech {
      margin-left: 0;
      padding-left: 18px;
    }
  
    .title-wrapper.is-comp {
      padding-top: 0;
      padding-left: 18px;
    }
  
    .title-wrapper.is-hero {
      z-index: 4;
      padding-bottom: 18px;
      padding-left: 18px;
      position: relative;
      
    }
 
  
    .title-wrapper.is-hero.no-gap.career {
      padding-bottom: 10px;
    }
  
    .title-wrapper.is-ty {
      padding-bottom: 18px;
      padding-left: 18px;
    }
  
    .hero-title-contain {
      height: 11vw;
      overflow: visible;
    }
  
    .hero-title-contain.is-service {
      height: 3.8vw;
    }
  
    .hero-title {
      font-size: 14vw;
      line-height: 14vw;
    }
  
    .hero-title.is-service {
      font-size: 4vw;
      line-height: 4vw;
    }
  
    .hero-title.product.is-2 {
      display: none;
    }
  
    .hero-title.dark.process {
      margin-left: 0;
      padding-top: 60px;
      font-size: 21vw;
      line-height: 21vw;
    }
  
    .hero-title.line {
      line-height: 11vw;
    }
  
    .grid-guides {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
      padding-left: 18px;
      padding-right: 18px;
      display: none;
    }
  
    .grid-column {
      width: 16.67%;
    }
  
    .grid-column.nm {
      display: none;
    }
  
    .hero-box.is-hero {
      grid-column-gap: 8em;
      grid-row-gap: 8em;
      width: 63%;
      padding: 15px 18px;
    }
  
    .hero-box.is-hero.home {
      z-index: 5;
      min-height: auto;
      position: relative;
    }
  
    .hero-box.is-tech {
      width: 62%;
      padding: 18px 18px 15px;
    }
  
    .hero-box.is-tech.is-careers {
      display: none;
    }
  
    .heading4 {
      font-size: 3vw;
      line-height: 3vw;
    }
  
    .subhead-contain {
      width: 30vw;
    }
  
    .subhead-contain.vw {
      width: 32vw;
    }
  
    .subhead-contain.vw.left {
      /* width: 37vw !important; */
      padding-left: 18px;
    }
  
    .subhead-contain.vw.left.power {
      width: 50vw;
    }
  
    .subhead-contain.vw.left.mobile {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
    }
  
    .battalion-type {
      font-size: 6vw;
      line-height: 6vw;
    }
  
    .trademark {
      margin-top: -1vw;
      font-size: 2vw;
      line-height: 2vw;
    }
  
    .trademark.reverse {
      color: var(--white);
    }
  
    .intro-section {
      padding-top: 18px;
    }
  
    .intro-section.is-product {
      padding-top: 20px;
    }
  
    .intro-section.is-first {
      padding-top: 80px;
    }
  
    .hero-box-flex.is-tech {
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .hero-box-flex.top {
      grid-column-gap: 20vw;
      grid-row-gap: 20vw;
    }
  
    .down-arrow.is-1 {
      display: none;
    }
  
    .arrow-contain {
      width: 4vw;
      height: 4vw;
      margin-top: -1vw;
      overflow: visible;
    }
  
    .arrow-contain.is-tech {
      width: 15px;
      height: 15px;
      margin-top: 0;
    }
  
    .arrow-contain.is-small {
      width: 12px;
      height: 12px;
      margin-top: 0;
    }
  
    .arrow-contain.is-hero {
      width: 15px;
      height: 15px;
      margin-top: 0;
    }
  
    .intro-container {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .intro-container.is-2 {
      padding-right: 28vw;
    }
  
    .intro-container.is-tech {
      width: 60vw;
      padding-left: 18px;
    }
  
    .intro-container.is-product {
      width: 70vw;
    }
  
    .intro-container.is-careers {
      width: 60vw;
      padding-bottom: 18px;
      padding-left: 18px;
    }
  
    .intro-container.is-careers.second {
      padding-right: 18px;
    }
  
    .intro-container.is-6 {
      padding-right: 28vw;
    }
  
    .heading3 {
      font-size: 3.5vw;
      line-height: 3.5vw;
    }
  
    .heading3.is-bold.reverse {
      color: var(--white);
    }
  
    .heading3.white.cm {
      text-align: center;
    }
  
    .heading3.reverse {
      color: var(--white);
    }
  
    .horizontal-flex.is-nav {
      display: none;
    }
  
    .horizontal-flex.is-nav.is-footer {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-left: 18px;
      padding-right: 18px;
      display: flex;
      position: relative;
      top: 18px;
      left: 0;
      right: 0;
    }
  
    .horizontal-flex.is-nav.and-mob {
      display: flex;
      position: fixed;
      inset: 24px 18px auto auto;
    }
  
    .intro-grid {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
      grid-template-columns: 1fr 1fr;
    }
  
    .intro-grid.is-2 {
      margin-top: 30px;
    }
  
    .intro-grid.is-3 {
      margin-top: 60px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .intro-grid.is-quotes {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .intro-grid-container {
      margin-top: 0;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .intro-grid-container.is-2 {
      margin-top: 120px;
      padding-bottom: 30px;
    }
  
    .subheading {
      font-size: 16px;
      line-height: 16px;
    }
  
    .body-copy {
      font-size: 15px;
      /* line-height: 17px; */
    }
  
    .body-copy.is-large {
      font-size: 18px;
      line-height: 20px;
    }
  
    .body-copy.is-large.footer-link {
      letter-spacing: -.02em;
      font-size: 3.5vw;
      line-height: 4.5vw;
    }
  
    .body-copy.white.limited {
      width: 90%;
    }
  
    .body-copy.white.limited.cm {
      text-align: center;
      width: 100%;
    }
  
    .body-copy.charcoal.is-desktop {
      display: none;
      position: relative;
    }
  
    .body-copy.charcoal.is-mobile {
      display: block;
    }
  
    .body-copy.bold.cm {
      text-align: center;
    }
  
    .body-copy.bold.nt {
      display: none;
    }
  
    .body-copy.is-legal {
      font-size: 12px;
    }
  
    .body-copy.charcoal-copy.is-desktop {
      display: none;
      position: relative;
    }
  
    .body-copy.charcoal-copy.is-mobile {
      display: block;
    }
  
    .intro-row-contain {
      grid-column-gap: 14px;
      grid-row-gap: 14px;
    }
  
    .number-div {
      width: 25px;
    }
  
    .subhead-flex {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .subhead-flex.is-small {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      width: 100%;
      padding-right: 0;
    }
  
    .subhead-flex.is-small.top-p {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .subhead-flex.is-approach {
      width: 68%;
    }
  
    .subhead-flex.is-comp {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      width: 75%;
      padding-top: 60px;
      padding-bottom: 30px;
    }
  
    .nav-wrapper {
      flex-flow: row;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 0;
      padding-top: 18px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .nav-wrapper.is-menu {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      position: relative;
    }
  
    .nav-container {
      display: none;
    }
  
    .nav-container.is-footer.is-social {
      display: flex;
    }
  
    .logo-container {
      width: 80px;
      height: auto;
      display: none;
      top: 0;
      left: 0;
    }
  
    .logo-container.menu, .logo-container.menu.w--current {
      display: block;
      position: relative;
    }
  
    .button-div {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      padding: 8px 12px 6px;
    }
  
    .button-div.is-purple.is-hero {
      display: flex;
    }
  
    .button-div.is-mob {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: #006094;
      margin-right: 30px;
    }
  
    .button-div.is-mob.no-blur {
      background-color: #006094;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      position: relative;
    }
  
    .button-arrow.is-2 {
      display: none;
    }
  
    .button-arrow-container {
      width: 6px;
      height: 6px;
      margin-top: -1px;
      overflow: visible;
    }
  
    .button-arrow-container.is-plus {
      width: 8px;
      height: 8px;
      margin-top: -3px;
    }
  
    .button-arrow-container.is-plus.is-angle {
      transform: rotate(45deg);
    }
  
    .button-arrow-container.is-menu {
      width: 10px;
      height: 10px;
      margin-top: -3px;
    }
  
    .render-container {
      display: none;
    }
  
    .render-container.is-footer {
      min-height: auto;
    }
  
    .render-container.is-mobile {
      width: 100%;
      padding-left: 30%;
      display: block;
    }
  
    .render-container.is-mobile.footer {
      padding-left: 20%;
    }
  
    .stats-container {
      margin-top: 0;
    }
  
    .stat-box {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
      min-height: 300px;
      padding: 18px 18px 15px;
    }
  
    .stat-box.is-left.charcoal {
      display: none;
    }
  
    .stat-box.is-mid.blue, .stat-box.is-mid.white, .stat-box.is-right {
      top: 0;
    }
  
    .heading-large {
      font-size: 14vw;
      line-height: 10vw;
    }
  
    .stat-content {
      padding-top: 10px;
    }
  
    .image {
      display: none;
    }
  
    .intro-button-div {
      padding-top: 30px;
      padding-left: 18px;
    }
  
    .intro-button-div.is-padded {
      padding-bottom: 30px;
    }
  
  
    .rates-flex {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .rates-flex.is-stat {
      padding-top: 25px;
    }
  
    .offerings-container {
      grid-column-gap: 240px;
      grid-row-gap: 240px;
      min-height: 90vh;
    }
  
    .offering-image {
      display: block;
    }
  
    .offering-image.is-mob, .offering-image.is-3, .offering-image.is-2, .offering-image.is-1 {
      display: none;
    }
  
    .offering-image.is-tab {
      height: 112%;
      display: block;
      inset: 0% 0% auto;
    }
  
    .offer-title-wrap {
      padding-top: 18px;
      padding-left: 18px;
    }
  
    .offer-tab-wrap {
      padding-bottom: 18px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .tab-container {
      width: 100%;
      min-width: auto;
    }
  
    .tabs-menu, .tabs-flex {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
    }
  
    .tab-button {
      padding: 14px 17px 10px;
    }
  
    .tab-text {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 15px;
    }
  
    .tab-panel {
      padding: 30px;
    }
  
    .tab-content {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      min-height: 260px;
    }
  
    .tab-title-flex {
      min-height: 9em;
    }
  
    .tab-heading {
      font-size: 5.5vw;
    }
  
    .services-link {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
    }
  
    .services-link.is-comp {
      margin-top: 18px;
      margin-bottom: 15px;
      margin-left: 15px;
    }
  
    .offerings-collection {
      height: auto;
      min-height: 90vh;
    }
  
    .offerings-collection.is-1, .offerings-collection.is-2, .offerings-collection.is-3 {
      position: relative;
    }
  
    .div-block.is-nm {
      display: none;
    }
  
    /* .quote-box {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      min-height: 260px;
      padding: 22px 22px 18px;
    }
  
    .quote-box.is-last {
      display: none;
    }
   */
    .states-section {
      background-color: var(--charcoal);
      margin-top: 120px;
      padding-top: 160px;
      padding-bottom: 160px;
    }
  
    .states-section.no-desktop {
      background-color: var(--white);
      margin-top: 50px;
      padding-left: 18px;
      padding-right: 18px;
      display: flex;
    }
  
    .states-section.no-mobile, .states-grid {
      display: none;
    }
  
    .approach-section {
      padding-top: 18px;
    }
  
    .approach-section.is-2 {
      padding: 80px 18px;
    }
  
    .image-contain {
      width: 50vw;
      height: 35vw;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  
    .flex-vert.is-desk {
      display: none;
    }
  
    .flex-vert.is-mob {
      display: block;
    }
  
    .approach-row {
      grid-column-gap: 4px;
      grid-row-gap: 4px;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
      padding-top: 15px;
      padding-bottom: 12px;
    }
  
    .approach-row.is-top {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      padding-left: 0;
    }
  
    .approach-flex {
      width: 90%;
    }
  
    .composyte-section {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      padding-top: 18px;
      padding-bottom: 18px;
    }
  
    .composyte-container {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-flow: column-reverse wrap;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .comp-img-contain {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      width: 100%;
      padding: 120px 60px 60px;
    }
  
    .comp-content {
      width: 88%;
      padding-left: 0;
    }
  
    .tech-section {
      grid-column-gap: 300px;
      grid-row-gap: 300px;
      height: auto;
      min-height: 100vh;
      padding-top: 18px;
      padding-left: 0;
    }
  
    .tech-flex {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .tech-flex.is-careers.higher {
      justify-content: space-between;
      align-items: center;
    }
  
    .footer-section {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      overflow: hidden;
    }
  
    .footer-flex {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      min-height: 90vh;
      padding: 120px 0 30px;
    }
  
    .footer-logo {
      width: 100%;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .footer-final {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: column;
      justify-content: flex-end;
      align-items: center;
      margin-top: 20px;
    }
  
    .footer-legal-div {
      background-color: var(--violet);
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .mobile-logo {
      width: 80px;
      display: block;
    }
  
    .mobile-map {
      display: block;
    }
  
    .footer-contact {
      margin-left: 18px;
    }
  
    .mobile-menu-container {
      z-index: 99;
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      opacity: 1;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background-color: #00000080;
      flex-flow: column;
      justify-content: flex-start;
      align-items: stretch;
      padding-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      display: none;
      position: fixed;
      inset: 0%;
    }
  
    .menu-contain {
      z-index: 5;
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      background-color: #fff;
      border-radius: 4px;
      flex-flow: column;
      width: 100%;
      padding: 13px 13px 5px;
      display: flex;
      position: relative;
      height:90vh;
    }
  
    .menu-flex {
      flex-flow: column;
      width: 100%;
      display: flex;
    }
  
    .menu-row {
      border-bottom: 1px solid #0000001f;
      align-items: center;
      padding-top: 16px;
      padding-bottom: 12px;
      text-decoration: none;
      display: flex;

    }
  
    .menu-row.is-last {
      border-bottom-style: none;
    }
  
    .menu-row.is-comp, .menu-row.is-apply {
      z-index: 5;
      background-color: var(--violet);
      border-bottom-style: none;
      border-radius: 4px;
      padding: 0;
      position: relative;
    }
  
    .menu-link {
      color: #006094;
      font-size: 4vw;
      font-weight: 600;
      line-height: 4vw;
      animation: pulse 2s infinite;

    }
  
    .menu-link.is-white {
      color: var(--white);
    }
  
    .comp-menu-icon {
      height: 100%;
      margin-right: 15px;
    }
  
    .sticky-section, .sticky-section.is-contact {
      padding-top: 25vh;
    }
  
    .sticky-section.is-contact.np {
      flex-flow: wrap-reverse;
      display: flex;
    }
  
    .sticky-section.is-tpo {
      padding-top: 25vh;
    }
  
    .sticky-section.is-tier1 {
      min-height: 120vh;
      padding-top: 25vh;
    }
  
    .sticky-image.nm.is-tier {
      display: none;
    }
  
    .sticky-image.nd.is-tier {
      display: block;
    }
  
    .sticky-flex {
      padding-bottom: 80px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .sticky-flex.is-service {
      padding-bottom: 18px;
    }
  
    .sticky-flex.is-contact {
      margin-top: 0;
      padding-top: 25vh;
    }
  
    .sticky-flex.is-tpo.is-tier {
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .sticky-content {
      width: 75%;
    }
  
    .sticky-contain {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      width: 360px;
      margin-top: 60px;
    }
  
    .sticky-contain.is-contact {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      width: 80%;
    }
  
    .sticky-contain.is-tpo {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .form-heading {
      margin-top: 120px;
      padding-top: 12px;
      padding-bottom: 12px;
    }
  
    .field {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 20px;
    }
  
    .field.is-message {
      min-height: 300px;
    }
  
    .field-flex {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 10px;
    }
  
    .form-section {
      padding-top: 20px;
    }
  
    .mobile-wrap.is-service {
      padding-bottom: 300px;
    }
  
    .submit-button {
      padding: 8px 5px 6px 12px;
      font-size: 15px;
      line-height: 17px;
    }
  
    .error-contain {
      padding: 15px 18px 12px;
      font-size: 15px;
      line-height: 17px;
    }
  
    .contact-buttons {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
    }
  
    .services-flex {
      flex-flow: column;
    }
  
    .service-container {
      width: 100%;
    }
  
    .service-block {
      border-radius: 4px;
      min-height: 240px;
      padding: 20px 25px 25px;
    }
  
    .service-block.is-list {
      padding-top: 5px;
      padding-bottom: 10px;
    }
  
    .service-block.nd {
      display: flex;
    }
  
    .service-block.nm {
      display: none;
    }
  
    .service-subheading.is-row {
      margin-top: 20px;
      padding-bottom: 20px;
    }
  
    .service-subheading.is-heading {
      min-height: auto;
      margin-top: 30px;
    }
  
    .loader-logo-contain {
      width: 30vw;
      height: 6vw;
    }
  
    .close-trigger, .offer-trigger {
      z-index: 3;
      position: absolute;
      inset: 0%;
    }
  
    .service-hero {
      height: 500px;
    }
  
    .sticky-nav {
      display: none;
    }
  
    .validation-contain {
      width: 100%;
    }
  
    .careers-container {
      width: 100%;
      height: auto;
      padding-bottom: 18px;
      padding-left: 25%;
      padding-right: 18px;
      position: relative;
    }
  
    .careers-cta {
      padding: 16px 18px;
    }
  
    .offer-wrap {
      height: auto;
    }
  
    .offer-container {
      height: auto;
      position: relative;
    }
  
    .overlay-offer.is-1, .overlay-offer.is-2, .overlay-offer.gradient, .thumbnail-container, .apply-container {
      display: none;
    }
  
    .anchor-container {
      grid-column-gap: 12px;
      grid-row-gap: 12px;
    }
  
    .anchor-flex {
      padding-bottom: 8px;
    }
  
    .programs-support {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      bottom: 30px;
    }
  
    .services-wrapper {
      padding-top: 20px;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .services-header {
      padding-bottom: 20px;
    }
  
    .services-header.careers {
      border-bottom-style: none;
    }
  
    .services-item {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-flow: column;
      padding-top: 0;
      padding-bottom: 60px;
    }
  
    .services-item.is-wrap {
      padding-top: 20px;
    }
  
    .services-item.is-wrap.careers {
      padding-top: 0;
    }
  
    .services-item.is-career {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      border-top: 1px solid var(--white);
      border-bottom-style: none;
      padding-top: 30px;
      padding-bottom: 0;
    }
  
    .services-column {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      border-top: 1px solid #505050;
      width: 100%;
      min-width: auto;
      padding-top: 20px;
    }
  
    .services-column.is-career {
      padding-top: 30px;
    }
  
    .services-div {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      width: 80%;
    }
  
    .services-div.is-careers {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
    .service-row {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      padding-bottom: 18px;
      padding-right: 10%;
    }
  
    .service-row.no-line {
      padding-bottom: 30px;
    }
  
    .composyte-right {
      width: 88%;
    }
  
    .footer-cta-contain {
      background-color: #a459ff00;
      justify-content: flex-end;
      width: 100%;
      min-height: auto;
      padding-bottom: 20px;
      padding-left: 18px;
      padding-right: 18px;
      position: relative;
    }
  
    .footer-cta {
      background-color: var(--violet);
      padding: 18px 18px 8vh;
    }
  
    .footer-cta.is-desktop {
      display: none;
    }
  
    .footer-cta.is-mobile {
      padding-bottom: 6vh;
      display: flex;
    }
  
    .footer-overlay.is-desktop {
      display: none;
    }
  
    .footer-overlay.is-mobile {
      display: block;
    }
  
    .footer-modal {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      padding: 20px 18px 25px;
    }
  
    .split-section {
      flex-flow: column;
      min-height: auto;
      padding: 18px;
    }
  
    .column {
      grid-column-gap: 120px;
      grid-row-gap: 120px;
      width: 100%;
      position: relative;
    }
  
    .column.is-image {
      min-height: 70vh;
      padding-top: 180px;
      padding-bottom: 180px;
    }
  
    .column.middle {
      padding-bottom: 6em;
    }
  
    .div-block-6 {
      grid-column-gap: 4px;
      grid-row-gap: 4px;
      margin-top: 15px;
    }
  
    .hero-link {
      display: none;
    }
  
    .hero-link.is-tier {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      width: 50%;
      padding: 20px 18px;
      display: flex;
    }
  
    .hero-title-flex.is-top {
      padding-top: 2em;
    }
  
    .iphone {
      width: 33vw;
      min-width: auto;
    }
  
    .iphone.is-2 {
      width: 300px;
      min-width: auto;
    }
  
    .iphone.is-1 {
      width: 36vw;
    }
  
    .iphone-blur {
      border-radius: 5.2vw;
    }
  
    .iphone-blur.no-blur {
      border-radius: 44px;
      width: 288px;
      height: 642px;
      margin-top: 2px;
      margin-left: 0%;
    }
  
    .iphone-blur.solid {
      display: none;
    }
  
    .iphone-section.is-2 {
      border-radius: 5px;
    }
  
    .mobile-anchor {
      z-index: 0;
      height: 60px;
      display: block;
      position: absolute;
      inset: auto 0% 0%;
    }
  
    .anchor-mobile {
      width: 5px;
      height: 5px;
      padding-bottom: 0;
      padding-right: 0;
      display: block;
      position: absolute;
      inset: -9px auto auto 0%;
    }
  
    .anchor-mobile.is-about {
      top: 5px;
    }
  
    .tier-logo {
      width: 20vw;
    }
  
    .image-3 {
      width: 42px;
      max-width: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .hero-section {
      min-height: 90vh;
    }
  
    .subhead-contain.vw.left.power {
      width: 70%;
    }
  
    .intro-section {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-end;
      display: flex;
    }
  
    .intro-section.is-product {
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .intro-container {
      width: 100%;
    }
  
    .horizontal-flex.is-nav.is-footer {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      flex-flow: column-reverse;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .subhead-flex.is-none {
      padding-right: 20%;
    }
  
    .nav-wrapper {
      justify-content: space-between;
      align-items: center;
    }
  
    .render-height {
      justify-content: flex-end;
      align-items: center;
      display: flex;
    }
  
    .stats-container, .intro-button-div {
      width: 100%;
    }
  
    .tab-button {
      width: auto;
    }
  
    .tab-text {
      font-size: 16px;
      line-height: 14px;
    }
  
    .quotes-container {
      width: 100%;
    }
  
    .footer-flex {
      justify-content: flex-end;
      align-items: flex-end;
    }
  
    .footer-contact {
      width: 100%;
      margin-left: 0;
      padding-left: 18px;
    }
  
    .sticky-section.is-tier1 {
      padding-top: 18vh;
    }
  
    .sticky-flex {
      justify-content: flex-start;
    }
  
    .sticky-content {
      width: 100%;
    }
  
    .sticky-contain {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      width: 70%;
    }
  
    .sticky-contain.is-contact {
      width: 100%;
    }
  
    .careers-container {
      padding-left: 18px;
    }
  
    .signature {
      width: 30%;
    }
  
    .hero-link.is-tier {
      width: 100%;
    }
  
    .tier-logo {
      width: 25vw;
    }
  }
  
  @media screen and (max-width: 479px) {
    h6 {
      letter-spacing: -.01em;
      font-size: 18px;
      font-weight: 700;
      line-height: 20px;
    }
  
    p {
      color: var(--body-copy-grey);
      font-size: 18px;
      line-height: 20px;
    }
  
    blockquote {
      font-size: 8vw;
    }
  
    .hero-section.is-ty {
      padding-top: 120px;
    }
  
    .hero-section.is-product {
      padding-top: 350px;
      padding-bottom: 300px;
    }
  
    .hero-section.is-product.is-ph {
      padding-top: 320px;
      padding-bottom: 340px;
    }
  
    .hero-section.is-home {
      justify-content: space-between;
      padding-top: 15vh;
    }
  
    .hero-section.is-home.power {
      padding-top: 0;
    }
  
    .image-full.is-home {
      height: 74vh;
    }
  
    .image-full.is-home.mob {
      height: 110%;
      display: block;
    }
  
  
  
    .image-full.desktop.and-mob, .image-full.mobile {
      display: block;
    }
  
    .hero-content-flex {
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .hero-content-flex.is-ty {
      grid-column-gap: 25vh;
      grid-row-gap: 25vh;
    }
  
    .hero-content-flex.is-home {
      padding: 0 0 0;
      margin-top: 200px;
    }
  
    .title-wrapper.is-offer.extra.tech {
      padding-left: 15px;
    }
  
    .title-wrapper.is-hero {
      padding-left: 18px;
    }
  
    .title-wrapper.is-hero.is-tech {
      padding-top: 60px;
    }
  
    .title-wrapper.is-ty {
      padding-left: 13px;
    }
  
    .hero-title-contain {
      height: 15vw;
      overflow: hidden;
    }
  
    .hero-title-contain.is-2 {
      margin-top: -1vw;
    }
  
    .hero-title-contain.is-comp {
      height: 12vw;
    }
  
    .hero-title-contain.is-comp2 {
      height: 12vw;
      margin-top: -2vw;
    }
  
    .hero-title-contain.tech {
      height: 12vw;
    }
  
    .hero-title-contain.is-service {
      height: 6vw;
      overflow: visible;
    }
  
    .hero-title-contain.program, .hero-title-contain.careers {
      height: auto;
      overflow: visible;
    }
  
    .hero-title {
      /* font-size: 17vw; */
      line-height: 19vw;
    }
  
    .hero-title.is-1.tech {
      font-size: 14vw;
      line-height: 14vw;
    }
  
    .hero-title.is-service {
      font-size: 7vw;
      line-height: 7vw;
    }
  
    .hero-title.product {
      font-size: 14vw;
      line-height: 18vw;
    }
  
    .hero-title.product.is-left {
      line-height: 12vw;
    }
  
    .hero-title.dark.process {
      font-size: 19.7vw;
    }
  
    .hero-title.line {
      line-height: 14vw;
    }
  
    .grid-guides {
      display: none;
    }
  
    .hero-box.is-hero {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
      width: 100%;
      min-height: 180px;
      padding: 13px 18px 13px 13px;
    }
  
    .hero-box.is-hero.home {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      width: 82%;
      min-height: 160px;
      padding-top: 18px;
      padding-bottom: 15px;
      padding-left: 18px;
    }
  
    .hero-box.is-tech {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      width: 100%;
      min-height: 160px;
    }
  
    .heading4 {
      font-size: 5vw;
      font-weight: 500;
      line-height: 5.5vw;
    }
  
    .subhead-contain {
      width: 52vw;
    }
  
    .subhead-contain.vw {
      width: 90%;
    }
  
    .subhead-contain.vw.left {
      width: 60vw;
    }
  
    .subhead-contain.vw.left.power {
      width: 95%;
    }
  
    .subhead-contain.vw.left.mobile {
      width: 75%;
    }
  
    .battalion-type {
      font-size: 10vw;
      line-height: 10vw;
    }
  
    .registered-flex.is-2.both {
      padding-left: 2vw;
    }
  
    .registered-flex.is-2.nm {
      display: none;
    }
  
    .trademark {
      margin-top: -2vw;
      font-size: 4vw;
      line-height: 4vw;
    }
  
    .trademark.white.big, .trademark.is-tpo, .trademark.is-bt {
      font-size: 6vw;
      line-height: 6vw;
    }
  
    .intro-section.is-spline.ius-ntg {
      padding-top: 20px;
    }
  
    .intro-section.is-product {
      padding-top: 22px;
    }
  
    .intro-section.is-first {
      padding-top: 20px;
    }
  
    .arrow-contain.is-tech, .arrow-contain.is-hero {
      width: 12px;
      height: 12px;
    }
  
    .intro-container.is-2 {
      padding-right: 18px;
    }
  
    .intro-container.is-tech {
      width: 100%;
      padding-bottom: 22px;
      padding-right: 18px;
    }
  
    .intro-container.is-product {
      width: 100%;
    }
  
    .intro-container.is-careers {
      width: 100%;
      padding-right: 18px;
    }
  
    .intro-container.is-6 {
      padding-right: 18px;
    }
  
    .heading3 {
      font-size: 6.5vw;
      line-height: 6.5vw;
    }
  
    .heading3.is-bold.is-tpo, .heading3.is-bold.is-bt {
      font-size: 14vw;
      line-height: 12vw;
    }
  
    .heading3.is-centre.reverse, .heading3.reverse {
      font-size: 6.5vw;
      line-height: 6.5vw;
    }
  
    .heading3.nm {
      display: none;
    }
  
    .heading3.nd {
      font-size: 6.5vw;
      line-height: 6.5vw;
      display: block;
    }
  
    .heading3.nd.bold-big {
      color: var(--white);
      font-size: 10vw;
      font-weight: 700;
      line-height: 10vw;
    }
  
    .heading3.nd.big {
      color: var(--white);
      font-size: 10vw;
      line-height: 10vw;
    }
  
    .heading3.nd.big.cm {
      text-align: center;
    }
  
    .heading3.is-large {
      font-size: 10vw;
    }
  
    .horizontal-flex.nm, .horizontal-flex.nm.nd {
      display: none;
    }
  
    .horizontal-flex.nd {
      display: flex;
    }
  
    .horizontal-flex.nd.is-service, .horizontal-flex.is-top {
      flex-flow: column;
    }
  
    .horizontal-flex.is-first {
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .intro-grid {
      grid-template-columns: 1fr;
    }
  
    .intro-grid.is-2 {
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      margin-top: 50px;
    }
  
    .intro-grid.is-4 {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
    }
  
    .intro-grid.is-tier {
      grid-column-gap: 14px;
      grid-row-gap: 14px;
      grid-template-columns: 1fr;
    }
  
    .intro-grid-container.is-2 {
      padding-bottom: 50px;
    }
  
    .subheading, .body-copy {
      font-size: 18px;
      line-height: 20px;
    }
  
    .body-copy.is-large.footer-link {
      font-size: 6vw;
      line-height: 6.5vw;
    }
  
    .body-copy.is-large.offer {
      color: var(--white);
      text-transform: uppercase;
      font-weight: 700;
    }
  
    .body-copy.white.limited {
      width: 95%;
    }
  
    .body-copy.bold.cm {
      max-width: 80%;
    }
  
    .body-copy.bold.wm {
      color: var(--white);
    }
  
    .body-copy.faded {
      color: #ffffffb3;
      width: 25px;
    }
  
    .body-copy.is-label.is-dark {
      color: var(--white);
    }
  
    .divider.nm {
      display: none;
    }
  
    .divider.is-a {
      margin-bottom: 4px;
    }
  
    .number-div {
      width: 32px;
    }
  
    .subhead-flex {
      width: 100%;
    }
  
    .subhead-flex.is-small.top-p {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      padding-top: 30px;
    }
  
    .subhead-flex.is-none {
      grid-column-gap: 4px;
      grid-row-gap: 4px;
      padding-right: 10px;
    }
  
    .subhead-flex.is-approach {
      width: 100%;
      padding-left: 6vw;
      padding-right: 6vw;
    }
  
    .subhead-flex.is-comp {
      width: 100%;
    }
  
    .subhead-flex.shorter {
      width: 100%;
      padding-bottom: 50px;
    }
  
    .logo-container.menu {
      height: 50px;
    }
  
    .button-div {
      padding: 12px 18px 10px;
    }
  
    .button-div.is-concrete.mob, .button-div.is-mob {
      padding: 10px 16px 8px;
    }
  
    .button-div.is-close {
      z-index: 5;
      border: 1px solid var(--white);
      background-color: #fff0;
      display: none;
      position: relative;
    }
  
    .button-div.is-submit {
      margin-right: 18px;
    }
  
    .button-arrow-container.is-plus.is-onm {
      display: none;
    }
  
    .button-arrow-container.is-service {
      width: 8px;
      height: 8px;
    }
  
    .render-container.is-mobile {
      padding-left: 20%;
    }
  
    .render-container.is-mobile.footer {
      aspect-ratio: 1;
      padding-bottom: 40px;
      padding-left: 0%;
    }
  
    .stat-box {
      border-radius: 4px;
      min-height: 240px;
    }
  
    .heading-large {
      font-size: 28vw;
      line-height: 21vw;
    }
  
    .heading-large.colour.is-percent {
      font-size: 17vw;
      line-height: 14vw;
    }
  
    .intro-button-div.is-padded {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 0;
    }
  
    .pre-offerings-container {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      grid-template-columns: 1fr;
    }
  
    .rates-flex {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .offerings-section {
      margin-bottom: 5px;
    }
  
    .offerings-section.is-last {
      margin-bottom: 0;
    }
  
    .offering-image {
      display: none;
    }
  
    .offering-image.is-mob {
      display: block;
    }
  
    .offering-image.is-tab, .offer-tab-wrap {
      display: none;
    }
  
    .offer-row {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-flow: column;
    }
  
    .offer-cell {
      width: 100%;
      padding-bottom: 12px;
    }
  
    .offer-cell.is-2 {
      padding-top: 0;
    }
  
    .offer-cell.is-3 {
      padding-top: 10px;
    }
  
    .offer-cell.is-3.last {
      border-bottom-style: none;
    }
  
    .tab-heading {
      margin-top: 1vw;
      font-size: 9vw;
    }
  
    .quote-box {
      border-radius: 4px;
    }
  
    .quote-box.is-blur {
      display: none;
    }
  
    .states-section {
      margin-top: 80px;
    }
  
    .states-section.no-desktop {
      margin-top: 0;
      padding-bottom: 100px;
    }
  
    .approach-section.is-2 {
      padding: 60px 0 20px;
      position: relative;
    }
  
    .approach-section.is-main {
      padding-top: 100px;
    }
  
    .image-contain {
      width: 100%;
      height: 88vw;
      padding-left: 25px;
      padding-right: 25px;
    }
  
    .flex-vert.is-mob {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .approach-row {
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 20px 18px 16px;
    }
  
    .approach-row.is-top {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      padding-right: 0%;
    }
  
    .approach-row.is-top.last {
      border-bottom-style: none;
    }
  
    .approach-flex {
      width: 100%;
    }
  
    .composyte-section {
      padding-bottom: 5px;
    }
  
    .composyte-header {
      font-size: 12vw;
      line-height: 14vw;
    }
  
    .composyte-container {
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .comp-img-contain {
      padding-top: 60px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .comp-content {
      width: 100%;
      padding-left: 13px;
      padding-right: 13px;
    }
  
    .comp-screens {
      width: 55vw;
    }
  
    .comp-logo {
      width: 140px;
      margin-left: 18px;
    }
  
    .tech-section {
      grid-column-gap: 240px;
      grid-row-gap: 240px;
      min-height: 70vh;
    }
  
    .tech-section.is-careers {
      min-height: 100vh;
    }
  
    .footer-flex {
      padding-bottom: 0;
    }
  
    .footer-logo {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .mobile-logo {
      justify-content: flex-start;
      align-items: center;
      height: 50px;
      display: flex;
    }
  
    .menu-row.is-apply {
      width: 100%;
    }
  
    .menu-link {
      font-size: 6vw;
      line-height: 6vw;
    }
  
    .mobile-cta-flex {
      z-index: 50;
      flex-flow: column;
      justify-content: flex-end;
      display: flex;
      position: relative;
    }
  
    .cta-row {
      border-top: 1px solid #ffffff26;
      justify-content: space-between;
      align-items: center;
      padding: 15px 18px;
      display: flex;
    }
  
    .cta-numbering {
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }
  
    .offer-mob-contain {
      z-index: 999;
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background-color: #000000b3;
      flex-flow: column;
      align-items: center;
      padding-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      display: flex;
      position: fixed;
      inset: 0%;
    }
  
    .offer-mob-contain.is-1, .offer-mob-contain.is-2, .offer-mob-contain.is-3, .offer-mob-contain.is-4, .offer-mob-contain.is-5, .offer-mob-contain.is-6, .offer-mob-contain.is-7, .offer-mob-contain.is-8, .offer-mob-contain.is-9 {
      display: none;
    }
  
    .offerings-mobile {
      margin-bottom: 5px;
      display: flex;
    }
  
    .offer-contain {
      z-index: 5;
      background-color: var(--concrete);
      border-radius: 4px;
      flex-flow: column;
      width: 100%;
      padding: 20px 16px 16px;
      display: flex;
      position: relative;
    }
  
    .tab-head {
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding-bottom: 10px;
      display: flex;
    }
  
    .fixed-width {
      width: 86%;
    }
  
    .div-block-tab {
      margin-top: 80px;
    }
  
    .sticky-section, .sticky-section.is-tier1 {
      padding-top: 18vh;
    }
  
    .sticky-image.nm {
      display: none;
    }
  
    .sticky-image.nd {
      display: block;
    }
  
    .sticky-image.nd.is-tier {
      height: 100%;
      margin-top: 0;
      position: absolute;
      top: 0;
    }
  
    .sticky-flex {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .sticky-flex.is-service {
      padding-bottom: 0;
    }
  
    .sticky-flex.is-contact {
      padding-top: 25vh;
    }
  
    .sticky-contain {
      width: 100%;
      padding-right: 8%;
    }
  
    .sticky-contain.is-tpo {
      width: 100%;
      margin-top: 30px;
      padding-right: 0%;
    }
  
    .sticky-contain.is-tier {
      padding-right: 0%;
    }
  
    .form-heading {
      border-top-style: none;
      border-bottom-color: #ffffff1f;
      margin-top: 0;
      padding: 18px 18px 15px;
    }
  
    .form-heading.is-contact {
      margin-top: 0;
    }
  
    .form-heading.is-dark {
      border-bottom-color: #ffffff1f;
      padding-top: 18px;
    }
  
    .field {
      border-radius: 0;
    }
  
    .field.is-dark {
      color: var(--white);
      border-bottom-color: #ffffff1f;
    }
  
    .field.is-dark:focus {
      border-bottom-color: var(--white);
    }
  
    .field.is-dark::placeholder {
      color: #ffffff80;
    }
  
    .form-section, .mobile-wrap {
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .mobile-wrap.is-fw {
      padding-bottom: 420px;
    }
  
    .blur-wrap {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      background-color: #00000014;
      margin-top: 80px;
      padding-bottom: 60px;
    }
  
    .blur-wrap.is-tier1 {
      background-color: #00000040;
      margin-top: 180px;
    }
  
    .error-contain {
      width: 96%;
      margin-left: 2%;
    }
  
    .contact-buttons {
      flex-flow: wrap;
      margin-top: 0;
    }
  
    .service-title {
      display: none;
    }
  
    .services-flex, .service-container {
      grid-column-gap: 0em;
      grid-row-gap: 0em;
    }
  
    .service-block {
      border-radius: 0;
      padding-left: 18px;
      padding-right: 18px;
    }
  
    .service-block.is-list {
      border-top: 1px solid #fff;
    }
  
    .service-block.is-list.is-green {
      border-top-color: var(--charcoal);
    }
  
    .service-subheading.is-heading {
      padding-right: 0%;
    }
  
    .loader-logo-contain {
      width: 40vw;
      height: 8vw;
    }
  
    .careers-container {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .careers-cta {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      border-radius: 0;
      padding-top: 20px;
      padding-bottom: 18px;
    }
  
    .footer-socials {
      display: none;
    }
  
    .product-flex {
      padding-top: 60px;
      padding-bottom: 30px;
    }
  
    .anchor-flex {
      padding-bottom: 10px;
    }
  
    .number-contain {
      width: 8%;
    }
  
    .anchor-link {
      width: 92%;
    }
  
    .anchor-line.is-last {
      display: none;
    }
  
    .anchor-arrow {
      width: 10px;
      height: 10px;
    }
  
    .programs-support {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
    .services-wrapper {
      padding-top: 22px;
    }
  
    .services-item.is-career {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
    }
  
    .services-column {
      margin-top: 40px;
    }
  
    .services-column.is-career {
      margin-top: 30px;
    }
  
    .services-div {
      width: 100%;
    }
  
    .service-row {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      padding-right: 0%;
    }
  
    .service-row.no-line {
      padding-bottom: 80px;
    }
  
    .composyte-right {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      width: 100%;
    }
  
    .footer-cta-contain {
      padding-bottom: 12px;
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .footer-cta {
      padding-bottom: 60px;
    }
  
    .footer-cta.is-mobile {
      padding-bottom: 4vh;
    }
  
    .footer-modal {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      justify-content: flex-start;
    }
  
    .modal-content {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
    }
  
    .signature {
      width: 50%;
    }
  
    .split-section {
      position: relative;
    }
  
    .column.is-image {
      border-radius: 4px;
    }
  
    .column.middle {
      padding-top: 5vh;
      padding-bottom: 10vh;
    }
  
    .div-block-6 {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
    }
  
    .hero-link.is-tier {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      padding-top: 25px;
      padding-bottom: 25px;
    }
  
    .hero-title-flex {
      flex: none;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      padding-top:8vh;
    }
  
    .hero-title-flex.is-top {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      padding-top: 20px;
      padding-bottom: 60px;
    }
  
    .iphone {
      width: 50vw;
    }
  
    .iphone.is-2 {
      width: 280px;
      min-width: auto;
    }
  
    .iphone.is-1 {
      width: 56vw;
    }
  
    .iphone-blur {
      border-radius: 8vw;
    }
  
    .iphone-blur.no-blur {
      border-radius: 42px;
      width: 267px;
      height: 598px;
      margin-top: 2px;
      margin-left: 0%;
    }
  
    .iphone-blur.solid {
      border-radius: 46px;
      display: none;
    }
  
    .div-block-8 {
      width: 10px;
      height: 10px;
      padding-bottom: 0;
      padding-right: 0;
      position: absolute;
      inset: auto auto -12px 0%;
    }
  
    .anchor-mobile {
      opacity: 0;
    }
  
    .tier-logo {
      width: 35vw;
    }
  
    .image-3 {
      width: 38px;
    }
  }
  
  #w-node-_72502d25-5cf7-8d24-31dc-7ea6e7f63b36-c1f8ec8a {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-c66d4cc6-a0e6-e82c-f8a3-4ba04860cb4c-c1f8ec8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-b4d9fe13-ac2e-3584-ca05-2ffb93982f3c-c1f8ecc9 {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  
  #w-node-c909114d-6db6-1d2b-bd17-23428a3193cc-c1f8eccc, #w-node-_135d6d17-7b10-7cd4-4f1c-a357b29b42f0-c1f8eccf, #w-node-_23cb8594-b257-1ca1-8e61-e94e39bce8d5-c1f8ecd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_72502d25-5cf7-8d24-31dc-7ea6e7f63b36-c1f8ec8a, #w-node-b4d9fe13-ac2e-3584-ca05-2ffb93982f3c-c1f8ecc9 {
      grid-column: span 2 / span 2;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-eb129f49-2275-2c37-7561-bf0e01d05c2f-c1f8ec8a, #w-node-b4d9fe13-ac2e-3584-ca05-2ffb93982f17-c1f8ecc9 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-eb129f49-2275-2c37-7561-bf0e01d05c2f-c1f8ec8a, #w-node-b4d9fe13-ac2e-3584-ca05-2ffb93982f17-c1f8ecc9 {
      grid-column: span 1 / span 1;
    }
  }
  
  @font-face {
    font-family: 'Helvetica Now Display';
    src: url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed0d_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed0c_font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Now Display';
    src: url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed0f_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed0e_font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Helvetica Now Display';
    src: url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed11_font.woff2') format('woff2'), url('https://cdn.prod.website-files.com/66f603e5069e2b5cc1f8ec86/66f603e5069e2b5cc1f8ed10_font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

     .product-name-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-name-overlay span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff;
    background-color: rgba(139, 93, 51, 0.7);
    border-radius: 4px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.stat-box:hover .product-name-overlay {
    opacity: 1;
}

.stat-box:hover .product-name-overlay span {
    transform: translateY(0);
}





.explore-button {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(90deg,#2c4d36, #63a3c6);
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.explore-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.3);
}

.explore-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.2);
}

/* Optional shine effect */
.explore-button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transform: rotate(30deg);
  transition: opacity 0.3s;
}

.explore-button:hover::after {
  opacity: 1;
}
@keyframes floatRotate {
  0%   { transform: rotateY(20deg); }
  50%  { transform: rotateY(-20deg); }
  100% { transform: rotateY(20deg); }
}

.hero-title1 {
  color: #006094;
  text-transform: uppercase;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 6vw;
  font-weight: 1000;
  line-height: 5vw;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial state before entering viewport */
.animate-on-scroll {
  opacity: 0.01; /* Use 0.01 instead of 0 to prevent full invisibility in fallback */
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Trigger animation */
.animate-on-scroll.visible {
  animation: fadeUp 3s ease-out forwards;
}

@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.animate-bounce-up {
  opacity: 0;
  animation: bounceUp 1.2s ease-out forwards;
}
.quote-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* ensures image doesn't spill outside */
  background-color: white;
  border-radius: 20px;
  animation: slideFromBottom 5s forwards ease-out, 
           floatBox 3s infinite ease-in-out 5s;
           transition: transform 0.3s ease, box-shadow 0.3s ease;
           /* margin-top: -40px; */
  }
.quote-box.animate {
  transform: translateY(0); /* Move to final position */
  opacity: 1;
  animation: boxShadowPulse 5s infinite ease-in-out 0.6s,
             floatBox 3s infinite ease-in-out 0.6s;
}
.quote-box:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
}

.quote-bg {
  width: 100%;
  display: block;
  filter: brightness(0.85);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  animation: pulseImage 7s infinite ease-in-out 0.6s, 
  imageBorderRadius 8s infinite ease-in-out 0.6s;
  inset: 0;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.quote-bg:hover {
  filter: brightness(0.95);
}
/* Slide-up keyframes */
@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Initial hidden state */
.slide-up-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.3s;
}

/* When in view, apply the animation */
.slide-up-on-scroll.animate {
  animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideFromBottom {
  from { 
    transform: translateY(100px);
    opacity: 0;
  }
  to { 
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideFromBottom {
  from { 
    transform: translateY(100px);
    opacity: 0;
  }
  to { 
    transform: translateY(0);
    opacity: 1;
  }
}

/* Other animations - FASTER floating */
@keyframes floatBox {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes pulseImage {
  0% { transform: scale(1); filter: brightness(0.85); }
  50% { transform: scale(1.02); filter: brightness(0.95); }
  100% { transform: scale(1); filter: brightness(0.85); }
}

@keyframes imageBorderRadius {
  0% { border-radius: 12px; }
  50% { border-radius: 18px; }
  100% { border-radius: 12px; }
}

@keyframes boxShadowPulse {
  0% { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
  50% { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); }
  100% { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
}







.div-block1 {
  /* height: 200px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.div-block1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Different transparent color schemes for cards */
.div-block1.is-nm1:nth-of-type(4n+2) {
  background-color: rgba(255, 230, 230, 0.3);
  border: 1px solid rgba(255, 200, 200, 0.5);
}

.div-block1.is-nm1:nth-of-type(4n+4) {
  background-color: rgb(173 141 74 / 17%);
  border: 1px solid rgba(255, 200, 200, 0.5);
}

.div-block1.is-nm1:nth-of-type(4n+6) {
  background-color: #ded9d263;
  border:1px solid rgba(200, 200, 255, 0.5);
}

.div-block1.is-nm1:nth-of-type(4n+8) {
  background-color: #e4e3df;
  border: 1px solid rgba(255, 255, 200, 0.5);
}

.card-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(60, 60, 80, 0.9);
  color: #006094;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
 
}
  

.card-text {
  font-size: 0.9rem;
  text-align: center;
  color: rgba(80, 80, 100, 0.8);
  margin-bottom: 15px;
}

.card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  opacity: 0.7;
  color: #006094;
}

  .map-section {
            width: 100%;
            max-width: 800px;
            height: 700px; /* Reduced height */
            position: relative;
            animation: fadeIn 1.2s ease-out;
            margin: 0 auto;
        }
        
        .map-container {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .map-container:hover {
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .map-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%);
            pointer-events: none;
            border-radius: 12px;
        }
        
        .india-map {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 12px;
            object-fit: contain;
        }
        
        .legends-section {
            width: 100%;
            padding: 20px 0;
            margin-top: 30px;
            display: flex;
            justify-content: center;
            background-color: white;
            border-radius: 12px;
            /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
            animation: fadeIn 1s ease-out 0.5s forwards;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            margin: 0 15px;
        }
        
        .legend-marker {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid rgba(255, 87, 34, 0.7);
            position: relative;
            margin-right: 10px;
        }
        
        .legend-marker::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: #ff5722;
            border-radius: 50%;
        }
        
        .legend-text {
            font-size: 0.9rem;
            color: #555;
        }
        
        .hotspot {
            position: absolute;
            width: 28px;
            height: 28px;
            background: rgba(255, 87, 34, 0);
            border: 2px solid rgba(255, 87, 34, 0.7);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 5;
            transform: translate(-50%, -50%);
        }
        
        .hotspot::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background-color: #ff5722;
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
            animation: pulse 2s infinite;
        }
        
        .hotspot:hover {
            transform: translate(-50%, -50%) scale(1.2);
            border-color: rgba(255, 87, 34, 1);
            z-index: 50;
        }
        
        .hotspot:hover::after {
            animation: none;
            background-color: rgba(255, 87, 34, 1);
        }
        
        .city-card {
            position: absolute;
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            width: 280px;
            padding: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px) scale(0.9);
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
            z-index: 40;
            pointer-events: none;
        }
        
        .hotspot:hover + .city-card {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
        }
        
        .city-image {
            width: 100%;
            height: 120px;
            border-radius: 6px;
            object-fit: cover;
            margin-bottom: 10px;
        }
        
        .city-card h3 {
            font-size: 1.3rem;
            margin-bottom: 8px;
            color: #ff5722;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .city-emblem {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ff5722;
        }
        
        .city-card p {
            font-size: 0.9rem;
            margin-bottom: 10px;
            color: #555;
            line-height: 1.4;
        }
        
        .city-meta {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.85rem;
        }
        
        .city-meta i {
            color: #ff5722;
            margin-right: 8px;
            font-size: 0.9rem;
            width: 14px;
        }
        
        .attractions {
            margin-top: 12px;
        }
        
        .attractions-title {
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444;
        }
        
        .badge {
            display: inline-block;
            padding: 3px 8px;
            background-color: #f0f0f0;
            border-radius: 20px;
            font-size: 0.75rem;
            margin-right: 5px;
            margin-bottom: 5px;
            color: #555;
            opacity: 0;
            animation: fadeInUp 0.5s ease forwards;
        }
        
        .hotspot:hover + .city-card .badge {
            opacity: 1;
        }
        
        .card-pointer {
            position: absolute;
            width: 15px;
            height: 15px;
            background: white;
            transform: rotate(45deg);
            z-index: -1;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
        .tooltip {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
            pointer-events: none;
            z-index: 20;
        }
        
        .hotspot:hover ~ .tooltip {
            opacity: 1;
            transform: translateY(0);
        }
        
        .instructions {
            text-align: center;
            padding: 20px;
            margin-top: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            animation: fadeIn 1s ease-out 0.5s forwards;
            opacity: 0;
        }
        
        .instructions h3 {
            color: #ff5722;
            margin-bottom: 10px;
        }
        
        .instructions p {
            color: #555;
        }
        
        .pin-pulse {
            position: absolute;
            top: 45%;
            left: 65%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            animation: instructionPulse 2s infinite;
            pointer-events: none;
            opacity: 0.7;
        }
        
        @keyframes instructionPulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.7;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.2);
                opacity: 1;
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.7;
            }
        }
        
        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(0.95);
                box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
            }
            70% {
                transform: translate(-50%, -50%) scale(1);
                box-shadow: 0 0 0 10px rgba(255, 87, 34, 0);
            }
            100% {
                transform: translate(-50%, -50%) scale(0.95);
                box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
            }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes float {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-5px);
            }
            100% {
                transform: translateY(0px);
            }
        }
      

         .legends-container {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .legend-box {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 8px;
            padding: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
            width: 180px;
        }
        
        .legend-title {
            font-weight: bold;
            margin-bottom: 8px;
            text-align: center;
            color: #2c3e50;
            font-size: 14px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
        }
        
        .legend-marker {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-right: 8px;
        }
        
        .legend-text {
            font-size: 12px;
            color: #34495e;
        }
        
        /* Position for each legend box */
        .legend-top-left {
            top: 20px;
            left: 20px;
        }
        
        .legend-top-right {
            top: 20px;
            right: 20px;
        }
        
        .legend-bottom-left {
            bottom: 20px;
            left: 20px;
        }
        
        .legend-bottom-right {
            bottom: 20px;
            right: 20px;
        }
        
          .temple-marker {
            background-color: #e74c3c;
        }
        
        .historical-marker {
            background-color: #3498db;
        }
        
        .archaeological-marker {
            background-color: #2ecc71;
        }
        
        .charitable-marker {
            background-color: #f39c12;
        }


        @media(max-width:768px){
          .legend-box .legend-bottom-left{
            display: none;
          }
          .legend-box .legend-bottom-right{
            display: none;
          }
        }

         @media(max-width:480px){
          .legend-box{
            display: none !important;
          }
          .legend-box .legend-bottom-right{
            display: none !important;
          }
        }


        
  
 .testimonial-container {
  position: relative;
  height: 500px;
  margin-bottom: 70px;
}

.testimonial-orbit {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  border: 1px solid rgba(194, 186, 169, 0.3);
  border-radius: 50%;
  transform-style: preserve-3d;
  z-index: 1; /* Lower z-index for the orbit */
}

.testimonial-item {
  position: absolute;
  width: 350px;
  padding: 25px;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 5; /* Higher z-index for all testimonial items */
  /* Default background color will be overridden by JavaScript */
}

.testimonial-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 10; /* Highest z-index for active testimonial */
}

.testimonial-item .quote {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-color);
  font-style: italic;
}

.testimonial-item .author {
  display: flex;
  align-items: center;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid var(--accent-color);
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.author-info p {
  margin: 5px 0 0;
  font-size: 0.85rem;
  color: var(--stone-dark);
}

.quote-icon {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}

.floating-stones {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.stone {
  position: absolute;
  background-color: var(--stone-light);
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(3px);
}

/* Removed controls styling */

@media (max-width: 768px) {
  .testimonial-orbit {
    width: 100%;
    height: 300px;
  }
  
  .testimonial-item {
    width: 280px;
  }
  
  .section-title h2 {
    font-size: 2.5rem;
  }
}
    /* Animation for the stone elements */
    @keyframes floatStone {
      0% { transform: translateY(0) rotate(0); }
      50% { transform: translateY(-15px) rotate(3deg); }
      100% { transform: translateY(0) rotate(0); }
    }
    
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
    .fade-in {
      animation: fadeIn 1s ease forwards;
    }
   :root{
      --testimonial-bg-1: rgba(220, 230, 223, 0.85); /* Light sage green */
      --testimonial-bg-2: rgba(214, 196, 160, 0.85); /* Warm cream */
      --testimonial-bg-3: rgba(207, 225, 244, 0.924); /* Light blue-gray */
      --testimonial-bg-4: rgba(248, 220, 205, 0.908); /* Soft terracotta */
      --testimonial-bg-5: rgba(212, 199, 238, 0.926); /* Soft lavender */
      --testimonial-bg-6: rgba(242, 248, 163, 0.85); /* Soft lavender */}

      

       .center-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 200px;
      height: 200px;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: center;
      /* background-color: rgba(255, 255, 255, 0.9); */
      /* border-radius: 50%; */
      /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
      padding: 15px;
      animation: pulsate 3s ease-in-out infinite;
    }
    
    .center-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }



    .nav-container a {
    /* Existing styles, keep these */
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 8px;
    transition: color 0.3s ease, background-color 0.3s ease;
    margin-bottom: 0;
    /* Smooth transition */
  }
  .nav-container a:hover {
    color: #98d9fc
  }
  .glass-light {
    /* Existing styles, keep these */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: -1;;
  }
  .sticky-nav.off .nav-container {
    background-color: transparent;
    backdrop-filter: none;
    border-bottom: none;
  }
  /* Dropdown Styles */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
    padding: 10px;
    margin-top: 5px;
    backdrop-filter: blur(10px);
    background-color: #0a0a0a3d;
    background-image: linear-gradient(180deg, #ffffff0f, #6f696978 55%);
   
  }
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  .dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }

    @media(max-width:768px){
      .hero-title1{
        font-size: 7vw;
      }
    }


     .city-legend-region {
      width: 23%;
      margin-bottom: 20px;
      background-color: white;
      border-radius: 6px;
      padding: 15px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .region-title {
      color: #2c3e50;
      font-weight: bold;
      font-size: 16px;
      border-bottom: 2px solid #3498db;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }
    
    .city-item {
      margin-bottom: 8px;
      padding-left: 15px;
      position: relative;
    }
    
    .city-item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      background-color: #e74c3c;
      border-radius: 50%;
    }
    
    .city-name {
      font-weight: 500;
      color: #333;
      cursor: pointer;
      transition: color 0.3s;
    }
    
    .city-name:hover {
      color: #e74c3c;
    }
    
    .city-project {
      font-size: 11px;
      color: #7f8c8d;
      margin-top: 2px;
    }

    
    .legend-item1 {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 8px;
      background: #ffffff;
      padding: 6px 12px;
      border-radius: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s;
    }

    .legend-item1:hover {
      transform: scale(1.05);
    }

    .legend-color {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: inline-block;
      box-shadow: 0 0 0 1px #ccc;
    }

    /* City color themes */
    .gandhinagar { background-color: #ec8b4a; }
    .ranchi { background-color: #91f3cf; }
    .ludhiana { background-color: #c7ceea; }
    .jodhpur { background-color: #8ec7ed; }
    .banswara { background-color: #c5f676; }
    .dhrangadhra { background-color: #efa1ff; }
    .allahabad{ background-color: hsl(204, 91%, 68%); }
    .surendranagar { background-color: #fe618e; }


    /* Positioning each legend like map points (customize freely) */
    #gandhinagar { bottom: 100px; left: -200px; }
    #ranchi { top: 300px; left: -150px; }
    #ludhiana { top: 400px; right: -150px; }
    #jodhpur { top: 450px; left: -350px; }
    #banswara { top: 100px; right: -150px; }
    #dhrangadhra { top: 250px; right: -300px; }
    #allahabad{ top: 550px; right: -350px; }
    #surendranagar{ top: 150px; left: -300px; }


    
@media (max-width: 480px) {
  .testimonial-container {
    height: 150px !important;  /* Even smaller on very small devices */
  }
  
  .testimonial-orbit {
    height: 250px;
  }
  
  .testimonial-item {
    width: 90%;
    max-width: 260px;
    padding: 12px;
  }
  
  .center-logo {
    display: none;
  }
}
@media(max-width:768px){
   .center-logo {
    display: none;
  }
}



   
 .testimonial-container {
  position: relative;
  height: 500px;
  margin-bottom: 70px;
}

.testimonial-orbit {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  border: 1px solid rgba(194, 186, 169, 0.3);
  border-radius: 50%;
  transform-style: preserve-3d;
  z-index: 1; /* Lower z-index for the orbit */
}

.testimonial-item {
  position: absolute;
  width: 350px;
  padding: 25px;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 5; /* Higher z-index for all testimonial items */
  /* Default background color will be overridden by JavaScript */
}

.testimonial-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 10; /* Highest z-index for active testimonial */
}

.testimonial-item .quote {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-color);
  font-style: italic;
}

.testimonial-item .author {
  display: flex;
  align-items: center;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid var(--accent-color);
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.author-info p {
  margin: 5px 0 0;
  font-size: 0.85rem;
  color: var(--stone-dark);
}

.quote-icon {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}

.floating-stones {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.stone {
  position: absolute;
  background-color: var(--stone-light);
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(3px);
}

/* Enhanced responsive styling */
@media (max-width: 768px) {
  .testimonial-container {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;  /* Reduced height for mobile */
  }
  
  .testimonial-orbit {
    width: 100%;    /* Full width */
    height: auto;   /* Auto height */
    border: none;   /* Remove orbit border on mobile */
    position: relative; /* Change from absolute to relative */
    transform: none;    /* Remove transform */
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  
  .testimonial-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;    /* Wider item relative to screen */
    max-width: 300px;
    padding: 15px; /* Smaller padding */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-item .quote {
    font-size: 0.9rem;  /* Smaller font */
    line-height: 1.5;
  }
  
  .author-image {
    width: 40px;  /* Smaller author image */
    height: 40px;
  }
  
  .author-info h4 {
    font-size: 0.9rem;
  }
  
  .author-info p {
    font-size: 0.75rem;
  }
  
  .quote-icon {
    width: 30px;  /* Smaller quote icon */
    height: 30px;
    font-size: 1.2rem;
  }
  
  .center-logo {
    display: none !important;  /* Hide logo on mobile */
  }
  

  
  .hero-title1 {
    font-size: 1.8rem !important;  /* Smaller title */
  }
}

@media (max-width: 480px) {
  .testimonial-container {
 height: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;  }
  
  .testimonial-orbit {
    height: auto;
  }
  
  .testimonial-item {
    width: 90%;
    max-width: 260px;
    padding: 12px;
  }
  
  .center-logo {
    display: none !important;  /* Hide logo on mobile */
  }
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  animation: pulsate 3s ease-in-out infinite;
}

.center-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




.dropdown-content1 {
      display: none;
      padding: 5px 15px;
      background-color: #f9f9f9;
      width: 100%;
      border-top: 1px solid #eee;
    }
    
    .dropdown-list1 {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    
    .dropdown-list1 li {
      padding: 8px 0;
      border-bottom: 1px solid #eee;
    }
    
    .dropdown-list1 li:last-child {
      border-bottom: none;
    }
    
    .dropdown-list1 a {
      color: #333;
      text-decoration: none;
      display: block;
      font-size: 14px;
      transition: color 0.2s ease;
    }
    
    .dropdown-list1 a:hover {
      color: #0066cc;
    }
    
    .dropdown-toggle1 {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    
    .dropdown-toggle1::before {
      content: '+';
      font-size: 18px;
    }
    
    .dropdown-toggle1.active::before {
      content: '-';
    }
    
    /* Desktop view - hide dropdown toggles */
    @media (min-width: 768px) {
      .menu-flex {
        flex-direction: column;
      }
      
      .dropdown-toggle1 {
        display: none;
      }
      
      .dropdown-content1 {
        display: none !important;
      }
      
      .menu-row {
        border-bottom: none;
      }
    }

 .partner-section {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 20px;
            z-index: 2;
        }

        .container25 {
            max-width: 1200px;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            backdrop-filter: blur(10px);
            animation: slideUp 1s ease-out;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Header section */
        .form-header {
            background: linear-gradient(135deg, #cdccc8 0%, #bedeff 100%);
            padding: 40px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .form-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }

        .form-header h1 {
            /* font-size: 2.5rem; */
            margin-bottom: 10px;
            animation: pulse 1s ease-out 0.3s both;
        }

        .form-header p {
            font-size: 1.1rem;
            opacity: 0.9;
            animation: fadeInUp 1s ease-out 0.5s both;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Form content */
        .form-content {
            padding: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
        }

        .form-left, .form-right {
            animation: slideInLeft 1s ease-out 0.7s both;
        }

        .form-right {
            animation: slideInRight 1s ease-out 0.9s both;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Form groups */
        .form-group {
            margin-bottom: 25px;
            position: relative;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
            font-size: 0.95rem;
        }

        .input-wrapper {
            position: relative;
        }

        .form-control {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e0e6ed;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-control:focus {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }

        .form-control:hover {
            border-color: #667eea;
            transform: translateY(-1px);
        }

        /* Select styling */
        select.form-control {
            cursor: pointer;
        }

        /* Textarea styling */
        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        /* File upload styling */
        .file-upload {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .file-upload input[type="file"] {
            opacity: 0;
            position: absolute;
            z-index: -1;
        }

        .file-upload-label {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            border: 2px dashed #667eea;
            border-radius: 12px;
            background: #f8f9fa;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            color: #667eea;
            font-weight: 500;
        }

        .file-upload-label:hover {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
        }

        /* Submit button */
        .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 18px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            grid-column: 1 / -1;
            justify-self: center;
            min-width: 200px;
        }

        .submit-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .submit-btn:hover::before {
            left: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
        }

        .submit-btn:active {
            transform: translateY(-1px);
        }

        /* Benefits section */
        .benefits {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .benefits h3 {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 1.3rem;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            animation: fadeIn 1s ease-out;
        }

        .benefit-icon {
            width: 20px;
            height: 20px;
            background: #667eea;
            border-radius: 50%;
            margin-right: 15px;
            position: relative;
        }

        .benefit-icon::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .form-content {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 30px;
            }

            .form-header h1 {
                font-size: 2rem;
            }

            .form-header {
                padding: 30px 20px;
            }

            .partner-section {
                padding: 30px 15px;
            }

            .submit-btn {
                width: 100%;
            }
            .benefit-item span{
              font-size: 15px;
            }
        }

        /* Loading animation */
        .loading {
            pointer-events: none;
            opacity: 0.7;
        }

        .loading .submit-btn::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            margin: auto;
            border: 2px solid transparent;
            border-top-color: #ffffff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }


        /* Font Icons */
        .menu-icon {
            font-size: 18px;
            transition: all 0.4s ease;
            z-index: 2;
            position: relative;
            color: #006094;
            margin-right: 20px;
            animation: pulse 2s infinite;

        }

        
          @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

          @keyframes wobble {
            0%, 100% {
                transform: translateX(0%);
            }
            15% {
                transform: translateX(-25%) rotate(-5deg);
            }
            30% {
                transform: translateX(20%) rotate(3deg);
            }
            45% {
                transform: translateX(-15%) rotate(-3deg);
            }
            60% {
                transform: translateX(10%) rotate(2deg);
            }
            75% {
                transform: translateX(-5%) rotate(-1deg);
            }
        }


         @keyframes textGlow {
            0%, 100% {
                text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
            }
            50% {
                text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
            }
        }

           @keyframes shakeX {
            0%, 100% {
                transform: translateY(-8px) scale(1.05) translateX(0);
            }
            10%, 30%, 50%, 70%, 90% {
                transform: translateY(-8px) scale(1.05) translateX(-10px);
            }
            20%, 40%, 60%, 80% {
                transform: translateY(-8px) scale(1.05) translateX(10px);
            }
        }


        .success-message {
            display: none;
            background: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 10px;
            border: 1px solid #c3e6cb;
            margin-bottom: 20px;
            text-align: center;
        }

        .error-message {
            display: none;
            background: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 10px;
            border: 1px solid #f5c6cb;
            margin-bottom: 20px;
            text-align: center;
        }

          .debug-info {
            background: #e2e3e5;
            border: 1px solid #d3d3d4;
            color: #383d41;
            padding: 10px;
            border-radius: 5px;
            font-size: 12px;
            margin-top: 10px;
            display: none;
        }

        
        .setup-warning {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            color: #856404;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
        }

        .setup-warning strong {
            color: #d63384;
        }
  /* Small Mobile Styles */
        @media screen and (max-width: 480px) {

            .main-title {
                font-size: clamp(1.8rem, 9vw, 2.4rem);
                letter-spacing: 2px;
                margin-bottom: 25px;
            }

            .contact-item {
                padding: 20px 18px;
                font-size: 0.95em;
                border-radius: 20px;
            }

            .contact-item i {
                font-size: 1.2em;
                margin-right: 12px;
                width: 30px;
            }

            .render-height {
                max-width: 280px;
            }

            .render-size {
                border-radius: 20px;
            }
        }

        /* Extra small devices */
        @media screen and (max-width: 320px) {
            .main-title {
                font-size: 1.3rem;
                letter-spacing: 0.5px;
            }

            .contact-item {
                padding: 12px;
                font-size: 0.85em;
            }
        }

        /* Landscape mobile orientation */
        @media screen and (max-height: 500px) and (orientation: landscape) {
            
            .main-title {
                font-size: 1.5rem;
                margin-bottom: 15px;
            }

            .contact-details {
                gap: 15px;
            }

            .contact-item {
                padding: 10px;
            }

            .render-height {
                max-width: 200px;
            }
        }

        /* High DPI displays */
        @media screen and (-webkit-min-device-pixel-ratio: 2),
               screen and (min-resolution: 192dpi) {
            .render-size {
                image-rendering: -webkit-optimize-contrast;
                image-rendering: crisp-edges;
            }
        }

        /* Print styles */
        @media print {
           

            .contact-item {
                background: #f5f5f5;
                border: 1px solid #ddd;
            }

            .render-container::before,
            .render-container::after {
                display: none;
            }
        }

        .contact-section {
            color: white;
            animation: fadeInLeft 1s ease-out;
        }



        .contact-table-container:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.2);
            /* box-shadow: 0 20px 40px rgba(0,0,0,0.25); */
            border-color: rgba(255, 255, 255, 0.4);
        }

        .contact-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
        }

        .contact-table tbody tr {
            transition: all 0.3s ease;
        }


        .contact-table td {
            padding: 15px 10px;
            vertical-align: top;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
        }

        .contact-table tr:last-child td {
            border-bottom: none;
        }

        .icon-cell {
            width: 50px;
            text-align: center;
        }

        .icon-cell i {
            color: #006094;
            font-size: 1.4em;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
        }

        .contact-table tbody tr:hover .icon-cell i {
            color: #006094;
            transform: scale(1.1);
        }

        .label-cell {
            width: 240px;
            font-weight: 600;
            color: #006094;
            font-size: 1em;
        }

        .content-cell {
            color: #006094;
            font-size: 1.05em;
            line-height: 1.6;
            font-weight: 500 !important;

        }

        .content-cell a {
            color: #006094;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 2px 0;
            /* border-bottom: 1px solid transparent; */
            font-weight: 500;
        }

        .content-cell a:hover {
            color: #006094;
            border-bottom-color:1px solid #006094;
        }

        .address-content {
            font-size: 0.95em;
        }

      

    
      

        /* Animations */
        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @keyframes mobileFloat {
            0%, 100% { 
                transform: translateY(0px) scale(1); 
                opacity: 0.3;
            }
            50% { 
                transform: translateY(-15px) scale(1.2); 
                opacity: 0.6;
            }
        }

        /* Tablet Styles */
        @media screen and (max-width: 1024px) {
          

            .main-title {
                font-size: clamp(2rem, 4vw, 3rem);
                margin-bottom: 30px;
            }

            .contact-table td {
                padding: 12px 8px;
            }

            
        }

        /* Mobile Styles */
        @media screen and (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 30px 15px;
                text-align: center;
            }

            .main-title {
                text-align: center;
                font-size: clamp(2.2rem, 8vw, 3rem);
                letter-spacing: 3px;
                margin-bottom: 30px;
                position: relative;
            }

            .main-title::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 60px;
                height: 4px;
                background: linear-gradient(45deg, #006094,#17a9f8);
                border-radius: 2px;
            }

            .contact-table-container {
                padding: 25px 20px;
                max-width: 500px;
                margin: 0 auto;
                text-align: left;
            }

            .contact-table td {
                padding: 12px 5px;
                font-size: 0.8rem;
            }

            .icon-cell {
                width: 40px;
            }

            .icon-cell i {
                font-size: 0.9rem;
            }

            .label-cell {
                width: 120px;
                font-size: 0.8rem;
            }

           .content-cell a{
            font-size: 0.8rem;
           }
          

            

            /* Add mobile-specific floating elements */
            .contact-section::before,
            .contact-section::after {
                content: '';
                position: absolute;
                width: 15px;
                height: 15px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 50%;
                animation: mobileFloat 4s ease-in-out infinite;
            }

            .contact-section::before {
                top: 10%;
                right: 10%;
                animation-delay: 0s;
            }

            .contact-section::after {
                top: 70%;
                left: 5%;
                animation-delay: 2s;
            }
        }


        /* Landscape mobile orientation */
        @media screen and (max-height: 500px) and (orientation: landscape) {
            .footer-container {
                grid-template-columns: 1fr 1fr;
                min-height: auto;
                padding: 20px;
            }
         

        }



         .mobile-menu-heading {
            text-align: center;
        }

        .brand-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #006094;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            letter-spacing: -1px;
            margin-bottom: 10px;
            animation: pulse 2s infinite;

        }

        .brand-subtitle {
            font-size: 1rem;
            color: #006094;
            font-weight: 300;
            animation: pulse 0.8s ease-out 0.2s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media(min-width:800px) and (max-width:1200px){
          .hero-title-flex {
            margin-top: 30vh;
          }
          .button-div{
            padding: 16px 20px 10px !important;
          }
          .body-copy{
             font-size: 22px !important;
             font-weight: 900 !important;
          }
          .benefit-item span{
            font-size: 16px !important;
          }
          .contact-table td{
            font-size: 1rem !important;
          }
          .content-cell a {
            font-size: 1.1rem !important;
          }
        }

 
@media(max-width:768px){
  .testimonial-section{
    padding: 40px 15px;
  }
}



@media(min-width:820px) and (max-width:1200px){
  @media (max-width: 768px) {
  .testimonial-container {
    height: 100px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;  /* Reduced height for mobile */
  }
  
  .testimonial-orbit {
    width: 100% !important;    /* Full width */
    height: auto !important;   /* Auto height */
    border: none !important;   /* Remove orbit border on mobile */
    position: relative !important; /* Change from absolute to relative */
    transform: none !important;    /* Remove transform */
    top: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
  }
  
  .testimonial-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;    /* Wider item relative to screen */
    max-width: 300px;
    padding: 15px; /* Smaller padding */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-item .quote {
    font-size: 0.9rem;  /* Smaller font */
    line-height: 1.5;
  }
  
  .author-image {
    width: 40px;  /* Smaller author image */
    height: 40px;
  }
  
  .author-info h4 {
    font-size: 0.9rem;
  }
  
  .author-info p {
    font-size: 0.75rem;
  }
  
  .quote-icon {
    width: 30px;  /* Smaller quote icon */
    height: 30px;
    font-size: 1.2rem;
  }
  
  .center-logo {
    display: none !important;  /* Hide logo on mobile */
  }
  
  .heading-wrapper {
    margin-bottom: 30px !important;  /* Less space below heading */
  }
  
  .hero-title1 {
    font-size: 1.8rem !important;  /* Smaller title */
  }
}

}



@media(min-width:991px) and (max-width:1300px){
    .render-container.is-footer{
        display: none;
    }
}
