@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@400;500;600;700&family=Encode+Sans:wght@400;500;600;700&display=swap");
/* Nav  */
/* Spacing */
/* Header  */
/* Buttons  */
/* Animations/transitions */
/* Widths */
/* Misc  */
:root {
  --blue-dark-1: #1c3a58;
  --blue-dark-2: #24384d;
  --blue-dark-3: #263674;
  --blue-light-1: #99bad2;
  --blue-light-2: #5189ac;
  --blue-light-3: #dbeffe;
  --blue-light-4: #4d7c9b;
  --grey-dark-1: #31363c;
  --grey-dark-2: #535458;
  --grey-dark-3: #757781;
  --grey-light-1: #cccccc;
  --grey-light-2: #f2f2f2;
  --grey-light-3: #dbdbdb;
  --red-1: #cb0000;
  --white: #ffffff;
  --font-nav-items: "Encode Sans", sans-serif;
  --font-headings: "Encode Sans Condensed", sans-serif;
  --font-block-quote: var(--font-headings);
  --font-body: "Encode Sans", sans-serif;
  --font-form-headings: var(--font-headings);
  --font-buttons: var(--font-body);
  --body-bg: #ffffff;
}

/* Global text styles  */
h1 {
  font-size: 72px;
  line-height: 88px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

@media screen and (max-width: 854px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }
}
h2 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

@media screen and (max-width: 854px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
h3 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

@media screen and (max-width: 854px) {
  h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
h4 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

@media screen and (max-width: 854px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
h5, .component-gallery > div.gallery-header {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

@media screen and (max-width: 854px) {
  h5, .component-gallery > div.gallery-header {
    font-size: 20px;
    line-height: 30px;
  }
}
h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  font-family: var(--font-headings);
  font-weight: 600;
}

h1, h2 {
  font-weight: 700;
}

p {
  line-height: 24px;
  color: var(--grey3);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}
p:not(:last-child, .tag) {
  margin-bottom: 16px;
}
p.txt-sm {
  line-height: 21px;
  font-size: 14px;
}
p.txt-md {
  line-height: 24px;
  font-size: 16px;
}
p.txt-lg {
  line-height: 27px;
  font-size: 18px;
}
p.txt-hero-p {
  line-height: 27px;
  font-size: 18px;
}
p.txt-footer-links {
  margin-bottom: 16px !important;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
}
p.txt-footer-links a {
  text-decoration: inherit;
  color: inherit;
  font-weight: inherit;
}
p.txt-footer-links-small, p.txt-footer-links-small {
  line-height: 21px;
  font-size: 14px;
}
p.txt-footer-links-small a, p.txt-footer-links-small a {
  color: inherit;
  font-weight: inherit;
}
p.txt-footer-links {
  font-weight: 500;
}
p.txt-footer-links a {
  text-decoration: inherit;
}
p.txt-footer-links a:hover {
  text-decoration: underline;
}
p.txt-footer-links-small {
  font-weight: 400;
}
p.txt-footer-links-small a {
  text-decoration: underline;
}
p.txt-bio-title, p.txt-bio-subtitle {
  line-height: 30px;
  font-family: var(--font-form-headings);
  font-size: 20px;
}
p.txt-bio-subtitle {
  margin: 0;
}
p.txt-bio-title {
  font-weight: 700;
}
p.txt-bio-body {
  line-height: 24px;
  font-size: 16px;
}
p + p > a .button, p + p > span .button {
  margin-top: 16px;
}

p.txt-condensed, span.txt-condensed {
  font-family: var(--font-headings);
}
p.txt-non-condensed, span.txt-non-condensed {
  font-family: var(--font-body);
}

span.txt-link-subtle > a, a > span.text-link-subtle {
  color: inherit;
  font-weight: inherit;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.ta-centre {
  text-align: center;
}

a {
  color: var(--blue-dark-1);
  font-weight: 700;
}

table {
  border: none;
  border-collapse: separate !important;
  border-spacing: 0 12px;
  line-height: 24px;
  font-size: 16px;
}
table td,
table tr,
table th,
table tbody,
table thead {
  border: none;
}
table tr > td:nth-of-type(2) {
  text-align: right;
  font-weight: 400;
}
table tr {
  margin-bottom: 8px;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  h6 {
    font-size: 18px;
  }
  h1.txt-hero-h {
    line-height: 32px;
    font-size: 26px;
  }
  p {
    line-height: 24px;
    font-size: 16px;
  }
  p:not(:last-child, .tag, .txt-bio-subtitle) {
    margin-bottom: 24px;
  }
  p.txt-sm {
    line-height: 18px;
    font-size: 14px;
  }
  p.txt-md {
    line-height: 21px;
    font-size: 15px;
  }
  p.txt-lg {
    line-height: 24px;
    font-size: 16px;
  }
  p.txt-banner {
    margin-bottom: 24px;
    font-size: 16px;
  }
  p.txt-hero-p {
    line-height: 24px;
    font-size: 16PX;
  }
  p.txt-block-quote {
    line-height: 41.6px;
    font-size: 32px;
  }
  p.txt-block-quote-attribution {
    line-height: 26px;
    font-size: 20px;
  }
  p.ul-li-featured {
    line-height: 24px;
    font-size: 16px;
  }
  p.txt-footer-links {
    font-size: 14px;
  }
  p.txt-footer-links:last-child {
    margin-bottom: 0 !important;
  }
  p.txt-bio-title {
    margin-bottom: 12px;
  }
  p + p > a .button, p + p > span .button {
    margin-top: 0;
  }
  h1.txt-hero {
    line-height: 46.8px;
    font-size: 36px;
  }
}
.component-accordion, div.component[data-component=accordionLatestNews] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.component-accordion[data-include-date=true] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date, .component-accordion div[data-include-date=true] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date, div.component[data-component=accordionLatestNews][data-include-date=true] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date, div.component[data-component=accordionLatestNews] div[data-include-date=true] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date {
  display: block;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.component-accordion > div:not(.component-accordion-item), div.component[data-component=accordionLatestNews] > div:not(.component-accordion-item) {
  width: 100%;
}
.component-accordion div.component-accordion-item.component-accordion-item-light, div.component[data-component=accordionLatestNews] div.component-accordion-item.component-accordion-item-light {
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 12px 32px 12px 24px;
}
.component-accordion div.component-accordion-item.component-accordion-item-light > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-title, div.component[data-component=accordionLatestNews] div.component-accordion-item.component-accordion-item-light > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-title {
  line-height: 30px;
  font-size: 20px;
}
.component-accordion div.component-accordion-item.component-accordion-shown > div.component-accordion-header:after, div.component[data-component=accordionLatestNews] div.component-accordion-item.component-accordion-shown > div.component-accordion-header:after {
  transform: rotate(-180deg);
}
.component-accordion div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content, div.component[data-component=accordionLatestNews] div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content {
  padding-right: 64px;
}
.component-accordion div.component-accordion-item > div.component-accordion-header, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header {
  display: flex;
  column-gap: 16px;
  cursor: pointer;
}
.component-accordion div.component-accordion-item > div.component-accordion-header:after, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header:after {
  content: "";
  width: 24px;
  height: auto;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  -webkit-mask-image: url("/mint-project/style/images/iconDropdown.svg");
  mask-image: url("/mint-project/style/images/iconDropdown.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-top: 3px;
  background-color: var(--blue-light-2);
}
.component-accordion div.component-accordion-item > div.component-accordion-header:hover:after, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header:hover:after {
  background-color: var(--blue-dark-1);
}
.component-accordion div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 8px;
}
.component-accordion div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-date {
  display: none;
}
.component-accordion div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-title, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header > div.component-accordion-header-content > div.component-accordion-title {
  margin: 0;
  line-height: 36px;
  font-family: var(--font-headings);
  font-size: 24px;
  font-weight: 600;
}
.component-accordion div.component-accordion-item > div.component-accordion-content-container, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-content-container {
  transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  max-height: 0;
  overflow: hidden;
}
.component-accordion div.component-accordion-item > div.component-accordion-content-container > div.component-accordion-content, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-content-container > div.component-accordion-content {
  padding-top: 24px;
}
.component-accordion div.component-accordion-item > div.component-accordion-content-container > div.component-accordion-content > div.component-accordion-content-txt-field, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-content-container > div.component-accordion-content > div.component-accordion-content-txt-field {
  margin-bottom: 24px;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  .component-accordion div.component-accordion-item.component-accordion-item-light, div.component[data-component=accordionLatestNews] div.component-accordion-item.component-accordion-item-light {
    padding: 12px;
  }
  .component-accordion div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content, div.component[data-component=accordionLatestNews] div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content {
    padding: 12px;
  }
  .component-accordion div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content > div.component-accordion-content-txt-field, div.component[data-component=accordionLatestNews] div.component-accordion-item:not([data-use-cards=true]) > div.component-accordion-content-container > div.component-accordion-content > div.component-accordion-content-txt-field {
    margin-bottom: 12px;
  }
  .component-accordion div.component-accordion-item > div.component-accordion-header, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header {
    column-gap: 12px;
  }
  .component-accordion div.component-accordion-item > div.component-accordion-header:after, div.component[data-component=accordionLatestNews] div.component-accordion-item > div.component-accordion-header:after {
    margin-right: 8px;
  }
}
.button.button-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-2);
  user-select: none;
  padding: 16px 24px;
  height: 48px;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font-buttons);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
  background-color: var(--blue-dark-1);
}
.button.button-dark:not(.button-no-link) {
  cursor: pointer;
}
.button.button-dark:not(span, a) {
  display: flex;
}
.button.button-dark:not(.button-outline):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.button.button-dark:not(.button-outline, .button-no-link):hover:after {
  opacity: 1;
}
.button.button-dark a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.button.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-2);
  user-select: none;
  padding: 16px 24px;
  height: 48px;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font-buttons);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--blue-light-2);
  background: none;
  color: var(--blue-dark-1);
}
.button.button-outline:not(.button-no-link) {
  cursor: pointer;
}
.button.button-outline:not(span, a) {
  display: flex;
}
.button.button-outline:not(.button-outline):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.button.button-outline:not(.button-outline, .button-no-link):hover:after {
  opacity: 1;
}
.button.button-outline:not(.button-no-link):hover {
  background-color: var(--blue-light-2);
  color: var(--white);
}
.button.button-outline a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.button:not(.button-outline, .button-dark) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-2);
  user-select: none;
  padding: 16px 24px;
  height: 48px;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font-buttons);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
}
.button:not(.button-outline, .button-dark):not(.button-no-link) {
  cursor: pointer;
}
.button:not(.button-outline, .button-dark):not(span, a) {
  display: flex;
}
.button:not(.button-outline, .button-dark):not(.button-outline):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.button:not(.button-outline, .button-dark):not(.button-outline, .button-no-link):hover:after {
  opacity: 1;
}
.button:not(.button-outline, .button-dark) a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.button.button-inline {
  display: inline-flex;
}
.button.button-large {
  padding: 24px 16px;
  height: 92px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}
.button.button-wide {
  min-width: 200px;
}
span:not(:last-child).button, span:not(:last-child) .button, a:not(:last-child).button, a:not(:last-child) .button {
  margin-right: 24px;
}

/* Responsive */
@media screen and (max-width: 854px) {
  .button.button-large {
    padding: 16px 8px;
    height: 72px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
  }
}
.tag {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
}
.tag:not(span) {
  display: flex;
}

.tag-light {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  background-color: var(--blue-light-3);
  color: var(--blue-light-2);
}
.tag-light:not(span) {
  display: flex;
}

.tag-dark {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  background-color: var(--blue-dark-1);
  color: var(--white);
}
.tag-dark:not(span) {
  display: flex;
}

.tag-blue {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  background-color: var(--blue-light-2);
  color: var(--white);
}
.tag-blue:not(span) {
  display: flex;
}

.tag-location {
  position: relative;
  padding-left: 26px;
}
.tag-location:before {
  content: "";
  width: 16px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: unset;
  right: unset;
  -webkit-mask-image: url("/mint-project/style/images/iconLocation.svg");
  mask-image: url("/mint-project/style/images/iconLocation.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  background-color: currentColor;
}
.tag-location:not([data-hide-empty-tags=false]):empty {
  display: none;
}

[data-hide-empty-tags=true] .tag:empty {
  display: none;
}

/* Admin */
#page_slide.admin .tag > input {
  width: 0;
}

div.component-card-carousel > div:not(.carousel-arrow) {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 24px, rgb(0, 0, 0) calc(100% - 24px), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 24px, rgb(0, 0, 0) calc(100% - 24px), rgba(0, 0, 0, 0) 100%);
  margin: -24px;
  padding: 24px;
}
div.component-card-carousel > div:not(.carousel-arrow) > div.component-card-multi {
  flex-wrap: nowrap;
}
div.component-card-carousel > div:not(.carousel-arrow) > div.component-card-multi div.component-card {
  flex-basis: calc(33.3333333333% - 16px);
  flex-shrink: 0;
}

