@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--light-grey);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: var(--dark-blue);
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.125em;
  text-wrap: pretty;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2.5em;
  position: relative;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 400;
  line-height: 1.5;
}
p a,
ul a,
ol a {
  color: var(--red);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--red-dark);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin-top: 0.125em;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
.cira-button {
  background-color: var(--amber);
  border: none;
  color: var(--dark-blue);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.cira-button:hover {
  background-color: var(--blue);
}
.cira-button--white {
  background-color: var(--white);
  color: var(--blue);
}
.cira-button--white:hover {
  background-color: var(--white);
  color: var(--blue);
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.columns--reverse {
  flex-direction: row-reverse;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.columns__column--column-20 {
  width: 20%;
}
.columns__column--column-25 {
  width: 25%;
}
.columns__column--column-30 {
  width: 30%;
}
.columns__column--column-35 {
  width: 35%;
}
.columns__column--column-40 {
  width: 40%;
}
.columns__column--column-45 {
  width: 45%;
}
.columns__column--column-50 {
  width: 50%;
}
.columns__column--column-55 {
  width: 55%;
}
.columns__column--column-60 {
  width: 60%;
}
.columns__column--column-65 {
  width: 65%;
}
.columns__column--column-70 {
  width: 70%;
}
.columns__column--column-75 {
  width: 75%;
}
.columns__column--column-80 {
  width: 80%;
}
.columns__column--left,
.columns__column--wide {
  flex-grow: 1;
}
.columns__column--right,
.columns__column--narrow {
  width: 360px;
}
.columns__column--border-left {
  border-left: 1px solid var(--grey);
  padding-left: 40px;
}
.columns__column .box {
  align-items: flex-start;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  filter: var(--drop-shadow-filter);
}
.columns__column .box h4 {
  font-family: var(--font-family);
  font-size: 1.25em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.columns__column .box .boxes {
  width: 100%;
}
.columns__column .box .boxes__item {
  border-bottom: 1px solid var(--grey);
  margin-top: 30px;
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.columns__column .box .boxes__item:first-child {
  margin-top: 0;
}
.columns__column .box .boxes__item__image {
  background-color: #ADD7EF;
  border-radius: 8px;
  height: 34px;
  left: 0;
  top: 0;
  line-height: 34px;
  text-align: center;
  width: 34px;
  position: absolute;
}
.columns__column .box .boxes__item__image:before {
  color: var(--blue);
  content: var(--font-awesome-icon);
  display: block;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.columns__column .box .grey-box {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding: 20px 30px;
}
.columns__column .box__header {
  background-color: var(--blue);
  border-radius: 20px 20px 0 0;
  margin: -40px -40px 0 -40px;
  padding: 30px 40px 30px;
  width: calc(100% + 80px);
}
.columns__column .box__header h2,
.columns__column .box__header h3 {
  color: var(--white);
  margin-bottom: 0.25em;
}
.columns__column .box__header p,
.columns__column .box__header ul,
.columns__column .box__header ol {
  color: var(--white);
  font-size: 1.125em;
}
.columns__column section:first-child {
  padding-top: 0;
}
header#header {
  --transition-duration: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  --top-logo-height: 75px;
  --transition-delay: 0s;
  background-color: var(--white);
  display: block;
  height: var(--header-height);
  overflow: hidden;
  position: relative;
  transition: var(--transition-duration);
  transition-delay: 0s;
  width: 100%;
  z-index: 100;
}
header#header .top {
  background-color: var(--dark-blue);
  height: calc(var(--header-height) / 2);
}
header#header .top .inset {
  display: flex;
  flex-direction: row;
  height: calc(var(--header-height) / 2);
  justify-content: space-between;
  padding: 20px 20px 0;
}
header#header .top .inset nav {
  display: flex;
  opacity: 1;
  pointer-events: all;
  padding-left: 50px;
}
header#header .top .inset nav ul.menu {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: calc((var(--header-height) / 2) - 20px);
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}
header#header .top .inset nav ul.menu li {
  margin: 0;
  padding: 0;
}
header#header .top .inset nav ul.menu li a {
  align-items: center;
  background-color: var(--blue);
  color: var(--white);
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 20px 15px;
  text-decoration: none;
  transition: all var(--transition-duration);
}
header#header .top .inset nav ul.menu li a.active,
header#header .top .inset nav ul.menu li a:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}
header#header .search-social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
header#header .search-social .search-form form input[type="search"] {
  background-color: var(--white);
  border: none;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 1em;
  padding: 8px 12px;
  transition: all 0.1s ease-in-out;
  width: 280px;
}
header#header .search-social .search-form form input[type="search"]:focus {
  background: var(--white);
  outline: none;
}
header#header .search-social .search-form form button[type="submit"] {
  display: none;
}
header#header div.social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
header#header div.social-links ul a {
  color: var(--white);
  display: block;
  font-size: 1.5em;
  height: 28px;
  width: 28px;
  transition: all 0.1s ease-in-out;
}
header#header div.social-links ul a svg {
  fill: var(--white);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
