@charset "UTF-8";
/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * SCSS config module
 */
/*
 * SCSS variables
 */
/*
 * SCSS typography styles and font mixins
 *
 * Class name reference:
 * 		headline-hero-serif - $headerFont, 70/70/Bold
 * 		headline-hero-sans-serif - $headerFont, 90/90/Bold
 * 		headline-section - $headerFont, 50/50/Bold
 * 		headline-subtitle - $subtitleFont, 12/16/Regular
 * 		headline-medium-sans-serif - $headerFont, 30/30/Bold
 * 		headline-small-sans-serif - $headerFont, 20/20/Bold
 * 		body-large-serif - $primaryFont, 20/28/Regular
 * 		body-large-sans-serif - $secondaryFont, 20/28/Regular
 * 		body-default-serif - $primaryFont, 16/24/Regular
 * 		body-default-sans-serif - $secondaryFont, 16/24/Regular
 * 		body-default-mono - $navFont, 16/24/Bold
 * 		body-small-sans-serif - $secondaryFont, 14/22/Regular
 * 		button-base - $headerFont, 22/22/Bold
 * 		nav-base - $navFont, 16/20/Bold
 */
/*
 * SCSS config module
 */
/*
 * SCSS mixins
 */
/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * base global styles
 */
html, body {
  margin: 0;
  padding: 0;
  background-color: #F3F1EA;
  color: #1D2125;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #C6392C;
}

p {
  margin: 1em 0;
}
p.caption {
  margin-top: 0.3em;
}

.content .headline-hero-serif {
  font-family: "Merriweather", serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: italic;
}
.content .headline-hero-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  font-style: normal;
  font-stretch: 50%;
  variation-settings: "wdth" 50;
}
.content .headline-section {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.content .headline-subtitle {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
}
.content .headline-mediums-serif {
  font-family: "Merriweather", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}
.content .headline-medium-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}
.content .headline-small-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
}
.content .headline-small-mono {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
}
.content .body-large-serif {
  font-family: "Merriweather", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}