div.component-card-multi {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
div.component-card-multi.component-card-multi-one-column div.component-card, div.component-card-multi.component-card-multi-one-column div.component-card-video {
  flex-basis: 100%;
  width: 100%;
}
div.component-card-multi.component-card-multi-one-column div.component-card.component-card-video, div.component-card-multi.component-card-multi-one-column div.component-card-video.component-card-video {
  flex-basis: 100%;
  width: 100%;
}
div.component-card-multi.component-card-multi-three-column div.component-card, div.component-card-multi.component-card-multi-three-column div.component-card-video, div.component-card-multi.component-card-carousel-three-column div.component-card, div.component-card-multi.component-card-carousel-three-column div.component-card-video {
  flex-basis: calc(33.3333333333% - 32px);
}
div.component-card-multi.component-card-multi-three-column div.component-card.component-card-video, div.component-card-multi.component-card-multi-three-column div.component-card-video.component-card-video, div.component-card-multi.component-card-carousel-three-column div.component-card.component-card-video, div.component-card-multi.component-card-carousel-three-column div.component-card-video.component-card-video {
  flex-basis: calc(33.3333333333% - 16px);
}
div.component-card-multi.component-card-multi-three-column div.component-card.component-card-gap-tight, div.component-card-multi.component-card-multi-three-column div.component-card-video.component-card-gap-tight, div.component-card-multi.component-card-carousel-three-column div.component-card.component-card-gap-tight, div.component-card-multi.component-card-carousel-three-column div.component-card-video.component-card-gap-tight {
  flex-basis: calc(33.3333333333% - 10.6666666667px);
}
div.component-card-multi.component-card-multi-three-column div.component-card.ui-sortable-helper, div.component-card-multi.component-card-multi-three-column div.component-card-video.ui-sortable-helper, div.component-card-multi.component-card-carousel-three-column div.component-card.ui-sortable-helper, div.component-card-multi.component-card-carousel-three-column div.component-card-video.ui-sortable-helper {
  width: 33.3333%;
}
div.component-card-multi.component-card-multi-three-column div.component-card > div.component-card-content > div.component-card-body, div.component-card-multi.component-card-multi-three-column div.component-card-video > div.component-card-content > div.component-card-body, div.component-card-multi.component-card-carousel-three-column div.component-card > div.component-card-content > div.component-card-body, div.component-card-multi.component-card-carousel-three-column div.component-card-video > div.component-card-content > div.component-card-body {
  row-gap: 16px;
  padding: 0 24px 24px;
}
div.component-card-multi.component-card-multi-three-column div.component-card div.component-card-tags, div.component-card-multi.component-card-multi-three-column div.component-card-video div.component-card-tags, div.component-card-multi.component-card-carousel-three-column div.component-card div.component-card-tags, div.component-card-multi.component-card-carousel-three-column div.component-card-video div.component-card-tags {
  padding: 16px;
}
div.component-card-multi.component-card-multi-three-column div.component-card div.component-card-button-container a.button, div.component-card-multi.component-card-multi-three-column div.component-card-video div.component-card-button-container a.button, div.component-card-multi.component-card-carousel-three-column div.component-card div.component-card-button-container a.button, div.component-card-multi.component-card-carousel-three-column div.component-card-video div.component-card-button-container a.button {
  width: 100%;
}
div.component-card-multi.component-card-multi-column-centre {
  justify-content: center;
}
div.component-card-multi.component-card-multi-column-end {
  justify-content: end;
}
div.component-card-multi.component-card-multi-column-space-evenly {
  justify-content: space-evenly;
}
div.component-card-multi.component-card-multi-column-space-between {
  justify-content: space-between;
}
div.component-card-multi.component-card-multi-column-space-around {
  justify-content: space-around;
}
div.component-card-multi.component-card-multi-video {
  gap: 32px;
}
div.component-card-multi.component-card-gap-tight {
  gap: 16px;
}
div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card, div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card-video {
  width: 100%;
  flex-basis: calc(50% - 24px);
}
div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card.component-card-video, div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card-video.component-card-video {
  flex-basis: calc(50% - 16px);
}
div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card.component-card-gap-tight, div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card-video.component-card-gap-tight {
  flex-basis: calc(50% - 8px);
}
div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card.ui-sortable-helper, div.component-card-multi:not(.component-card-multi-one-column, .component-card-multi-three-column) div.component-card-video.ui-sortable-helper {
  width: 50%;
}
div.component-card-multi div.multi_add {
  flex-basis: 100%;
  width: 100%;
  max-width: none !important;
  text-align: center;
}

div.component-card {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background-color: var(--blue-dark-1);
  width: 50%;
}
div.component-card.component-card-narrow {
  width: 33.3333333333%;
}
div.component-card.component-card-narrow div.component-card-button-container {
  flex-direction: column;
  row-gap: 12px !important;
}
div.component-card.component-card-narrow div.component-card-button-container > .button {
  flex: unset !important;
}
div.component-card.component-card-narrow div.component-card-tags {
  padding: 16px;
}
div.component-card.component-card-wide {
  position: relative;
  width: 100%;
}
div.component-card.component-card-wide div.component-card-content {
  grid-template-rows: auto;
  grid-template-columns: 47.7272727273% 1fr;
}
div.component-card.component-card-wide.component-card-reverse div.component-card-content > div {
  grid-row-start: 1;
}
div.component-card.component-card-wide.component-card-reverse div.component-card-content > div.component-card-image {
  grid-column-start: 2;
}
div.component-card.component-card-wide.component-card-reverse div.component-card-content > div.component-card-body {
  grid-column-start: 1;
}
div.component-card.component-card-wide div.component-card-tags {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
div.component-card.component-card-wide div.component-card-content {
  flex-direction: row;
}
div.component-card.component-card-wide div.component-card-content > div.component-card-image {
  padding: 73px 32px 26px;
  height: auto;
}
div.component-card.component-card-wide div.component-card-content > div.component-card-image img {
  position: static;
  padding: 0;
}
div.component-card.component-card-wide div.component-card-content > div.component-card-body {
  padding: 73px 48px 48px;
}
div.component-card.component-card-video > div.multiField_0 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  word-break: break-word;
}
div.component-card.component-card-video > div.multiField_0 > iframe {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  max-width: 100%;
}
div.component-card.component-card-video > div.multiField_1 {
  padding: 24px;
  line-height: 30px;
  font-family: var(--font-headings);
  font-size: 20px;
  font-weight: 600;
}
div.component-card.component-card-video:not(.component-card-light) > div.multiField_1 {
  color: var(--white);
}
div.component-card.component-card-light {
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
div.component-card.component-card-light div.component-card-content > div.component-card-body > .txt-field {
  color: var(--blue-dark-1);
}
div.component-card.component-card-light div.component-card-content > div.component-card-button-container .button-outline {
  color: var(--blue-dark-1);
}
div.component-card.component-card-no-image div.component-card-content {
  grid-template-rows: 1fr;
}
div.component-card.component-card-no-image div.component-card-content > div.component-card-image {
  display: none;
}
div.component-card.component-card-no-image:not(.component-card-wide) > div.component-card-content > div.component-card-body {
  padding-top: 0;
}
div.component-card.events-card .multiField_3 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
}
div.component-card.events-card .multiField_4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
div.component-card.component-card-hide-buttons-without-links .component-card-button-container > a[href=""] {
  display: none;
}
div.component-card.component-card-bio {
  background: none;
}
div.component-card.component-card-bio > div.component-card-bio-image {
  margin-bottom: 24px;
  width: 144px;
  height: 144px;
}
div.component-card.component-card-bio > div.component-card-bio-image:empty {
  border-radius: 50%;
  background-color: var(--blue-light-3);
  background-image: url("/mint-project/style/images/iconUser.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
div.component-card.component-card-bio > div.component-card-bio-image > img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  border-radius: 50%;
}
div.component-card.component-card-bio > div.component-card-bio-content {
  margin-top: 12px;
}
div.component-card.component-card-bio > p.component-card-bio-collapse-button {
  margin-top: 12px;
  cursor: pointer;
  text-decoration-line: underline;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
div.component-card.component-card-rep {
  row-gap: 16px;
  padding: 24px;
}
div.component-card.component-card-rep > div.multiField_0 {
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
}
div.component-card.component-card-rep > div.multiField_0 + div.mint_multiField {
  margin-top: 16px;
}
div.component-card.component-card-rep > div.mint_multiField:not(.multiField_0) {
  display: flex;
  column-gap: 8px;
  cursor: pointer;
  line-height: 27px;
  font-family: var(--font-headings);
  font-size: 18px;
}
div.component-card.component-card-rep > div.mint_multiField:not(.multiField_0):before {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  background-color: var(--blue-light-1);
}
div.component-card.component-card-rep > div.mint_multiField:not(.multiField_0):empty {
  display: none;
}
div.component-card.component-card-rep > div.mint_multiField:not(.multiField_0).multiField_1:before {
  -webkit-mask-image: url("/mint-project/style/images/iconMail.svg");
  mask-image: url("/mint-project/style/images/iconMail.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
}
div.component-card.component-card-rep > div.mint_multiField:not(.multiField_0).multiField_2:before {
  -webkit-mask-image: url("/mint-project/style/images/iconGlobe.svg");
  mask-image: url("/mint-project/style/images/iconGlobe.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
}
div.component-card.component-card-padding-tight > div.component-card-content > div.component-card-body {
  row-gap: 24px;
  padding: 0 24px 24px;
}
div.component-card.component-card-padding-tight div.component-card-tags {
  padding: 16px;
}
div.component-card.component-card-padding-tight div.component-card-button-container a.button {
  width: 100%;
}
div.component-card div.component-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px;
}
div.component-card div.component-card-tags.component-card-tags-end {
  justify-content: end;
}
div.component-card div.component-card-content {
  display: grid;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
  row-gap: 58px;
  height: 100%;
}
div.component-card div.component-card-content > div.component-card-image {
  display: flex;
  position: relative;
  align-items: end;
  padding-top: 50.1984126984%;
  height: 0;
}
div.component-card div.component-card-content > div.component-card-image img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 32px;
}
div.component-card div.component-card-content > div.component-card-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px 32px;
}
div.component-card div.component-card-content > div.component-card-body > .txt-field {
  color: var(--white);
}
div.component-card div.component-card-content > div.component-card-body > .txt-field:empty {
  display: none;
}
div.component-card div.component-card-content > div.component-card-body > .txt-field > *:last-child {
  margin-bottom: 0;
}
div.component-card.component-card-reverse:not(.component-card-wide) {
  flex-direction: column-reverse;
}
div.component-card.component-card-reverse:not(.component-card-wide):not(.component-card-no-image) div.component-card-content {
  grid-template-rows: 1fr min-content;
}
div.component-card.component-card-reverse:not(.component-card-wide) div.component-card-content div.component-card-image {
  grid-row-start: 2;
}
div.component-card.component-card-reverse:not(.component-card-wide) div.component-card-content div.component-card-body {
  grid-row-start: 1;
  padding: 32px 32px 0;
}
div.component-card div.component-card-button-container {
  margin-top: auto;
}
div.component-card div.component-card-button-container.component-card-button-count-none, div.component-card div.component-card-button-container:empty {
  display: none;
}
div.component-card div.component-card-button-container.component-card-button-count-one > *:nth-child(2) {
  display: none;
}
div.component-card div.component-card-button-container.component-card-button-count-two {
  display: flex;
  gap: 24px;
}
div.component-card div.component-card-button-container.component-card-button-count-two > .button {
  flex: 1 1 50%;
}
div.component-card:not(.component-card-light) .button-outline {
  color: var(--white);
}
div.component-card div.clear {
  display: none;
}

/* Non-admin */
#page_slide:not(.admin) div.component-card div.component-card-button-container > div:not(.button) {
  display: none;
}
#page_slide:not(.admin) div.component-card:not(.component-card-wide) div.component-card-tags {
  box-sizing: content-box !important;
}
#page_slide:not(.admin) div.component-card div.component-card-tags {
  min-height: 24px;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  div.component-card-carousel {
    column-gap: 8px;
  }
  div.component-card-carousel > div:not(.carousel-arrow) div.component-card-multi {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
  div.component-card-carousel > div:not(.carousel-arrow) div.component-card-multi div.component-card {
    flex-basis: 100%;
    width: 100%;
  }
  div.component-card-carousel > div:not(.carousel-arrow) div.component-card-multi div.component-card div.component-card-tags {
    padding: 8px 8px 16px;
  }
  div.component-card-multi {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
  }
  div.component-card-multi.component-card-multi-one-column div.component-card, div.component-card-multi.component-card-multi-two-column div.component-card, div.component-card-multi.component-card-carousel-two-column div.component-card, div.component-card-multi.component-card-multi-three-column div.component-card, div.component-card-multi.component-card-carousel-three-column div.component-card {
    flex-basis: 100%;
    width: 100%;
  }
  div.component-card-multi.component-card-multi-bio {
    row-gap: 32px;
  }
  div.component-card-multi.component-card-multi-video {
    row-gap: 16px;
  }
  div.component-card, div.component-card.component-card-wide {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background-color: var(--blue-dark-1);
  }
  div.component-card.component-card-video > div.multiField_1, div.component-card.component-card-wide.component-card-video > div.multiField_1 {
    padding: 16px;
  }
  div.component-card.component-card-bio > div.component-card-bio-content, div.component-card.component-card-wide.component-card-bio > div.component-card-bio-content {
    transition: margin-bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-top: 12px;
  }
  div.component-card.component-card-bio > div.component-card-bio-content.collapse-shown, div.component-card.component-card-wide.component-card-bio > div.component-card-bio-content.collapse-shown {
    margin-bottom: 12px;
  }
  div.component-card.component-card-bio > p.component-card-bio-collapse-button, div.component-card.component-card-wide.component-card-bio > p.component-card-bio-collapse-button {
    margin: 0;
  }
  div.component-card > div.component-card-tags, div.component-card.component-card-wide > div.component-card-tags {
    position: static !important;
    padding: 8px;
  }
  div.component-card > div.component-card-content, div.component-card.component-card-wide > div.component-card-content {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  div.component-card > div.component-card-content > div.component-card-image, div.component-card.component-card-wide > div.component-card-content > div.component-card-image {
    padding: 8px 16px 16px;
    width: 100%;
    height: auto;
  }
  div.component-card > div.component-card-content > div.component-card-image img, div.component-card.component-card-wide > div.component-card-content > div.component-card-image img {
    position: static;
    padding: 0;
  }
  div.component-card > div.component-card-content > div.component-card-body, div.component-card.component-card-wide > div.component-card-content > div.component-card-body {
    padding: 16px;
  }
  div.component-card > div.component-card-content > div.component-card-body > div.component-card-button-container, div.component-card.component-card-wide > div.component-card-content > div.component-card-body > div.component-card-button-container {
    flex-direction: column;
    row-gap: 8px;
  }
}
/* Admin */
#page_slide.admin div.component-card.multi_field_area {
  padding: 0;
}
#page_slide.admin div.component-card.component-card-wide > div.multi_controls {
  position: absolute;
  top: 0;
  left: 0;
}
#page_slide.admin div.component-card.component-card-wide div.component-card-tags {
  top: 24px;
  left: 24px;
}
#page_slide.admin div.component-card.component-card-wide div.component-card-image.tooltip:after {
  top: 73px;
}
#page_slide.admin div.component-card.component-card-light div.component-card-tags:not([data-restructure-tags=false]) {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  background-color: var(--blue-light-3);
  color: var(--blue-light-2);
}
#page_slide.admin div.component-card.component-card-light div.component-card-tags:not([data-restructure-tags=false]):not(span) {
  display: flex;
}
#page_slide.admin div.component-card.component-card-light.component-card-video > div.multiField_0 {
  background-color: #000000;
}
#page_slide.admin div.component-card:not(.component-card-wide) div.component-card-tags {
  margin: 24px !important;
}
#page_slide.admin div.component-card:not(.component-card-wide) div.component-card-tags.component-card-tags-end {
  align-self: end;
}
#page_slide.admin div.component-card:not(.component-card-wide) div.component-card-image > div.field_buttons {
  top: 0 !important;
}
#page_slide.admin div.component-card:not(.component-card-light) .component-card-button-container {
  color: var(--white);
}
#page_slide.admin div.component-card:not(.component-card-light) .component-card-button-container p {
  color: var(--white);
}
#page_slide.admin div.component-card.component-card-bio > div.component-card-bio-image.mint_field:not(.nav-logo)[data-mint_type=img] {
  min-height: 0;
  border-radius: 50%;
  background-color: var(--blue-light-3);
  background-image: url("/mint-project/style/images/iconUser.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
#page_slide.admin div.component-card.component-card-rep .mint_field.tooltip.multiField_0:after {
  content: "Region (will populate region-drop down on contact form)";
}
#page_slide.admin div.component-card.component-card-rep .mint_field.tooltip.multiField_1:after {
  content: "Contact email (the form will send the enquiry to this address or the system default if blank)";
}
#page_slide.admin div.component-card.component-card-rep .mint_field.tooltip.multiField_2:after {
  content: "URL (opens in new tab)";
}
#page_slide.admin div.component-card.component-card-video .mint_field.tooltip {
  overflow: visible;
}
#page_slide.admin div.component-card.component-card-video .mint_field.tooltip.multiField_0:after {
  content: "Video embed code (e.g. YouTube)";
}
#page_slide.admin div.component-card.component-card-video .mint_field.tooltip.multiField_1:after {
  content: "Video title";
}
#page_slide.admin div.component-card.component-card-bio .mint_field.tooltip.multiField_0:after {
  content: "Image (deafults to user icon)";
}
#page_slide.admin div.component-card.component-card-bio .mint_field.tooltip.multiField_1:after {
  content: "Bio header - always visible";
}
#page_slide.admin div.component-card.component-card-bio .mint_field.tooltip.multiField_2 {
  transition: margin-bottom 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#page_slide.admin div.component-card.component-card-bio .mint_field.tooltip.multiField_2:hover {
  margin-bottom: 32px;
}
#page_slide.admin div.component-card.component-card-bio .mint_field.tooltip.multiField_2:after {
  top: unset;
  bottom: -64px !important;
  max-width: 90%;
  content: 'Bio details - visible when "Read more" clicked';
}
#page_slide.admin div.component-card.events-card .field_buttons {
  transform: translateY(-16px);
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_0:after {
  content: "Location (short version)";
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_1:after {
  content: "Date from (only day used if date to not blank)";
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_2:after {
  content: "Date to";
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_3:after {
  content: "Title";
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_4:after {
  content: "Location (long version)";
}
#page_slide.admin div.component-card.events-card .mint_field.tooltip.multiField_6:after {
  content: 'Hide card (enter "Yes" to hide)';
}
#page_slide.admin div.component-card div.component-card-tags[data-restructure-tags=false] {
  padding: 0;
}
#page_slide.admin div.component-card div.component-card-tags:not([data-restructure-tags=false]) {
  margin: 0;
  border-radius: 100px;
  background-color: var(--white);
  padding: 0 12px;
  line-height: 21px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
  white-space: nowrap;
  z-index: 1;
  width: auto;
  max-width: max-content;
}
#page_slide.admin div.component-card div.component-card-tags:not([data-restructure-tags=false]):not(span) {
  display: flex;
}
#page_slide.admin div.component-card div.component-card-tags.tooltip:after {
  content: "Tags (separate with commas)";
}
#page_slide.admin div.component-card div.component-card-image.tooltip:after {
  content: "Image";
}
#page_slide.admin div.component-card div.component-card-body > div.txt-field.tooltip:after {
  content: "Body";
}
#page_slide.admin div.component-card div.component-card-body > div.component-card-button-container > .tooltip:after {
  content: "Button text and link (only first hyperlink will be used)";
}
#page_slide.admin div.component-card div.component-card-product-category {
  padding: 0 32px 32px;
  min-height: 48px;
  color: var(--white);
}
#page_slide.admin div.component-card div.component-card-product-category.tooltip:after {
  content: "Product category (cards matching the current page product category will be hidden)";
}
#page_slide.admin div.component-card-multi.component-card-multi-three-column div.component-card:not(.component-card-wide) div.component-card-tags {
  margin: 16px !important;
}
#page_slide.admin div.component-card-multi.component-card-multi-three-column div.component-card.events-card div.component-card-tags {
  width: calc(100% - 32px);
}
#page_slide.admin div.component-card-multi.component-card-multi-three-column div.component-card.events-card div.component-card-tags > .multi_controls {
  margin-right: auto;
}
#page_slide.admin div.component-card-multi div.multi_add:after {
  content: "Add card";
}
#page_slide.admin div.component-card-multi h5.component-card-multi-header-year {
  margin-bottom: -32px;
  width: 100%;
}

