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

html {
  box-sizing: border-box;
}

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

/*! 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;
  font-family: "Oswald", sans-serif;
}
body p,
body ul li,
body ol li {
  font-family: "Open Sans", sans-serif;
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input,
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.
 */
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * 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;
}

.nyp-input,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row .input-text,
.woocommerce-page form .form-row select {
  width: 100%;
  padding: 7px 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: black;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: inset 2px 2px 5px 0 #d9d9d9;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  letter-spacing: normal;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 992px) {
  .nyp-input,
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select,
  .woocommerce-page form .form-row .input-text,
  .woocommerce-page form .form-row select {
    font-size: 20px;
    line-height: 24px;
  }
}
.nyp-input::placeholder,
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder,
.woocommerce-page form .form-row .input-text::placeholder,
.woocommerce-page form .form-row select::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.nyp-input:focus,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row .input-text:focus,
.woocommerce-page form .form-row select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
  min-height: 146px;
  resize: vertical;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-Light.woff2") format("woff2"), url("../fonts/subset-Oswald-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-Bold.woff2") format("woff2"), url("../fonts/subset-Oswald-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-ExtraLight.woff2") format("woff2"), url("../fonts/subset-Oswald-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-SemiBold.woff2") format("woff2"), url("../fonts/subset-Oswald-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-Medium.woff2") format("woff2"), url("../fonts/subset-Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/subset-Oswald-Regular.woff2") format("woff2"), url("../fonts/subset-Oswald-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/subset-OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-Bold.woff2") format("woff2"), url("../fonts/subset-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-Light.woff2") format("woff2"), url("../fonts/subset-OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-Italic.woff2") format("woff2"), url("../fonts/subset-OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-Medium.woff2") format("woff2"), url("../fonts/subset-OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-Regular.woff2") format("woff2"), url("../fonts/subset-OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/subset-OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/subset-OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/subset-OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p,
ul,
ol {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-block-end: 16px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 768px) {
  p,
  ul,
  ol {
    font-size: 18px;
    line-height: 24px;
  }
}

strong {
  font-weight: 900;
}

main p > a:not(.btn),
main h1 > a:not(.btn),
main h2 > a:not(.btn),
main h3 > a:not(.btn),
main h4 > a:not(.btn),
main h5 > a:not(.btn),
main h6 > a:not(.btn),
main li > a:not(.btn) {
  font-weight: 400;
  transition: all 0.25s ease-out;
  color: black;
  text-decoration-color: black;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main h1 > a:not(.btn):hover,
main h1 > a:not(.btn):focus,
main h2 > a:not(.btn):hover,
main h2 > a:not(.btn):focus,
main h3 > a:not(.btn):hover,
main h3 > a:not(.btn):focus,
main h4 > a:not(.btn):hover,
main h4 > a:not(.btn):focus,
main h5 > a:not(.btn):hover,
main h5 > a:not(.btn):focus,
main h6 > a:not(.btn):hover,
main h6 > a:not(.btn):focus,
main li > a:not(.btn):hover,
main li > a:not(.btn):focus {
  color: #F8AE43;
  text-decoration-color: #F8AE43;
}
main ul li:not(:last-child),
main ol li:not(:last-child) {
  margin-block-end: 1ch;
}
main p > a:not(.btn),
main ul li > a:not(.btn),
main ol li > a:not(.btn) {
  text-decoration-color: #F8AE43;
  text-decoration-line: underline;
  text-decoration-style: solid;
  transition: all 0.25s ease-out;
  color: black;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main ul li > a:not(.btn):hover,
main ul li > a:not(.btn):focus,
main ol li > a:not(.btn):hover,
main ol li > a:not(.btn):focus {
  color: black;
  text-decoration-color: black;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

h1 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -0.6px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -0.72px;
  }
}
@media only screen and (min-width: 1720px) {
  h1 {
    font-size: 90px;
    line-height: 95px;
    letter-spacing: -0.9px;
  }
}

h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin-bottom: 20px;
}
h2:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
h2.wp-block-heading {
  width: fit-content;
}
h2.wp-block-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F8AE43;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  h2.wp-block-heading::after {
    width: 100px;
    height: 6px;
  }
}

