@charset "UTF-8";
.clr-1 {
  color: #00125A !important;
}

.clr-2 {
  color: #ac8813 !important;
}

.bold {
  font-weight: bold;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, body * {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:active, *:focus {
  outline: none;
}

a {
  color: inherit;
  font-size: 1em;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.clearfix:before, ol#breadcrumbs:before,
ol#breadcrumbs-mob:before,
.clearfix:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, ol#breadcrumbs:after,
ol#breadcrumbs-mob:after,
.row:after,
.container:after {
  clear: both;
}

.clearfix, ol#breadcrumbs,
ol#breadcrumbs-mob,
.row,
.container {
  *zoom: 1; /* ie6/7 only */
}

.v-cloak {
  display: none !important;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1050px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-tab {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 991px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 991px) {
  .tab-only {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .mob-only {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.fixed-bg {
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto;
  }
}

.main img {
  height: auto !important;
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px !important;
}
@media (max-width: 767px) {
  img[align=left],
  img[style*="float: left"],
  img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px !important;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px !important;
}
@media (max-width: 767px) {
  img[align=right],
  img[style*="float: right"],
  img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px !important;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #00125A;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input,
.disabled .btn,
.disabled i,
.disabled select {
  cursor: not-allowed;
}

.responsive-embed {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  margin: 40px 0 50px;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-embed {
    margin: 30px auto;
  }
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* COOKIE BAR */
.cookie-bar-overlay {
  background: rgba(0, 18, 90, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999998;
}
.cookie-bar-overlay .cookie-bar {
  background: #fff;
  max-width: 700px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999999999999;
}
@media (max-width: 767px) {
  .cookie-bar-overlay .cookie-bar {
    margin: 0;
    max-width: none;
    width: 90%;
  }
}
.cookie-bar-overlay .cookie-bar .top {
  text-align: center;
}
.cookie-bar-overlay .cookie-bar .top img {
  margin: 0 0 10px 0;
  width: 200px;
}
.cookie-bar-overlay .cookie-bar .top p {
  color: #00125A;
}
.cookie-bar-overlay .cookie-bar .bottom {
  margin: 30px 0 0;
  text-align: center;
}

.cookies-button {
  background: rgba(0, 18, 90, 0.7);
  border-top-right-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 99;
}
.cookies-button:hover {
  background: #00125A;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 70%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}
.img.letterbox {
  background-position: top -50px center;
}
.img.letterbox:after {
  padding-bottom: 29%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.box {
  background: #ac8813;
  border-radius: 25px;
  padding: 20px 33px 30px;
}
@media (max-width: 767px) {
  .box {
    border-radius: 10px;
    padding: 15px 24px 20px;
  }
}
.box ul {
  margin: 20px 0;
}
.box.light-purple {
  background: #ddf;
}
.box.light-purple h2 {
  color: #00125A;
  font-size: 28px;
}
@media (max-width: 1100px) {
  .box.light-purple h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .box.light-purple h2 {
    font-size: 22px;
  }
}
.box.grey {
  background: #f8f7fb;
}
.box.slim {
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

/* Change the color of FancyBox navigation arrows */
.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  color: white;
}

/* Change the color of the close, fullscreen, and thumbs buttons */
.fancybox-button--close,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  color: white;
}

/* If FancyBox is using SVG icons, you might need to target the SVG specifically */
.fancybox-button svg path {
  fill: white;
}

ol#breadcrumbs,
ol#breadcrumbs-mob {
  margin: 0 0 8px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1050px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
ol#breadcrumbs li,
ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li,
  ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before,
ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
  color: #00125A;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 16px;
  }
}
ol#breadcrumbs li a *,
ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover,
ol#breadcrumbs-mob li a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
ol#breadcrumbs li a span,
ol#breadcrumbs-mob li a span {
  font-size: 1em;
  font-weight: 400;
}
ol#breadcrumbs li a img,
ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator,
ol#breadcrumbs-mob li.separator {
  margin: 0 9px 0 7px;
  width: 10px;
}
ol#breadcrumbs li.separator i,
ol#breadcrumbs-mob li.separator i {
  color: #ac8813;
  font-size: 17px;
  transform: scale(0.7);
}
ol#breadcrumbs li:last-of-type a,
ol#breadcrumbs-mob li:last-of-type a {
  color: #00125A;
}
ol#breadcrumbs li:last-of-type a:hover,
ol#breadcrumbs-mob li:last-of-type a:hover {
  cursor: default;
  opacity: 1 !important;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1;
}

.border-top {
  border-top: 1px solid #f1f1f1;
}

.flex {
  display: flex;
}
.flex > .cell {
  flex: 1 0 0;
}
.flex > .cell.min {
  flex: 0 1 0;
}
.flex > .cell.min-10 {
  flex: 1 0 10px;
}
@media (max-width: 10px) {
  .flex > .cell.min-10 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-20 {
  flex: 1 0 20px;
}
@media (max-width: 20px) {
  .flex > .cell.min-20 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-30 {
  flex: 1 0 30px;
}
@media (max-width: 30px) {
  .flex > .cell.min-30 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-40 {
  flex: 1 0 40px;
}
@media (max-width: 40px) {
  .flex > .cell.min-40 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-50 {
  flex: 1 0 50px;
}
@media (max-width: 50px) {
  .flex > .cell.min-50 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-60 {
  flex: 1 0 60px;
}
@media (max-width: 60px) {
  .flex > .cell.min-60 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-70 {
  flex: 1 0 70px;
}
@media (max-width: 70px) {
  .flex > .cell.min-70 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-80 {
  flex: 1 0 80px;
}
@media (max-width: 80px) {
  .flex > .cell.min-80 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-90 {
  flex: 1 0 90px;
}
@media (max-width: 90px) {
  .flex > .cell.min-90 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-100 {
  flex: 1 0 100px;
}
@media (max-width: 100px) {
  .flex > .cell.min-100 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-110 {
  flex: 1 0 110px;
}
@media (max-width: 110px) {
  .flex > .cell.min-110 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-120 {
  flex: 1 0 120px;
}
@media (max-width: 120px) {
  .flex > .cell.min-120 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-130 {
  flex: 1 0 130px;
}
@media (max-width: 130px) {
  .flex > .cell.min-130 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-140 {
  flex: 1 0 140px;
}
@media (max-width: 140px) {
  .flex > .cell.min-140 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-150 {
  flex: 1 0 150px;
}
@media (max-width: 150px) {
  .flex > .cell.min-150 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-160 {
  flex: 1 0 160px;
}
@media (max-width: 160px) {
  .flex > .cell.min-160 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-170 {
  flex: 1 0 170px;
}
@media (max-width: 170px) {
  .flex > .cell.min-170 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-180 {
  flex: 1 0 180px;
}
@media (max-width: 180px) {
  .flex > .cell.min-180 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-190 {
  flex: 1 0 190px;
}
@media (max-width: 190px) {
  .flex > .cell.min-190 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-200 {
  flex: 1 0 200px;
}
@media (max-width: 200px) {
  .flex > .cell.min-200 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-210 {
  flex: 1 0 210px;
}
@media (max-width: 210px) {
  .flex > .cell.min-210 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-220 {
  flex: 1 0 220px;
}
@media (max-width: 220px) {
  .flex > .cell.min-220 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-230 {
  flex: 1 0 230px;
}
@media (max-width: 230px) {
  .flex > .cell.min-230 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-240 {
  flex: 1 0 240px;
}
@media (max-width: 240px) {
  .flex > .cell.min-240 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-250 {
  flex: 1 0 250px;
}
@media (max-width: 250px) {
  .flex > .cell.min-250 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-260 {
  flex: 1 0 260px;
}
@media (max-width: 260px) {
  .flex > .cell.min-260 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-270 {
  flex: 1 0 270px;
}
@media (max-width: 270px) {
  .flex > .cell.min-270 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-280 {
  flex: 1 0 280px;
}
@media (max-width: 280px) {
  .flex > .cell.min-280 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-290 {
  flex: 1 0 290px;
}
@media (max-width: 290px) {
  .flex > .cell.min-290 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-300 {
  flex: 1 0 300px;
}
@media (max-width: 300px) {
  .flex > .cell.min-300 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-310 {
  flex: 1 0 310px;
}
@media (max-width: 310px) {
  .flex > .cell.min-310 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-320 {
  flex: 1 0 320px;
}
@media (max-width: 320px) {
  .flex > .cell.min-320 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-330 {
  flex: 1 0 330px;
}
@media (max-width: 330px) {
  .flex > .cell.min-330 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-340 {
  flex: 1 0 340px;
}
@media (max-width: 340px) {
  .flex > .cell.min-340 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-350 {
  flex: 1 0 350px;
}
@media (max-width: 350px) {
  .flex > .cell.min-350 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-360 {
  flex: 1 0 360px;
}
@media (max-width: 360px) {
  .flex > .cell.min-360 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-370 {
  flex: 1 0 370px;
}
@media (max-width: 370px) {
  .flex > .cell.min-370 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-380 {
  flex: 1 0 380px;
}
@media (max-width: 380px) {
  .flex > .cell.min-380 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-390 {
  flex: 1 0 390px;
}
@media (max-width: 390px) {
  .flex > .cell.min-390 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-400 {
  flex: 1 0 400px;
}
@media (max-width: 400px) {
  .flex > .cell.min-400 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-410 {
  flex: 1 0 410px;
}
@media (max-width: 410px) {
  .flex > .cell.min-410 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-420 {
  flex: 1 0 420px;
}
@media (max-width: 420px) {
  .flex > .cell.min-420 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-430 {
  flex: 1 0 430px;
}
@media (max-width: 430px) {
  .flex > .cell.min-430 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-440 {
  flex: 1 0 440px;
}
@media (max-width: 440px) {
  .flex > .cell.min-440 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-450 {
  flex: 1 0 450px;
}
@media (max-width: 450px) {
  .flex > .cell.min-450 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-460 {
  flex: 1 0 460px;
}
@media (max-width: 460px) {
  .flex > .cell.min-460 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-470 {
  flex: 1 0 470px;
}
@media (max-width: 470px) {
  .flex > .cell.min-470 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-480 {
  flex: 1 0 480px;
}
@media (max-width: 480px) {
  .flex > .cell.min-480 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-490 {
  flex: 1 0 490px;
}
@media (max-width: 490px) {
  .flex > .cell.min-490 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-500 {
  flex: 1 0 500px;
}
@media (max-width: 500px) {
  .flex > .cell.min-500 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-510 {
  flex: 1 0 510px;
}
@media (max-width: 510px) {
  .flex > .cell.min-510 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-520 {
  flex: 1 0 520px;
}
@media (max-width: 520px) {
  .flex > .cell.min-520 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-530 {
  flex: 1 0 530px;
}
@media (max-width: 530px) {
  .flex > .cell.min-530 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-540 {
  flex: 1 0 540px;
}
@media (max-width: 540px) {
  .flex > .cell.min-540 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-550 {
  flex: 1 0 550px;
}
@media (max-width: 550px) {
  .flex > .cell.min-550 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-560 {
  flex: 1 0 560px;
}
@media (max-width: 560px) {
  .flex > .cell.min-560 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-570 {
  flex: 1 0 570px;
}
@media (max-width: 570px) {
  .flex > .cell.min-570 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-580 {
  flex: 1 0 580px;
}
@media (max-width: 580px) {
  .flex > .cell.min-580 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-590 {
  flex: 1 0 590px;
}
@media (max-width: 590px) {
  .flex > .cell.min-590 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-600 {
  flex: 1 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.min-600 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-610 {
  flex: 1 0 610px;
}
@media (max-width: 610px) {
  .flex > .cell.min-610 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-620 {
  flex: 1 0 620px;
}
@media (max-width: 620px) {
  .flex > .cell.min-620 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-630 {
  flex: 1 0 630px;
}
@media (max-width: 630px) {
  .flex > .cell.min-630 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-640 {
  flex: 1 0 640px;
}
@media (max-width: 640px) {
  .flex > .cell.min-640 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-650 {
  flex: 1 0 650px;
}
@media (max-width: 650px) {
  .flex > .cell.min-650 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-660 {
  flex: 1 0 660px;
}
@media (max-width: 660px) {
  .flex > .cell.min-660 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-670 {
  flex: 1 0 670px;
}
@media (max-width: 670px) {
  .flex > .cell.min-670 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-680 {
  flex: 1 0 680px;
}
@media (max-width: 680px) {
  .flex > .cell.min-680 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-690 {
  flex: 1 0 690px;
}
@media (max-width: 690px) {
  .flex > .cell.min-690 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-700 {
  flex: 1 0 700px;
}
@media (max-width: 700px) {
  .flex > .cell.min-700 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-710 {
  flex: 1 0 710px;
}
@media (max-width: 710px) {
  .flex > .cell.min-710 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-720 {
  flex: 1 0 720px;
}
@media (max-width: 720px) {
  .flex > .cell.min-720 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-730 {
  flex: 1 0 730px;
}
@media (max-width: 730px) {
  .flex > .cell.min-730 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-740 {
  flex: 1 0 740px;
}
@media (max-width: 740px) {
  .flex > .cell.min-740 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-750 {
  flex: 1 0 750px;
}
@media (max-width: 750px) {
  .flex > .cell.min-750 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-760 {
  flex: 1 0 760px;
}
@media (max-width: 760px) {
  .flex > .cell.min-760 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-770 {
  flex: 1 0 770px;
}
@media (max-width: 770px) {
  .flex > .cell.min-770 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-780 {
  flex: 1 0 780px;
}
@media (max-width: 780px) {
  .flex > .cell.min-780 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-790 {
  flex: 1 0 790px;
}
@media (max-width: 790px) {
  .flex > .cell.min-790 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-800 {
  flex: 1 0 800px;
}
@media (max-width: 800px) {
  .flex > .cell.min-800 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.fixed-10 {
  flex: 0 0 10px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-10 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-20 {
  flex: 0 0 20px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-20 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-30 {
  flex: 0 0 30px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-30 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-40 {
  flex: 0 0 40px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-40 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-50 {
  flex: 0 0 50px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-50 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-60 {
  flex: 0 0 60px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-60 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-70 {
  flex: 0 0 70px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-70 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-80 {
  flex: 0 0 80px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-80 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-90 {
  flex: 0 0 90px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-90 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-100 {
  flex: 0 0 100px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-100 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-110 {
  flex: 0 0 110px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-110 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-120 {
  flex: 0 0 120px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-120 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-130 {
  flex: 0 0 130px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-130 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-140 {
  flex: 0 0 140px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-140 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-150 {
  flex: 0 0 150px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-150 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-160 {
  flex: 0 0 160px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-160 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-170 {
  flex: 0 0 170px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-170 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-180 {
  flex: 0 0 180px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-180 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-190 {
  flex: 0 0 190px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-190 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-200 {
  flex: 0 0 200px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-200 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-210 {
  flex: 0 0 210px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-210 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-220 {
  flex: 0 0 220px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-220 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-230 {
  flex: 0 0 230px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-230 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-240 {
  flex: 0 0 240px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-240 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-250 {
  flex: 0 0 250px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-250 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-260 {
  flex: 0 0 260px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-260 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-270 {
  flex: 0 0 270px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-270 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-280 {
  flex: 0 0 280px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-280 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-290 {
  flex: 0 0 290px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-290 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-300 {
  flex: 0 0 300px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-300 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-310 {
  flex: 0 0 310px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-310 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-320 {
  flex: 0 0 320px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-320 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-330 {
  flex: 0 0 330px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-330 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-340 {
  flex: 0 0 340px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-340 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-350 {
  flex: 0 0 350px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-350 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-360 {
  flex: 0 0 360px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-360 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-370 {
  flex: 0 0 370px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-370 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-380 {
  flex: 0 0 380px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-380 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-390 {
  flex: 0 0 390px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-390 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-400 {
  flex: 0 0 400px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-400 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-410 {
  flex: 0 0 410px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-410 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-420 {
  flex: 0 0 420px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-420 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-430 {
  flex: 0 0 430px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-430 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-440 {
  flex: 0 0 440px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-440 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-450 {
  flex: 0 0 450px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-450 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-460 {
  flex: 0 0 460px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-460 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-470 {
  flex: 0 0 470px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-470 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-480 {
  flex: 0 0 480px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-480 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-490 {
  flex: 0 0 490px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-490 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-500 {
  flex: 0 0 500px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-500 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-510 {
  flex: 0 0 510px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-510 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-520 {
  flex: 0 0 520px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-520 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-530 {
  flex: 0 0 530px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-530 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-540 {
  flex: 0 0 540px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-540 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-550 {
  flex: 0 0 550px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-550 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-560 {
  flex: 0 0 560px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-560 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-570 {
  flex: 0 0 570px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-570 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-580 {
  flex: 0 0 580px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-580 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-590 {
  flex: 0 0 590px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-590 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-600 {
  flex: 0 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-600 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-610 {
  flex: 0 0 610px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-610 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-620 {
  flex: 0 0 620px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-620 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-630 {
  flex: 0 0 630px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-630 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-640 {
  flex: 0 0 640px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-640 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-650 {
  flex: 0 0 650px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-650 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-660 {
  flex: 0 0 660px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-660 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-670 {
  flex: 0 0 670px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-670 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-680 {
  flex: 0 0 680px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-680 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-690 {
  flex: 0 0 690px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-690 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-700 {
  flex: 0 0 700px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-700 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.no-wrap {
  white-space: nowrap;
}
.flex > .cell.no-wrap * {
  white-space: nowrap;
}
.flex > .cell.block {
  flex: 1 0 100%;
}
.flex.gap-0 {
  gap: 0px;
}
.flex.gap-10 {
  gap: 10px;
}
.flex.gap-20 {
  gap: 20px;
}
.flex.gap-30 {
  gap: 30px;
}
.flex.gap-40 {
  gap: 40px;
}
.flex.gap-50 {
  gap: 50px;
}
.flex.gap-60 {
  gap: 60px;
}
.flex.gap-70 {
  gap: 70px;
}
.flex.gap-80 {
  gap: 80px;
}
.flex.gap-90 {
  gap: 90px;
}
.flex.gap-100 {
  gap: 100px;
}
.flex.gap-110 {
  gap: 110px;
}
.flex.gap-120 {
  gap: 120px;
}
.flex.gap-130 {
  gap: 130px;
}
@media (max-width: 1050px) {
  .flex.gap-dev-0 {
    gap: 0px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-10 {
    gap: 10px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-20 {
    gap: 20px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-30 {
    gap: 30px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-40 {
    gap: 40px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-50 {
    gap: 50px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-60 {
    gap: 60px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-70 {
    gap: 70px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-80 {
    gap: 80px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-90 {
    gap: 90px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-100 {
    gap: 100px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-110 {
    gap: 110px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-120 {
    gap: 120px;
  }
}
@media (max-width: 1050px) {
  .flex.gap-dev-130 {
    gap: 130px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-0 {
    gap: 0px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-10 {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-20 {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-30 {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-40 {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-50 {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-60 {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-70 {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-80 {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-90 {
    gap: 90px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-100 {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-110 {
    gap: 110px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-120 {
    gap: 120px;
  }
}
@media (max-width: 991px) {
  .flex.gap-tab-130 {
    gap: 130px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-0 {
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-10 {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-20 {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-30 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-40 {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-50 {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-60 {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-70 {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-80 {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-90 {
    gap: 90px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-110 {
    gap: 110px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-120 {
    gap: 120px;
  }
}
@media (max-width: 767px) {
  .flex.gap-mob-130 {
    gap: 130px;
  }
}
.flex.inline {
  display: inline-flex;
}
@media (max-width: 600px) {
  .flex.inline {
    display: flex;
  }
}
@media (max-width: 600px) {
  .flex.inline > .cell {
    flex: 0 0 100%;
  }
}
.flex.middle {
  align-items: center;
}
@media (max-width: 350px) {
  .flex.break-at-350 {
    flex-direction: column;
  }
  .flex.break-at-350 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 400px) {
  .flex.break-at-400 {
    flex-direction: column;
  }
  .flex.break-at-400 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 450px) {
  .flex.break-at-450 {
    flex-direction: column;
  }
  .flex.break-at-450 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 500px) {
  .flex.break-at-500 {
    flex-direction: column;
  }
  .flex.break-at-500 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 550px) {
  .flex.break-at-550 {
    flex-direction: column;
  }
  .flex.break-at-550 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 600px) {
  .flex.break-at-600 {
    flex-direction: column;
  }
  .flex.break-at-600 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 650px) {
  .flex.break-at-650 {
    flex-direction: column;
  }
  .flex.break-at-650 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 700px) {
  .flex.break-at-700 {
    flex-direction: column;
  }
  .flex.break-at-700 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 750px) {
  .flex.break-at-750 {
    flex-direction: column;
  }
  .flex.break-at-750 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 800px) {
  .flex.break-at-800 {
    flex-direction: column;
  }
  .flex.break-at-800 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 850px) {
  .flex.break-at-850 {
    flex-direction: column;
  }
  .flex.break-at-850 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 900px) {
  .flex.break-at-900 {
    flex-direction: column;
  }
  .flex.break-at-900 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 950px) {
  .flex.break-at-950 {
    flex-direction: column;
  }
  .flex.break-at-950 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1000px) {
  .flex.break-at-1000 {
    flex-direction: column;
  }
  .flex.break-at-1000 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1050px) {
  .flex.break-at-1050 {
    flex-direction: column;
  }
  .flex.break-at-1050 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1100px) {
  .flex.break-at-1100 {
    flex-direction: column;
  }
  .flex.break-at-1100 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1150px) {
  .flex.break-at-1150 {
    flex-direction: column;
  }
  .flex.break-at-1150 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1200px) {
  .flex.break-at-1200 {
    flex-direction: column;
  }
  .flex.break-at-1200 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1250px) {
  .flex.break-at-1250 {
    flex-direction: column;
  }
  .flex.break-at-1250 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1300px) {
  .flex.break-at-1300 {
    flex-direction: column;
  }
  .flex.break-at-1300 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1350px) {
  .flex.break-at-1350 {
    flex-direction: column;
  }
  .flex.break-at-1350 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1400px) {
  .flex.break-at-1400 {
    flex-direction: column;
  }
  .flex.break-at-1400 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1450px) {
  .flex.break-at-1450 {
    flex-direction: column;
  }
  .flex.break-at-1450 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1500px) {
  .flex.break-at-1500 {
    flex-direction: column;
  }
  .flex.break-at-1500 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1550px) {
  .flex.break-at-1550 {
    flex-direction: column;
  }
  .flex.break-at-1550 > .cell {
    flex: 0 1 0 !important;
  }
}
@media (max-width: 1600px) {
  .flex.break-at-1600 {
    flex-direction: column;
  }
  .flex.break-at-1600 > .cell {
    flex: 0 1 0 !important;
  }
}

.alert.alert-danger {
  background: #CD403C;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 40px 0;
  padding: 10px 20px;
}
.alert.alert-danger * {
  color: inherit;
  font-size: 1em;
}

body {
  color: #00125A;
  font-size: 22px;
  font-family: "Reddit Sans", sans-serif;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

body:not(.foxcote-site) * {
  color: #00125A;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
}

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit;
}

span {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}

em {
  font-style: italic;
}

h1 {
  color: #00125A;
  font-size: 55px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.9em;
  position: relative;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 1050px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    margin: 0 0 1.5em;
  }
}
h1 + h2 {
  margin-top: 1.5em;
}

h2 {
  color: #00125A;
  font-size: 38px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
  position: relative;
  letter-spacing: -0.2px;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}
h2 strong {
  color: inherit;
  font-weight: inherit;
  line-height: 1;
}

h3 + h2, p + h2 {
  margin-top: 2em;
}

h3 {
  color: #00125A;
  font-size: 30px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 1050px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin: 0 0 0.6em;
  }
}
h3 * {
  line-height: 1em;
}
h3 strong {
  color: inherit;
  font-weight: inherit;
  line-height: 1;
}

h4, h5, h6 {
  color: #00125A;
  font-size: 1.1em;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.4em;
}
@media (max-width: 767px) {
  h4, h5, h6 {
    font-size: 1em;
  }
}
h4 *, h5 *, h6 * {
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #ac8813;
  font-style: normal;
  font-weight: 400;
}

p {
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  p {
    margin: 0 0 20px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p + h2, p + h2.h1, p + h2:not(.h1), p + h3, p + h4 {
  margin-top: 1.8em;
}
@media (max-width: 767px) {
  p + h2, p + h2.h1, p + h2:not(.h1), p + h3, p + h4 {
    margin-top: 1.4em;
  }
}

main ul:not(.nav) {
  display: block !important;
  margin: 30px 0 30px 40px;
}
@media (max-width: 767px) {
  main ul:not(.nav) {
    margin: 20px 0 20px 30px;
  }
}
main ul:not(.nav) li {
  color: #00125A;
  display: list-item !important;
  list-style: disc outside;
  list-style-position: outside top;
  position: relative;
}
main ul:not(.nav) li * {
  color: inherit;
}
main ul:not(.nav) li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  main ul:not(.nav) li + li {
    margin-top: 10px;
  }
}

body.homepage main ul:not([class]) {
  margin: 30px 0 30px 50px;
}
@media (max-width: 767px) {
  body.homepage main ul:not([class]) {
    margin: 30px 0 30px 30px;
  }
}
body.homepage main ul:not([class]) li {
  list-style: none;
}
body.homepage main ul:not([class]) li + li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.homepage main ul:not([class]) li + li {
    margin-top: 20px;
  }
}
body.homepage main ul:not([class]) li:before {
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  right: calc(100% + 15px);
  width: 20px;
}
@media (max-width: 767px) {
  body.homepage main ul:not([class]) li:before {
    right: calc(100% + 10px);
  }
}

main ul li > a:not([class]) {
  display: inline !important;
}

main ol {
  list-style-type: none;
  counter-reset: item;
  margin: 2.3em 0 2.3em 3.8em;
}
@media (max-width: 767px) {
  main ol {
    margin-left: 3em;
  }
}
main ol > li > ul {
  margin: 2.3em 0 2.3em 2.3em;
}
main ol > li, main ol > li > ol > li {
  counter-increment: item;
  position: relative;
}
main ol > li + li, main ol > li > ol > li + li {
  margin-top: 60px;
}
main ol > li:before, main ol > li > ol > li:before {
  align-items: center;
  background-color: #00125A;
  border-radius: 50%;
  content: counters(item, ".") " ";
  display: inline-flex;
  color: #fff;
  font-size: 33px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  position: absolute;
  top: -8px;
  left: -70px;
  width: 50px;
}
@media (max-width: 767px) {
  main ol > li:before, main ol > li > ol > li:before {
    font-size: 24px;
    height: 40px;
    top: -4px;
    left: -55px;
    width: 40px;
  }
}

.main a:not([class]) {
  color: #00125A;
  display: inline-block;
  font-weight: 700;
  position: relative;
  transition: 0.2s all ease-in-out;
  text-decoration: dotted underline;
}
.main a:not([class])[href^=tel] {
  white-space: nowrap;
}
.main a:not([class]):hover {
  color: #00125A;
  text-decoration: underline;
}

small,
.small {
  font-size: 14px;
  line-height: 1.3;
}

blockquote {
  background: rgba(0, 18, 90, 0.06);
  border-left: 5px solid #00125A;
  margin: 0 0 30px;
  padding: 30px;
}
blockquote:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  width: 100%;
}
blockquote p {
  clear: none;
  color: #000;
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote h4 {
  color: #00125A;
  margin: 0 !important;
}

hr,
.hr {
  border: none;
  border-top: 1px solid #cbcbcb;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  hr,
  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
hr.m10,
.hr.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.m20,
.hr.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.m30,
.hr.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.m40,
.hr.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.m50,
.hr.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.m60,
.hr.m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.m70,
.hr.m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
hr.m80,
.hr.m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.m90,
.hr.m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
hr.m100,
.hr.m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
hr.m110,
.hr.m110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
hr.m120,
.hr.m120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
hr.m130,
.hr.m130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
hr.m140,
.hr.m140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
hr.m150,
.hr.m150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
hr.m160,
.hr.m160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
hr.m170,
.hr.m170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
hr.m180,
.hr.m180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
hr.m190,
.hr.m190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
hr.m200,
.hr.m200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
hr.m210,
.hr.m210 {
  margin-top: 210px;
  margin-bottom: 210px;
}
hr.m220,
.hr.m220 {
  margin-top: 220px;
  margin-bottom: 220px;
}
hr.m230,
.hr.m230 {
  margin-top: 230px;
  margin-bottom: 230px;
}
hr.m240,
.hr.m240 {
  margin-top: 240px;
  margin-bottom: 240px;
}
hr.m250,
.hr.m250 {
  margin-top: 250px;
  margin-bottom: 250px;
}
hr.m260,
.hr.m260 {
  margin-top: 260px;
  margin-bottom: 260px;
}
hr.m270,
.hr.m270 {
  margin-top: 270px;
  margin-bottom: 270px;
}
hr.m280,
.hr.m280 {
  margin-top: 280px;
  margin-bottom: 280px;
}
hr.m290,
.hr.m290 {
  margin-top: 290px;
  margin-bottom: 290px;
}
hr.m300,
.hr.m300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
@media (max-width: 991px) {
  hr.m10,
  .hr.m10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  hr.m10,
  .hr.m10 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.text-center {
  text-align: center;
}
.text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-left-mob {
    text-align: left !important;
  }
  .text-left-mob * {
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .text-left-port {
    text-align: left !important;
  }
  .text-left-port * {
    text-align: left !important;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.two-columns {
  columns: 2;
  gap: 80px;
}
.two-columns + h2 {
  margin-top: 100px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0.95em;
}
table th, table td {
  padding: 12px 16px;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 991px) {
  table th, table td {
    padding: 10px 12px;
  }
}
table thead tr th {
  background: #f8f9fa;
  color: #00125A;
  font-weight: 600;
  border-bottom: 2px solid rgb(76.6666666667%, 76.6666666667%, 76.6666666667%);
  white-space: nowrap;
}
table tbody tr {
  transition: background-color 0.2s ease;
}
table tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
table tbody tr:hover {
  background-color: #f5f5f5;
}
table tbody tr td strong {
  color: #00125A;
  font-weight: 600;
}
table tbody tr:last-of-type td strong {
  color: #00125A;
  font-weight: 700;
}
@media (max-width: 767px) {
  table tr:has(img) {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  table tr:has(img) td, table tr:has(img) th {
    display: block;
    padding: 8px 0;
    text-align: left;
    width: 100%;
    border: none;
  }
  table tr:has(img) td:not(:first-child), table tr:has(img) th:not(:first-child) {
    margin-top: 15px;
  }
  table tr:has(img) td p, table tr:has(img) th p {
    text-align: left;
    margin-bottom: 10px;
  }
  table tr:has(img) td img, table tr:has(img) th img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  table {
    font-size: 0.85em;
    border: none;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }
  table tbody tr:last-child {
    margin-bottom: 0;
  }
  table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px 12px;
    text-align: center;
    border-bottom: 1px solid rgb(91.6666666667%, 91.6666666667%, 91.6666666667%);
  }
  table td:last-child {
    border-bottom: none;
  }
  table td::before {
    content: attr(data-th);
    font-weight: 600;
    text-align: left;
    color: #00125A;
    flex: 0 0 50%;
    padding-right: 10px;
  }
  table td > * {
    flex: 0 0 50%;
  }
}

table.compact th, table.compact td {
  padding: 8px 12px;
}

.list-group {
  background: #00125A;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.list-group .list-group-item {
  background-color: #00125A;
  border: none;
  color: #fff;
  display: block;
  padding: 20px 25px;
  position: relative;
}
@media (max-width: 1600px) {
  .list-group .list-group-item {
    padding: 18px 22px;
  }
}
.list-group .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group .list-group-item + .list-group-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.list-group .list-group-item:after {
  content: "";
  height: 29px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.list-group .list-group-item:hover {
  background-color: rgb(0%, 4.2588235294%, 21.2941176471%);
  cursor: pointer;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  padding-top: 236px;
  transition: 0.2s padding-top ease-in-out;
}
@media (max-width: 1050px) {
  body {
    padding-top: 60px;
  }
}

body.scrolled {
  padding-top: 80px;
}
@media (max-width: 1050px) {
  body.scrolled {
    padding-top: 60px;
  }
}

.site-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.site-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

main {
  flex: 1 1 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  position: relative;
  width: 100%;
}
@media (max-width: 1710px) {
  .container {
    max-width: calc(100% - 160px);
  }
}
.container.two-cols {
  columns: 2;
  gap: 40px;
}
@media (max-width: 767px) {
  .container.two-cols {
    columns: 1;
    gap: none;
  }
}
.container.mw1500 {
  max-width: 1500px;
}
@media (max-width: 1660px) {
  .container.mw1500 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1400 {
  max-width: 1400px;
}
@media (max-width: 1560px) {
  .container.mw1400 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1460px) {
  .container.mw1300 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1650px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1450px) {
  .container {
    max-width: calc(100% - 90px);
  }
}
.container.mw900 {
  max-width: 900px;
}
@media (max-width: 1060px) {
  .container.mw900 {
    max-width: calc(100% - 160px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 960px) {
  .container.mw800 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1650px) {
  .container-full {
    max-width: calc(100% - 120px) !important;
  }
}
@media (max-width: 1450px) {
  .container-full {
    max-width: calc(100% - 90px) !important;
  }
}
@media (max-width: 991px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 40px) !important;
  }
}

.page-header {
  position: relative;
  z-index: 1;
}
.page-header .page-header-inner {
  border-bottom: 5px solid #EDEFF4;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header .page-header-inner {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.page-header .page-header-inner .page-header-left {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left {
    flex: 0 0 100%;
    order: 2;
  }
}
.page-header .page-header-inner .page-header-left h1 {
  margin: 0;
  padding: 0 80px 0 0;
  position: relative;
  max-width: 50vw;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left h1 {
    max-width: 100%;
    padding: 0 20px 0 0;
  }
}
.page-header .page-header-inner .page-header-left h1:after {
  background: #D5AF31;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left h1:after {
    bottom: -25px;
  }
}
.page-header .page-header-inner .page-header-left .two-line-title {
  padding: 0 80px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left .two-line-title {
    max-width: 100%;
    padding: 0 20px 0 0;
  }
}
.page-header .page-header-inner .page-header-left .two-line-title:after {
  background: #D5AF31;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left .two-line-title:after {
    bottom: -25px;
  }
}
.page-header .page-header-inner .page-header-left .two-line-title h1 {
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left .two-line-title h1 {
    margin-bottom: 5px;
  }
}
.page-header .page-header-inner .page-header-left .two-line-title h1:after {
  display: none;
}
.page-header .page-header-inner .page-header-left .two-line-title h2 {
  color: #ac8813;
  margin: 0;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-left .two-line-title h2 {
    margin: 0 0 20px;
  }
}
.page-header .page-header-inner .page-header-right {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .page-header .page-header-inner .page-header-right {
    flex: 0 0 100%;
    order: 1;
  }
}

.page {
  margin: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .page {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .page {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .page {
    margin: 30px 0 50px;
  }
}
.page .inner {
  align-items: flex-start;
  display: flex;
  gap: 100px;
}
@media (max-width: 991px) {
  .page .inner {
    flex-wrap: wrap;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .page .inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page .inner.swap-on-mobile .left {
    order: 2;
  }
  .page .inner.swap-on-mobile .right {
    order: 1;
  }
}
.page .inner .left {
  flex: 8 0 0;
}
@media (max-width: 991px) {
  .page .inner .left {
    flex: 0 0 100%;
  }
}
.page .inner .right {
  border-top: 5px solid #00125A;
  flex: 6 0 0;
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .page .inner .right {
    flex: 0 0 100%;
    margin-top: 40px;
    padding-top: 0 !important;
  }
}
.page .inner .right img {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .page .inner .right img {
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .page .inner .right img {
    margin: 0 0 20px;
  }
}
.page .inner .contact-left {
  flex: 8 0 0;
}
@media (max-width: 991px) {
  .page .inner .contact-left {
    flex: 0 0 100%;
  }
}
.page .inner .contact-right {
  background: #EDEFF4;
  border-top: 5px solid #00125A;
  flex: 6 0 0;
  margin-top: -55px;
  padding: 48px 20px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .page .inner .contact-right {
    flex: 0 0 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page.team-member-page .inner {
    gap: 0;
  }
}
.page.team-member-page .inner .right {
  flex: 0 0 500px;
}
@media (max-width: 991px) {
  .page.team-member-page .inner .right {
    flex: 0 0 100%;
  }
}

.contact-page h1 {
  margin: 150px 0;
}
@media (max-width: 1700px) {
  .contact-page h1 {
    margin: 120px 0;
  }
}
@media (max-width: 1100px) {
  .contact-page h1 {
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact-page h1 {
    margin: 80px 0;
  }
}
@media (max-width: 479px) {
  .contact-page h1 {
    margin: 60px 0;
  }
}

.btn {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 21px;
  font-weight: 700 !important;
  line-height: 1;
  height: 58px;
  padding: 15px 24px;
  position: relative;
  text-align: center;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .btn {
    font-size: 16px;
    height: 48px;
    padding: 13px 20px;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px !important;
    padding: 13px 20px;
  }
}
@media (max-width: 479px) {
  .btn {
    line-height: 1.2;
    white-space: normal;
  }
}
.btn:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  .btn + .btn {
    margin-top: 20px;
  }
}
.btn.btn-primary {
  background: #ac8813;
  border-color: #ac8813;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-primary:hover {
  background: rgb(78.2572631147%, 61.8778359511%, 8.6446976696%);
  border-color: rgb(78.2572631147%, 61.8778359511%, 8.6446976696%);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background: rgb(89.0635458372%, 70.4223385689%, 9.8384149471%);
  border-color: rgb(89.0635458372%, 70.4223385689%, 9.8384149471%);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-primary {
  background: linear-gradient(to right, #cba52a, #b18c16);
}
.btn.btn-primary:hover {
  background: linear-gradient(to right, #cba52a, #cba52a);
}
.btn.btn-secondary {
  background: #00125A;
  border-color: #00125A;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover {
  background: rgb(0%, 9.4588235294%, 47.2941176471%);
  border-color: rgb(0%, 9.4588235294%, 47.2941176471%);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: rgb(0%, 11.8588235294%, 59.2941176471%);
  border-color: rgb(0%, 11.8588235294%, 59.2941176471%);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-default {
  background: none;
  border: 2px solid #ac8813;
  color: #ac8813;
}
.btn.btn-default:hover {
  background: #ac8813;
  border-color: #ac8813;
  color: #fff;
}
.btn.btn-outline {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #dfdfdf;
  color: #ac8813;
  padding: 13px 20px;
}
@media (max-width: 991px) {
  .btn.btn-outline {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .btn.btn-outline {
    padding: 11px 20px;
  }
}
.btn.btn-outline i {
  color: #ac8813;
}
.btn.btn-outline:hover {
  border: 2px solid #ac8813;
}
.btn.btn-outline:hover i {
  color: #ac8813;
}
.btn.btn-outline-white {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  color: #fff;
  padding: 13px 20px;
}
@media (max-width: 991px) {
  .btn.btn-outline-white {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .btn.btn-outline-white {
    padding: 11px 20px;
  }
}
.btn.btn-outline-white:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #00125A;
}

.form-button {
  background: none;
  border: none;
  display: inline-flex;
  background: #00125A;
  border-color: #00125A;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.form-button:hover {
  background: rgb(0%, 9.4588235294%, 47.2941176471%);
  border-color: rgb(0%, 9.4588235294%, 47.2941176471%);
  color: #fff;
  text-decoration: none !important;
}
.form-button:active, .form-button:focus {
  background: rgb(0%, 11.8588235294%, 59.2941176471%);
  border-color: rgb(0%, 11.8588235294%, 59.2941176471%);
  color: #fff;
  text-decoration: none !important;
}
.form-button {
  padding: 15px 25px;
}
.form-button.muted {
  background: rgba(0, 18, 90, 0.7);
  border-color: rgba(0, 18, 90, 0.7);
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.form-button.muted:hover {
  background: rgba(0%, 9.4588235294%, 47.2941176471%, 0.7);
  border-color: rgba(0%, 9.4588235294%, 47.2941176471%, 0.7);
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted:active, .form-button.muted:focus {
  background: rgba(0%, 11.8588235294%, 59.2941176471%, 0.7);
  border-color: rgba(0%, 11.8588235294%, 59.2941176471%, 0.7);
  color: #fff;
  text-decoration: none !important;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}
.form-group.submit-group {
  margin: 25px auto 0 !important;
  text-align: center;
}
.form-group.submit-group .btn {
  display: block;
  text-align: center;
  width: 100%;
}

label {
  color: #00125A;
  font-size: 19px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  label {
    font-size: 18px;
  }
}
label.error {
  color: red;
  font-weight: 600;
  font-size: 19px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  label.error {
    font-size: 18px;
  }
}

.privacy-notice {
  margin: 30px 0 auto;
  text-align: center;
}
.privacy-notice p {
  color: #fff;
  font-size: 13px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 500;
}
.privacy-notice p a {
  color: #ac8813;
}
.privacy-notice p a:hover {
  color: #ac8813;
}

.contact-from-privacy-notice {
  font-size: 14px;
  line-height: 1.4;
  margin: 30px 0 0;
}

.form-control {
  background: #fff;
  border: 2px solid #fff;
  color: #00125A;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  outline: 0px !important;
  padding: 7px 11px;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
.form-control::placeholder {
  color: #ac8813;
}
.form-control:focus {
  border: 2px solid #00125A;
  box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 2px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  box-shadow: 0 0 3px #CD403C;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/select-arrow.svg") right 16px center/15px auto no-repeat;
  border: 2px solid #fff;
  box-shadow: none;
  outline: 0;
  position: relative;
  z-index: 1;
}
select.form-control:focus {
  border: 2px solid #00125A;
  box-shadow: 0 0 3px #ccc;
}

textarea:not(.autogrow) {
  height: 100px;
  line-height: 1.64;
}

label.checkbox,
label.radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox,
label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio],
label.radio input[type=checkbox],
label.radio input[type=radio] {
  appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  flex: 0 0 25px;
  margin: 0 8px 0 0 !important;
  height: 25px;
  position: relative !important;
  width: 25px;
}
label.checkbox input[type=checkbox]:after,
label.checkbox input[type=radio]:after,
label.radio input[type=checkbox]:after,
label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 20px;
}
label.checkbox input[type=checkbox]:hover:after,
label.checkbox input[type=radio]:hover:after,
label.radio input[type=checkbox]:hover:after,
label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after,
label.checkbox input[type=radio]:checked:after,
label.radio input[type=checkbox]:checked:after,
label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active,
label.checkbox input[type=radio]:focus,
label.checkbox input[type=radio]:active,
label.radio input[type=checkbox]:focus,
label.radio input[type=checkbox]:active,
label.radio input[type=radio]:focus,
label.radio input[type=radio]:active {
  box-shadow: none;
  outline: none;
}
label.checkbox span,
label.radio span {
  flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  box-shadow: none;
  color: #ac8813;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 18px;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #00125A;
  background: none;
  top: 7px;
  font-size: 11px;
}

#success-msg {
  background: #f1f1f1;
  border-top: 4px solid #00125A;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

.button-group {
  align-items: stretch;
  display: flex;
  justify-content: stretch;
  margin: 0 0 40px;
  text-align: center;
}
.button-group .form-choice {
  background: #eee;
  border: none;
  border-radius: 8px;
  color: #00125A;
  cursor: pointer;
  flex: 1 0 0;
  line-height: 1.2;
  padding: 15px 10px;
  text-align: center;
}
.button-group .form-choice + .form-choice {
  margin-left: 20px;
}
.button-group .form-choice:hover {
  background: rgb(86.3333333333%, 86.3333333333%, 86.3333333333%);
}
.button-group .form-choice.selected {
  background: #00125A;
  color: #fff;
}
.button-group.wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .button-group.wrap {
    grid-template-columns: 1fr;
  }
}
.button-group.wrap .form-choice {
  margin: 0 !important;
}
.button-group.wrap .form-choice:last-child {
  grid-column: 1/-1;
}

.top-bar {
  background: #2d3d77;
  height: 42px;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  z-index: 9999;
}
@media (max-width: 1050px) {
  .top-bar {
    display: none;
  }
}
.top-bar .top-bar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}
.top-bar .top-bar-inner .contact-info {
  align-items: center;
  display: flex;
  gap: 30px;
}
.top-bar .top-bar-inner .contact-info .contact-item {
  color: #CCCFDE;
  font-size: 18px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  align-items: center;
  display: flex;
  gap: 8px;
}
.top-bar .top-bar-inner .contact-info .contact-item i {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
}
.top-bar .top-bar-inner .btn-contact {
  align-items: center;
  align-self: flex-start;
  background: linear-gradient(to right, #cba52a, #b18c16);
  border: none;
  color: #fff;
  display: inline-flex;
  font-size: 21px;
  height: 57px;
  opacity: 1;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  visibility: visible;
}
.top-bar .top-bar-inner .btn-contact:hover {
  background: linear-gradient(to right, #cba52a, #cba52a);
  transform: translateY(-1px);
}

.header {
  align-items: center;
  background: #1c2c6c;
  display: flex;
  height: 194px;
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 0 50px;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1050px) {
  .header {
    display: none;
  }
}
.header:after {
  background: url("/images/banner-top-border.png") top center/cover no-repeat;
  content: "";
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9997;
}
.header .header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .left {
  flex: 0 0 auto;
}
.header .left a.header-logo {
  display: block;
  transition: 0.2s all ease-in-out;
}
.header .left a.header-logo img {
  display: block;
  max-width: none;
  transition: 0.2s all ease-in-out;
  width: 400px;
}
@media (max-width: 1330px) {
  .header .left a.header-logo img {
    width: 330px;
  }
}
@media (max-width: 1250px) {
  .header .left a.header-logo img {
    width: 280px;
  }
}
.header .right {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
}

.scrolled .header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  height: 80px;
  top: 0;
}
.scrolled .header .left {
  top: -13px;
}
.scrolled .header .left a.header-logo img {
  width: 300px;
}

.scrolled .top-bar {
  transform: translateY(-42px);
}
.scrolled .top-bar .btn-contact {
  opacity: 0;
  visibility: hidden;
}

.mobile-header {
  background: #1c2c6c;
  box-shadow: none;
  display: none;
  height: 60px;
  overflow: hidden;
  position: fixed;
  transform: translate3d(0, -60px, 0);
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 999999;
}
@media (max-width: 1050px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .view-normal,
.mobile-header .view-search-open {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mobile-header .view-normal {
  transition: 0.2s all ease-in-out;
  transform: translateY(0);
}
.mobile-header .view-search-open {
  align-items: center;
  display: flex;
  padding: 5px 10px;
  transition: 0.2s all ease-in-out;
  transform: translateY(-60px);
  width: 100%;
}
.mobile-header .view-search-open .search-input {
  flex: 1 0 0;
  height: calc(100% - 10px);
  padding: 0 10px;
  min-width: 100px;
}
.mobile-header .view-search-open .search-submit {
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 56px;
}
.mobile-header .view-search-open .search-submit i {
  color: #ac8813;
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .view-search-open .search-close {
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 56px;
}
.mobile-header .view-search-open .search-close i {
  color: #CD403C;
  font-size: 29px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .mobile-logo img {
  height: 36px;
  position: relative;
  top: 12px;
  left: 15px;
  transition: 0.2s all ease-in-out;
  width: auto;
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 5px;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .phone-button {
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 0;
  right: 60px;
  width: 56px;
}
.mobile-header .phone-button i {
  color: #D5AF31;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header {
  /*
  .mobile-search-button {
  	display: none;

  	@include bp($mobile-header-bp) {
  		cursor: pointer;
  		display: block;
  		height: 60px;
  		position: absolute;
  			top: 0;
  			right: 120px;
  		width: 56px;

  		i {
  			color: $clr2;
  			font-size: 28px;
  			position: absolute;
  			left: 50%;
  			top: 50%;
  			transform: translate3d(-50%,-50%,0);
  		}
  	}
  }
  */
}

body.scrolled .mobile-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.nav-open .header .menu-button i.fa-bars,
.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0 !important;
  transform: translate3d(-50%, -50%, 0) !important;
  visibility: hidden !important;
}
.nav-open .header .menu-button i.fa-times,
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1 !important;
  transform: translate3d(-50%, -50%, 0) !important;
  visibility: visible !important;
}

.call-us {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  position: fixed;
  top: 70px;
  left: 10px;
  right: 10px;
  z-index: 9999999;
  width: calc(100% - 20px);
  transform: translate3d(0, -100%, 0);
  transition: 0.2s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.call-us.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.call-us:before {
  content: "";
  border-bottom: 15px solid #0b1a4b;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -14px;
  right: 61px;
}
.call-us .list-group {
  border-radius: 8px;
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.call-us .list-group .list-group-item {
  background: #0b1a4b;
  border: none;
  color: #fff !important;
  display: block;
  font-size: 23px;
  font-weight: 300;
  padding: 15px 20px;
}
.call-us .list-group .list-group-item + .list-group-item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.call-us .list-group .list-group-item * {
  color: inherit !important;
}
.call-us .list-group .list-group-item:active {
  background: rgb(94%, 94%, 94%);
}
.call-us .list-group .list-group-item:active, .call-us .list-group .list-group-item:focus, .call-us .list-group .list-group-item:hover {
  background-color: #0b1a4b;
  text-decoration: none;
}
.call-us .list-group .list-group-item .call-us-office-row {
  align-items: center;
  display: flex;
  gap: 30px;
}
.call-us .list-group .list-group-item .call-us-office-row .info {
  flex: 1 0 0;
}
.call-us .list-group .list-group-item .call-us-office-row .info .office-name {
  color: #D5AF31 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 7px;
}
.call-us .list-group .list-group-item .call-us-office-row .info .address {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
.call-us .list-group .list-group-item .call-us-office-row .buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 479px) {
  .call-us .list-group .list-group-item .call-us-office-row .buttons {
    flex-direction: column;
  }
}
.call-us .list-group .list-group-item .call-us-office-row .buttons .btn {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  margin: 0 !important;
}
.call-us .list-group .list-group-item .call-us-office-row .buttons .btn i {
  color: #D5AF31 !important;
}

.homepage-banner {
  background: #EDEFF4;
  height: 25vw;
  position: relative;
}
@media (max-width: 1250px) {
  .homepage-banner {
    height: 45vw;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .homepage-banner {
    height: auto;
  }
}
.homepage-banner .banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-banner .banner-image {
    height: 60vw;
    min-height: 210px;
    position: relative;
  }
}
.homepage-banner .banner-caption {
  background: #ac8813;
  color: #fff;
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  width: 1360px;
  max-width: 90vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .homepage-banner .banner-caption {
    position: relative;
    top: -20px;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    max-width: calc(100vw - 53px);
  }
}
.homepage-banner .banner-caption:before {
  background: url("/images/banner-caption-top-border.jpg") top center/cover no-repeat;
  content: "";
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.homepage-banner .banner-caption .banner-title {
  color: #fff;
  font-size: 34px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .homepage-banner .banner-caption .banner-title {
    color: #fff;
    font-size: 28px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .homepage-banner .banner-caption .banner-title {
    color: #fff;
    font-size: 22px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
  }
}
.homepage-banner .banner-caption .banner-intro {
  color: #fff;
  font-size: 22px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1250px) {
  .homepage-banner .banner-caption .banner-intro {
    color: #fff;
    font-size: 18px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .homepage-banner .banner-caption .banner-intro {
    color: #fff;
    font-size: 16px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 400;
  }
}

ul.nav {
  list-style: none;
  margin: 0;
  text-align: right;
  position: relative;
  z-index: 9999999;
}
@media (max-width: 1100px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 0;
}
@media (max-width: 1100px) {
  ul.nav.mobile {
    background: #1c2c6c;
    display: block;
    opacity: 0;
    padding-top: 17vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    transform: translate3d(0, -100%, 0);
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99999;
  }
}
@media (max-width: 479px) {
  ul.nav.mobile {
    padding-top: 130px;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
ul.nav li + li {
  margin-left: 35px;
}
@media (max-width: 1960px) {
  ul.nav li + li {
    margin-left: 30px;
  }
}
@media (max-width: 1600px) {
  ul.nav li + li {
    margin-left: 28px;
  }
}
@media (max-width: 1100px) {
  ul.nav li + li {
    margin-left: 0;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1100px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
@media (max-width: 1100px) {
  ul.nav li:last-of-type .social-icons {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  ul.nav li:last-of-type .social-icons a {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  ul.nav li:last-of-type .social-icons a + a {
    margin-left: 10px;
  }
}
ul.nav li a {
  color: #fff;
  font-size: 22px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 50px 0;
  position: relative;
  transition: 0.3s all ease-in-out;
  z-index: 1;
}
@media (max-width: 1230px) {
  ul.nav li a {
    font-size: 19px;
  }
}
@media (max-width: 1100px) {
  ul.nav li a {
    color: #fff;
    display: table;
    font-size: 22px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    height: auto;
    margin: 0 auto;
    padding: 15px 25px;
    text-align: center;
    width: auto;
  }
  ul.nav li a:after {
    display: none !important;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: #D5AF31;
  text-decoration: none;
}
ul.nav li a.active {
  color: #D5AF31;
  font-weight: 500;
  text-decoration: none;
}
ul.nav li a.active:before {
  background: #fff;
  content: "";
  display: none;
  height: 6px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 6px;
}
@media (max-width: 1100px) {
  ul.nav li a.active:before {
    display: none;
  }
}
ul.nav li a.active:after {
  background: #D5AF31;
  content: "";
  height: 6px;
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 80%;
}
@media (max-width: 1100px) {
  ul.nav li a.active:after {
    display: none;
  }
}
ul.nav li a > i.fa-chevron-down,
ul.nav li a > i.fa-chevron-up {
  color: rgba(0, 18, 90, 0.6);
  font-size: 11px;
  position: relative;
  top: -1px;
  right: -3px;
}
@media (max-width: 1100px) {
  ul.nav li a > i.fa-chevron-down,
  ul.nav li a > i.fa-chevron-up {
    background: #99A3C6;
    border-radius: 50%;
    color: #00125A;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translate3d(0, -50%, 0);
    width: 34px;
    z-index: 2;
  }
}
ul.nav li.has-submenu > a:hover:after {
  display: none;
}
ul.nav li.active-submenu > a {
  color: #D5AF31;
}
ul.nav li.active-submenu > a:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #00125A;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #00125A;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li img.logo-mobile-menu {
  display: block;
  max-width: 250px;
  margin: 0 auto 40px;
  position: relative;
  left: 12px;
}
@media (max-width: 991px) {
  ul.nav li img.logo-mobile-menu {
    display: none;
  }
}
ul.nav li button.menu-button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 40px;
  position: fixed;
  top: 40px;
  right: 60px;
}
@media (max-width: 1050px) {
  ul.nav li button.menu-button {
    display: none;
  }
}
ul.nav li button.menu-button i {
  color: #00125A;
}
ul.nav li ul {
  background: #00125A;
  border-left: 4px solid #D5AF31;
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: calc(100% - 10px);
  left: -20px;
  visibility: hidden;
  width: auto;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1100px) {
  ul.nav li ul {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  columns: 2;
  gap: 20px;
}
ul.nav li ul:before {
  background: rgb(0%, 8.2588235294%, 41.2941176471%);
  display: block;
  content: "";
  height: 15px;
  position: absolute;
  top: -8px;
  left: 53px;
  transform: rotate(45deg);
  width: 15px;
}
@media (max-width: 1100px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li a {
  color: #fff;
  display: block;
  font-size: 17px !important;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  height: auto;
  min-width: 250px;
  padding: 15px 10px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  transition: none;
}
@media (max-width: 1100px) {
  ul.nav li ul li a {
    color: #CCCFDE !important;
    font-size: 19px !important;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a i {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
@media (max-width: 1100px) {
  ul.nav li ul li a:hover {
    color: #00125A !important;
  }
}
ul.nav li ul li a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
@media (max-width: 1100px) {
  ul.nav li ul li a.active {
    color: #00125A !important;
  }
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li a:after {
  content: "";
  height: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
ul.nav li ul li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  transition: 0.2s all ease-in-out;
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1100px) {
  .scrolled ul.nav > li > a {
    padding: 33px 0;
  }
}

.nav-open ul.nav.mobile {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.gallery {
  columns: 3;
  column-gap: 50px;
  margin: 70px 0 0;
}
@media (max-width: 800px) {
  .gallery {
    columns: 2;
    column-gap: 15px;
  }
}
.gallery a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
}
@media (max-width: 800px) {
  .gallery a {
    margin-bottom: 15px;
  }
}

.articles {
  display: grid;
  gap: 80px 60px;
  grid-template-columns: repeat(3, 1fr);
}
.articles:not(.no-margin) {
  margin: 80px 0 0;
}
@media (max-width: 1300px) {
  .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .articles {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .articles:not(.no-margin) {
    margin: 60px 0 0;
  }
}
@media (max-width: 479px) {
  .articles:not(.no-margin) {
    margin: 40px 0 0;
  }
}

.article {
  display: flex;
  flex-direction: column;
  position: relative;
}
.article a.image-wrap {
  display: block;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.article a.image-wrap .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article a.image-wrap .date {
  background: #00125A;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.article a.image-wrap .date .year, .article a.image-wrap .date .month {
  color: #fff;
  font-size: 12px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.article a.image-wrap .date .day {
  color: #fff;
  font-size: 24px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.article .article-bottom {
  background: #ac8813;
  padding: 20px 25px;
}
.article .article-bottom a.title {
  color: #00125A;
  display: block;
  font-size: 1.1em;
  margin: 0 0 15px;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
.article .article-bottom a.title:hover {
  color: #ac8813;
  text-decoration: none;
}
.article .article-bottom .snippet {
  font-size: 0.9em;
}
.article .article-bottom .buttons {
  margin-top: auto;
  padding-top: 20px;
}
.article .article-bottom .buttons .btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.article:hover {
  text-decoration: none;
}
.article:hover .image-wrap {
  opacity: 0.8;
}

.gallery-bottom-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .gallery-bottom-buttons {
    margin: 40px 0 0;
  }
}

.subpages-as-tiles {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .subpages-as-tiles {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .subpages-as-tiles {
    margin: 40px 0;
  }
}
.subpages-as-tiles .grid {
  align-items: flex-start;
  display: flex;
  gap: 60px 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.subpages-as-tiles .grid a {
  flex: 1 0 200px;
}
.subpages-as-tiles .grid a .img {
  margin: 0 0 15px;
}
.subpages-as-tiles .grid a .title {
  color: #00125A;
  font-size: 18px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.subpages-as-documents {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .subpages-as-documents {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .subpages-as-documents {
    margin: 40px 0;
  }
}
.subpages-as-documents .grid {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.subpages-as-documents .grid a {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex: 0 1 0;
  font-weight: 700;
  gap: 20px;
  padding: 20px;
  white-space: nowrap;
}
.subpages-as-documents .grid a:hover {
  background: #e3e3e3;
  text-decoration: none;
}
.subpages-as-documents .grid a span {
  color: #00125A;
  font-size: 18px;
  font-weight: inherit;
}

.team-groups {
  margin: 80px 0;
}
.team-groups .team-group {
  margin-bottom: 120px;
}
.team-groups .team-group:last-child {
  margin-bottom: 0;
}
.team-groups .team-group h2 {
  text-align: center;
}

.team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .team {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.team .team-member {
  background: #EDEFF4;
  box-shadow: none;
  display: flex;
  transform: translateY(0);
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
@media (max-width: 550px) {
  .team .team-member {
    flex-direction: column;
  }
}
.team .team-member:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  text-decoration: none;
}
.team .team-member .img {
  align-items: stretch;
  background-color: #d0d0d0;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  flex: 0 0 40%;
  min-height: 330px;
}
@media (max-width: 550px) {
  .team .team-member .img {
    flex: 0 0 auto;
    height: 80vw;
    min-height: 0;
    width: 100%;
  }
}
.team .team-member .details {
  flex: 2 0 0;
  padding: 30px;
}
.team .team-member .details .name-and-position {
  border-bottom: 5px solid #CCCFDE;
  margin: 0 0 15px;
  position: relative;
}
.team .team-member .details .name-and-position .name-and-position-inner {
  border-bottom: 5px solid #ac8813;
  display: inline-block;
  margin-bottom: -5px;
  padding-bottom: 5px;
  width: fit-content;
}
.team .team-member .details .name {
  color: #00125A;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 2px;
  line-height: 1.2;
}
.team .team-member .details .position {
  color: #ac8813;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.2;
}
.team .team-member .details .contact-info {
  margin: 15px 0;
}
.team .team-member .details .contact-info .phone, .team .team-member .details .contact-info .email {
  color: #00125A;
  font-size: 18px;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.team .team-member .details .contact-info .phone i, .team .team-member .details .contact-info .email i {
  color: #ac8813;
  width: 14px;
}
.team .team-member .details .specialisms {
  margin-top: 15px;
}
.team .team-member .details .specialisms .label {
  color: #00125A;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
}
.team .team-member .details .specialisms .spec-list {
  color: #00125A;
  font-size: 18px;
  line-height: 1.3;
}
.team.single-column {
  grid-template-columns: 1fr;
  max-width: 600px;
}

.team-member-contact-bar {
  align-items: center;
  background: #EDEFF4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 40px 0 100px;
  padding: 10px 15px 10px 30px;
}
.team-member-contact-bar .left {
  align-items: center;
  display: flex;
  gap: 30px;
  flex: 0 0 auto;
}
.team-member-contact-bar .left a {
  align-items: center;
  color: #00125A;
  display: inline-flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
}
.team-member-contact-bar .left a i {
  color: #ac8813;
  font-size: 30px;
}
.team-member-contact-bar .right {
  flex: 0 0 auto;
}

.team-member-specialisms {
  margin: 0 0 40px;
}
.team-member-specialisms strong {
  color: #ac8813;
}

.team-mini {
  margin: 60px 30px 100px;
}
.team-mini h2 {
  color: #00125A;
}
.team-mini .grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  justify-content: center;
}
.team-mini .grid .mini-team-member {
  flex: 0 0 190px;
}
@media (max-width: 767px) {
  .team-mini .grid .mini-team-member {
    flex: 0 0 130px;
  }
}
.team-mini .grid .mini-team-member .img {
  filter: grayscale(100%);
  transition: 0.2s all ease-in-out;
}
.team-mini .grid .mini-team-member .img.active {
  filter: none;
}
.team-mini .grid .mini-team-member .name {
  background: #00125A;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1.1;
  text-align: center;
}
.team-mini .grid .mini-team-member:hover {
  text-decoration: none;
}
.team-mini .grid .mini-team-member:hover .img {
  filter: none;
}

.divider-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
  margin: 100px 0 0;
}
@media (max-width: 1600px) {
  .divider-image {
    margin: 80px 0 0;
  }
}
@media (max-width: 991px) {
  .divider-image {
    margin: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .divider-image {
    margin: 60px 0 0;
  }
}

.services {
  background: #EDEFF4;
}
.services .inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 44px 45px;
  justify-content: center;
  padding: 150px 30px 50px;
}
@media (max-width: 991px) {
  .services .inner {
    padding: 100px 30px 50px;
  }
}
@media (max-width: 767px) {
  .services .inner {
    gap: 20px;
    padding: 20px 30px 50px;
  }
}
.services .inner a.service {
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
  display: flex;
  flex: 0 0 360px;
  gap: 20px;
  justify-content: flex-start;
  padding: 15px 20px;
  transition: 0.2s all ease-in-out;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .services .inner a.service {
    padding: 5px 15px;
  }
}
@media (max-width: 479px) {
  .services .inner a.service {
    flex: 0 0 100%;
  }
}
.services .inner a.service:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
  text-decoration: none;
}
.services .inner a.service .icon {
  flex: 0 0 70px;
}
@media (max-width: 767px) {
  .services .inner a.service .icon {
    flex: 0 0 40px;
  }
}
.services .inner a.service .icon img {
  object-fit: contain;
  max-width: 70px;
  max-height: 70px;
}
@media (max-width: 767px) {
  .services .inner a.service .icon img {
    max-width: 40px;
    max-height: 40px;
  }
}
.services .inner a.service .title {
  color: #00125A;
  font-size: 23px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .services .inner a.service .title {
    font-size: 20px;
  }
}
.services.alt-colours {
  background: none;
}
.services.alt-colours .inner {
  margin: 60px 0 80px;
  padding: 0;
}
@media (max-width: 767px) {
  .services.alt-colours .inner {
    margin: 40px 0;
  }
}
.services.alt-colours .inner a.service {
  background: #EDEFF4;
}

.homepage-content {
  background: url("/images/content-bg.jpg") bottom center/100% auto no-repeat;
  margin: 100px 0 0;
  padding-bottom: 20vw;
}
@media (max-width: 991px) {
  .homepage-content {
    margin: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .homepage-content {
    margin: 60px 0 0;
  }
}
@media (max-width: 479px) {
  .homepage-content {
    margin: 40px 0 0;
  }
}
.homepage-content h1 {
  color: #ac8813;
  line-height: 1;
  margin: 0 0 33px;
  text-align: center;
}
.homepage-content h1 span {
  color: #00125A;
}
@media (max-width: 767px) {
  .homepage-content h1 span {
    display: block;
  }
}
.homepage-content .inner {
  align-items: flex-start;
  display: flex;
  gap: 100px;
}
@media (max-width: 1400px) {
  .homepage-content .inner {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .homepage-content .inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.homepage-content .inner .left, .homepage-content .inner .right {
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .homepage-content .inner .left, .homepage-content .inner .right {
    flex: 0 0 100%;
  }
}

section.homepage-testimonials {
  margin: 0;
  padding: 130px 200px;
}
@media (max-width: 1700px) {
  section.homepage-testimonials {
    padding: 130px 100px;
  }
}
@media (max-width: 1050px) {
  section.homepage-testimonials {
    padding: 100px 60px;
  }
}
@media (max-width: 991px) {
  section.homepage-testimonials {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  section.homepage-testimonials {
    padding: 50px 30px;
  }
}
section.homepage-testimonials .homepage-testimonials {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  margin: 30px 0 40px;
}
@media (max-width: 991px) {
  section.homepage-testimonials .homepage-testimonials {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
  }
}
section.homepage-testimonials .homepage-testimonials .testimonial {
  background-color: #EDEFF4;
  border-radius: 20px;
  flex: 1 0 0;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  section.homepage-testimonials .homepage-testimonials .testimonial {
    flex: 0 1 0;
  }
}
section.homepage-testimonials .homepage-testimonials .testimonial .comment {
  margin: 0 0 20px;
  font-style: italic;
}
section.homepage-testimonials .homepage-testimonials .testimonial .name {
  color: #ac8813;
  font-weight: 700;
  line-height: 1.2;
}
section.homepage-testimonials .more-testimonials {
  text-align: center;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonials .testimonial {
  display: flex;
  gap: 20px;
}
.testimonials .testimonial .testimonial-left {
  flex: 0 0 55px;
}
.testimonials .testimonial .testimonial-left i {
  color: #ac8813;
  font-size: 44px;
  position: relative;
  top: 4px;
}
.testimonials .testimonial .testimonial-right {
  flex: 1;
}
.testimonials .testimonial .testimonial-right .name {
  font-weight: 700;
  color: #00125A;
}
.testimonials .testimonial .testimonial-right .comment {
  font-style: italic;
}

.contact-office h2, .contact-office h3, .contact-office h4 {
  margin: 0;
}
.contact-office .contact-office-address {
  font-style: italic;
}

.related-staff {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.related-staff .related-staff-member {
  align-items: center;
  background: #EDEFF4;
  display: inline-flex;
  gap: 10px;
}
.related-staff .related-staff-member .rsm-left {
  flex: 0 0 60px;
}
.related-staff .related-staff-member .rsm-right {
  color: #00125A;
  font-weight: 700;
  padding: 5px 20px 5px 10px;
  white-space: nowrap;
}
.related-staff .related-staff-member .rsm-right span {
  font-weight: 400;
  font-size: 0.8em;
}
.related-staff .related-staff-member:hover {
  background: rgb(86.7342799189%, 88.2082488168%, 91.8931710615%);
  text-decoration: none;
}

.offices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 80px 0;
}
@media (max-width: 991px) {
  .offices {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.offices .office {
  background: #EDEFF4;
  box-shadow: none;
  display: flex;
  transform: translateY(0);
  transition: 0.2s all ease-in-out;
}
@media (max-width: 550px) {
  .offices .office {
    flex-direction: column;
  }
}
.offices .office:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  text-decoration: none !important;
}
.offices .office .img {
  align-items: stretch;
  background-color: #d0d0d0;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  flex: 0 0 40%;
  min-height: 150px;
}
@media (max-width: 550px) {
  .offices .office .img {
    flex: 0 0 auto;
    height: 60vw;
    min-height: 0;
    width: 100%;
  }
}
.offices .office .details {
  flex: 2 0 0;
  padding: 30px;
}
.offices .office .details .name {
  border-bottom: 5px solid #CCCFDE;
  margin: 0 0 15px;
  position: relative;
}
.offices .office .details .name .name-inner {
  border-bottom: 5px solid #ac8813;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: -5px;
  padding-bottom: 5px;
  width: fit-content;
}
.offices .office .details .address {
  color: #00125A;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 0 20px;
}
.offices .office .details .contact-info {
  margin: 15px 0;
}
.offices .office .details .contact-info .phone, .offices .office .details .contact-info .email, .offices .office .details .contact-info .hours {
  color: #00125A;
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offices .office .details .contact-info .phone i, .offices .office .details .contact-info .email i, .offices .office .details .contact-info .hours i {
  color: #ac8813;
  width: 14px;
}

.footer-accreds {
  align-items: center;
  background: #EDEFF4;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  gap: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-accreds {
    flex-wrap: wrap;
  }
}
.footer-accreds img {
  display: block;
  margin: 0;
  max-width: 510px;
  width: 100%;
}
.footer-accreds div {
  flex: 0 0 auto;
}

.footer {
  padding: 40px 0;
  color: #00125A;
}
@media (max-width: 1600px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 1300px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1300px) {
  .footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-inner::after {
  content: "";
  height: 5px;
  background: #EDEFF4;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 1300px) {
  .footer .footer-inner::after {
    display: none;
  }
}
.footer .footer-inner .left {
  flex: 0 1 auto;
}
.footer .footer-inner .left .footer-logo {
  display: block;
}
@media (max-width: 1300px) {
  .footer .footer-inner .left .footer-logo {
    text-align: center;
  }
}
.footer .footer-inner .left .footer-logo img {
  display: block;
  height: auto;
  margin: 28px 0 45px;
  max-width: 360px;
}
@media (max-width: 1300px) {
  .footer .footer-inner .left .footer-logo img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .left .footer-logo img {
    max-width: 360px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .footer .footer-inner .left .footer-logo img {
    width: 280px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-inner .left .footer-logo img.desktop {
    display: none;
  }
}
.footer .footer-inner .left .footer-logo img.mobile {
  display: none;
}
@media (max-width: 1300px) {
  .footer .footer-inner .left .footer-logo img.mobile {
    display: block;
    margin: 0 auto;
  }
}
.footer .footer-inner .left .footer-copyright {
  font-size: 18px;
  margin: 40px 0 0;
  max-width: 100%;
  width: 625px;
}
@media (max-width: 1550px) {
  .footer .footer-inner .left .footer-copyright {
    width: 30vw;
  }
}
@media (max-width: 1300px) {
  .footer .footer-inner .left .footer-copyright {
    max-width: 625px;
    width: 100%;
  }
}
.footer .footer-inner .left .footer-copyright p {
  margin: 0;
  padding: 0;
}
.footer .footer-inner .left .footer-links {
  display: flex;
  gap: 25px;
}
.footer .footer-inner .left .footer-links a {
  color: #00125A;
  font-size: 14px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.footer .footer-inner .left .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-inner .right {
  flex: 0 0 auto;
}
.footer .footer-inner .right .footer-offices {
  display: flex;
  gap: 100px;
}
@media (max-width: 991px) {
  .footer .footer-inner .right .footer-offices {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .right .footer-offices {
    width: 100%;
  }
}
.footer .footer-inner .right .footer-offices .office-col {
  flex: 0 0 auto;
  position: relative;
}
.footer .footer-inner .right .footer-offices .office-col .office-header {
  border-bottom: 5px solid #D5AF31;
  display: table-cell;
  flex-wrap: wrap;
  gap: 0;
  height: 105px;
  padding: 0 50px 10px 0;
  position: relative;
  vertical-align: bottom;
}
@media (max-width: 1300px) {
  .footer .footer-inner .right .footer-offices .office-col .office-header {
    display: block;
    height: auto;
    padding: 0 0 10px 0;
  }
}
.footer .footer-inner .right .footer-offices .office-col .office-header .office-name {
  color: #00125A;
  font-size: 26px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  flex: 0 0 100%;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .footer .footer-inner .right .footer-offices .office-col .office-header .office-name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .right .footer-offices .office-col .office-header .office-name {
    font-size: 20px;
  }
}
.footer .footer-inner .right .footer-offices .office-col .office-header .office-address {
  font-style: normal;
  flex: 0 0 100%;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .footer .footer-inner .right .footer-offices .office-col .office-header .office-address {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .right .footer-offices .office-col .office-header .office-address {
    font-size: 16px;
  }
}
.footer .footer-inner .right .footer-offices .office-col .office-contact-info {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.footer .footer-inner .right .footer-offices .office-col .contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .footer .footer-inner .right .footer-offices .office-col .contact-row {
    justify-content: center;
  }
}
.footer .footer-inner .right .footer-offices .office-col .contact-row i {
  color: #ac8813;
  font-size: 20px;
}
.footer .footer-inner .right .footer-offices .office-col .contact-row a {
  color: #00125A;
  font-size: 18px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.footer .footer-inner .right .footer-offices .office-col .contact-row a:hover {
  text-decoration: underline;
}

.footer-menu-wrap {
  margin-top: 30px;
}
.footer-menu-wrap ul.footer-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-menu-wrap ul.footer-menu {
    gap: 5px;
    justify-content: center;
  }
}
.footer-menu-wrap ul.footer-menu li {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-menu-wrap ul.footer-menu li {
    flex: 0 0 100%;
  }
}
.footer-menu-wrap ul.footer-menu li a {
  color: #00125A;
  font-size: 15px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.company-info {
  background: #eee;
  color: #666;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
}
.company-info * {
  color: #666;
}
.company-info a {
  color: #00125A;
}
.company-info a:before, .company-info a:after {
  display: none;
}
.company-info a {
  font-weight: inherit;
  text-decoration: none;
}
.company-info a.muted {
  color: #666;
}

@font-face {
  font-family: "Archivo";
  src: url("/fonts/archivo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}
:root {
  --white: #ffffff;
  --off-white: #f4f5f2;
  --ink: #0c110f;
  --green: #075038;
  --green-dark: #063b2b;
  --red: #d43c29;
  --line: #cdd2ce;
  --muted: #59615d;
  --max: 1440px;
  --page: clamp(20px, 4vw, 64px);
  --header-h: 112px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.foxcote-site {
  padding-top: 0 !important;
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

body.foxcote-site a:hover {
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button, input, select, textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 100;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 360px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 14px var(--page);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.site-header.is-scrolled {
  position: sticky;
  top: 0;
  min-height: 72px;
  box-shadow: 0 8px 30px rgba(12, 17, 15, 0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 7px;
}

.brand-name {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand-name span {
  display: block;
  white-space: nowrap;
}

.brand-charity {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  gap: clamp(18px, 2vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease-out;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-current::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 24px;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background-color 160ms ease-out, color 160ms ease-out;
}

.header-action:hover,
.header-action:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.header-actions {
  justify-self: end;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-link span {
  min-width: 13px;
  text-align: center;
}

.cart-link .basket-icon {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 12px;
  border: 2px solid currentColor;
  border-top-width: 1px;
  transform: translateY(2px);
}

.cart-link .basket-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.cart-link .basket-icon::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: 50%;
  border-left: 1px solid currentColor;
}

.cart-link:hover {
  background: var(--ink);
  color: var(--white);
}

.menu-toggle, .mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr) 42px;
  height: clamp(640px, 52vw, 760px);
  background: var(--off-white);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: 54px clamp(30px, 4vw, 70px) 58px var(--page);
  overflow: hidden;
}

.eyebrow {
  display: flex;
  gap: 24px;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow span + span {
  color: var(--muted);
}

.hero h1 {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(72px, 6.3vw, 112px);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--green);
}

.hero-number {
  position: absolute;
  right: -12px;
  bottom: 118px;
  z-index: 1;
  margin: 0;
  color: transparent;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(150px, 20vw, 320px);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px #c7cec9;
  user-select: none;
}

.hero-intro {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 0.8fr);
  gap: 32px;
  align-items: end;
  margin-top: 50px;
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.hero-intro > p {
  max-width: 470px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  transition: background-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--red);
  color: var(--white);
}

.button-primary:hover {
  background: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--green);
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.text-link:hover, .text-link:focus-visible {
  border-bottom-width: 2px;
}

.hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--green);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 34, 25, 0.05), transparent 30%);
  pointer-events: none;
}

.hero-media figcaption,
.detail-image figcaption,
.lead-story figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 2;
  color: var(--white);
}

.hero-rail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: var(--green);
  color: var(--white);
  writing-mode: vertical-rl;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-strip {
  display: grid;
  grid-template-columns: 1.2fr 3fr auto;
  gap: 40px;
  align-items: center;
  padding: 24px var(--page);
  background: var(--ink);
  color: var(--white);
}

.status-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.status-heading p,
.status-strip dt,
.status-strip dd {
  margin: 0;
}

.status-heading p,
.status-strip dt {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulse {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
}

.status-strip dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0;
}

.status-strip dl div {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.status-strip dt {
  color: #aeb7b2;
}

.status-strip dd {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.status-link {
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 5fr 3.5fr;
  grid-template-rows: auto 1fr;
  column-gap: 48px;
  row-gap: 34px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 112px var(--page) 120px;
}

.section-index {
  grid-column: 1;
  grid-row: 1;
  color: var(--red);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.intro-kicker {
  grid-column: 2;
  grid-row: 1;
  position: relative;
}

.intro-kicker .eyebrow {
  color: var(--green);
}

.vertical-label {
  display: none;
}

.intro-statement {
  grid-column: 2;
  grid-row: 2;
}

.intro-statement h2,
.section-header h2,
.support-copy h2,
.shop-copy h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.intro-statement h2 {
  font-size: clamp(52px, 5.5vw, 88px);
  line-height: 0.9;
}

.intro-statement h2 strong {
  color: var(--green);
  font-weight: 900;
}

.intro-statement > p {
  max-width: 540px;
  margin: 30px 0 24px;
  font-size: 18px;
}

.detail-image {
  grid-column: 3;
  grid-row: 1/span 2;
  align-self: stretch;
  margin: 0;
}

.detail-image img {
  width: 100%;
  height: calc(100% - 28px);
  min-height: 600px;
  object-fit: cover;
}

.detail-image figcaption {
  padding-top: 10px;
  border-top: 3px solid var(--red);
}

.milestone-list {
  display: grid;
  gap: 0;
  max-width: 620px;
  margin: 34px 0 28px;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.milestone-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.milestone-list span {
  color: var(--red);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.milestone-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.volunteer-callout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 610px;
  background: var(--ink);
  color: var(--white);
}

.volunteer-callout figure {
  margin: 0;
  overflow: hidden;
}

.captioned-photo {
  display: flex;
  flex-direction: column;
}

.captioned-photo img {
  min-height: 0;
  flex: 1;
}

.captioned-photo figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 12px 20px;
  background: var(--green);
  color: var(--white);
  font-size: 12px;
  line-height: 1.5;
}

.volunteer-callout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.volunteer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vw, 112px);
}

.volunteer-copy .eyebrow {
  color: #8ee5c0;
}

.volunteer-copy h2 {
  margin: 24px 0 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(48px, 5.5vw, 86px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.volunteer-copy p:not(.eyebrow) {
  max-width: 510px;
  margin: 34px 0;
  font-size: 18px;
}

.news-section {
  padding: 128px var(--page) 0;
  background: var(--off-white);
}

.news-section.home-news {
  padding-bottom: 128px;
}

.section-header {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 8.333%;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto 72px;
}

.section-header > * {
  min-width: 0;
}

.section-header .eyebrow {
  margin-bottom: 22px;
  color: var(--green);
}

.section-header h2 {
  font-size: clamp(56px, 7vw, 112px);
  line-height: 0.82;
}

.section-header > p {
  max-width: 470px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
  font-size: 18px;
}

.lead-story {
  display: grid;
  grid-template-columns: 7fr 5fr;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--green);
  color: var(--white);
}

.lead-story figure {
  margin: 0;
}

.lead-story figure img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.lead-story figcaption {
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 88px);
}

.story-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 34px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-copy h3,
.story h3 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.story-copy h3 {
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}

.story-copy > p:not(.story-meta) {
  max-width: 500px;
  margin: 30px 0 42px;
  font-size: 18px;
}

.story-copy .button {
  align-self: flex-start;
  background: var(--white);
  color: var(--ink);
}

.story-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 0;
  width: auto;
  max-width: none;
  margin: 96px calc(-1 * var(--page)) 0;
  align-items: stretch;
  background: var(--green);
}

.story figure {
  margin: 0 0 22px;
  overflow: hidden;
}

.story figure img {
  width: 100%;
  transition: transform 300ms var(--ease);
}

.story:hover figure img {
  transform: scale(1.015);
}

.story-tall {
  position: relative;
  display: grid;
  grid-template: 1fr auto/1fr;
  min-height: 720px;
  overflow: hidden;
  background: var(--ink);
}

.story-tall figure {
  grid-area: 1/1/3;
  height: 100%;
  margin: 0;
}

.story-tall figure img {
  height: 100%;
  object-fit: cover;
}

.story-tall .story-meta {
  grid-area: 1/1;
  z-index: 2;
  align-self: start;
  margin: 28px;
  color: var(--white);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.story-tall h3 {
  grid-area: 2/1;
  z-index: 2;
  align-self: end;
  width: min(72%, 680px);
  padding: 30px 34px 58px;
  border-top: 6px solid var(--red);
  background: var(--white);
}

.story-tall .text-link {
  grid-area: 2/1;
  z-index: 3;
  align-self: end;
  justify-self: start;
  margin: 0 0 25px 34px;
}

.story-wide {
  display: flex;
  flex-direction: column;
  background: var(--green);
  color: var(--white);
}

.story-wide figure {
  margin: 0;
}

.story-wide figure img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.story-wide > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 36px 44px;
}

.story-wide .story-meta {
  width: 100%;
  color: #a8e5ca;
}

.story-wide .text-link {
  margin-top: auto;
  color: var(--white);
  border-bottom-color: #a8e5ca;
}

.story .story-meta {
  color: var(--muted);
}

.story-wide .story-meta {
  color: #a8e5ca;
}

.story h3 {
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1;
}

.story > p, .story > div > p:not(.story-meta) {
  margin: 18px 0 24px;
}

.story .text-link {
  margin-top: 24px;
}

.story-tall .story-meta {
  color: var(--white);
}

.story-wide .text-link {
  margin-top: auto;
}

.support-section {
  position: relative;
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: clamp(40px, 8vw, 130px);
  padding: 150px var(--page);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.support-number {
  position: absolute;
  top: -72px;
  right: 10px;
  color: transparent;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(180px, 30vw, 500px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
}

.support-copy, .support-options {
  position: relative;
  z-index: 2;
}

.support-copy .eyebrow {
  color: var(--red);
  margin-bottom: 34px;
}

.support-copy h2 {
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.86;
}

.support-copy > p:last-child {
  max-width: 600px;
  margin: 42px 0 0;
  color: #c9d0cc;
  font-size: 18px;
}

.support-options {
  align-self: end;
  border-top: 1px solid #59615d;
}

.support-options a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid #59615d;
  color: var(--white);
  text-decoration: none;
  transition: color 160ms ease-out;
}

.support-options a:hover, .support-options a:focus-visible {
  color: #7be4b9;
}

.option-index {
  color: var(--red);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.support-options strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.support-options small {
  display: block;
  margin-top: 8px;
  color: #aeb7b2;
  font-size: 13px;
}

.support-options i {
  font-style: normal;
  font-size: 22px;
}

.shop-teaser {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 680px;
}

.shop-teaser figure {
  margin: 0;
  overflow: hidden;
}

.shop-teaser figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.shop-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(50px, 7vw, 120px);
  background: var(--green);
  color: var(--white);
}

.shop-copy .eyebrow {
  margin-bottom: 32px;
  color: #9ee8c8;
}

.shop-copy h2 {
  font-size: clamp(50px, 5vw, 82px);
  line-height: 0.9;
}

.shop-copy p:not(.eyebrow) {
  max-width: 440px;
  margin: 34px 0;
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 56px var(--page) 34px;
  border-top: 12px solid var(--red);
  background: var(--ink);
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 42px;
}

.footer-brand img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  text-transform: uppercase;
}

.footer-name {
  color: var(--white);
  font-size: 21px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.035em;
}

.footer-owner {
  margin-top: 14px !important;
  color: #aeb7b2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer-statement {
  justify-self: end;
  max-width: 470px;
  padding: 10px 0 42px;
  text-align: right;
}

.footer-statement p {
  margin: 0;
  color: #c7cfcb;
  font-size: 14px;
}

.footer-statement p + p {
  margin-top: 14px;
  color: #8ee5c0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer nav {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px clamp(28px, 4vw, 64px);
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #4b5550;
  border-bottom: 1px solid #4b5550;
}

.site-footer nav .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px clamp(28px, 4vw, 64px);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer nav .footer-nav li {
  margin: 0;
}

.site-footer nav a {
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: #8ee5c0;
}

.footer-meta {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding-top: 24px;
}

.footer-meta p {
  margin: 0;
  color: #aeb7b2;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.footer-meta a {
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-meta a:hover {
  color: #8ee5c0;
}

:focus-visible {
  outline: 3px solid #f0b827;
  outline-offset: 4px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    justify-self: end;
  }
  .menu-toggle {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 48px;
    border: 1px solid var(--ink);
    background: var(--white);
    color: var(--ink);
    font-family: "Archivo", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .menu-lines {
    display: grid;
    gap: 5px;
    width: 16px;
  }
  .menu-lines i {
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease-out;
  }
  .menu-toggle[aria-expanded=true] .menu-lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .menu-lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-menu {
    position: fixed;
    inset: var(--header-h) 0 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px var(--page);
    background: var(--ink);
    color: var(--white);
  }
  .mobile-menu[hidden] {
    display: none;
  }
  .mobile-menu a {
    padding: 16px 0;
    border-bottom: 1px solid #47504b;
    font-family: "Archivo", Arial, sans-serif;
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }
  .hero {
    grid-template-columns: 5fr 7fr;
  }
  .hero-rail {
    display: none;
  }
  .hero-copy {
    min-height: 0;
  }
  .hero-intro {
    grid-template-columns: 1fr;
  }
  .intro-section {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .section-index {
    grid-column: 1;
  }
  .intro-kicker {
    grid-column: 1;
    margin-left: 64px;
  }
  .intro-statement {
    grid-column: 1;
  }
  .detail-image {
    grid-column: 2;
  }
  .story-wide {
    grid-template-columns: 1fr;
  }
  .story-wide figure img {
    min-height: 360px;
  }
}
@media (max-width: 760px) {
  main h1, main h2, main h3 {
    overflow-wrap: anywhere;
  }
  .hero-copy, .intro-statement, .intro-kicker, .section-header > *,
  .story-copy, .support-copy, .support-options, .shop-copy, .volunteer-copy {
    min-width: 0;
  }
  .button, .text-link {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .hero-media figcaption, .detail-image figcaption, .lead-story figcaption,
  .footer-meta {
    flex-wrap: wrap;
  }
  .hero-media figcaption > span, .detail-image figcaption > span,
  .lead-story figcaption > span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  :root {
    --header-h: 86px;
  }
  .site-header {
    min-height: var(--header-h);
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 62px;
    height: 62px;
  }
  .brand-copy {
    gap: 5px;
  }
  .brand-name {
    font-size: 14.5px;
    line-height: 0.92;
  }
  .brand-charity {
    font-size: 8.5px;
  }
  .header-action {
    display: none;
  }
  .cart-link {
    min-height: 44px;
    padding: 0 11px;
    font-size: 11px;
  }
  .menu-toggle {
    min-width: 76px;
    min-height: 44px;
  }
  .site-header.is-scrolled {
    min-height: var(--header-h);
  }
  .hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
  }
  .hero-copy {
    min-height: 0;
    padding: 28px var(--page) 42px;
    order: 2;
  }
  .hero h1 {
    margin: 38px 0 0;
    font-size: clamp(54px, 17.5vw, 70px);
    line-height: 0.78;
  }
  .hero-number {
    right: -5px;
    bottom: 164px;
    font-size: 170px;
  }
  .hero-intro {
    gap: 22px;
    margin-top: 38px;
  }
  .hero-intro > p {
    font-size: 17px;
  }
  .hero-media {
    position: relative;
    flex: 0 0 auto;
    display: grid;
    grid-template-rows: auto auto;
    width: 100%;
    min-height: 0;
    padding: 0;
    aspect-ratio: auto;
    order: 1;
  }
  .hero-media img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: 45% center;
  }
  .hero-media figcaption {
    position: static;
    padding: 8px 14px;
    background: var(--green);
    line-height: 1.2;
  }
  .status-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .status-strip dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .status-strip dl div {
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #39413d;
  }
  .intro-section {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .section-index {
    grid-column: 1;
    grid-row: 1;
  }
  .intro-kicker {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }
  .intro-statement {
    grid-column: 2;
    grid-row: 2;
  }
  .intro-statement h2 {
    font-size: clamp(32px, 11vw, 68px);
  }
  .intro-statement > p {
    font-size: 17px;
  }
  .detail-image {
    grid-column: 2;
    grid-row: 3;
    margin-top: 34px;
  }
  .detail-image img {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .milestone-list {
    margin-top: 28px;
  }
  .milestone-list li {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }
  .volunteer-callout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .volunteer-callout figure {
    max-height: 480px;
  }
  .volunteer-callout img {
    height: auto;
    aspect-ratio: 4/3;
    object-position: center 35%;
  }
  .volunteer-copy {
    padding: 64px var(--page) 72px;
  }
  .volunteer-copy h2 {
    font-size: clamp(46px, 13vw, 62px);
  }
  .news-section {
    padding-top: 88px;
    padding-bottom: 0;
  }
  .news-section.home-news {
    padding-bottom: 88px;
  }
  .section-header {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 48px;
  }
  .section-header h2 {
    font-size: clamp(48px, 13.5vw, 60px);
  }
  .section-header > p {
    font-size: 17px;
  }
  .lead-story {
    grid-template-columns: 1fr;
  }
  .lead-story figure img {
    min-height: 350px;
  }
  .story-copy {
    padding: 38px 24px 44px;
  }
  .story-copy h3 {
    font-size: 42px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 72px;
    background: transparent;
  }
  .story-tall {
    min-height: 600px;
  }
  .story-tall h3 {
    width: calc(100% - 24px);
    padding-right: 24px;
    padding-left: 24px;
  }
  .story-tall .text-link {
    margin-left: 24px;
  }
  .story-wide figure img {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .support-section {
    grid-template-columns: 1fr;
    gap: 80px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .support-number {
    top: -12px;
    right: -8px;
    font-size: 150px;
  }
  .support-copy h2 {
    font-size: clamp(36px, 12vw, 70px);
  }
  .shop-teaser {
    grid-template-columns: 1fr;
  }
  .shop-teaser figure {
    min-height: 420px;
  }
  .shop-copy {
    padding: 72px var(--page);
  }
  .shop-copy h2 {
    font-size: clamp(48px, 15vw, 68px);
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 44px;
  }
  .footer-brand {
    gap: 8px;
    padding-bottom: 36px;
  }
  .footer-brand img {
    width: 62px;
    height: 62px;
  }
  .footer-name {
    font-size: 13px;
  }
  .footer-owner {
    margin-top: 10px !important;
    font-size: 9px;
  }
  .footer-statement {
    justify-self: start;
    padding: 0 0 32px;
    text-align: left;
  }
  .site-footer nav {
    gap: 14px 28px;
  }
  .footer-meta {
    text-align: left;
  }
  /* Compact mobile sections without shortening reading or touch spacing. */
  .hero-copy {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .hero h1 {
    margin-top: 24px;
  }
  .hero-intro {
    margin-top: 28px;
    gap: 20px;
  }
  .intro-section {
    padding-top: 48px;
    padding-bottom: 48px;
    row-gap: 20px;
  }
  .intro-statement > p {
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .detail-image {
    margin-top: 8px;
  }
  .milestone-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .news-section {
    padding-top: 48px;
  }
  .news-section.home-news {
    padding-bottom: 48px;
  }
  .section-header {
    gap: 24px;
    margin-bottom: 32px;
  }
  .section-header .eyebrow {
    margin-bottom: 18px;
  }
  .lead-story figure img {
    min-height: 0;
    height: auto;
  }
  .story-copy {
    padding: 28px 24px 32px;
  }
  .story-meta {
    margin-bottom: 20px;
  }
  .story-copy > p:not(.story-meta) {
    margin: 20px 0 24px;
  }
  .story-grid {
    margin-top: 40px;
  }
  .support-section {
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .support-copy .eyebrow {
    margin-bottom: 20px;
  }
  .support-copy > p:last-child {
    margin-top: 24px;
  }
  .support-options a {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 84px;
    padding: 16px 0;
  }
  .shop-teaser {
    min-height: 0;
  }
  .shop-teaser figure {
    min-height: 0;
  }
  .shop-teaser figure img {
    display: block;
    height: auto;
  }
  .shop-copy, .volunteer-copy {
    padding: 36px var(--page) 40px;
  }
  .shop-copy .eyebrow {
    margin-bottom: 20px;
  }
  .shop-copy p:not(.eyebrow), .volunteer-copy p:not(.eyebrow) {
    margin: 24px 0;
  }
  .volunteer-copy h2 {
    margin-top: 18px;
  }
  .volunteer-callout figure {
    max-height: none;
  }
  .captioned-photo img {
    flex: none;
  }
  .captioned-photo figcaption {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .site-footer {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .footer-brand {
    padding-bottom: 24px;
  }
  .footer-statement {
    padding-bottom: 24px;
  }
  .site-footer nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-meta {
    padding-top: 20px;
    gap: 16px;
  }
}
@media (max-width: 420px) {
  :root {
    --header-h: 76px;
  }
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    padding: 7px 10px;
  }
  .brand {
    min-width: 0;
    gap: 6px;
  }
  .brand img {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
  }
  .brand-copy {
    min-width: 0;
    gap: 4px;
  }
  .brand-name {
    font-size: 12px;
  }
  .brand-charity {
    font-size: 7.5px;
  }
  .cart-link {
    min-height: 42px;
    gap: 6px;
    padding: 0 8px;
  }
  .menu-toggle {
    min-width: 68px;
    min-height: 42px;
    gap: 8px;
  }
}
@media (max-width: 370px) {
  .site-header {
    gap: 5px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .brand {
    gap: 5px;
  }
  .brand img {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .brand-name {
    font-size: 11px;
  }
  .brand-charity {
    font-size: 7px;
  }
  .cart-link {
    gap: 5px;
    padding: 0 6px;
  }
  .cart-link .basket-icon {
    width: 16px;
    min-width: 16px;
  }
  .menu-toggle {
    min-width: 64px;
    gap: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
.page-main {
  overflow: hidden;
}

.foxcote-site .page-main h1,
.foxcote-site .page-main h2,
.foxcote-site .page-main h3,
.foxcote-site .page-main h4,
.foxcote-site .page-main h5,
.foxcote-site .page-main h6 {
  color: inherit;
}

.foxcote-site ol#breadcrumbs,
.foxcote-site ol#breadcrumbs a,
.foxcote-site ol#breadcrumbs a * {
  color: var(--muted);
}

.foxcote-site ol#breadcrumbs li:last-of-type a,
.foxcote-site ol#breadcrumbs li:last-of-type a * {
  color: var(--muted);
}

.foxcote-site ol#breadcrumbs a {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-main .prose a,
.article-copy a {
  text-decoration: underline;
}

.page-main .listing-header h1 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.page-main .prose h2,
.page-main .prose h3,
.article-copy h2,
.article-copy h3 {
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
}

/* The legacy type partial applies list rules with !important. Keep the
   imported Foxcote components deterministic when both style systems load. */
main.page-main ol.milestone-list,
main.page-main ul.benefit-list {
  margin-left: 0;
  list-style: none;
}

main.page-main ol.milestone-list {
  display: grid !important;
  margin-top: 34px;
  margin-bottom: 28px;
  padding-left: 0;
  counter-reset: none;
}

main.page-main ol.milestone-list > li,
main.page-main ul.benefit-list > li {
  display: grid !important;
  margin-top: 0;
  list-style: none;
  counter-increment: none;
}

main.page-main ol.milestone-list > li::before {
  content: none;
}

main.page-main ul.benefit-list {
  display: grid !important;
  padding-left: 0;
}

.cookie-bar-overlay[hidden] {
  display: none !important;
}

.foxcote-site .cookie-bar-overlay {
  background: rgba(6, 10, 8, 0.72);
}

.foxcote-site .cookie-bar-overlay .cookie-bar {
  width: min(680px, 100% - 40px);
  max-width: none;
  padding: 32px;
  background: var(--white);
  color: var(--ink);
}

.foxcote-site .cookie-bar-overlay .cookie-bar .top {
  text-align: left;
}

.foxcote-site .cookie-bar-overlay .cookie-bar .top p {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.foxcote-site .cookie-bar-overlay .cookie-bar .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  text-align: right;
}

.foxcote-site .cookies-button {
  background: var(--ink);
  border-radius: 0;
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.page-hero {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 610px;
  background: var(--off-white);
}

.page-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 72px var(--page) 80px;
  overflow: hidden;
}

.page-hero .eyebrow {
  position: absolute;
  top: 54px;
  left: var(--page);
  color: var(--green);
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(68px, 8.7vw, 140px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.page-hero h1 strong {
  color: var(--green);
  font-weight: 900;
}

.page-hero-deck {
  position: relative;
  z-index: 2;
  max-width: 610px;
  margin: 42px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

.page-hero-number {
  position: absolute;
  right: -10px;
  bottom: -30px;
  margin: 0;
  color: transparent;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(180px, 24vw, 390px);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px #d1d6d2;
}

.page-hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--green);
}

.page-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

.about-hero,
.contact-hero {
  grid-template-columns: 5fr 7fr;
  height: clamp(560px, 42vw, 680px);
  min-height: 0;
}

.about-hero > *,
.contact-hero > * {
  min-height: 0;
}

.about-hero .page-hero-copy,
.contact-hero .page-hero-copy {
  padding-bottom: 62px;
}

.about-hero .page-hero-media img {
  object-position: 58% 50%;
}

.contact-hero .page-hero-media img {
  object-position: 50% 50%;
}

.shop-hero .page-hero-media img {
  object-position: 60% 50%;
}

.news-hero .page-hero-media,
.shop-hero .page-hero-media {
  background: var(--ink);
}

.news-hero .page-hero-media img,
.shop-hero .page-hero-media img {
  object-fit: contain;
}

.contact-hero .page-hero-copy {
  justify-content: center;
  padding-top: 116px;
}

.contact-hero h1 {
  font-size: clamp(72px, 6vw, 120px);
}

.contact-hero h1 strong {
  display: block;
  font-size: clamp(44px, 3.2vw, 68px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-hero .page-hero-deck {
  margin-top: 34px;
}

.page-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--white);
}

.page-rail > div {
  min-height: 88px;
  padding: 22px var(--page);
  border-right: 1px solid #3f4944;
}

.page-rail span {
  display: block;
  color: #9fa9a4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-rail strong {
  display: block;
  margin-top: 7px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
}

.page-section {
  padding: 120px var(--page);
}

.page-section.is-soft {
  background: var(--off-white);
}

.page-section.is-dark {
  background: var(--ink);
  color: var(--white);
}

.page-section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.search-section {
  min-height: 620px;
  background: var(--off-white);
}

.search-form {
  max-width: 920px;
}

.search-form label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-form-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.search-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #8d9691;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.search-form input:focus {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.search-results {
  max-width: 920px;
  margin-top: 72px;
  border-top: 1px solid var(--ink);
}

.search-message, .search-count {
  margin: 0;
  padding-top: 22px;
  color: var(--muted);
  font-size: 17px;
}

.search-result {
  padding: 28px 0 32px;
  border-bottom: 1px solid var(--line);
}

.search-result h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.search-result h2 a {
  text-decoration: none;
}

.search-result h2 a:hover, .search-result h2 a:focus-visible {
  color: var(--green);
}

.search-result p {
  max-width: 720px;
  margin: 18px 0 20px;
  font-size: 17px;
}

.search-result .text-link {
  color: var(--green);
}

.error-section {
  position: relative;
  min-height: 580px;
  background: var(--off-white);
}

.error-section .page-section-inner {
  position: relative;
}

.error-section h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.error-section h1 strong {
  color: var(--green);
  font-weight: 900;
}

.error-message {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 44px 0 30px;
  font-size: 20px;
}

.error-number {
  position: absolute;
  right: -10px;
  bottom: -50px;
  color: transparent;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(220px, 34vw, 520px);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px #d1d6d2;
  user-select: none;
}

body.holding-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: var(--page);
  background: var(--ink);
  color: var(--white);
}

.holding-page-card {
  position: relative;
  width: min(760px, 100%);
  padding: clamp(36px, 6vw, 84px);
  overflow: hidden;
  background: var(--off-white);
  color: var(--ink);
}

.holding-page-logo {
  width: min(220px, 60%);
  margin-bottom: 42px;
}

.holding-page-card h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.holding-page-card h1 strong {
  color: var(--green);
  font-weight: 900;
}

.holding-page-message {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 32px 0 0;
  font-size: 19px;
}

.holding-page-contact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.holding-page-contact .section-label {
  flex-basis: 100%;
  margin-bottom: 0;
}

.holding-page-contact a {
  color: var(--green);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.holding-page-card::after {
  content: "7822";
  position: absolute;
  right: -10px;
  bottom: -34px;
  color: transparent;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(180px, 28vw, 360px);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px #d1d6d2;
  user-select: none;
}

.section-label {
  margin: 0 0 26px;
  color: var(--red);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.page-section h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(52px, 6.5vw, 104px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.page-section h2 strong {
  color: var(--green);
  font-weight: 900;
}

.page-section.is-dark h2 strong {
  color: #8ee5c0;
}

.lede-grid {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 8.333%;
  align-items: end;
}

.lede-grid > p {
  max-width: 560px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  font-size: 19px;
}

.body-grid {
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 8.333%;
  margin-top: 82px;
}

.body-grid .eyebrow {
  color: var(--green);
}

.prose {
  max-width: 760px;
}

.prose p {
  margin: 0 0 24px;
  font-size: 18px;
}

.prose p:first-child {
  font-size: 24px;
  line-height: 1.35;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid currentColor;
}

.fact {
  min-height: 170px;
  padding: 26px 24px 24px 0;
  border-bottom: 1px solid currentColor;
}

.fact + .fact {
  padding-left: 24px;
  border-left: 1px solid currentColor;
}

.fact span {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact strong {
  display: block;
  margin-top: 36px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(24px, 2.3vw, 38px);
  line-height: 1;
}

.image-band {
  display: grid;
  grid-template-columns: 8fr 4fr;
  min-height: 680px;
}

.image-band figure {
  margin: 0;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 58px;
  background: var(--green);
  color: var(--white);
}

.image-band-copy h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(46px, 4.6vw, 74px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.image-band-copy p {
  margin: 30px 0 0;
  font-size: 18px;
}

.image-band-copy .text-link {
  color: var(--white);
}

.image-band-copy .text-link:hover, .image-band-copy .text-link:focus-visible {
  color: #8ee5c0;
}

.history-heading {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 8.333%;
  align-items: end;
}

.history-filters {
  justify-content: flex-end;
}

.is-dark .filter-button {
  border-color: #73807a;
  color: var(--white);
}

.is-dark .filter-button[aria-pressed=true] {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.history-records {
  margin-top: 76px;
  border-top: 1px solid #555f5a;
}

.history-chapter {
  display: grid;
  grid-template-columns: minmax(190px, 3fr) minmax(0, 8fr);
  gap: clamp(42px, 7vw, 112px);
  padding: 58px 0 68px;
  border-bottom: 1px solid #555f5a;
}

.history-chapter header {
  position: sticky;
  top: 140px;
  align-self: start;
}

.history-chapter time {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.history-chapter h3 {
  max-width: 360px;
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.history-copy {
  max-width: 900px;
}

.history-photo {
  margin: 0 0 42px;
}

.history-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.history-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 11px;
  color: #aab4af;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.history-copy p {
  margin: 0 0 26px;
  color: #c3cbc7;
  font-size: 18px;
  line-height: 1.65;
}

.history-copy p:first-child {
  color: var(--white);
  font-size: 21px;
  line-height: 1.52;
}

.history-copy p:last-child {
  margin-bottom: 0;
}

.history-copy h4 {
  margin: 48px 0 20px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shed-table-wrap {
  margin-top: 22px;
  border-top: 1px solid #73807a;
}

.shed-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--white);
}

.shed-table th, .shed-table td {
  padding: 17px 14px;
  border-bottom: 1px solid #47504b;
  text-align: left;
  vertical-align: top;
}

.shed-table th {
  color: #9fa9a4;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shed-table td {
  font-size: 15px;
}

.shed-table th:first-child, .shed-table td:first-child {
  width: 42%;
  padding-left: 0;
}

.shed-table th:nth-child(2), .shed-table td:nth-child(2) {
  width: 18%;
}

.shed-table th:last-child, .shed-table td:last-child {
  width: 40%;
  padding-right: 0;
}

.history-chapter[hidden] {
  display: none;
}

.history-chapter:has(.shed-table-wrap) {
  border-bottom: 0;
}

.listing-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 56px;
}

.listing-header h2 {
  max-width: 820px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button, .choice-tab, .amount-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.filter-button[aria-pressed=true], .filter-button.is-selected, .choice-tab[aria-selected=true], .amount-button.is-selected {
  background: var(--ink);
  color: var(--white);
}

.news-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 72px 28px;
}

.news-card {
  grid-column: span 4;
}

.news-card.is-featured {
  grid-column: span 8;
}

.news-card figure {
  margin: 0 0 24px;
  overflow: hidden;
  background: #dce1de;
}

.news-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 300ms var(--ease);
}

.news-card.is-featured img {
  aspect-ratio: 16/9;
}

.news-card:hover img {
  transform: scale(1.015);
}

.news-card h3 {
  margin: 18px 0 22px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.news-card-summary {
  max-width: 620px;
  margin: -4px 0 24px;
  color: #46504b;
  font-size: 16px;
  line-height: 1.55;
}

.news-card[hidden] {
  display: none;
}

.article-hero {
  padding: 110px var(--page) 72px;
  background: var(--off-white);
}

.article-hero-inner {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 8.333%;
  max-width: var(--max);
  margin: 0 auto;
  align-items: end;
}

.article-hero h1 {
  margin: 20px 0 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(62px, 7.5vw, 120px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.article-standfirst {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
  font-size: 20px;
}

.article-image {
  margin: 0;
}

.article-image img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
}

.article-body {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr;
  gap: 40px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px var(--page);
}

.article-share {
  position: sticky;
  top: 130px;
  align-self: start;
}

.article-share p {
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-copy p {
  margin: 0 0 28px;
  font-size: 19px;
}

.article-copy p:first-child {
  font-size: 27px;
  line-height: 1.35;
}

.article-aside {
  padding-top: 24px;
  border-top: 4px solid var(--red);
}

.article-aside strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
}

.article-aside span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 28px;
}

.product-card {
  position: relative;
}

.product-card figure {
  position: relative;
  margin: 0 0 22px;
  overflow: hidden;
  background: #e5e8e6;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 300ms var(--ease);
}

.product-card:hover img {
  transform: scale(1.015);
}

.product-card h3 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 24px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.quick-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  min-height: 48px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: 180ms ease-out;
}

.product-card:hover .quick-view, .quick-view:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.bag-button {
  position: relative;
}

.product-option-field {
  width: 100%;
  margin: 20px 0 26px;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  justify-content: flex-end;
  background: rgba(6, 10, 8, 0.68);
}

.cart-backdrop[hidden], .cart-stage[hidden], [data-cart-filled][hidden], [data-cart-empty][hidden] {
  display: none;
}

.cart-panel {
  width: min(620px, 100%);
  height: 100%;
  overflow-y: auto;
  background: var(--white);
  color: var(--ink);
  box-shadow: -20px 0 70px rgba(0, 0, 0, 0.18);
  animation: cart-enter 260ms var(--ease) both;
}

@keyframes cart-enter {
  from {
    transform: translateX(32px);
    opacity: 0.65;
  }
}
.cart-panel-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  min-height: 126px;
  padding: 30px 34px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.cart-panel-header .eyebrow {
  margin: 0 0 8px;
  color: var(--green);
}

.cart-panel-header h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.cart-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}

.cart-stage {
  padding: 34px;
}

.cart-empty {
  min-height: calc(100vh - 194px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cart-empty strong {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.cart-empty p {
  max-width: 390px;
  margin: 18px 0 30px;
  color: var(--muted);
}

.cart-items {
  border-top: 1px solid var(--ink);
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item > img {
  width: 92px;
  height: 112px;
  object-fit: cover;
  background: var(--off-white);
}

.cart-item-copy h3 {
  margin: 2px 0 5px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.1;
}

.cart-item-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid var(--ink);
}

.quantity-control button {
  height: 32px;
  border: 0;
  background: var(--white);
  cursor: pointer;
}

.quantity-control span {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.cart-item-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.cart-item-end strong {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
}

.cart-item-end button, .cart-back {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cart-totals {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 3px solid var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 22px;
}

.cart-note {
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 12px;
}

.cart-primary {
  width: 100%;
}

.cart-back {
  margin-bottom: 28px;
}

.checkout-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.checkout-progress span {
  padding: 0 0 12px;
  color: var(--muted);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-progress .is-current {
  border-bottom: 3px solid var(--red);
  color: var(--ink);
}

.checkout-form h3, .checkout-review h3, .cart-confirmation h3 {
  margin: 0 0 28px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.checkout-form .field-grid {
  gap: 16px;
}

.delivery-options {
  margin: 28px 0;
  padding: 0;
  border: 0;
}

.delivery-options legend {
  margin-bottom: 10px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.delivery-options label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}

.delivery-options label:last-child {
  border-bottom: 1px solid var(--line);
}

.delivery-options input {
  margin-right: 9px;
  accent-color: var(--green);
}

.review-lines {
  border-top: 1px solid var(--ink);
}

.review-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.review-lines small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.review-delivery {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 24px 0;
}

.review-delivery span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-delivery p {
  margin: 0;
}

.review-lines.is-total > div:last-child {
  padding-top: 20px;
  border-top: 3px solid var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 20px;
}

.prototype-payment {
  margin: 30px 0;
  padding: 22px;
  background: var(--off-white);
}

.prototype-payment span {
  display: block;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prototype-payment strong {
  display: block;
  margin-top: 8px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 18px;
}

.prototype-payment p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.cart-confirmation {
  min-height: calc(100vh - 126px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.confirmation-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 28px;
}

.cart-confirmation .eyebrow {
  margin: 0 0 12px;
  color: var(--red);
}

.cart-confirmation p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 0 30px;
  color: var(--muted);
}

.choice-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 64px 0 0;
  border: 1px solid var(--ink);
}

.choice-tab {
  min-height: 74px;
  border: 0;
  border-right: 1px solid var(--ink);
  font-size: 14px;
}

.choice-tab:last-child {
  border-right: 0;
}

.support-panel {
  display: none;
  grid-template-columns: 5fr 6fr;
  gap: 8.333%;
  padding-top: 72px;
}

.support-panel.is-active {
  display: grid;
}

.support-panel h3 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.support-panel-copy p {
  max-width: 520px;
  margin: 28px 0;
  font-size: 18px;
}

.support-panel-copy .membership-entitlement {
  margin-top: -8px;
  padding: 17px 0 0 18px;
  border-left: 4px solid var(--red);
  color: var(--green);
  font-size: 15px;
  font-weight: 600;
}

.benefit-list {
  display: grid;
  gap: 13px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  padding: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.benefit-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--red);
}

.prototype-form {
  padding: 40px;
  background: var(--off-white);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.is-wide {
  grid-column: 1/-1;
}

.field label {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #8d9691;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.sample-price-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.form-note, .form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status {
  display: none;
  color: var(--green);
  font-weight: 750;
}

.form-status.is-visible {
  display: block;
}

.amount-choice {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

.amount-choice legend {
  margin-bottom: 10px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.amounts.has-custom {
  grid-template-columns: repeat(5, 1fr);
}

.amounts.has-custom [data-custom-amount] {
  padding-inline: 10px;
}

.amount-choice [data-custom-amount-field] {
  margin-top: 16px;
}

.amount-choice [data-custom-amount-field][hidden] {
  display: none;
}

.bank-payment-note {
  margin-top: 28px;
  padding: 20px;
  border-left: 3px solid var(--green);
  background: var(--white);
  font-size: 15px;
  line-height: 1.5;
}

.bank-payment-note p {
  margin: 10px 0 0;
}

.bank-payment-note dl {
  margin: 16px 0;
}

.bank-payment-note dl > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  justify-content: space-between;
}

.bank-payment-note dd {
  margin: 0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.bank-payment-note a {
  color: var(--green);
  text-decoration: underline;
}

.support-review-lines strong {
  overflow-wrap: anywhere;
}

.gift-aid-choice {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.gift-aid-choice input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.gift-aid-choice strong {
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
}

.gift-aid-choice small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.gift-aid-choice:has(input:checked) {
  border-color: var(--green);
  box-shadow: inset 4px 0 0 var(--green);
}

.gift-aid-dialog {
  width: min(720px, 100% - 40px);
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  background: var(--white);
  color: var(--ink);
}

.gift-aid-dialog::backdrop {
  background: rgba(6, 10, 8, 0.72);
}

.gift-aid-dialog-inner {
  padding: 44px;
}

.gift-aid-dialog h2 {
  max-width: 570px;
  margin: 12px 0 28px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.gift-aid-declaration {
  padding-top: 4px;
  border-top: 1px solid var(--ink);
}

.gift-aid-declaration p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.gift-aid-dialog-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.text-button {
  padding: 8px 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--green);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.support-flow-form {
  min-height: 430px;
}

.support-flow-review, .support-flow-confirmation {
  min-height: 350px;
}

.flow-step {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-flow-review h4, .support-flow-confirmation h4 {
  margin: 0 0 28px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.support-review-lines {
  border-top: 1px solid var(--ink);
}

.support-review-lines > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.support-review-lines span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.support-review-lines strong {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  text-align: right;
}

.support-flow-action {
  width: 100%;
}

.support-flow-confirmation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.support-flow-confirmation[hidden] {
  display: none;
}

.support-flow-confirmation > p:not(.flow-step) {
  max-width: 500px;
  margin: 0 0 30px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 8.333%;
}

.contact-details {
  align-self: start;
}

.contact-details h2 {
  font-size: clamp(48px, 5vw, 78px);
}

.contact-list {
  margin-top: 46px;
  border-top: 1px solid var(--ink);
}

.contact-list div {
  padding: 20px 0;
  border-bottom: 1px solid var(--ink);
}

.contact-list span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-list strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
}

.contact-routes {
  background: var(--off-white);
}

.contact-route {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 600px;
}

.contact-route.is-reversed {
  grid-template-columns: 5fr 7fr;
  background: var(--ink);
  color: var(--white);
}

.contact-route.is-reversed figure {
  order: 2;
}

.contact-route figure {
  margin: 0;
  overflow: hidden;
}

.contact-route img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-route > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vw, 112px);
}

.contact-route h2 {
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.contact-route > div > p:not(.section-label) {
  max-width: 480px;
  margin: 30px 0;
  font-size: 18px;
}

.contact-route.is-reversed .text-link {
  color: #8ee5c0;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(6, 10, 8, 0.72);
}

.dialog-backdrop[hidden] {
  display: none;
}

.prototype-dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: var(--white);
  color: var(--ink);
}

.dialog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.dialog-grid img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.dialog-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
}

.dialog-copy h2 {
  margin: 22px 0;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 48px;
  line-height: 0.95;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: var(--white);
  font-size: 22px;
}

.dialog-price {
  margin: 0 0 28px;
  font-weight: 750;
}

.dialog-copy .button {
  margin-top: auto;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 400;
  max-width: 360px;
  padding: 18px 22px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transform: translateY(140%);
  transition: transform 220ms var(--ease);
}

.toast.is-visible {
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .page-hero {
    grid-template-columns: 6fr 6fr;
  }
  .news-card {
    grid-column: span 6;
  }
  .news-card.is-featured {
    grid-column: span 12;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .image-band {
    grid-template-columns: 7fr 5fr;
  }
}
@media (max-width: 760px) {
  /* Keep intrinsic text/control widths from expanding mobile grid tracks. */
  .page-main h1, .page-main h2, .page-main h3, .page-main h4,
  .prototype-dialog h2, .gift-aid-dialog h2,
  .support-flow-review h4, .support-flow-confirmation h4 {
    overflow-wrap: anywhere;
  }
  .page-hero-copy, .support-panel > *, .contact-layout > *,
  .article-hero-inner > *, .article-body > *, .history-chapter > *,
  .product-card, .news-card, .field, .amount-choice, .cart-item > *,
  .dialog-grid > *, .gift-aid-choice > * {
    min-width: 0;
  }
  .field input, .field select, .field textarea {
    min-width: 0;
    max-width: 100%;
  }
  .page-hero-media figcaption, .history-photo figcaption {
    flex-wrap: wrap;
  }
  .page-hero-media figcaption > span, .history-photo figcaption > span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .support-review-lines > div, .review-delivery {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .review-lines > div, .cart-item-end {
    flex-wrap: wrap;
  }
  .review-lines, .review-delivery, .contact-details, .cart-item {
    overflow-wrap: anywhere;
  }
  .article-hero h1 {
    font-size: clamp(36px, 12vw, 62px);
  }
  .support-panel h3 {
    font-size: clamp(32px, 10vw, 40px);
  }
  .contact-route h2, .image-band-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }
  .support-flow-review h4, .support-flow-confirmation h4 {
    font-size: clamp(28px, 8vw, 34px);
  }
  .filter-button, .choice-tab, .amount-button {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .toast {
    left: 20px;
    right: 20px;
    max-width: none;
    overflow-wrap: anywhere;
  }
  .about-hero,
  .contact-hero {
    height: auto;
  }
  .about-hero .page-hero-copy,
  .contact-hero .page-hero-copy {
    min-height: 390px;
  }
  .about-hero .page-hero-media,
  .contact-hero .page-hero-media {
    min-height: 0;
  }
  .contact-hero .page-hero-copy {
    justify-content: flex-end;
    padding-top: 92px;
  }
  .contact-hero h1 {
    font-size: clamp(58px, 18vw, 76px);
  }
  .contact-hero h1 strong {
    font-size: clamp(36px, 10.8vw, 44px);
  }
  .page-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .page-hero-copy {
    min-height: 440px;
    padding: 82px var(--page) 46px;
  }
  .page-hero .eyebrow {
    top: 34px;
  }
  .page-hero h1 {
    font-size: clamp(44px, 14vw, 68px);
  }
  .page-hero-deck {
    margin-top: 32px;
    font-size: 17px;
  }
  .page-main .listing-header h1 {
    font-size: clamp(44px, 14vw, 68px);
  }
  .page-hero-number {
    font-size: 190px;
  }
  .page-hero-media {
    min-height: 0;
  }
  .page-hero-media img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .page-hero-media figcaption {
    position: static;
    padding: 8px var(--page);
    background: var(--green);
    text-shadow: none;
  }
  .page-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-wrap: anywhere;
  }
  .page-rail > div {
    min-height: 78px;
  }
  .page-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .page-section h2 {
    font-size: clamp(32px, 12vw, 52px);
  }
  .search-section {
    min-height: 0;
  }
  .search-form-controls {
    grid-template-columns: minmax(0, 1fr);
  }
  .search-form-controls .button {
    width: 100%;
  }
  .search-results {
    margin-top: 48px;
  }
  .error-section {
    min-height: 450px;
  }
  .error-message {
    margin-top: 32px;
    font-size: 17px;
  }
  .error-number {
    right: -4px;
    bottom: -20px;
    font-size: 220px;
  }
  .holding-page-card {
    padding: 34px 24px 40px;
  }
  .holding-page-logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .holding-page-card h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .holding-page-message {
    margin-top: 24px;
    font-size: 17px;
  }
  .holding-page-contact {
    margin-top: 32px;
  }
  .lede-grid, .body-grid, .support-panel, .contact-layout, .article-hero-inner, .article-body {
    grid-template-columns: minmax(0, 1fr);
  }
  .lede-grid > *, .body-grid > * {
    min-width: 0;
  }
  .lede-grid {
    gap: 40px;
  }
  .body-grid {
    gap: 38px;
    margin-top: 58px;
  }
  .fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-wrap: anywhere;
  }
  .fact:nth-child(3) {
    border-left: 0;
  }
  .image-band {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .image-band figure {
    min-height: 0;
  }
  .image-band img {
    height: auto;
    object-fit: contain;
  }
  .image-band-copy {
    min-height: 440px;
    padding: 46px var(--page);
  }
  .history-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }
  .history-heading > div {
    min-width: 0;
  }
  .history-filters {
    justify-content: flex-start;
  }
  .history-records {
    margin-top: 54px;
  }
  .history-chapter {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 44px 0 52px;
  }
  .history-chapter header {
    position: static;
  }
  .history-chapter time {
    margin-bottom: 12px;
  }
  .history-chapter h3 {
    max-width: 330px;
    font-size: clamp(30px, 10vw, 42px);
  }
  .history-photo {
    margin-bottom: 30px;
  }
  .history-photo figcaption {
    align-items: flex-start;
    font-size: 9px;
  }
  .history-copy p, .history-copy p:first-child {
    font-size: 17px;
    line-height: 1.58;
  }
  .history-copy h4 {
    margin-top: 40px;
  }
  .shed-table th, .shed-table td {
    padding: 14px 7px;
  }
  .shed-table th:first-child, .shed-table td:first-child {
    padding-left: 0;
  }
  .shed-table th:last-child, .shed-table td:last-child {
    padding-right: 0;
  }
  .shed-table td {
    font-size: 13px;
  }
  .listing-header {
    display: grid;
  }
  .news-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
  }
  .news-card, .news-card.is-featured {
    grid-column: 1/-1;
  }
  .news-card img, .news-card.is-featured img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .article-image img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  .article-hero {
    padding-top: 84px;
  }
  .article-hero-inner {
    gap: 42px;
  }
  .article-body {
    gap: 36px;
    padding-top: 72px;
  }
  .article-share {
    position: static;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .quick-view {
    opacity: 1;
    transform: none;
  }
  .choice-tabs {
    grid-template-columns: 1fr;
  }
  .choice-tab {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .choice-tab:last-child {
    border-bottom: 0;
  }
  .support-panel {
    gap: 50px;
    padding-top: 54px;
  }
  .prototype-form {
    padding: 28px 20px;
  }
  .field-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .field.is-wide {
    grid-column: auto;
  }
  .amounts, .amounts.has-custom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amounts.has-custom [data-custom-amount] {
    grid-column: 1/-1;
  }
  .gift-aid-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
  }
  .gift-aid-dialog-inner {
    padding: 30px 22px;
  }
  .gift-aid-dialog-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .gift-aid-dialog-actions .button {
    width: 100%;
  }
  .gift-aid-dialog-actions .text-button {
    align-self: flex-start;
  }
  .form-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-route, .contact-route.is-reversed {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .contact-route.is-reversed figure {
    order: 0;
  }
  .contact-route img {
    height: auto;
    aspect-ratio: 4/3;
    object-position: center;
  }
  .contact-route:first-child img {
    aspect-ratio: 3/4;
    object-position: center;
  }
  .contact-route > div {
    padding: 64px var(--page) 72px;
  }
  .dialog-grid {
    grid-template-columns: 1fr;
  }
  .dialog-grid img {
    min-height: 300px;
    max-height: 360px;
  }
  .dialog-copy {
    min-height: 390px;
    padding: 34px 24px;
  }
  .dialog-copy h2 {
    font-size: 38px;
  }
  .cart-panel-header {
    min-height: 104px;
    padding: 22px 20px;
  }
  .cart-panel-header h2 {
    font-size: 34px;
  }
  .cart-stage {
    padding: 26px 20px;
  }
  .cart-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }
  .cart-item > img {
    width: 74px;
    height: 92px;
  }
  .cart-item-end {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
  }
  .cart-confirmation {
    min-height: calc(100vh - 104px);
  }
  .footer-meta {
    align-items: flex-start;
  }
  /* Mobile rhythm: content-led heights, 48px sections and 20–32px internal gaps. */
  .page-hero-copy,
  .about-hero .page-hero-copy,
  .contact-hero .page-hero-copy {
    min-height: 0;
    padding: 32px var(--page);
    justify-content: flex-start;
  }
  .page-hero .eyebrow {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 24px;
  }
  .page-hero-deck, .contact-hero .page-hero-deck {
    margin-top: 24px;
  }
  .page-rail > div {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-label {
    margin-bottom: 18px;
  }
  .lede-grid {
    gap: 24px;
  }
  .lede-grid > p {
    padding-top: 18px;
  }
  .body-grid {
    margin-top: 32px;
    gap: 20px;
  }
  .body-grid .eyebrow {
    margin: 0;
  }
  .prose p {
    margin-bottom: 20px;
  }
  .prose p:last-child {
    margin-bottom: 0;
  }
  .fact-grid {
    margin-top: 32px;
  }
  .fact {
    min-height: 0;
    padding: 20px 12px 24px 0;
  }
  .fact + .fact {
    padding-left: 16px;
  }
  .fact:nth-child(odd) {
    padding-left: 0;
  }
  .fact strong {
    margin-top: 18px;
  }
  .image-band-copy {
    min-height: 0;
    padding: 32px var(--page);
    justify-content: flex-start;
  }
  .image-band-copy .eyebrow {
    margin: 0 0 16px;
  }
  .image-band-copy p:not(.eyebrow) {
    margin-top: 24px;
  }
  .image-band-copy > .text-link {
    align-self: flex-start;
    margin-top: 24px;
  }
  .history-heading {
    gap: 24px;
  }
  .history-records {
    margin-top: 32px;
  }
  .history-chapter {
    gap: 24px;
    padding: 32px 0 36px;
  }
  .history-photo {
    margin-bottom: 24px;
  }
  .history-copy p {
    margin-bottom: 20px;
  }
  .history-copy h4 {
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .listing-header {
    gap: 24px;
    margin-bottom: 32px;
  }
  .news-list, .product-grid {
    row-gap: 36px;
  }
  .news-card figure, .product-card figure {
    margin-bottom: 16px;
  }
  .news-card h3 {
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .news-card-summary {
    margin-bottom: 18px;
  }
  .article-hero {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .article-hero-inner {
    gap: 24px;
  }
  .article-body {
    padding-top: 40px;
    padding-bottom: 48px;
    gap: 24px;
  }
  .article-copy p {
    margin-bottom: 20px;
  }
  .choice-tabs {
    margin-top: 32px;
  }
  .choice-tab {
    min-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .support-panel {
    padding-top: 32px;
    gap: 28px;
  }
  .support-panel-copy p {
    margin: 20px 0;
  }
  .benefit-list {
    margin-top: 24px;
  }
  .support-flow-form, .support-flow-review, .support-flow-confirmation {
    min-height: 0;
  }
  .support-flow-confirmation {
    justify-content: flex-start;
  }
  .prototype-form {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .field-grid {
    row-gap: 16px;
  }
  .amount-choice, .bank-payment-note, .gift-aid-choice {
    margin-top: 20px;
  }
  .form-actions {
    margin-top: 24px;
    gap: 12px;
  }
  .support-review-lines > div {
    padding: 12px 0;
  }
  .support-review-lines strong {
    text-align: left;
  }
  .prototype-payment {
    margin: 24px 0;
    padding: 18px;
  }
  .contact-route > div {
    padding: 36px var(--page) 40px;
  }
  .contact-route > div > p:not(.section-label) {
    margin: 20px 0 0;
  }
  .contact-route .text-link {
    margin-top: 24px;
  }
  .contact-layout {
    gap: 32px;
  }
  .contact-list {
    margin-top: 24px;
  }
  .contact-list div {
    padding: 16px 0;
  }
  .dialog-copy {
    min-height: 0;
    padding: 24px;
  }
  .dialog-copy h2 {
    margin: 16px 0;
  }
  .dialog-copy .button {
    margin-top: 8px;
  }
  .dialog-grid img {
    min-height: 0;
    height: auto;
    max-height: 300px;
    object-fit: contain;
  }
  .cart-panel-header {
    min-height: 0;
    padding: 18px 20px;
  }
  .cart-stage {
    padding: 24px 20px;
  }
  .cart-empty, .cart-confirmation {
    min-height: 0;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cart-back {
    margin-bottom: 20px;
  }
  .checkout-progress {
    margin-bottom: 24px;
  }
  .checkout-form h3, .checkout-review h3, .cart-confirmation h3 {
    margin-bottom: 20px;
  }
  .delivery-options {
    margin: 24px 0;
  }
  .confirmation-mark {
    margin-bottom: 20px;
  }
  .gift-aid-dialog-inner {
    padding: 24px 20px;
  }
  .gift-aid-dialog h2 {
    margin-bottom: 20px;
  }
  .gift-aid-dialog-actions {
    margin-top: 24px;
    gap: 16px;
  }
}