.component-content-section-bg {
  position: relative;
}
.component-content-section-bg:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) * -0.5);
  bottom: unset;
  right: unset;
  z-index: -1;
}
.component-content-section-bg.component-content-section-bg-blue-dark-1:before {
  background-color: var(--blue-dark-1);
}
.component-content-section-bg.component-content-section-bg-blue-dark-2:before {
  background-color: var(--blue-dark-2);
}
.component-content-section-bg.component-content-section-bg-blue-light-1:before {
  background-color: var(--blue-light-1);
}
.component-content-section-bg.component-content-section-bg-blue-light-2:before {
  background-color: var(--blue-light-2);
}
.component-content-section-bg.component-content-section-bg-blue-light-3:before {
  background-color: var(--blue-light-3);
}
.component-content-section-bg.component-content-section-bg-blue-light-4:before {
  background-color: var(--blue-light-4);
}
.component-content-section-bg.component-content-section-bg-grey-dark-1:before {
  background-color: var(--grey-dark-1);
}
.component-content-section-bg.component-content-section-bg-grey-dark-2:before {
  background-color: var(--grey-dark-2);
}
.component-content-section-bg.component-content-section-bg-grey-light-1:before {
  background-color: var(--grey-light-1);
}
.component-content-section-bg.component-content-section-bg-grey-light-2:before {
  background-color: var(--grey-light-2);
}
.component-content-section-bg.component-content-section-bg-grey-light-3:before {
  background-color: var(--grey-light-3);
}
.component-content-section-bg.component-full-width-banner {
  padding: 40px 0;
  text-align: center;
}
.component-content-section-bg.component-full-width-banner > h5 {
  margin-bottom: 40px;
  color: var(--white);
}

/* Non-admin */
#page_slide:not(.admin) .component-content-section-bg.component-full-width-banner:last-child {
  top: 80px;
}

#mint_components {
  display: flex;
  flex-direction: column;
}
#mint_components div.clear {
  display: none;
}
#mint_components div.component ul {
  padding-left: 24px;
}
#mint_components div.component[data-component=anchor] {
  margin-top: -48px;
}
#mint_components div.component + div.component {
  margin-top: 48px;
}
#mint_components div.component[data-component*=Card] + div.component[data-component*=Card] {
  margin-top: 48px;
}
#mint_components div.component[data-component*=Card] + div.component[data-component=multiVideoCard] {
  margin-top: 40px;
}
#mint_components div.component[data-component*=Card]:not([data-component=multiVideoCard]) + div.component[data-component=contentSection] {
  margin-top: 32px;
}
#mint_components div.component[data-component=contentSection] > div > *:last-child {
  margin-bottom: 0;
}
#mint_components div.component[data-component=contentSection] + div.component[data-component*=Card]:not(div.component[data-component=multiVideoCard]) {
  margin-top: 40px;
}
#mint_components div.component[data-component=contentSection] + div.component[data-component=accordion] {
  margin-top: 32px;
}
#mint_components div.component[data-component=contentSection] + div.component[data-component=accordionMultiCards] {
  margin-top: 56px;
}
#mint_components div.component[data-component=contentSection] + div.component[data-component=image] {
  margin-top: 40px;
}
#mint_components div.component[data-component=accordionMultiCards] + div.component[data-component=accordionMultiCards], #mint_components div.component[data-component=accordionMultiCards] + div.component[data-component=accordion] {
  margin-top: 24px;
}
#mint_components div.component[data-component=image] + div.component {
  margin-top: 40px;
}
#mint_components div.component[data-component=multiCard] > .mint_field {
  margin-bottom: 24px;
}
#mint_components div.component[data-component=multiCard] > .mint_field:empty {
  display: none;
}
#mint_components div.component[data-component=multiVideoCard] + div.component[data-component=multiVideoCard] {
  margin-top: 48px;
}
#mint_components div.component[data-component=multiVideoCard] > .mint_field {
  margin-bottom: 32px;
}
#mint_components div.component[data-component=multiVideoCard] > .mint_field:empty {
  display: none;
}

/* Responsive */
@media screen and (max-width: 854px) {
  #mint_components {
    display: flex;
    flex-direction: column;
  }
  #mint_components div.clear {
    display: none;
  }
  #mint_components div.component ul {
    padding-left: 24px;
  }
  #mint_components div.component[data-component=anchor] {
    margin-top: -48px;
  }
  #mint_components div.component + div.component {
    margin-top: 40px;
  }
  #mint_components div.component[data-component*=Card] + div.component[data-component*=Card] {
    margin-top: 24px;
  }
  #mint_components div.component[data-component*=Card] + div.component[data-component=multiVideoCard] {
    margin-top: 24px;
  }
  #mint_components div.component[data-component*=Card]:not([data-component=multiVideoCard]) + div.component[data-component=contentSection] {
    margin-top: 32px;
  }
  #mint_components div.component[data-component=contentSection] > div > *:last-child {
    margin-bottom: 0;
  }
  #mint_components div.component[data-component=contentSection] + div.component[data-component*=Card]:not(div.component[data-component=multiVideoCard]) {
    margin-top: 32px;
  }
  #mint_components div.component[data-component=contentSection] + div.component[data-component=multiBioCard] {
    margin-top: 24px;
  }
  #mint_components div.component[data-component=contentSection] + div.component[data-component=accordion] {
    margin-top: 32px;
  }
  #mint_components div.component[data-component=contentSection] + div.component[data-component=accordionMultiCards] {
    margin-top: 40px;
  }
  #mint_components div.component[data-component=contentSection] + div.component[data-component=image] {
    margin-top: 24px;
  }
  #mint_components div.component[data-component=multiCard] > .mint_field {
    margin-bottom: 16px;
  }
  #mint_components div.component[data-component=multiCard] > .mint_field:empty {
    display: none;
  }
  #mint_components div.component[data-component=multiVideoCard] > .mint_field {
    margin-bottom: 24px;
  }
  #mint_components div.component[data-component=multiVideoCard] > .mint_field:empty {
    display: none;
  }
  #mint_components div.component[data-component=image] + div.component {
    margin-top: 24px;
  }
}
/* Admin */
#page_slide.admin div.component[data-component=contentSection] > .mint_field.tooltip:after {
  content: "Content";
}
#page_slide.admin div.component[data-component=contentSection] > .mint_field.tooltip[data-mint_type=txt]:after {
  content: "Text content";
}
#page_slide.admin div.component[data-component=contentSection] > .mint_field.tooltip[data-mint_type=img]:after {
  content: "Image";
}
#page_slide.admin div.component[data-component=contentSection] > .mint_field.tooltip[data-mint_type=emb]:after {
  content: "Embed code";
}

