/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
Converted from HTML folder's _reset.scss, _base.scss, and _generic.scss
*/
/* 
/* Reset from HTML folder - _reset.scss */

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

input {
  appearance: none;
}

input,
textarea,
select {
  backdrop-filter: unset;
}

a,
button {
  cursor: pointer;
}

a.is-unclickable {
  cursor: default;
}
/* Base styles from HTML folder - _base.scss */

html,
body {
  min-width: 20rem; /* 320px */
  background-color: #1d1d1d;
  color: #0e3156;
  font-family: "Yankee", sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
}
/* Generic content from HTML folder - _generic.scss */

/* Global list reset */
ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

p {
  margin: 0 0 1.25rem; /* 20px */
  font-size: 1rem; /* 16px */
  line-height: 140%;
}

p:last-of-type {
  margin: 0;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.25rem; /* 20px */
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:active {
  color: #183053;
}

a:hover {
  color: #183053;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section.section.section--generic {
  padding: clamp(2.5rem, 1.2987vw + 2.05628rem, 3.75rem) 0; /* fluid(40, 60) */
}

/* Generic content styling */
.generic {
  --text-color: #183053;
  --hover-color: #183053;
}

.generic h1,
.generic h2,
.generic h3,
.generic h4,
.generic h5,
.generic h6 {
  margin: 0 0 1rem; /* 16px */
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 0.03125rem; /* 0.5px */
  line-height: 120%;
}

@media screen and (min-width: 1199px) {
  .generic h1,
  .generic h2,
  .generic h3,
  .generic h4,
  .generic h5,
  .generic h6 {
    line-height: 140%;
  }
}

.generic h1 {
  color: var(--text-color);
  font-size: clamp(1.875rem, 0.90909vw + 1.53021rem, 2.75rem); /* fluid(30, 44) */
  letter-spacing: 0.03125rem; /* 0.5px */
}

.generic h2 {
  font-size: clamp(1.625rem, 0.64935vw + 1.37662rem, 2.25rem); /* fluid(26, 36) */
}

.generic h3 {
  font-size: clamp(1.5rem, 0.51948vw + 1.30262rem, 2rem); /* fluid(24, 32) */
}

.generic h4 {
  font-size: clamp(1.375rem, 0.38961vw + 1.22862rem, 1.75rem); /* fluid(22, 28) */
}

.generic h5 {
  font-size: clamp(1.25rem, 0.38961vw + 1.07862rem, 1.625rem); /* fluid(20, 26) */
}

.generic h6 {
  font-size: clamp(1.125rem, 0.38961vw + 0.92862rem, 1.5rem); /* fluid(18, 24) */
}

.generic header {
  margin-bottom: 2rem; /* 32px */
}

.generic p,
.generic address,
.generic hr,
.generic pre,
.generic code {
  margin-bottom: 1.45rem; /* 23.2px */
}

.generic li {
  margin-bottom: clamp(0.7rem, 0.51948vw + 0.50262rem, 1.2rem); /* fluid(11.2, 19.2) */
}

.generic p,
.generic li {
  color: var(--text-color);
  font-size: clamp(1rem, 0.25974vw + 0.90131rem, 1.25rem); /* fluid(16, 20) */
  font-weight: 400;
  letter-spacing: 0.009375rem; /* 0.15px */
  line-height: 162%;
}

@media screen and (min-width: 1199px) {
  .generic p,
  .generic li {
    line-height: 180%;
  }
}

.generic p:last-of-type,
.generic li:last-of-type {
  margin: 0;
}

.generic p:empty,
.generic li:empty {
  display: none;
}

.generic a {
  color: var(--text-color);
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.generic a:hover {
  color: var(--hover-color);
}

.generic b,
.generic strong {
  font-weight: 700;
}

.generic time {
  color: var(--text-color);
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
  letter-spacing: 0.009375rem; /* 0.15px */
  line-height: 180%;
}

.generic ul {
  margin: clamp(1.2rem, 0.41558vw + 1.04306rem, 1.6rem) 0; /* fluid(19.2, 25.6) */
}

.generic ul li {
  position: relative;
  padding-left: 1.4375rem; /* 23px */
  list-style: none;
}

@media screen and (min-width: 1199px) {
  .generic ul li {
    padding-left: 1.875rem; /* 30px */
  }
}

.generic ul li::before {
  position: absolute;
  top: 0.7rem; /* 11.2px */
  left: 0.725rem; /* 11.6px */
  display: block;
  width: 0.15rem; /* 2.4px */
  height: 0.15rem; /* 2.4px */
  border-radius: 50%;
  background-color: var(--text-color);
  content: "";
}

@media screen and (min-width: 1199px) {
  .generic ul li::before {
    top: 1.2rem; /* 19.2px */
    left: 0.925rem; /* 14.8px */
    width: 0.1875rem; /* 3px */
    height: 0.1875rem; /* 3px */
  }
}

.generic ol {
  padding-left: 1.625rem; /* 26px */
  margin: 2rem 0; /* 32px */
}

.generic ol li {
  list-style: decimal;
}

.generic ol li::marker {
  padding-right: 0.625rem; /* 10px */
  font-weight: 600;
}

.generic blockquote {
  position: relative;
  padding-left: 1.875rem; /* 30px */
  margin: 2rem 0; /* 32px */
  color: var(--text-color);
  font-size: clamp(1rem, 0.25974vw + 0.90131rem, 1.25rem); /* fluid(16, 20) */
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.009375rem; /* 0.15px */
  line-height: 162%;
}

@media screen and (min-width: 1199px) {
  .generic blockquote {
    line-height: 180%;
  }
}

.generic blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\201C";
  font-size: 2.5rem; /* 40px */
  font-weight: 700;
}

.generic iframe,
.generic figure,
.generic video {
  margin-bottom: 2rem; /* 32px */
}

.generic iframe img,
.generic figure img,
.generic video img {
  max-width: 100%;
  background-color: #f4f4f4;
}

.generic iframe figcaption,
.generic figure figcaption,
.generic video figcaption {
  margin-top: 0.3125rem; /* 5px */
  color: var(--text-color);
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
  letter-spacing: 0.009375rem; /* 0.15px */
  line-height: 180%;
}

.generic iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16 / 9;
}

