@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(--charcoal);
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
  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;
}
ul.gc-checklist {
  list-style: none;
  padding-left: 0;
}
ul.gc-checklist li {
  padding: 8px 0 8px 32px;
  position: relative;
  font-size: 1.125em;
}
ul.gc-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url('../images/check-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.buttons {
  margin-top: 20px;
}
.nav-arrow {
  background-color: var(--orange);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  height: 50px;
  line-height: 50px;
  place-items: center;
  width: 50px;
  transition: background-color var(--transition-duration) ease-in-out;
}
.nav-arrow:hover {
  background-color: var(--charcoal);
}
.nav-arrow:before {
  display: block;
  height: 40px;
  transition: all var(--transition-duration) ease-in-out;
  width: 15px;
}
.nav-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;
}
.nav-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;
}
.gc-button {
  background-color: var(--orange);
  border: none;
  border-radius: 50px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.gc-button:hover {
  background-color: var(--charcoal);
}
.gc-button--white {
  background-color: var(--white);
  color: var(--charcoal);
}
.gc-button--white:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
.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(--charcoal);
  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(--charcoal);
  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;
}
.top-bar {
  background-color: var(--orange);
}
.top-bar .inset {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  width: 100%;
}
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: 86px;
  --transition-delay: 0s;
  background-color: var(--white);
  display: block;
  height: var(--header-height);
  position: relative;
  transition: var(--transition-duration);
  transition-delay: 0s;
  width: 100%;
  z-index: 1000;
}
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 .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0 20px;
}
header#header .inset .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
}
header#header .inset .left .branding {
  display: block;
  height: var(--top-logo-height);
  width: auto;
  z-index: 20;
}
header#header .inset .left .branding a {
  display: block;
  left: -28px;
  margin-right: -28px;
  position: relative;
}
header#header .inset .left .branding a img {
  display: block;
  height: var(--top-logo-height);
  width: auto;
}
header#header .inset .left nav {
  align-items: center;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-start;
  padding-right: 10px;
  position: relative;
  width: auto;
  z-index: 10;
}
header#header .inset .left nav.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header .inset .left nav ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.125em;
  font-weight: 700;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .inset .left nav ul.menu li {
  display: block;
  padding: 0;
}
header#header .inset .left nav ul.menu li a {
  color: var(--charcoal);
  display: block;
  font-size: 1em;
  padding: 10px 20px;
  text-decoration: none;
  transition: all var(--transition-duration);
}
header#header .inset .left nav ul.menu li a:hover {
  color: var(--charcoal);
}
header#header .inset .left nav ul.menu li.menu-item-has-children {
  padding-right: 10px;
  position: relative;
}
header#header .inset .left nav ul.menu li.menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="%23022F5A" xmlns="http://www.w3.org/2000/svg"><path d="M6.29609 7.70859C6.68672 8.09922 7.32109 8.09922 7.71172 7.70859L13.7117 1.70859C14.1023 1.31797 14.1023 0.683594 13.7117 0.292969C13.3211 -0.0976562 12.6867 -0.0976562 12.2961 0.292969L7.00234 5.58672L1.70859 0.296093C1.31797 -0.0945315 0.683594 -0.0945315 0.292969 0.296093C-0.0976562 0.686718 -0.0976562 1.32109 0.292969 1.71172L6.29297 7.71172L6.29609 7.70859Z"/></svg>');
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 20px;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  transition: all var(--transition-duration);
}
header#header .inset .left nav ul.menu li.menu-item-has-children:hover:after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(180deg);
}
header#header .inset .left nav ul.menu li.menu-item-has-children:hover ul {
  display: flex;
  top: 100%;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header .inset .left nav ul.menu li ul {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 8px;
  box-shadow: var(--drop-shadow);
  display: none;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 1000;
}
header#header .inset .left nav ul.menu li ul li {
  padding: 0;
}
header#header .inset .left nav ul.menu li ul li a {
  padding: 8px 30px 8px 20px;
  white-space: nowrap;
}
header#header .inset .left nav ul.menu li ul li a:hover {
  background-color: var(--light-grey);
}
header#header .inset .left 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 .inset .left nav .search-button svg {
  fill: var(--white);
  height: 20px;
  width: 20px;
  transition: all var(--transition-duration);
}
header#header .inset .left nav .search-button:hover svg {
  fill: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