.component-gallery > p {
  margin-top: -24px;
  margin-bottom: 17px;
  text-align: right;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.component-gallery .component-gallery-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 100%;
  row-gap: 16px;
}
.component-gallery .component-gallery-item > div {
  width: 100%;
}
.component-gallery .component-gallery-item > div.multiField_0 {
  position: relative;
  background-color: var(--blue-dark-1);
}
.component-gallery .component-gallery-item > div.multiField_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-light-3);
  padding: 16px;
  min-height: 80px;
}

/* Non-admin */
#page_slide:not(.admin) {
  /* Responsive  */
}
#page_slide:not(.admin) .component-gallery > .carousel {
  margin: 0 -48px;
  width: calc(100% + 96px);
}
#page_slide:not(.admin) .component-gallery .carousel-arrow {
  padding-bottom: 73.2558139535%;
  height: 0;
}
#page_slide:not(.admin) .component-gallery .component-gallery-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 100%;
  row-gap: 16px;
}
#page_slide:not(.admin) .component-gallery .component-gallery-item > div {
  width: 100%;
}
#page_slide:not(.admin) .component-gallery .component-gallery-item > div.multiField_0 {
  position: relative;
  background-color: var(--blue-dark-1);
  padding: 32px 32px 73.2558139535%;
  height: 0;
}
#page_slide:not(.admin) .component-gallery .component-gallery-item > div.multiField_0 > img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  position: absolute;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
}
#page_slide:not(.admin) .component-gallery .component-gallery-item > div.multiField_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-light-3);
  padding: 16px;
  min-height: 80px;
}
@media screen and (max-width: 854px) {
  #page_slide:not(.admin) .component-gallery {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 16px;
    align-items: center;
  }
  #page_slide:not(.admin) .component-gallery > div.gallery-header {
    line-height: 30px;
    font-size: 20px;
  }
  #page_slide:not(.admin) .component-gallery > div.gallery-header, #page_slide:not(.admin) .component-gallery > p {
    margin: 0;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery {
    grid-column: 1/-1;
    column-gap: 0;
    padding: 0 24px;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery > div.carousel-arrow {
    position: relative;
    align-self: end;
    padding-bottom: calc(30.7692307692% - 16px);
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery > div.carousel-arrow:nth-of-type(1) {
    left: 24px;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery > div.carousel-arrow:nth-of-type(3) {
    right: 24px;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery .component-gallery-item {
    align-items: center;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery .component-gallery-item > div.multiField_0 {
    padding: 16px 16px 69.2307692308%;
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery .component-gallery-item > div.multiField_0 > img {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  #page_slide:not(.admin) .component-gallery > div.carousel.carousel-gallery .component-gallery-item > div.multiField_1 {
    flex-grow: 1;
    width: calc(100% - 64px);
    text-align: center;
    line-height: 21px;
    font-size: 14px;
  }
}

/* Admin */
#page_slide.admin .component-gallery > div.carousel > div.carousel-arrow {
  display: none;
}
#page_slide.admin .component-gallery > div.carousel > div:not(.carousel-arrow) > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#page_slide.admin .component-gallery > div.carousel > div:not(.carousel-arrow) > div > div {
  padding: 0;
}
#page_slide.admin .component-gallery > .mint_field.tooltip:after {
  content: "Gallery title";
}
#page_slide.admin .component-gallery .mint_field.tooltip.multiField_0:after {
  content: "Image (target aspect ratio ≈ 1.322)";
}
#page_slide.admin .component-gallery .mint_field.tooltip.multiField_1:after {
  content: "Image caption";
}

div.component[data-component=image] > div.component-image > img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  display: flex;
}

div.cardScrollTabDots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
div.cardScrollTabDots:empty {
  display: none;
}
div.cardScrollTabDots > div {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0.35;
  border-radius: 50%;
  background-color: var(--blue-dark-1);
  cursor: pointer;
  width: 8px;
  height: 8px;
}
div.cardScrollTabDots > div:not(.active):hover {
  opacity: 0.65;
}
div.cardScrollTabDots > div.active {
  opacity: 1;
}

@media screen and (max-width: 854px) {
  div.cardScrollTabDots:empty {
    display: block;
    padding-bottom: 0;
  }
}
/* Mint fields  */
.mint_field.txt-field img {
  margin: 24px 0;
}
.mint_field.txt-field ul {
  margin: 24px 0;
  padding-left: 24px;
}
.mint_field.txt-field ul > li::marker {
  font-size: 0.8em;
}
.mint_field.txt-field ul > li, .mint_field.txt-field ul li > p {
  margin-bottom: 4px !important;
}
.mint_field.txt-field table {
  border: none;
  border-collapse: separate !important;
  border-spacing: 0 12px;
  line-height: 24px;
  font-size: 16px;
}
.mint_field.txt-field table td,
.mint_field.txt-field table tr,
.mint_field.txt-field table th,
.mint_field.txt-field table tbody,
.mint_field.txt-field table thead {
  border: none;
}
.mint_field.txt-field table tr {
  margin-bottom: 8px;
}
.mint_field.txt-field .button a, .mint_field.txt-field a .button, .mint_field.txt-field a:has(.button),
.mint_field.txt-field .tag a, .mint_field.txt-field a .tag, .mint_field.txt-field a:has(.tag) {
  text-decoration: none !important;
}
.mint_field.txt-field div.clear {
  display: none;
}
.mint_field.txt-field > *:first-child {
  margin-top: 0;
}
.mint_field.txt-field > *:first-child * {
  margin-top: 0;
}

/* Admin  */
#page_slide.admin .mint_field {
  min-height: 30px;
}
#page_slide.admin .mint_field:not(.nav-logo, .component-image)[data-mint_type=img] {
  min-height: 200px;
}
#page_slide.admin .multi_field_area {
  padding: 24px;
}
#page_slide.admin .mint_field.tooltip,
#page_slide.admin .multi_field_area {
  position: relative;
}
#page_slide.admin .multi_add.multi_field_area {
  width: auto;
  max-width: max-content;
}
#page_slide.admin .tooltip:after,
#page_slide.admin .multi_field_area .mint_field:after,
#page_slide.admin .multi_add.multi_field_area:after {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  z-index: 10000;
  border: 1px solid white;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: none;
  padding: 4px 8px;
  width: max-content;
  max-width: 100%;
  height: auto;
  text-transform: none;
  line-height: 21px;
  white-space: pre-line;
  color: white;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
}
#page_slide.admin .tooltip:hover:after,
#page_slide.admin .multi_field_area .mint_field:hover:after,
#page_slide.admin .multi_add.multi_field_area:hover:after {
  opacity: 1;
}
#page_slide.admin .tooltip.tooltip-top:after {
  top: -5px;
  left: 50%;
  transform: translate(-50%, -100%);
}
#page_slide.admin .tooltip.tooltip-bottom:after {
  top: initial;
  bottom: -5px;
  transform: translate(-50%, 100%);
}
#page_slide.admin .tooltip.tooltip-left:after {
  top: 50%;
  left: -5px;
  transform: translate(-100%, -50%);
}
#page_slide.admin .tooltip.tooltip-right:after {
  top: 50%;
  right: -5px;
  left: initial;
  transform: translate(100%, -50%);
}
#page_slide.admin .blank-field.tooltip:after, #page_slide.admin .tooltip.tooltip-body:after {
  content: "Body";
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 48px;
  font-size: 18px;
}
form.form-one-column {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
form.form-one-column button {
  width: 100%;
}
form.form-search-filters {
  grid-template-columns: 1fr 1fr 1fr;
}
form.submit-error > p.form-feedback {
  color: var(--red-1);
}
form > div.form-textarea,
form > button,
form > p.form-feedback {
  grid-column: 1/-1;
}
form div.form-textarea > label {
  display: grid;
  grid-template-columns: 1fr auto;
}
form div.form-select {
  position: relative;
  width: 100%;
}
form div.form-select > select {
  cursor: pointer;
  padding-right: 48px;
  width: 100%;
}
form div.form-select:after {
  content: "";
  width: 13px;
  height: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: unset;
  bottom: unset;
  right: 16px;
  -webkit-mask-image: url("/mint-project/style/images/iconDropdown.svg");
  mask-image: url("/mint-project/style/images/iconDropdown.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  background-color: var(--blue-dark-1);
  pointer-events: none;
}
form > p.form-feedback:empty {
  display: none;
}
form > button {
  margin: 8px 0 0;
}
form > p, form > h1, form > h2, form > h3, form > h4, form > h5, form > h6 {
  grid-column: 1/-1;
}
form > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
form > div.form-checkbox, form > div.form-checkbox.is-invalid {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 8px;
}
form > div.form-checkbox > label, form > div.form-checkbox > label > a, form > div.form-checkbox.is-invalid > label, form > div.form-checkbox.is-invalid > label > a {
  font-weight: 400;
}
form > div.form-checkbox:after, form > div.form-checkbox.is-invalid:after {
  grid-column: 1/-1;
}
form > div > label {
  cursor: pointer;
  line-height: 24px;
  font-family: var(--font-form-headings);
  font-size: 16px;
  font-weight: 600;
}
form > div > label.form-required:after {
  margin-left: 1px;
  width: auto;
  height: auto;
  color: var(--red-1);
  content: "*";
}
form > div > input.is-invalid,
form > div > div.form-select > select.is-invalid,
form > div > textarea.is-invalid {
  border-color: rgba(203, 0, 0, 0.5);
}
form > div.is-invalid {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: start;
  width: 100%;
}
form > div.is-invalid:after {
  box-sizing: border-box;
  justify-content: center;
  border-radius: 2px;
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23bf211e'%3E%3Cpath d='M256 32L0 480H512L256 32zm24 160v24V328v24H232V328 216 192h48zM232 384h48v48H232V384z'/%3E%3C/svg%3E");
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 8px 16px 8px 32px;
  width: 100%;
  height: auto;
  line-height: 24px;
  color: var(--red-1);
  font-family: var(--font-form-headings);
  font-size: 16px;
  font-weight: 600;
  content: "This is not a valid input";
}
form > div > input,
form > div > textarea,
form > div > select,
form > div > div.form-select > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid var(--blue-light-1);
  border-radius: 2px;
  background: var(--white);
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  line-height: 24px;
  color: var(--blue-dark-1);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}
form > div > input:hover,
form > div > textarea:hover,
form > div > select:hover,
form > div > div.form-select > select:hover {
  border-color: rgba(28, 58, 88, 0.75);
}
form > div > input:focus, form > div > input:focus-within, form > div > input:focus-visible,
form > div > textarea:focus,
form > div > textarea:focus-within,
form > div > textarea:focus-visible,
form > div > select:focus,
form > div > select:focus-within,
form > div > select:focus-visible,
form > div > div.form-select > select:focus,
form > div > div.form-select > select:focus-within,
form > div > div.form-select > select:focus-visible {
  outline: none;
  border-color: var(--blue-dark-1);
}
form > div > input:focus.is-invalid, form > div > input:focus-within.is-invalid, form > div > input:focus-visible.is-invalid,
form > div > textarea:focus.is-invalid,
form > div > textarea:focus-within.is-invalid,
form > div > textarea:focus-visible.is-invalid,
form > div > select:focus.is-invalid,
form > div > select:focus-within.is-invalid,
form > div > select:focus-visible.is-invalid,
form > div > div.form-select > select:focus.is-invalid,
form > div > div.form-select > select:focus-within.is-invalid,
form > div > div.form-select > select:focus-visible.is-invalid {
  border-color: var(--red-1);
}
form > div > input[type=checkbox],
form > div > textarea[type=checkbox],
form > div > select[type=checkbox],
form > div > div.form-select > select[type=checkbox] {
  position: relative;
  transition: background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  padding: 0;
  width: 24px !important;
  height: 24px;
}
form > div > input[type=checkbox]:after,
form > div > textarea[type=checkbox]:after,
form > div > select[type=checkbox]:after,
form > div > div.form-select > select[type=checkbox]:after {
  content: "";
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  bottom: unset;
  right: unset;
  -webkit-mask-image: url("/mint-project/style/images/iconCheck.svg");
  mask-image: url("/mint-project/style/images/iconCheck.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  transform: scale(2);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  background-color: var(--blue-dark-1);
}
form > div > input[type=checkbox]:checked,
form > div > textarea[type=checkbox]:checked,
form > div > select[type=checkbox]:checked,
form > div > div.form-select > select[type=checkbox]:checked {
  background-color: var(--blue-light-1);
}
form > div > input[type=checkbox]:checked:hover,
form > div > textarea[type=checkbox]:checked:hover,
form > div > select[type=checkbox]:checked:hover,
form > div > div.form-select > select[type=checkbox]:checked:hover {
  background-color: var(--blue-dark-1);
}
form > div > input[type=checkbox]:checked:hover:after,
form > div > textarea[type=checkbox]:checked:hover:after,
form > div > select[type=checkbox]:checked:hover:after,
form > div > div.form-select > select[type=checkbox]:checked:hover:after {
  background-color: var(--white);
}
form > div > input[type=checkbox]:checked:after,
form > div > textarea[type=checkbox]:checked:after,
form > div > select[type=checkbox]:checked:after,
form > div > div.form-select > select[type=checkbox]:checked:after {
  transform: scale(1);
  opacity: 1;
}
form > div > input:not([type=checkbox]), form > div select {
  height: 48px;
}
form > div select {
  appearance: none;
  margin: 0;
  outline: none;
  border: none;
}
form > div select.placeholder {
  color: var(--grey3);
}
form > div select.placeholder > option {
  color: var(--black);
}
form > div > textarea {
  min-height: 216px;
}
form label > div > input.is-invalid:hover,
form > div > textarea.is-invalid:hover {
  border-color: rgba(203, 0, 0, 0.75);
}
form > button {
  justify-self: start;
  width: 136px;
  line-height: 26px;
  font-size: 20px;
}
form a.form-input-link {
  text-align: right;
  text-decoration-line: underline;
  line-height: 21px;
  color: var(--blue-light-3);
  font-size: 14px;
  font-weight: 400;
}

div.form-search {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 854px) {
  div.form-search {
    row-gap: 32px;
  }
  form {
    grid-template-columns: 100%;
  }
  form.form-search-filters {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  form > div,
  form > button,
  form > p.form-feedback {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
  #enquire-details {
    grid-template-rows: 64vw auto;
  }
}
@media screen and (max-width: 427px) {
  form.form-search-filters {
    grid-template-columns: 1fr;
  }
}
div.hero-field {
  display: grid;
  position: relative;
  grid-template-rows: auto;
  grid-template-columns: 40.6615570795% 65.1875756353%;
  column-gap: 48px;
  background-image: url("/mint-project/style/images/hero-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 184px;
  padding-left: max(24px, max(0px, (100% - 1056px) / 2));
  width: 100%;
  height: auto;
  min-height: 58.0555555556vw;
  overflow: hidden;
  font-family: var(--font-headings);
}
div.hero-field > div.hero-img-container {
  position: relative;
  height: min-content;
}
div.hero-field > div.hero-img-container > div.hero-img {
  position: absolute;
  top: 5.7004310345%;
  left: 11.5862778465%;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  width: 76.8274443069%;
  height: 83.419612069%;
}
div.hero-field > div.hero-img-container > div.hero-img.shown, div.hero-field > div.hero-img-container > div.hero-img.no-transition:nth-of-type(1) {
  opacity: 1;
}
div.hero-field > div.hero-img-container > div.hero-img > div.mint_multiField {
  height: 100%;
}
div.hero-field > div.hero-img-container > div.hero-img > div.mint_multiField img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  display: flex;
}
div.hero-field > div.hero-img-container > div.hero-img > div.clear {
  display: none;
}
div.hero-field > div.hero-img-container > img {
  display: flex;
  width: 100%;
  height: auto;
}
div.hero-field > div.hero-text {
  display: flex;
  top: 0;
  flex-direction: column;
  z-index: 1;
}
div.hero-field > div.hero-text > p {
  font-weight: 400;
}

/* Responsive */
@media screen and (max-width: 854px) {
  div.hero-field {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    background-image: url("/mint-project/style/images/hero-bg-mobile.png");
    padding: 80px 24px 48px;
    /*
    transition: height variables.$defaultTransitionDuration variables.$defaultEasing;
    height: calc(100% - 80px);
    height: calc(100dvh - 80px);
    */
  }
  div.hero-field > div.hero-img-container {
    width: 111.1111111111vw;
  }
  div.hero-field > div.hero-text {
    position: relative !important;
    top: unset;
    left: unset;
    grid-row-start: 2;
    grid-row-end: 3;
    background: var(--red2);
    width: 100%;
    max-width: none;
    height: auto;
  }
  div.hero-field > div.hero-text:before {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    content: "";
  }
  div.hero-field > div.hero-bg:before {
    width: 100%;
  }
  #hero + section.page-section {
    padding-top: 32px;
  }
}
/* Admin */
#page_slide.admin div.hero-img-admin-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  padding: 24px;
}
#page_slide.admin div.hero-img-admin-container > div.hero-img.tooltip:after {
  content: "Hero slide image (target aspect ratio ≈ 1.609)";
}
#page_slide.admin div.hero-img-admin-container > div.multi_add:after {
  content: "Add slide";
}
#page_slide.admin div.hero-field > div.hero-text {
  min-width: 250px;
  min-height: 30px;
}
#page_slide.admin div.hero-field > div.hero-text.tooltip:after {
  content: "Text content";
}