.generic ul + h2,
.generic p + h2 {
  margin-top: clamp(2.5rem, 3.11688vw + 1.3159rem, 5.5rem); /* fluid(40, 88) */
}

.generic p + h1,
.generic p + h3,
.generic p + h4,
.generic p + h5,
.generic p + h6 {
  margin-top: 2rem; /* 32px */
}

.generic button {
  margin-bottom: 2rem; /* 32px */
}

.generic code {
  display: block;
  max-height: 18.75rem; /* 300px */
  padding: 1.25rem; /* 20px */
  border-radius: 0.375rem; /* 6px */
  background-color: #f4f4f4;
  overflow-x: auto;
  white-space: pre;
} */

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 

/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */ */

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* {
  % include './elements/_fonts.css' %
} */

/* /* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}
/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
} */

/* Global style */
body:has(.aaon.header #hamburger:checked) {
  overflow: hidden;
}

body:has(.megamenu--active) {
  overflow: hidden;
}

.aaon.header {
  position: fixed;
  z-index: 99;
  padding: 1.5rem 0;
  inset: 0 0 auto;
  transition: all 0.3s ease-in-out;
  background-color: #fff
}

.aaon.header.header-dark {
  background-color: #000
}

.aaon.header.header-dark .header__wrapper .header__hamburger span {
  background-color: #fff
}

.theme-dark .aaon.header,
.theme-dark .aaon.header.header-dark {
  background-color: #000
}

@media screen and (min-width:991px) {
  .aaon.header {
    padding: 0.3125rem 0
  }

  .aaon.header,
  .aaon.header.header-dark,
  .theme-dark .aaon.header,
  .theme-dark .aaon.header.header-dark {
    background-color: unset
  }
}

.aaon.header.header--show,
.aaon.header.header-dark.header--show {
  background-color: #000
}

.aaon.header.header--show .header__wrapper .header__menu img.light-logo,
.aaon.header.header-dark.header--show .header__wrapper .header__menu img.light-logo {
  display: block
}

.aaon.header.header--show .header__wrapper .header__menu img.dark-logo,
.aaon.header.header-dark.header--show .header__wrapper .header__menu img.dark-logo {
  display: none
}

.aaon.header.header--show .header__wrapper .header__menu .header__nav li a,
.aaon.header.header-dark.header--show .header__wrapper .header__menu .header__nav li a {
  color: #fff
}

.aaon.header.header--show .header__wrapper .header__menu .header__nav li:hover a,
.aaon.header.header-dark.header--show .header__wrapper .header__menu .header__nav li:hover a {
  color: #e54221
}

.aaon.header.header--show .header__wrapper .header__action .header__search-wrapper .header__search svg path,
.aaon.header.header-dark.header--show .header__wrapper .header__action .header__search-wrapper .header__search svg path {
  stroke: #fff
}