@font-face {
  font-family: "JTC Icons";
  src: url("../fonts/icons.woff2?b8bec2fd9f14a913085356c4f289c1a2") format("woff2"), url("../fonts/icons.woff?b8bec2fd9f14a913085356c4f289c1a2") format("woff");
}
.icon-jtc::before {
  font-family: "JTC Icons" !important;
  font-size: 25px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-jtc.icon-jtc-direction:before {
  content: "\f101";
}

.icon-jtc.icon-jtc-signpost:before {
  content: "\f102";
}

.icon-jtc.icon-jtc-people:before {
  content: "\f103";
}

.icon-jtc.icon-jtc-bus:before {
  content: "\f104";
}

.icon-jtc.icon-jtc-pin:before {
  content: "\f105";
}

.icon-jtc.icon-jtc-mobile:before {
  content: "\f106";
}

.icon-jtc.icon-jtc-instagram:before {
  content: "\f107";
}

.icon-jtc.icon-jtc-fax:before {
  content: "\f108";
}

.icon-jtc.icon-jtc-facebook:before {
  content: "\f109";
}

.icon-jtc.icon-jtc-clock:before {
  content: "\f10a";
}

.icon-jtc.icon-jtc-user:before {
  content: "\f10b";
}

.icon-jtc.icon-jtc-search:before {
  content: "\f10c";
}

.icon-jtc.icon-jtc-newsletter:before {
  content: "\f10d";
}

.icon-jtc.icon-jtc-cart:before {
  content: "\f10e";
}

.icon-jtc.icon-jtc-chevron-right:before {
  content: "\f10f";
}

.icon-jtc.icon-jtc-chevron-left:before {
  content: "\f110";
}

.icon-jtc.icon-jtc-chevron-down:before {
  content: "\f111";
}

.icon-jtc.icon-jtc-share:before {
  content: "\f112";
}

.icon-jtc.icon-jtc-arrow-left:before {
  content: "\f113";
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Overwrite mobile image width in Galleries block with nested images */
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img {
  border-radius: 40px 0 40px 0;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media only screen and (min-width: 1720px) {
  .container {
    max-width: 1690px;
  }
}
.container.container--wide {
  max-width: 100%;
}

.site > .site-header > .site-header-wrapper,
.site > .site-main,
.site > .site-footer > .site-footer-wrapper {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-element-button,
.btn,
button {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 9px 12px;
  border-radius: 40px;
  border: 0;
  transition: all 0.25s ease-out;
  background-color: transparent;
}
.wp-element-button--md,
.btn--md,
button--md {
  height: 43px;
}
.wp-element-button--fill-yellow,
.btn--fill-yellow,
button--fill-yellow {
  background-color: #F8AE43;
  color: #000;
}
.wp-element-button--fill-yellow:hover, .wp-element-button--fill-yellow:focus,
.btn--fill-yellow:hover,
.btn--fill-yellow:focus,
button--fill-yellow:hover,
button--fill-yellow:focus {
  background-color: #000;
  color: white;
  box-shadow: 0 3px 0 0 #F8AE43;
}
.wp-element-button--outline-black,
.btn--outline-black,
button--outline-black {
  color: #000;
  box-shadow: inset 0 0 0 2.5px #000;
}
.wp-element-button--outline-black:hover, .wp-element-button--outline-black:focus,
.btn--outline-black:hover,
.btn--outline-black:focus,
button--outline-black:hover,
button--outline-black:focus {
  background-color: #000;
  color: white;
}
.wp-element-button--outline-white,
.btn--outline-white,
button--outline-white {
  color: #fff;
  box-shadow: inset 0 0 0 2.5px #fff;
}
.wp-element-button--outline-white:hover, .wp-element-button--outline-white:focus,
.btn--outline-white:hover,
.btn--outline-white:focus,
button--outline-white:hover,
button--outline-white:focus {
  background-color: #fff;
  color: #000;
}
.wp-element-button > span,
.btn > span,
button > span {
  padding-left: 10px;
  padding-right: 10px;
}

.wp-block-button.is-style-fill-yellow > .wp-element-button {
  background-color: #F8AE43;
  color: #000;
}
.wp-block-button.is-style-fill-yellow > .wp-element-button:hover, .wp-block-button.is-style-fill-yellow > .wp-element-button:focus {
  background-color: #000;
  color: white;
  box-shadow: 0 3px 0 0 #F8AE43;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  width: 100%;
  padding: 10px 16px;
  box-shadow: inset 0 -1px 0 0 #F8AE43;
}
@media only screen and (min-width: 1400px) {
  .site-header {
    padding: 0 0 0 60px;
  }
}
@media only screen and (min-width: 1720px) {
  .site-header {
    padding-left: 135px;
  }
}

.site-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  flex-shrink: 0;
}
.site-branding img {
  width: 137px;
  height: auto;
}
@media only screen and (min-width: 1400px) {
  .site-branding img {
    width: 183px;
  }
}

.site-header__nav-wrapper {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .site-header__nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.site-header__nav-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1400px) {
  .site-header__nav-row {
    padding: 12px 60px 20px 0;
  }
}
@media only screen and (min-width: 1720px) {
  .site-header__nav-row {
    gap: 50px;
    padding-right: 135px;
  }
}

.site-header__mobile-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 1400px) {
  .site-header__mobile-controls {
    display: none;
  }
}

.site-header__cart {
  padding: 5px;
}
.site-header__cart .icon-jtc {
  font-size: 22px;
}

.site-header__menu-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: unset;
}

.site-header--landing .site-header__container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header--landing .site-header__container {
    justify-content: space-between;
  }
}
.site-header--landing .site-header__container .site-branding img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .site-header--landing .site-header__container .site-branding img {
    margin-left: 0;
  }
}
.site-header--landing .site-header__container .site-header--landing-cta {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header--landing .site-header__container .site-header--landing-cta {
    display: block;
  }
}
.site-header--landing .site-header__container .site-header--landing-cta a {
  width: fit-content;
}