div.carousel {
  display: flex;
  column-gap: 24px;
  width: 100%;
}
div.carousel.component-card-carousel > div:not(.carousel-arrow) {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 24px, rgb(0, 0, 0) calc(100% - 24px), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 24px, rgb(0, 0, 0) calc(100% - 24px), rgba(0, 0, 0, 0) 100%);
  margin: -24px;
  padding: 24px;
  width: 100%;
}
div.carousel > div.carousel-arrow {
  -webkit-mask-image: url("/mint-project/style/images/iconArrow.svg");
  mask-image: url("/mint-project/style/images/iconArrow.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  flex: 0 0 24px;
  z-index: 1;
  background-color: var(--blue-dark-1);
  cursor: pointer;
}
div.carousel > div.carousel-arrow:first-of-type {
  transform: rotate(180deg);
}
div.carousel > div:not(.carousel-arrow) {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
div.carousel > div:not(.carousel-arrow) > div {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 24px;
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

section.section-carousel {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section.section-carousel > * {
  margin-bottom: 0;
}
section.section-carousel div.component-section {
  padding: 24px;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  div.component-card-carousel {
    column-gap: 8px;
  }
  div.component-card-carousel > div:not(.carousel-arrow) > div {
    gap: 48px;
  }
  section.section-carousel {
    row-gap: 0;
  }
  section.section-carousel > h3 {
    margin-bottom: 32px;
  }
  section.section-carousel .component-section {
    padding: 24px 24px 0 !important;
  }
  section.section-carousel .component-section .component-card-body > h6 {
    line-height: 30px;
    font-size: 20px;
  }
  section.section-carousel > .button {
    margin-top: 24px;
  }
}
#page_slide.admin div.select-options-multi-field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  border-bottom: 1px solid var(--blue-dark-1);
  padding: 0 0 12px;
}
#page_slide.admin div.select-options-multi-field + div.select-options-multi-field {
  padding-top: 12px;
}
#page_slide.admin div.select-options-multi-field > div.multi_controls {
  margin: 0;
}
#page_slide.admin div.select-options-multi-field > div.clear, #page_slide.admin div.select-options-multi-field div:empty {
  display: none;
}
#page_slide.admin div.select-options-multi-field > div.mint_multiField {
  border: 1px solid var(--blue-light-2);
}
#page_slide.admin div.select-options-multi-field > div.multiField_0:after {
  content: "Option text";
}
#page_slide.admin div.select-options-multi-field > div.multiField_1:after {
  content: "Option value";
}
#page_slide.admin div.select-options-multi-field + div.multi_add:after {
  content: "Add option";
}

/* Responsive */
div.tabbed-items {
  display: flex;
  flex-wrap: wrap;
}

/* Non-admin */
#page_slide:not(.admin) {
  /* Responsive */
}
#page_slide:not(.admin) div.tabbed-items {
  position: relative;
  left: 24px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  justify-self: center;
  margin: -24px;
  padding: 24px;
  width: 100%;
  overflow: hidden;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) {
  margin: 0 auto;
  overflow-x: auto;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) > div:nth-of-type(1) {
  display: inline-block;
  position: relative;
  gap: 16px;
  margin: 0 24px;
  width: max-content;
  white-space: nowrap;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) > div:nth-of-type(1) div {
  display: inline-block;
  transition: border-bottom-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  margin: 0 12px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  padding: 0 8px 16px;
  min-width: max-content;
  text-align: center;
  line-height: 30px;
  color: var(--grey3);
  font-family: var(--font-headings);
  font-size: 20px;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) > div:nth-of-type(1) div.active {
  border-bottom-color: var(--blue-light-2);
  color: var(--blue-dark-1);
  font-weight: 700;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) > div:nth-of-type(1):after {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  background-color: var(--grey-light-3);
  width: 100%;
  height: 1px;
  content: "";
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) {
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  margin-top: 47px;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  opacity: 0;
  width: 100%;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div.active {
  position: static;
  opacity: 1;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div:not(.active).mx-auto {
  right: 0;
}
@media screen and (max-width: 854px) {
  #page_slide:not(.admin) div.component[data-component=tabbedItems] {
    margin-left: -24px;
    width: calc(100% + (24px * 2));
  }
  #page_slide:not(.admin) div.tabbed-items {
    left: 0;
    margin: 0 0 -24px;
    padding: 0 0 24px;
  }
  #page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) {
    margin: 0;
  }
  #page_slide:not(.admin) div.tabbed-items > div:nth-of-type(1) > div:nth-of-type(1) div {
    margin: 0 8px;
    padding: 0 0 16px;
    line-height: 20px;
    font-size: 16px;
  }
  #page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) {
    margin-top: 39px;
    padding: 0 24px;
  }
  #page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div {
    display: flex;
    flex-direction: column;
  }
  #page_slide:not(.admin) div.tabbed-items > div:nth-of-type(2) > div:not(.active) {
    padding: 0 24px;
  }
}

/* Admin */
#page_slide.admin div.tabbed-items {
  flex-wrap: wrap;
  gap: 24px;
}
#page_slide.admin div.tabbed-items > div {
  position: relative;
  flex: 0 0 calc(50% - 12px);
  width: 50%;
}
#page_slide.admin div.tabbed-items > div > div[data-mint_type=img] {
  min-height: 300px;
}
#page_slide.admin div.component[data-component=tabbedItemsHeader] .mint_field.tooltip:after {
  content: "Tab header - items below this and before another tab header or tab end will be put in this tab";
}

div.mobile-buttons {
  display: none;
}

@media screen and (max-width: 854px) {
  div.mobile-buttons {
    display: grid;
    position: absolute;
    top: 80px;
    grid-template-columns: auto auto;
    z-index: 2;
    padding: 0 24px;
    width: 100%;
  }
  div.mobile-buttons > .button {
    margin: 0;
  }
  div.mobile-buttons > .button:nth-of-type(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--white);
    padding: 16px;
  }
  div.mobile-buttons > .button:nth-of-type(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 0;
  background-color: var(--blue-dark-1);
  padding: 64px max(24px, max(0px, (100% - 1056px) / 2)) 128px;
  height: 384px;
  color: var(--white);
}
footer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  z-index: -1;
  background-image: url("/mint-project/style/images/footer-icons.png");
  background-position: center calc(100% - 16px);
  background-repeat: no-repeat;
}
footer:before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;
  z-index: -1;
  background-color: var(--blue-light-4);
}
footer > div.nav-logo {
  flex-grow: 0;
}
footer > div:last-of-type > p:first-of-type {
  margin-bottom: 24px;
}
footer > div:last-of-type div.footer-socials {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
footer > div:last-of-type div.footer-socials > div {
  border-radius: 2px;
  background-color: var(--blue-light-1);
  width: 28px;
  height: 28px;
}
footer > div:last-of-type div.footer-socials > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 24px;
}
footer > div:last-of-type div.footer-socials > div > a > i {
  color: var(--blue-dark-1);
}
footer > div:last-of-type div.footer-socials > div > a > i.fa-facebook-f {
  position: relative;
  left: -1px;
}

/* Responsive */
@media screen and (max-width: 854px) {
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    row-gap: 40px;
    column-gap: 24px;
    padding: 24px 24px 72px;
    height: auto;
  }
  footer:before {
    height: 12px;
  }
  footer:after {
    background-position: center calc(100% - 12px);
    background-size: auto 24px;
  }
  footer > div:first-of-type, footer > div:last-of-type {
    grid-column: 1/-1;
  }
  footer > div:first-of-type:last-of-type div.footer-socials, footer > div:last-of-type:last-of-type div.footer-socials {
    margin-bottom: 24px;
  }
}
/* Non-admin */
/* Admin */
#page_slide.admin footer > div {
  min-width: 100px;
}
#page_slide.admin footer > .mint_field.tooltip:nth-of-type(1):after {
  content: "Footer logo";
}
#page_slide.admin footer > .mint_field.tooltip:nth-of-type(2):after {
  content: "Footer links";
}
#page_slide.admin footer > .mint_field.tooltip:nth-of-type(3):after {
  content: "Footer links";
}
#page_slide.admin footer > div:last-of-type > .mint_field.tooltip:after {
  content: "Small footer links";
}