.content .body-large-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}
.content .body-default-serif {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.content .body-default-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.content .body-default-mono {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
}
.content .body-small-serif {
  font-family: "Merriweather", serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.content .body-small-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.content .button-base {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
.content .nav-base {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
}
.content p a {
  color: #285F7D;
}
.content p a:hover {
  color: #1DDECA;
}

.headline-hero-serif {
  font-family: "Merriweather", serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: italic;
}

.headline-hero-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  font-style: normal;
  font-stretch: 50%;
  variation-settings: "wdth" 50;
}

.headline-section {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.headline-subtitle {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
}

.headline-mediums-serif {
  font-family: "Merriweather", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}

.headline-medium-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}

.headline-small-sans-serif {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
}

.headline-small-mono {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
}

.body-large-serif {
  font-family: "Merriweather", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

.body-large-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

.body-default-serif {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}

.body-default-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}

.body-default-mono {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
}

.body-small-serif {
  font-family: "Merriweather", serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}

.body-small-sans-serif {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}

.button-base {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.nav-base {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  display: block;
  width: 90%;
  padding: 0 0 0 60px;
  margin: 60px 0;
  border-left: 6px solid #C6392C;
  color: #1D2125;
  font-style: italic;
}

ul li, ol li {
  margin-bottom: 16px;
}

section[role=main] {
  padding-top: 90px;
}
.container,
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container.full-width,
.container-fluid.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.has-background-black {
  background-color: #000;
}

.has-text-black {
  color: #000;
}

.has-background-white {
  background-color: #fff;
}

.has-text-white {
  color: #fff;
}

.has-background-gray1 {
  background-color: #1D2125;
}

.has-text-gray1 {
  color: #1D2125;
}

.has-background-gray2 {
  background-color: #273037;
}

.has-text-gray2 {
  color: #273037;
}

.has-background-gray3 {
  background-color: #3A434B;
}

.has-text-gray3 {
  color: #3A434B;
}

.has-background-gray4 {
  background-color: #333C44;
}

.has-text-gray4 {
  color: #333C44;
}

.has-background-gray5 {
  background-color: #333C44;
}

.has-text-gray5 {
  color: #333C44;
}

.has-background-gray6 {
  background-color: #505A64;
}

.has-text-gray6 {
  color: #505A64;
}

.has-background-bluegray {
  background-color: #1E2933;
}

.has-text-bluegray {
  color: #1E2933;
}

.has-background-blue {
  background-color: #285F7D;
}

.has-text-blue {
  color: #285F7D;
}

.has-background-teal {
  background-color: #1DDECA;
}

.has-text-teal {
  color: #1DDECA;
}

.has-background-tan1 {
  background-color: #A8A29F;
}

.has-text-tan1 {
  color: #A8A29F;
}

.has-background-tan2 {
  background-color: #B6B2AF;
}

.has-text-tan2 {
  color: #B6B2AF;
}

.has-background-tan3 {
  background-color: #C5C1BF;
}

.has-text-tan3 {
  color: #C5C1BF;
}

.has-background-tan4 {
  background-color: #E8E4D8;
}

.has-text-tan4 {
  color: #E8E4D8;
}

.has-background-background {
  background-color: #F3F1EA;
}

.has-text-background {
  color: #F3F1EA;
}

.has-background-red {
  background-color: #C6392C;
}

.has-text-red {
  color: #C6392C;
}

.has-background-gold {
  background-color: #AB653E;
}

.has-text-gold {
  color: #AB653E;
}

.has-background-yellow {
  background-color: #EDDAA3;
}

.has-text-yellow {
  color: #EDDAA3;
}

.has-background-orangeyellow1 {
  background-color: #EFC9A4;
}

.has-text-orangeyellow1 {
  color: #EFC9A4;
}

.has-background-orangeyellow2 {
  background-color: #D3D1CF;
}

.has-text-orangeyellow2 {
  color: #D3D1CF;
}

.has-background-orangeyellow3 {
  background-color: #E2E0DF;
}

.has-text-orangeyellow3 {
  color: #E2E0DF;
}

.has-background-clipboard-charlie {
  background-color: #0F4C5C;
}

.has-text-clipboard-charlie {
  color: #0F4C5C;
}

.has-background-hildy-johnson {
  background-color: #8B2635;
}

.has-text-hildy-johnson {
  color: #8B2635;
}

.has-background-lenny-scopes {
  background-color: #143D24;
}

.has-text-lenny-scopes {
  color: #143D24;
}

.has-background-phil-marlowe {
  background-color: #102A43;
}

.has-text-phil-marlowe {
  color: #102A43;
}

.has-background-ike-carey {
  background-color: #734000;
}

.has-text-ike-carey {
  color: #734000;
}

.has-background-ida-nord {
  background-color: #4A154B;
}

.has-text-ida-nord {
  color: #4A154B;
}

.site-max-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rule {
  border: none;
  border-top: 1px solid rgba(29, 33, 37, 0.2);
  margin: 0;
}

.section-number {
  color: #C6392C;
  margin-bottom: 6px;
  display: block;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * styles for the primary header
 */
header.primary {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #F3F1EA;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header.primary .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  header.primary .header-inner {
    height: 56px;
    padding: 0 20px;
  }
}
header.primary .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header.primary .logo a {
  display: block;
  line-height: 0;
}
header.primary .logo img, header.primary .logo svg {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  header.primary .logo img, header.primary .logo svg {
    height: 26px;
  }
}
header.primary nav.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  header.primary nav.primary-nav {
    display: none;
  }
}
header.primary nav.primary-nav a {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #1D2125;
  text-decoration: none;
}
header.primary nav.primary-nav a:hover {
  color: #C6392C;
}
header.primary nav.primary-nav .account-menu {
  position: relative;
}
header.primary nav.primary-nav .account-menu__control {
  display: flex;
  align-items: center;
}
header.primary nav.primary-nav .account-menu__profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  line-height: 1;
}
header.primary nav.primary-nav .account-menu__toggle {
  align-self: stretch;
  padding: 0 2px 0 7px;
  border: 0;
  background: transparent;
  color: #1D2125;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header.primary nav.primary-nav .account-menu__toggle:hover, header.primary nav.primary-nav .account-menu__toggle:focus-visible, header.primary nav.primary-nav .account-menu__toggle[aria-expanded=true] {
  color: #C6392C;
}
header.primary nav.primary-nav .account-menu__toggle:focus-visible {
  outline: 2px solid #C6392C;
  outline-offset: 3px;
}
header.primary nav.primary-nav .account-menu .dropdown-menu {
  min-width: 180px;
  padding: 8px;
  margin-top: 10px !important;
  border: 1px solid rgba(29, 33, 37, 0.14);
  background: #F3F1EA;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
header.primary nav.primary-nav .account-menu .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  height: 11px;
}
header.primary nav.primary-nav .account-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #1D2125;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
header.primary nav.primary-nav .account-menu .dropdown-item:hover, header.primary nav.primary-nav .account-menu .dropdown-item:focus {
  background: #E8E4D8;
  color: #C6392C;
}
header.primary nav.primary-nav .account-menu .dropdown-item i {
  width: 16px;
}
header.primary nav.primary-nav .account-menu .dropdown-divider {
  margin: 5px 0;
  border-color: rgba(29, 33, 37, 0.14);
}
header.primary .header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
header.primary .header-cta .btn-header {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #C6392C;
  color: #fff;
  border: none;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
header.primary .header-cta .btn-header:hover {
  background-color: #a52f25;
  color: #fff;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
header.primary .hamburger {
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  header.primary .hamburger {
    display: flex;
    align-items: center;
  }
}
header.primary .hamburger:hover {
  color: #1DDECA;
}
header.primary.scroll {
  background-color: rgba(243, 241, 234, 0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.below-header {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .below-header {
    margin-top: 56px;
  }
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * primary footer
 */
footer.primary {
  background-color: #1D2125;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 40px;
}
footer.primary .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  footer.primary .footer-inner {
    padding: 0 20px;
  }
}
footer.primary .footer-logo {
  margin-bottom: 24px;
}
footer.primary .footer-logo img, footer.primary .footer-logo svg {
  height: 28px;
  width: auto;
  opacity: 0.85;
}
footer.primary .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 40px;
}
footer.primary .footer-nav a {
  font-family: "PT Mono", monospace;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-decoration: none;
}
footer.primary .footer-nav a:hover {
  color: #1DDECA;
}
footer.primary .footer-rule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
}
footer.primary .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 15px;
}
footer.primary .social a:hover {
  color: #fff;
  background: #C6392C;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
footer.primary .copyright p {
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * SCSS button styles
 */
.btn {
  margin: 0;
  padding: 12px 22px;
  height: auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn .fa, .btn .fal, .btn .fas, .btn .far, .btn .fab {
  display: inline-block;
  margin: 0 12px 0 -6px;
}
.btn.btn-primary {
  background: #C6392C;
  border-color: #C6392C;
}
.btn.btn-primary:hover {
  background: #AB653E;
  border-color: #AB653E;
}
.btn.btn-secondary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #1E2933;
}
.btn.is-white:hover {
  color: #000;
  background: #fff;
}
.btn.is-white.outline {
  border: 1.5px solid #000;
}
.btn.is-transparent.outline {
  border: 1.5px solid #000;
}
.btn.no-box {
  padding-left: 0;
}
.btn.no-box:before {
  display: none;
}
.btn.no-box:hover:after {
  right: -20px;
  opacity: 1;
}

button.button,
input[type=submit].button {
  min-width: 190px;
}
button.button span,
input[type=submit].button span {
  margin-top: -2.5px;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * SCSS form styles
 * formidable form styles & overrides
 */
/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * SCSS image styles
 * for elements with background image, set exact or aspect ratio sizes, eg
 * class="image landscape top"
 */
.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image.top {
  background-position: center top;
}
.image.contain {
  background-size: contain;
}
.image.landscape:after {
  display: block;
  content: "";
  padding-bottom: 72%;
}
.image.video:after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.image.square:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.image.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.image.circle:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade defaults — every blade starts with class="blade"
 * then appends override classes defined in components/_<blade>.scss
 */
.blade {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .blade {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blade .blade-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .blade .blade-inner {
    padding: 0 20px;
  }
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * content & image blade
 */
/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: hero-prompt
 * Full-width hero with headline, subhead, and an AI prompt input UI
 */
.blade-hero-prompt {
  background-color: #E2E0DF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
}
.blade-hero-prompt .overlay {
  background-color: rgba(29, 33, 37, 0.8);
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .blade-hero-prompt {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.blade-hero-prompt .body-large-serif {
  margin: 2em auto;
  max-width: 780px;
}
.blade-hero-prompt h3 {
  color: #fff;
}
.blade-hero-prompt .hero-prompt-ui {
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #333C44;
  border: 1px solid #505A64;
  max-width: 780px;
  margin: 1em auto;
  position: relative;
}
.blade-hero-prompt .hero-prompt-ui textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: transparent;
  border: none;
  color: white;
  padding: 1em;
  width: 100%;
  height: 140px;
}
.blade-hero-prompt .hero-prompt-ui button {
  position: absolute;
  bottom: 12px;
  right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #C6392C;
  border: none;
  color: #fff;
  padding: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.blade-hero-prompt .hero-prompt-ui button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wizard-section {
  margin-top: 0rem;
  padding-bottom: 2rem;
}
.wizard-section .button-container {
  max-width: 700px;
  margin: 0 auto;
}

.wizard-section h2 {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.wizard-section .subtitle {
  color: #ced4da;
  font-size: 1.05rem;
  margin-bottom: 3rem;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: author-callout
 * Dark two-column bio: circular avatar + editorial bio text + social links
 */
.blade-author-callout {
  background-color: #1E2933;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .blade-author-callout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blade-author-callout .author-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1024px) {
  .blade-author-callout .author-inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .blade-author-callout .author-inner {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
}
.blade-author-callout .author-media {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .blade-author-callout .author-media {
    width: 120px;
  }
}
.blade-author-callout .author-media .author-avatar {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #3A434B;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .blade-author-callout .author-media .author-avatar {
    width: 100px;
    height: 100px;
  }
}
.blade-author-callout .author-media .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blade-author-callout .author-media .author-social {
  display: flex;
  gap: 10px;
}
.blade-author-callout .author-media .author-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blade-author-callout .author-media .author-social a:hover {
  color: #fff;
  border-color: #1DDECA;
  background-color: rgba(29, 222, 202, 0.15);
}
.blade-author-callout .author-content {
  flex: 1;
}
.blade-author-callout .author-content .author-eyebrow {
  color: #1DDECA;
  margin-bottom: 10px;
  display: block;
}
.blade-author-callout .author-content .author-name {
  color: #fff;
  margin-bottom: 16px;
  font-family: "Merriweather", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
}
.blade-author-callout .author-content .author-bio {
  font-family: "Merriweather", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  max-width: 780px;
}
.blade-author-callout .author-content .author-bio p {
  margin-bottom: 14px;
}
.blade-author-callout .author-content .author-bio p:last-child {
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: image-card-slider
 * Cream/parchment bg, section header with agent count badge, Slick carousel of agent cards
 */
.blade-image-card-slider {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .blade-image-card-slider {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.blade-image-card-slider .slider-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .blade-image-card-slider .slider-header {
    flex-direction: column;
    gap: 8px;
  }
}
.blade-image-card-slider .slider-header .slider-title {
  color: #1D2125;
}
.blade-image-card-slider .slider-header .slider-badge {
  color: rgba(29, 33, 37, 0.55);
  white-space: nowrap;
}
.blade-image-card-slider .slider-rule {
  border: none;
  border-top: 2px solid #1D2125;
  margin-bottom: 36px;
}
.blade-image-card-slider .agent-slider {
  margin: 0 -20px;
}
.blade-image-card-slider .agent-slider .slick-slide {
  padding: 0;
  margin-left: 14px;
  margin-right: 14px;
}
.blade-image-card-slider .agent-slider .slick-prev,
.blade-image-card-slider .agent-slider .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1D2125;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blade-image-card-slider .agent-slider .slick-prev::before,
.blade-image-card-slider .agent-slider .slick-next::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  color: #fff;
  opacity: 1;
}
.blade-image-card-slider .agent-slider .slick-prev:hover,
.blade-image-card-slider .agent-slider .slick-next:hover {
  background: #C6392C;
}
.blade-image-card-slider .agent-slider .slick-prev {
  left: -40px;
}
.blade-image-card-slider .agent-slider .slick-prev::before {
  content: "\f060";
}
.blade-image-card-slider .agent-slider .slick-next {
  right: -40px;
}
.blade-image-card-slider .agent-slider .slick-next::before {
  content: "\f061";
}
.blade-image-card-slider .agent-card {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.blade-image-card-slider .agent-card .card-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #EFC9A4;
}
.blade-image-card-slider .agent-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.blade-image-card-slider .agent-card:hover .card-image img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.blade-image-card-slider .agent-card .card-body {
  padding: 20px 18px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blade-image-card-slider .agent-card .card-body .card-agent-name {
  color: #C6392C;
  margin-bottom: 6px;
}
.blade-image-card-slider .agent-card .card-body .card-agent-type {
  margin-bottom: 10px;
}
.blade-image-card-slider .agent-card .card-body .card-description {
  flex: 1;
  margin-bottom: 14px;
}
.blade-image-card-slider .agent-card .card-body .card-quote {
  font-style: italic;
  border-top: 1px solid rgba(29, 33, 37, 0.1);
  padding-top: 12px;
  margin-top: auto;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: numbered-list-image
 * Two-column: left = numbered list of features, right = screenshot/image
 */
.blade-numbered-list-image {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .blade-numbered-list-image {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.blade-numbered-list-image .nli-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .blade-numbered-list-image .nli-row {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .blade-numbered-list-image .nli-row {
    flex-direction: column;
    gap: 40px;
  }
}
.blade-numbered-list-image .nli-row.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .blade-numbered-list-image .nli-row.reverse {
    flex-direction: column;
  }
}
.blade-numbered-list-image .nli-headline {
  margin-bottom: 1em;
}
.blade-numbered-list-image .nli-content {
  flex: 1;
}
.blade-numbered-list-image .nli-content .nli-eyebrow {
  color: #C6392C;
  margin-bottom: 14px;
  display: block;
}
.blade-numbered-list-image .nli-content .nli-subhead {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 44px;
}
.blade-numbered-list-image .nli-content .nli-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blade-numbered-list-image .nli-content .nli-items .nli-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(29, 33, 37, 0.1);
}
.blade-numbered-list-image .nli-content .nli-items .nli-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blade-numbered-list-image .nli-content .nli-items .nli-item .item-number {
  color: #C6392C;
  min-width: 38px;
  flex-shrink: 0;
}
.blade-numbered-list-image .nli-content .nli-items .nli-item .item-body .item-title {
  color: #1D2125;
  margin-bottom: 6px;
}
.blade-numbered-list-image .nli-content .nli-items .nli-item .item-body .item-text {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.blade-numbered-list-image .nli-image {
  flex: 0 0 46%;
  max-width: 46%;
}
@media only screen and (max-width: 768px) {
  .blade-numbered-list-image .nli-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blade-numbered-list-image .nli-image .nli-img-wrap {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  margin: auto;
  max-width: 90%;
}
.blade-numbered-list-image .nli-image .nli-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.blade-numbered-list-image .nli-image .nli-caption {
  color: rgba(29, 33, 37, 0.45);
  margin-top: 2em;
  padding-left: 4px;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: three-column-callouts
 * Dark background, 3 icon/feature cards in equal columns
 */
.blade-three-column-callouts .tcc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .blade-three-column-callouts .tcc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .blade-three-column-callouts .tcc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blade-three-column-callouts .tcc-card .card-title {
  margin-bottom: 12px;
}
.blade-three-column-callouts .tcc-card .card-text {
  margin: 0;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: example-prompts
 * Cream background, grid of sample prompt cards with agent attribution
 */
.blade-example-prompts {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .blade-example-prompts {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.blade-example-prompts .ep-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .blade-example-prompts .ep-header {
    flex-direction: column;
    gap: 8px;
  }
}
.blade-example-prompts .ep-header .ep-headline {
  margin-bottom: 10px;
}
.blade-example-prompts .slider-rule {
  border: none;
  border-top: 2px solid #1D2125;
  margin-bottom: 36px;
}
.blade-example-prompts .ep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blade-example-prompts .ep-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .blade-example-prompts .ep-grid {
    grid-template-columns: 1fr;
  }
}
.blade-example-prompts .ep-card {
  position: relative;
  background: #333C44;
  border: 1px solid #505A64;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 28px 26px;
  border: 1px solid rgba(29, 33, 37, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blade-example-prompts .ep-card:hover {
  border-color: rgba(198, 57, 44, 0.3);
  -webkit-box-shadow: 0 6px 24px rgba(29, 33, 37, 0.1);
  -moz-box-shadow: 0 6px 24px rgba(29, 33, 37, 0.1);
  box-shadow: 0 6px 24px rgba(29, 33, 37, 0.1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.blade-example-prompts .ep-card:hover .ep-card-arrow {
  color: #1DDECA;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.blade-example-prompts .ep-card .ep-card-link {
  /* Optional: Style the text to look normal instead of blue/underlined if desired */
  text-decoration: none;
  color: inherit;
}
.blade-example-prompts .ep-card .ep-card-link::after {
  content: "";
  position: absolute;
  /* 2. Stretches the pseudo-element to the edges of .ep-card */
  inset: 0;
  /* Fallback for older browsers if you aren't using inset:
     top: 0; right: 0; bottom: 0; left: 0; */
  z-index: 1;
}
.blade-example-prompts .ep-card .ep-card-prompt {
  color: #fff;
  flex: 1;
  font-style: italic;
  line-height: 1.65;
}
.blade-example-prompts .ep-card .ep-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 33, 37, 0.08);
}
.blade-example-prompts .ep-card .ep-card-agent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blade-example-prompts .ep-card .ep-card-agent .agent-dot {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #1DDECA;
  flex-shrink: 0;
}
.blade-example-prompts .ep-card .ep-card-agent .agent-chip {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.55);
}
.blade-example-prompts .ep-card .ep-card-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blade-example-prompts .ep-cta-row {
  margin-top: 40px;
  text-align: center;
}
.blade-example-prompts .ep-cta-row p {
  color: rgba(29, 33, 37, 0.6);
  margin-bottom: 20px;
}
.blade-example-prompts .ep-cta-row .btn-primary {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #C6392C;
  color: #fff;
  border: none;
  padding: 14px 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.blade-example-prompts .ep-cta-row .btn-primary:hover {
  background-color: #a52f25;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/*
 * blade: cta
 * Full-width CTA with dark/gradient background, headline, and primary + secondary buttons
 */
.blade-cta {
  background-color: #1D2125;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .blade-cta {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.blade-cta .cta-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .blade-cta .cta-inner {
    padding: 0 20px;
  }
}
.blade-cta .cta-eyebrow {
  color: #1DDECA;
  display: block;
  margin-bottom: 16px;
}
.blade-cta .cta-headline {
  color: #fff;
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.blade-cta .cta-headline .headline-accent {
  color: #C6392C;
}
.blade-cta .cta-subhead {
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  .blade-cta .cta-subhead {
    margin-bottom: 36px;
  }
}
.blade-cta .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.blade-cta .cta-buttons .btn-cta-primary {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #C6392C;
  color: #fff;
  border: none;
  padding: 16px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.blade-cta .cta-buttons .btn-cta-primary:hover {
  background-color: #a52f25;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #fff;
}
.blade-cta .cta-buttons .btn-cta-secondary {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 16px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.blade-cta .cta-buttons .btn-cta-secondary:hover {
  border-color: #1DDECA;
  color: #1DDECA;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.blade-cta .cta-fine-print {
  color: rgba(255, 255, 255, 0.35);
  margin-top: 22px;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * SCSS main file
 * compile: sass --watch css/scss/na-web.scss:css/na-web.css --style compressed
 */
/**
 * Customize the Slick Slider theme with site variables
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #C6392C;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.6;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 7 Pro";
  font-size: 40px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  display: none;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  [dir=rtl] .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "\f100";
}
[dir=rtl] .slick-prev:before {
  content: "\f101";
}

.slick-next {
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}
[dir=rtl] .slick-next {
  left: 30px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  [dir=rtl] .slick-next {
    left: 0;
  }
}
.slick-next:before {
  content: "\f101";
}
[dir=rtl] .slick-next:before {
  content: "\f100";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #C6392C;
  opacity: 1;
}

/*# sourceMappingURL=na-web.css.map */
