/**
 * 1. Base styles
 * ---
 * General styles that apply globally across the site.
 *
 */
:root:root:root {
  --header-height: 68px;
  --transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --elevate-color-blue: #1272f3;
  --elevate-color-red: #FF3976;
  --elevate-color-green: #04BF7B;
  --elevate-color-light-blue: #05aff2;
  --elevate-color-light-gray: #a0a09f;
  --elevate-color-lighter-gray: #ECECEC;
}

.has-x-large-font-size {
  letter-spacing: -0.04em;
  line-height: 1.25em;
}

body {
  background: #FFFFFF !important;
}

.wp-site-blocks {
  overflow: hidden;
  width: 100vw;
}

:target {
  scroll-margin-top: calc(99px + var(--admin-bar-height, 0px));
}

.Page {
  overflow: visible !important;
}

.Page-content {
  overflow: clip;
  width: 100%;
}

.Page :is([class^=wp-block-], [class*=" wp-block-"]).alignfull {
  left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.Page :is([class^=wp-block-], [class*=" wp-block-"]).alignfull > .alignfull {
  left: 0;
}

.Hero,
.Section {
  overflow: hidden;
}

header.airship-navbar {
  top: calc(var(--admin-bar-height, 0px) + var(--header-offset, 0px)) !important;
}

.admin-bar header.airship-navbar {
  --admin-bar-height: 32px;
}

@media (min-width: 992px) {
  header.airship-navbar .megamenu .megamenu-inner .btn-large {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr max-content;
    padding-bottom: 12px;
    width: 100%;
  }
  header.airship-navbar .megamenu .megamenu-inner .btn-large .link-megamenu {
    line-height: 32px;
  }
  header.airship-navbar .megamenu .megamenu-inner .btn-large .Button {
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    padding: 0 24px;
  }
  header.airship-navbar .megamenu .megamenu-inner .menu-banner {
    top: 95px;
  }
  header.airship-navbar .megamenu.single-column {
    max-width: 300px;
  }
  header.airship-navbar .megamenu .megamenu-item.indent {
    margin-left: 32px;
  }
  header.airship-navbar .megamenu .megamenu-item.indent > a:not(:hover) {
    color: #666;
  }
  header.airship-navbar .megamenu.single-column .megamenu-item.indent {
    margin-left: 16px;
  }
}
.has-transparentHeader .Page {
  padding-top: 0 !important;
}
.has-transparentHeader header {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
}
.has-transparentHeader header .navbar-brand .brand-dark {
  display: block;
}
.has-transparentHeader header .navbar-brand .brand-light {
  display: none;
}
.has-transparentHeader header .navbar-toggler svg.icon-hamburger rect {
  fill: white;
}
.has-transparentHeader header #airship-header-menu .dropdown-item.nav-link,
.has-transparentHeader header #airship-header-menu .nav-link {
  color: var(--wp--preset--color--white);
}
.has-transparentHeader header .menu-item.menu-item-login .nav-link {
  color: var(--wp--preset--color--white);
}
.has-transparentHeader header .airship-navbar-right .menu-item.menu-item-search .nav-link span svg path,
.has-transparentHeader header .airship-navbar-right .menu-item.menu-item-lang .nav-link span svg path {
  fill: var(--wp--preset--color--white);
}
@media (max-width: 600px) {
  .has-transparentHeader.page-blog header .navbar-toggler svg.icon-hamburger rect {
    fill: black;
  }
  .has-transparentHeader.page-blog header .navbar-brand .brand-dark {
    display: none;
  }
  .has-transparentHeader.page-blog header .navbar-brand .brand-light {
    display: block;
  }
}
.has-transparentHeader.page-scrolling header {
  background-color: var(--wp--preset--color--white) !important;
  border-bottom-color: #e4e4e4 !important;
}
.has-transparentHeader.page-scrolling header .navbar-brand .brand-dark {
  display: none;
}
.has-transparentHeader.page-scrolling header .navbar-brand .brand-light {
  display: block;
}
.has-transparentHeader.page-scrolling header .navbar-toggler svg.icon-hamburger rect {
  fill: black;
}
.has-transparentHeader.page-scrolling header #airship-header-menu .dropdown-item.nav-link,
.has-transparentHeader.page-scrolling header #airship-header-menu .nav-link {
  color: var(--wp--preset--color--black);
}
.has-transparentHeader.page-scrolling header .menu-item.menu-item-login .nav-link {
  color: #5e5e5e;
}
.has-transparentHeader.page-scrolling header .airship-navbar-right .menu-item.menu-item-search .nav-link span svg path,
.has-transparentHeader.page-scrolling header .airship-navbar-right .menu-item.menu-item-lang .nav-link span svg path {
  fill: #5e5e5e;
}