header {
  position: sticky;
  top: -32px;
  z-index: 3;
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  color: var(--black);
  font-weight: 600;
}
header div.header-banner {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  align-items: center;
  justify-items: center;
  transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 5;
  background-color: var(--blue-light-3);
  padding: 0 max(24px, max(0px, (100% - 1056px) / 2));
  width: 100%;
  overflow: hidden;
}
header div.header-banner > div:first-of-type {
  padding: 24px 0;
}
header div.header-banner > div.header-banner-close {
  -webkit-mask-image: url("/mint-project/style/images/iconClose.svg");
  mask-image: url("/mint-project/style/images/iconClose.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  justify-self: end;
  background-color: var(--blue-dark-1);
  cursor: pointer;
  width: 24px;
  height: 100%;
}
header div.header-top-links {
  display: flex;
  column-gap: 20px;
  justify-content: end;
  margin: 0 auto;
  background: var(--blue-dark-1);
  padding: 4px max(24px, max(0px, (100% - 1056px) / 2));
}
header div.header-top-links.nav-mobile-only {
  display: none;
  align-self: start;
  margin: 0 24px;
  padding: 0;
}
header div.header-top-links.nav-mobile-only > a {
  flex-direction: row-reverse;
  justify-content: start;
}
header div.header-top-links > a {
  display: flex;
  position: relative;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 21px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
header div.header-top-links > a:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  background-color: var(--white);
}
header div.header-top-links > a.header-nav-client-icon:after {
  -webkit-mask-image: url("/mint-project/style/images/iconUser.svg");
  mask-image: url("/mint-project/style/images/iconUser.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  width: 16px;
  height: 16px;
}
header div.header-top-links > a.header-nav-search-icon:after {
  -webkit-mask-image: url("/mint-project/style/images/iconSearch.svg");
  mask-image: url("/mint-project/style/images/iconSearch.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
}
header div.header-top-links > a.header-nav-logout-icon:after {
  -webkit-mask-image: url("/mint-project/style/images/iconLogout.svg");
  mask-image: url("/mint-project/style/images/iconLogout.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
}

#header-nav-wrap-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 16px 0;
}

#header-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1104px;
}

#header-nav-panel {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

#header-nav-top-row {
  display: none;
}

@media screen and (max-width: 854px) {
  header {
    top: 0;
  }
  header > div.header-top-links:not(.nav-mobile-only) {
    display: none;
  }
  header.shown #header-nav-panel {
    transform: translateX(0);
  }
  header.shown #header-nav-panel-container {
    visibility: visible;
  }
  header #header-nav-wrap-container {
    padding: 0;
    height: 80px;
  }
  header #header-nav-panel-container {
    position: absolute;
    top: 80px;
    left: 0;
    transition: visibility 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    visibility: hidden;
    z-index: 3;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    overflow-y: scroll;
  }
  header #header-nav-panel-container div.nav-marker {
    display: none;
  }
  header #header-nav-panel-container div.header-top-links.nav-mobile-only {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  header #header-nav-wrap {
    padding: 24px 24px;
  }
}
/* Non-admin */
/* Admin */
#page_slide.admin header:after {
  opacity: 0.5;
  pointer-events: none;
}
#page_slide.admin .header-banner {
  position: static;
  overflow: visible;
}
#page_slide.admin .header-banner > div.mint_field {
  min-width: 200px;
}
#page_slide.admin .header-banner > .tooltip:after {
  content: "Header banner (appears on all pages until dismissed by user, resets if content changed or after one week, always appears on home in admin mode)";
}
#page_slide.admin #header-nav-top-row {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#page_slide.admin #header-nav-top-row > div:not(:first-of-type) {
  display: none;
}

#header-nav-panel {
  padding: 0;
  width: 100%;
  max-width: 1104px;
}
#header-nav-panel > ul {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: end;
  height: 48px;
  list-style: none;
}
@media screen and (max-width: 930px) {
  #header-nav-panel > ul {
    gap: 24px;
  }
}
@media screen and (max-width: 896px) {
  #header-nav-panel > ul {
    gap: 12px;
  }
}
#header-nav-panel > ul > li {
  z-index: 1;
  cursor: pointer;
  user-select: none;
  width: max-content;
  height: 100%;
  line-height: 24px;
  color: var(--blue-dark-2);
  font-family: var(--font-nav-items);
  font-size: 16px;
}
#header-nav-panel > ul > li#menu_download-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-2);
  user-select: none;
  padding: 16px 24px;
  height: 48px;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font-buttons);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--blue-light-2);
  background: none;
  color: var(--blue-dark-1);
  min-width: 196px;
}
#header-nav-panel > ul > li#menu_download-demo:not(.button-no-link) {
  cursor: pointer;
}
#header-nav-panel > ul > li#menu_download-demo:not(span, a) {
  display: flex;
}
#header-nav-panel > ul > li#menu_download-demo:not(.button-outline):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
#header-nav-panel > ul > li#menu_download-demo:not(.button-outline, .button-no-link):hover:after {
  opacity: 1;
}
#header-nav-panel > ul > li#menu_download-demo:not(.button-no-link):hover {
  background-color: var(--blue-light-2);
  color: var(--white);
}
#header-nav-panel > ul > li#menu_download-demo a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
#header-nav-panel > ul > li#menu_get-a-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-2);
  user-select: none;
  padding: 16px 24px;
  height: 48px;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font-buttons);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
  margin-left: -20px;
  min-width: 152px;
}
#header-nav-panel > ul > li#menu_get-a-quote:not(.button-no-link) {
  cursor: pointer;
}
#header-nav-panel > ul > li#menu_get-a-quote:not(span, a) {
  display: flex;
}
#header-nav-panel > ul > li#menu_get-a-quote:not(.button-outline):after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: unset;
  bottom: unset;
  right: unset;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
#header-nav-panel > ul > li#menu_get-a-quote:not(.button-outline, .button-no-link):hover:after {
  opacity: 1;
}
#header-nav-panel > ul > li#menu_get-a-quote a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
#header-nav-panel > ul > li#menu_download-demo, #header-nav-panel > ul > li#menu_get-a-quote {
  padding-right: 32px;
  padding-left: 32px;
}
#header-nav-panel > ul > li.has-children > div:not(.sub-nav) {
  display: flex;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#header-nav-panel > ul > li.has-children > div:not(.sub-nav):after {
  content: "";
  width: 13px;
  height: 100%;
  display: block;
  position: relative;
  top: 1px;
  left: unset;
  bottom: unset;
  right: 0;
  -webkit-mask-image: url("/mint-project/style/images/iconDropdown.svg");
  mask-image: url("/mint-project/style/images/iconDropdown.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: var(--blue-light-1);
}
#header-nav-panel > ul > li.has-children > div:not(.sub-nav):hover:after {
  background-color: var(--blue-dark-1);
}
#header-nav-panel > ul > li.has-children > div:not(.sub-nav) > a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
#header-nav-panel > div.nav-marker {
  content: "";
  width: 35px;
  height: 16px;
  display: block;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: unset;
  transform: translateX(-50%);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), left 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  opacity: 0;
  background-image: url("/mint-project/style/images/iconNavMarker.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#header-nav-panel > div.nav-marker.shown {
  visibility: visible;
  opacity: 1;
}
#header-nav-panel > div.footer-body-container {
  display: none;
}

@media screen and (max-width: 930px) {
  header:not(.shown) #header-nav-panel > ul > li:not(.button):before {
    left: -18px;
  }
}
@media screen and (max-width: 896px) {
  header:not(.shown) #header-nav-panel > ul > li:not(.button):before {
    left: -12px;
    width: 12px;
  }
}

.nav-logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
  cursor: pointer;
  height: 48px;
}
.nav-logo > img {
  margin: 0;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.nav-mobile-only {
  display: none;
  -webkit-tap-highlight-color: transparent;
}

/* Responsive */
@media screen and (max-width: 854px) {
  #header-nav-wrap {
    column-gap: 16px;
  }
  #header-nav-panel {
    display: flex;
    flex-direction: column;
    justify-content: start;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: var(--blue-dark-1);
    padding: 0 0 24px;
    width: 100%;
    min-height: 100%;
    color: var(--white);
  }
  #header-nav-panel > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #header-nav-panel > ul > li:not(.button, #menu_download-demo, #menu_get-a-quote) {
    position: relative;
    border-bottom: 1px solid var(--blue-light-2);
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
  }
  #header-nav-panel > ul > li:not(.button, #menu_download-demo, #menu_get-a-quote).has-children > div:not(.sub-nav) {
    display: block;
    position: relative;
    flex-grow: 1;
    padding: 24px 41px 24px 24px;
  }
  #header-nav-panel > ul > li:not(.button, #menu_download-demo, #menu_get-a-quote).has-children > div:not(.sub-nav):after {
    position: absolute;
    right: 24px;
    transform: rotate(0deg);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #header-nav-panel > ul > li:not(.button, #menu_download-demo, #menu_get-a-quote).has-children > div:not(.sub-nav):hover:after {
    transform: rotate(-180deg);
    background-color: var(--blue-light-1);
  }
  #header-nav-panel > ul > li:not(.button, #menu_download-demo, #menu_get-a-quote).has-children > div:not(.sub-nav) > a {
    line-height: 36px;
    color: var(--white);
    font-family: var(--font-headings);
    font-size: 24px;
    font-weight: 600;
  }
  #header-nav-panel > ul > li#menu_download-demo, #header-nav-panel > ul > li#menu_get-a-quote {
    margin: 16px auto 0;
    width: calc(100% - 48px);
  }
  #header-nav-panel > ul > li#menu_download-demo:after, #header-nav-panel > ul > li#menu_get-a-quote:after {
    content: none;
  }
  #header-nav-panel > ul > li#menu_download-demo a, #header-nav-panel > ul > li#menu_get-a-quote a {
    text-decoration: none;
    color: var(--white);
  }
  #header-nav-panel > ul > li#menu_download-demo#menu_download-demo, #header-nav-panel > ul > li#menu_get-a-quote#menu_download-demo {
    margin-top: 48px;
  }
  #header-nav-panel > ul > li#menu_download-demo#menu_get-a-quote, #header-nav-panel > ul > li#menu_get-a-quote#menu_get-a-quote {
    margin-bottom: 48px;
  }
  #header-nav-panel > div.footer-body-container {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 24px 60px;
  }
  .nav-logo {
    height: 32px;
  }
  .nav-mobile-only {
    display: unset;
  }
  .nav-mobile-only.header-nav-icon-container {
    display: flex;
    column-gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .header-nav-collapse-button {
    display: flex;
    align-items: center;
    justify-content: end;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .header-nav-collapse-button > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .nav-icon {
    position: relative;
    border: 1px solid var(--blue-light-2);
    border-radius: 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .nav-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: unset;
    bottom: unset;
    right: unset;
    background-color: var(--blue-dark-1);
  }
  .nav-icon.header-nav-client-icon:after {
    -webkit-mask-image: url("/mint-project/style/images/iconUser.svg");
    mask-image: url("/mint-project/style/images/iconUser.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: auto;
    -webkit-mask-size: auto;
  }
  .nav-icon.header-nav-search-icon:after {
    -webkit-mask-image: url("/mint-project/style/images/iconSearch.svg");
    mask-image: url("/mint-project/style/images/iconSearch.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: auto;
    -webkit-mask-size: auto;
  }
  .nav-icon.header-nav-logout-icon:after {
    -webkit-mask-image: url("/mint-project/style/images/iconLogout.svg");
    mask-image: url("/mint-project/style/images/iconLogout.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: auto;
    -webkit-mask-size: auto;
  }
  .header-nav-collapse-button {
    background-image: url("/mint-project/style/images/iconCollapse.svg");
    width: 32px;
    height: 18px;
  }
}
/* Admin  */
#page_slide.admin #nav-logo-mobile {
  position: absolute;
  top: -16px;
  left: -854px;
  background-color: var(--red2);
  padding: 16px;
  width: auto;
  min-width: 30px;
  height: auto;
  min-height: 30px;
}
#page_slide.admin #nav-logo-mobile > img {
  width: auto;
  max-width: 300px;
  height: auto;
}
#page_slide.admin #nav-logo.tooltip:after {
  content: "Logo (on click links to root)";
}

#header-search-bar {
  position: absolute;
  top: 112px;
  transition: visibility 0.6s;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
}
#header-search-bar.shown {
  visibility: visible;
}
#header-search-bar.shown > div {
  transform: translateY(0);
}
#header-search-bar > div {
  display: flex;
  position: relative;
  left: 0;
  column-gap: 40px;
  align-items: center;
  justify-content: end;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 16px max(24px, max(0px, (100% - 1056px) / 2));
  width: 100%;
  height: 80px;
}
#header-search-bar > div > div {
  background-color: var(--blue-dark-1);
  cursor: pointer;
  -webkit-mask-image: url("/mint-project/style/images/iconClose.svg");
  mask-image: url("/mint-project/style/images/iconClose.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  width: 24px;
  height: 100%;
}
#header-search-bar > div > form {
  display: flex;
  flex-grow: 1;
  column-gap: 16px;
  align-items: center;
  justify-content: end;
}
#header-search-bar > div > form > label {
  align-self: center;
  text-align: right;
  line-height: 24px;
  font-family: var(--font-form-headings);
  font-size: 16px;
  font-weight: 600;
}
#header-search-bar > div > form > div {
  flex-direction: row;
  column-gap: 0;
  width: 100%;
  max-width: 680px;
}
#header-search-bar > div > form > div > input {
  margin-right: -2px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 18px;
}
#header-search-bar > div > form > div > button {
  margin: 0;
  width: auto;
  min-width: 88px;
}