.primary-nav {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .primary-nav {
    display: block;
  }
}
.primary-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1720px) {
  .primary-nav__list {
    gap: 50px;
  }
}
.primary-nav__item {
  position: relative;
}
.primary-nav__item.has-children {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.primary-nav__item::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F8AE43;
  transition: all 0.25s ease-out;
  width: 100%;
  opacity: 0;
}
.primary-nav__item:hover::after, .primary-nav__item:focus-within::after, .primary-nav__item.current-menu-item::after {
  opacity: 1;
}
.primary-nav__link {
  color: #000;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  transition: all 0.25s ease-out;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.primary-nav__icon {
  font-size: 12px;
  transition: all 0.25s ease-out;
}
.is-open .primary-nav__icon {
  transform: rotate(180deg);
}
.primary-nav__icon::before {
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.primary-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  transition: all 0.25s ease-out;
  z-index: 100;
}
.is-open > .primary-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(15px);
}
.primary-nav__submenu-item {
  margin: 0;
}
.primary-nav__submenu-link {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.primary-nav__submenu-link:hover, .primary-nav__submenu-link:focus {
  background: #F2F2F2;
  color: #F8AE43;
}

.utility-nav {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .utility-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    border-radius: 0 0 0 56px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 60px 10px 70px;
  }
}
@media only screen and (min-width: 1720px) {
  .utility-nav {
    padding-right: 135px;
  }
}
.utility-nav__phone {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.utility-nav__phone:hover, .utility-nav__phone:focus {
  color: #F8AE43;
}
.utility-nav__cta {
  font-size: 16px;
}
.utility-nav__cta span {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-icons {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .nav-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.nav-icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.nav-icons__icon:hover, .nav-icons__icon:focus {
  color: #F8AE43;
}
.nav-icons__icon .icon-jtc::before {
  font-size: 22px;
}
@media only screen and (min-width: 1400px) {
  .nav-icons__icon .icon-jtc::before {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .nav-icons__icon {
    padding: 0;
  }
}

.cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.cart-icon:hover, .cart-icon:focus {
  color: #F8AE43;
}
.cart-icon .icon-jtc::before {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1400px) {
  .cart-icon .icon-jtc::before {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
}
.cart-icon__count {
  position: absolute;
  top: -5px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #F8AE43;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
}

.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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (min-width: 1400px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu--open {
  pointer-events: auto;
  visibility: visible;
}
.mobile-menu--open .mobile-menu__overlay {
  opacity: 1;
}
.mobile-menu--open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.mobile-menu__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #fff;
  box-shadow: inset 0 -1px 0 0 #F8AE43;
  flex-shrink: 0;
}
.mobile-menu__header .site-branding img {
  width: 137px;
}

.mobile-menu__cart {
  margin-left: auto;
  margin-right: 15px;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-menu__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: #7D7D7D;
  position: relative;
}

.mobile-menu__nav {
  padding: 20px 16px;
}
.mobile-menu__nav--main {
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.mobile-menu__nav--hidden {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.mobile-menu__nav--submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #7D7D7D;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.mobile-menu__nav--active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mobile-menu__item.has-children .mobile-menu__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.mobile-menu__link {
  display: block;
  color: #fff;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease-out;
  height: unset;
  padding: 8px 2px;
  line-height: 1;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  color: #F8AE43;
}
.mobile-menu__link .icon-jtc::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #F8AE43;
}

.mobile-menu__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 2px;
  transition: all 0.25s ease-out;
  height: unset;
}
.mobile-menu__back:hover, .mobile-menu__back:focus {
  color: #F8AE43;
}
.mobile-menu__back .icon-jtc::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #F8AE43;
}
.mobile-menu__back > span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.mobile-menu__title {
  display: block;
  color: #fff;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 8px 2px;
}

.mobile-menu__nav--submenu .mobile-menu__link {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.mobile-menu__utility {
  list-style: none;
  padding: 0 16px 30px;
}

.mobile-menu__utility-item {
  margin-bottom: 15px;
}
.mobile-menu__utility-item:last-child {
  margin-bottom: 0;
}

.mobile-menu__utility-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: all 0.25s ease-out;
  text-transform: none;
  height: unset;
}
.mobile-menu__utility-link:hover, .mobile-menu__utility-link:focus {
  color: #F8AE43;
}
.mobile-menu__utility-link > span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding: 8px 2px;
}

.mobile-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px 32px 24px 32px;
  background: #fff;
  flex-shrink: 0;
}
.mobile-menu__footer .btn {
  width: 100%;
}

.mobile-menu__phone {
  display: block;
  color: #000;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.36px;
  text-decoration: none;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

.newsletter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
}
.newsletter-modal--open {
  pointer-events: auto;
  visibility: visible;
}
.newsletter-modal--open .newsletter-modal__overlay {
  opacity: 1;
}
.newsletter-modal--open .newsletter-modal__content {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.newsletter-modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow: visible;
  border-radius: 25px 0 25px 0;
  padding: 50px 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  border: 2px solid #F8AE43;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 767px) {
  .newsletter-modal__content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .newsletter-modal__content {
    border-radius: 50px 0 50px 0;
  }
}

.newsletter-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1400px) {
  .newsletter-modal__close {
    top: 0;
    right: -42px;
  }
}
.newsletter-modal__close:hover, .newsletter-modal__close:focus {
  color: #F8AE43;
}