header#header div.social-links ul a:hover svg {
  fill: var(--white);
}
header#header .btm {
  height: calc(var(--header-height) / 2);
  position: relative;
}
header#header .btm .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: calc(var(--header-height) / 2);
  justify-content: flex-start;
  padding: 0 20px;
}
header#header .btm .inset .branding {
  display: block;
  height: var(--top-logo-height);
  width: auto;
  z-index: 20;
}
header#header .btm .inset .branding a {
  position: relative;
  transform: translateY(-50%);
}
header#header .btm .inset .branding a img {
  display: block;
  height: var(--top-logo-height);
  width: auto;
}
header#header .btm .inset nav {
  align-items: center;
  display: none;
  flex-direction: row;
  gap: 40px;
  opacity: 0;
  pointer-events: none;
  justify-content: flex-start;
  padding-right: 10px ;
  position: relative;
  width: calc(100% - var(--logo-width));
  z-index: 10;
}
header#header .btm .inset nav.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header .btm .inset nav:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
header#header .btm .inset nav ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1em;
  font-weight: 600;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .btm .inset nav ul.menu li {
  padding: 0;
}
header#header .btm .inset nav ul.menu li a {
  color: var(--charcoal);
  display: block;
  font-size: 1em;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  transition: all var(--transition-duration);
}
header#header .btm .inset nav ul.menu li a:hover {
  color: var(--dark-blue);
}
header#header .btm .inset nav .search-button {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 1.25em;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
header#header .btm .inset nav .search-button svg {
  fill: var(--white);
  height: 20px;
  width: 20px;
  transition: all var(--transition-duration);
}
header#header .btm .inset nav .search-button:hover svg {
  fill: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