/* Responsive */
@media screen and (max-width: 854px) {
  #header-search-bar {
    top: 80px;
  }
}
.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ms-8 {
  margin-left: 8px;
}

.me-8 {
  margin-right: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-8 {
  margin: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ms-16 {
  margin-left: 16px;
}

.me-16 {
  margin-right: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-16 {
  margin: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ms-32 {
  margin-left: 32px;
}

.me-32 {
  margin-right: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-32 {
  margin: 32px;
}

.mt-40 {
  margin-top: 40px;
}

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

.ms-40 {
  margin-left: 40px;
}

.me-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-40 {
  margin: 40px;
}

.mt-gap {
  margin-top: 32px !important;
}

.mb-gap {
  margin-bottom: 32px !important;
}

.ms-gap {
  margin-left: 32px !important;
}

.me-gap {
  margin-right: 32px !important;
}

.my-gap {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-gap {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.m-gap {
  margin: 32px !important;
}

.mx-auto, section.section-header > div {
  margin: 0 auto;
}

.ms-auto {
  margin: 0 0 0 auto;
}

.me-auto {
  margin: 0 auto 0 0;
}

.p-gap {
  padding: 32px !important;
}

.bg-blue-dark-1 {
  background-color: #1c3a58 !important;
}

.text-blue-dark-1 {
  color: #1c3a58 !important;
}

.bg-blue-dark-2 {
  background-color: #24384d !important;
}

.text-blue-dark-2 {
  color: #24384d !important;
}

.bg-blue-dark-3 {
  background-color: #263674 !important;
}

.text-blue-dark-3 {
  color: #263674 !important;
}

.bg-blue-light-1 {
  background-color: #99bad2 !important;
}

.text-blue-light-1 {
  color: #99bad2 !important;
}

.bg-blue-light-2 {
  background-color: #5189ac !important;
}

.text-blue-light-2 {
  color: #5189ac !important;
}

.bg-blue-light-3 {
  background-color: #dbeffe !important;
}

.text-blue-light-3 {
  color: #dbeffe !important;
}

.bg-blue-light-4 {
  background-color: #4d7c9b !important;
}

.text-blue-light-4 {
  color: #4d7c9b !important;
}

.bg-grey-dark-1 {
  background-color: #31363c !important;
}

.text-grey-dark-1 {
  color: #31363c !important;
}

.bg-grey-dark-2 {
  background-color: #535458 !important;
}

.text-grey-dark-2 {
  color: #535458 !important;
}

.bg-grey-dark-3 {
  background-color: #757781 !important;
}

.text-grey-dark-3 {
  color: #757781 !important;
}

.bg-grey-light-1 {
  background-color: #cccccc !important;
}

.text-grey-light-1 {
  color: #cccccc !important;
}

.bg-grey-light-2 {
  background-color: #f2f2f2 !important;
}

.text-grey-light-2 {
  color: #f2f2f2 !important;
}

.bg-grey-light-3 {
  background-color: #dbdbdb !important;
}

.text-grey-light-3 {
  color: #dbdbdb !important;
}

.bg-red-1 {
  background-color: #cb0000 !important;
}

.text-red-1 {
  color: #cb0000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.max-width-none {
  max-width: none;
}
.max-width-narrow {
  max-width: 504px;
}
.max-width-medium {
  max-width: 688px;
}
.max-width-normal, .max-width-page-width {
  max-width: 1056px;
}
.max-width-narrow.me-auto, .max-width-medium.me-auto, .max-width-normal.me-auto, .max-width-page-width.me-auto {
  margin-right: auto;
  margin-left: max(0px, (100% - 1056px) / 2);
}
.max-width-narrow.ms-auto, .max-width-medium.ms-auto, .max-width-normal.ms-auto, .max-width-page-width.ms-auto {
  margin-right: max(0px, (100% - 1056px) / 2);
  margin-left: auto;
}

.page-width, section.section-header > div {
  max-width: 1104px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.shown {
  visibility: visible;
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.no-transition {
  transition: none !important;
}

.hide-scrollbar-except-hover:not(:hover) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div.page-title-description {
  margin: 0 auto 56px;
  max-width: 592px;
}

div.page-subtitle {
  margin-bottom: 28px;
  line-height: 50px;
  font-size: 40px;
}

div.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.hide-scrollbar-except-hover:not(:hover)::-webkit-scrollbar {
  display: none;
}

.img-contain > img {
  object-fit: contain !important;
}

.img-centre-top > img {
  object-position: center top;
}

.img-centre-bottom > img {
  object-position: center bottom;
}

.img-left-centre > img {
  object-position: left center;
}

.img-right-centre > img {
  object-position: right center;
}

.img-left-bottom > img {
  object-position: left bottom;
}

.img-right-bottom > img {
  object-position: right bottom;
}

.img-left-top > img {
  object-position: left top;
}

.img-right-top > img {
  object-position: right top;
}

.no-pointer {
  cursor: unset !important;
}

section.section-header {
  padding: 52px 24px 64px;
}
section.section-header.background-header {
  background: linear-gradient(180deg, var(--blue-light-3) 0%, rgba(219, 239, 254, 0) 100%);
}
section.section-header > div {
  padding-right: 24px;
  padding-left: 24px;
}
section.section-header > div:first-of-type:not(:only-child) {
  margin-bottom: 32px;
}
section.section-header > div:first-of-type > *:not(.section-header-top) {
  margin: 0;
}
section.section-header > div:first-of-type p.section-header-top, section.section-header > div:first-of-type a.section-header-top {
  margin-bottom: 8px;
  text-decoration: none;
  line-height: 30px;
  font-family: var(--font-headings);
  font-size: 18px;
  font-weight: 400;
}
section.section-header > div:first-of-type p.section-header-top.section-header-back, section.section-header > div:first-of-type a.section-header-top.section-header-back {
  display: flex;
  position: relative;
  column-gap: 8px;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
section.section-header > div:first-of-type p.section-header-top.section-header-back:before, section.section-header > div:first-of-type a.section-header-top.section-header-back:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  -webkit-mask-image: url("/mint-project/style/images/iconArrow.svg");
  mask-image: url("/mint-project/style/images/iconArrow.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  transform: rotate(180deg);
  background-color: currentColor;
}
section.section-header > div:first-of-type p.section-header-top.section-header-back:hover, section.section-header > div:first-of-type a.section-header-top.section-header-back:hover {
  color: var(--blue-light-2);
}
section.section-header > div:first-of-type > h2:not(:last-child) {
  margin-bottom: 32px;
}
section.section-header > div.mint_field.txt-field {
  margin: 0 auto 0 calc(max(24px, max(0px, (100% - 1056px) / 2)) - 24px);
  max-width: 736px;
}
section.section-header > div.mint_field.txt-field:empty {
  display: none;
}
section.section-header + section.page-section {
  padding-top: 0;
}

section.section-admin-only {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  background-color: var(--grey-dark-1);
  padding: 40px max(24px, max(0px, (100% - 1056px) / 2));
  color: var(--white);
}
section.section-admin-only > p {
  margin-bottom: 0;
}
section.section-admin-only > div.mint_field:not(:last-child) {
  margin-bottom: 8px;
}
section.section-admin-only:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin-bottom: 16px;
  line-height: 36px;
  font-family: var(--font-headings);
  font-size: 24px;
  font-weight: 600;
  content: "Admin options - not visible to users";
}

section.page-section, div.component-section, div.page-section {
  position: relative;
  padding: 0;
}
section.page-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto), div.component-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto), div.page-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto) {
  margin: 0 auto;
}
section.page-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none), div.component-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none), div.page-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none) {
  padding: 80px 24px;
}
section.page-section.padding-y, div.component-section.padding-y, div.page-section.padding-y {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.page-section.padding-y-tight, div.component-section.padding-y-tight, div.page-section.padding-y-tight {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.page-section.padding-x, div.component-section.padding-x, div.page-section.padding-x {
  padding-right: 24px;
  padding-left: 24px;
}
section.page-section.padding-b, div.component-section.padding-b, div.page-section.padding-b {
  padding-bottom: 80px;
}
section.page-section.padding-t, div.component-section.padding-t, div.page-section.padding-t {
  padding-top: 80px;
}
section.page-section.padding-b-tight, div.component-section.padding-b-tight, div.page-section.padding-b-tight {
  padding-bottom: 40px;
}
section.page-section.padding-t-tight, div.component-section.padding-t-tight, div.page-section.padding-t-tight {
  padding-top: 40px;
}
section.page-section.padding-s, div.component-section.padding-s, div.page-section.padding-s {
  padding-left: 80px;
}
section.page-section.padding-e, div.component-section.padding-e, div.page-section.padding-e {
  padding-right: 80px;
}
section.page-section.section-padding-large, div.component-section.section-padding-large, div.page-section.section-padding-large {
  padding-top: 102px;
  padding-bottom: 102px;
}
section.page-section.section-narrow, div.component-section.section-narrow, div.page-section.section-narrow {
  max-width: 552px;
}
section.page-section.section-medium, div.component-section.section-medium, div.page-section.section-medium {
  max-width: 736px;
}
section.page-section.section-normal, div.component-section.section-normal, div.page-section.section-normal {
  max-width: 1104px;
}
section.page-section.section-narrow.me-auto, section.page-section.section-medium.me-auto, div.component-section.section-narrow.me-auto, div.component-section.section-medium.me-auto, div.page-section.section-narrow.me-auto, div.page-section.section-medium.me-auto {
  padding-right: 0;
  padding-left: max(0px, (100% - 1056px) / 2);
}
section.page-section.section-narrow.ms-auto, section.page-section.section-medium.ms-auto, div.component-section.section-narrow.ms-auto, div.component-section.section-medium.ms-auto, div.page-section.section-narrow.ms-auto, div.page-section.section-medium.ms-auto {
  padding-right: max(0px, (100% - 1056px) / 2);
  padding-left: 0;
}
section.page-section.section-bottom-banner, div.component-section.section-bottom-banner, div.page-section.section-bottom-banner {
  background-color: var(--blue-light-2);
  padding: 40px 24px;
  text-align: center;
}
section.page-section.section-bottom-banner > div.button, div.component-section.section-bottom-banner > div.button, div.page-section.section-bottom-banner > div.button {
  display: inline-flex;
}
section.page-section.section-bottom-banner > div:not(.button), div.component-section.section-bottom-banner > div:not(.button), div.page-section.section-bottom-banner > div:not(.button) {
  margin-bottom: 40px;
  text-align: center;
  line-height: 42px;
  color: var(--white);
  font-family: var(--font-headings);
  font-size: 28px;
  font-weight: 600;
}
section.page-section.section-bottom-cards, div.component-section.section-bottom-cards, div.page-section.section-bottom-cards {
  background-color: var(--blue-light-3);
  padding: 80px max(24px, max(0px, (100% - 1056px) / 2));
}
section.page-section.section-bottom-cards > h3, div.component-section.section-bottom-cards > h3, div.page-section.section-bottom-cards > h3 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 42px;
  color: var(--blue-dark-1);
}
section.page-section.section-bottom-cards > .component-card-multi.component-card-multi-two-column, div.component-section.section-bottom-cards > .component-card-multi.component-card-multi-two-column, div.page-section.section-bottom-cards > .component-card-multi.component-card-multi-two-column {
  justify-content: center;
}

/* Responsive */
@media screen and (max-width: 854px) {
  section.page-section, div.component-section, div.page-section {
    position: relative;
    padding: 0;
  }
  section.page-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto), div.component-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto), div.page-section:not(.mt-gap, .mb-gap, .ms-gap, .me-gap, .my-gap, .mx-gap, .m-gap, .mx-auto, .ms-auto, .me-auto) {
    margin: 0 auto;
  }
  section.page-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none), div.component-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none), div.page-section:not(.padding-y, .padding-x, .padding-t, .padding-t-tight, .padding-b, .padding-b-tight, .padding-s, .padding-e, .padding-none) {
    padding: 40px 24px;
  }
  section.page-section.padding-y, div.component-section.padding-y, div.page-section.padding-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.page-section.padding-y-tight, div.component-section.padding-y-tight, div.page-section.padding-y-tight {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.page-section.padding-x, div.component-section.padding-x, div.page-section.padding-x {
    padding-right: 24px;
    padding-left: 24px;
  }
  section.page-section.padding-b, div.component-section.padding-b, div.page-section.padding-b {
    padding-bottom: 40px;
  }
  section.page-section.padding-t, div.component-section.padding-t, div.page-section.padding-t {
    padding-top: 40px;
  }
  section.page-section.padding-b-tight, div.component-section.padding-b-tight, div.page-section.padding-b-tight {
    padding-bottom: 20px;
  }
  section.page-section.padding-t-tight, div.component-section.padding-t-tight, div.page-section.padding-t-tight {
    padding-top: 20px;
  }
  section.page-section.padding-s, div.component-section.padding-s, div.page-section.padding-s {
    padding-left: 40px;
  }
  section.page-section.padding-e, div.component-section.padding-e, div.page-section.padding-e {
    padding-right: 40px;
  }
  section.section-header {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  section.section-header.background-header {
    background: linear-gradient(180deg, var(--blue-light-3) 0%, rgba(219, 239, 254, 0) 100%);
  }
  section.section-header > div {
    padding: 0;
  }
  section.section-header > div.mint_field.txt-field:empty {
    display: none;
  }
  section.section-header > div:first-of-type:not(:only-child) {
    margin-bottom: 24px;
  }
  section.section-header > div:first-of-type p.section-header-top, section.section-header > div:first-of-type a.section-header-top {
    margin-bottom: 8px;
    line-height: 27px;
  }
  section.section-header + section.page-section {
    padding-top: 0;
  }
  section.section-tabbed {
    padding: 0 !important;
  }
  section.page-section.section-bottom-cards > h3 {
    margin-bottom: 24px;
    line-height: 36px;
    font-size: 24px;
  }
  section.page-section.section-events {
    padding: 0 0 40px 0;
  }
  section.section-bottom-banner > div:not(.button) {
    line-height: 36px;
    font-size: 24px;
    font-weight: 600;
  }
}
/* Admin */
#page_slide.admin section.section-header > div.mint_field.tooltip:after {
  content: "Page description";
}
#page_slide.admin section.section-bottom-banner > div:not(.button).mint_field.tooltip:after {
  content: "Product text";
}
#page_slide.admin section.section-bottom-banner > div.mint_field.button.tooltip:after {
  content: "Button text and link (only first hyperlink will be used)";
}