.newsletter-modal__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .newsletter-modal__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.newsletter-modal__text {
  color: #fff;
}
.newsletter-modal__text h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.newsletter-modal__text p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.newsletter-modal__text p:last-child {
  margin-bottom: 0;
}
.newsletter-modal__text p strong {
  font-weight: 700;
}

.newsletter-modal__form label {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.newsletter-modal__form input[type=text],
.newsletter-modal__form input[type=email] {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
.newsletter-modal__form input[type=text]::placeholder,
.newsletter-modal__form input[type=email]::placeholder {
  color: #999;
}
.newsletter-modal__form button[type=submit],
.newsletter-modal__form input[type=submit] {
  background: #F8AE43;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.newsletter-modal__form button[type=submit]:hover, .newsletter-modal__form button[type=submit]:focus,
.newsletter-modal__form input[type=submit]:hover,
.newsletter-modal__form input[type=submit]:focus {
  background: #000;
  color: #fff;
}

body.modal-open {
  overflow: hidden;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  padding-top: 15vh;
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .search-modal {
    padding-top: 20vh;
  }
}
.search-modal--open {
  pointer-events: auto;
  visibility: visible;
}
.search-modal--open .search-modal__overlay {
  opacity: 1;
}
.search-modal--open .search-modal__content {
  opacity: 1;
  transform: translateY(0);
}

.search-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.search-modal__content {
  position: relative;
  width: 100%;
  max-width: 700px;
  overflow: visible;
  border-radius: 25px 0 25px 0;
  padding: 40px 30px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  border: 2px solid #F8AE43;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 767px) {
  .search-modal__content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-modal__content {
    border-radius: 50px 0 50px 0;
    padding: 50px 40px;
  }
}

.search-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1400px) {
  .search-modal__close {
    top: 0;
    right: -42px;
  }
}
.search-modal__close:hover, .search-modal__close:focus {
  color: #F8AE43;
}

.search-modal__body {
  text-align: center;
}

.search-modal__title {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .search-modal__title {
    margin-bottom: 30px;
  }
}

.search-modal__form {
  width: 100%;
}

.search-modal__input-wrapper {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.search-modal__input {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  background: transparent;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .search-modal__input {
    padding: 18px 25px;
    font-size: 18px;
  }
}
.search-modal__input::placeholder {
  color: #999;
}

.search-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: auto !important;
  background: #F8AE43;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .search-modal__submit {
    width: 70px;
  }
}
.search-modal__submit i {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .search-modal__submit i {
    font-size: 24px;
  }
}
.search-modal__submit:hover, .search-modal__submit:focus {
  background: #000;
}
.search-modal__submit:hover i, .search-modal__submit:focus i {
  color: #fff;
}

.site-footer {
  background-color: #EEEEEE;
  padding: 30px 16px 80px;
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding: 60px 135px 80px;
  }
}
.site-footer .site-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
.site-footer .site-branding {
  flex-shrink: 0;
}
.site-footer .site-branding img {
  width: 183px;
  height: 80px;
}
.site-footer .site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer__contact {
    flex-direction: row;
    gap: 30px;
  }
}
.site-footer .site-footer__contact-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .site-footer__contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.site-footer .site-footer__contact-item .icon-jtc {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.site-footer .site-footer__contact-item .icon-jtc::before {
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.site-footer .site-footer__contact-item p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 8px 0;
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer__contact-item p {
    font-size: 18px;
    line-height: 24px;
  }
}
.site-footer .site-footer__contact-item a {
  color: inherit;
  text-decoration: none;
}
.site-footer .site-footer__contact-item a:hover {
  text-decoration: underline;
}
.site-footer .site-footer__mission p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 8px 0;
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer__mission p {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
  }
}
.site-footer .site-footer__social {
  display: flex;
  gap: 15px;
  align-items: center;
}
.site-footer .site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #000;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.site-footer .site-footer__social a:hover {
  color: #F8AE43;
}
.site-footer .site-footer__social a .icon-jtc::before {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0 !important;
}