header.airship-navbar {
  transition: 0.4s all;
  will-change: top;
  top: calc(var(--admin-bar-height, 0px) + var(--header-offset, 0px) + var(--notification-banner-offset, 0px)) !important;
}
header.airship-navbar .container {
  box-sizing: content-box;
  max-width: 1296px !important;
  padding: 0 !important;
  width: calc(100% - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right)) !important;
}
@media (max-width: 991px) {
  header.airship-navbar .container {
    width: 100% !important;
  }
}
header.airship-navbar .navbar-brand {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
header.airship-navbar .navbar-brand :is(.brand-light, .brand-dark) {
  grid-column: 1;
  grid-row: 1;
}
header.airship-navbar .btn-primary {
  white-space: nowrap;
}
@media (max-width: 1240px) {
  header.airship-navbar .menu .menu-item .nav-link,
  header.airship-navbar .menu .menu-item .nav-linkactive {
    padding: 0 16px !important;
  }
}
@media (max-width: 1070px) {
  header.airship-navbar .menu .menu-item .nav-link,
  header.airship-navbar .menu .menu-item .nav-linkactive {
    padding: 0 12px !important;
  }
}

.admin-bar header.airship-navbar {
  --admin-bar-height: 32px;
}

@media (min-width: 992px) {
  header.airship-navbar .megamenu .megamenu-inner .btn-large {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr max-content;
    padding-bottom: 12px;
    width: 100%;
  }
  header.airship-navbar .megamenu .megamenu-inner .btn-large .link-megamenu {
    line-height: 32px;
  }
  header.airship-navbar .megamenu .megamenu-inner .btn-large .Button {
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    padding: 0 24px;
  }
  header.airship-navbar .megamenu .megamenu-inner .menu-banner {
    top: 95px;
  }
  header.airship-navbar .menu-item.display-promo-banner-in-column .megamenu .megamenu-inner .menu-banner {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: auto;
  }
  header.airship-navbar .menu-item.display-promo-banner-in-column .megamenu .megamenu-inner .menu-banner .banner {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  header.airship-navbar .megamenu.single-column {
    max-width: 300px;
  }
  header.airship-navbar .megamenu .megamenu-item.indent {
    margin-left: 32px;
  }
  header.airship-navbar .megamenu .megamenu-item.indent > a:not(:hover) {
    color: #666;
  }
  header.airship-navbar .megamenu.single-column .megamenu-item.indent {
    margin-left: 16px;
  }
  header.airship-navbar.header-white :is(.brand-light, .brand-dark) {
    display: block !important;
  }
  header.airship-navbar.header-white .brand-light {
    opacity: 0;
  }
  header.airship-navbar.header-white:not(.fixed) .airship-navbar-right li.menu-item-lang .nav-link span svg path {
    fill: #fff;
  }
  header.airship-navbar.header-white:not(.fixed) .btn-primary:is(:active, :focus, :hover) {
    background: var(--wp--preset--color--white) !important;
    border-color: transparent !important;
    color: var(--wp--preset--color--blue) !important;
  }
  header.airship-navbar.header-white.fixed .brand-light {
    opacity: 1;
  }
  header.airship-navbar.header-white.fixed .brand-dark {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-collapse .menu-header-menu-navigation-container {
    padding-right: 0 !important;
  }
  header.airship-navbar .menu .menu-item .nav-link, header.airship-navbar .menu .menu-item .nav-linkactive {
    padding: 16px !important;
  }
}
/**
 * 2. Block styles
 * ---
 * Styles specific to a single block.
 *
 */
@keyframes wp-button-is-style-arrow-button {
  0%, 100% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
}
.is-style-arrow-button .wp-block-button__link {
  align-items: center;
  display: inline-grid;
  gap: 0.5em;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  letter-spacing: -1px;
  justify-content: center;
}
.is-style-arrow-button .wp-block-button__link:after {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.17048 5.34269C8.77995 4.95217 8.14678 4.95218 7.75626 5.34271C7.36574 5.73324 7.36575 6.3664 7.75628 6.75692L10.9997 10.0003L7.75627 13.2437C7.36575 13.6342 7.36575 14.2674 7.75627 14.6579C8.1468 15.0484 8.77996 15.0484 9.17049 14.6579L13.121 10.7074C13.3086 10.5198 13.4139 10.2655 13.4139 10.0002C13.4139 9.73502 13.3086 9.48067 13.121 9.29313L9.17048 5.34269Z" fill="white"/%3E%3C/svg%3E%0A');
  background-size: cover;
  content: "";
  display: block;
  width: 0.6875em;
  height: 0.6875em;
  transition: 0.3s transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.is-style-arrow-button .wp-block-button__link:is(:active, :focus, :hover):after {
  transform: translateX(8px);
}

.wp-block-button__link:is(.has-blueish-purple-gradient-background, .has-purpleish-pink-gradient-background) {
  background: transparent !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.wp-block-button__link:is(.has-blueish-purple-gradient-background, .has-purpleish-pink-gradient-background):before {
  animation: wp-button-is-style-arrow-button 6s linear infinite;
  background-size: 200% 100% !important;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.wp-block-button__link:is(.has-blueish-purple-gradient-background, .has-purpleish-pink-gradient-background):is(.has-blueish-purple-gradient-background):before {
  background: var(--wp--preset--gradient--blueish-purple);
}
.wp-block-button__link:is(.has-blueish-purple-gradient-background, .has-purpleish-pink-gradient-background):is(.has-purpleish-pink-gradient-background):before {
  background: var(--wp--preset--gradient--purpleish-pink);
}

.wp-block-group.is-style-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

html.js h1.wp-block-heading {
  transition: 0.3s opacity, 0.5s transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
html.js h1.wp-block-heading:not(.is-visible) {
  opacity: 0;
  transform: translateY(40px);
}

.wp-block-heading mark.has-inline-color.has-pink-color {
  background: var(--wp--preset--gradient--blue-pink);
  background-clip: text;
  color: transparent !important;
}
.wp-block-heading mark.has-inline-color.has-yellow-color {
  background: var(--wp--preset--gradient--pink-yellow);
  background-clip: text;
  color: transparent !important;
}
.wp-block-heading mark.has-inline-color.has-lime-color {
  background: var(--wp--preset--gradient--lime-aqua);
  background-clip: text;
  color: transparent !important;
}
.wp-block-heading mark.has-inline-color.has-blue-color {
  background: var(--wp--preset--gradient--light-blue-blue);
  background-clip: text;
  color: transparent !important;
}

.wp-block-post-template.is-style-customers-archive {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.wp-block-post-template.is-style-customers-archive > .wp-block-post {
  display: grid;
  grid-column-end: span 4;
  grid-template-rows: 1fr;
  position: relative;
}
.wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(1), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(7), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(11), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(10n+16), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(10n+22) {
  grid-column-end: span 7;
}
.wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(2), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(6), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(12), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(10n+17), .wp-block-post-template.is-style-customers-archive > .wp-block-post:nth-child(10n+21) {
  grid-column-end: span 5;
}

.wp-block-post-template.is-style-resources-archive {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.wp-block-post-template.is-style-resources-archive > .wp-block-post {
  display: grid;
  grid-column-end: span 4;
  grid-template-rows: 1fr;
  position: relative;
}
@media (max-width: 980px) {
  .wp-block-post-template.is-style-resources-archive > .wp-block-post {
    grid-column-end: span 6;
  }
}
@media (max-width: 600px) {
  .wp-block-post-template.is-style-resources-archive > .wp-block-post {
    grid-column-end: span 12;
  }
}

.wp-block-post-template.is-style-newsroom {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.wp-block-post-template.is-style-newsroom > .wp-block-post {
  display: grid;
  grid-column-end: span 6;
  grid-template-rows: 1fr;
  position: relative;
}
@media (max-width: 980px) {
  .wp-block-post-template.is-style-newsroom > .wp-block-post {
    grid-column-end: span 6;
  }
}
@media (max-width: 600px) {
  .wp-block-post-template.is-style-newsroom > .wp-block-post {
    grid-column-end: span 12;
  }
}
.wp-block-post-template.is-style-newsroom .newsroom-icon {
  height: 48px;
  display: flex;
  align-items: center;
}
.wp-block-post-template.is-style-newsroom .newsroom-icon img {
  width: 48px;
}
.wp-block-post-template.is-style-newsroom .newsroom-tile-title a {
  color: var(--wp--preset--color--darkest-gray);
}
.wp-block-post-template.is-style-newsroom .newsroom-tile-title a:hover {
  text-decoration: none;
}

.wp-block-post-template.is-style-event {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.wp-block-post-template.is-style-event > .wp-block-post {
  display: grid;
  grid-column-end: span 6;
  position: relative;
}
@media (max-width: 980px) {
  .wp-block-post-template.is-style-event > .wp-block-post {
    grid-column-end: span 6;
  }
}
@media (max-width: 600px) {
  .wp-block-post-template.is-style-event > .wp-block-post {
    grid-column-end: span 12;
  }
}
.wp-block-post-template.is-style-event .wp-block-post-title {
  font-size: 24px;
  line-height: 32px;
}
.wp-block-post-template.is-style-event .event-dates, .wp-block-post-template.is-style-event .event-location {
  font-size: 16px;
  color: #5B5B5B;
}
.wp-block-post-template.is-style-event .wp-block-post-excerpt p {
  font-size: 16px;
}
.wp-block-post-template.is-style-event .wp-block-post-featured-image {
  margin-bottom: 2em;
}
.wp-block-post-template.is-style-event .wp-block-post-featured-image img {
  transition: all 0.2s;
  border-radius: 16px;
}
.wp-block-post-template.is-style-event .is-read-more img {
  display: block;
}
.wp-block-post-template.is-style-event a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wp-block-post-template.is-style-event-hero .wp-block-post {
  display: grid;
  gap: 40px;
  grid-template-columns: 60% 1fr;
}
.wp-block-post-template.is-style-event-hero .event-image .wp-block-post-featured-image img {
  border-radius: 16px;
  max-height: 385px;
  object-fit: cover;
}
.wp-block-post-template.is-style-event-hero .event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-post-template.is-style-event-hero .wp-block-post-title {
  font-size: 32px;
  line-height: 40px;
}
.wp-block-post-template.is-style-event-hero .event-info {
  background: linear-gradient(95deg, #5ECEFA 0%, #FFFFFF 100%);
  padding: 1px;
  border-radius: 16px;
}
.wp-block-post-template.is-style-event-hero .event-info > div {
  border-radius: 15px;
  background-color: var(--wp--preset--color--dark-blue-new);
  padding: 20px;
}
.wp-block-post-template.is-style-event-hero .event-dates, .wp-block-post-template.is-style-event-hero .event-location, .wp-block-post-template.is-style-event-hero .wp-block-post-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.wp-block-post-template.is-style-event-hero .event-dates {
  background-image: url(../images/icons/icon-calendar-white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
}
.wp-block-post-template.is-style-event-hero .event-location {
  background-image: url(../images/icons/icon-location-white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
}
.wp-block-post-template.is-style-event-hero a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block-post-template.is-style-event-hero .is-read-more img {
  display: block;
}
@media (max-width: 900px) {
  .wp-block-post-template.is-style-event-hero .wp-block-post {
    grid-template-columns: 1fr;
  }
}

.is-query-load-more .wp-block-button__link.wp-element-button.wp-load-more__button {
  color: #fff;
  font-size: 15px;
  margin-left: 16px;
  padding: 8px 32px;
  white-space: nowrap;
  background-color: #2a55dd;
  border-color: #2a55dd;
  letter-spacing: normal;
}
.is-query-load-more .wp-block-button__link.wp-element-button.wp-load-more__button .wp-block-query-pagination__arrow {
  display: none;
}

.is-query-filter-wrapper {
  margin-bottom: 36px !important;
}
.is-query-filter-wrapper .wp-block-query-filter {
  max-width: 350px;
  min-width: 350px;
  position: relative;
}
.is-query-filter-wrapper .wp-block-query-filter:after {
  content: "";
  background-image: url(../images/icons/icon-select-dropdown.svg);
  height: 13px;
  width: 12px;
  position: absolute;
  bottom: 26%;
  right: 13px;
}
@media (max-width: 790px) {
  .is-query-filter-wrapper .wp-block-query-filter {
    min-width: 300px;
  }
}
.is-query-filter-wrapper .wp-block-query-filter select {
  appearance: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2em 0.2em 0.2em 1em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: none;
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  position: relative;
}
.is-query-filter-wrapper .wp-block-query-filter select:focus {
  outline: none;
}

html.js .wp-block-separator {
  transform-origin: left center;
  transition: 0.3s opacity, 0.5s transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
html.js .wp-block-separator:not(.is-visible) {
  opacity: 0;
  transform: scaleX(50%);
}

/**
 * 2. Component styles
 * ---
 * Styles specific to a single component
 *
 */
header .menu .menu-item .nav-link,
header .menu .menu-item .nav-linkactive {
  padding: 0 24px !important;
}

header .megamenu .megamenu-inner .menu-banner .banner .banner-inner img {
  height: auto !important;
}

@media (min-width: 992px) {
  header .megamenu.megamenu.v2 {
    --megamenu-width: 1150px;
    max-width: var(--megamenu-width);
  }
  header .megamenu.megamenu.v2 .megamenu-inner {
    align-items: start;
    display: grid;
    padding: 24px 32px 32px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 9fr) minmax(0, 9fr) minmax(0, 7fr);
    row-gap: 32px;
    width: 100%;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-grid.has-button {
    grid-template-columns: minmax(0, 9fr) minmax(0, 9fr) minmax(0, 7fr) max-content;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-cta {
    border: 0;
    grid-column: 4;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    padding: 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column {
    grid-column: var(--column);
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column,
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column > ul {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-auto-columns: 100%;
    list-style: none;
    margin: 0;
    min-width: initial;
    padding: 0;
    row-gap: 16px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-title {
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--gt-america);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    min-height: 32px;
    text-decoration: none;
    white-space: nowrap;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-item {
    align-items: start;
    display: grid;
    gap: 4px;
    margin: 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a {
    align-items: start;
    color: var(--wp--preset--color--blue);
    display: grid;
    gap: 4px;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    font-family: var(--wp--preset--font-family--gt-america);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a > span {
    font-size: inherit;
    line-height: inherit;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a:hover {
    color: var(--wp--preset--color--blue);
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a:hover > span {
    text-decoration: underline;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link.has-new > a {
    grid-template-columns: max-content;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-item-new {
    color: var(--wp--preset--color--pink);
    display: block;
    font-family: var(--wp--preset--font-family--gt-america);
    font-style: normal;
    font-weight: 600;
    font-size: 12px !important;
    position: relative;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-description {
    color: var(--wp--preset--color--dark-gray);
    font-family: var(--wp--preset--font-family--gt-america);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a {
    color: var(--wp--preset--color--blue);
    font-family: var(--wp--preset--font-family--gt-america);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a > span {
    font-size: inherit;
    line-height: inherit;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a:hover {
    text-decoration: underline;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-banner {
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-seperator {
    grid-column: 1/span 4;
    height: 1px;
    overflow: hidden;
    width: 100%;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-seperator > div {
    background: var(--wp--preset--color--lighter-gray);
    height: 1px;
    width: var(--megamenu-width);
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-banner .banner {
    box-shadow: none;
    padding: 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-banner .banner-inner {
    margin: 0;
  }
}
@media (max-height: 1000px) and (min-width: 992px) {
  header .megamenu.megamenu.v2 .megamenu-inner {
    padding: 24px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-grid {
    grid-template-columns: minmax(0, 9fr) minmax(0, 9fr) minmax(0, 5fr);
    gap: 16px;
    row-gap: 16px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-grid.has-button {
    grid-template-columns: minmax(0, 9fr) minmax(0, 9fr) minmax(0, 5fr) max-content;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column,
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column > ul {
    gap: 16px;
    row-gap: 12px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a {
    line-height: 1.25;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-links {
    gap: 10px;
    row-gap: 4px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link {
    line-height: 1;
  }
}
@media (max-width: 991px) {
  header .megamenu.megamenu.v2 .megamenu-inner .menu-description,
  header .megamenu.megamenu.v2 .megamenu-inner .menu-banner {
    display: none;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column ul,
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column li {
    margin: 0;
    padding: 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-column ul {
    gap: 0;
    padding: 0 0 0 30px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-title {
    margin-left: 30px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-title:empty {
    display: none;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-title,
  header .megamenu.megamenu.v2 .megamenu-inner .menu-title > a {
    color: var(--wp--preset--color--white);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a {
    color: #cbcbcb;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 8px 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-link > a:hover {
    color: #cbcbcb;
    text-decoration: underline;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link {
    margin-left: 16px;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a {
    color: #cbcbcb;
    display: block;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 22px;
    padding: 8px 0;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a > span {
    font-size: inherit;
    line-height: inherit;
  }
  header .megamenu.megamenu.v2 .megamenu-inner .menu-sub-link > a:hover {
    color: #cbcbcb;
    text-decoration: underline;
  }
  header .megamenu.megamenu.v2 .megamenu-inner :is(.menu-link, .menu-title) > a {
    text-decoration: none;
  }
  header .megamenu.megamenu.v2 .megamenu-inner :is(.menu-link, .menu-title) > a:hover {
    color: var(--wp--preset--color--white);
    text-decoration: underline;
  }
  header .megamenu.megamenu.v2 .megamenu-inner :is(.menu-link, .menu-title) > a:hover span {
    color: #5ecefa;
  }
  header .navbar-collapse .menu-header-menu-navigation-container {
    padding-right: 0 !important;
  }
  header.airship-navbar .menu .menu-item .nav-link, header.airship-navbar .menu .menu-item .nav-linkactive {
    padding: 16px !important;
  }
}
/**
 * 3. Template styles
 * ---
 * Styles specific to a single template.
 *
 */
.single-resource header.airship-navbar {
  border-bottom-color: #e4e4e4;
}

/**
 * desktop: 1080px
 * tablet: 1440px
 * laptop: 720px
 */
/**
 * Returns a clamp value that scales between a specific
 * min and max value between two breakpoints.
 */
.single-patterns-explainer .is-position-sticky {
  top: calc(99px + var(--wp-admin--admin-bar--position-offset, 0px));
}
.single-patterns-explainer .wp-block-post-title {
  font-size: clamp(3rem, 3rem + (5 - 3) * (100vw - 67.5rem) / (90 - 67.5), 5rem);
  line-height: 1.2;
}
.single-patterns-explainer .wp-block-post-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child {
  margin-top: 0;
}
.single-patterns-explainer .wp-block-post-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading:last-child {
  margin-bottom: 0;
}
.single-patterns-explainer .wp-block-post-content :is(h1, h2).wp-block-heading {
  font-size: clamp(2rem, 2rem + (2.75 - 2) * (100vw - 67.5rem) / (90 - 67.5), 2.75rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--20);
}
.single-patterns-explainer .wp-block-post-content :is(h3).wp-block-heading {
  color: var(--wp--preset--color--contrast);
  font-size: clamp(1.5rem, 1.5rem + (2 - 1.5) * (100vw - 67.5rem) / (90 - 67.5), 2rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--20);
}
.single-patterns-explainer .wp-block-post-content :is(h4, h5, h6).wp-block-heading {
  color: var(--wp--preset--color--contrast);
  font-size: clamp(1.25rem, 1.25rem + (1.75 - 1.25) * (100vw - 67.5rem) / (90 - 67.5), 1.75rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--20) 0;
}

@media screen and (max-width: 781px) {
  .single-patterns-explainer .hide-mobile {
    display: none !important;
  }
  .single-patterns-explainer .wp-block-columns.reverse-on-mobile {
    flex-direction: column-reverse;
  }
  .single-patterns-explainer .featured-image img {
    max-width: 200px !important;
  }
}
.single-patterns-events hr.wp-block-separator {
  background: linear-gradient(90deg, #93D500 0%, #2B55DD 100%);
  border: none;
  height: 1px;
}

.has-transparent-nav header.airship-navbar,
.has-transparent-nav header.airship-navbar .container {
  background: transparent !important;
  border-bottom-color: transparent !important;
}
.has-transparent-nav .Page {
  padding-top: 0;
}
.has-transparent-nav .Page:before {
  display: none !important;
}

.has-transparent-nav header.airship-navbar.fixed {
  background: var(--wp--preset--color--white) !important;
  border-bottom-color: #e4e4e4 !important;
}

.page-whats-new .is-position-sticky {
  top: calc(99px + var(--wp-admin--admin-bar--position-offset, 0px));
}
.page-whats-new .wp-block-post-title {
  font-size: clamp(3rem, 3rem + (5 - 3) * (100vw - 67.5rem) / (90 - 67.5), 5rem);
  line-height: 1.2;
}
.page-whats-new .wp-block-post-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading:first-child {
  margin-top: 0;
}
.page-whats-new .wp-block-post-content :is(h1, h2, h3, h4, h5, h6).wp-block-heading:last-child {
  margin-bottom: 0;
}
.page-whats-new .wp-block-post-content :is(h1, h2).wp-block-heading {
  font-size: clamp(2rem, 2rem + (2.75 - 2) * (100vw - 67.5rem) / (90 - 67.5), 2.75rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--20);
}
.page-whats-new .wp-block-post-content :is(h3).wp-block-heading {
  color: var(--wp--preset--color--contrast);
  font-size: clamp(1.5rem, 1.5rem + (2 - 1.5) * (100vw - 67.5rem) / (90 - 67.5), 2rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--20);
}
.page-whats-new .wp-block-post-content :is(h4, h5, h6).wp-block-heading {
  color: var(--wp--preset--color--contrast);
  font-size: clamp(1.25rem, 1.25rem + (1.75 - 1.25) * (100vw - 67.5rem) / (90 - 67.5), 1.75rem);
  line-height: 1.2;
  margin: var(--wp--preset--spacing--20) 0;
}

@media screen and (max-width: 781px) {
  .page-whats-new .hide-mobile {
    display: none !important;
  }
  .page-whats-new .wp-block-columns.reverse-on-mobile {
    flex-direction: column-reverse;
  }
  .page-whats-new .featured-image img {
    max-width: 200px !important;
  }
}
/**
 * 4. Page styles
 * ---
 * Styles specific to a single page
 *
 */
/* Industries Landing Page */
.page-template-page-industries .Page-content:before {
  content: "";
  position: absolute;
  top: 0;
  width: 270px;
  height: 1130px;
  right: 0;
  background-image: url(../images/bg-gradient-purp-top-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 100;
}
.page-template-page-industries .Page-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 247px;
  height: 1079px;
  left: 0;
  background-image: url(../images/bg-gradient-purp-bottom-left.png);
  background-repeat: no-repeat;
  z-index: 100;
}
.page-template-page-industries .Hero-content {
  max-width: 680px;
}
@media (max-width: 990px) {
  .page-template-page-industries .Page-content:before {
    width: 120px;
    height: 502px;
    background-size: cover;
  }
  .page-template-page-industries .Page-content:after {
    width: 120px;
    height: 524px;
    background-size: cover;
  }
}

.is-homepage .Hero {
  padding-bottom: 0;
}
.is-homepage .Hero .Hero-background {
  background-repeat: no-repeat;
  background-size: 95% !important;
}
.is-homepage .Hero .HeroHeaderBlock-title {
  font-weight: 300;
}
.is-homepage .Hero .HeroHeaderBlock-title strong {
  font-weight: 700;
  color: #020202;
}
.is-homepage .Hero .HeroHeaderBlock-subtitle {
  font-size: 24px;
  line-height: 36px;
  max-width: 479px;
}
@media (max-width: 768px) {
  .is-homepage .Hero .HeroHeaderBlock-subtitle {
    max-width: none;
  }
  .is-homepage .Hero .Hero-content {
    padding-bottom: 120px;
  }
  .is-homepage .Hero .Hero-background {
    background-position: 100% 100% !important;
    background-size: 130% !important;
  }
}
@media (max-width: 500px) {
  .is-homepage .Hero .Hero-background {
    background-size: 180% !important;
  }
  .is-homepage .Hero .Hero-content {
    padding-bottom: 100px;
  }
}
.is-homepage .wp-block-airship-logo-row-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}