.aaon.header.header--show .header__wrapper .header__hamburger span,
.aaon.header.header-dark.header--show .header__wrapper .header__hamburger span {
  background-color: #fff
}

.aaon.header.hide {
  transform: translateY(-100%)
}

.aaon.header .header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.aaon.header .header__wrapper .header__menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5.8125rem
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu {
    overflow: visible
  }
}

.aaon.header .header__wrapper .header__menu .header__nav {
  transition: all 0.3s ease-in-out;
  width: 100vw;
  --header-height: 63px;
  position: absolute;
  z-index: -1;
  top: var(--header-height);
  right: 0;
  left: 0;
  display: block;
  height: calc(100svh - var(--header-height));
  transform: translateX(-110vw)
}

.aaon.header .header__wrapper .header__menu .header__nav:after {
  position: absolute;
  z-index: -9;
  background-color: #000;
  content: "";
  inset: 0;
  width: 100vw;
  margin: 0 -1.25rem;
  top: -0.3125rem
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav {
    position: static;
    z-index: unset;
    width: unset;
    height: unset;
    overflow: visible;
    transform: none
  }

  .aaon.header .header__wrapper .header__menu .header__nav:after {
    content: none
  }
}

.aaon.header .header__wrapper .header__menu .header__nav ul {
  display: flex;
  overflow: auto;
  flex-direction: column;
  align-items: center;
  max-height: 78vh
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav ul {
    overflow: visible;
    height: unset;
    flex-direction: row;
    gap: 3.8125rem;
    max-height: unset
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li {
  width: 100%;
  padding: 1.3125rem 0;
  list-style: none
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li {
    width: unset;
    padding: unset;
    border: 0
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li a {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 0.73;
  color: #000;
  text-transform: uppercase
}

@media screen and (max-width:990px) {
  .aaon.header .header__wrapper .header__menu .header__nav li a {
    color: #fff
  }
}

@media screen and (min-width:991px) {
  .theme-dark .aaon.header .header__wrapper .header__menu .header__nav li a {
    color: #fff
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li a {
  transition: all 0.3s ease-in-out
}

.aaon.header .header__wrapper .header__menu .header__nav li a:hover {
  color: #e54221
}

.aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu {
  position: relative
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu a {
    padding: 1.5625rem 0
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-0.625rem);
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
  height: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease
}

@media screen and (max-width:990px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu {
    top: var(--header-height);
    left: 0;
    right: 0;
    padding-right: 2.5rem;
    max-height: calc(100vh - var(--header-height))
  }
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu {
    top: calc(var(--header-height) - 2px);
    position: fixed;
    background-color: #1d1d1d;
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  gap: 1.875rem
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper {
    flex-direction: row;
    padding-left: 1.875rem;
    padding-top: 0;
    padding-bottom: 0;
    gap: 3.5rem
  }
}

@media screen and (min-width:1920px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper {
    padding-left: 14.3125rem;
    min-height: 43.3125rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav {
  width: 100%
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav {
    flex-basis: 69.0124186872%;
    display: flex;
    flex-direction: column
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 0
}

@media screen and (min-width:768px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-wrapper {
    gap: 2.5rem;
    flex-direction: row
  }
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-wrapper {
    gap: 4.375rem;
    padding: 2.5625rem 0
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards {
  display: block;
  gap: 1.25rem;
  margin-bottom: 1.875rem
}

@media screen and (min-width:768px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-bottom: 2.875rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card {
  flex: 1;
  position: relative;
  height: 100%
}

@media screen and (max-width:990px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card .card__link {
  position: absolute;
  font-size: 0;
  width: 100%;
  height: 100%
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure {
  display: flex;
  flex-direction: column;
  height: 100%
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure img {
  width: 100%;
  height: auto;
  border-radius: 0.8173125rem;
  border: 0.08175rem solid #6a6a6a
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption {
  padding-top: 1.125rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.44;
  font-family: TT Norms Pro, sans-serif;
  text-align: left;
  margin-bottom: 0.9375rem;
  height: 100%
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption h3 {
    font-size: 1.125rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption a.l-link {
  color: hsla(0, 0%, 100%, .46);
  text-transform: capitalize;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #e54221;
  padding-bottom: 0;
  padding-top: 0;
  opacity: 1;
  font-weight: 600;
  transition: all 0.3s ease-in-out
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption a.l-link path,
.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption a.l-link svg {
  transition: all 0.3s ease-in-out
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card:hover a.l-link,
.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card figure figcaption a.l-link:hover {
  color: #e54221;
  opacity: 1
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu__nav .megamenu__nav-cards .megamenu__nav-card:hover a.l-link svg path {
  stroke: #e54221
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image {
  display: none;
  min-height: 18.75rem;
  background-image: var(--menu-image);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.875rem;
  border-radius: 0.625rem;
  position: relative;
  justify-content: space-between
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image {
    display: flex;
    flex: 1;
    flex-basis: 33.3530455352%;
    padding-left: 3.875rem;
    padding-bottom: 2.9375rem;
    border-radius: 0;
    gap: 3.125rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image:before {
  position: relative;
  top: 2.25rem;
  left: 0;
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  align-items: center;
  padding: 0.3125rem 1.1875rem 0.3125rem 0;
  border-radius: 0.6875rem;
  background: #9e9689;
  content: "";
  font-family: TT Norms Pro, sans-serif
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article {
  max-width: 100%
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article {
    max-width: 20.25rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08333;
  color: #000;
  margin-bottom: 1.25rem
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article h3 {
    font-size: 2.7048125rem;
    margin-bottom: 1.54rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.52941;
  color: #000;
  font-family: TT Norms Pro, sans-serif
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article p {
    font-size: 1.0625rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article a.l-link {
  color: #000;
  opacity: 0.46;
  margin-top: 1.25rem;
  display: block;
  line-height: 1.350625rem;
  text-transform: capitalize
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu--image article a.l-link {
    margin-top: 1.875rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column {
  width: 100%
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column {
    flex: 1;
    margin-bottom: 0
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3 {
  color: #f9f8f7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.25rem;
  position: relative;
  padding-right: 1.875rem
}

@media screen and (max-width:767px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3 {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    margin-bottom: 0;
    padding: 0.9375rem 1.875rem 0.9375rem 0;
    transition: color 0.3s ease
  }

  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease
  }

  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3:hover,
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3:hover:after {
    color: #e54221
  }
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3 {
    font-size: 1.1875rem;
    padding-right: 0;
    cursor: default;
    margin-bottom: 1.25rem
  }

  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column h3:after {
    content: none
  }
}

@media screen and (max-width:767px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column.megamenu-column--active h3 {
    color: #e54221
  }

  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column.megamenu-column--active h3:after {
    content: "−";
    transform: translateY(-50%) rotate(0deg);
    color: #e54221
  }

  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column.megamenu-column--active ul.megamenu-list {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-left: 0.625rem
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list {
  display: block
}

@media screen and (max-width:767px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 0;
    padding-left: 0.625rem
  }
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list {
    max-height: none;
    opacity: 1;
    visibility: visible
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li {
  list-style: none;
  text-align: left;
  text-transform: unset;
  padding: 0
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li:not(:last-child) {
  margin-bottom: 0.625rem
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li a {
    font-size: 1.0625rem;
    padding: 0
  }
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M.345 10l10-9.5m0 0h-10m10 0V10" stroke="%23fff"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.625rem;
  transition: all 0.3s ease-in-out
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li:hover a {
  color: #e54221
}

.aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column ul.megamenu-list li:hover a[target=_blank]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M.345 10l10-9.5m0 0h-10m10 0V10" stroke="%23E54221"/></svg>')
}

@media screen and (max-width:767px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu .megamenu-wrapper .megamenu-column:has(h3) ul.megamenu-list {
    max-height: 0;
    opacity: 0;
    visibility: hidden
  }
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu:hover {
    transition: all 0.3s ease-in-out
  }
}

@media screen and (min-width:991px) {

  .aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu .megamenu:hover,
  .aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu:hover .megamenu,
  .aaon.header .header__wrapper .header__menu .header__nav li .megamenu:hover {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateY(0);
    height: auto
  }
}

@media screen and (max-width:990px) {
  .aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu.has-megamenu--active .megamenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateY(0);
    max-height: calc(100vh - var(--header-height));
    height: calc(50vh - var(--header-height));
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease
  }

  .aaon.header .header__wrapper .header__menu .header__nav li.has-megamenu:not(.has-megamenu--active) .megamenu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-0.625rem);
    max-height: calc(100vh - var(--header-height));
    height: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease
  }
}

.aaon.header .header__wrapper .header__menu .header__nav .header__nav-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 1.25rem 1.625rem;
  text-align: center;
  text-decoration: none
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__menu .header__nav .header__nav-btn {
    display: none
  }
}

.aaon.header .header__wrapper .header__menu img.light-logo {
  display: none
}

.aaon.header .header__wrapper .header__menu img.dark-logo,
.theme-dark .aaon.header .header__wrapper .header__menu img.light-logo {
  display: block
}

.theme-dark .aaon.header .header__wrapper .header__menu img.dark-logo {
  display: none
}

.aaon.header .header__wrapper .header__action {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  flex: 1;
  justify-content: flex-end
}

.aaon.header .header__wrapper .header__action a.l-btn {
  display: none;
  padding: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 0.73
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__action a.l-btn {
    display: inline-block
  }
}

.aaon.header .header__wrapper .header__action .header__search-wrapper {
  display: flex;
  align-items: center;
  position: relative
}

.aaon.header .header__wrapper .header__action .header__search-wrapper:has(.header__search[aria-expanded=true]) .header__search-field,
.aaon.header .header__wrapper .header__action .header__search-wrapper:has(.header__search.true) .header__search-field {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0)
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search svg {
  width: 1.75rem;
  height: 1.75rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search svg path {
  transition: all 0.3s ease-in-out;
  stroke: #000
}

.theme-dark .aaon.header .header__wrapper .header__action .header__search-wrapper .header__search svg path {
  stroke: #fff
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search:hover svg path {
  stroke: #e54221
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 18.75rem;
  margin-top: 0.5rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-0.625rem);
  padding: 1.625rem 1.625rem 1.625rem 1.75rem;
  background-color: #1d1d1d;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 1.93125rem 0rem rgba(0, 0, 0, .25);
  display: flex;
  gap: 1.125rem;
  align-items: baseline
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field {
    min-width: 25rem
  }
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form {
  display: flex;
  align-items: center;
  gap: 1.125rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .header__search-input {
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 0.25rem;
  background-color: #474747;
  border-radius: 4.4375rem;
  color: #fff;
  font-family: Yankee, sans-serif;
  font-size: 1rem;
  outline: none;
  border: none
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .header__search-input::placeholder {
  color: #787370
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .header__search-input:focus {
  border-color: #e54221
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget {
  width: 100%
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget .hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding-top: 0.625rem;
  border: none
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget .hs-search-field.hs-search-field--open .hs-search-field__suggestions li {
  color: #fff;
  font-size: 0.9375rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget .hs-search-field.hs-search-field--open .hs-search-field__suggestions li a {
  font-size: 0.875rem;
  color: #fff
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget .hs-search-field.hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
  margin-bottom: 0.625rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .hs_cos_wrapper.hs_cos_wrapper_widget .hs-search-field.hs-search-field--open .hs-search-field__suggestions li:not(:last-child):has(a) {
  margin-bottom: 0.625rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form label {
  display: none
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .hs-search-field__input {
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 0.25rem;
  background-color: #474747;
  border-radius: 4.4375rem;
  color: #fff;
  font-family: Yankee, sans-serif;
  font-size: 1rem;
  outline: none;
  border: none
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .hs-search-field__input::placeholder {
  color: #787370
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field form .hs-search-field__input:focus {
  border-color: #e54221
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .header__search-close {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border: none;
  background: none;
  cursor: pointer;
  flex-shrink: 0
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .header__search-close svg {
  width: 1rem;
  height: 1rem
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .header__search-close svg path {
  stroke: #fff;
  transition: stroke 0.3s ease-in-out
}

.aaon.header .header__wrapper .header__action .header__search-wrapper .header__search-field .header__search-close:hover svg path {
  stroke: #e54221
}

.aaon.header .header__wrapper .header__hamburger {
  display: flex;
  width: 2.25rem;
  height: 1.875rem;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.5625rem;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  row-gap: 0.25rem;
  text-decoration: none
}

@media screen and (min-width:991px) {
  .aaon.header .header__wrapper .header__hamburger {
    display: none
  }
}

.aaon.header .header__wrapper .header__hamburger span {
  transition: all 0.3s ease-in-out;
  display: flex;
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 0.3125rem;
  background-color: #000;
  font-size: 0
}

.theme-dark .aaon.header .header__wrapper .header__hamburger span {
  background-color: #fff
}

.aaon.header .header__wrapper .header__hamburger span:first-of-type {
  width: 0.6875rem
}

.aaon.header .header__wrapper:has(#hamburger:checked) .header__nav {
  transform: translateY(0)
}

.aaon.header .header__wrapper:has(#hamburger:checked) .header__hamburger span:first-child {
  visibility: hidden
}

.aaon.header .header__wrapper:has(#hamburger:checked) .header__hamburger span:nth-child(2) {
  transform: rotate(45deg) translate(-0.0625rem, 0.0625rem)
}

.aaon.header .header__wrapper:has(#hamburger:checked) .header__hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(0.21875rem, -0.3125rem)
}

.aaon.header.header-dark .header__wrapper .header__menu img.light-logo {
  display: block
}

.aaon.header.header-dark .header__wrapper .header__menu img.dark-logo {
  display: none
}

.aaon.header.header-dark .header__wrapper .header__menu .header__nav ul li a {
  color: #fff
}

.aaon.header.header-dark .header__wrapper .header__action .header__search-wrapper .header__search svg path {
  stroke: #fff
}
.aaon.footer {
  background-color: #fff;
  clip-path: polygon(0 0,
      calc(100% - 11.875rem) 0,
      100% 11.875rem,
      100% 100%,
      0 100%);
}

.aaon.footer .footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.8125rem 0;
  gap: clamp(3.75rem, 5.12987vw + 2.531655625rem, 8.6875rem);
}

@media screen and (min-width: 991px) {
  .aaon.footer .footer__wrapper {
    flex-direction: row;
  }
}

.aaon.footer .footer__wrapper .footer__column {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:991px) {
  .aaon.footer .footer__wrapper .footer__column {
    min-width: 15.625rem;  
    justify-content: space-between;
    margin-bottom: auto;
  }
}

.aaon.footer .footer__wrapper .footer__column figure {
  flex: 1
}

.aaon.footer .footer__wrapper .footer__column figure img {
  max-width: 9.8125rem;
  margin: 0 auto
}

@media screen and (min-width:991px) {
  .aaon.footer .footer__wrapper .footer__column figure img {
    margin: unset
  }
}

.aaon.footer .footer__wrapper .footer__column p {
  max-width: 15.625rem;
  color: #787165;
  font-family: TT Norms Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center
}

@media screen and (min-width:991px) {
  .aaon.footer .footer__wrapper .footer__column p {
    text-align: left
  }
}

.aaon.footer .footer__wrapper .footer__column ul.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.625rem;
  gap: 0.875rem
}

@media screen and (min-width:991px) {
  .aaon.footer .footer__wrapper .footer__column ul.social-links {
    justify-content: flex-start
  }
}

.aaon.footer .footer__wrapper .footer__column ul.social-links li a path,
.aaon.footer .footer__wrapper .footer__column ul.social-links li a svg {
  transition: all 0.3s ease-in-out
}

.aaon.footer .footer__wrapper .footer__column ul.social-links li a:hover svg path {
  fill: #e54221
}

.aaon.footer .footer__wrapper .footer__nav {
  gap: 3.078125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2.5rem;
}

@media screen and (min-width: 768px) {
  .aaon.footer .footer__wrapper .footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: unset;
    padding: unset;
    align-items: unset;
    justify-content: unsafe;
  }
}

.aaon.footer .footer__wrapper .footer__nav .footer__nav-column {
  flex: 1;
}

.aaon.footer .footer__wrapper .footer__nav .footer__nav-column h6 {
  margin-bottom: 0.875rem;
  color: #625d55;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 1540px) {
  .aaon.footer .footer__wrapper .footer__nav .footer__nav-column ul {
    min-width: 12.9375rem;
  }
}

.aaon.footer .footer__wrapper .footer__nav .footer__nav-column ul li:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 991px) {
  .aaon.footer .footer__wrapper .footer__nav .footer__nav-column ul li {
    max-width: 12.375rem;
  }
}

.aaon.footer .footer__wrapper .footer__nav .footer__nav-column ul li a {
  color: #787165;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42;
  transition: all 0.3s ease-in-out;
}

.aaon.footer .footer__wrapper .footer__nav .footer__nav-column ul li a:hover {
  color: #e54221;
}

.aaon.footer .footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
  border-top: 0.0625rem solid #e54221;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .aaon.footer .footer__bottom {
    flex-direction: row;
  }
}

.aaon.footer .footer__bottom p {
  color: #787165;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

.aaon.footer .footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.aaon.footer .footer__bottom ul li a {
  color: #787165;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}

.aaon.footer .footer__bottom ul li a:hover {
  color: #e54221;
}
*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family:
    system-ui,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.15;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

input {
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  backdrop-filter: unset;
}

a,
button {
  cursor: pointer;
}

a.is-unclickable {
  cursor: default;
}

body,
html {
  min-width: 20rem;
  background-color: #787370;
  color: #fff;
  font-family: Yankee, sans-serif;
  font-size: 16px;
}

body.theme-dark,
html.theme-dark {
  background-color: #1d1d1d;
  color: #e54221;
}

body:has(.home-body),
html:has(.home-body) {
  background-color: #9e9689;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

*,
ol,
ul {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

p {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 140%;
}

p:last-of-type {
  margin: 0;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.25rem;
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  color: #183053;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section.section.section--generic {
  padding: clamp(2.5rem, 1.2987vw + 2.19155875rem, 3.75rem) 0;
}

.generic {
  --text-color: #183053;
  --hover-color: #183053;
}

.generic h1,
.generic h2,
.generic h3,
.generic h4,
.generic h5,
.generic h6 {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  line-height: 1;
}

.generic h1.theme-dark,
.generic h2.theme-dark,
.generic h3.theme-dark,
.generic h4.theme-dark,
.generic h5.theme-dark,
.generic h6.theme-dark {
  color: #e54221;
}

@media screen and (min-width: 1199px) {

  .generic h1,
  .generic h2,
  .generic h3,
  .generic h4,
  .generic h5,
  .generic h6 {
    line-height: 140%;
  }
}

.generic h1 {
  color: var(--text-color);
  font-size: clamp(1.875rem, 0.90909vw + 1.659090625rem, 2.75rem);
  letter-spacing: 0.03125rem;
}

.generic h2 {
  font-size: clamp(1.625rem, 0.64935vw + 1.470779375rem, 2.25rem);
}

.generic h3 {
  font-size: clamp(1.5rem, 0.51948vw + 1.376623125rem, 2rem);
}

.generic h4 {
  font-size: clamp(1.375rem, 0.38961vw + 1.2824675rem, 1.75rem);
}

.generic h5 {
  font-size: clamp(1.25rem, 0.38961vw + 1.1574675rem, 1.625rem);
}

.generic h6 {
  font-size: clamp(1.125rem, 0.38961vw + 1.0324675rem, 1.5rem);
}

.generic header {
  margin-bottom: 2rem;
}

.generic address,
.generic code,
.generic hr,
.generic p,
.generic pre {
  margin-bottom: 1.45rem;
}

.generic li {
  margin-bottom: clamp(0.7rem, 0.51948vw + 0.576623125rem, 1.2rem);
}

.generic li,
.generic p {
  color: var(--text-color);
  font-size: clamp(1rem, 0.25974vw + 0.938311875rem, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.009375rem;
  line-height: 162%;
}

@media screen and (min-width: 1199px) {

  .generic li,
  .generic p {
    line-height: 180%;
  }
}

.generic li:last-of-type,
.generic p:last-of-type {
  margin: 0;
}

.generic li:empty,
.generic p:empty {
  display: none;
}

.generic a {
  color: var(--text-color);
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.generic a:hover {
  color: var(--hover-color);
}

.generic b,
.generic strong {
  font-weight: 700;
}

.generic time {
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.009375rem;
  line-height: 180%;
}

.generic ul {
  margin: clamp(1.2rem, 0.41558vw + 1.10129875rem, 1.6rem) 0;
}

.generic ul li {
  position: relative;
  padding-left: 1.4375rem;
  list-style: none;
}

@media screen and (min-width: 1199px) {
  .generic ul li {
    padding-left: 1.875rem;
  }
}

.generic ul li:before {
  position: absolute;
  top: 0.7rem;
  left: 0.725rem;
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--text-color);
  content: "";
}

@media screen and (min-width: 1199px) {
  .generic ul li:before {
    top: 1.2rem;
    left: 0.925rem;
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.generic ol {
  padding-left: 1.625rem;
  margin: 2rem 0;
}

.generic ol li {
  list-style: unset;
}

.generic ol li::marker {
  padding-right: 0.625rem;
  font-weight: 600;
}

.generic blockquote {
  position: relative;
  padding-left: 1.875rem;
  margin: 2rem 0;
  color: var(--text-color);
  font-size: clamp(1rem, 0.25974vw + 0.938311875rem, 1.25rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.009375rem;
  line-height: 162%;
}

@media screen and (min-width: 1199px) {
  .generic blockquote {
    line-height: 180%;
  }
}

.generic blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "“";
  font-size: 2.5rem;
  font-weight: 700;
}

.generic figure,
.generic iframe,
.generic video {
  margin-bottom: 2rem;
}

.generic figure img,
.generic iframe img,
.generic video img {
  max-width: 100%;
  background-color: #f4f4f4;
}

.generic figure figcaption,
.generic iframe figcaption,
.generic video figcaption {
  margin-top: 0.3125rem;
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.009375rem;
  line-height: 180%;
}

.generic iframe {
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
}

.generic p+h2,
.generic ul+h2 {
  margin-top: clamp(2.5rem, 3.11688vw + 1.75974rem, 5.5rem);
}

.generic p+h1,
.generic p+h3,
.generic p+h4,
.generic p+h5,
.generic p+h6 {
  margin-top: 2rem;
}

.generic button {
  margin-bottom: 2rem;
}

.generic code {
  display: block;
  max-height: 18.75rem;
  padding: 1.25rem;
  border-radius: 0.375rem;
  background-color: #f4f4f4;
  overflow-x: auto;
  white-space: pre;
}

:root {
  --header-height: 63px;
}

.l-link {
  color: #000;
  opacity: 0.46;
  cursor: pointer;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.27127;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.l-link:hover,
.theme-dark .l-link {
  color: #e54221;
  opacity: 1;
}

.theme-dark .l-link:hover {
  color: #c2de68;
}

.l-btn {
  font-size: 1.125rem;
  font-weight: 600;
  font-family:
    TT Norms Pro,
    sans-serif;
  line-height: 0.73;
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 1.625rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.l-btn,
.l-btn:hover {
  color: #fff;
}

.l-btn--red {
  background-color: #e54221;
}

.l-btn--red:hover {
  background-color: #c03114;
}

.l-btn--white {
  background-color: #fff;
  color: #000;
}

.l-btn--white:hover {
  background-color: #9e9689;
  color: #fff;
}

.l-btn--red-text {
  background-color: #fff;
  color: #e54221;
}

.l-btn--red-text:hover {
  background-color: #e54221;
  color: #fff;
}

.l-btn--line {
  display: flex;
  max-width: 22.6875rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.125rem solid #fff;
  color: #fff;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.73;
  text-transform: uppercase;
}

.l-btn--line:hover,
.theme-dark .l-btn--line {
  border-bottom: 0.125rem solid #e54221;
}

.l-btn--line,
.l-btn--line path,
.l-btn--line svg {
  transition: all 0.3s ease-in-out;
}

.l-btn--line:hover {
  color: #e54221;
}

.l-btn--line:hover svg path {
  stroke: #e54221;
}

.l-btn--line--white {
  border-bottom: 0.125rem solid #fff;
  color: #fff;
}

.l-btn--line--white:hover {
  color: #e54221;
  border-color: #e54221;
}

.l-btn--line--white:hover svg path {
  stroke: #e54221;
}

.l-title {
  max-width: 46.9375rem;
  margin: auto;
  text-align: center;
}

.l-title h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: Yankee, sans-serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
}

.theme-dark .l-title h3 {
  color: #e54221;
}

.l-title:has(.l-btn) .l-btn {
  margin-top: 2.8125rem;
}

.l-title ol li,
.l-title p,
.l-title ul li {
  color: #fff;
  font-family:
    TT Norms Pro,
    sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}

.theme-dark .l-title ol li,
.theme-dark .l-title p,
.theme-dark .l-title ul li {
  color: #9e9689;
}

.l-title ol li .text--white,
.l-title p .text--white,
.l-title ul li .text--white {
  color: #fff;
  font-weight: 700;
}

.theme-dark .l-title ol li .text--white,
.theme-dark .l-title p .text--white,
.theme-dark .l-title ul li .text--white {
  color: #fff;
  font-weight: 400;
}

.l-title ul li {
  padding-top: 0.625rem;
  list-style-position: inside;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.l-title ul li:before {
  position: relative;
  content: "";
  top: 0.5rem;
  left: 0;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.625rem;
}

.theme-dark .l-title ul li:before {
  background-color: #9e9689;
}

.l-title ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.l-title ol {
  padding-top: 0.625rem;
}

.l-title ol li {
  list-style-position: inside;
  counter-increment: counter;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.l-title ol li:before {
  content: counter(counter) ".";
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.l-title ol li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.aspect-box {
  position: relative;
  display: block;
  width: 100%;
}

.aspect-box canvas,
.aspect-box iframe,
.aspect-box img,
.aspect-box svg,
.aspect-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-box:before {
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
  content: "";
}

.container {
  max-width: 94.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 1199px) {
  .container {
    padding: 0 6.25rem;
  }
}

@media screen and (min-width: 1441px) {
  .container {
    padding: 0 1.875rem;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}