header#header .inset .left nav .search-form {
  display: none;
}
header#header .inset .right {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
header#header .inset .right .request-button {
  background-color: var(--orange);
  border: none;
  border-radius: 50px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  border-radius: 40px;
  font-size: 1em;
  padding: 16px 20px;
  text-transform: none;
}
header#header .inset .right .request-button:hover {
  background-color: var(--charcoal);
}
header#header .inset .right .request-button--white {
  background-color: var(--white);
  color: var(--charcoal);
}
header#header .inset .right .request-button--white:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
header#header .inset .right .icon-buttons {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
    top: calc(100% - 10px);
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
.icon-button {
  color: var(--charcoal);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.icon-button i {
  background-color: var(--charcoal);
  border: 5px solid var(--charcoal);
  color: var(--white);
  outline: 1px solid var(--orange);
  outline-offset: 10px;
  border-radius: 50%;
  display: block;
  font-size: 1em;
  height: 28px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  width: 28px;
  transition: all 0.05s ease-in-out;
}
.icon-button small {
  color: var(--grey);
}
.icon-button > span {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.icon-button > span > span {
  font-weight: 600;
}
.icon-button:hover {
  color: var(--orange);
}
.icon-button:hover small {
  color: var(--charcoal);
}
body.scrolling header#header * {
  --header-height: 60px;
}
section.hero {
  background-color: var(--black);
  min-height: 600px;
  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:before {
  background: #303030;
  background: linear-gradient(90deg, #303030 0%, #303030 40%, rgba(48, 48, 48, 0.5) 70%, rgba(48, 48, 48, 0.5) 100%);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.85;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
section.hero .slide .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
  z-index: 10;
}
section.hero .slide .copy {
  background-color: var(--charcoal-90);
  border-radius: 0 30px 30px 0;
  color: #FFF;
  min-width: 500px;
  opacity: 0;
  padding: 40px 30px 50px;
  position: relative;
  width: calc(60%);
}
section.hero .slide .copy:before {
  background-color: var(--charcoal-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: 3.5em;
  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 .gc-button:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
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 {
  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(--orange);
  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;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}
section.hero .controls .dot {
  background-color: transparent;
}
section.hero .controls .dot .fill {
  background-color: transparent;
}
section.hero .controls .dot.active .fill {
  background-color: var(--orange);
}
section.testimonials .inset {
  text-align: center;
  z-index: 20;
}
section.testimonials .inset h2,
section.testimonials .inset h3,
section.testimonials .inset h4 {
  color: var(--charcoal);
  margin-bottom: 0.75em;
}
section.testimonials .inset div.testimonials {
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
section.testimonials .inset div.testimonials .testimonial {
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 15px;
  padding: 25px 30px;
  text-align: center;
  filter: var(--drop-shadow-filter-alt);
}
section.testimonials .inset div.testimonials .testimonial__rating {
  --fa-primary-color: var(--dark-amber);
  --fa-secondary-color: var(--orange);
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
}
section.testimonials .inset div.testimonials .testimonial__rating i {
  color: var(--orange);
  font-size: 1.75em;
}
section.testimonials .inset div.testimonials .testimonial__image {
  display: block;
  height: 80px;
  margin: 0 auto 20px;
  object-fit: cover;
  width: auto;
}
section.testimonials .inset div.testimonials .testimonial__name {
  color: var(--charcoal);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.testimonials .inset div.testimonials .testimonial__job-title {
  color: var(--grey);
  font-size: 1em;
  font-style: italic;
  margin-bottom: 10px;
}
section.testimonials .inset div.testimonials .grid-slider .holder .item {
  padding: 20px;
}
section.brands .inset {
  text-align: center;
}
section.brands .inset .logos {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
section.brands .inset .logos img {
  display: block;
  height: var(--H);
  width: var(--W);
  transition: all 0.2s ease-in-out;
}
section.brands .inset .logos img:hover {
  transform: scale(1.05);
}
section.industries .inset .boxes .grid-slider,
section.services .inset .boxes .grid-slider {
  --gap: 15px;
  padding: 0;
}
section.industries .inset .boxes .grid-slider .holder .strip,
section.services .inset .boxes .grid-slider .holder .strip {
  gap: 0;
}
section.industries .inset .boxes .grid-slider .dots,
section.services .inset .boxes .grid-slider .dots {
  display: flex;
  margin-top: 0;
  width: 100%;
}
section.industries .inset .boxes .grid-slider .dots .dot,
section.services .inset .boxes .grid-slider .dots .dot {
  background-color: transparent;
  border: 1px solid var(--grey);
}
section.industries .inset .boxes .grid-slider .dots .dot.active,
section.services .inset .boxes .grid-slider .dots .dot.active {
  background-color: var(--orange);
  border-color: var(--orange);
}
section.industries .inset .boxes .grid-slider .boxes__item,
section.services .inset .boxes .grid-slider .boxes__item {
  padding: 10px;
}
section.industries .inset .boxes .grid-slider .boxes__item__content,
section.services .inset .boxes .grid-slider .boxes__item__content {
  border-radius: 15px;
  height: 320px;
  display: block;
  overflow: hidden;
  position: relative;
}
section.industries .inset .boxes .grid-slider .boxes__item__content img,
section.services .inset .boxes .grid-slider .boxes__item__content img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.industries .inset .boxes .grid-slider .boxes__item__content .caption,
section.services .inset .boxes .grid-slider .boxes__item__content .caption {
  background: var(--light-grey);
  border-radius: 15px 0 0 0;
  color: var(--charcoal);
  font-weight: 500;
  position: absolute;
  bottom: 0;
  padding: 20px 20px;
  right: 0;
  text-decoration: none;
  max-width: calc(100% - 40px);
  text-align: right;
}
section.industries .inset .boxes .grid-slider .controls,
section.services .inset .boxes .grid-slider .controls {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  position: absolute;
  right: calc(var(--gap) / 2);
  bottom: calc(100% + var(--gap) + 20px);
  width: 120px;
}
section.industries .inset .boxes .grid-slider .controls .arrow,
section.services .inset .boxes .grid-slider .controls .arrow {
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}
section.industries .inset .boxes--label-below .grid-slider .boxes__item,
section.services .inset .boxes--label-below .grid-slider .boxes__item {
  text-decoration: none;
}
section.industries .inset .boxes--label-below .grid-slider .boxes__item__content,
section.services .inset .boxes--label-below .grid-slider .boxes__item__content {
  height: auto;
}
section.industries .inset .boxes--label-below .grid-slider .boxes__item__content img,
section.services .inset .boxes--label-below .grid-slider .boxes__item__content img {
  border-radius: 15px;
}
section.industries .inset .boxes--label-below .grid-slider .boxes__item__content .caption,
section.services .inset .boxes--label-below .grid-slider .boxes__item__content .caption {
  background: none;
  border-radius: 0 0 15px 15px;
  bottom: auto;
  font-size: 1.125em;
  font-weight: 600;
  left: 0;
  max-width: 100%;
  padding-left: 0;
  position: relative;
  text-align: left;
}
section.industries .inset .footer,
section.services .inset .footer {
  border-top: 1px solid var(--light-grey);
  margin-top: 20px;
  padding: 20px 10px;
}
section.industries .inset .footer a.learn-more,
section.services .inset .footer a.learn-more {
  color: var(--charcoal);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
section.industries .inset .footer a.learn-more:after,
section.services .inset .footer a.learn-more:after {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23DE8039" 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"/></svg>');
  height: 20px;
  width: 20px;
  transform: scale(1.2);
}
section.services-list {
  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;
}
section.services-list:before {
  position: absolute;
  background-color: #000000BB;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.services-list .inset {
  padding: 0;
  position: relative;
  z-index: 10;
}
section.services-list .inset h2,
section.services-list .inset h3,
section.services-list .inset h4 {
  color: var(--white);
}
section.services-list .inset p,
section.services-list .inset ul,
section.services-list .inset ol {
  color: var(--white);
}
section.services-list .inset .subheading {
  margin: 0 auto 40px;
  max-width: calc(100% - 200px);
  color: var(--white);
}
section.services-list .inset .columns__column {
  padding: 50px 20px;
}
section.services-list .inset .columns__column--orange {
  background: var(--orange-50);
  padding: 50px 40px;
}
section.services-list .inset .services__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.services-list .inset .services__item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
section.services-list .inset .services__item__icon {
  content: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="%23DE8039" xmlns="http://www.w3.org/2000/svg"><path d="M30 54C23.6348 54 17.5303 51.4714 13.0294 46.9706C8.52856 42.4697 6 36.3652 6 30C6 23.6348 8.52856 17.5303 13.0294 13.0294C17.5303 8.52856 23.6348 6 30 6C36.3652 6 42.4697 8.52856 46.9706 13.0294C51.4714 17.5303 54 23.6348 54 30C54 36.3652 51.4714 42.4697 46.9706 46.9706C42.4697 51.4714 36.3652 54 30 54ZM41.0625 19.6594C40.0594 18.9281 38.6531 19.1531 37.9219 20.1562L26.7281 35.55L21.8438 30.6656C20.9625 29.7844 19.5375 29.7844 18.6656 30.6656C17.7938 31.5469 17.7844 32.9719 18.6656 33.8438L25.4156 40.5938C25.8844 41.0625 26.5219 41.2969 27.1781 41.25C27.8344 41.2031 28.4344 40.8656 28.8187 40.3313L41.5594 22.8C42.2906 21.7969 42.0656 20.3906 41.0625 19.6594Z"/></svg>');
  height: 60px;
  width: 60px;
}
section.services-list .inset .services__item__content h4 {
  color: var(--white);
  margin-bottom: 0;
}
section.services-list .inset .services__item__content h4:after {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23DE8039" 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"/></svg>');
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  transform: scale(1.5);
  transition: all 0.1s ease-in-out;
}
section.basic .inset {
  text-align: center;
}
section.basic .inset p {
  font-size: 1.25em;
}
section.basic .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.basic .inset .gc-button {
  margin-top: 20px;
}
section.basic--align-left .inset {
  text-align: left;
}
section.basic--align-right .inset {
  text-align: right;
}
section.boxes .inset {
  text-align: center;
}
section.boxes .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.boxes .inset .grid-slider.image-top .holder .strip {
  gap: 30px;
}
section.boxes .inset .grid-slider.image-top .holder .strip .item {
  background-color: var(--white);
  border-radius: 15px;
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 30px;
  text-align: center;
  text-decoration: none;
}
section.boxes .inset .grid-slider.image-top .holder .strip .item .boxes__item__icon {
  background-color: var(--orange);
  border-radius: 50%;
  color: var(--white);
  display: grid;
  font-size: 44px;
  font-weight: 300;
  height: 80px;
  place-items: center;
  width: 80px;
}
section.boxes .inset .grid-slider.image-top .holder .strip .item .boxes__item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.boxes .inset .grid-slider.image-top .holder .strip .item .boxes__item__content h4 {
  color: var(--charcoal);
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.boxes .inset .grid-slider.image-top .holder .strip .item .boxes__item__content span,
section.boxes .inset .grid-slider.image-top .holder .strip .item .boxes__item__content p {
  color: var(--charcoal);
  font-size: 1em;
  line-height: 1.5;
}
section.boxes .inset .grid-slider.image-left .holder {
  max-width: calc(100% - 100px);
  margin: 30px auto;
}
section.boxes .inset .grid-slider.image-left .holder .strip {
  gap: 40px;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item {
  color: var(--charcoal);
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__icon {
  background-color: var(--orange);
  color: var(--white);
  display: grid;
  flex-shrink: 0;
  font-weight: 300;
  height: 90px;
  place-items: center;
  font-size: 40px;
  width: 90px;
  border-radius: 50%;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content h4 {
  font-size: 1.5em;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content span {
  font-size: 1em;
}
section.boxes .inset div.boxes {
  margin-top: 40px;
}
.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;
}
.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 {
  color: #FFF;
  min-width: 500px;
  padding: 20px;
  position: relative;
  width: calc(50%);
}
.page-header .inset .copy h1,
.page-header .inset .copy h2,
.page-header .inset .copy h3,
.page-header .inset .copy h4 {
  color: var(--white);
  display: block;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  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);
}
.page-header--complex {
  background-color: var(--black);
  border-bottom: none;
  min-height: 600px;
  display: flex;
  align-items: flex-start;
}
.page-header--complex:before {
  background: linear-gradient(90deg, #303030 0%, #303030 40%, rgba(48, 48, 48, 0.5) 70%, rgba(48, 48, 48, 0.5) 100%);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.85;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-header--complex .inset {
  min-height: 600px;
  z-index: 2;
}
.page-header--complex .inset .copy h1,
.page-header--complex .inset .copy h2,
.page-header--complex .inset .copy h3,
.page-header--complex .inset .copy h4 {
  margin-bottom: 20px;
}
.page-header--complex .copy {
  background-color: var(--charcoal-90);
  border-radius: 0 30px 30px 0;
  min-width: 500px;
  padding: 40px 30px 50px;
  width: calc(60%);
}
.page-header--complex .copy:before {
  background-color: var(--charcoal-90);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: -1;
}
.page-header--complex .copy h1,
.page-header--complex .copy h2,
.page-header--complex .copy h3,
.page-header--complex .copy h4 {
  margin-bottom: 20px;
}
.page-header--complex .copy .subheading {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-header--complex .copy p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-header--complex .copy .gc-button:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
.controls {
  --control-height: 15px;
  --progress-width: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
}
.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 {
  /*&.group-bkgd {
        background-color: transparent;
        color: inherit;
        position: relative;
        z-index: 10;

        &:before {
            display: none;
        }

        .inset {
            z-index: 10;
            h1,
            h2,
            h3 {
                //color: inherit;
            }

            .gc-button {
                background-color: var(--white);
                color: var(--charcoal);

                &:hover {
                    background-color: var(--white);
                    color: var(--charcoal);
                }
            }
        }
    }*/
}
section .inset {
  padding: 60px 20px;
}
section .inset p.subheading {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
  text-wrap: balance;
}
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);
  color: var(--charcoal);
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.grey-bkgd .inset ul,
section.grey-bkgd .inset ol {
  color: var(--charcoal);
}
section.orange-bkgd {
  background-color: var(--orange);
  color: var(--white);
}
section.orange-bkgd .inset h1,
section.orange-bkgd .inset h2,
section.orange-bkgd .inset h3 {
  color: var(--white);
}
section.orange-bkgd .inset p,
section.orange-bkgd .inset ul,
section.orange-bkgd .inset ol {
  color: var(--white);
}
section.orange-bkgd .inset p a,
section.orange-bkgd .inset ul a,
section.orange-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.orange-bkgd .inset p a:hover,
section.orange-bkgd .inset ul a:hover,
section.orange-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.orange-bkgd .inset .gc-button {
  background-color: var(--charcoal);
  color: var(--white);
}
section.orange-bkgd .inset .gc-button:hover {
  color: var(--orange);
}
section.charcoal-bkgd {
  background-color: var(--charcoal);
  color: var(--white);
}
section.charcoal-bkgd .inset h1,
section.charcoal-bkgd .inset h2,
section.charcoal-bkgd .inset h3 {
  color: var(--white);
}
section.charcoal-bkgd .inset p,
section.charcoal-bkgd .inset ul,
section.charcoal-bkgd .inset ol {
  color: var(--white);
}
section.charcoal-bkgd .inset p a,
section.charcoal-bkgd .inset ul a,
section.charcoal-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.charcoal-bkgd .inset p a:hover,
section.charcoal-bkgd .inset ul a:hover,
section.charcoal-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.charcoal-bkgd .inset .gc-button {
  background-color: var(--white);
  color: var(--charcoal);
}
section.charcoal-bkgd .inset .gc-button:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
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-bkgd .inset {
  z-index: 10;
  /*.gc-button {
                background-color: var(--white);
                color: var(--charcoal);

                &:hover {
                    background-color: var(--white);
                    color: var(--charcoal);
                }
            }*/
}
section.image-bkgd .inset h1,
section.image-bkgd .inset h2,
section.image-bkgd .inset h3 {
  color: var(--white);
}
section.image-bkgd:before {
  background-color: var(--overlay-color, #000000);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.image-bkgd:after {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@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(--charcoal);
  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;
  left: -28px;
  position: relative;
  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.25em;
}
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(--orange);
}
footer#footer .inset a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset a:hover {
  color: var(--orange);
  filter: drop-shadow(0 0 10px var(--black));
}
footer#footer .inset .columns__column {
  align-items: flex-start;
  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;
}
footer#footer .inset .columns__column--icon-buttons .icon-button {
  color: var(--orange);
}
footer#footer .inset .columns__column--icon-buttons .icon-button small {
  color: var(--light-grey);
}
footer#footer .inset .columns__column--icon-buttons .icon-button i {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--charcoal);
}
.copyright {
  background-color: var(--white);
  color: var(--charcoal);
  font-size: 0.9em;
  padding: 20px;
  text-align: center;
  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(--charcoal);
  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(--charcoal);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--orange);
  border: none;
  border-radius: 50px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--charcoal);
}
.form .field button--white {
  background-color: var(--white);
  color: var(--charcoal);
}
.form .field button--white:hover {
  background-color: var(--white);
  color: var(--charcoal);
}
a.back-to-top {
  background-color: var(--charcoal);
  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(--charcoal);
}
.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(--orange);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 50px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--charcoal);
}
.grid-slider .arrow:before {
  display: block;
  height: 40px;
  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: none;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--orange);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--charcoal);
}
.grid-slider.no-slider .arrow,
.grid-slider.no-slider .dots {
  display: none;
}
.grid-slider.no-slider .holder {
  overflow: visible;
}
.grid-slider.no-slider .holder .strip {
  transform: none !important;
  transition: none !important;
  grid-template-columns: repeat(var(--per), minmax(250px, 1fr));
  width: 100%;
}
.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(--charcoal);
  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;
}
.toggles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}
.toggles__item {
  border: 1px solid var(--charcoal);
  padding: 20px;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading {
  align-items: center;
  border-top: 1px solid var(--orange);
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1.3em;
  font-weight: 500;
  gap: 20px;
  justify-content: flex-start;
  line-height: 1.1;
  padding-top: 20px;
  position: relative;
  user-select: none;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448"><path fill="%23303030" d="M256 48l0-32-64 0 0 32 0 144L48 192l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z"/></svg>');
  display: block;
  height: 22px;
  flex-shrink: 0;
  width: 22px;
  transition: transform var(--transition-duration) ease-in-out;
}
.toggles__item__heading:hover {
  color: var(--orange);
}
.toggles__item__content {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 0;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner {
  border-top: none;
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner p:first-child {
  margin-top: 20px;
}
.toggles__item__content__inner p a,
.toggles__item__content__inner ul a,
.toggles__item__content__inner ol a {
  color: var(--charcoal);
  text-decoration: underline;
}
.toggles__item__content__inner p a:hover,
.toggles__item__content__inner ul a:hover,
.toggles__item__content__inner ol a:hover {
  color: var(--orange);
}
.toggles__item.open .toggles__item__heading {
  color: var(--orange);
}
.toggles__item.open .toggles__item__heading:after {
  transform: rotate(45deg);
}
.toggles__item.open .toggles__item__content {
  grid-template-rows: 1fr;
}
.toggles__item:last-child {
  border-bottom: 1px solid var(--orange);
}
.toggles__item:last-child .toggles__item__content {
  padding-bottom: 20px;
}
section.split-content .inset {
  display: flex;
  gap: 40px;
  padding: 60px 20px;
}
section.split-content .split-content__side {
  flex: var(--side-flex, 1);
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
section.split-content .split-content__side--fill {
  margin-top: -60px;
  margin-bottom: -60px;
}
section.split-content .split-content__side--fill.split-content__left {
  margin-left: -20px;
}
section.split-content .split-content__side--fill.split-content__right {
  margin-right: -20px;
}
section.split-content .split-content__side--wysiwyg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
}
section.split-content .split-content__side--wysiwyg p + p,
section.split-content .split-content__side--wysiwyg ul + p,
section.split-content .split-content__side--wysiwyg ol + p,
section.split-content .split-content__side--wysiwyg p + ul,
section.split-content .split-content__side--wysiwyg p + ol,
section.split-content .split-content__side--wysiwyg h2 + p,
section.split-content .split-content__side--wysiwyg h3 + p,
section.split-content .split-content__side--wysiwyg h4 + p,
section.split-content .split-content__side--wysiwyg p + h2,
section.split-content .split-content__side--wysiwyg p + h3,
section.split-content .split-content__side--wysiwyg p + h4 {
  margin-top: 1.5rem;
}
section.split-content .split-content__content p {
  font-size: 1.125em;
  line-height: 1.6;
}
section.split-content .split-content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
section.split-content .split-content__image {
  height: 100%;
  width: 100%;
}
section.split-content .split-content__image img {
  display: block;
  width: 100%;
  height: auto;
}
section.split-content .split-content__image--fill img {
  height: 100%;
  object-fit: cover;
}
section.split-content .split-content__image--box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
section.split-content .split-content__image--box img {
  border-radius: 20px;
}
section.split-content .split-content__gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.split-content .split-content__gallery__main {
  flex: 1;
  overflow: hidden;
}
section.split-content .split-content__gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
section.split-content .split-content__gallery__thumbs {
  display: flex;
  gap: 8px;
  padding: 8px;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.05);
}
section.split-content .split-content__gallery__thumb {
  appearance: none;
  background: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 60px;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.2s ease;
  width: 80px;
}
section.split-content .split-content__gallery__thumb.active,
section.split-content .split-content__gallery__thumb:hover {
  border-color: var(--orange);
}
section.split-content .split-content__gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.split-content .split-content__video {
  cursor: pointer;
  height: 100%;
  position: relative;
}
section.split-content .split-content__video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__video__play {
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}
section.split-content .split-content__video__play__icon {
  background-color: var(--white);
  display: block;
  height: 80px;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  width: 80px;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
section.split-content .split-content__video:hover .split-content__video__play__icon {
  opacity: 1;
}
section.split-content .split-content__video iframe,
section.split-content .split-content__video .split-content__video__player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
section.split-content .toggles-images {
  aspect-ratio: 1;
  position: relative;
  width: calc(100% - 60px);
}
section.split-content .toggles-images__img {
  border-radius: 20px;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
section.split-content .toggles-images__img.is-active {
  opacity: 1;
}
section.split-content .split-content__side--accordion .toggles {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item {
  border: none;
  padding: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__icon {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
  transition: transform var(--transition-duration) ease-in-out;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__icon:after {
  content: '';
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448"><path fill="%23ffffff" d="M256 48l0-32-64 0 0 32 0 144L48 192l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z"/></svg>') no-repeat center / contain;
  display: block;
  height: 18px;
  width: 18px;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__heading {
  border: none;
  color: var(--charcoal);
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__heading:after {
  display: none;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__heading:hover {
  color: var(--orange);
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open .toggles__item__icon {
  transform: rotate(45deg);
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open .toggles__item__heading {
  color: var(--orange) !important;
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open .toggles__item__content {
  padding-bottom: 40px;
}
section.split-content .split-content__side--accordion .toggles .toggles__item--check .toggles__item__icon:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448"><path fill="%23ffffff" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat center / contain;
  height: 26px;
  width: 26px;
}
section.split-content .split-content__side--accordion .toggles .toggles__item--check .toggles__item__heading {
  cursor: default;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__content__inner p {
  margin-top: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item:last-child {
  border-bottom: none;
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open:last-child .toggles__item__content {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  * {
    --header-height: 96px !important;
  }
  .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: 2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .top-bar .inset {
    font-size: 0.875em;
  }
  header#header .inset {
    flex-direction: column;
    gap: 0;
    padding-top: var(--header-height);
    position: relative;
  }
  header#header .inset .left,
  header#header .inset .right {
    display: none;
    flex-direction: column;
    background: #FFF;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  header#header .inset .left {
    padding-bottom: 30px;
  }
  header#header .inset .left .branding {
    display: none;
  }
  header#header .inset .left nav ul.menu {
    flex-direction: column;
    gap: 20px;
  }
  header#header .inset .right {
    gap: 40px;
    padding-bottom: 30px;
  }
  header#header .inset .right .icon-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header#header .inset .right .icon-buttons .icon-button {
    justify-content: flex-start;
  }
  header#header .inset > a {
    display: block;
    left: -20px;
    top: 5px;
    position: absolute;
  }
  header#header .inset > a > img.home-logo {
    height: var(--top-logo-height);
    width: auto;
  }
  header#header .inset nav.menus {
    background-color: var(--charcoal);
    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: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--black);
    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 .left,
  body.menus--active header#header .inset .right {
    display: flex;
  }
  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 .inset h1 {
    font-size: 2.8em;
  }
  section.hero .slide .copy {
    min-width: calc(100% - 20px);
  }
  section.hero .slide .copy h2 {
    font-size: 2.8em;
  }
  section.industries .inset .boxes .grid-slider .controls,
  section.services .inset .boxes .grid-slider .controls {
    column-gap: 50px;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
  section.industries .inset .boxes .grid-slider .dots,
  section.services .inset .boxes .grid-slider .dots {
    gap: 30px;
  }
  section.industries .inset .footer a.learn-more,
  section.services .inset .footer a.learn-more {
    justify-content: center;
  }
  section.services-list .inset .columns {
    flex-direction: column;
    gap: 40px;
  }
  section.services-list .inset .columns__column--orange {
    padding: 30px 20px !important;
  }
  section.testimonials .inset div.testimonials {
    max-width: 100%;
  }
  section.testimonials .inset .grid-slider {
    padding-bottom: 0;
  }
  section.testimonials .inset .grid-slider .holder {
    overflow: visible;
  }
  section.testimonials .inset .grid-slider .holder .strip {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    width: 100%;
  }
  section.testimonials .inset .grid-slider .arrow {
    display: none;
  }
  .page-header .inset .copy {
    min-width: calc(100% - 20px);
  }
  .page-header--complex .copy {
    min-width: calc(100% - 20px);
  }
  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 .subheading {
    max-width: 100%;
  }
  section.boxes .inset .grid-slider.no-slider .holder {
    max-width: 100%;
    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.home-logo {
    display: block;
    height: 86px;
    left: 0;
    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 {
    align-items: center;
    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;
  }
}
.shuffled-cards {
  --card-width: 300px;
}
.shuffled-cards .inset {
  text-align: center;
}
.shuffled-cards__deck {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--card-width) * 1.7);
  margin-top: 50px;
  padding-bottom: 60px;
}
.shuffled-cards__card {
  cursor: pointer;
  position: absolute;
  width: var(--card-width);
  aspect-ratio: 5 / 7;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center bottom;
  transform: rotate(calc(var(--offset) * var(--card-deg) * -1));
  z-index: calc(10 - var(--abs-offset));
}
.shuffled-cards__card--active {
  z-index: 20;
}
.shuffled-cards__card--slide-out {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(80%) rotate(15deg) !important;
  z-index: 30 !important;
}
.shuffled-cards__card--slide-back {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0 !important;
}
.shuffled-cards__card--slide-out-left {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-80%) rotate(-15deg) !important;
  z-index: 0 !important;
}
.shuffled-cards__card--slide-in {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 30 !important;
}
.shuffled-cards__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.shuffled-cards__icon i {
  font-size: 22px;
  color: #fff !important;
}
.shuffled-cards__icon--top {
  top: 20px;
  left: 20px;
}
.shuffled-cards__icon--bottom {
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}
.shuffled-cards__title {
  font-weight: 500;
  margin-bottom: 10px;
}
.shuffled-cards__description {
  font-size: 0.95em;
  opacity: 0.8;
}
.shuffled-cards__arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}
.shuffled-cards section.split-content .inset {
  flex-direction: column;
}
.shuffled-cards section.split-content .split-content__side {
  flex: 1 1 100% !important;
  min-height: auto;
}
.shuffled-cards section.split-content .split-content__side--images,
.shuffled-cards section.split-content .split-content__side--accordion-images {
  min-height: 300px;
}
.shuffled-cards section.split-content .split-content__side--wysiwyg {
  padding: 40px 20px;
}
.shuffled-cards section.split-content .split-content__video__play__icon {
  height: 60px;
  width: 60px;
}
.shuffled-cards section.split-content .split-content__gallery__thumb {
  width: 60px;
  height: 45px;
}
.shuffled-cards section.split-content .split-content__side--accordion .toggles {
  padding: 20px;
}
/*# sourceMappingURL=style.less.css.map */