header#header .btm .inset nav .search-form {
  display: none;
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.scrolling header#header * {
  --header-height: 60px;
}
section.hero {
  background-color: var(--light-grey);
  color: var(--white);
  position: relative;
}
section.hero .slides {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
section.hero .slides:after {
  background-color: #00000080;
  display: block;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
section.hero .slide {
  background: var(--white);
  background-image: var(--bg-image);
  background-position: var(--image-position-x) var(--image-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.hero .slide .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
}
section.hero .slide .copy {
  background-color: var(--blue-90);
  border-radius: 0 30px 30px 0;
  color: #FFF;
  min-width: 500px;
  opacity: 0;
  padding: 40px 30px 50px;
  position: relative;
  width: calc(40%);
}
section.hero .slide .copy:before {
  background-color: var(--blue-90);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: -1;
}
section.hero .slide .copy h2 {
  color: var(--white);
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-wrap: balance;
}
section.hero .slide .copy p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 20px;
}
section.hero .slide .copy p strong {
  font-size: 1.4em;
}
section.hero .slide .copy .cira-button {
  background-color: var(--white);
  color: var(--blue);
}
section.hero .slide .copy .cira-button:hover {
  background-color: var(--white);
  color: var(--blue);
}
section.hero .slide--active {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero .slide--activate {
  animation: slide-activate 1s forwards;
}
section.hero .slide--activate .copy {
  animation: slide-activate_copy 1s forwards;
}
section.hero .slide--deactivate {
  --copy-translate: 0;
}
section.hero .inset {
  min-height: 480px;
  position: relative;
  z-index: 20;
}
section.hero .inset h1 {
  color: var(--white);
  font-size: 4em;
  margin-bottom: 0.75em;
  max-width: calc(var(--max-width) / 2);
  text-wrap: balance;
  filter: var(--drop-shadow-filter-alt) var(--drop-shadow-filter-alt) var(--drop-shadow-filter);
}
section.hero .inset .box-buttons {
  background-color: var(--amber);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 480px;
  padding: 20px;
  filter: none;
}
section.hero .inset .box-buttons__button {
  color: var(--charcoal);
  padding: 20px 30px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
section.hero .inset .box-buttons__button i {
  font-size: 1.75em;
  text-align: center;
  width: 40px;
}
section.hero .inset .box-buttons__button:hover {
  background-color: var(--white);
}
section.hero .inset .airport-code {
  color: var(--white);
  font-size: 1em;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
  filter: var(--drop-shadow-filter-alt) var(--drop-shadow-filter-alt) var(--drop-shadow-filter);
}
@keyframes slide-activate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-activate_copy {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
section.hero .controls {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 10000;
}
section.at-the-airport {
  background-color: var(--white);
}
section.at-the-airport .inset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.at-the-airport .inset .side {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  width: 100%;
  /*.content {
                position: relative;
                z-index: 20;

                color: #FFF;

                .subheading {
                    color: var(--white);
                    font-size: 2em;
                    font-weight: 400;
                    line-height: 1.1;
                    margin-bottom: 0.5em;
                }

                h2 {
                    color: var(--white);
                }

                p {
                    margin-bottom: 1em;
                }
            }

            &:after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000000AA;
                z-index: 10;
            }*/
}
section.at-the-airport .inset .posts {
  grid-column: span 2;
  padding: 20px 0 20px 10px;
}
section.at-the-airport .inset .posts h2 {
  color: var(--dark-blue);
  margin-bottom: 0.5em;
}
section.at-the-airport .inset .posts .buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 2.5em;
}
section.at-the-airport .inset .posts .buttons .button {
  border: 1px solid var(--dark-blue);
  outline: 2px solid transparent;
  display: grid;
  height: 75px;
  place-items: center;
  position: relative;
  text-decoration: none;
  width: 75px;
  transition: all 150ms ease-in-out;
}
section.at-the-airport .inset .posts .buttons .button i {
  color: var(--grey);
  font-size: 32px;
  transition: all 150ms ease-in-out;
}
section.at-the-airport .inset .posts .buttons .button .tooltip {
  background-color: #022F5ADD;
  border-radius: 5px;
  color: var(--white);
  display: block;
  opacity: 0;
  pointer-events: none;
  font-size: 0.875em;
  font-weight: 500;
  padding: 5px 10px;
  position: absolute;
  top: 70px;
  white-space: nowrap;
  z-index: 10;
}
section.at-the-airport .inset .posts .buttons .button:hover .tooltip {
  opacity: 1;
  pointer-events: all;
  top: 80px;
  transition: all 150ms ease-in-out;
}
section.at-the-airport .inset .posts .buttons .button--active {
  border: 1px solid var(--amber);
  outline: 2px solid var(--amber);
}
section.at-the-airport .inset .posts .buttons .button--active i {
  color: var(--amber);
}
section.at-the-airport .inset .posts .sections .section {
  display: none;
}
section.at-the-airport .inset .posts .sections .section h3 {
  font-size: 1.75em;
  margin-bottom: 0.75em;
}
section.at-the-airport .inset .posts .sections .section p {
  margin-bottom: 1.5em;
}
section.at-the-airport .inset .posts .sections .section--active {
  display: block;
}
section.us-map {
  background-color: var(--white);
}
section.us-map .inset h2,
section.us-map .inset h3,
section.us-map .inset h4 {
  text-align: center;
}
section.us-map .inset p {
  text-align: center;
  margin-bottom: 2em;
}
section.us-map .inset .airlines {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
section.us-map .inset .airlines .airline {
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--grey);
  display: flex;
  filter: var(--drop-shadow-filter-alt);
  flex-direction: row;
  justify-content: center;
  padding: 5px 40px;
  position: relative;
  top: 0;
  transition: all 150ms ease-in-out;
}
section.us-map .inset .airlines .airline img {
  height: auto;
  max-width: 300px;
  object-fit: contain;
}
section.us-map .inset .airlines .airline:hover {
  top: -10px;
  filter: drop-shadow(0 18px 12px #00000044);
}
section.us-map .inset div.us-map {
  display: block;
  position: relative;
}
section.us-map .inset div.us-map svg {
  z-index: 10;
  --duration: 12s;
}
section.us-map .inset div.us-map svg g#dots {
  z-index: 20;
}
section.us-map .inset div.us-map svg g#dots > g {
  cursor: pointer;
}
section.us-map .inset div.us-map svg .flight-paths {
  filter: none;
  position: relative;
  z-index: 5;
  transition: all 150ms ease-in-out;
}
section.us-map .inset div.us-map svg .flight-paths path {
  filter: none;
  stroke: #a2def9;
  transition: all 150ms ease-in-out;
}
section.us-map .inset div.us-map svg .flight-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash-flight-path-start var(--duration) linear infinite;
}
section.us-map .inset div.us-map svg .flight-path:nth-child(2) {
  animation-duration: calc(var(--duration) * 0.8);
}
section.us-map .inset div.us-map svg .flight-path:nth-child(3) {
  animation-duration: calc(var(--duration) * 1.2);
}
section.us-map .inset div.us-map svg .flight-path:nth-child(4) {
  animation-duration: calc(var(--duration) * 0.9);
}
section.us-map .inset div.us-map svg .flight-path:nth-child(5) {
  animation-duration: calc(var(--duration) * 1.1);
}
section.us-map .inset div.us-map svg .flight-path:nth-child(6) {
  animation-duration: calc(var(--duration) * 1.3);
}
section.us-map .inset div.us-map svg .flight-path-finish {
  animation-name: dash-flight-path-finish;
}
section.us-map .inset div.us-map svg .flight-paths.active {
  z-index: 10;
  filter: drop-shadow(0 0 4px var(--white)) drop-shadow(0 0 4px var(--white)) drop-shadow(0 0 4px var(--white)) drop-shadow(0 0 10px var(--white));
}
section.us-map .inset div.us-map svg .flight-paths.active path {
  fill: var(--blue);
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linecap: round;
}
section.us-map .inset div.us-map svg .flight-paths.inactive {
  display: none;
}
@keyframes dash-flight-path-start {
  0% {
    stroke-dashoffset: 1000;
  }
  10% {
    stroke-dashoffset: 1000;
  }
  20% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash-flight-path-finish {
  0% {
    stroke-dashoffset: 1000;
  }
  20% {
    stroke-dashoffset: 1000;
  }
  30% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
section.us-map .inset div.us-map .legend {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 100px;
  padding: 20px 30px;
  position: absolute;
  top: 100px;
  width: 280px;
  z-index: 20;
}
section.us-map .inset div.us-map .legend__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
section.us-map .inset div.us-map .legend__color {
  border: 2px solid var(--black);
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
section.us-map .inset div.us-map .legend__color--line {
  border: none;
  border-top: 2px solid var(--line-color);
  border-radius: 0;
  height: 1px;
  position: relative;
  top: 1px;
}
section.us-map .inset div.us-map .legend__color--dashed {
  border-style: dashed;
  border-width: 2px;
}
section.us-map .inset div.us-map .legend__label {
  font-size: 1em;
  font-weight: 500;
}
section.us-map .inset div.us-map .airport-tooltip {
  background-color: var(--white);
  border-radius: 5px;
  color: var(--black);
  display: block;
  font-size: 0.75em;
  font-weight: 600;
  left: 50%;
  max-width: 200px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  filter: drop-shadow(0 5px 5px #00000055);
  transform: translateX(15px);
}
section.us-map .inset div.us-map .airport-tooltip.left {
  transform: translateX(calc(-100% - 15px));
}
section.us-map .inset .locations {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px auto;
  max-width: calc(var(--max-width) - 120px);
}
section.us-map .inset .locations .location {
  color: var(--black);
  flex-grow: 1;
  position: relative;
  text-decoration: none;
  top: 0;
  transition: all 150ms ease-in-out;
}
section.us-map .inset .locations .location .photo {
  border-radius: 20px;
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
  position: relative;
}
section.us-map .inset .locations .location .photo img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
  z-index: 10;
}
section.us-map .inset .locations .location .photo:after {
  background-color: var(--overlay-color);
  content: '';
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
section.us-map .inset .locations .location .serviced {
  font-size: 0.875em;
  text-transform: uppercase;
}
section.us-map .inset .locations .location .read-more {
  color: var(--dark-blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-top: 1em;
}
section.us-map .inset .locations .location .read-more:after {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%231B1F3B" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 10.7062C18.0969 10.3155 18.0969 9.68115 17.7063 9.29053L12.7063 4.29053C12.3156 3.8999 11.6812 3.8999 11.2906 4.29053C10.9 4.68115 10.9 5.31553 11.2906 5.70615L14.5844 8.9999H3C2.44687 8.9999 2 9.44678 2 9.9999C2 10.553 2.44687 10.9999 3 10.9999H14.5844L11.2906 14.2937C10.9 14.6843 10.9 15.3187 11.2906 15.7093C11.6812 16.0999 12.3156 16.0999 12.7063 15.7093L17.7063 10.7093V10.7062Z" fill="%23022F5A"/></svg>');
  height: 20px;
  width: 20px;
}
section.us-map .inset .locations .location:hover {
  top: -10px;
}
section.latest-news {
  background-color: var(--white);
}
section.latest-news .inset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.latest-news .inset .side {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  width: 100%;
}
section.latest-news .inset .side .content {
  position: relative;
  z-index: 20;
  color: #FFF;
}
section.latest-news .inset .side .content .subheading {
  color: var(--white);
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
section.latest-news .inset .side .content h2 {
  color: var(--white);
}
section.latest-news .inset .side .content p {
  margin-bottom: 1em;
}
section.latest-news .inset .side:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000AA;
  z-index: 10;
}
section.latest-news .inset .posts {
  grid-column: span 2;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
section.latest-news .inset .posts__post {
  background-color: var(--light-grey);
  padding: 30px;
  color: var(--black);
  text-decoration: none;
}
section.latest-news .inset .posts__post h3 {
  color: var(--dark-blue);
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
section.latest-news .inset .posts__post .read-more {
  color: var(--dark-blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-top: 1em;
  text-transform: uppercase;
}
section.latest-news .inset .posts__post .read-more:after {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%231B1F3B" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 10.7062C18.0969 10.3155 18.0969 9.68115 17.7063 9.29053L12.7063 4.29053C12.3156 3.8999 11.6812 3.8999 11.2906 4.29053C10.9 4.68115 10.9 5.31553 11.2906 5.70615L14.5844 8.9999H3C2.44687 8.9999 2 9.44678 2 9.9999C2 10.553 2.44687 10.9999 3 10.9999H14.5844L11.2906 14.2937C10.9 14.6843 10.9 15.3187 11.2906 15.7093C11.6812 16.0999 12.3156 16.0999 12.7063 15.7093L17.7063 10.7093V10.7062Z" fill="%23022F5A"/></svg>');
  height: 20px;
  width: 20px;
}
section.testimonials .inset {
  text-align: center;
  z-index: 20;
}
section.testimonials .inset h2,
section.testimonials .inset h3,
section.testimonials .inset h4 {
  color: var(--dark-blue);
  margin-bottom: 0.75em;
}
section.testimonials .inset div.testimonials .testimonial {
  background-color: var(--white);
  border: 1px solid var(--dark-blue);
  padding: 25px 30px;
  text-align: left;
}
section.testimonials .inset div.testimonials .testimonial__rating i {
  color: var(--amber);
  font-size: 1.75em;
}
section.testimonials .inset div.testimonials .testimonial__name {
  color: var(--dark-blue);
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 10px;
}
section.testimonials .inset div.testimonials .testimonial__job-title {
  color: var(--grey);
  font-size: 1em;
  font-style: italic;
  margin-bottom: 10px;
}
section.testimonials:before {
  background-color: var(--amber);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  max-height: 240px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-header {
  background-color: var(--light-grey);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: var(--bg-attachment);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--grey);
  padding: 0;
  position: relative;
  text-align: center;
}
.page-header .inset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  padding: 0;
  z-index: 10;
}
.page-header .inset .copy {
  background-color: var(--blue-90);
  border-radius: 0 20px 20px 0;
  color: #FFF;
  min-width: 500px;
  padding: 20px 30px;
  position: relative;
  width: calc(40%);
}
.page-header .inset .copy:before {
  background-color: var(--blue-90);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: -1;
}
.page-header .inset .copy h1 {
  color: var(--white);
  display: block;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  text-wrap: balance;
}
.page-header--overlay:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: var(--bg-overlay-color);
  opacity: var(--bg-overlay-opacity);
}
.controls {
  --control-height: 15px;
  --progress-width: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  filter: drop-shadow(0 4px 4px #00000044);
}
.controls .progress {
  display: none;
  width: 80px;
}
.controls .progress .bar {
  border: 1px solid var(--white);
  height: var(--control-height);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.controls .progress .bar .fill {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.controls .dot,
.controls .prev,
.controls .next {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  border: 1px solid var(--white);
  cursor: pointer;
  height: var(--control-height);
  position: relative;
  transition: all 250ms;
  width: var(--control-height);
}
.controls .dot .fill,
.controls .prev .fill,
.controls .next .fill {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  display: block;
  height: calc(var(--control-height) - 4px);
  min-width: calc(var(--control-height) - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
}
.controls .dot.active,
.controls .prev.active,
.controls .next.active {
  background-color: transparent;
  width: var(--progress-width);
}
.controls .play-pause {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  height: calc(var(--control-height) + 6px);
  width: calc(var(--control-height) + 6px);
  position: relative;
}
.controls .play-pause:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%231B1F3B" d="M128 64L0 64 0 448l128 0 0-384zm192 0L192 64l0 384 128 0 0-384z"/></svg>');
  display: block;
  border-radius: 50%;
  height: calc(var(--control-height) - 6px);
  width: calc(var(--control-height) - 6px);
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
}
.controls .play-pause.paused:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231B1F3B" d="M384 256L0 32V480L384 256z"/></svg>');
  left: 50%;
  top: 2px;
}
section .inset {
  padding: 60px 20px;
}
section .inset.watched {
  opacity: 0;
}
section .inset.watched.seen {
  animation: seen-fade-in 500ms forwards ease-in-out;
}
section.default-bkgd {
  background-color: var(--white);
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.grey-bkgd .inset ul,
section.grey-bkgd .inset ol {
  color: var(--blue);
}
section.blue-bkgd {
  background-color: var(--blue);
  color: var(--white);
}
section.blue-bkgd .inset h1,
section.blue-bkgd .inset h2,
section.blue-bkgd .inset h3 {
  color: var(--white);
}
section.blue-bkgd .inset p,
section.blue-bkgd .inset ul,
section.blue-bkgd .inset ol {
  color: var(--white);
}
section.blue-bkgd .inset p a,
section.blue-bkgd .inset ul a,
section.blue-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.blue-bkgd .inset p a:hover,
section.blue-bkgd .inset ul a:hover,
section.blue-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.blue-bkgd .inset .cira-button {
  background-color: var(--white);
  color: var(--blue);
}
section.blue-bkgd .inset .cira-button:hover {
  background-color: var(--white);
  color: var(--blue);
}
section.image-dark-bkgd,
section.image-bkgd {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
}
section.image-dark-bkgd .inset,
section.image-bkgd .inset {
  z-index: 10;
}
section.image-dark-bkgd .inset h1,
section.image-bkgd .inset h1,
section.image-dark-bkgd .inset h2,
section.image-bkgd .inset h2,
section.image-dark-bkgd .inset h3,
section.image-bkgd .inset h3 {
  color: var(--white);
}
section.image-dark-bkgd .inset .cira-button,
section.image-bkgd .inset .cira-button {
  background-color: var(--white);
  color: var(--blue);
}
section.image-dark-bkgd .inset .cira-button:hover,
section.image-bkgd .inset .cira-button:hover {
  background-color: var(--white);
  color: var(--blue);
}
section.image-dark-bkgd:before,
section.image-bkgd:before {
  background-color: var(--blue);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.image-dark-bkgd:after,
section.image-bkgd:after {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: var(--bg-attachment);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.image-dark-bkgd:before {
  background-color: var(--black);
  opacity: 0.75;
}
section.group-bkgd {
  background-color: transparent;
  color: inherit;
  position: relative;
  z-index: 10;
}
section.group-bkgd:before {
  display: none;
}
section.group-bkgd .inset {
  z-index: 10;
}
section.group-bkgd .inset .cira-button {
  background-color: var(--white);
  color: var(--blue);
}
section.group-bkgd .inset .cira-button:hover {
  background-color: var(--white);
  color: var(--blue);
}
@keyframes seen-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-wrap {
  z-index: 10;
}
.section-wrap:has(section) + .section-wrap:has(section.same-bkgd) {
  margin-top: -60px;
  position: static;
  z-index: 9;
}
.section-wrap:has(section) + .section-wrap:has(section.same-bkgd) section:before {
  display: none;
}
footer#footer {
  background-color: var(--dark-blue);
  color: var(--white);
  position: relative;
  text-align: left;
  z-index: 100;
}
footer#footer .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px 20px;
  justify-content: space-between;
}
footer#footer .inset .home-logo {
  display: block;
  height: 70px;
  width: auto;
}
footer#footer .inset .home-logo img {
  display: block;
  height: 60px;
  width: auto;
}
footer#footer .inset h2,
footer#footer .inset h3,
footer#footer .inset h4 {
  color: var(--white);
  font-weight: 600;
  margin: 0;
}
footer#footer .inset h3 {
  font-size: 1.5em;
}
footer#footer .inset p.contact-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer#footer .inset p.contact-info a[href^="tel:"] {
  display: block;
  margin-top: 0.5em;
}
footer#footer .inset .social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
footer#footer .inset .social-links ul a {
  color: var(--white);
  display: block;
  font-size: 1.5em;
  height: 34px;
  width: 34px;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a svg {
  fill: var(--white);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a:hover svg {
  fill: var(--white);
}
footer#footer .inset a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset a:hover {
  color: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
footer#footer .inset .columns__column {
  gap: 20px;
}
footer#footer .inset .columns__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .inset .columns__column ul li {
  margin: 0 0 5px;
  padding: 0;
}
.copyright {
  background-color: var(--white);
  color: var(--dark-blue);
  font-size: 0.9em;
  text-align: right;
  width: 100%;
}
.copyright .inset {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}
.copyright .inset nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright .inset nav ul li {
  padding: 0;
}
.copyright .inset nav ul li a {
  color: var(--dark-blue);
  text-decoration: none;
}
.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}
.form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form .field--half {
  width: calc(50% - 10px);
}
.form .field:has(button) {
  justify-content: center;
  margin-top: 10px;
}
.form .field label {
  font-size: 1em;
  line-height: 1.2;
  text-wrap: pretty;
}
.form .field input,
.form .field select,
.form .field textarea {
  background-color: var(--light-grey);
  border: none;
  color: var(--brown);
  font-family: var(--font-family);
  font-size: 1.2em;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  background: var(--white);
  outline: none;
}
.form .field--checkbox {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}
.form .field--checkbox label {
  text-align: left;
  /*font-size: 1.1em;
                line-height: 1.3;
                text-wrap: pretty;*/
}
.form .field input[type="checkbox"] {
  display: none;
}
.form .field input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  font-family: var(--montserrat);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 2px 0 0 40px;
  position: relative;
  transition: background 0.1s, color 0.1s;
  text-wrap: balance;
}
.form .field input[type="checkbox"] + label:before {
  border: 2px solid var(--white);
  border-radius: 4px;
  content: '';
  display: block;
  font-family: var(--font-awesome);
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .field input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--blue);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--amber);
  border: none;
  color: var(--dark-blue);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--blue);
}
.form .field button--white {
  background-color: var(--white);
  color: var(--blue);
}
.form .field button--white:hover {
  background-color: var(--white);
  color: var(--blue);
}
a.back-to-top {
  background-color: var(--blue);
  border-radius: 0;
  bottom: 20px;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transform: translateX(100px);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
a.back-to-top i {
  color: #FFF;
  font-size: 1.2em;
  line-height: 50px;
}
a.back-to-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
a.back-to-top:hover {
  background-color: var(--blue);
}
.grid-slider {
  padding: 0 50px;
  position: relative;
}
.grid-slider .holder {
  --gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--num), 1fr);
  gap: 0;
  top: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
  width: calc(var(--num) / var(--per) * 100%);
}
.grid-slider .holder .strip.sliding {
  transition: transform 250ms ease-in-out;
}
.grid-slider .holder .strip .item {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: none !important;
  padding: 10px;
  text-wrap: auto;
}
.grid-slider .arrow {
  background-color: var(--dark-blue);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 40px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--blue);
}
.grid-slider .arrow:before {
  display: block;
  height: 24px;
  transition: all var(--transition-duration) ease-in-out;
  width: 15px;
}
.grid-slider .arrow--left {
  left: 0;
}
.grid-slider .arrow--left:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.grid-slider .arrow--right {
  right: 0;
}
.grid-slider .arrow--right:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: -5px;
}
.grid-slider .dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--blue);
}
.yt-embed {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt-embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.yt-embed .yt-embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden auto;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  animation: lightbox-fade-in 0.25s ease-in-out forwards;
  z-index: 11000;
}
.lightbox-overlay--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes lightbox-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightbox-overlay .lightbox__content img {
  outline: 1px solid var(--blue);
  outline-offset: 2px;
  max-width: 100%;
  width: 100%;
}
.lightbox-overlay .lightbox__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.lightbox-overlay .lightbox__close::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"/></svg>');
  display: block;
  text-align: center;
}
.lightbox-overlay .lightbox__arrow {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1000;
}
.lightbox-overlay .lightbox__arrow:before {
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transition: all var(--transition-duration) ease-in-out;
  transform: translateY(-50%);
  width: 30px;
}
.lightbox-overlay .lightbox__arrow--prev {
  left: 10px;
}
.lightbox-overlay .lightbox__arrow--prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.lightbox-overlay .lightbox__arrow--prev:hover:before {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: 0;
}
.lightbox-overlay .lightbox__arrow--next:hover:before {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.8em;
  }
  body h2 {
    font-size: 2.4em;
  }
  body h3 {
    font-size: 1.2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  header#header .inset nav.menus {
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: calc(100vh - var(--header-height));
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 0 20px 20px;
    pointer-events: none;
    position: fixed;
    top: var(--header-height);
    transition: all 0.2s ease-in-out;
    width: 100vw;
    z-index: 1000;
  }
  header#header .inset nav.menus ul.menu {
    background-color: transparent;
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    transform: translateY(-10px);
    width: 100%;
  }
  header#header .inset nav.menus ul.menu li {
    text-align: center;
    width: 100%;
  }
  header#header .inset nav.menus ul.menu li a {
    font-size: 1.5rem;
  }
  header#header .inset nav.menus ul.menu li ul {
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  header#header .inset nav.menus ul.menu li ul li a {
    font-size: 1.25rem;
    padding: 10px;
  }
  header#header .mobile-menu-button {
    --line-inset: 12px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--white);
    border-radius: 2px;
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    left: var(--line-inset);
    height: 4px;
    width: calc(100% - (var(--line-inset) * 2));
    transition: all 0.1s ease-in-out;
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    display: none;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 23px;
    transform: rotate(-45deg);
  }
  body.menus--active {
    overflow: hidden;
  }
  body.menus--active #container {
    position: relative;
    z-index: 100;
  }
  body.menus--active header#header {
    z-index: 1001;
  }
  body.menus--active header#header .inset nav.menus {
    opacity: 1;
  }
  body.menus--active header#header .inset nav.menus ul.menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  section .inset {
    padding: 40px 20px;
  }
  section.hero .slide .copy {
    min-width: calc(100% - 20px);
  }
  .page-header .inset .copy {
    min-width: calc(100% - 20px);
  }
  section.counters .inset {
    max-width: 100% !important;
  }
  section.counters .inset div.counters {
    flex-direction: column;
    gap: 0;
  }
  section.counters .inset div.counters .counters__item {
    width: 100%;
  }
  section.graphs .inset {
    max-width: 100%;
    width: 100%;
  }
  section.graphs .inset div.graphs {
    align-items: center;
    flex-direction: column;
  }
  section.half-image .inset .columns {
    flex-direction: column;
    gap: 40px;
  }
  section.half-image .inset .columns__column {
    padding: 0 !important;
  }
  section.half-image .inset .columns__column:nth-child(1),
  section.half-image .inset .columns__column:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
  }
  section.boxes .inset .grid-slider.no-slider .holder {
    overflow: visible;
  }
  section.boxes .inset .grid-slider.no-slider .holder .strip {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder {
    overflow: visible;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder .strip {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.cards .inset div.cards--left-image .cards__item {
    flex-direction: column;
  }
  section.cards .inset div.cards .cards__item__button:after {
    left: auto;
    margin-left: 10px;
    position: relative;
  }
  .grid-slider {
    padding: 0 0 40px;
  }
  .grid-slider .arrow {
    top: 100%;
  }
  .grid-slider .holder .strip {
    width: calc(100% * var(--num));
  }
  .columns {
    flex-direction: column;
    gap: 40px;
  }
  .columns__column {
    width: 100%;
  }
  footer#footer .inset {
    padding: 40px 20px;
  }
  footer#footer .inset img.footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  footer#footer .inset a:has(img.footer-logo) {
    width: 100%;
  }
  footer#footer .inset .columns {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  footer#footer .inset .columns__column {
    width: 100%;
  }
  footer#footer .inset .columns__column:nth-child(1),
  footer#footer .inset .columns__column:nth-child(2),
  footer#footer .inset .columns__column:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  footer#footer .inset .social-links ul {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.less.css.map */