/* main.scss */
/*
Site Variables
*/
@font-face {
  font-family: "ar-iconfont";
  src: url("fonts/ar-iconfont.eot?l0kh1s");
  src: url("fonts/ar-iconfont.eot?l0kh1s#iefix") format("embedded-opentype"), url("fonts/ar-iconfont.ttf?l0kh1s") format("truetype"), url("fonts/ar-iconfont.woff?l0kh1s") format("woff"), url("fonts/ar-iconfont.svg?l0kh1s#ar-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* main.scss */
/* _global.scss */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  color: #fff;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* main.scss */
body {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: gotham, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

a {
  color: #004dac;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  color: #003d89;
}

.primary-menu a,
.footer-menu a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p.section-title {
  display: block;
  margin: 0 0 20px;
}
p.section-title span {
  display: inline-block;
  position: relative;
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 4px 14px;
}
p.section-title span::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  transform: skewX(-12deg);
  z-index: -1;
}

.hl-regular {
  font-weight: 400;
  font-style: normal;
}

.hl-italic {
  font-weight: 400;
  font-style: italic;
}

.hl-bold {
  font-weight: 700;
  font-style: normal;
}

.hl-bold-italic {
  font-weight: 700;
  font-style: italic;
}

/* main.scss */
/* _header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transition: background-color 1s ease-in-out;
}
header.scrolled {
  background-color: #fff;
}

.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 40px;
}

.mark {
  background-color: #000;
  width: 300px;
  flex-shrink: 0;
  cursor: pointer;
}
.mark img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle .bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.is-open .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle.is-open .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.primary-nav .primary-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 980px) {
  .primary-nav .primary-menu {
    gap: 1rem;
  }
}
.primary-nav .primary-menu li a {
  color: #000;
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.primary-nav .primary-menu li a:hover {
  color: #8e732f;
}
.primary-nav .primary-menu li.btn-gold-black a {
  background-color: rgb(255, 212, 0);
  color: #000;
  padding: 8px 18px;
}
@media only screen and (max-width: 900px) {
  .primary-nav {
    display: none;
    width: 100%;
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 100%;
    left: 0;
  }
  .primary-nav.is-open {
    display: block;
  }
  .primary-nav .primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0 16px;
  }
  .primary-nav .primary-menu li {
    width: 100%;
  }
  .primary-nav .primary-menu li a {
    display: block;
    padding: 12px 40px;
    font-size: 1rem;
    color: #fff;
  }
  .primary-nav .primary-menu li.btn-gold-black a {
    margin: 8px 40px 0;
    width: auto;
    display: inline-block;
  }
}

@media only screen and (max-width: 900px) {
  header {
    background-color: #000;
  }
  header.scrolled {
    background-color: #000;
  }
  .masthead {
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .mark {
    padding: 16px 24px;
    width: auto;
    order: 1;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .mark img {
    width: 300px;
  }
  .nav-toggle {
    display: flex;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .nav-toggle .bar {
    background-color: #fff;
  }
}
@media only screen and (max-width: 500px) {
  .mark {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .mark img {
    width: 220px;
  }
}
/* main.scss */
.page-template-page-coming-soon header {
  display: none;
}
.page-template-page-coming-soon main#main {
  padding: 0;
  margin: 0;
}

.splash-page {
  background-color: rgb(255, 212, 0);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: gotham, sans-serif;
  align-items: center;
}
.splash-page .splash-content {
  text-align: center;
  padding: 80px 40px 40px;
  max-width: 500px;
}
.splash-page .splash-content .splash-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000;
  line-height: 1.1;
  margin-bottom: 28px;
}
.splash-page .splash-content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 16px;
}
.splash-page .splash-content .stay-tuned {
  font-style: italic;
  font-weight: 400;
}
.splash-page .splash-image {
  margin-top: auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.splash-page .splash-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .splash-page .splash-content {
    padding: 60px 24px 32px;
  }
  .splash-page .splash-content .splash-heading {
    font-size: 2rem;
  }
}