.wp-block-spacer.is-style-20-100px {
  height: 20px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-20-100px {
    height: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-20-100px {
    height: 75px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-20-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-30-80px {
  height: 30px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-30-80px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-30-80px {
    height: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-30-80px {
    height: 80px !important;
  }
}
.wp-block-spacer.is-style-60-100px {
  height: 60px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-60-100px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-100px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-60-100px {
    height: 100px !important;
  }
}
.wp-block-spacer.is-style-60-150px {
  height: 60px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-60-150px {
    height: 90px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-60-150px {
    height: 120px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-60-150px {
    height: 150px !important;
  }
}

.contact-form-section {
  background-color: #F8AE43;
  padding: 30px 16px 40px;
}
@media only screen and (min-width: 992px) {
  .contact-form-section {
    padding: 40px 135px;
  }
}
.contact-form-section__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 890px;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__inner {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
  }
}
.contact-form-section__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__copy {
    flex: 0 0 420px;
    gap: 20px;
  }
}
.contact-form-section__heading {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__heading {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.6px;
  }
}
.contact-form-section__description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__description {
    font-size: 18px;
    line-height: 24px;
  }
}
.contact-form-section__form {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .contact-form-section__form {
    flex: 0 0 420px;
  }
}

.contact-form-section .gform_wrapper {
  margin: 0;
  padding: 0;
}
.contact-form-section .gform_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .gform_body {
    gap: 10px;
  }
}
.contact-form-section .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .gform_fields {
    gap: 10px;
  }
}
.contact-form-section .gfield {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .gfield {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.contact-form-section .gfield_label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .gfield_label {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    padding: 7px 10px;
  }
}
.contact-form-section .gfield_required {
  color: #000;
}
.contact-form-section .ginput_container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .ginput_container {
    flex: 0 0 300px;
  }
}
.contact-form-section input[type=text],
.contact-form-section input[type=email],
.contact-form-section input[type=tel],
.contact-form-section input[type=url],
.contact-form-section input[type=number],
.contact-form-section textarea {
  width: 100%;
  padding: 7px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: inset 2px 2px 5px 0 #d9d9d9;
  transition: all 0.25s ease-out;
}
.contact-form-section input[type=text]::placeholder,
.contact-form-section input[type=email]::placeholder,
.contact-form-section input[type=tel]::placeholder,
.contact-form-section input[type=url]::placeholder,
.contact-form-section input[type=number]::placeholder,
.contact-form-section textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.contact-form-section input[type=text]:focus,
.contact-form-section input[type=email]:focus,
.contact-form-section input[type=tel]:focus,
.contact-form-section input[type=url]:focus,
.contact-form-section input[type=number]:focus,
.contact-form-section textarea:focus {
  outline: none;
  border-color: #000;
}
.contact-form-section textarea {
  height: 136px !important;
  min-height: 136px;
  resize: vertical;
}
.contact-form-section .charleft,
.contact-form-section .ginput_counter {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  text-align: right;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .charleft,
  .contact-form-section .ginput_counter {
    font-size: 14px;
    line-height: 16px;
  }
}
.contact-form-section .gform_footer,
.contact-form-section .gform_button_container {
  margin-top: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-section .gform_footer,
  .contact-form-section .gform_button_container {
    display: flex;
    justify-content: flex-end;
  }
}
.contact-form-section .gform_button,
.contact-form-section input[type=submit] {
  font-family: "Oswald";
}
.contact-form-section .validation_message,
.contact-form-section .gfield_description.validation_message {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #c00;
  margin-top: 5px;
}
.contact-form-section .gform_ajax_spinner {
  margin-left: 10px;
}

/**
 * Single Post Template Styles
 *
 * @package jtc2026
 */
.single-hero {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 60px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .single-hero {
    border-bottom-right-radius: 150px;
    overflow: visible;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
  }
}
.single-hero__main {
  position: relative;
  margin-bottom: 188px;
}
@media only screen and (min-width: 1200px) {
  .single-hero__main {
    min-height: 600px;
    margin-bottom: 0;
  }
}
.single-hero__background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: inherit;
}
.single-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
  border-bottom-right-radius: inherit;
}
@media only screen and (min-width: 1200px) {
  .single-hero__overlay {
    backdrop-filter: blur(60px);
  }
}
.single-hero__main-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .single-hero__main-header {
    min-height: 600px;
  }
}
.single-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 50px 20px 130px;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .single-hero__copy {
    gap: 30px;
    padding: 40px 95px 80px 0;
    width: 765px;
    max-width: 50%;
    flex-shrink: 0;
    height: 100%;
    min-height: 600px;
  }
}
.single-hero__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .single-hero__date {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-hero__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .single-hero__title {
    font-size: 90px;
    line-height: 95px;
    letter-spacing: -0.9px;
  }
}
.single-hero__title::after {
  display: none;
}
.single-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .single-hero__actions {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.single-hero__actions .btn {
  max-width: 400px;
}
.single-hero .js-share-btn .js-share-btn-tooltip {
  display: none;
}
.single-hero .js-share-btn.is-copied .js-share-btn-label {
  display: none;
}
.single-hero .js-share-btn.is-copied .js-share-btn-tooltip {
  display: inline;
}
.single-hero__image {
  position: absolute;
  top: auto;
  bottom: -148px;
  width: 328px;
  height: 228px;
  flex-shrink: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.25);
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .single-hero__image {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 950px;
    height: 660px;
    max-width: 50%;
    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.single-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-hero__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
}
.single-hero__fallback-logo {
  width: auto;
  max-width: 60%;
  height: auto;
}
.single-hero--no-image {
  background-color: #F8AE43;
}
.single-hero--no-image .single-hero__overlay {
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: none;
}

.wp-block-post-date time {
  color: #000;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.24px;
  position: relative;
  display: block;
  position: relative;
  width: fit-content;
}
@media only screen and (min-width: 1200px) {
  .wp-block-post-date time {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
}
.wp-block-post-date time::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F8AE43;
  margin-top: 12px;
}

.blog-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}
@media only screen and (min-width: 768px) {
  .blog-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  width: 100%;
  list-style: none;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 992px) {
  .blog-card {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  height: 100%;
}
.blog-card__hero {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 40px;
  aspect-ratio: 530/300;
}
@media only screen and (min-width: 992px) {
  .blog-card__hero {
    border-top-left-radius: 60px;
  }
}
.blog-card__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
}
.blog-card__fallback-logo {
  width: auto;
  max-width: 60%;
  height: auto;
}
.blog-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 20px 20px 24px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  flex-grow: 1;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .blog-card__content {
    padding: 40px;
    border-bottom-right-radius: 60px;
  }
}
.blog-card__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-card__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.24px;
  color: #000;
  margin: 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .blog-card__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
}
.blog-card__title::after {
  display: none;
}
.blog-card__accent {
  width: 80px;
  height: 4px;
  background-color: #F8AE43;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .blog-card__accent {
    width: 100px;
    height: 6px;
  }
}
.blog-card__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  .blog-card__date {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-card__excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .blog-card__excerpt {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-card__button {
  align-self: flex-end;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .blog-card__button {
    width: auto;
    align-self: flex-end;
  }
}
.blog-card__arrow {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .blog-card__link:hover .blog-card__image, .blog-card__link:focus-visible .blog-card__image {
    transform: scale(1.05);
  }
  .blog-card__link:hover .blog-card__content, .blog-card__link:focus-visible .blog-card__content {
    background-color: #F8AE43;
  }
  .blog-card__link:hover .blog-card__accent, .blog-card__link:focus-visible .blog-card__accent {
    background-color: #fff;
  }
  .blog-card__link:hover .blog-card__button, .blog-card__link:focus-visible .blog-card__button {
    background-color: #000;
    color: #fff;
    box-shadow: 0 3px 0 0 #F8AE43;
  }
}

.blog-list .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .blog-list .nav-links {
    margin-top: 60px;
  }
}
.blog-list .nav-links a,
.blog-list .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: all 0.25s ease-out;
}
.blog-list .nav-links a:hover,
.blog-list .nav-links a:focus {
  background-color: #d9d9d9;
}
.blog-list .nav-links .current {
  background-color: #d9d9d9;
  font-weight: 700;
}
.blog-list .nav-links .prev svg,
.blog-list .nav-links .next svg {
  width: 32px;
  height: 32px;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/*# sourceMappingURL=main.css.map */