#header-nav-panel > ul > li.has-children:hover > div.sub-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#header-nav-panel > ul > li > div.sub-nav {
  position: absolute;
  top: 64px;
  left: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  background-clip: padding-box;
  background-color: var(--blue-dark-1);
  pointer-events: none;
  padding: 48px max(24px, max(0px, (100% - 1056px) / 2));
  width: 100vw;
  list-style: none;
  color: var(--white);
}
#header-nav-panel > ul > li > div.sub-nav > h5 {
  margin-bottom: 24px;
  font-weight: 700;
}
#header-nav-panel > ul > li > div.sub-nav > ul {
  display: flex;
  position: relative;
  left: -16px;
  flex-wrap: wrap;
  gap: 16px;
  width: calc(100% + 32px);
}
#header-nav-panel > ul > li > div.sub-nav > ul > li {
  flex-basis: calc(33.3333333333% - 10.6666666667px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 2px;
  padding: 16px;
  min-height: 120px;
}
#header-nav-panel > ul > li > div.sub-nav > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#header-nav-panel > ul > li > div.sub-nav > ul > li:hover > div:after {
  background-color: var(--white);
}
#header-nav-panel > ul > li > div.sub-nav > ul > li > div {
  display: flex;
  column-gap: 8px;
  align-items: center;
  min-height: 24px;
}
#header-nav-panel > ul > li > div.sub-nav > ul > li > div:after {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  -webkit-mask-image: url("/mint-project/style/images/iconArrow.svg");
  mask-image: url("/mint-project/style/images/iconArrow.svg");
  -webkit-mask-position: 0 10px;
  mask-position: 0 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: auto;
  -webkit-mask-size: auto;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  flex: 1 0 24px;
  background-color: var(--blue-light-1);
}
#header-nav-panel > ul > li > div.sub-nav > ul > li > div > a {
  text-decoration: none;
  line-height: 30px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}
#header-nav-panel > ul > li > div.sub-nav > ul > li > ul {
  display: none;
}
#header-nav-panel > ul > li > div.sub-nav > ul > li > p {
  line-height: 24px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

/* Responsive */
@media screen and (max-width: 854px) {
  #header-nav-panel > ul > li:hover > div.sub-nav {
    max-height: unset;
  }
  #header-nav-panel > ul > li > div.sub-nav {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0;
    border-top: none;
    background-color: var(--blue-light-3);
    padding: 0;
    max-height: 0;
    overflow: hidden;
  }
  #header-nav-panel > ul > li > div.sub-nav > *:not(ul) {
    display: none;
  }
  #header-nav-panel > ul > li > div.sub-nav > ul {
    left: 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 12px 24px;
    width: 100%;
  }
  #header-nav-panel > ul > li > div.sub-nav > ul > li {
    margin: 0;
    padding: 12px 0;
    min-height: 0;
  }
  #header-nav-panel > ul > li > div.sub-nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid var(--blue-light-1);
  }
  #header-nav-panel > ul > li > div.sub-nav > ul > li > *:not(div) {
    display: none;
  }
  #header-nav-panel > ul > li > div.sub-nav > ul > li > div:after {
    background-color: var(--blue-dark-1);
  }
  #header-nav-panel > ul > li > div.sub-nav > ul > li > div > a {
    flex-grow: 1;
    line-height: 27px;
    color: var(--blue-dark-1);
    font-family: var(--font-headings);
    font-size: 18px;
  }
}
/* Admin  */
.contact-form-header {
  margin-bottom: 32px;
}

.contact-reps-header {
  margin-bottom: 40px;
}

#contact-form > div:nth-of-type(1).is-invalid:after {
  content: "Please enter your first name";
}
#contact-form > div:nth-of-type(2).is-invalid:after {
  content: "Please enter your last name";
}
#contact-form > div:nth-of-type(3).is-invalid:after {
  content: "Please a valid email address";
}
#contact-form > div:nth-of-type(4).is-invalid:after {
  content: "Please enter your company name";
}
#contact-form > div:nth-of-type(5).is-invalid:after {
  content: "Please select a region";
}
#contact-form > div:nth-of-type(5) {
  grid-column: 1/-1;
}
#contact-form > div:nth-of-type(6).is-invalid:after {
  content: "Please agree to continue";
}

/* Admin */
#page_slide.admin div.contact-reps-header.tooltip:after {
  content: "Worldwide reps description (appears at top of worldwide reps tab)";
}

#home-about-us {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#home-about-us > * {
  width: 100%;
}
#home-about-us > div:nth-of-type(1) {
  padding-right: 24px;
}
#home-about-us > div:nth-of-type(1) > img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
#home-about-us > div:nth-of-type(2) {
  padding: 24px max(24px, max(0px, (200% + 96px - 1056px) / 2)) 24px 24px;
}

#home-latest-news {
  padding-bottom: 80px;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  #home-about-us {
    display: flex;
    flex-direction: column;
  }
  #home-about-us > div:nth-of-type(1) {
    padding: 0;
  }
  #home-about-us > div:nth-of-type(2) {
    padding: 24px;
  }
  #home-latest-news, #home-upcoming-events {
    padding-bottom: 40px;
  }
}
/* Admin */
#page_slide.admin #home-description:after {
  content: "Page description";
}
#page_slide.admin #home-about-us .mint_field.tooltip:nth-of-type(1):after {
  content: "Image";
}
#page_slide.admin #home-about-us .mint_field.tooltip:nth-of-type(2):after {
  content: "Text content";
}

section.section-login {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
section.section-login > * {
  width: 100%;
}
section.section-login > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-color: var(--blue-dark-1);
  padding: 48px;
  color: var(--white);
}
section.section-login > div:nth-of-type(1) > * {
  margin: 0;
}
section.section-login > div:nth-of-type(1) > form.submit-success a.forgot-password-form-back {
  display: block;
}
section.section-login > div:nth-of-type(1) > form:not(#reset-password-form) > div:nth-of-type(1).is-invalid:after {
  content: "Please enter your username";
}
section.section-login > div:nth-of-type(1) > form:not(#reset-password-form) > div:nth-of-type(2).is-invalid:after {
  content: "Please enter your password";
}
section.section-login > div:nth-of-type(1) > form#reset-password-form > div:nth-of-type(1).is-invalid:after {
  content: "Passwords must be at least eight characters with one lower case letter, one capital, one number and a symbol";
}
section.section-login > div:nth-of-type(1) > form#reset-password-form > div:nth-of-type(2).is-invalid:after {
  content: "Passwords must match";
}
section.section-login > div:nth-of-type(1) > form > div > label.form-required:after {
  content: "";
}
section.section-login > div:nth-of-type(1) > form > p.form-feedback {
  border-radius: 2px;
  background-color: var(--white);
  padding: 8px;
}
section.section-login > div:nth-of-type(1) > form > a.forgot-password-form-back {
  display: none;
}
section.section-login > div:nth-of-type(1) > form:not(.submit-error) > p.form-feedback {
  color: var(--blue-dark-1);
}
section.section-login > div:nth-of-type(1) button {
  margin-top: 8px;
}
section.section-login > div:nth-of-type(2) {
  padding: 48px 0;
}

/* Responsive  */
@media screen and (max-width: 854px) {
  section.section-login {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  section.section-login > div:nth-of-type(1) {
    padding: 24px;
  }
  section.section-login > div:nth-of-type(2) {
    padding: 0;
  }
}
div.component-card-multi.component-card-multi-three-column div.news-card div.component-card-content > div.component-card-body {
  row-gap: 16px;
}
div.component-card-multi.component-card-multi-three-column div.news-card div.component-card-content > div.component-card-body > *:not(.component-card-button-container) {
  margin: 0;
}
div.component-card-multi.component-card-multi-three-column div.news-card div.component-card-content > div.component-card-body > .news-card-snippet {
  line-height: 21px;
  white-space: normal;
  color: var(--blue-dark-1);
  font-size: 14px;
  font-weight: 400;
}

div.news-heading {
  line-height: 24px;
  font-weight: 700;
}

section.news-article-section {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

section.news-article-related {
  background-color: var(--blue-light-3);
}
section.news-article-related > div {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section.news-article-related > div > h5 {
  margin: 0;
  text-align: center;
}

p.news-events-search-results {
  line-height: 21px;
  color: var(--blue-dark-1);
  font-size: 14px;
  font-weight: 500;
}

/* Responsive */
@media screen and (max-width: 854px) {
  .news-card-snippet {
    line-height: 21px;
    font-size: 14px;
  }
  h6.news-card-title {
    line-height: 30px;
    font-size: 20px;
  }
  section.news-article-section {
    padding: 0 24px 40px;
  }
}
/* Admin */
#page_slide.admin div.events-results-container-admin-mode > div.multi_add {
  margin-bottom: -32px;
  padding: 0;
}
#page_slide.admin div.news-heading > div:nth-of-type(1) > div.mint_field.tooltip:after {
  content: "Article date";
}
#page_slide.admin div.news-article-content > .mint_field.tooltip:is(h4):after {
  content: "Article subtitle";
}
#page_slide.admin div.news-article-content > .mint_field.tooltip:is(div):after {
  content: "Article content";
}

#quote-form > div:nth-of-type(1).is-invalid:after {
  content: "Please enter your first name";
}
#quote-form > div:nth-of-type(2).is-invalid:after {
  content: "Please enter your last name";
}
#quote-form > div:nth-of-type(3).is-invalid:after {
  content: "Please a valid email address";
}
#quote-form > div:nth-of-type(4).is-invalid:after {
  content: "Please select a region";
}
#quote-form > div:nth-of-type(5).is-invalid:after {
  content: "Please select a product";
}
#quote-form > div:nth-of-type(6).is-invalid:after {
  content: "Please enter your company name";
}
#quote-form > div:nth-of-type(7) {
  grid-column: 1/-1;
}
#quote-form > div:nth-of-type(7).is-invalid:after {
  content: "Please enter an alloy";
}
#quote-form > div:nth-of-type(8).is-invalid:after {
  content: "Please agree to continue";
}

/* Responsive  */
/* Admin */
#page_slide.admin #quote-form > div:nth-of-type(4) div.select-options-multi-field > div.multiField_0:after {
  content: "Region name";
}
#page_slide.admin #quote-form > div:nth-of-type(4) div.select-options-multi-field > div.multiField_1:after {
  content: "Region email (the form will send the enquiry to this address or the system default if blank)";
}
#page_slide.admin #quote-form > div:nth-of-type(5) div.select-options-multi-field > div.multiField_0:after {
  content: "Product name";
}
#page_slide.admin #quote-form > div:nth-of-type(5) div.select-options-multi-field > div.multiField_1:after {
  content: "Option value (the form will use this in the enquiry message or use the name if blank)";
}
#page_slide.admin #quote-form > div:nth-of-type(6) .mint_field.tooltip:after {
  content: "Alloy list instructions";
}

.search-results {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.search-results > div {
  position: relative;
}
.search-results > div > h5 {
  margin-bottom: 32px;
}
.search-results > div > h5 > a {
  color: var(--blue-dark-3);
  font-weight: 600;
}
.search-results > div > h5 > a:after {
  content: "";
  width: calc(100% + 48px);
  height: calc(100% + 40px);
  display: block;
  position: absolute;
  top: -20px;
  left: -24px;
  bottom: unset;
  right: unset;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.search-results > div > h5 > a:hover:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.search-results > div > p {
  margin-bottom: 0;
  color: var(--grey-dark-3);
}
.search-results > div > p.search-results-slug {
  margin-bottom: 8px;
  color: var(--blue-dark-3);
  font-weight: 600;
}
.search-results > div > p:not(.search-results-slug) {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.collapse {
  overflow: hidden;
}
.collapse > div {
  transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  max-height: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

#page_slide * {
  box-sizing: border-box;
  scroll-margin-top: 80px;
}

body {
  margin: 0;
  border: 0;
  overflow-x: hidden;
  line-height: 24px;
  color: var(--blue-dark-1);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}

#page_slide {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

/* Responsive */
@media screen and (max-width: 854px) {
  #page_slide * {
    scroll-margin-top: 80px;
  }
}

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