/* main.scss */
.page-slider {
  position: relative;
}
.page-slider .slider-cell {
  width: 100%;
  height: 80vh;
  min-height: 720px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-slider .slide-content {
  text-align: center;
  font-family: zuume-cut, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: rgb(255, 212, 0);
  line-height: 0.95;
  padding: 0 40px;
}
.page-slider .slide-text-1,
.page-slider .slide-text-2 {
  display: block;
  font-size: 8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .page-slider .slide-text-1,
  .page-slider .slide-text-2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 700px) {
  .page-slider .slide-text-1,
  .page-slider .slide-text-2 {
    font-size: 3.5rem;
  }
}
.page-slider .flickity-page-dots {
  bottom: 28px;
}
.page-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background: rgb(255, 212, 0);
  opacity: 0.4;
  margin: 0 5px;
}
.page-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* main.scss */
.bg-white {
  background-color: #fff;
}

.bg-gold {
  background-color: rgb(255, 212, 0);
}

.bg-grey {
  background-color: #dcdada;
}

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

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.page-panel {
  position: relative;
  min-height: 720px;
}
.page-panel .panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 0;
}
.page-panel .panel-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 40px 100px;
}
.page-panel .panel-content h2 {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 20px;
  max-width: 50%;
}
.page-panel .panel-content .panel-body {
  max-width: 440px;
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.page-panel .panel-content .panel-body p {
  margin: 0 0 12px;
}
.page-panel .panel-content .panel-btn {
  display: inline-block;
  position: relative;
  margin-top: 24px;
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
}
.page-panel .panel-content .panel-btn::before, .page-panel .panel-content .panel-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.page-panel .panel-content .panel-btn:hover::before {
  animation: soundwave 0.9s ease-out forwards;
}
.page-panel .panel-content .panel-btn:hover::after {
  animation: soundwave 0.9s ease-out 0.3s forwards;
}
.page-panel .panel-content .panel-btn.btn_black_white {
  background-color: #000;
  color: #fff;
}
.page-panel .panel-content .panel-btn.btn_black_white::before, .page-panel .panel-content .panel-btn.btn_black_white::after {
  border: 2px solid #000;
}
.page-panel .panel-content .panel-btn.btn_gold_black {
  background-color: rgb(255, 212, 0);
  color: #000;
}
.page-panel .panel-content .panel-btn.btn_gold_black::before, .page-panel .panel-content .panel-btn.btn_gold_black::after {
  border: 2px solid rgb(255, 212, 0);
}
.page-panel.bg-black .panel-body a, .page-panel.bg-grey .panel-body a {
  color: rgb(255, 212, 0);
}
.page-panel.bg-gold .panel-body a {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .page-panel .panel-bg {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    height: 280px;
  }
  .page-panel .panel-content {
    padding: 40px 24px;
  }
}

@keyframes soundwave {
  0% {
    transform: scale(1);
    opacity: 0.4;
    border-radius: 1px;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
    border-radius: 20px;
  }
}
/* main.scss */
.section-hero {
  position: relative;
  background-color: #000;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-hero .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.section-hero .section-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #000, transparent);
}
.section-hero .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  max-width: 560px;
  margin-left: clamp(24px, 5vw, 80px);
}
.section-hero h2 {
  font-family: zuume-cut, sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  font-style: italic;
  color: rgb(255, 212, 0);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.section-hero h2 span {
  display: block;
}
.section-hero .hero-body {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  max-width: 420px;
}
.section-hero .hero-body p {
  margin: 0 0 1em;
}
.section-hero .hero-body p:last-child {
  margin-bottom: 0;
}
.section-hero.bg-gold {
  background-color: rgb(255, 212, 0);
}
.section-hero.bg-gold h2 {
  color: #000;
}
.section-hero.bg-gold .hero-body {
  color: #000;
}
.section-hero.bg-white {
  background-color: #fff;
}
.section-hero.bg-white h2 {
  color: #000;
}
.section-hero.bg-white .hero-body {
  color: #000;
}
.section-hero.bg-grey {
  background-color: #dcdada;
}
.section-hero.bg-grey h2 {
  color: #000;
}
.section-hero.bg-grey .hero-body {
  color: #000;
}
@media only screen and (max-width: 900px) {
  .section-hero {
    min-height: 460px;
  }
  .section-hero .section-bg {
    width: 50%;
  }
  .section-hero .hero-content {
    padding: 60px 32px;
  }
}
@media only screen and (max-width: 700px) {
  .section-hero {
    min-height: 0;
    align-items: flex-start;
  }
  .section-hero .section-bg {
    width: 100%;
    opacity: 0.35;
  }
  .section-hero .section-bg::after {
    width: 100%;
    background: linear-gradient(to top, #000 30%, transparent);
  }
  .section-hero .hero-content {
    padding: 48px 24px 64px;
    margin-left: 0;
    max-width: 100%;
  }
  .section-hero h2 {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }
  .section-hero .hero-body {
    max-width: 100%;
  }
}

/* main.scss */
.section-panel {
  position: relative;
}
.section-panel .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.section-panel .panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
  gap: 60px;
}
.section-panel .panel-text {
  flex: 1;
}
.section-panel .panel-text h2 {
  font-family: zuume-cut, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  margin: 0 0 28px;
}
.section-panel .panel-text h2 span {
  display: block;
}
.section-panel .panel-text .panel-body {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
}
.section-panel .panel-text .panel-body p {
  margin: 0 0 12px;
}
.section-panel .panel-text .panel-body a {
  color: #fff;
}
.section-panel .panel-text .panel-body a:hover {
  color: #dcdada;
}
.section-panel .panel-image {
  flex: 1;
}
.section-panel .panel-image .panel-img {
  display: block;
  width: 100%;
  height: auto;
}
.section-panel.image-flush-bottom .panel-inner {
  align-items: flex-end;
  padding-bottom: 0;
}
.section-panel.image-flush-bottom .panel-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-panel.image-flush-bottom .panel-image {
  align-self: flex-end;
}
.section-panel.image-flush-bottom .panel-image .panel-img {
  display: block;
  vertical-align: bottom;
}
.section-panel.text-right .panel-inner {
  flex-direction: row-reverse;
}
.section-panel.bg-gold .panel-text .section-title {
  color: #000;
}
.section-panel.bg-gold .panel-text h2 {
  color: #000;
}
.section-panel.bg-gold .panel-text .panel-body {
  color: #000;
}
.section-panel.bg-gold .panel-text .panel-body a {
  color: #004dac;
}
.section-panel.bg-gold .panel-text .panel-body a:hover {
  color: #003d89;
}
.section-panel.bg-white .panel-text h2, .section-panel.bg-grey .panel-text h2 {
  color: #000;
}
.section-panel.bg-white .panel-text .panel-body, .section-panel.bg-grey .panel-text .panel-body {
  color: #000;
}
.section-panel.bg-white .panel-text .panel-body a, .section-panel.bg-grey .panel-text .panel-body a {
  color: #004dac;
}
.section-panel.bg-white .panel-text .panel-body a:hover, .section-panel.bg-grey .panel-text .panel-body a:hover {
  color: #003d89;
}
@media only screen and (max-width: 1100px) {
  .section-panel .panel-inner {
    gap: 40px;
  }
  .section-panel .panel-text h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .section-panel .panel-inner {
    flex-direction: column !important;
    padding: 60px 24px;
    gap: 32px;
  }
  .section-panel .panel-image {
    width: 85%;
  }
  .section-panel.desktop-image .panel-image {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .section-panel .panel-text h2 {
    font-size: 4.2rem;
  }
}

/* main.scss */
.section-locations {
  background-color: rgb(255, 212, 0);
  padding: 60px 40px;
  text-align: center;
  position: relative;
}
.section-locations .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.section-locations .locations-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}
.section-locations h2 {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 48px;
}
.section-locations .locations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.section-locations .location-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-locations .location-item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/svg/locationicon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  .section-locations .locations-list {
    gap: 48px;
  }
}
@media only screen and (max-width: 700px) {
  .section-locations {
    padding: 48px 24px;
  }
  .section-locations .locations-list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

/* main.scss */
.section-2col-text {
  background-color: #fff;
  padding: 80px 40px;
}
.section-2col-text .col-text-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}
.section-2col-text .col-text-left,
.section-2col-text .col-text-right {
  flex: 1;
}
.section-2col-text .col-text-left h3,
.section-2col-text .col-text-right h3 {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
}
.section-2col-text .col-text-left p,
.section-2col-text .col-text-right p {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #000;
  margin: 0 0 20px;
}
.section-2col-text .col-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-2col-text .col-links a {
  display: block;
  padding: 5px 0;
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #004dac;
  text-decoration: underline;
}
.section-2col-text .col-links a:hover {
  color: #003d89;
}
.section-2col-text.bg-black .col-text-left h3,
.section-2col-text.bg-black .col-text-right h3 {
  color: #fff;
}
.section-2col-text.bg-black .col-text-left p,
.section-2col-text.bg-black .col-text-right p {
  color: #fff;
}
.section-2col-text.bg-black .col-links li {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.section-2col-text.bg-black .col-links li:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.section-2col-text.bg-black .col-links a {
  color: #fff;
}
.section-2col-text.bg-black .col-links a:hover {
  color: rgb(255, 212, 0);
}
.section-2col-text.bg-grey .col-text-left h3,
.section-2col-text.bg-grey .col-text-right h3 {
  color: #000;
}
.section-2col-text.bg-grey .col-text-left p,
.section-2col-text.bg-grey .col-text-right p {
  color: #000;
}
.section-2col-text.bg-grey .col-links li {
  border-top-color: #d9d9d9;
}
.section-2col-text.bg-grey .col-links li:last-child {
  border-bottom-color: #d9d9d9;
}
.section-2col-text.bg-grey .col-links a {
  color: #004dac;
}
.section-2col-text.bg-grey .col-links a:hover {
  color: #003d89;
}
.section-2col-text.bg-gold .col-text-left h3,
.section-2col-text.bg-gold .col-text-left p,
.section-2col-text.bg-gold .col-text-right h3,
.section-2col-text.bg-gold .col-text-right p {
  color: #000;
}
.section-2col-text.bg-gold .col-links a {
  color: #004dac;
}
.section-2col-text.bg-gold .col-links a:hover {
  color: #003d89;
}
@media only screen and (max-width: 900px) {
  .section-2col-text {
    padding: 60px 24px;
  }
  .section-2col-text .col-text-inner {
    gap: 48px;
  }
}
@media only screen and (max-width: 700px) {
  .section-2col-text .col-text-inner {
    flex-direction: column;
    gap: 40px;
  }
}

/* main.scss */
.section-3col-text {
  background-color: #000;
  padding: 80px 40px;
}
.section-3col-text .col3-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-3col-text .col3-headline {
  font-family: zuume-cut, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 48px;
  text-align: center;
}
.section-3col-text .col3-headline.headline-sans-serif {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.section-3col-text .col3-headline.headline-display {
  font-family: zuume-cut, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.section-3col-text .col3-columns {
  display: flex;
  gap: 0;
}
.section-3col-text .col3-col {
  flex: 1;
  padding: 0 40px;
}
.section-3col-text .col3-col:first-child {
  padding-left: 0;
}
.section-3col-text .col3-col:last-child {
  padding-right: 0;
}
.section-3col-text .col3-col h3 {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgb(255, 212, 0);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.section-3col-text .col3-list {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.1em;
}
.section-3col-text .col3-list.list-none {
  list-style: none;
  padding-left: 0;
}
.section-3col-text .col3-list li {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  padding: 6px 0;
}
.section-3col-text .col3-list li a {
  color: #004dac;
  font-weight: 700;
  text-decoration: underline;
}
.section-3col-text .col3-list li a:hover {
  color: #003d89;
}
.section-3col-text.bg-white {
  background-color: #fff;
}
.section-3col-text.bg-white .col3-headline {
  color: #000;
}
.section-3col-text.bg-white .col3-col {
  border-left-color: rgba(0, 0, 0, 0.15);
}
.section-3col-text.bg-white .col3-col h3 {
  color: #000;
}
.section-3col-text.bg-white .col3-list li {
  color: #000;
}
.section-3col-text.bg-gold {
  background-color: rgb(255, 212, 0);
}
.section-3col-text.bg-gold .col3-headline {
  color: #000;
}
.section-3col-text.bg-gold .col3-col {
  border-left-color: rgba(0, 0, 0, 0.2);
}
.section-3col-text.bg-gold .col3-col h3 {
  color: #000;
}
.section-3col-text.bg-gold .col3-list li {
  color: #000;
}
.section-3col-text.bg-gold .col3-list li a {
  color: #004dac;
}
.section-3col-text.bg-gold .col3-list li a:hover {
  color: #003d89;
}
.section-3col-text.bg-grey {
  background-color: #dcdada;
}
.section-3col-text.bg-grey .col3-headline {
  color: #000;
}
.section-3col-text.bg-grey .col3-col h3 {
  color: #000;
}
.section-3col-text.bg-grey .col3-list li {
  color: #000;
}
.section-3col-text.bg-grey .col3-list li a {
  color: #004dac;
}
.section-3col-text.bg-grey .col3-list li a:hover {
  color: #003d89;
}
@media only screen and (max-width: 900px) {
  .section-3col-text {
    padding: 60px 24px;
  }
  .section-3col-text .col3-col {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 900px) {
  .section-3col-text .col3-headline.headline-display {
    font-family: gotham, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    font-style: normal;
    letter-spacing: 0.12em;
  }
  .section-3col-text .col3-headline.headline-sans-serif {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .section-3col-text .col3-columns {
    flex-direction: column;
    gap: 0;
  }
  .section-3col-text .col3-col {
    padding: 0;
    border: none;
  }
}

/* main.scss */
.section-banner-button {
  padding: 60px 40px;
  text-align: center;
}
.section-banner-button .banner-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.section-banner-button.has-two-buttons .banner-btn-wrap {
  gap: 24px;
}
.section-banner-button.has-two-buttons .banner-btn-wrap .banner-btn {
  flex: 1;
  justify-content: center;
}
.section-banner-button .banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 10px 10px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-banner-button .banner-btn:hover {
  opacity: 0.85;
}
.section-banner-button .banner-btn:hover .banner-btn-arrow {
  transform: translateX(4px);
}
.section-banner-button .banner-btn-text {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-banner-button .banner-btn-arrow {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  mask-image: url("../images/svg/button-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.section-banner-button.bg-black {
  background-color: #000;
}
.section-banner-button.bg-black .banner-btn {
  background-color: rgb(255, 212, 0);
}
.section-banner-button.bg-black .banner-btn-text {
  color: #000;
}
.section-banner-button.bg-black .banner-btn-arrow {
  background-color: rgb(255, 212, 0);
}
.section-banner-button.bg-white {
  background-color: #fff;
}
.section-banner-button.bg-white .banner-btn {
  background-color: #000;
}
.section-banner-button.bg-white .banner-btn-text {
  color: rgb(255, 212, 0);
}
.section-banner-button.bg-white .banner-btn-arrow {
  background-color: rgb(255, 212, 0);
}
.section-banner-button.bg-grey {
  background-color: #dcdada;
}
.section-banner-button.bg-grey .banner-btn {
  background-color: #000;
}
.section-banner-button.bg-grey .banner-btn-text {
  color: rgb(255, 212, 0);
}
.section-banner-button.bg-grey .banner-btn-arrow {
  background-color: rgb(255, 212, 0);
}
.section-banner-button.bg-gold {
  background-color: rgb(255, 212, 0);
}
.section-banner-button.bg-gold .banner-btn {
  background-color: #000;
}
.section-banner-button.bg-gold .banner-btn-text {
  color: rgb(255, 212, 0);
}
.section-banner-button.bg-gold .banner-btn-arrow {
  background-color: rgb(255, 212, 0);
}
@media only screen and (max-width: 700px) {
  .section-banner-button {
    padding: 48px 24px;
  }
  .section-banner-button .banner-btn {
    padding: 8px 8px 8px 28px;
    gap: 12px;
  }
  .section-banner-button .banner-btn-text {
    font-size: 0.95rem;
  }
  .section-banner-button .banner-btn-arrow {
    width: 38px;
    height: 38px;
  }
  .section-banner-button.has-two-buttons .banner-btn-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .section-banner-button.has-two-buttons .banner-btn-wrap .banner-btn,
  .section-banner-button.has-two-buttons .banner-btn-wrap .banner-btn:first-child,
  .section-banner-button.has-two-buttons .banner-btn-wrap .banner-btn:last-child {
    flex: none;
    width: 100%;
    border-radius: 999px;
    padding: 8px 8px 8px 28px;
    border-left: none;
  }
}

/* main.scss */
.site-footer {
  background-color: #000;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-mark {
  width: 312px;
}
.footer-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nav .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav .footer-menu li {
  display: inline-block;
  margin-right: 24px;
}
.footer-nav .footer-menu li:last-child {
  margin-right: 0;
}
.footer-nav .footer-menu li a {
  display: inline-block;
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-nav .footer-menu li a:hover {
  color: rgb(255, 212, 0);
}

.footer-copy {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #8f8f8f;
  margin: 0;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 700px) {
  .footer-inner {
    padding: 32px 24px;
  }
  .footer-nav .footer-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
