@media (min-width: 992px) {
    html.w-mod-js:not(
        .w-mod-ix
      )[data-w-id="1d59c87b-3954-37a1-7b4b-6d5c4db8eaec"] {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0)
        rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0) skew(0, 0);
      -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0) skew(0, 0);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
        rotateZ(0) skew(0, 0);
    }
  }
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  :root {
    --plyr-color-main: #8bfa78;
  }
  .plyr {
    border-radius: 10px !important;
  }
  body {
    font-size: 1.1111111111111112vw;
  }
  @media screen and(min-width:1440px) {
    body {
      font-size: 1rem;
    }
  }
  @media screen and(max-width:991px) {
    body {
      font-size: 1rem;
    }
  }
  @media screen and(max-width:1024px) {
    :root {
      --font-size--125: 6.625em;
      --font-size--84: 4.4375em;
      --font-size--45: 2.375em;
      --font-size--40: 2.125em;
      --font-size--30: 1.625em;
      --font-size--25: 1.3125em;
      --font-size--22: 1.1875em;
      --font-size--20: 1.0625em;
      --font-size--18: 0.9375em;
      --font-size--14: 0.75em;
      --font-size--12: 0.625em;
    }
  }
  .heading-45 .media{
    font-size: 45px; /* Default size for larger screens */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .heading-45 .media{
        font-size: 30px; /* Decreased font size for mobile */
    }
}
  @media screen and(max-width:767px) {
    :root {
      --font-size--125: 6.125em;
      --font-size--84: 4.125em;
      --font-size--45: 2.25em;
      --font-size--40: 2em;
      --font-size--30: 1.5em;
      --font-size--25: 1.25em;
      --font-size--22: 1.125em;
      --font-size--20: 0.9375em;
      --font-size--18: 0.875em;
      --font-size--14: 0.75em;
      --font-size--12: 0.625em;
      --padding-section--ps-128: 5em;
      --padding-section--ps-120: 5em;
      --padding-section--ps-80: 4em;
      --padding-section--ps-240: 7.5em;
      --space--32: 1.5em;
      --space--48: 2.25em;
      --space--56: 2.375em;
      --space--64: 2.5em;
      --space--72: 2.75em;
      --space--80: 2.5em;
    }
  }
  @media screen and(-ms-high-contrast:active), (-ms-high-contrast: none) {
    .ie-notification {
      display: flex !important;
    }
  }
  .w-richtext > :first-child {
    margin-top: 0;
  }
  .w-richtext > :last-child,
  .w-richtext ol li:last-child,
  .w-richtext ul li:last-child {
    margin-bottom: 0;
  }
  .clickable-off {
    pointer-events: none;
  }
  .clickable-on {
    pointer-events: auto;
  }
  .div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
  }
  .container-medium,
  .container-small,
  .container-large {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
  }
  .text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section-footer {
    margin-bottom: 0em !important;
  }
  section {
    margin-bottom: 1.5625em !important;
    position: relative;
  }
  html:not(.wf-design-mode)[data-grid-guide="wrap"] {
    display: none;
  }
  [data-grid-guide="list"] {
    counter-reset: gridguides;
  }
  [data-grid-guide="list"] > div::before {
    counter-increment: gridguides;
    content: counter(gridguides);
  }
  .text-size-14.location {
    pointer-events: none;
  }
  .text-size-14.location::before {
    content: "";
    display: none;
  }
  .span-item {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .span-item-continued {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .w-slider-dot {
    background-color: #e8e8e8;
    width: 0.8125em;
    height: 0.8125em;
    border: 0.25px solid #1b1b1b;
  }
  .w-slider-dot.w-active {
    background-color: #d7ffd0;
    width: 0.8125em;
    height: 0.8125em;
    border: 0.25px solid #1b1b1b;
  }
  .w-slider-nav.w-num > .w-slider-dot {
    padding: 5px;
    display: none;
    background: transparent;
    border: none;
  }
  .w-slider-nav.w-num > .w-slider-dot.w-active {
    display: block;
    background: transparent;
    border: none;
  }
  .pop-up-open {
    cursor: pointer;
  }
  .w-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  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: 700;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    margin: 0.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: -0.5em;
  }
  sub {
    bottom: -0.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: 700;
  }
  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: 400;
    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: 400;
    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 * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: 0 0;
    border: 0 #0000;
    border-radius: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    inset: auto;
    overflow: visible;
    transform: none;
  }
  .w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !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;
    overflow: visible !important;
    transform: none !important;
  }
  .w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: 700;
  }
  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: 700;
    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: 400;
    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: 0.1px;
    height: 0.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: 400;
    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: 400;
    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: 400;
    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: #fff0 #5d6c7b #fff0 #fff0;
    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 #fff0 #fff0;
    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: 0.2em 0.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 0.5em;
    transition: background-color 0.1s, color 0.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: #fff0;
    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: 0.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: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all 0.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: translate(0, 0);
  }
  .w-lightbox-active {
    opacity: 0.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: translateY(-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: 0.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: 0.5;
      display: block;
    }
    .w-lightbox-close {
      opacity: 0.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: 0.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);
    }
    to {
      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 {
    --color--bg: var(--swatch--bg);
    --color--text: var(--swatch--dark);
    --font-size--84: 5.25em;
    --container--c-1280: 80em;
    --swatch--white: white;
    --chocolate\<deleted\|variable-c8165ea4\>: #ea6920;
    --font-size--18: 1.125em;
    --swatch--dark: #1b1b1b;
    --font-size--20: 1.25em;
    --primary-button-hover\<deleted\|variable-4cf8087c\>: #cc3a02;
    --font-size--14: 0.875em;
    --space--32: 2em;
    --black\<deleted\|variable-b04721b6\>: #1d1d1d;
    --secondary-accent\<deleted\|variable-6370f196\>: #9d9d9d;
    --primary-color\<deleted\|variable-dcab1f4a\>: #ea5820;
    --space--40: 2.5em;
    --font-size--22: 1.375em;
    --font-size--25: 1.5625em;
    --font-size--30: 1.875em;
    --font-size--125: 7.8125em;
    --font-size--12: 0.75em;
    --font-size--45: 2.8125em;
    --swatch--color: white;
    --swatch--green-color: #d7ffd0;
    --swatch--box-color: #e8e8e8;
    --color--border: #ebe8e500;
    --font-size--40: 2em;
    --color--bg-grey-bg: var(--swatch--box-color);
    --swatch--transparent: #fff0;
    --color--toggle-offset: 0em;
    --container--c-1064: 66.5em;
    --container--c-848: 53em;
    --dark--bg: var(--swatch--dark);
    --dark--text: var(--swatch--color);
    --dark--bg-grey-bg: var(--swatch--dark);
    --dark--toggle-offset: 2.5em;
    --dark--border: #ebe8e54d;
    --padding-section--ps-128: 8em;
    --padding-section--ps-120: 7.5em;
    --padding-section--ps-80: 5em;
    --padding-section--ps-240: 15em;
    --space--8: 0.5em;
    --space--16: 1em;
    --space--24: 1.5em;
    --space--48: 3em;
    --space--56: 3.5em;
    --space--64: 4em;
    --space--72: 4.5em;
    --space--80: 5em;
    --swatch--bg: whitesmoke;
  }
  body {
    background-color: var(--color--bg);
    color: var(--color--text);
    font-family: Manrope, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
  h1 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--84);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.125;
  }
  .mainheading{
        font-family: Manrope, sans-serif;
    font-size: var(--font-size--84);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.125;
}
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.16667;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.33333;
  }
  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
  }
  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.44248;
  }
  h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5;
  }
  p {
    margin-bottom: 1em;
  }
  a {
    text-decoration: underline;
  }
  img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    display: inline-block;
    

  }
  .container-1280 {
    max-width: var(--container--c-1280);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }
  .global-styles {
    display: none;
  }
  .footer-link {
    color: var(--swatch--white);
    font-family: Poppins;
    font-size: 1.13em;
    font-weight: 500;
    line-height: 1.76991em;
    text-decoration: none;
  }
  .footer-link:hover {
    color: var(--chocolate\<deleted\|variable-c8165ea4\>);
  }
  .page-wrapper {
    padding: 3.75em 2.5em;
    position: static;
    overflow: clip;
  }
  .page-wrapper.is-404 {
    height: 100vh;
  }
  .text-size-18 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--18);
    text-wrap: balance;
    font-weight: 400;
    line-height: 150%;
  }
  .text-size-18.text-lowercase {
    color: var(--swatch--dark);
    white-space: nowrap;
  }
  .text-size-18.text-weight-semibold {
    font-weight: 600;
  }
  .text-size-18.text-uppercase {
    position: static;
  }
  .text-size-18.text-uppercase.is-relative-99 {
    z-index: 99;
    position: relative;
  }
  .text-size-18.is-text {
    color: var(--color--text);
  }
  .global-footer {
    z-index: 1;
    color: var(--swatch--white);
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 7.5em 1.25em;
  }
  .text-size-16 {
    text-wrap: balance;
    font-family: Manrope, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    display: inline;
  }
  .text-size-16.inline {
    font-family: Manrope, sans-serif;
    display: inline;
  }
  .section-components {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  .padding-section-60 {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  .heading-64 {
    font-size: 4em;
    font-weight: 700;
  }
  .text-size-20 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--20);
    font-weight: 400;
    line-height: 1.4em;
  }
  .text-size-20.text-weight-semibold {
    font-weight: 600;
  }
  .primary-button-m {
    background-color: #ea5820;
    border-radius: 6.25em;
    justify-content: center;
    align-items: center;
    padding: 1.06em 3.44em;
    font-family: Poppins;
    font-size: 1em;
    font-weight: 500;
    line-height: 2em;
    transition: all 0.3s;
    display: flex;
  }
  .primary-button-m:hover {
    background-color: #cc3a02;
  }
  .primary-button-l {
    background-color: #ea5820;
    border-radius: 6.25em;
    justify-content: center;
    align-items: center;
    padding: 1.06em 3.44em;
    font-family: Poppins;
    font-size: 1.13em;
    font-weight: 500;
    line-height: 1.76991em;
    transition: all 0.3s;
    display: flex;
  }
  .primary-button-l:hover {
    background-color: var(--primary-button-hover\<deleted\|variable-4cf8087c\>);
  }
  .spacing-container {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }
  .text-size-14 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--14);
    text-wrap: pretty;
    font-weight: 400;
    line-height: 150%;
  }
  .text-size-14.is-link {
    margin-left: 0;
    font-weight: 500;
    position: relative;
    overflow: hidden;
  }
  .text-size-14.location {
    text-decoration: none;
  }
  .text-size-14.is-inline {
    margin-left: 0;
    font-weight: 500;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }
  .margin-bottom-32 {
    margin-bottom: var(--space--32);
  }
  .navbar {
    z-index: 999;
    background-color: #ddd0;
    position: fixed;
    inset: 0% 0% auto;
  }
  .brand {
    max-width: 14.45em;
  }
  .nav-menu {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 5em;
    padding-right: 1.25em;
    display: flex;
  }
  .nav-menu-wrapperr {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .nav-menu-item {
    align-items: center;
    display: flex;
  }
  .dropdown {
    font-family: Poppins;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.63em;
  }
  .dropdown-toggle {
    color: var(--swatch--white);
    justify-content: space-between;
    padding-left: 0;
    transition: all 0.3s;
  }
  .dropdown-toggle:hover {
    color: var(--primary-button-hover\<deleted\|variable-4cf8087c\>);
  }
  .dropdown-list {
    background-color: #332e2e;
  }
  .dropdown-list.w--open {
    background-color: var(--swatch--white);
    border-radius: 5px;
  }
  .text-link-nav {
    color: var(--swatch--white);
    font-family: Poppins;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.63em;
    transition: all 0.3s;
  }
  .text-link-nav:hover {
    color: var(--primary-button-hover\<deleted\|variable-4cf8087c\>);
  }
  .margin-link-nav {
    margin-right: 2em;
  }
  .nav-bg-overlay {
    display: none;
  }
  .section-footer {
    margin-bottom: 0;
  }
  .section-footer-components {
    grid-template-rows: auto;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .footer-item-wrapper {
    width: 22%;
  }
  .social-media-wrapper {
    display: flex;
  }
  .margin-right-24 {
    margin-right: 1.5em;
  }
  .social-media-link {
    color: var(--swatch--white);
    flex: none;
    width: 1.88em;
    height: 1.88em;
    transition: transform 0.2s, color 0.3s;
  }
  .social-media-link:hover {
    color: #ea5820;
    transform: scale(1.12);
  }
  .social-media-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: color 0.3s;
    display: flex;
  }
  .footer-link-wrapper {
    flex: 1;
    justify-content: space-between;
    margin-left: 7.5em;
    display: flex;
  }
  .footer-item {
    color: var(--swatch--white);
  }
  .footer-link-item {
    color: #9d9d9d;
    font-family: Poppins;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    transition: all 0.3s;
  }
  .footer-link-item:hover {
    color: #cc3a02;
  }
  .footer-year-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 5em;
    display: flex;
  }
  .faq-p {
    width: 100%;
    margin-bottom: 0.5em;
    position: relative;
    overflow: hidden;
  }
  .dropdown-link {
    color: var(--secondary-accent\<deleted\|variable-6370f196\>);
    transition: all 0.3s;
  }
  .dropdown-link:hover {
    color: var(--primary-button-hover\<deleted\|variable-4cf8087c\>);
  }
  .hide {
    display: none;
  }
  .padding-section-24 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .padding-section-t120-b60 {
    padding-top: 7.5em;
    padding-bottom: 3.75em;
  }
  .dropdown-wrapper {
    background-color: var(--swatch--dark);
    border-radius: 0.9375em;
    width: 100%;
    overflow: hidden;
  }
  .dropdown-toggle {
    white-space: break-spaces;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.375em 1.3125em 1.375em 2.5em;
    display: flex;
  }
  .dropdown-toggle:hover {
    background-color: var(--primary-color\<deleted\|variable-dcab1f4a\>);
    color: var(--swatch--white);
  }
  .toggle-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-left: 2em;
    display: flex;
    position: relative;
  }
  .toggle-hor {
    background-color: var(--swatch--white);
    width: 14px;
    height: 2px;
    position: absolute;
  }
  .toggle-ver {
    background-color: var(--swatch--white);
    width: 2px;
    height: 14px;
    position: absolute;
  }
  .dropdown-list {
    color: var(--swatch--white);
    background-color: #0000;
    padding-left: 2.5em;
    padding-right: 4.5em;
    position: relative;
    overflow: hidden;
  }
  .dropdown-list.w--open {
    color: var(--swatch--white);
    background-color: #0000;
    border-radius: 0;
    display: flex;
  }
  .dropdown-text {
    margin-bottom: 2.5em;
  }
  .nav-dropdown-toggle {
    color: var(--swatch--white);
    padding: 1.5em;
    display: flex;
  }
  .nav-dropdown-icon {
    margin: 0 0 0 1.5em;
    position: relative;
  }
  .grid-guide-wrapper {
    z-index: 2000;
    pointer-events: none;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }
  .grid-guide-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }
  .grid-guide-column {
    color: #00d0c2;
    background-color: #03ffee1a;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding: 0.6rem;
    display: flex;
  }
  .ie-notification {
    z-index: 1000;
    color: #fff;
    text-align: center;
    background-color: #ea5820;
    justify-content: center;
    align-items: center;
    padding-top: 0.83em;
    padding-bottom: 0.83em;
    font-size: 1.25em;
    font-weight: 400;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }
  .max-width-medium {
    width: 100%;
    max-width: 40em;
  }
  .max-width-medium.margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .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;
  }
  .typography-heading-wrapper {
    text-transform: capitalize;
  }
  .typography-heading-wrapper.margin-bottom-33 {
    margin-bottom: 2.06em;
  }
  .heading-label {
    text-transform: capitalize;
  }
  .style-guide-title-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12.25em;
    margin-bottom: 5.63em;
    display: flex;
  }
  .style-guide-title {
    color: #fff;
    align-items: center;
    width: 100%;
    max-width: 80.06em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .section-heading-wrapper {
    overflow: hidden;
  }
  .section-heading-wrapper.margin-bottom-83 {
    margin-bottom: 5.19em;
  }
  .padding-section-hero {
    padding-top: 0.81em;
    padding-bottom: 3.75em;
  }
  .label {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }
  .label.margin-bottom-13 {
    margin-bottom: 0.81em;
  }
  .label.margin-bottom-52 {
    margin-bottom: 3.25em;
  }
  .section-styleguide {
    padding-top: 2.5em;
  }
  .typography-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    display: flex;
  }
  .style-guide-heading-bg {
    background-color: #231942;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12.25em;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }
  .typography {
    max-width: 36em;
  }
  .color-04 {
    background-color: #10e1e6;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .color-03 {
    background-color: #e2edf7;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .color-01 {
    background-color: #00203a;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .color-02 {
    background-color: #afcfe6;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .color-pallete-grid-wrapper {
    grid-column-gap: 0;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }
  .colour-pallete-container {
    align-items: center;
    display: flex;
  }
  .section-components-horizontal-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  .section-spacing-element {
    opacity: 0.9;
    color: #fff;
    background-color: #ffc5c5;
    justify-content: center;
    align-items: center;
    width: 0.5em;
    height: 0.5em;
    display: flex;
  }
  .section-spacing-element._56 {
    width: 9em;
    height: 9em;
  }
  .section-spacing-element._72 {
    width: 15em;
    height: 15em;
  }
  .section-spacing-element._48 {
    width: 7em;
    height: 7em;
  }
  .section-spacing-element._64 {
    width: 13em;
    height: 13em;
  }
  .section-spacing-element._32 {
    width: 5em;
    height: 5em;
  }
  .section-spacing-element._24 {
    width: 4em;
    height: 4em;
  }
  .section-spacing-element._40 {
    width: 6em;
    height: 6em;
  }
  .section-spacing-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    display: flex;
  }
  .section-spacing-container {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }
  .hover-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .inactive {
    grid-column-gap: 0;
    grid-row-gap: 2.19em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }
  .active {
    grid-column-gap: 0;
    grid-row-gap: 2.19em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }
  .heading-56 {
    font-size: 3.5em;
    font-weight: 700;
  }
  .typography-wrapper-2 {
    text-transform: lowercase;
  }
  .typography-wrapper-2.margin-bottom-33 {
    margin-bottom: 2.06em;
  }
  .heading-wrapper-2 {
    overflow: hidden;
  }
  .heading-wrapper-2.margin-bottom-83 {
    margin-bottom: 5.19em;
  }
  .page-padding-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .padding-section-hero-2 {
    padding-top: 0.81em;
    padding-bottom: 8.88em;
  }
  .heading-40 {
    font-family: Manrope, sans-serif;
    font-size: var(--space--40);
    text-wrap: balance;
    font-weight: 400;
    line-height: 1.3;
  }
  .heading-40.text-capitalize-word {
    text-transform: none;
  }
  .heading-40.is-dark {
    color: var(--swatch--dark);
  }
  .heading-64-2 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.3;
  }
  .heading-64-2.font-weight-sb {
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }
  .heading-22 {
    font-size: var(--font-size--22);
    text-wrap: balance;
    font-weight: 400;
    line-height: 150%;
    display: inline;
  }
  .heading-22.text-wrap-pretty {
    text-wrap: pretty;
  }
  .heading-22.text-color-dark {
    color: var(--swatch--dark);
    text-wrap: pretty;
  }
  .heading-22.read-more {
    flex: 0 auto;
  }
  .heading-22.is-est {
    font-size: 1.375em;
  }
  .style-guide-title-2 {
    align-items: center;
    margin-bottom: 10.06em;
    display: flex;
  }
  .heading-25 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--25);
    font-weight: 400;
    line-height: 1.305;
  }
  .heading-25.text-left-align {
    color: var(--color--text);
  }
  .heading-25.is-relative {
    z-index: 5;
    font-size: 1.5rem;
    position: relative;
  }
  .section-styleguide-2 {
    background-color: #fff0;
  }
  .heading-30 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--30);
    text-wrap: balance;
    font-weight: 400;
    line-height: 150%;
  }
  .heading-30.is-relative {
    z-index: 4;
    position: relative;
  }
  .container-1281 {
    width: 100%;
    max-width: 80.06em;
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .section-home-hero {
    margin-bottom: 0;
  }
  .display-125 {
    font-size: var(--font-size--125);
  }
  .padding-section-240 {
    padding-top: 15em;
    padding-bottom: 15em;
  }
  .text-size-16-2 {
    font-size: 1em;
    font-weight: 400;
  }
  .text-size-20-2 {
    font-size: 1.25em;
    font-weight: 400;
  }
  .heading-section-wrapper-2 {
    margin-bottom: 5.19em;
  }
  .spacing-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    display: flex;
  }
  .container-1280-2 {
    width: 100%;
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
  }
  .section-components-horizontal-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  .heading-64-4 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.3;
  }
  .spacing-element-3 {
    opacity: 0.9;
    color: #fff;
    background-color: #ffc5c5;
    justify-content: center;
    align-items: center;
    width: 0.5em;
    height: 0.5em;
    display: flex;
  }
  .spacing-element-3._48 {
    background-color: #666;
    width: 7em;
    height: 7em;
  }
  .spacing-element-3._56 {
    background-color: #8a8a8a;
    width: 9em;
    height: 9em;
  }
  .spacing-element-3._32 {
    background-color: #535353;
    width: 5em;
    height: 5em;
  }
  .spacing-element-3._24 {
    width: 1.56em;
    height: 1.56em;
  }
  .spacing-element-3._40 {
    background-color: #5f5f5f;
    width: 6em;
    height: 6em;
  }
  .spacing-element-3._72 {
    background-color: #888;
    width: 15em;
    height: 15em;
  }
  .spacing-element-3._64 {
    background-color: #8b8b8b;
    width: 13em;
    height: 13em;
  }
  .heading-84 {
    color: var(--swatch--dark);
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--84);
    text-wrap: pretty;
    font-weight: 400;
    line-height: 100%;
  }
  .section-home-painpoints {
    z-index: 2;
    position: relative;
  }
  .section-home-expertise {
    z-index: 1;
    position: static;
  }
  .section-home-capabilities,
  .section-home-stack-and-testimonials,
  .section-home-companies-and-story,
  .section-home-cta {
    position: relative;
  }
  .text-size-12 {
    font-size: var(--font-size--12);
    text-wrap: balance;
    font-weight: 400;
  }
  .text-size-12.is-text {
    white-space: nowrap;
  }
  .text-size-12.dot {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .heading-45 {
    font-family: Manrope, sans-serif;
    font-size: var(--font-size--45);
    text-wrap: balance;
    font-weight: 400;
    line-height: 150%;
  }
  .secondary-accent-wrapper-2 {
    background-color: var(--swatch--color);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .secondary-color-wrapper-2 {
    background-color: var(--swatch--green-color);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .primary-color-wrapper-2 {
    background-color: var(--swatch--dark);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .colour-container-2 {
    align-items: center;
    display: flex;
  }
  .heading-64-5 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.3;
  }
  .color-pallete-wrapper-2 {
    grid-column-gap: 0;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }
  .primary-accent-wrapper-2 {
    background-color: var(--swatch--box-color);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    margin-right: 1.5em;
    display: flex;
  }
  .grid-component {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .grid-component.hero {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
  }
  .grid-component.painpoints {
    grid-template-rows: auto;
  }
  .column-block {
    border: 1px solid var(--color--border);
    border-radius: 0.625em;
    padding: 2.5em;
    position: relative;
    overflow: hidden;
  }
  .column-block.bg-grey {
    padding: var(--font-size--40);
    border-color: var(--color--border);
    background-color: var(--color--bg-grey-bg);
    color: var(--color--text);
    overflow: hidden;
  }
  .column-block.bg-grey.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .column-block.bg-grey.flex-vertical-distribute {
    width: auto;
  }
  .column-block.bg-grey.padding-20 {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.25em;
    display: flex;
  }
  .column-block.bg-grey.right-align {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 1.25em;
    display: flex;
  }
  .column-block.bg-grey.is-solide-card {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    height: 26.7em;
    margin-right: 0;
    padding-left: 1.69em;
    padding-right: 1.69em;
    display: flex;
  }
  .column-block.bg-grey.headings {
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: flex;
  }
  .column-block.bg-grey.is-cards {
    background-color: var(--color--bg-grey-bg);
    height: auto;
    padding-top: 4.38em;
    padding-bottom: 4.38em;
    overflow: hidden;
  }
  .column-block.bg-grey.flex-left-vertical-distribute {
    z-index: 5;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
    overflow: visible;
  }
  .column-block.bg-grey.is-cards-2nd {
    background-color: var(--color--bg-grey-bg);
    height: auto;
    padding-top: 4.38em;
    padding-bottom: 4.38em;
    overflow: hidden;
  }
  .column-block.bg-grey.flex-center-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .column-block.bg-grey.is-career-timeline {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    height: 26.7em;
    margin-right: 0;
    padding-left: 1.69em;
    padding-right: 1.69em;
    display: flex;
  }
  .column-block.bg-green {
    border-style: none;
    padding-left: 2.5em;
  }
  .column-block.bg-dark.padding-top-75 {
    padding-top: 4.69em;
  }
  .column-block.bg-dark.is-footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: block;
  }
  .column-block.bg-dark.is-footer-right-align {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }
  .column-block.bg-dark.is-footer-flex-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }
  .column-block.bg-dark.is-span {
    z-index: 1;
    border-bottom-left-radius: 0;
    width: auto;
  }
  .column-block.bg-dark.is-footer-right-align-2nd {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }
  .column-block.bg-video {
    aspect-ratio: 16/9;
    color: var(--swatch--white);
    cursor: pointer;
    border-style: none;
    padding: 0;
  }
  .column-block.photo {
    border-style: none;
    height: 52em;
    max-height: none;
    padding: 0;
    overflow: visible;
  }
  .column-block.bg-image {
    border-style: none;
    padding: 0;
  }
  .column-block.bg-video-2nd {
    aspect-ratio: auto;
    color: var(--swatch--white);
    cursor: pointer;
    border-style: none;
    padding: 0;
  }
  .column-block._404 {
    padding: var(--font-size--40);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    border-color: var(--color--border);
    background-color: var(--color--bg-grey-bg);
    color: var(--color--text);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    overflow: hidden;
  }
  .column-block._404.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .column-block._404.flex-vertical-distribute {
    width: auto;
  }
  .column-block._404.padding-20 {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.25em;
    display: flex;
  }
  .column-block._404.right-align {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 1.25em;
    display: flex;
  }
  .column-block._404.is-solide-card {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    height: 26.7em;
    margin-right: 0;
    padding-left: 1.69em;
    padding-right: 1.69em;
    display: flex;
  }
  .column-block._404.headings {
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: flex;
  }
  .column-block._404.is-cards {
    background-color: var(--color--bg-grey-bg);
    height: auto;
    padding-top: 4.38em;
    padding-bottom: 4.38em;
    overflow: hidden;
  }
  .column-block._404.flex-left-vertical-distribute {
    z-index: 5;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
    overflow: visible;
  }
  .column-block._404.is-cards-2nd {
    background-color: var(--color--bg-grey-bg);
    height: auto;
    padding-top: 4.38em;
    padding-bottom: 4.38em;
    overflow: hidden;
  }
  .column-block._404.flex-center-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .column-block._404.is-career-timeline {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    height: 26.7em;
    margin-right: 0;
    padding-left: 1.69em;
    padding-right: 1.69em;
    display: flex;
  }
  .bg-grey {
    background-color: var(--swatch--box-color);
    color: var(--swatch--dark);
  }
  .bg-green {
    background-color: var(--swatch--green-color);
  }
  .hero-logo-wrapper {
    max-width: 16.52em;
  }
  .button-icon-wrap {
    border-style: solid;
    border-width: 1px;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.13em;
    height: 2.13em;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .button-icon-wrap.is-play-btn {
    width: auto;
    height: auto;
    padding: 0.31em;
  }
  .button-text-13-icon {
    justify-content: center;
    align-items: center;
    width: 0.56em;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
  }
  .button-text-13-icon.is-absolute {
    z-index: 2;
    width: 0.56em;
    position: absolute;
    transform: translate(-30px);
  }
  .button-text-13-icon.is-play {
    color: var(--swatch--dark);
    flex: 0 auto;
    width: 0.56em;
    height: 0.56em;
    margin-left: 2px;
  }
  .primary-button {
    grid-column-gap: 1.13em;
    grid-row-gap: 1.13em;
    cursor: pointer;
    background-color: #fff0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
  }
  .primary-button-link {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-wrapper {
    text-wrap: pretty;
    max-width: 44em;
  }
  .text-wrapper.margin-auto {
    margin-bottom: 0;
  }
  .text-wrapper.margin-bottom-57 {
    margin-bottom: 3.56em;
  }
  .text-wrapper.is-impact {
    max-width: 44em;
  }
  .text-wrapper.margin-bottom-70 {
    margin-bottom: 4.375em;
  }
  .button-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: auto 2.5em 2.06em auto;
  }
  .button-wrapper.flex-distribute {
    justify-content: space-between;
    align-items: center;
    position: static;
  }
  .button-wrapper.is-visit-website {
    position: static;
  }
  .button-wrapper.visit-website {
    margin-top: 30px;
  }
  .column-tag {
    position: absolute;
    inset: 0.75em 0.88em auto auto;
  }
  .flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .hero-img {
    filter: grayscale();
    object-fit: cover;
    object-position: 20% 70%;
    transition: filter 0.3s;
  }
  .hero-img:hover {
    filter: grayscale(0%);
  }
  .big-photo-component {
    aspect-ratio: 3/2;
    border-radius: 0.625em;
    position: relative;
    overflow: hidden;
  }
  .hero-description-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.5em;
    display: inline-block;
  }
  .time-tag {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: static;
    inset: 0.75em 0.88em auto auto;
  }
  .text-left-align {
    text-align: right;
  }
  .icon-button-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }
  .flex-vertical-distribute {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  .ticker-component {
    display: flex;
    position: absolute;
    inset: auto 0% 2em;
    overflow: hidden;
  }
  .ticker-component.bg-green {
    position: static;
  }
  .marquee-wrapper {
    color: var(--color--text);
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: flex;
  }
  .marquee-item {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.38em;
    margin-right: 1.38em;
    display: flex;
  }
  .emoji-wrapper {
    width: 100%;
    max-width: 1.44em;
  }
  .emoji-wrapper.margin-right-40 {
    margin-right: 2.5em;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .bg-dark {
    background-color: var(--swatch--dark);
    color: var(--swatch--white);
  }
  .flex-left-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .bg-dark-overlay {
    background-color: #1b1b1b24;
    position: absolute;
    inset: 0%;
  }
  .bg-dark-overlay.is-popup {
    background-color: #1b1b1bb8;
  }
  .primary-button-wrapper.is-absolute {
    z-index: 180;
    color: var(--swatch--white);
    cursor: pointer;
    position: absolute;
    inset: auto 2.5em 3.13em auto;
  }
  .primary-button-wrapper.is-absolute-2nd {
    z-index: 180;
    color: var(--swatch--white);
    cursor: pointer;
    position: absolute;
    inset: auto 2.5em 2.2em auto;
  }
  .photo-with-slider-component {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template: ". . ." ".Area Area" ". . ." ". . ." /1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .features-slider {
    background-color: #ddd0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .features-slider.is-why-work {
    height: 16em;
  }
  .slider-dots {
    height: 1em;
    padding-top: 0;
    position: absolute;
    inset: auto 0% -6% auto;
  }
  .features-slider-item.is-static {
    position: relative;
  }
  .slider-heading-wrapper.margin-bottom-24 {
    margin-bottom: 1.5em;
  }
  .slider-item.flex-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }
  .slider-item._3rd {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }
  .read-more-button {
    cursor: pointer;
    margin-top: 2em;
    position: static;
    inset: auto auto 0% 0%;
  }
  .read-more-button._01,
  .read-more-button._02,
  .read-more-button._03 {
    margin-top: auto;
  }
  .capabilities-wrapper {
    border: 1px solid var(--color--border);
    border-radius: 0.63em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5em;
    display: flex;
  }
  .capabilities-wrapper.bg-dark {
    padding-top: 11.81em;
    position: relative;
  }
  .capabilities-list-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
    position: relative;
  }
  .capabilities-list {
    width: 21em;
  }
  .capabilities-list.margin-right-40 {
    margin-right: var(--font-size--40);
  }
  .capability {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .capability.is-first {
    padding-top: 0;
  }
  .white-line {
    background-color: var(--swatch--white);
    width: 100%;
    height: 1px;
  }
  .heading-wrapper.margin-bottom-16 {
    margin-bottom: 1em;
  }
  .heading-wrapper.margin-bottom-24 {
    margin-bottom: 1.5em;
  }
  .heading-wrapper.hero {
    max-width: none;
  }
  .heading-wrapper.hero.margin-bottom-22 {
    margin-bottom: 1.38em;
  }
  .heading-wrapper.is-capabilities {
    flex: none;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
    transform: rotate(-180deg);
  }
  .heading-wrapper.is-form-heading {
    max-width: 35%;
  }
  .heading-wrapper.margin-bottom-80 {
    margin-bottom: 5em;
  }
  .heading-wrapper.is-capabilities-tablet {
    max-width: none;
    display: none;
    position: absolute;
    inset: 2.5em auto 2.5em 2.5em;
    transform: rotate(-180deg);
  }
  .is-grid {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .info-wrapper {
    width: 100%;
    height: 100%;
  }
  .info-wrapper.is-auto {
    height: auto;
  }
  .text-size-8 {
    font-size: 0.5em;
  }
  .about-info-wrapper {
    grid-column-gap: 1.69em;
    grid-row-gap: 1.69em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }
  .tech-stack-column-block {
      grid-column-gap: 2.5em;
      grid-row-gap: 1.7em;
      flex-flow: wrap;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      justify-content: space-between;
  
  }
  .logo-wrapper {
    max-width: 11.6em;
  }
  .logo-wrapper._3rd {
    max-width: 5.6em;
    overflow: visible;
  }
  .logo-wrapper._4th {
    max-width: 7.2em;
  }
  .logo-wrapper._5th {
    max-width: 8.8em;
  }
  .logo-wrapper._1st {
    max-width: 10.1em;
  }
  .logo-wrapper.wix,
  .logo-wrapper.loom {
    max-width: 5.6em;
    overflow: visible;
  }
  .go-daddy-img {
    opacity: 0.9;
    filter: contrast(200%) grayscale();
    mix-blend-mode: darken;
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    max-width: 10.2em;
  }
  .companies-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .companies-wrapper.margin-bottom-25 {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    margin-bottom: 1.56em;
  }
  .company-logo-img.khula {
    max-width: 19.13em;
  }
  .company-logo-img.khula.margin-bottom-62 {
    margin-bottom: 3.88em;
  }
  .company-logo-img.flow-n-grow {
    max-width: 29.94em;
  }
  .company-logo-img.flow-n-grow.margin-bottom-62 {
    margin-bottom: 3.88em;
  }
  .story-swiper-component {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }
  .flex-vertical-bottom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
  .star-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .star-wrapper.margin-bottom-24 {
    margin-bottom: 1.5em;
  }
  .star-icon {
    color: var(--swatch--green-color);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    height: 1.0625rem;
    display: flex;
  }
  .star-icon.margin-right-6 {
    color: var(--color--text);
    margin-right: 0.38em;
    transform: translate(0);
  }
  .text-align-center {
    text-align: center;
  }
  .podcast-links-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  .podcast-link {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    text-wrap: pretty;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .icon-embed-custom-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.5625rem;
    height: 0.625rem;
    margin-left: 8px;
    display: inline-flex;
  }
  .testimonial-slider.bg-grey {
    background-color: var(--color--bg-grey-bg);
    height: 100%;
  }
  .right-arrow {
    background-color: var(--swatch--transparent);
    opacity: 0.4;
    justify-content: center;
    align-items: center;
    width: 0.9em;
    height: 1em;
    transition: opacity 0.3s;
    display: flex;
    inset: auto 0.1em -0.1em auto;
  }
  .right-arrow:hover {
    opacity: 1;
  }
  .left-arrow {
    opacity: 0.4;
    justify-content: center;
    align-items: center;
    width: 0.9em;
    height: 1em;
    padding-top: 0;
    transition: opacity 0.3s;
    display: flex;
    inset: auto 1.6em -0.1em auto;
  }
  .left-arrow:hover {
    opacity: 1;
  }
  .play-button {
    background-color: var(--swatch--white);
    border: 1px #000;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .testimonial-slider-wrapper {
    height: 100%;
  }
  .slide-nav {
    background-color: var(--color--bg-grey-bg);
    color: var(--color--text);
    justify-content: center;
    align-items: center;
    width: 1.4em;
    height: 3em;
    padding-top: 0;
    display: flex;
    inset: auto 2.6rem -0.7em auto;
  }
  .testimonial-person-wrapper {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.2em;
    display: flex;
  }
  .testimonial-person-img {
    aspect-ratio: 1;
    border-radius: 100%;
    width: 3em;
    max-width: none;
    height: 3em;
    max-height: none;
    overflow: hidden;
  }
  .mask {
    max-width: 44em;
  }
  .splide__list {
    cursor: url(../images/drag-to-view.svg) 16 16, pointer;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }
  .image-block {
    aspect-ratio: 3/2;
    border-radius: 0.63em;
    overflow: hidden;
  }
  .image-block.bg-dark {
    aspect-ratio: 3/2;
    width: 24.81em;
    max-width: none;
    height: 17.56em;
    position: relative;
    overflow: hidden;
  }
  .image-block.bg-dark.margin-bottom-24 {
    background-color: #0000;
    margin-bottom: 1.5em;
  }
  .year-label-wrapper {
    position: absolute;
    inset: auto 1.13em 1.13em auto;
  }
  .history-wrapper {
    cursor: auto;
    width: 100%;
    max-width: none;
    position: relative;
  }
  .place-and-position-wrapper {
    z-index: 100;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }
  .place-and-position-wrapper.trimble-group {
    width: auto;
    max-width: none;
  }
  .flag-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 1.25em;
    margin-left: auto;
    display: flex;
  }
  .flag-wrapper.canada {
    margin-left: 0;
  }
  .flag-wrapper.is-card {
    max-width: none;
    position: static;
    inset: auto 6% 9% auto;
  }
  .line {
    background-color: #fff0;
    width: 100vw;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: auto auto auto -2.5em;
  }
  .footer-blocks-wrapper {
    grid-column-gap: 1.56em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }
  .features-mask {
    width: 100%;
    max-width: none;
    height: 100%;
  }
  .marquee-component {
    border-radius: 0.63em;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 2em 2em;
    overflow: hidden;
  }
  .country-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .chief-image {
    opacity: 1;
    width: 100%;
    max-width: 11.3em;
    height: auto;
    margin: auto;
    position: absolute;
    inset: 0%;
  }
  .grayscale-img {
    filter: grayscale();
    transition: filter 0.3s;
  }
  .grayscale-img:hover {
    filter: grayscale(0%);
  }
  .text-size-10 {
    font-size: 0.63em;
    line-height: 120%;
  }
  .text-size-10.position-relative {
    overflow: hidden;
  }
  .jamie-windell-svg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 14.12em;
    display: flex;
  }
  .menu {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 0.88rem;
    margin-right: 1.31em;
    display: flex;
    position: relative;
  }
  .heading-vertical {
    font-family: Manrope, sans-serif;
    font-size: var(--space--40);
    text-wrap: balance;
    font-weight: 400;
    line-height: 1.3;
  }
  .heading-vertical.capabilities-text {
    text-transform: uppercase;
    writing-mode: vertical-lr;
    margin-left: 0;
    margin-right: 0;
    font-size: 5.7em;
  }
  .heading-vertical.capabilities-text-tablet {
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    font-size: 5.7em;
  }
  .linkedin-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.9375rem;
    transition: opacity 0.3s;
    display: flex;
  }
  .linkedin-link:hover {
    opacity: 0.7;
  }
  .jamie-bg-img {
    opacity: 1;
    object-fit: cover;
    object-position: 100% 100%;
    border-radius: 0.625em;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    transition: opacity 0.3s;
  }
  .jamie-bg-img.hidden {
    opacity: 0;
    cursor: none;
  }
  .jamie-img {
    z-index: 30;
    opacity: 1;
    object-fit: contain;
    width: 100%;
    min-width: auto;
    max-width: 41em;
    height: auto;
    transition: opacity 0.3s;
    display: block;
    position: absolute;
    inset: -46.5% 10% 0% auto;
    overflow: hidden;
  }
  .jamie-img.hidden {
    opacity: 0;
    cursor: none;
  }
  .icon-embed-custom-4 {
    color: var(--color--text);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1.0625rem;
    display: flex;
  }
  .icon-embed-custom-5 {
    opacity: 1;
    color: var(--color--text);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1.0625rem;
    display: flex;
  }
  .text-capitalize-word {
    text-transform: capitalize;
  }
  .section-home-efficiency {
    position: relative;
  }
  .four-steps-to-efficiency {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .contact-form-component {
    border-radius: 0.63em;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5em;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .contact-form-component.bg-green {
    grid-column-gap: 4.81em;
    grid-row-gap: 4.81em;
  }
  .form-heading.margin-bottom-43 {
    text-wrap: pretty;
    margin-bottom: 2.69em;
  }
  .form-field {
    background-color: var(--swatch--dark);
    color: var(--swatch--white);
    border-radius: 0.625em;
    width: 50%;
    margin-bottom: 0;
    padding: 1.5em 2em 1.5em 1em;
    font-size: 1.25em;
    line-height: 150%;
  }
  .form-field:active {
    color: var(--swatch--white);
  }
  .form-field:focus-visible {
    color: var(--swatch--white);
  }
  .form-field[data-wf-focus-visible] {
    color: var(--swatch--white);
  }
  .form-field::placeholder {
    color: var(--swatch--white);
    font-size: 1em;
    font-weight: 400;
  }
  .form-field.message {
    width: 100%;
    height: 8.6em;
  }
  .form-field.dropdown {
    background-color: var(--swatch--dark);
    color: var(--swatch--white);
    background-image: url(../images/66866bb5412c673b2ef0485d_dropdown arrow.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1em;
    font-family: Manrope, sans-serif;
    font-size: 1.25em;
    display: flex;
    overflow: visible;
  }
  .form-field.dropdown:focus {
    color: var(--swatch--white);
  }
  .two-field-wrapper {
    grid-column-gap: 1.56em;
    grid-row-gap: 1.56em;
    color: var(--swatch--white);
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1.56em;
    display: flex;
  }
  .contact-form-block {
    color: var(--swatch--white);
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  .contact-form-wrapper {
    color: var(--swatch--white);
    width: 100%;
  }
  .form-wrapper {
    width: 60%;
    height: auto;
  }
  .primary-cta-button {
    color: var(--swatch--dark);
  }
  .submit-button {
    color: var(--swatch--transparent);
    background-color: #fff0;
    display: none;
    position: absolute;
    inset: 0%;
  }
  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }
  .submit-button-wrapper {
    position: relative;
  }
  .splide__slide {
    width: 100%;
    height: 100%;
  }
  .line-embed {
    color: #e8e8e8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120vw;
    height: 0.3em;
    display: flex;
  }
  .story-img-wrapper {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
  .trimble-group {
    width: 14em;
  }
  .trimble-group-position {
    max-width: 15em;
  }
  .anchor-link {
    position: absolute;
    inset: -7% 0% auto;
  }
  .fill-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }
  .fill-video.is-absolute {
    position: absolute;
    inset: 0%;
  }
  .fill-video.is-absolute.grayscale-img {
    color: #585858;
  }
  .video-button-wrapper.is-absolute {
    color: var(--swatch--white);
    position: absolute;
    inset: auto 2.5em 3.13em auto;
  }
  .lightbox-video-popup {
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }
  .pop-up-video {
    z-index: 2;
    aspect-ratio: auto;
    width: 100%;
    max-width: 70%;
    height: auto;
    margin: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% auto 0% 0%;
  }
  .lightbox-video {
    z-index: 2;
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% auto 0% 0%;
  }
  .button-2 {
    color: #254401;
    background-color: #b8ff0e;
    border: 2px solid #b8ff0e;
    border-radius: 50px;
    padding: 1em 1.5em;
    font-size: 0.875em;
    font-weight: 700;
    transition: all 0.2s;
  }
  .button-2:hover {
    filter: brightness(110%);
  }
  .button-2.is-lightbox-close {
    z-index: 10;
    grid-column-gap: 0.25em;
    grid-row-gap: 0.25em;
    border-color: var(--swatch--green-color);
    background-color: var(--swatch--green-color);
    justify-content: center;
    align-items: center;
    font-weight: 500;
    display: flex;
    position: absolute;
    inset: 1em 1em auto auto;
  }
  .lightbox-close {
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    display: flex;
  }
  .pop-up-video-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }
  .flex-top-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .mode-switch-wrapper {
    justify-content: flex-end;
    align-items: center;
    height: 3.75em;
    padding: 0.63em 2.5em;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }
  .toggle-wrapper {
    background-color: var(--swatch--box-color);
    cursor: pointer;
    border-radius: 2em;
    justify-content: flex-start;
    align-items: center;
    width: 5.1em;
    height: 100%;
    margin-right: 9px;
    padding: 0.31em;
    display: flex;
    position: relative;
  }
  .is-dark {
    color: var(--swatch--dark);
  }
  .toggle-inner {
    margin-left: var(--color--toggle-offset);
    background-color: var(--color--bg);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    display: flex;
  }
  .code-embed {
    display: none;
  }
  .is-dark-card {
    z-index: 2;
    border-radius: 0.63em;
    position: relative;
    overflow: visible;
  }
  .black-bg {
    z-index: 1;
    border-top: 1px solid var(--color--border);
    border-bottom: 1px solid var(--color--border);
    border-left: 1px solid var(--color--border);
    background-color: var(--swatch--dark);
    border-top-left-radius: 0.63em;
    border-bottom-left-radius: 0.63em;
    width: 106%;
    position: absolute;
    inset: 0%;
  }
  .black-bg.cover {
    z-index: 1;
    border: 1px #000;
    border-bottom-left-radius: 0;
  }
  .img-wrapper {
    border-radius: 0.63em;
    overflow: hidden;
  }
  .navbar-menu-wrapper {
    z-index: 999999;
    border: 1px solid var(--color--border);
    color: var(--swatch--white);
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 0.63em;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding: 0.5em;
    display: flex;
    position: fixed;
    inset: auto 2.5em 1.56em auto;
  }
  .bg-background-difference {
    z-index: 1;
    opacity: 0.98;
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    mix-blend-mode: normal;
    background-color: #1b1b1b80;
    border-radius: 0.63em;
    width: auto;
    position: absolute;
    inset: 0%;
  }
  .pop-up-open {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
    position: relative;
  }
  .icon-embed-custom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.375rem;
    height: 0.375rem;
    display: flex;
  }
  .history-pop-up {
    z-index: 99;
    background-color: var(--swatch--green-color);
    opacity: 0;
    border-radius: 0.63em;
    width: 13.25em;
    padding: 0.69em;
    display: none;
    position: absolute;
    inset: auto auto 130% 10%;
    transform: translateY(-10%);
  }
  .history-pop-up.show {
    opacity: 1;
    display: flex;
  }
  .icon-embed-custom-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.375rem;
    height: 0.375rem;
    display: flex;
  }
  .read-more-wrapper {
    z-index: 150;
    border: 1px solid var(--color--border);
    background-color: var(--color--bg-grey-bg);
    opacity: 1;
    color: var(--color--text);
    cursor: auto;
    border-radius: 0.62em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 4.81em;
    display: none;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }
  .read-more-wrapper.active {
    opacity: 1;
    cursor: auto;
  }
  .close-wrapper {
    cursor: pointer;
    flex: none;
    margin-bottom: 5em;
  }
  .menu-wrapper {
    z-index: 4;
    opacity: 1;
    cursor: auto;
    flex-flow: column;
    flex: none;
    padding: 2em;
    display: flex;
    position: relative;
  }
  .menu-wrapper.is-absolute {
    z-index: 130;
    border: 1px none var(--color--border);
    background-color: var(--swatch--dark);
    opacity: 1;
    color: var(--swatch--white);
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: hidden;
  }
  .menu-wrapper.nav {
    border-radius: 0.63em;
  }
  .menu-links-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  .menu-links-wrapper.hero {
    grid-column-gap: 0.8em;
    grid-row-gap: 0.8em;
    margin-left: -0.63em;
  }
  .links-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .menu-link {
    text-transform: uppercase;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.75em;
    display: flex;
  }
  .menu-close-wrapper {
    z-index: 50;
    cursor: pointer;
    max-width: 1.25em;
    transition: transform 0.3s;
    position: absolute;
    inset: 1.13em 1.13em auto auto;
  }
  .menu-close-wrapper:hover,
  .menu-close-wrapper:active {
    transform: rotate(90deg);
  }
  .close-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }
  .menu-text-wrapper {
    cursor: pointer;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    position: absolute;
    overflow: hidden;
  }
  .nav-close-wrapper {
    z-index: 50;
    cursor: pointer;
    max-width: 1.25em;
    position: absolute;
    inset: 1.13em 1.13em auto auto;
  }
  .splide__arrows,
  .splide__pagination {
    display: none;
  }
  .text-link {
    font-size: 0.8em;
    display: inline;
  }
  .menu-text-link {
    white-space: nowrap;
  }
  .menu-hero-wrapper {
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: static;
    inset: 0.75em 0.88em auto auto;
  }
  .squarespace-img {
    opacity: 0.9;
    filter: contrast(200%);
    mix-blend-mode: darken;
  }
  .career-timeline-title {
    width: 26em;
  }
  .career-timeline-title.flex-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }
  .subheading-wrapper {
    text-wrap: balance;
    max-width: none;
    display: block;
  }
  .inline-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 0.94em;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.6em;
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .mode {
    max-width: 1em;
    position: relative;
  }
  .mode-img {
    max-width: none;
  }
  .mode-img.sun {
    z-index: 2;
    object-fit: contain;
    transition: opacity 0.1s;
    position: absolute;
    inset: 0%;
  }
  .mode-img.moon {
    z-index: 1;
    opacity: 1;
    object-fit: contain;
    position: relative;
    inset: 0%;
  }
  .success-message {
    color: var(--swatch--dark);
    background-color: #0000;
    height: 17em;
    margin-top: 0;
    padding: 6em 0;
    font-size: 1.6em;
  }
  .design-pm {
    text-decoration: underline;
  }
  .design-pm-text {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .inline-block {
    display: inline;
  }
  .design-pm-pop-up {
    background-color: var(--swatch--green-color);
    opacity: 1;
    border-radius: 0.63em;
    width: 13.25em;
    padding: 0.69em;
    display: flex;
    position: absolute;
    inset: auto auto 70% -30%;
    transform: translateY(-10%);
  }
  .design-pm-pop-up.show {
    opacity: 1;
    display: flex;
  }
  .hover-link-underline {
    background-color: var(--swatch--white);
    height: 1px;
    position: absolute;
    inset: auto 0% 0%;
  }
  .hover-link-underline._01 {
    transform: translate(-110%);
  }
  .hover-link-underline._01.is-dark-card {
    background-color: var(--swatch--dark);
  }
  .jump-to-tiles.margin-bottom-16 {
    margin-bottom: 1em;
  }
  .jump-to-tiles.margin-bottom-24 {
    margin-bottom: 1.5em;
  }
  .jump-to-tiles.hero {
    max-width: none;
  }
  .jump-to-tiles.hero.margin-bottom-22 {
    margin-bottom: 1.38em;
  }
  .jump-to-tiles.is-capabilities {
    max-width: none;
    position: absolute;
    inset: auto auto 0% 0%;
    transform: rotate(-180deg);
  }
  .jump-to-tiles.is-form-heading {
    max-width: 35%;
  }
  .jump-to-tiles.margin-bottom-80 {
    margin-bottom: 5em;
  }
  .jump-to-tiles.is-capabilities-tablet {
    max-width: none;
    display: none;
    position: absolute;
    inset: 2.5em auto 2.5em 2.5em;
    transform: rotate(-180deg);
  }
  .privacy-policy-component {
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
    flex-flow: column;
    display: flex;
  }
  .privacy-policy-rich-text {
    text-wrap: balance;
    max-width: 70ch;
  }
  .privacy-policy-rich-text h3 {
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  .privacy-policy-rich-text a {
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s;
  }
  .privacy-policy-rich-text a:hover {
    opacity: 0.7;
  }
  .back-to-home {
    position: absolute;
    inset: 0% auto auto 0%;
  }
  .back-to-home.bg-dark {
    border-radius: 0.63em;
    margin-left: auto;
    padding: 1em;
    position: static;
    top: -0.5%;
  }
  .back-to-home.bg-dark._404,
  .back-to-home.bg-dark._404.w--current {
    margin-left: auto;
    margin-right: auto;
  }
  .tablet {
    display: none;
  }
  .bg-dark-bg {
    background-color: var(--color--text);
    position: absolute;
    inset: 0%;
  }
  .heading-22-is-link {
    font-size: var(--font-size--22);
    font-weight: 400;
    line-height: 150%;
    display: inline;
  }
  .heading-22-is-link.text-wrap-pretty {
    text-wrap: pretty;
  }
  .heading-22-is-link.text-color-dark {
    color: var(--swatch--dark);
  }
  .heading-22-is-link.read-more {
    flex: 0 auto;
  }
  .emoji {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
      Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }
  .flag {
    aspect-ratio: 3/2;
    width: 1.2em;
    max-width: none;
    height: 1.2em;
  }
  .flag.canada {
    aspect-ratio: auto;
    width: 1.5em;
    height: auto;
  }
  .career-timeline-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .pointer-auto.is-absolute {
    cursor: auto;
    height: 7.3em;
    position: absolute;
    inset: -1.56em 0% 0%;
  }
  .success-text {
    font-size: var(--font-size--18);
    text-align: center;
    text-wrap: balance;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .footer-text-wrapper {
    margin-right: 0.15em;
    display: inline-flex;
  }
  .khula-underline-footer {
    display: flex;
  }
  .position-relative {
    position: relative;
  }
  .pst-time-wrapper {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  .is-404 {
    font-weight: 400;
  }
  .section-404 {
    height: 85%;
  }
  @media screen and (max-width: 991px) {
    .page-wrapper.is-404 {
      height: 100%;
      overflow: visible;
    }
    .text-size-18 {
      font-family: Manrope, sans-serif;
    }
    .global-footer {
      left: 1em;
      right: 1em;
    }
    .heading-64.is-404-heading {
      text-align: center;
    }
    .text-size-14 {
      text-wrap: balance;
      font-family: Manrope, sans-serif;
      font-size: 0.88em;
    }
    .text-size-14.is-footer {
      max-width: none;
    }
    .nav-menu {
      z-index: 5;
      background-color: #0000;
      height: 100vh;
      padding: 0 0 1.25em 1.25em;
      position: absolute;
    }
    .nav-menu-item {
      flex-direction: column;
      align-items: flex-start;
    }
    .dropdown {
      margin-bottom: 1em;
      margin-left: 0;
      margin-right: 0;
      font-size: 2.25em;
    }
    .text-link-nav {
      font-size: 1em;
    }
    .margin-link-nav {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      margin-right: 0;
    }
    .margin-link-nav.tab-margin-bottom-48 {
      margin-bottom: 3em;
    }
    .menu-button {
      color: var(--swatch--white);
      background-color: #fff0;
      padding: 0;
    }
    .menu-button.w--open {
      background-color: #0000;
    }
    .nav-bg-overlay {
      z-index: -1;
      background-color: var(--black\<deleted\|variable-b04721b6\>);
      height: 100%;
      display: none;
      position: fixed;
      inset: 0%;
    }
    .lottie-animation {
      width: 1.5em;
      height: 1.5em;
    }
    .footer-link-wrapper {
      grid-column-gap: 0.5em;
      grid-row-gap: 0.5em;
      margin-left: 0;
      padding-left: 1.25em;
    }
    .dropdown-list {
      padding-right: 2em;
    }
    .nav-dropdown {
      margin-left: 0;
      margin-right: 0;
    }
    .nav-dropdown-toggle {
      align-items: center;
      padding-left: 0;
      padding-right: 0;
    }
    .grid-guide-list {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .ie-notification {
      font-size: 1.1em;
    }
    .padding-section-hero {
      padding-top: 0.81em;
    }
    .typography-grid {
      grid-column-gap: 0;
      grid-row-gap: 4em;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      justify-items: start;
      display: grid;
    }
    .color-pallete-grid-wrapper {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
    .section-spacing-wrapper {
      grid-column-gap: 0rem;
      grid-row-gap: 1.5rem;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: flex;
    }
    .page-padding-2 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .padding-section-hero-2 {
      padding-top: 0.81em;
      padding-bottom: 7.5em;
    }
    .heading-40 {
      font-size: 2em;
      line-height: 1.305;
    }
    .heading-64-2 {
      font-size: 3em;
      line-height: 1.3;
    }
    .heading-30 {
      font-size: 1.5em;
    }
    .padding-section-240 {
      padding-top: 7em;
      padding-bottom: 7em;
    }
    .spacing-wrapper-2 {
      grid-column-gap: 0rem;
      grid-row-gap: 1.5rem;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: flex;
    }
    .heading-64-4,
    .heading-64-5 {
      font-size: 3em;
      line-height: 1.3;
    }
    .color-pallete-wrapper-2 {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
    .grid-component,
    .grid-component.hero,
    .grid-component.painpoints {
      flex-flow: column;
      display: flex;
    }
    .column-block.bg-grey.flex-vertical-distribute {
      display: none;
    }
    .column-block.bg-grey.flex-vertical-bottom {
      order: 3;
    }
    .column-block.bg-grey.is-testimonial {
      order: 4;
    }
    .column-block.bg-grey.flex-left-vertical-distribute {
      grid-column-gap: 1.88em;
      grid-row-gap: 1.88em;
      display: flex;
    }
    .column-block.bg-grey.flex-left-center {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
    }
    .column-block.bg-dark.is-footer {
      flex: 0 auto;
      align-self: auto;
      height: 100%;
    }
    .column-block.bg-dark.is-footer-right-align {
      justify-content: flex-start;
      align-items: center;
      padding-right: 2.5em;
    }
    .column-block.bg-dark.is-footer-flex-center {
      flex: 0 auto;
      justify-content: flex-start;
      align-self: auto;
      align-items: center;
      height: 100%;
    }
    .column-block.bg-dark.is-span {
      border-bottom-left-radius: 0.625em;
    }
    .column-block.bg-dark.is-footer-right-align-2nd {
      justify-content: flex-start;
      align-items: center;
      padding-right: 2.5em;
    }
    .column-block.photo {
      height: 100%;
      max-height: 51.3em;
      overflow: hidden;
    }
    .column-block.bg-video-2nd {
      aspect-ratio: 16/9;
    }
    .column-block._404.flex-vertical-distribute {
      display: none;
    }
    .column-block._404.flex-vertical-bottom {
      order: 3;
    }
    .column-block._404.is-testimonial {
      order: 4;
    }
    .column-block._404.flex-left-vertical-distribute {
      grid-column-gap: 1.88em;
      grid-row-gap: 1.88em;
      display: flex;
    }
    .column-block._404.flex-left-center {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
    }
    .photo-with-slider-component {
      grid-column-gap: 1.56em;
      grid-row-gap: 1.56em;
      flex-flow: column;
      display: flex;
    }
    .features-slider {
      height: 100%;
    }
    .read-more-button {
      margin-top: 1.5em;
      position: static;
    }
    .capabilities-wrapper.bg-dark {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      padding-top: 2.5em;
    }
    .capabilities-list-wrapper {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .capabilities-list {
      width: 100%;
    }
    .capabilities-list.margin-right-40 {
      width: 100%;
      margin-right: 0;
    }
    .capability-wrapper {
      width: 100%;
    }
    .heading-wrapper.is-capabilities {
      display: none;
    }
    .heading-wrapper.is-form-heading {
      max-width: none;
    }
    .heading-wrapper.is-capabilities-tablet {
      display: flex;
      position: static;
      transform: none;
    }
    .is-grid {
      grid-column-gap: 1.56em;
      grid-row-gap: 1.56em;
    }
    .logo-wrapper._4th {
      max-width: 7em;
    }
    .logo-wrapper._5th {
      max-width: 8.4em;
    }
    .logo-wrapper._1st {
      max-width: 9.4em;
    }
    .companies-wrapper.margin-bottom-25 {
      flex-flow: column;
      grid-auto-flow: row;
      display: flex;
    }
    .icon-embed-custom-3 {
      display: inline-flex;
    }
    .place-and-position-wrapper {
      z-index: 100;
    }
    .line {
      width: 136em;
      height: 1em;
    }
    .footer-blocks-wrapper {
      flex-flow: column;
      flex: 0 auto;
      justify-content: space-between;
      align-items: flex-start;
      height: auto;
      display: flex;
    }
    .chief-image {
      max-width: 15em;
    }
    .text-size-10.position-relative {
      align-self: center;
    }
    .heading-vertical {
      font-size: 2em;
      line-height: 1.305;
    }
    .jamie-bg-img {
      object-fit: cover;
      object-position: 50% 100%;
      height: auto;
      display: block;
    }
    .jamie-img {
      max-width: 27em;
      top: 1.4em;
    }
    .four-steps-to-efficiency {
      flex-flow: column;
      display: flex;
    }
    .contact-form-component.bg-green {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: column;
    }
    .form-field {
      font-size: 1.13em;
    }
    .form-field.dropdown {
      align-self: stretch;
      height: auto;
      margin-bottom: 0;
      font-size: 1.13em;
    }
    .form-wrapper {
      width: 100%;
    }
    .line-embed {
      width: 100%;
      height: 100%;
    }
    .pop-up-video {
      max-width: 90%;
    }
    .is-dark-card {
      display: none;
    }
    .black-bg {
      display: block;
    }
    .black-bg.cover {
      border-bottom-left-radius: 0.63em;
    }
    .navbar-menu-wrapper {
      display: flex;
    }
    .bg-background-difference {
      opacity: 1;
    }
    .read-more-wrapper._01 {
      z-index: 150;
      display: none;
      position: relative;
    }
    .read-more-wrapper._01.mobile {
      display: none;
      position: absolute;
      inset: 0%;
    }
    .read-more-wrapper._02 {
      position: relative;
    }
    .read-more-wrapper._02.mobile {
      display: none;
      position: absolute;
    }
    .read-more-wrapper._03 {
      position: relative;
    }
    .read-more-wrapper._03.mobile {
      display: none;
      position: absolute;
    }
    .read-more-wrapper.mobile._01,
    .read-more-wrapper.mobile._02 {
      inset: 0%;
    }
    .close-wrapper.mobile {
      margin-bottom: 1.25em;
    }
    .jump-to-tiles.is-capabilities {
      display: none;
    }
    .jump-to-tiles.is-form-heading {
      max-width: none;
    }
    .jump-to-tiles.is-capabilities-tablet {
      display: flex;
      position: static;
      transform: none;
    }
    .back-to-home.bg-dark,
    .back-to-home.bg-dark.w--current {
      order: -1;
      margin-left: 0;
    }
    .back-to-home.bg-dark._404 {
      order: 1;
    }
    .tablet {
      display: flex;
    }
    .desktop {
      display: none;
    }
    .efficient-text {
      font-size: var(--font-size--22);
    }
    .pointer-auto.is-absolute {
      display: none;
    }
    .khula-underline-footer {
      display: flex;
      position: relative;
      top: 1px;
    }
    .section-404 {
      height: 70vh;
    }
  }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.5em;
    }
    h4 {
      font-size: 1.25em;
    }
    h5 {
      font-size: 1.13em;
    }
    .page-padding {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .footer-link {
      font-size: 1em;
    }
    .page-wrapper {
      padding-left: 2em;
      padding-right: 2em;
    }
    .text-size-18 {
      font-size: 1em;
      line-height: 1.5em;
    }
    .heading-64 {
      font-size: 3em;
      line-height: 1.16667em;
    }
    .heading-64.is-privacy-policy {
      order: 1;
    }
    .heading-64.is-404-heading {
      order: -1;
    }
    .text-size-20 {
      font-size: 1.13em;
      line-height: 1.44248em;
    }
    .brand {
      padding-left: 0;
    }
    .dropdown {
      font-size: 2em;
    }
    .margin-link-nav {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .margin-link-nav.tab-margin-bottom-48 {
      margin-bottom: 2em;
    }
    .lottie-animation {
      width: 1.13em;
      height: 1.13em;
    }
    .section-footer-components {
      grid-row-gap: 0;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
    }
    .footer-item-wrapper {
      text-align: center;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-bottom: 2.5em;
      display: flex;
    }
    .social-media-wrapper {
      justify-content: center;
      align-items: center;
    }
    .social-media-link {
      width: 1.5em;
      height: 1.5em;
    }
    .footer-link-wrapper {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
    }
    .footer-item {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 2.5em;
      display: flex;
    }
    .dropdown-link {
      font-size: 0.63em;
      line-height: 1.25em;
    }
    .dropdown-toggle {
      padding-left: 1.5em;
    }
    .toggle-icon-wrapper {
      margin-left: 1.5em;
    }
    .dropdown-list {
      padding-left: 1.5em;
    }
    .nav-dropdown-toggle {
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .grid-guide-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .ie-notification {
      font-size: 1rem;
    }
    .max-width-medium {
      max-width: 26em;
    }
    .max-width-medium.margin-auto {
      max-width: none;
    }
    .typography-heading-wrapper {
      margin-left: 0;
    }
    .style-guide-title-wrapper {
      height: 9.1875em;
      margin-bottom: 3em;
    }
    .style-guide-title {
      flex-direction: column;
      align-items: flex-start;
    }
    .section-heading-wrapper.margin-bottom-83 {
      margin-bottom: 3em;
    }
    .padding-section-hero {
      padding-top: 0.81em;
      padding-bottom: 7em;
    }
    .label.margin-bottom-52 {
      margin-bottom: 0;
    }
    .style-guide-heading-bg {
      height: 9.1875em;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .color-pallete-grid-wrapper {
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr;
    }
    .section-components-horizontal-wrapper {
      flex-direction: column;
    }
    .section-spacing-wrapper {
      width: 100%;
    }
    .hover-wrapper {
      grid-row-gap: 5em;
      grid-template-columns: 1fr;
    }
    .heading-56 {
      font-size: 2.5em;
    }
    .typography-wrapper-2 {
      margin-left: 0;
    }
    .heading-wrapper-2.margin-bottom-83 {
      margin-bottom: 3em;
    }
    .page-padding-2 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .padding-section-hero-2 {
      padding-top: 0.81em;
      padding-bottom: 7em;
    }
    .heading-40 {
      font-size: 1.5em;
    }
    .heading-64-2 {
      font-size: 2em;
      line-height: 1.305;
    }
    .heading-22 {
      font-size: 1.375rem;
    }
    .heading-22.read-more {
      font-size: var(--font-size--22);
    }
    .style-guide-title-2 {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 5em;
    }
    .heading-25 {
      font-size: 1.25em;
    }
    .text-size-20-2 {
      font-size: 1em;
    }
    .heading-section-wrapper-2 {
      width: auto;
      margin-bottom: 3em;
    }
    .spacing-wrapper-2 {
      width: 100%;
    }
    .section-components-horizontal-2 {
      flex-direction: column;
    }
    .heading-64-4 {
      font-size: 2em;
      line-height: 1.305;
    }
    .heading-84 {
      font-size: 10vw;
    }
    .heading-64-5 {
      font-size: 2em;
      line-height: 1.305;
    }
    .color-pallete-wrapper-2 {
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr;
    }
    .column-block.bg-grey.flex-vertical-distribute {
      display: none;
    }
    .column-block.bg-grey.padding-20,
    .column-block.bg-grey.right-align {
      aspect-ratio: 2;
    }
    .column-block.bg-grey.flex-vertical-bottom {
      order: 3;
    }
    .column-block.bg-grey.is-testimonial {
      order: 4;
      padding-bottom: 2.5em;
    }
    .column-block.bg-grey.flex-left-vertical-distribute {
      display: flex;
    }
    .column-block.bg-grey.flex-center-mobile {
      aspect-ratio: 3/2;
    }
    .column-block.bg-dark.is-footer {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
    }
    .column-block.bg-dark.is-footer-right-align,
    .column-block.bg-dark.is-footer-flex-center,
    .column-block.bg-dark.is-footer-right-align-2nd {
      justify-content: flex-start;
      align-items: center;
    }
    .column-block._404.flex-vertical-distribute {
      display: none;
    }
    .column-block._404.padding-20,
    .column-block._404.right-align {
      aspect-ratio: 2;
    }
    .column-block._404.flex-vertical-bottom {
      order: 3;
    }
    .column-block._404.is-testimonial {
      order: 4;
      padding-bottom: 2.5em;
    }
    .column-block._404.flex-left-vertical-distribute {
      display: flex;
    }
    .column-block._404.flex-center-mobile {
      aspect-ratio: 3/2;
    }
    .features-slider.is-why-work {
      height: 11em;
    }
    .capabilities-wrapper.bg-dark {
      padding-left: 2em;
      padding-right: 2em;
    }
    .capabilities-list-wrapper {
      grid-column-gap: 0;
      grid-row-gap: 0;
      flex-flow: column;
    }
    .capabilities-list {
      width: 100%;
    }
    .capabilities-list.margin-right-40 {
      width: 100%;
      margin-bottom: 1.5em;
    }
    .is-grid,
    .companies-wrapper.margin-bottom-25 {
      flex-flow: column;
      display: flex;
    }
    .testimonial-slider.bg-grey {
      box-sizing: border-box;
      height: 100%;
      padding-bottom: 3.1em;
    }
    .place-and-position-wrapper {
      z-index: 100;
    }
    .footer-blocks-wrapper {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: column;
    }
    .heading-vertical {
      font-size: 1.5em;
    }
    .heading-vertical.capabilities-text-tablet {
      font-size: 11vw;
    }
    .jamie-bg-img {
      display: block;
    }
    .jamie-img {
      max-width: 26em;
      top: 4.6em;
      right: 9%;
    }
    .contact-form-component.bg-green {
      grid-column-gap: 1.5em;
      grid-row-gap: 1.5em;
    }
    .form-field {
      width: 100%;
    }
    .form-field.dropdown {
      width: 100%;
      height: 3em;
    }
    .two-field-wrapper {
      grid-column-gap: 1.2em;
      grid-row-gap: 1.2em;
      flex-flow: column;
    }
    .splide__slide {
      max-width: 29em;
    }
    .read-more-wrapper._01 {
      padding: 4em 2em;
      display: none;
    }
    .menu-links-wrapper {
      grid-column-gap: 1.3em;
      grid-row-gap: 1.3em;
    }
    .back-to-home.bg-dark {
      order: -1;
      margin-left: 0;
    }
    .heading-22-is-link {
      font-size: 1.375rem;
    }
    .efficient-text {
      font-size: var(--font-size--25);
    }
  }
  @media screen and (max-width: 479px) {
    .page-wrapper {
      padding-left: 1.25em;
      padding-right: 1.25em;
    }
    .text-size-18.text-lowercase {
      white-space: nowrap;
    }
    .text-size-18.is-text {
      line-height: 150%;
    }
    .text-size-16.inline {
      text-wrap: pretty;
    }
    .heading-64 {
      order: 0;
    }
    .heading-64.is-privacy-policy {
      order: 1;
    }
    .heading-64.is-404-heading {
      order: -1;
      font-size: 2.5rem;
    }
    .text-size-20 {
      text-wrap: balance;
      font-size: 1em;
    }
    .text-size-14 {
      font-size: 0.88em;
      display: inline-block;
    }
    .text-size-14.is-footer {
      display: inline;
    }
    .text-size-14.is-link,
    .text-size-14.is-inline {
      display: inline-block;
      bottom: -0.4em;
    }
    .brand.w--current {
      justify-content: flex-start;
    }
    .dropdown {
      font-size: 1.5em;
    }
    .section-spacing-wrapper {
      grid-template-rows: auto auto auto auto auto;
      grid-template-columns: 1fr 1fr;
    }
    .heading-40 {
      font-size: var(--space--40);
    }
    .heading-22 {
      font-size: var(--font-size--22);
      vertical-align: baseline;
      display: inline;
    }
    .heading-22.text-wrap-pretty {
      flex-flow: column;
    }
    .heading-22.text-color-dark {
      flex-flow: column;
      display: block;
    }
    .heading-22.read-more {
      font-size: var(--font-size--18);
    }
    .heading-22.is-est {
      font-size: 1.375em;
    }
    .heading-25.text-weight-bold {
      font-weight: 600;
    }
    .spacing-wrapper-2 {
      grid-template-rows: auto auto auto auto auto;
      grid-template-columns: 1fr 1fr;
    }
    .heading-84 {
      font-size: 8vw;
      font-weight: 600;
    }
    .text-size-12 {
      font-size: var(--font-size--12);
    }
    .text-size-12.dot {
      margin-left: 0.25em;
      margin-right: 0.25em;
    }
    .column-block,
    .column-block.bg-grey {
      padding: 2em;
    }
    .column-block.bg-grey.flex-center {
      aspect-ratio: auto;
    }
    .column-block.bg-grey.padding-20 {
      aspect-ratio: 1;
      padding: 2em;
    }
    .column-block.bg-grey.right-align {
      padding: 2em;
    }
    .column-block.bg-grey.flex-vertical-bottom {
      order: 3;
    }
    .column-block.bg-grey.is-solide-card {
      justify-content: space-between;
      align-items: flex-start;
      height: 21em;
      padding-right: 1.7em;
    }
    .column-block.bg-grey.is-testimonial {
      order: 4;
      padding-bottom: 2em;
    }
    .column-block.bg-grey.headings {
      padding: 2em;
    }
    .column-block.bg-grey.is-cards {
      padding-top: 3em;
      padding-bottom: 3em;
    }
    .column-block.bg-grey.flex-center-mobile {
      aspect-ratio: 1;
    }
    .column-block.bg-grey.is-career-timeline {
      justify-content: center;
      align-items: flex-start;
      height: 21em;
    }
    .column-block.bg-green,
    .column-block.bg-green.flex-left-center {
      padding-left: 2em;
    }
    .column-block.bg-dark.padding-top-75 {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      padding-top: 2em;
      display: block;
    }
    .column-block.bg-dark.is-footer {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      display: block;
    }
    .column-block.bg-dark.is-footer-right-align {
      text-wrap: pretty;
      justify-content: flex-start;
      align-items: center;
      display: block;
    }
    .column-block.bg-dark.is-footer-flex-center {
      justify-content: flex-start;
      align-items: center;
    }
    .column-block.bg-dark.is-footer-right-align-2nd {
      text-wrap: pretty;
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }
    .column-block.bg-image {
      aspect-ratio: 1;
    }
    .column-block._404 {
      padding: 2em;
    }
    .column-block._404.flex-center {
      aspect-ratio: auto;
    }
    .column-block._404.padding-20 {
      aspect-ratio: 1;
      padding: 2em;
    }
    .column-block._404.right-align {
      padding: 2em;
    }
    .column-block._404.flex-vertical-bottom {
      order: 3;
    }
    .column-block._404.is-solide-card {
      justify-content: space-between;
      align-items: flex-start;
      height: 21em;
      padding-right: 1.7em;
    }
    .column-block._404.is-testimonial {
      order: 4;
      padding-bottom: 2em;
    }
    .column-block._404.headings {
      padding: 2em;
    }
    .column-block._404.is-cards {
      padding-top: 3em;
      padding-bottom: 3em;
    }
    .column-block._404.flex-center-mobile {
      aspect-ratio: 1;
    }
    .column-block._404.is-career-timeline {
      justify-content: center;
      align-items: flex-start;
      height: 21em;
    }
    .primary-button {
      text-align: left;
    }
    .text-wrapper {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      text-wrap: pretty;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: block;
    }
    .text-wrapper.is-about {
      padding-right: 1.3em;
    }
    .button-wrapper {
      position: static;
    }
    .button-wrapper.flex-distribute {
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
    }
    .button-wrapper.flex-left-center {
      position: static;
    }
    .big-photo-component {
      aspect-ratio: 2/3;
    }
    .hero-description-icon {
      width: 0.75em;
      height: 1em;
      margin-left: 0.4em;
      display: inline-block;
      position: relative;
      top: 2px;
    }
    .marquee-wrapper {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }
    .emoji-wrapper.margin-right-40 {
      margin-right: 1em;
    }
    .primary-button-wrapper.is-absolute,
    .primary-button-wrapper.is-absolute-2nd {
      z-index: 140;
      bottom: 1.2em;
      right: 1.2em;
    }
    .features-slider {
      flex-flow: column;
    }
    .features-slider.is-why-work {
      height: 19.2em;
    }
    .slider-dots {
      margin-top: 2.5em;
      margin-left: 0;
      position: static;
    }
    .slider-item.flex-vertical,
    .slider-item._3rd {
      width: 100%;
    }
    .capabilities-wrapper.bg-dark {
      padding: 2em;
    }
    .capabilities-list-wrapper {
      grid-column-gap: 0;
      grid-row-gap: 0;
    }
    .capability {
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .heading-wrapper.margin-bottom-80 {
      margin-bottom: 3em;
    }
    .is-grid {
      flex-flow: column;
      display: flex;
    }
    .logo-wrapper {
      max-width: 12em;
      overflow: visible;
    }
    .logo-wrapper._3rd {
      max-width: 4em;
    }
    .logo-wrapper._4th {
      max-width: 5.9em;
    }
    .logo-wrapper._5th {
      max-width: 6.7em;
    }
    .logo-wrapper._1st {
      max-width: 7em;
    }
    .logo-wrapper.monday {
      max-width: 9em;
    }
    .logo-wrapper.wix {
      max-width: 5.2em;
    }
    .logo-wrapper.loom {
      max-width: 5.3em;
    }
    .go-daddy-img {
      max-width: 8em;
    }
    .podcast-link {
      text-wrap: pretty;
      display: block;
    }
    .icon-embed-custom-3 {
      vertical-align: baseline;
      display: inline-block;
    }
    .image-block.bg-dark.margin-bottom-24 {
      aspect-ratio: 3/2;
      color: #0000;
      background-color: #0000;
      border: 1px #0000;
      flex: 0 auto;
      align-self: stretch;
      width: 100%;
      height: 100%;
    }
    .history-wrapper {
      grid-column-gap: 0.19em;
      grid-row-gap: 0.19em;
      flex-flow: column;
      display: flex;
    }
    .place-and-position-wrapper {
      z-index: 100;
      grid-column-gap: 1em;
      grid-row-gap: 1em;
      width: 100%;
      max-width: none;
    }
    .place-and-position-wrapper.trimble-group {
      width: 100%;
    }
    .line {
      width: 157em;
      height: 1.5em;
      left: -1.6em;
    }
    .footer-blocks-wrapper {
      grid-column-gap: 0.78em;
      grid-row-gap: 0.78em;
    }
    .features-mask {
      width: 100%;
    }
    .marquee-component {
      left: 1em;
      right: 1em;
    }
    .chief-image {
      width: 60%;
      max-width: none;
    }
    .heading-vertical.capabilities-text-tablet {
      font-size: 10vw;
    }
    .jamie-bg-img {
      display: block;
    }
    .jamie-img {
      object-fit: contain;
      max-width: 19em;
      top: 3em;
      right: 10%;
    }
    .contact-form-component.bg-green {
      padding: 2em;
    }
    .form-field,
    .form-field.dropdown {
      font-size: 1em;
    }
    .splide__slide {
      flex: none;
      width: 100%;
      max-width: 83vw;
    }
    .line-embed {
      width: 100%;
      height: 100%;
    }
    .story-img-wrapper {
      border: 1px #0000;
      overflow: hidden;
    }
    .fill-video.grayscale-img,
    .fill-video.is-absolute {
      border-radius: 0.63em;
    }
    .video-button-wrapper.is-absolute {
      bottom: 1.2em;
      right: 1.2em;
    }
    .lightbox-video-popup {
      display: none;
    }
    .button-2.is-lightbox-close {
      font-size: 0.6em;
    }
    .mode-switch-wrapper {
      padding-right: 2em;
    }
    .toggle-wrapper {
      margin-right: 0;
    }
    .navbar-menu-wrapper {
      padding: 0;
      display: flex;
      right: 0.7em;
    }
    .pop-up-open {
      z-index: 1;
      white-space: nowrap;
      width: auto;
      display: inline-flex;
    }
    .icon-embed-custom {
      display: inline-flex;
    }
    .history-pop-up {
      z-index: 190;
    }
    .read-more-wrapper._01 {
      padding-left: 2em;
      padding-right: 2em;
      display: none;
    }
    .read-more-wrapper._02,
    .read-more-wrapper._03 {
      padding: 4em 2em;
    }
    .menu-wrapper.nav {
      padding-left: 2em;
      padding-right: 2em;
    }
    .menu-links-wrapper {
      grid-column-gap: 0.25em;
      grid-row-gap: 0.25em;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start;
    }
    .menu-text-wrapper {
      bottom: 0.5em;
      right: 0.5em;
    }
    .career-timeline-title,
    .career-timeline-title.flex-vertical {
      width: 100%;
    }
    .subheading-wrapper {
      max-width: 13.13em;
    }
    .inline-icon {
      display: inline-block;
    }
    .jump-to-tiles.margin-bottom-80 {
      margin-bottom: 3em;
    }
    .back-to-home.bg-dark.w--current {
      margin-right: auto;
    }
    .image-2 {
      object-fit: cover;
    }
    .career-timeline-img {
      display: block;
    }
    .heading-22-is-link {
      font-size: var(--font-size--22);
      vertical-align: baseline;
      display: inline;
    }
    .heading-22-is-link.read-more {
      font-size: var(--font-size--20);
    }
    .efficient-text {
      font-size: var(--font-size--25);
    }
    .career-timeline-wrapper {
      text-wrap: balance;
      width: 100%;
    }
    .footer-text-wrapper {
      white-space: nowrap;
      margin-right: 0.05em;
      display: inline;
    }
    .khula-underline-footer {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      margin-top: -0.7rem;
      display: flex;
    }
    .is-404 {
      text-align: center;
    }
    .is-404.heading-45 {
      font-size: var(--font-size--30);
    }
    .section-404 {
      height: 80vh;
    }
  }
  #w-node-_6609ef6a-eb94-a55c-554e-c2c3bda03446-db401945,
  #w-node-_0ada825a-c5f4-eebb-7bc6-dde5360f9d0f-db401946 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-bb56550e-96e9-b780-e816-2d87e98618c9-db401946,
  #w-node-_420137fa-4b14-9c59-4956-4c563b7bc33c-db401946,
  #w-node-_6b61a4d6-4e7a-aa18-7285-a995cf03dd5e-db401946 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  #w-node-_50e56a3b-12ad-a5c5-5694-e14b5a95d912-db401946 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
  #w-node-a4c97046-5d68-0097-167d-a72b049a734b-db401946 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-cfbf7c6d-b554-ccc3-868b-1b9e2567a98f-db401946 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
  #w-node-_1fe64fbf-cd0b-4d71-0193-1ff4d3d5dd92-db401946,
  #w-node-_450bd8c8-e521-3657-a607-3331bed1c18f-db401946 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  #w-node-f1e63086-5246-f800-664c-7e170645def3-db401946,
  #w-node-a43ee1cd-a757-262c-eb27-7f1d93ce7475-db401946 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-_985c7ecb-2b52-18de-173b-7ad5c1a3ffe0-db401946 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
  #w-node-dae7d18e-77c9-7a17-b378-8a27ddcb02cc-db401946,
  #w-node-fe0101a2-1035-6bdc-be0a-a7e9df53e047-db401946,
  #w-node-_6d7949a1-81e6-1e5c-9e2b-9c6c81a2080f-db401946,
  #w-node-e5269e56-b702-e91a-a4a2-4f9148eca9df-db401946 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-_6cffe2bc-09a8-0ee7-8d59-e5e600f14c42-00f14c42 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
  #w-node-_6cffe2bc-09a8-0ee7-8d59-e5e600f14c43-00f14c42,
  #w-node-_6cffe2bc-09a8-0ee7-8d59-e5e600f14c4b-00f14c42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-_84388e21-05d2-83fc-0694-905b78340305-00f14c42 {
    grid-area: 2/2/3/2;
    justify-self: center;
  }
  @media screen and (max-width: 991px) {
    #w-node-e1b65193-d310-6932-9ab9-2de8a3c4147b-db401946 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }
  @font-face {
    font-family: "Manrope";
    src: url(../fonts/6660363ccc5000a67500f4dd_manrope-regular.otf)
      format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url(../fonts/6660363c9142e698c3f6fd69_manrope-semibold.otf)
      format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url(../fonts/6660363cbce763abc0a64ac0_manrope-medium.otf)
      format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  .features-slider.is-why-work {
    height: 20em;
  }
  .heading-22.read-more li {
    margin-bottom: 15px;
  }
  .heading-40 {
    font-size: 34px;
  }
  .linkedin-link {
    width: auto;
  }
  .jamie-bg-img {
    object-position: 0;
  }
  .khula img {
    max-width: 200px;
  }
  .is-solide-card {
    cursor: pointer;
  }
  .dark-mode .linkedin-link svg,
  .dark-mode .linkedin-link g,
  .dark-mode .linkedin-link path {
    fill: #cccccc !important;
  }
  .linkedin-link {
    border: 1px solid;
    height: 30px;
    width: 30px;
    padding: 7px;
    border-radius: 100%;
    margin-right: 4px;
  }
  .company-logo-img.khula.margin-bottom-62 {
    margin-bottom: 2em;
  }
  .text-wrapper.margin-bottom-70 .heading-22 {
    font-size: 16px;
  }
  .tech-stack-column-block img {
    filter: brightness(0);
    cursor: pointer;
  }
  .is-solide-card .story-img-wrapper {
    filter: grayscale(1);
    transition: 0.3s all ease-in-out;
  }
  .is-solide-card:hover .story-img-wrapper {
    filter: none;
    transition: 0.3s all ease-in-out;
  }
  @media screen and (max-width: 479px) {
    .read-more-wrapper.mobile .heading-22.read-more {
      font-size: 13px;
    }
  }
  