/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./_src/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto+Slab:wght@500&display=swap);
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./_src/scss/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/* ========================================================
    _functions.scss - Golf Chaplaincy Scotland
======================================================== */
/* ========================================================
    _breakpoints.scss - Emerald Fire & Security
======================================================== */
/* ========================================================
    _root.scss - Emerald Fire & Security
======================================================== */
:root {
  /* --- Typography --- */
  --ss-font-display:
    "Roboto Slab", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --ss-font-weight-display: 500;
  --ss-line-height-display: 1;
  --ss-font-headings:
    "Roboto Slab", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --ss-font-weight-headings: 500;
  --ss-line-height-headings: 1;
  --ss-font-lead:
    "Mulish", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --ss-font-weight-lead: 500;
  --ss-line-height-lead: 1.4;
  --ss-font-body:
    "Mulish", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --ss-font-weight-body: 400;
  --ss-line-height-body: 1.4;
  --ss-font-clickables:
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --ss-font-weight-clickables: 400;
  /* --- Grid --- */
  --scoot-grid-cols: 12;
  --scoot-grid-gap: 1.5rem;
  /* --- Font Sizes (Mobile) --- */
  --ss-base-font-size: 16px !important;
  --ss-font-size-lead: 18px !important;
  --ss-font-size-h1: 39.1px;
  --ss-font-size-h2: 31.25px;
  --ss-font-size-h3: 25px;
  --ss-font-size-h4: 18.75px;
  --ss-font-size-h5: 16px;
  --ss-font-size-h6: 12.8px;
  --ss-font-size-display1: 60px;
  --ss-font-size-display2: 52px;
  --ss-font-size-display3: 44px;
  /* --- Colours: Base --- */
  --ss-color-white: #ffffff;
  --ss-color-black: #000000;
  --ss-color-warning: #e0a22f;
  --ss-color-error: #aa0b1e;
  --ss-color-info: #55e0ff;
  --ss-color-success: #11eec6;
  /* --- Colours: Brand --- */
  --ss-color-dark: #0f3f59;
  --ss-color-light: #f8f8f8;
  --ss-color-blue: #1b8ece;
  --ss-color-green: #b2d236;
  --ss-color-light-green: #e7f0c8;
  /* --- Colours: Grey --- */
  --ss-color-grey-extra-light: #f8f8f8;
  --ss-color-grey-light: #ebebeb;
  --ss-color-grey-medium: #dddddd;
  --ss-color-grey-dark: #b1b1b1;
  --ss-color-grey-extra-dark: #585858;
  /* --- Colours: Semantic --- */
  --ss-color-primary: var(--ss-color-blue);
  --ss-color-secondary: var(--ss-color-green);
  --ss-color-tertiary: var(--ss-color-light-green);
  --ss-body-color: var(--ss-color-dark);
  --ss-bg-color: var(--ss-color-white);
  --ss-card-bg: var(--ss-color-grey-extra-light);
  /* --- Border --- */
  --ss-border-radius: 0;
  --ss-border-colour: var(--ss-color-green);
  --ss-border-width: 2px;
  --ss-muted-border-colour: var(--ss-color-grey-light);
  /* --- Spacing (Mobile / Tablet — identical values) --- */
  --ss-spacing-none: 0rem;
  --ss-spacing-narrow: 1rem;
  --ss-spacing-normal: 3rem;
  --ss-spacing-large: 5rem;
  /* --- Buttons --- */
  --ss-button-default-bg: var(--ss-color-primary);
  --ss-button-default-text: var(--ss-color-white);
  --ss-button-radius: 0;
  --ss-button-padding-vertical: 0.75rem;
  --ss-button-padding-horizontal: 2rem;
  /* --- Misc --- */
  --ss-transition-default: 0.3s ease-in-out;
  --ss-header-height: 80px;
}

@media (min-width: 992px) {
  :root {
    /* --- Font Sizes (Desktop) --- */
    --ss-font-size-lead: 20px !important;
    --ss-font-size-h1: 50.5px;
    --ss-font-size-h2: 37.9px;
    --ss-font-size-h3: 28.4px;
    --ss-font-size-h4: 21.3px;
    --ss-font-size-h5: 16px;
    --ss-font-size-h6: 12.8px;
    --ss-font-size-display1: 72px;
    --ss-font-size-display2: 64px;
    --ss-font-size-display3: 56px;
    /* --- Spacing (Desktop) --- */
    --ss-spacing-narrow: 4rem;
    --ss-spacing-normal: 6rem;
    --ss-spacing-large: 8rem;
  }
}
/* ========================================================
	CORE - The Cumnock Tryst
=========================================================== */
.m-0 {
  margin: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.py-0 {
  padding-block: 0 !important;
}

.px-0 {
  padding-inline: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.my-1 {
  margin-block: 1rem !important;
}

.mx-1 {
  margin-inline: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.py-1 {
  padding-block: 1rem !important;
}

.px-1 {
  padding-inline: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.my-2 {
  margin-block: 2rem !important;
}

.mx-2 {
  margin-inline: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.py-2 {
  padding-block: 2rem !important;
}

.px-2 {
  padding-inline: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.my-3 {
  margin-block: 3rem !important;
}

.mx-3 {
  margin-inline: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.py-3 {
  padding-block: 3rem !important;
}

.px-3 {
  padding-inline: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.my-4 {
  margin-block: 4rem !important;
}

.mx-4 {
  margin-inline: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.py-4 {
  padding-block: 4rem !important;
}

.px-4 {
  padding-inline: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.my-5 {
  margin-block: 5rem !important;
}

.mx-5 {
  margin-inline: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.py-5 {
  padding-block: 5rem !important;
}

.px-5 {
  padding-inline: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.my-6 {
  margin-block: 6rem !important;
}

.mx-6 {
  margin-inline: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.py-6 {
  padding-block: 6rem !important;
}

.px-6 {
  padding-inline: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.my-7 {
  margin-block: 7rem !important;
}

.mx-7 {
  margin-inline: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.py-7 {
  padding-block: 7rem !important;
}

.px-7 {
  padding-inline: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.my-8 {
  margin-block: 8rem !important;
}

.mx-8 {
  margin-inline: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.py-8 {
  padding-block: 8rem !important;
}

.px-8 {
  padding-inline: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.my-9 {
  margin-block: 9rem !important;
}

.mx-9 {
  margin-inline: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.py-9 {
  padding-block: 9rem !important;
}

.px-9 {
  padding-inline: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.my-10 {
  margin-block: 10rem !important;
}

.mx-10 {
  margin-inline: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.py-10 {
  padding-block: 10rem !important;
}

.px-10 {
  padding-inline: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.my-auto {
  margin-block: auto !important;
}

.mx-auto {
  margin-inline: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.p-auto {
  padding: auto !important;
}

.py-auto {
  padding-block: auto !important;
}

.px-auto {
  padding-inline: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.gap-auto {
  gap: auto !important;
}

.position-relative {
  position: relative;
}

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

.d-reset {
  display: initial !important;
}

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

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 0) {
  .d-none\@xs {
    display: none !important;
  }
  .d-reset\@xs {
    display: initial !important;
  }
  .d-block\@xs {
    display: block !important;
  }
  .d-block\@xs {
    display: block !important;
  }
  .d-flex\@xs {
    display: flex !important;
  }
  .d-inline-flex\@xs {
    display: inline-flex !important;
  }
  .m-0\@xs {
    margin: 0 !important;
  }
  .my-0\@xs {
    margin-block: 0 !important;
  }
  .mx-0\@xs {
    margin-inline: 0 !important;
  }
  .mt-0\@xs {
    margin-top: 0 !important;
  }
  .mb-0\@xs {
    margin-bottom: 0 !important;
  }
  .ml-0\@xs {
    margin-left: 0 !important;
  }
  .mr-0\@xs {
    margin-right: 0 !important;
  }
  .p-0\@xs {
    padding: 0 !important;
  }
  .py-0\@xs {
    padding-block: 0 !important;
  }
  .px-0\@xs {
    padding-inline: 0 !important;
  }
  .pt-0\@xs {
    padding-top: 0 !important;
  }
  .pb-0\@xs {
    padding-bottom: 0 !important;
  }
  .pl-0\@xs {
    padding-left: 0 !important;
  }
  .pr-0\@xs {
    padding-right: 0 !important;
  }
  .gap-0\@xs {
    gap: 0 !important;
  }
  .m-1\@xs {
    margin: 1rem !important;
  }
  .my-1\@xs {
    margin-block: 1rem !important;
  }
  .mx-1\@xs {
    margin-inline: 1rem !important;
  }
  .mt-1\@xs {
    margin-top: 1rem !important;
  }
  .mb-1\@xs {
    margin-bottom: 1rem !important;
  }
  .ml-1\@xs {
    margin-left: 1rem !important;
  }
  .mr-1\@xs {
    margin-right: 1rem !important;
  }
  .p-1\@xs {
    padding: 1rem !important;
  }
  .py-1\@xs {
    padding-block: 1rem !important;
  }
  .px-1\@xs {
    padding-inline: 1rem !important;
  }
  .pt-1\@xs {
    padding-top: 1rem !important;
  }
  .pb-1\@xs {
    padding-bottom: 1rem !important;
  }
  .pl-1\@xs {
    padding-left: 1rem !important;
  }
  .pr-1\@xs {
    padding-right: 1rem !important;
  }
  .gap-1\@xs {
    gap: 1rem !important;
  }
  .m-2\@xs {
    margin: 2rem !important;
  }
  .my-2\@xs {
    margin-block: 2rem !important;
  }
  .mx-2\@xs {
    margin-inline: 2rem !important;
  }
  .mt-2\@xs {
    margin-top: 2rem !important;
  }
  .mb-2\@xs {
    margin-bottom: 2rem !important;
  }
  .ml-2\@xs {
    margin-left: 2rem !important;
  }
  .mr-2\@xs {
    margin-right: 2rem !important;
  }
  .p-2\@xs {
    padding: 2rem !important;
  }
  .py-2\@xs {
    padding-block: 2rem !important;
  }
  .px-2\@xs {
    padding-inline: 2rem !important;
  }
  .pt-2\@xs {
    padding-top: 2rem !important;
  }
  .pb-2\@xs {
    padding-bottom: 2rem !important;
  }
  .pl-2\@xs {
    padding-left: 2rem !important;
  }
  .pr-2\@xs {
    padding-right: 2rem !important;
  }
  .gap-2\@xs {
    gap: 2rem !important;
  }
  .m-3\@xs {
    margin: 3rem !important;
  }
  .my-3\@xs {
    margin-block: 3rem !important;
  }
  .mx-3\@xs {
    margin-inline: 3rem !important;
  }
  .mt-3\@xs {
    margin-top: 3rem !important;
  }
  .mb-3\@xs {
    margin-bottom: 3rem !important;
  }
  .ml-3\@xs {
    margin-left: 3rem !important;
  }
  .mr-3\@xs {
    margin-right: 3rem !important;
  }
  .p-3\@xs {
    padding: 3rem !important;
  }
  .py-3\@xs {
    padding-block: 3rem !important;
  }
  .px-3\@xs {
    padding-inline: 3rem !important;
  }
  .pt-3\@xs {
    padding-top: 3rem !important;
  }
  .pb-3\@xs {
    padding-bottom: 3rem !important;
  }
  .pl-3\@xs {
    padding-left: 3rem !important;
  }
  .pr-3\@xs {
    padding-right: 3rem !important;
  }
  .gap-3\@xs {
    gap: 3rem !important;
  }
  .m-4\@xs {
    margin: 4rem !important;
  }
  .my-4\@xs {
    margin-block: 4rem !important;
  }
  .mx-4\@xs {
    margin-inline: 4rem !important;
  }
  .mt-4\@xs {
    margin-top: 4rem !important;
  }
  .mb-4\@xs {
    margin-bottom: 4rem !important;
  }
  .ml-4\@xs {
    margin-left: 4rem !important;
  }
  .mr-4\@xs {
    margin-right: 4rem !important;
  }
  .p-4\@xs {
    padding: 4rem !important;
  }
  .py-4\@xs {
    padding-block: 4rem !important;
  }
  .px-4\@xs {
    padding-inline: 4rem !important;
  }
  .pt-4\@xs {
    padding-top: 4rem !important;
  }
  .pb-4\@xs {
    padding-bottom: 4rem !important;
  }
  .pl-4\@xs {
    padding-left: 4rem !important;
  }
  .pr-4\@xs {
    padding-right: 4rem !important;
  }
  .gap-4\@xs {
    gap: 4rem !important;
  }
  .m-5\@xs {
    margin: 5rem !important;
  }
  .my-5\@xs {
    margin-block: 5rem !important;
  }
  .mx-5\@xs {
    margin-inline: 5rem !important;
  }
  .mt-5\@xs {
    margin-top: 5rem !important;
  }
  .mb-5\@xs {
    margin-bottom: 5rem !important;
  }
  .ml-5\@xs {
    margin-left: 5rem !important;
  }
  .mr-5\@xs {
    margin-right: 5rem !important;
  }
  .p-5\@xs {
    padding: 5rem !important;
  }
  .py-5\@xs {
    padding-block: 5rem !important;
  }
  .px-5\@xs {
    padding-inline: 5rem !important;
  }
  .pt-5\@xs {
    padding-top: 5rem !important;
  }
  .pb-5\@xs {
    padding-bottom: 5rem !important;
  }
  .pl-5\@xs {
    padding-left: 5rem !important;
  }
  .pr-5\@xs {
    padding-right: 5rem !important;
  }
  .gap-5\@xs {
    gap: 5rem !important;
  }
  .m-6\@xs {
    margin: 6rem !important;
  }
  .my-6\@xs {
    margin-block: 6rem !important;
  }
  .mx-6\@xs {
    margin-inline: 6rem !important;
  }
  .mt-6\@xs {
    margin-top: 6rem !important;
  }
  .mb-6\@xs {
    margin-bottom: 6rem !important;
  }
  .ml-6\@xs {
    margin-left: 6rem !important;
  }
  .mr-6\@xs {
    margin-right: 6rem !important;
  }
  .p-6\@xs {
    padding: 6rem !important;
  }
  .py-6\@xs {
    padding-block: 6rem !important;
  }
  .px-6\@xs {
    padding-inline: 6rem !important;
  }
  .pt-6\@xs {
    padding-top: 6rem !important;
  }
  .pb-6\@xs {
    padding-bottom: 6rem !important;
  }
  .pl-6\@xs {
    padding-left: 6rem !important;
  }
  .pr-6\@xs {
    padding-right: 6rem !important;
  }
  .gap-6\@xs {
    gap: 6rem !important;
  }
  .m-7\@xs {
    margin: 7rem !important;
  }
  .my-7\@xs {
    margin-block: 7rem !important;
  }
  .mx-7\@xs {
    margin-inline: 7rem !important;
  }
  .mt-7\@xs {
    margin-top: 7rem !important;
  }
  .mb-7\@xs {
    margin-bottom: 7rem !important;
  }
  .ml-7\@xs {
    margin-left: 7rem !important;
  }
  .mr-7\@xs {
    margin-right: 7rem !important;
  }
  .p-7\@xs {
    padding: 7rem !important;
  }
  .py-7\@xs {
    padding-block: 7rem !important;
  }
  .px-7\@xs {
    padding-inline: 7rem !important;
  }
  .pt-7\@xs {
    padding-top: 7rem !important;
  }
  .pb-7\@xs {
    padding-bottom: 7rem !important;
  }
  .pl-7\@xs {
    padding-left: 7rem !important;
  }
  .pr-7\@xs {
    padding-right: 7rem !important;
  }
  .gap-7\@xs {
    gap: 7rem !important;
  }
  .m-8\@xs {
    margin: 8rem !important;
  }
  .my-8\@xs {
    margin-block: 8rem !important;
  }
  .mx-8\@xs {
    margin-inline: 8rem !important;
  }
  .mt-8\@xs {
    margin-top: 8rem !important;
  }
  .mb-8\@xs {
    margin-bottom: 8rem !important;
  }
  .ml-8\@xs {
    margin-left: 8rem !important;
  }
  .mr-8\@xs {
    margin-right: 8rem !important;
  }
  .p-8\@xs {
    padding: 8rem !important;
  }
  .py-8\@xs {
    padding-block: 8rem !important;
  }
  .px-8\@xs {
    padding-inline: 8rem !important;
  }
  .pt-8\@xs {
    padding-top: 8rem !important;
  }
  .pb-8\@xs {
    padding-bottom: 8rem !important;
  }
  .pl-8\@xs {
    padding-left: 8rem !important;
  }
  .pr-8\@xs {
    padding-right: 8rem !important;
  }
  .gap-8\@xs {
    gap: 8rem !important;
  }
  .m-9\@xs {
    margin: 9rem !important;
  }
  .my-9\@xs {
    margin-block: 9rem !important;
  }
  .mx-9\@xs {
    margin-inline: 9rem !important;
  }
  .mt-9\@xs {
    margin-top: 9rem !important;
  }
  .mb-9\@xs {
    margin-bottom: 9rem !important;
  }
  .ml-9\@xs {
    margin-left: 9rem !important;
  }
  .mr-9\@xs {
    margin-right: 9rem !important;
  }
  .p-9\@xs {
    padding: 9rem !important;
  }
  .py-9\@xs {
    padding-block: 9rem !important;
  }
  .px-9\@xs {
    padding-inline: 9rem !important;
  }
  .pt-9\@xs {
    padding-top: 9rem !important;
  }
  .pb-9\@xs {
    padding-bottom: 9rem !important;
  }
  .pl-9\@xs {
    padding-left: 9rem !important;
  }
  .pr-9\@xs {
    padding-right: 9rem !important;
  }
  .gap-9\@xs {
    gap: 9rem !important;
  }
  .m-10\@xs {
    margin: 10rem !important;
  }
  .my-10\@xs {
    margin-block: 10rem !important;
  }
  .mx-10\@xs {
    margin-inline: 10rem !important;
  }
  .mt-10\@xs {
    margin-top: 10rem !important;
  }
  .mb-10\@xs {
    margin-bottom: 10rem !important;
  }
  .ml-10\@xs {
    margin-left: 10rem !important;
  }
  .mr-10\@xs {
    margin-right: 10rem !important;
  }
  .p-10\@xs {
    padding: 10rem !important;
  }
  .py-10\@xs {
    padding-block: 10rem !important;
  }
  .px-10\@xs {
    padding-inline: 10rem !important;
  }
  .pt-10\@xs {
    padding-top: 10rem !important;
  }
  .pb-10\@xs {
    padding-bottom: 10rem !important;
  }
  .pl-10\@xs {
    padding-left: 10rem !important;
  }
  .pr-10\@xs {
    padding-right: 10rem !important;
  }
  .gap-10\@xs {
    gap: 10rem !important;
  }
  .m-auto\@xs {
    margin: auto !important;
  }
  .my-auto\@xs {
    margin-block: auto !important;
  }
  .mx-auto\@xs {
    margin-inline: auto !important;
  }
  .mt-auto\@xs {
    margin-top: auto !important;
  }
  .mb-auto\@xs {
    margin-bottom: auto !important;
  }
  .ml-auto\@xs {
    margin-left: auto !important;
  }
  .mr-auto\@xs {
    margin-right: auto !important;
  }
  .p-auto\@xs {
    padding: auto !important;
  }
  .py-auto\@xs {
    padding-block: auto !important;
  }
  .px-auto\@xs {
    padding-inline: auto !important;
  }
  .pt-auto\@xs {
    padding-top: auto !important;
  }
  .pb-auto\@xs {
    padding-bottom: auto !important;
  }
  .pl-auto\@xs {
    padding-left: auto !important;
  }
  .pr-auto\@xs {
    padding-right: auto !important;
  }
  .gap-auto\@xs {
    gap: auto !important;
  }
}
@media (min-width: 768px) {
  .d-none\@sm {
    display: none !important;
  }
  .d-reset\@sm {
    display: initial !important;
  }
  .d-block\@sm {
    display: block !important;
  }
  .d-block\@sm {
    display: block !important;
  }
  .d-flex\@sm {
    display: flex !important;
  }
  .d-inline-flex\@sm {
    display: inline-flex !important;
  }
  .m-0\@sm {
    margin: 0 !important;
  }
  .my-0\@sm {
    margin-block: 0 !important;
  }
  .mx-0\@sm {
    margin-inline: 0 !important;
  }
  .mt-0\@sm {
    margin-top: 0 !important;
  }
  .mb-0\@sm {
    margin-bottom: 0 !important;
  }
  .ml-0\@sm {
    margin-left: 0 !important;
  }
  .mr-0\@sm {
    margin-right: 0 !important;
  }
  .p-0\@sm {
    padding: 0 !important;
  }
  .py-0\@sm {
    padding-block: 0 !important;
  }
  .px-0\@sm {
    padding-inline: 0 !important;
  }
  .pt-0\@sm {
    padding-top: 0 !important;
  }
  .pb-0\@sm {
    padding-bottom: 0 !important;
  }
  .pl-0\@sm {
    padding-left: 0 !important;
  }
  .pr-0\@sm {
    padding-right: 0 !important;
  }
  .gap-0\@sm {
    gap: 0 !important;
  }
  .m-1\@sm {
    margin: 1rem !important;
  }
  .my-1\@sm {
    margin-block: 1rem !important;
  }
  .mx-1\@sm {
    margin-inline: 1rem !important;
  }
  .mt-1\@sm {
    margin-top: 1rem !important;
  }
  .mb-1\@sm {
    margin-bottom: 1rem !important;
  }
  .ml-1\@sm {
    margin-left: 1rem !important;
  }
  .mr-1\@sm {
    margin-right: 1rem !important;
  }
  .p-1\@sm {
    padding: 1rem !important;
  }
  .py-1\@sm {
    padding-block: 1rem !important;
  }
  .px-1\@sm {
    padding-inline: 1rem !important;
  }
  .pt-1\@sm {
    padding-top: 1rem !important;
  }
  .pb-1\@sm {
    padding-bottom: 1rem !important;
  }
  .pl-1\@sm {
    padding-left: 1rem !important;
  }
  .pr-1\@sm {
    padding-right: 1rem !important;
  }
  .gap-1\@sm {
    gap: 1rem !important;
  }
  .m-2\@sm {
    margin: 2rem !important;
  }
  .my-2\@sm {
    margin-block: 2rem !important;
  }
  .mx-2\@sm {
    margin-inline: 2rem !important;
  }
  .mt-2\@sm {
    margin-top: 2rem !important;
  }
  .mb-2\@sm {
    margin-bottom: 2rem !important;
  }
  .ml-2\@sm {
    margin-left: 2rem !important;
  }
  .mr-2\@sm {
    margin-right: 2rem !important;
  }
  .p-2\@sm {
    padding: 2rem !important;
  }
  .py-2\@sm {
    padding-block: 2rem !important;
  }
  .px-2\@sm {
    padding-inline: 2rem !important;
  }
  .pt-2\@sm {
    padding-top: 2rem !important;
  }
  .pb-2\@sm {
    padding-bottom: 2rem !important;
  }
  .pl-2\@sm {
    padding-left: 2rem !important;
  }
  .pr-2\@sm {
    padding-right: 2rem !important;
  }
  .gap-2\@sm {
    gap: 2rem !important;
  }
  .m-3\@sm {
    margin: 3rem !important;
  }
  .my-3\@sm {
    margin-block: 3rem !important;
  }
  .mx-3\@sm {
    margin-inline: 3rem !important;
  }
  .mt-3\@sm {
    margin-top: 3rem !important;
  }
  .mb-3\@sm {
    margin-bottom: 3rem !important;
  }
  .ml-3\@sm {
    margin-left: 3rem !important;
  }
  .mr-3\@sm {
    margin-right: 3rem !important;
  }
  .p-3\@sm {
    padding: 3rem !important;
  }
  .py-3\@sm {
    padding-block: 3rem !important;
  }
  .px-3\@sm {
    padding-inline: 3rem !important;
  }
  .pt-3\@sm {
    padding-top: 3rem !important;
  }
  .pb-3\@sm {
    padding-bottom: 3rem !important;
  }
  .pl-3\@sm {
    padding-left: 3rem !important;
  }
  .pr-3\@sm {
    padding-right: 3rem !important;
  }
  .gap-3\@sm {
    gap: 3rem !important;
  }
  .m-4\@sm {
    margin: 4rem !important;
  }
  .my-4\@sm {
    margin-block: 4rem !important;
  }
  .mx-4\@sm {
    margin-inline: 4rem !important;
  }
  .mt-4\@sm {
    margin-top: 4rem !important;
  }
  .mb-4\@sm {
    margin-bottom: 4rem !important;
  }
  .ml-4\@sm {
    margin-left: 4rem !important;
  }
  .mr-4\@sm {
    margin-right: 4rem !important;
  }
  .p-4\@sm {
    padding: 4rem !important;
  }
  .py-4\@sm {
    padding-block: 4rem !important;
  }
  .px-4\@sm {
    padding-inline: 4rem !important;
  }
  .pt-4\@sm {
    padding-top: 4rem !important;
  }
  .pb-4\@sm {
    padding-bottom: 4rem !important;
  }
  .pl-4\@sm {
    padding-left: 4rem !important;
  }
  .pr-4\@sm {
    padding-right: 4rem !important;
  }
  .gap-4\@sm {
    gap: 4rem !important;
  }
  .m-5\@sm {
    margin: 5rem !important;
  }
  .my-5\@sm {
    margin-block: 5rem !important;
  }
  .mx-5\@sm {
    margin-inline: 5rem !important;
  }
  .mt-5\@sm {
    margin-top: 5rem !important;
  }
  .mb-5\@sm {
    margin-bottom: 5rem !important;
  }
  .ml-5\@sm {
    margin-left: 5rem !important;
  }
  .mr-5\@sm {
    margin-right: 5rem !important;
  }
  .p-5\@sm {
    padding: 5rem !important;
  }
  .py-5\@sm {
    padding-block: 5rem !important;
  }
  .px-5\@sm {
    padding-inline: 5rem !important;
  }
  .pt-5\@sm {
    padding-top: 5rem !important;
  }
  .pb-5\@sm {
    padding-bottom: 5rem !important;
  }
  .pl-5\@sm {
    padding-left: 5rem !important;
  }
  .pr-5\@sm {
    padding-right: 5rem !important;
  }
  .gap-5\@sm {
    gap: 5rem !important;
  }
  .m-6\@sm {
    margin: 6rem !important;
  }
  .my-6\@sm {
    margin-block: 6rem !important;
  }
  .mx-6\@sm {
    margin-inline: 6rem !important;
  }
  .mt-6\@sm {
    margin-top: 6rem !important;
  }
  .mb-6\@sm {
    margin-bottom: 6rem !important;
  }
  .ml-6\@sm {
    margin-left: 6rem !important;
  }
  .mr-6\@sm {
    margin-right: 6rem !important;
  }
  .p-6\@sm {
    padding: 6rem !important;
  }
  .py-6\@sm {
    padding-block: 6rem !important;
  }
  .px-6\@sm {
    padding-inline: 6rem !important;
  }
  .pt-6\@sm {
    padding-top: 6rem !important;
  }
  .pb-6\@sm {
    padding-bottom: 6rem !important;
  }
  .pl-6\@sm {
    padding-left: 6rem !important;
  }
  .pr-6\@sm {
    padding-right: 6rem !important;
  }
  .gap-6\@sm {
    gap: 6rem !important;
  }
  .m-7\@sm {
    margin: 7rem !important;
  }
  .my-7\@sm {
    margin-block: 7rem !important;
  }
  .mx-7\@sm {
    margin-inline: 7rem !important;
  }
  .mt-7\@sm {
    margin-top: 7rem !important;
  }
  .mb-7\@sm {
    margin-bottom: 7rem !important;
  }
  .ml-7\@sm {
    margin-left: 7rem !important;
  }
  .mr-7\@sm {
    margin-right: 7rem !important;
  }
  .p-7\@sm {
    padding: 7rem !important;
  }
  .py-7\@sm {
    padding-block: 7rem !important;
  }
  .px-7\@sm {
    padding-inline: 7rem !important;
  }
  .pt-7\@sm {
    padding-top: 7rem !important;
  }
  .pb-7\@sm {
    padding-bottom: 7rem !important;
  }
  .pl-7\@sm {
    padding-left: 7rem !important;
  }
  .pr-7\@sm {
    padding-right: 7rem !important;
  }
  .gap-7\@sm {
    gap: 7rem !important;
  }
  .m-8\@sm {
    margin: 8rem !important;
  }
  .my-8\@sm {
    margin-block: 8rem !important;
  }
  .mx-8\@sm {
    margin-inline: 8rem !important;
  }
  .mt-8\@sm {
    margin-top: 8rem !important;
  }
  .mb-8\@sm {
    margin-bottom: 8rem !important;
  }
  .ml-8\@sm {
    margin-left: 8rem !important;
  }
  .mr-8\@sm {
    margin-right: 8rem !important;
  }
  .p-8\@sm {
    padding: 8rem !important;
  }
  .py-8\@sm {
    padding-block: 8rem !important;
  }
  .px-8\@sm {
    padding-inline: 8rem !important;
  }
  .pt-8\@sm {
    padding-top: 8rem !important;
  }
  .pb-8\@sm {
    padding-bottom: 8rem !important;
  }
  .pl-8\@sm {
    padding-left: 8rem !important;
  }
  .pr-8\@sm {
    padding-right: 8rem !important;
  }
  .gap-8\@sm {
    gap: 8rem !important;
  }
  .m-9\@sm {
    margin: 9rem !important;
  }
  .my-9\@sm {
    margin-block: 9rem !important;
  }
  .mx-9\@sm {
    margin-inline: 9rem !important;
  }
  .mt-9\@sm {
    margin-top: 9rem !important;
  }
  .mb-9\@sm {
    margin-bottom: 9rem !important;
  }
  .ml-9\@sm {
    margin-left: 9rem !important;
  }
  .mr-9\@sm {
    margin-right: 9rem !important;
  }
  .p-9\@sm {
    padding: 9rem !important;
  }
  .py-9\@sm {
    padding-block: 9rem !important;
  }
  .px-9\@sm {
    padding-inline: 9rem !important;
  }
  .pt-9\@sm {
    padding-top: 9rem !important;
  }
  .pb-9\@sm {
    padding-bottom: 9rem !important;
  }
  .pl-9\@sm {
    padding-left: 9rem !important;
  }
  .pr-9\@sm {
    padding-right: 9rem !important;
  }
  .gap-9\@sm {
    gap: 9rem !important;
  }
  .m-10\@sm {
    margin: 10rem !important;
  }
  .my-10\@sm {
    margin-block: 10rem !important;
  }
  .mx-10\@sm {
    margin-inline: 10rem !important;
  }
  .mt-10\@sm {
    margin-top: 10rem !important;
  }
  .mb-10\@sm {
    margin-bottom: 10rem !important;
  }
  .ml-10\@sm {
    margin-left: 10rem !important;
  }
  .mr-10\@sm {
    margin-right: 10rem !important;
  }
  .p-10\@sm {
    padding: 10rem !important;
  }
  .py-10\@sm {
    padding-block: 10rem !important;
  }
  .px-10\@sm {
    padding-inline: 10rem !important;
  }
  .pt-10\@sm {
    padding-top: 10rem !important;
  }
  .pb-10\@sm {
    padding-bottom: 10rem !important;
  }
  .pl-10\@sm {
    padding-left: 10rem !important;
  }
  .pr-10\@sm {
    padding-right: 10rem !important;
  }
  .gap-10\@sm {
    gap: 10rem !important;
  }
  .m-auto\@sm {
    margin: auto !important;
  }
  .my-auto\@sm {
    margin-block: auto !important;
  }
  .mx-auto\@sm {
    margin-inline: auto !important;
  }
  .mt-auto\@sm {
    margin-top: auto !important;
  }
  .mb-auto\@sm {
    margin-bottom: auto !important;
  }
  .ml-auto\@sm {
    margin-left: auto !important;
  }
  .mr-auto\@sm {
    margin-right: auto !important;
  }
  .p-auto\@sm {
    padding: auto !important;
  }
  .py-auto\@sm {
    padding-block: auto !important;
  }
  .px-auto\@sm {
    padding-inline: auto !important;
  }
  .pt-auto\@sm {
    padding-top: auto !important;
  }
  .pb-auto\@sm {
    padding-bottom: auto !important;
  }
  .pl-auto\@sm {
    padding-left: auto !important;
  }
  .pr-auto\@sm {
    padding-right: auto !important;
  }
  .gap-auto\@sm {
    gap: auto !important;
  }
}
@media (min-width: 992px) {
  .d-none\@md {
    display: none !important;
  }
  .d-reset\@md {
    display: initial !important;
  }
  .d-block\@md {
    display: block !important;
  }
  .d-block\@md {
    display: block !important;
  }
  .d-flex\@md {
    display: flex !important;
  }
  .d-inline-flex\@md {
    display: inline-flex !important;
  }
  .m-0\@md {
    margin: 0 !important;
  }
  .my-0\@md {
    margin-block: 0 !important;
  }
  .mx-0\@md {
    margin-inline: 0 !important;
  }
  .mt-0\@md {
    margin-top: 0 !important;
  }
  .mb-0\@md {
    margin-bottom: 0 !important;
  }
  .ml-0\@md {
    margin-left: 0 !important;
  }
  .mr-0\@md {
    margin-right: 0 !important;
  }
  .p-0\@md {
    padding: 0 !important;
  }
  .py-0\@md {
    padding-block: 0 !important;
  }
  .px-0\@md {
    padding-inline: 0 !important;
  }
  .pt-0\@md {
    padding-top: 0 !important;
  }
  .pb-0\@md {
    padding-bottom: 0 !important;
  }
  .pl-0\@md {
    padding-left: 0 !important;
  }
  .pr-0\@md {
    padding-right: 0 !important;
  }
  .gap-0\@md {
    gap: 0 !important;
  }
  .m-1\@md {
    margin: 1rem !important;
  }
  .my-1\@md {
    margin-block: 1rem !important;
  }
  .mx-1\@md {
    margin-inline: 1rem !important;
  }
  .mt-1\@md {
    margin-top: 1rem !important;
  }
  .mb-1\@md {
    margin-bottom: 1rem !important;
  }
  .ml-1\@md {
    margin-left: 1rem !important;
  }
  .mr-1\@md {
    margin-right: 1rem !important;
  }
  .p-1\@md {
    padding: 1rem !important;
  }
  .py-1\@md {
    padding-block: 1rem !important;
  }
  .px-1\@md {
    padding-inline: 1rem !important;
  }
  .pt-1\@md {
    padding-top: 1rem !important;
  }
  .pb-1\@md {
    padding-bottom: 1rem !important;
  }
  .pl-1\@md {
    padding-left: 1rem !important;
  }
  .pr-1\@md {
    padding-right: 1rem !important;
  }
  .gap-1\@md {
    gap: 1rem !important;
  }
  .m-2\@md {
    margin: 2rem !important;
  }
  .my-2\@md {
    margin-block: 2rem !important;
  }
  .mx-2\@md {
    margin-inline: 2rem !important;
  }
  .mt-2\@md {
    margin-top: 2rem !important;
  }
  .mb-2\@md {
    margin-bottom: 2rem !important;
  }
  .ml-2\@md {
    margin-left: 2rem !important;
  }
  .mr-2\@md {
    margin-right: 2rem !important;
  }
  .p-2\@md {
    padding: 2rem !important;
  }
  .py-2\@md {
    padding-block: 2rem !important;
  }
  .px-2\@md {
    padding-inline: 2rem !important;
  }
  .pt-2\@md {
    padding-top: 2rem !important;
  }
  .pb-2\@md {
    padding-bottom: 2rem !important;
  }
  .pl-2\@md {
    padding-left: 2rem !important;
  }
  .pr-2\@md {
    padding-right: 2rem !important;
  }
  .gap-2\@md {
    gap: 2rem !important;
  }
  .m-3\@md {
    margin: 3rem !important;
  }
  .my-3\@md {
    margin-block: 3rem !important;
  }
  .mx-3\@md {
    margin-inline: 3rem !important;
  }
  .mt-3\@md {
    margin-top: 3rem !important;
  }
  .mb-3\@md {
    margin-bottom: 3rem !important;
  }
  .ml-3\@md {
    margin-left: 3rem !important;
  }
  .mr-3\@md {
    margin-right: 3rem !important;
  }
  .p-3\@md {
    padding: 3rem !important;
  }
  .py-3\@md {
    padding-block: 3rem !important;
  }
  .px-3\@md {
    padding-inline: 3rem !important;
  }
  .pt-3\@md {
    padding-top: 3rem !important;
  }
  .pb-3\@md {
    padding-bottom: 3rem !important;
  }
  .pl-3\@md {
    padding-left: 3rem !important;
  }
  .pr-3\@md {
    padding-right: 3rem !important;
  }
  .gap-3\@md {
    gap: 3rem !important;
  }
  .m-4\@md {
    margin: 4rem !important;
  }
  .my-4\@md {
    margin-block: 4rem !important;
  }
  .mx-4\@md {
    margin-inline: 4rem !important;
  }
  .mt-4\@md {
    margin-top: 4rem !important;
  }
  .mb-4\@md {
    margin-bottom: 4rem !important;
  }
  .ml-4\@md {
    margin-left: 4rem !important;
  }
  .mr-4\@md {
    margin-right: 4rem !important;
  }
  .p-4\@md {
    padding: 4rem !important;
  }
  .py-4\@md {
    padding-block: 4rem !important;
  }
  .px-4\@md {
    padding-inline: 4rem !important;
  }
  .pt-4\@md {
    padding-top: 4rem !important;
  }
  .pb-4\@md {
    padding-bottom: 4rem !important;
  }
  .pl-4\@md {
    padding-left: 4rem !important;
  }
  .pr-4\@md {
    padding-right: 4rem !important;
  }
  .gap-4\@md {
    gap: 4rem !important;
  }
  .m-5\@md {
    margin: 5rem !important;
  }
  .my-5\@md {
    margin-block: 5rem !important;
  }
  .mx-5\@md {
    margin-inline: 5rem !important;
  }
  .mt-5\@md {
    margin-top: 5rem !important;
  }
  .mb-5\@md {
    margin-bottom: 5rem !important;
  }
  .ml-5\@md {
    margin-left: 5rem !important;
  }
  .mr-5\@md {
    margin-right: 5rem !important;
  }
  .p-5\@md {
    padding: 5rem !important;
  }
  .py-5\@md {
    padding-block: 5rem !important;
  }
  .px-5\@md {
    padding-inline: 5rem !important;
  }
  .pt-5\@md {
    padding-top: 5rem !important;
  }
  .pb-5\@md {
    padding-bottom: 5rem !important;
  }
  .pl-5\@md {
    padding-left: 5rem !important;
  }
  .pr-5\@md {
    padding-right: 5rem !important;
  }
  .gap-5\@md {
    gap: 5rem !important;
  }
  .m-6\@md {
    margin: 6rem !important;
  }
  .my-6\@md {
    margin-block: 6rem !important;
  }
  .mx-6\@md {
    margin-inline: 6rem !important;
  }
  .mt-6\@md {
    margin-top: 6rem !important;
  }
  .mb-6\@md {
    margin-bottom: 6rem !important;
  }
  .ml-6\@md {
    margin-left: 6rem !important;
  }
  .mr-6\@md {
    margin-right: 6rem !important;
  }
  .p-6\@md {
    padding: 6rem !important;
  }
  .py-6\@md {
    padding-block: 6rem !important;
  }
  .px-6\@md {
    padding-inline: 6rem !important;
  }
  .pt-6\@md {
    padding-top: 6rem !important;
  }
  .pb-6\@md {
    padding-bottom: 6rem !important;
  }
  .pl-6\@md {
    padding-left: 6rem !important;
  }
  .pr-6\@md {
    padding-right: 6rem !important;
  }
  .gap-6\@md {
    gap: 6rem !important;
  }
  .m-7\@md {
    margin: 7rem !important;
  }
  .my-7\@md {
    margin-block: 7rem !important;
  }
  .mx-7\@md {
    margin-inline: 7rem !important;
  }
  .mt-7\@md {
    margin-top: 7rem !important;
  }
  .mb-7\@md {
    margin-bottom: 7rem !important;
  }
  .ml-7\@md {
    margin-left: 7rem !important;
  }
  .mr-7\@md {
    margin-right: 7rem !important;
  }
  .p-7\@md {
    padding: 7rem !important;
  }
  .py-7\@md {
    padding-block: 7rem !important;
  }
  .px-7\@md {
    padding-inline: 7rem !important;
  }
  .pt-7\@md {
    padding-top: 7rem !important;
  }
  .pb-7\@md {
    padding-bottom: 7rem !important;
  }
  .pl-7\@md {
    padding-left: 7rem !important;
  }
  .pr-7\@md {
    padding-right: 7rem !important;
  }
  .gap-7\@md {
    gap: 7rem !important;
  }
  .m-8\@md {
    margin: 8rem !important;
  }
  .my-8\@md {
    margin-block: 8rem !important;
  }
  .mx-8\@md {
    margin-inline: 8rem !important;
  }
  .mt-8\@md {
    margin-top: 8rem !important;
  }
  .mb-8\@md {
    margin-bottom: 8rem !important;
  }
  .ml-8\@md {
    margin-left: 8rem !important;
  }
  .mr-8\@md {
    margin-right: 8rem !important;
  }
  .p-8\@md {
    padding: 8rem !important;
  }
  .py-8\@md {
    padding-block: 8rem !important;
  }
  .px-8\@md {
    padding-inline: 8rem !important;
  }
  .pt-8\@md {
    padding-top: 8rem !important;
  }
  .pb-8\@md {
    padding-bottom: 8rem !important;
  }
  .pl-8\@md {
    padding-left: 8rem !important;
  }
  .pr-8\@md {
    padding-right: 8rem !important;
  }
  .gap-8\@md {
    gap: 8rem !important;
  }
  .m-9\@md {
    margin: 9rem !important;
  }
  .my-9\@md {
    margin-block: 9rem !important;
  }
  .mx-9\@md {
    margin-inline: 9rem !important;
  }
  .mt-9\@md {
    margin-top: 9rem !important;
  }
  .mb-9\@md {
    margin-bottom: 9rem !important;
  }
  .ml-9\@md {
    margin-left: 9rem !important;
  }
  .mr-9\@md {
    margin-right: 9rem !important;
  }
  .p-9\@md {
    padding: 9rem !important;
  }
  .py-9\@md {
    padding-block: 9rem !important;
  }
  .px-9\@md {
    padding-inline: 9rem !important;
  }
  .pt-9\@md {
    padding-top: 9rem !important;
  }
  .pb-9\@md {
    padding-bottom: 9rem !important;
  }
  .pl-9\@md {
    padding-left: 9rem !important;
  }
  .pr-9\@md {
    padding-right: 9rem !important;
  }
  .gap-9\@md {
    gap: 9rem !important;
  }
  .m-10\@md {
    margin: 10rem !important;
  }
  .my-10\@md {
    margin-block: 10rem !important;
  }
  .mx-10\@md {
    margin-inline: 10rem !important;
  }
  .mt-10\@md {
    margin-top: 10rem !important;
  }
  .mb-10\@md {
    margin-bottom: 10rem !important;
  }
  .ml-10\@md {
    margin-left: 10rem !important;
  }
  .mr-10\@md {
    margin-right: 10rem !important;
  }
  .p-10\@md {
    padding: 10rem !important;
  }
  .py-10\@md {
    padding-block: 10rem !important;
  }
  .px-10\@md {
    padding-inline: 10rem !important;
  }
  .pt-10\@md {
    padding-top: 10rem !important;
  }
  .pb-10\@md {
    padding-bottom: 10rem !important;
  }
  .pl-10\@md {
    padding-left: 10rem !important;
  }
  .pr-10\@md {
    padding-right: 10rem !important;
  }
  .gap-10\@md {
    gap: 10rem !important;
  }
  .m-auto\@md {
    margin: auto !important;
  }
  .my-auto\@md {
    margin-block: auto !important;
  }
  .mx-auto\@md {
    margin-inline: auto !important;
  }
  .mt-auto\@md {
    margin-top: auto !important;
  }
  .mb-auto\@md {
    margin-bottom: auto !important;
  }
  .ml-auto\@md {
    margin-left: auto !important;
  }
  .mr-auto\@md {
    margin-right: auto !important;
  }
  .p-auto\@md {
    padding: auto !important;
  }
  .py-auto\@md {
    padding-block: auto !important;
  }
  .px-auto\@md {
    padding-inline: auto !important;
  }
  .pt-auto\@md {
    padding-top: auto !important;
  }
  .pb-auto\@md {
    padding-bottom: auto !important;
  }
  .pl-auto\@md {
    padding-left: auto !important;
  }
  .pr-auto\@md {
    padding-right: auto !important;
  }
  .gap-auto\@md {
    gap: auto !important;
  }
}
@media (min-width: 1200px) {
  .d-none\@lg {
    display: none !important;
  }
  .d-reset\@lg {
    display: initial !important;
  }
  .d-block\@lg {
    display: block !important;
  }
  .d-block\@lg {
    display: block !important;
  }
  .d-flex\@lg {
    display: flex !important;
  }
  .d-inline-flex\@lg {
    display: inline-flex !important;
  }
  .m-0\@lg {
    margin: 0 !important;
  }
  .my-0\@lg {
    margin-block: 0 !important;
  }
  .mx-0\@lg {
    margin-inline: 0 !important;
  }
  .mt-0\@lg {
    margin-top: 0 !important;
  }
  .mb-0\@lg {
    margin-bottom: 0 !important;
  }
  .ml-0\@lg {
    margin-left: 0 !important;
  }
  .mr-0\@lg {
    margin-right: 0 !important;
  }
  .p-0\@lg {
    padding: 0 !important;
  }
  .py-0\@lg {
    padding-block: 0 !important;
  }
  .px-0\@lg {
    padding-inline: 0 !important;
  }
  .pt-0\@lg {
    padding-top: 0 !important;
  }
  .pb-0\@lg {
    padding-bottom: 0 !important;
  }
  .pl-0\@lg {
    padding-left: 0 !important;
  }
  .pr-0\@lg {
    padding-right: 0 !important;
  }
  .gap-0\@lg {
    gap: 0 !important;
  }
  .m-1\@lg {
    margin: 1rem !important;
  }
  .my-1\@lg {
    margin-block: 1rem !important;
  }
  .mx-1\@lg {
    margin-inline: 1rem !important;
  }
  .mt-1\@lg {
    margin-top: 1rem !important;
  }
  .mb-1\@lg {
    margin-bottom: 1rem !important;
  }
  .ml-1\@lg {
    margin-left: 1rem !important;
  }
  .mr-1\@lg {
    margin-right: 1rem !important;
  }
  .p-1\@lg {
    padding: 1rem !important;
  }
  .py-1\@lg {
    padding-block: 1rem !important;
  }
  .px-1\@lg {
    padding-inline: 1rem !important;
  }
  .pt-1\@lg {
    padding-top: 1rem !important;
  }
  .pb-1\@lg {
    padding-bottom: 1rem !important;
  }
  .pl-1\@lg {
    padding-left: 1rem !important;
  }
  .pr-1\@lg {
    padding-right: 1rem !important;
  }
  .gap-1\@lg {
    gap: 1rem !important;
  }
  .m-2\@lg {
    margin: 2rem !important;
  }
  .my-2\@lg {
    margin-block: 2rem !important;
  }
  .mx-2\@lg {
    margin-inline: 2rem !important;
  }
  .mt-2\@lg {
    margin-top: 2rem !important;
  }
  .mb-2\@lg {
    margin-bottom: 2rem !important;
  }
  .ml-2\@lg {
    margin-left: 2rem !important;
  }
  .mr-2\@lg {
    margin-right: 2rem !important;
  }
  .p-2\@lg {
    padding: 2rem !important;
  }
  .py-2\@lg {
    padding-block: 2rem !important;
  }
  .px-2\@lg {
    padding-inline: 2rem !important;
  }
  .pt-2\@lg {
    padding-top: 2rem !important;
  }
  .pb-2\@lg {
    padding-bottom: 2rem !important;
  }
  .pl-2\@lg {
    padding-left: 2rem !important;
  }
  .pr-2\@lg {
    padding-right: 2rem !important;
  }
  .gap-2\@lg {
    gap: 2rem !important;
  }
  .m-3\@lg {
    margin: 3rem !important;
  }
  .my-3\@lg {
    margin-block: 3rem !important;
  }
  .mx-3\@lg {
    margin-inline: 3rem !important;
  }
  .mt-3\@lg {
    margin-top: 3rem !important;
  }
  .mb-3\@lg {
    margin-bottom: 3rem !important;
  }
  .ml-3\@lg {
    margin-left: 3rem !important;
  }
  .mr-3\@lg {
    margin-right: 3rem !important;
  }
  .p-3\@lg {
    padding: 3rem !important;
  }
  .py-3\@lg {
    padding-block: 3rem !important;
  }
  .px-3\@lg {
    padding-inline: 3rem !important;
  }
  .pt-3\@lg {
    padding-top: 3rem !important;
  }
  .pb-3\@lg {
    padding-bottom: 3rem !important;
  }
  .pl-3\@lg {
    padding-left: 3rem !important;
  }
  .pr-3\@lg {
    padding-right: 3rem !important;
  }
  .gap-3\@lg {
    gap: 3rem !important;
  }
  .m-4\@lg {
    margin: 4rem !important;
  }
  .my-4\@lg {
    margin-block: 4rem !important;
  }
  .mx-4\@lg {
    margin-inline: 4rem !important;
  }
  .mt-4\@lg {
    margin-top: 4rem !important;
  }
  .mb-4\@lg {
    margin-bottom: 4rem !important;
  }
  .ml-4\@lg {
    margin-left: 4rem !important;
  }
  .mr-4\@lg {
    margin-right: 4rem !important;
  }
  .p-4\@lg {
    padding: 4rem !important;
  }
  .py-4\@lg {
    padding-block: 4rem !important;
  }
  .px-4\@lg {
    padding-inline: 4rem !important;
  }
  .pt-4\@lg {
    padding-top: 4rem !important;
  }
  .pb-4\@lg {
    padding-bottom: 4rem !important;
  }
  .pl-4\@lg {
    padding-left: 4rem !important;
  }
  .pr-4\@lg {
    padding-right: 4rem !important;
  }
  .gap-4\@lg {
    gap: 4rem !important;
  }
  .m-5\@lg {
    margin: 5rem !important;
  }
  .my-5\@lg {
    margin-block: 5rem !important;
  }
  .mx-5\@lg {
    margin-inline: 5rem !important;
  }
  .mt-5\@lg {
    margin-top: 5rem !important;
  }
  .mb-5\@lg {
    margin-bottom: 5rem !important;
  }
  .ml-5\@lg {
    margin-left: 5rem !important;
  }
  .mr-5\@lg {
    margin-right: 5rem !important;
  }
  .p-5\@lg {
    padding: 5rem !important;
  }
  .py-5\@lg {
    padding-block: 5rem !important;
  }
  .px-5\@lg {
    padding-inline: 5rem !important;
  }
  .pt-5\@lg {
    padding-top: 5rem !important;
  }
  .pb-5\@lg {
    padding-bottom: 5rem !important;
  }
  .pl-5\@lg {
    padding-left: 5rem !important;
  }
  .pr-5\@lg {
    padding-right: 5rem !important;
  }
  .gap-5\@lg {
    gap: 5rem !important;
  }
  .m-6\@lg {
    margin: 6rem !important;
  }
  .my-6\@lg {
    margin-block: 6rem !important;
  }
  .mx-6\@lg {
    margin-inline: 6rem !important;
  }
  .mt-6\@lg {
    margin-top: 6rem !important;
  }
  .mb-6\@lg {
    margin-bottom: 6rem !important;
  }
  .ml-6\@lg {
    margin-left: 6rem !important;
  }
  .mr-6\@lg {
    margin-right: 6rem !important;
  }
  .p-6\@lg {
    padding: 6rem !important;
  }
  .py-6\@lg {
    padding-block: 6rem !important;
  }
  .px-6\@lg {
    padding-inline: 6rem !important;
  }
  .pt-6\@lg {
    padding-top: 6rem !important;
  }
  .pb-6\@lg {
    padding-bottom: 6rem !important;
  }
  .pl-6\@lg {
    padding-left: 6rem !important;
  }
  .pr-6\@lg {
    padding-right: 6rem !important;
  }
  .gap-6\@lg {
    gap: 6rem !important;
  }
  .m-7\@lg {
    margin: 7rem !important;
  }
  .my-7\@lg {
    margin-block: 7rem !important;
  }
  .mx-7\@lg {
    margin-inline: 7rem !important;
  }
  .mt-7\@lg {
    margin-top: 7rem !important;
  }
  .mb-7\@lg {
    margin-bottom: 7rem !important;
  }
  .ml-7\@lg {
    margin-left: 7rem !important;
  }
  .mr-7\@lg {
    margin-right: 7rem !important;
  }
  .p-7\@lg {
    padding: 7rem !important;
  }
  .py-7\@lg {
    padding-block: 7rem !important;
  }
  .px-7\@lg {
    padding-inline: 7rem !important;
  }
  .pt-7\@lg {
    padding-top: 7rem !important;
  }
  .pb-7\@lg {
    padding-bottom: 7rem !important;
  }
  .pl-7\@lg {
    padding-left: 7rem !important;
  }
  .pr-7\@lg {
    padding-right: 7rem !important;
  }
  .gap-7\@lg {
    gap: 7rem !important;
  }
  .m-8\@lg {
    margin: 8rem !important;
  }
  .my-8\@lg {
    margin-block: 8rem !important;
  }
  .mx-8\@lg {
    margin-inline: 8rem !important;
  }
  .mt-8\@lg {
    margin-top: 8rem !important;
  }
  .mb-8\@lg {
    margin-bottom: 8rem !important;
  }
  .ml-8\@lg {
    margin-left: 8rem !important;
  }
  .mr-8\@lg {
    margin-right: 8rem !important;
  }
  .p-8\@lg {
    padding: 8rem !important;
  }
  .py-8\@lg {
    padding-block: 8rem !important;
  }
  .px-8\@lg {
    padding-inline: 8rem !important;
  }
  .pt-8\@lg {
    padding-top: 8rem !important;
  }
  .pb-8\@lg {
    padding-bottom: 8rem !important;
  }
  .pl-8\@lg {
    padding-left: 8rem !important;
  }
  .pr-8\@lg {
    padding-right: 8rem !important;
  }
  .gap-8\@lg {
    gap: 8rem !important;
  }
  .m-9\@lg {
    margin: 9rem !important;
  }
  .my-9\@lg {
    margin-block: 9rem !important;
  }
  .mx-9\@lg {
    margin-inline: 9rem !important;
  }
  .mt-9\@lg {
    margin-top: 9rem !important;
  }
  .mb-9\@lg {
    margin-bottom: 9rem !important;
  }
  .ml-9\@lg {
    margin-left: 9rem !important;
  }
  .mr-9\@lg {
    margin-right: 9rem !important;
  }
  .p-9\@lg {
    padding: 9rem !important;
  }
  .py-9\@lg {
    padding-block: 9rem !important;
  }
  .px-9\@lg {
    padding-inline: 9rem !important;
  }
  .pt-9\@lg {
    padding-top: 9rem !important;
  }
  .pb-9\@lg {
    padding-bottom: 9rem !important;
  }
  .pl-9\@lg {
    padding-left: 9rem !important;
  }
  .pr-9\@lg {
    padding-right: 9rem !important;
  }
  .gap-9\@lg {
    gap: 9rem !important;
  }
  .m-10\@lg {
    margin: 10rem !important;
  }
  .my-10\@lg {
    margin-block: 10rem !important;
  }
  .mx-10\@lg {
    margin-inline: 10rem !important;
  }
  .mt-10\@lg {
    margin-top: 10rem !important;
  }
  .mb-10\@lg {
    margin-bottom: 10rem !important;
  }
  .ml-10\@lg {
    margin-left: 10rem !important;
  }
  .mr-10\@lg {
    margin-right: 10rem !important;
  }
  .p-10\@lg {
    padding: 10rem !important;
  }
  .py-10\@lg {
    padding-block: 10rem !important;
  }
  .px-10\@lg {
    padding-inline: 10rem !important;
  }
  .pt-10\@lg {
    padding-top: 10rem !important;
  }
  .pb-10\@lg {
    padding-bottom: 10rem !important;
  }
  .pl-10\@lg {
    padding-left: 10rem !important;
  }
  .pr-10\@lg {
    padding-right: 10rem !important;
  }
  .gap-10\@lg {
    gap: 10rem !important;
  }
  .m-auto\@lg {
    margin: auto !important;
  }
  .my-auto\@lg {
    margin-block: auto !important;
  }
  .mx-auto\@lg {
    margin-inline: auto !important;
  }
  .mt-auto\@lg {
    margin-top: auto !important;
  }
  .mb-auto\@lg {
    margin-bottom: auto !important;
  }
  .ml-auto\@lg {
    margin-left: auto !important;
  }
  .mr-auto\@lg {
    margin-right: auto !important;
  }
  .p-auto\@lg {
    padding: auto !important;
  }
  .py-auto\@lg {
    padding-block: auto !important;
  }
  .px-auto\@lg {
    padding-inline: auto !important;
  }
  .pt-auto\@lg {
    padding-top: auto !important;
  }
  .pb-auto\@lg {
    padding-bottom: auto !important;
  }
  .pl-auto\@lg {
    padding-left: auto !important;
  }
  .pr-auto\@lg {
    padding-right: auto !important;
  }
  .gap-auto\@lg {
    gap: auto !important;
  }
}
@media (min-width: 1500px) {
  .d-none\@xl {
    display: none !important;
  }
  .d-reset\@xl {
    display: initial !important;
  }
  .d-block\@xl {
    display: block !important;
  }
  .d-block\@xl {
    display: block !important;
  }
  .d-flex\@xl {
    display: flex !important;
  }
  .d-inline-flex\@xl {
    display: inline-flex !important;
  }
  .m-0\@xl {
    margin: 0 !important;
  }
  .my-0\@xl {
    margin-block: 0 !important;
  }
  .mx-0\@xl {
    margin-inline: 0 !important;
  }
  .mt-0\@xl {
    margin-top: 0 !important;
  }
  .mb-0\@xl {
    margin-bottom: 0 !important;
  }
  .ml-0\@xl {
    margin-left: 0 !important;
  }
  .mr-0\@xl {
    margin-right: 0 !important;
  }
  .p-0\@xl {
    padding: 0 !important;
  }
  .py-0\@xl {
    padding-block: 0 !important;
  }
  .px-0\@xl {
    padding-inline: 0 !important;
  }
  .pt-0\@xl {
    padding-top: 0 !important;
  }
  .pb-0\@xl {
    padding-bottom: 0 !important;
  }
  .pl-0\@xl {
    padding-left: 0 !important;
  }
  .pr-0\@xl {
    padding-right: 0 !important;
  }
  .gap-0\@xl {
    gap: 0 !important;
  }
  .m-1\@xl {
    margin: 1rem !important;
  }
  .my-1\@xl {
    margin-block: 1rem !important;
  }
  .mx-1\@xl {
    margin-inline: 1rem !important;
  }
  .mt-1\@xl {
    margin-top: 1rem !important;
  }
  .mb-1\@xl {
    margin-bottom: 1rem !important;
  }
  .ml-1\@xl {
    margin-left: 1rem !important;
  }
  .mr-1\@xl {
    margin-right: 1rem !important;
  }
  .p-1\@xl {
    padding: 1rem !important;
  }
  .py-1\@xl {
    padding-block: 1rem !important;
  }
  .px-1\@xl {
    padding-inline: 1rem !important;
  }
  .pt-1\@xl {
    padding-top: 1rem !important;
  }
  .pb-1\@xl {
    padding-bottom: 1rem !important;
  }
  .pl-1\@xl {
    padding-left: 1rem !important;
  }
  .pr-1\@xl {
    padding-right: 1rem !important;
  }
  .gap-1\@xl {
    gap: 1rem !important;
  }
  .m-2\@xl {
    margin: 2rem !important;
  }
  .my-2\@xl {
    margin-block: 2rem !important;
  }
  .mx-2\@xl {
    margin-inline: 2rem !important;
  }
  .mt-2\@xl {
    margin-top: 2rem !important;
  }
  .mb-2\@xl {
    margin-bottom: 2rem !important;
  }
  .ml-2\@xl {
    margin-left: 2rem !important;
  }
  .mr-2\@xl {
    margin-right: 2rem !important;
  }
  .p-2\@xl {
    padding: 2rem !important;
  }
  .py-2\@xl {
    padding-block: 2rem !important;
  }
  .px-2\@xl {
    padding-inline: 2rem !important;
  }
  .pt-2\@xl {
    padding-top: 2rem !important;
  }
  .pb-2\@xl {
    padding-bottom: 2rem !important;
  }
  .pl-2\@xl {
    padding-left: 2rem !important;
  }
  .pr-2\@xl {
    padding-right: 2rem !important;
  }
  .gap-2\@xl {
    gap: 2rem !important;
  }
  .m-3\@xl {
    margin: 3rem !important;
  }
  .my-3\@xl {
    margin-block: 3rem !important;
  }
  .mx-3\@xl {
    margin-inline: 3rem !important;
  }
  .mt-3\@xl {
    margin-top: 3rem !important;
  }
  .mb-3\@xl {
    margin-bottom: 3rem !important;
  }
  .ml-3\@xl {
    margin-left: 3rem !important;
  }
  .mr-3\@xl {
    margin-right: 3rem !important;
  }
  .p-3\@xl {
    padding: 3rem !important;
  }
  .py-3\@xl {
    padding-block: 3rem !important;
  }
  .px-3\@xl {
    padding-inline: 3rem !important;
  }
  .pt-3\@xl {
    padding-top: 3rem !important;
  }
  .pb-3\@xl {
    padding-bottom: 3rem !important;
  }
  .pl-3\@xl {
    padding-left: 3rem !important;
  }
  .pr-3\@xl {
    padding-right: 3rem !important;
  }
  .gap-3\@xl {
    gap: 3rem !important;
  }
  .m-4\@xl {
    margin: 4rem !important;
  }
  .my-4\@xl {
    margin-block: 4rem !important;
  }
  .mx-4\@xl {
    margin-inline: 4rem !important;
  }
  .mt-4\@xl {
    margin-top: 4rem !important;
  }
  .mb-4\@xl {
    margin-bottom: 4rem !important;
  }
  .ml-4\@xl {
    margin-left: 4rem !important;
  }
  .mr-4\@xl {
    margin-right: 4rem !important;
  }
  .p-4\@xl {
    padding: 4rem !important;
  }
  .py-4\@xl {
    padding-block: 4rem !important;
  }
  .px-4\@xl {
    padding-inline: 4rem !important;
  }
  .pt-4\@xl {
    padding-top: 4rem !important;
  }
  .pb-4\@xl {
    padding-bottom: 4rem !important;
  }
  .pl-4\@xl {
    padding-left: 4rem !important;
  }
  .pr-4\@xl {
    padding-right: 4rem !important;
  }
  .gap-4\@xl {
    gap: 4rem !important;
  }
  .m-5\@xl {
    margin: 5rem !important;
  }
  .my-5\@xl {
    margin-block: 5rem !important;
  }
  .mx-5\@xl {
    margin-inline: 5rem !important;
  }
  .mt-5\@xl {
    margin-top: 5rem !important;
  }
  .mb-5\@xl {
    margin-bottom: 5rem !important;
  }
  .ml-5\@xl {
    margin-left: 5rem !important;
  }
  .mr-5\@xl {
    margin-right: 5rem !important;
  }
  .p-5\@xl {
    padding: 5rem !important;
  }
  .py-5\@xl {
    padding-block: 5rem !important;
  }
  .px-5\@xl {
    padding-inline: 5rem !important;
  }
  .pt-5\@xl {
    padding-top: 5rem !important;
  }
  .pb-5\@xl {
    padding-bottom: 5rem !important;
  }
  .pl-5\@xl {
    padding-left: 5rem !important;
  }
  .pr-5\@xl {
    padding-right: 5rem !important;
  }
  .gap-5\@xl {
    gap: 5rem !important;
  }
  .m-6\@xl {
    margin: 6rem !important;
  }
  .my-6\@xl {
    margin-block: 6rem !important;
  }
  .mx-6\@xl {
    margin-inline: 6rem !important;
  }
  .mt-6\@xl {
    margin-top: 6rem !important;
  }
  .mb-6\@xl {
    margin-bottom: 6rem !important;
  }
  .ml-6\@xl {
    margin-left: 6rem !important;
  }
  .mr-6\@xl {
    margin-right: 6rem !important;
  }
  .p-6\@xl {
    padding: 6rem !important;
  }
  .py-6\@xl {
    padding-block: 6rem !important;
  }
  .px-6\@xl {
    padding-inline: 6rem !important;
  }
  .pt-6\@xl {
    padding-top: 6rem !important;
  }
  .pb-6\@xl {
    padding-bottom: 6rem !important;
  }
  .pl-6\@xl {
    padding-left: 6rem !important;
  }
  .pr-6\@xl {
    padding-right: 6rem !important;
  }
  .gap-6\@xl {
    gap: 6rem !important;
  }
  .m-7\@xl {
    margin: 7rem !important;
  }
  .my-7\@xl {
    margin-block: 7rem !important;
  }
  .mx-7\@xl {
    margin-inline: 7rem !important;
  }
  .mt-7\@xl {
    margin-top: 7rem !important;
  }
  .mb-7\@xl {
    margin-bottom: 7rem !important;
  }
  .ml-7\@xl {
    margin-left: 7rem !important;
  }
  .mr-7\@xl {
    margin-right: 7rem !important;
  }
  .p-7\@xl {
    padding: 7rem !important;
  }
  .py-7\@xl {
    padding-block: 7rem !important;
  }
  .px-7\@xl {
    padding-inline: 7rem !important;
  }
  .pt-7\@xl {
    padding-top: 7rem !important;
  }
  .pb-7\@xl {
    padding-bottom: 7rem !important;
  }
  .pl-7\@xl {
    padding-left: 7rem !important;
  }
  .pr-7\@xl {
    padding-right: 7rem !important;
  }
  .gap-7\@xl {
    gap: 7rem !important;
  }
  .m-8\@xl {
    margin: 8rem !important;
  }
  .my-8\@xl {
    margin-block: 8rem !important;
  }
  .mx-8\@xl {
    margin-inline: 8rem !important;
  }
  .mt-8\@xl {
    margin-top: 8rem !important;
  }
  .mb-8\@xl {
    margin-bottom: 8rem !important;
  }
  .ml-8\@xl {
    margin-left: 8rem !important;
  }
  .mr-8\@xl {
    margin-right: 8rem !important;
  }
  .p-8\@xl {
    padding: 8rem !important;
  }
  .py-8\@xl {
    padding-block: 8rem !important;
  }
  .px-8\@xl {
    padding-inline: 8rem !important;
  }
  .pt-8\@xl {
    padding-top: 8rem !important;
  }
  .pb-8\@xl {
    padding-bottom: 8rem !important;
  }
  .pl-8\@xl {
    padding-left: 8rem !important;
  }
  .pr-8\@xl {
    padding-right: 8rem !important;
  }
  .gap-8\@xl {
    gap: 8rem !important;
  }
  .m-9\@xl {
    margin: 9rem !important;
  }
  .my-9\@xl {
    margin-block: 9rem !important;
  }
  .mx-9\@xl {
    margin-inline: 9rem !important;
  }
  .mt-9\@xl {
    margin-top: 9rem !important;
  }
  .mb-9\@xl {
    margin-bottom: 9rem !important;
  }
  .ml-9\@xl {
    margin-left: 9rem !important;
  }
  .mr-9\@xl {
    margin-right: 9rem !important;
  }
  .p-9\@xl {
    padding: 9rem !important;
  }
  .py-9\@xl {
    padding-block: 9rem !important;
  }
  .px-9\@xl {
    padding-inline: 9rem !important;
  }
  .pt-9\@xl {
    padding-top: 9rem !important;
  }
  .pb-9\@xl {
    padding-bottom: 9rem !important;
  }
  .pl-9\@xl {
    padding-left: 9rem !important;
  }
  .pr-9\@xl {
    padding-right: 9rem !important;
  }
  .gap-9\@xl {
    gap: 9rem !important;
  }
  .m-10\@xl {
    margin: 10rem !important;
  }
  .my-10\@xl {
    margin-block: 10rem !important;
  }
  .mx-10\@xl {
    margin-inline: 10rem !important;
  }
  .mt-10\@xl {
    margin-top: 10rem !important;
  }
  .mb-10\@xl {
    margin-bottom: 10rem !important;
  }
  .ml-10\@xl {
    margin-left: 10rem !important;
  }
  .mr-10\@xl {
    margin-right: 10rem !important;
  }
  .p-10\@xl {
    padding: 10rem !important;
  }
  .py-10\@xl {
    padding-block: 10rem !important;
  }
  .px-10\@xl {
    padding-inline: 10rem !important;
  }
  .pt-10\@xl {
    padding-top: 10rem !important;
  }
  .pb-10\@xl {
    padding-bottom: 10rem !important;
  }
  .pl-10\@xl {
    padding-left: 10rem !important;
  }
  .pr-10\@xl {
    padding-right: 10rem !important;
  }
  .gap-10\@xl {
    gap: 10rem !important;
  }
  .m-auto\@xl {
    margin: auto !important;
  }
  .my-auto\@xl {
    margin-block: auto !important;
  }
  .mx-auto\@xl {
    margin-inline: auto !important;
  }
  .mt-auto\@xl {
    margin-top: auto !important;
  }
  .mb-auto\@xl {
    margin-bottom: auto !important;
  }
  .ml-auto\@xl {
    margin-left: auto !important;
  }
  .mr-auto\@xl {
    margin-right: auto !important;
  }
  .p-auto\@xl {
    padding: auto !important;
  }
  .py-auto\@xl {
    padding-block: auto !important;
  }
  .px-auto\@xl {
    padding-inline: auto !important;
  }
  .pt-auto\@xl {
    padding-top: auto !important;
  }
  .pb-auto\@xl {
    padding-bottom: auto !important;
  }
  .pl-auto\@xl {
    padding-left: auto !important;
  }
  .pr-auto\@xl {
    padding-right: auto !important;
  }
  .gap-auto\@xl {
    gap: auto !important;
  }
}
/* ========================================================
  _grid.scss - Emerald Fire & Security
======================================================== */
.container, .container--full {
  margin: 0 auto;
  max-width: unset;
  width: min(100% - 2rem);
}
@media (min-width: 768px) {
  .container, .container--full {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .container, .container--full {
    width: min(100% - 10rem);
  }
}
@media (min-width: 1500px) {
  .container, .container--full {
    width: min(100% - 10rem, 1680px);
  }
}

.container--full {
  max-width: none;
  padding: 0 1rem;
  width: 100%;
}

.display-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
.display-grid--justify-start {
  justify-content: start;
}
.display-grid--justify-center {
  justify-content: center;
}
.display-grid--justify-end {
  justify-content: end;
}
.display-grid--justify-between {
  justify-content: space-between;
}
.display-grid--justify-around {
  justify-content: space-around;
}
.display-grid--justify-evenly {
  justify-content: space-evenly;
}
.display-grid--align-start {
  align-items: start;
}
.display-grid--align-center {
  align-items: center;
}
.display-grid--align-end {
  align-items: end;
}
.display-grid--align-stretch {
  align-items: stretch;
}
.display-grid .grid-col--1 {
  grid-column: span 1;
}
.display-grid .grid-col--2 {
  grid-column: span 2;
}
.display-grid .grid-col--3 {
  grid-column: span 3;
}
.display-grid .grid-col--4 {
  grid-column: span 4;
}
.display-grid .grid-col--5 {
  grid-column: span 5;
}
.display-grid .grid-col--6 {
  grid-column: span 6;
}
.display-grid .grid-col--7 {
  grid-column: span 7;
}
.display-grid .grid-col--8 {
  grid-column: span 8;
}
.display-grid .grid-col--9 {
  grid-column: span 9;
}
.display-grid .grid-col--10 {
  grid-column: span 10;
}
.display-grid .grid-col--11 {
  grid-column: span 11;
}
.display-grid .grid-col--12 {
  grid-column: span 12;
}
@media (min-width: 0) {
  .display-grid .grid-col--1\@xs {
    grid-column: span 1;
  }
  .display-grid .grid-col--2\@xs {
    grid-column: span 2;
  }
  .display-grid .grid-col--3\@xs {
    grid-column: span 3;
  }
  .display-grid .grid-col--4\@xs {
    grid-column: span 4;
  }
  .display-grid .grid-col--5\@xs {
    grid-column: span 5;
  }
  .display-grid .grid-col--6\@xs {
    grid-column: span 6;
  }
  .display-grid .grid-col--7\@xs {
    grid-column: span 7;
  }
  .display-grid .grid-col--8\@xs {
    grid-column: span 8;
  }
  .display-grid .grid-col--9\@xs {
    grid-column: span 9;
  }
  .display-grid .grid-col--10\@xs {
    grid-column: span 10;
  }
  .display-grid .grid-col--11\@xs {
    grid-column: span 11;
  }
  .display-grid .grid-col--12\@xs {
    grid-column: span 12;
  }
  .display-grid.display-grid--justify-start\@xs {
    justify-content: start;
  }
  .display-grid.display-grid--justify-center\@xs {
    justify-content: center;
  }
  .display-grid.display-grid--justify-end\@xs {
    justify-content: end;
  }
  .display-grid.display-grid--justify-between\@xs {
    justify-content: space-between;
  }
  .display-grid.display-grid--justify-around\@xs {
    justify-content: space-around;
  }
  .display-grid.display-grid--justify-evenly\@xs {
    justify-content: space-evenly;
  }
  .display-grid.display-grid--align-start\@xs {
    align-items: start;
  }
  .display-grid.display-grid--align-center\@xs {
    align-items: center;
  }
  .display-grid.display-grid--align-end\@xs {
    align-items: end;
  }
  .display-grid.display-grid--align-stretch\@xs {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .display-grid .grid-col--1\@sm {
    grid-column: span 1;
  }
  .display-grid .grid-col--2\@sm {
    grid-column: span 2;
  }
  .display-grid .grid-col--3\@sm {
    grid-column: span 3;
  }
  .display-grid .grid-col--4\@sm {
    grid-column: span 4;
  }
  .display-grid .grid-col--5\@sm {
    grid-column: span 5;
  }
  .display-grid .grid-col--6\@sm {
    grid-column: span 6;
  }
  .display-grid .grid-col--7\@sm {
    grid-column: span 7;
  }
  .display-grid .grid-col--8\@sm {
    grid-column: span 8;
  }
  .display-grid .grid-col--9\@sm {
    grid-column: span 9;
  }
  .display-grid .grid-col--10\@sm {
    grid-column: span 10;
  }
  .display-grid .grid-col--11\@sm {
    grid-column: span 11;
  }
  .display-grid .grid-col--12\@sm {
    grid-column: span 12;
  }
  .display-grid.display-grid--justify-start\@sm {
    justify-content: start;
  }
  .display-grid.display-grid--justify-center\@sm {
    justify-content: center;
  }
  .display-grid.display-grid--justify-end\@sm {
    justify-content: end;
  }
  .display-grid.display-grid--justify-between\@sm {
    justify-content: space-between;
  }
  .display-grid.display-grid--justify-around\@sm {
    justify-content: space-around;
  }
  .display-grid.display-grid--justify-evenly\@sm {
    justify-content: space-evenly;
  }
  .display-grid.display-grid--align-start\@sm {
    align-items: start;
  }
  .display-grid.display-grid--align-center\@sm {
    align-items: center;
  }
  .display-grid.display-grid--align-end\@sm {
    align-items: end;
  }
  .display-grid.display-grid--align-stretch\@sm {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .display-grid .grid-col--1\@md {
    grid-column: span 1;
  }
  .display-grid .grid-col--2\@md {
    grid-column: span 2;
  }
  .display-grid .grid-col--3\@md {
    grid-column: span 3;
  }
  .display-grid .grid-col--4\@md {
    grid-column: span 4;
  }
  .display-grid .grid-col--5\@md {
    grid-column: span 5;
  }
  .display-grid .grid-col--6\@md {
    grid-column: span 6;
  }
  .display-grid .grid-col--7\@md {
    grid-column: span 7;
  }
  .display-grid .grid-col--8\@md {
    grid-column: span 8;
  }
  .display-grid .grid-col--9\@md {
    grid-column: span 9;
  }
  .display-grid .grid-col--10\@md {
    grid-column: span 10;
  }
  .display-grid .grid-col--11\@md {
    grid-column: span 11;
  }
  .display-grid .grid-col--12\@md {
    grid-column: span 12;
  }
  .display-grid.display-grid--justify-start\@md {
    justify-content: start;
  }
  .display-grid.display-grid--justify-center\@md {
    justify-content: center;
  }
  .display-grid.display-grid--justify-end\@md {
    justify-content: end;
  }
  .display-grid.display-grid--justify-between\@md {
    justify-content: space-between;
  }
  .display-grid.display-grid--justify-around\@md {
    justify-content: space-around;
  }
  .display-grid.display-grid--justify-evenly\@md {
    justify-content: space-evenly;
  }
  .display-grid.display-grid--align-start\@md {
    align-items: start;
  }
  .display-grid.display-grid--align-center\@md {
    align-items: center;
  }
  .display-grid.display-grid--align-end\@md {
    align-items: end;
  }
  .display-grid.display-grid--align-stretch\@md {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .display-grid .grid-col--1\@lg {
    grid-column: span 1;
  }
  .display-grid .grid-col--2\@lg {
    grid-column: span 2;
  }
  .display-grid .grid-col--3\@lg {
    grid-column: span 3;
  }
  .display-grid .grid-col--4\@lg {
    grid-column: span 4;
  }
  .display-grid .grid-col--5\@lg {
    grid-column: span 5;
  }
  .display-grid .grid-col--6\@lg {
    grid-column: span 6;
  }
  .display-grid .grid-col--7\@lg {
    grid-column: span 7;
  }
  .display-grid .grid-col--8\@lg {
    grid-column: span 8;
  }
  .display-grid .grid-col--9\@lg {
    grid-column: span 9;
  }
  .display-grid .grid-col--10\@lg {
    grid-column: span 10;
  }
  .display-grid .grid-col--11\@lg {
    grid-column: span 11;
  }
  .display-grid .grid-col--12\@lg {
    grid-column: span 12;
  }
  .display-grid.display-grid--justify-start\@lg {
    justify-content: start;
  }
  .display-grid.display-grid--justify-center\@lg {
    justify-content: center;
  }
  .display-grid.display-grid--justify-end\@lg {
    justify-content: end;
  }
  .display-grid.display-grid--justify-between\@lg {
    justify-content: space-between;
  }
  .display-grid.display-grid--justify-around\@lg {
    justify-content: space-around;
  }
  .display-grid.display-grid--justify-evenly\@lg {
    justify-content: space-evenly;
  }
  .display-grid.display-grid--align-start\@lg {
    align-items: start;
  }
  .display-grid.display-grid--align-center\@lg {
    align-items: center;
  }
  .display-grid.display-grid--align-end\@lg {
    align-items: end;
  }
  .display-grid.display-grid--align-stretch\@lg {
    align-items: stretch;
  }
}
@media (min-width: 1500px) {
  .display-grid .grid-col--1\@xl {
    grid-column: span 1;
  }
  .display-grid .grid-col--2\@xl {
    grid-column: span 2;
  }
  .display-grid .grid-col--3\@xl {
    grid-column: span 3;
  }
  .display-grid .grid-col--4\@xl {
    grid-column: span 4;
  }
  .display-grid .grid-col--5\@xl {
    grid-column: span 5;
  }
  .display-grid .grid-col--6\@xl {
    grid-column: span 6;
  }
  .display-grid .grid-col--7\@xl {
    grid-column: span 7;
  }
  .display-grid .grid-col--8\@xl {
    grid-column: span 8;
  }
  .display-grid .grid-col--9\@xl {
    grid-column: span 9;
  }
  .display-grid .grid-col--10\@xl {
    grid-column: span 10;
  }
  .display-grid .grid-col--11\@xl {
    grid-column: span 11;
  }
  .display-grid .grid-col--12\@xl {
    grid-column: span 12;
  }
  .display-grid.display-grid--justify-start\@xl {
    justify-content: start;
  }
  .display-grid.display-grid--justify-center\@xl {
    justify-content: center;
  }
  .display-grid.display-grid--justify-end\@xl {
    justify-content: end;
  }
  .display-grid.display-grid--justify-between\@xl {
    justify-content: space-between;
  }
  .display-grid.display-grid--justify-around\@xl {
    justify-content: space-around;
  }
  .display-grid.display-grid--justify-evenly\@xl {
    justify-content: space-evenly;
  }
  .display-grid.display-grid--align-start\@xl {
    align-items: start;
  }
  .display-grid.display-grid--align-center\@xl {
    align-items: center;
  }
  .display-grid.display-grid--align-end\@xl {
    align-items: end;
  }
  .display-grid.display-grid--align-stretch\@xl {
    align-items: stretch;
  }
}

.display-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.display-flex--row {
  flex-direction: row;
}
.display-flex--row-reverse {
  flex-direction: row-reverse;
}
.display-flex--col {
  flex-direction: column;
}
.display-flex--col-reverse {
  flex-direction: column-reverse;
}
.display-flex--wrap {
  flex-wrap: wrap;
}
.display-flex--nowrap {
  flex-wrap: nowrap;
}
.display-flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.display-flex--justify-start {
  justify-content: flex-start;
}
.display-flex--justify-center {
  justify-content: center;
}
.display-flex--justify-end {
  justify-content: flex-end;
}
.display-flex--justify-between {
  justify-content: space-between;
}
.display-flex--justify-around {
  justify-content: space-around;
}
.display-flex--justify-evenly {
  justify-content: space-evenly;
}
.display-flex--align-start {
  align-items: flex-start;
}
.display-flex--align-center {
  align-items: center;
}
.display-flex--align-end {
  align-items: flex-end;
}
.display-flex--align-stretch {
  align-items: stretch;
}
.display-flex--align-baseline {
  align-items: baseline;
}
.display-flex > * {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .display-flex > * {
    flex: 1 1 auto;
  }
}
.display-flex > .flex-col {
  flex: 1 1 0 !important;
  max-width: 100%;
}
.display-flex--auto > * {
  flex: 0 1 auto;
}
.display-flex .flex-col--1 {
  flex: 0 0 auto;
  max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
}
.display-flex .order-1 {
  order: 1;
}
.display-flex .offset-1 {
  margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
}
.display-flex .flex-col--2 {
  flex: 0 0 auto;
  max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
}
.display-flex .order-2 {
  order: 2;
}
.display-flex .offset-2 {
  margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
}
.display-flex .flex-col--3 {
  flex: 0 0 auto;
  max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
}
.display-flex .order-3 {
  order: 3;
}
.display-flex .offset-3 {
  margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
}
.display-flex .flex-col--4 {
  flex: 0 0 auto;
  max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
}
.display-flex .order-4 {
  order: 4;
}
.display-flex .offset-4 {
  margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
}
.display-flex .flex-col--5 {
  flex: 0 0 auto;
  max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
}
.display-flex .order-5 {
  order: 5;
}
.display-flex .offset-5 {
  margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
}
.display-flex .flex-col--6 {
  flex: 0 0 auto;
  max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
}
.display-flex .order-6 {
  order: 6;
}
.display-flex .offset-6 {
  margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
}
.display-flex .flex-col--7 {
  flex: 0 0 auto;
  max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
}
.display-flex .order-7 {
  order: 7;
}
.display-flex .offset-7 {
  margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
}
.display-flex .flex-col--8 {
  flex: 0 0 auto;
  max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
}
.display-flex .order-8 {
  order: 8;
}
.display-flex .offset-8 {
  margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
}
.display-flex .flex-col--9 {
  flex: 0 0 auto;
  max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
}
.display-flex .order-9 {
  order: 9;
}
.display-flex .offset-9 {
  margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
}
.display-flex .flex-col--10 {
  flex: 0 0 auto;
  max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
}
.display-flex .order-10 {
  order: 10;
}
.display-flex .offset-10 {
  margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
}
.display-flex .flex-col--11 {
  flex: 0 0 auto;
  max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
}
.display-flex .order-11 {
  order: 11;
}
.display-flex .offset-11 {
  margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
}
.display-flex .flex-col--12 {
  flex: 0 0 auto;
  max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
}
.display-flex .order-12 {
  order: 12;
}
.display-flex .offset-12 {
  margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
}
.display-flex .offset-0 {
  margin-left: 0 !important;
}
@media (min-width: 0) {
  .display-flex .flex-col--1\@xs {
    flex: 0 0 auto;
    max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
    min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  }
  .display-flex .flex-col--2\@xs {
    flex: 0 0 auto;
    max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
    min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  }
  .display-flex .flex-col--3\@xs {
    flex: 0 0 auto;
    max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
    min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  }
  .display-flex .flex-col--4\@xs {
    flex: 0 0 auto;
    max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
    min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  }
  .display-flex .flex-col--5\@xs {
    flex: 0 0 auto;
    max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
    min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  }
  .display-flex .flex-col--6\@xs {
    flex: 0 0 auto;
    max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
    min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  }
  .display-flex .flex-col--7\@xs {
    flex: 0 0 auto;
    max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
    min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  }
  .display-flex .flex-col--8\@xs {
    flex: 0 0 auto;
    max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
    min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  }
  .display-flex .flex-col--9\@xs {
    flex: 0 0 auto;
    max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
    min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  }
  .display-flex .flex-col--10\@xs {
    flex: 0 0 auto;
    max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
    min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  }
  .display-flex .flex-col--11\@xs {
    flex: 0 0 auto;
    max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
    min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  }
  .display-flex .flex-col--12\@xs {
    flex: 0 0 auto;
    max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
    min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  }
  .display-flex.display-flex--row\@xs {
    flex-direction: row;
  }
  .display-flex.display-flex--row-reverse\@xs {
    flex-direction: row-reverse;
  }
  .display-flex.display-flex--col\@xs {
    flex-direction: column;
  }
  .display-flex.display-flex--col-reverse\@xs {
    flex-direction: column-reverse;
  }
  .display-flex.display-flex--wrap\@xs {
    flex-wrap: wrap;
  }
  .display-flex.display-flex--nowrap\@xs {
    flex-wrap: nowrap;
  }
  .display-flex.display-flex--wrap-reverse\@xs {
    flex-wrap: wrap-reverse;
  }
  .display-flex.display-flex--justify-start\@xs {
    justify-content: flex-start;
  }
  .display-flex.display-flex--justify-center\@xs {
    justify-content: center;
  }
  .display-flex.display-flex--justify-end\@xs {
    justify-content: flex-end;
  }
  .display-flex.display-flex--justify-between\@xs {
    justify-content: space-between;
  }
  .display-flex.display-flex--justify-around\@xs {
    justify-content: space-around;
  }
  .display-flex.display-flex--justify-evenly\@xs {
    justify-content: space-evenly;
  }
  .display-flex.display-flex--align-start\@xs {
    align-items: flex-start;
  }
  .display-flex.display-flex--align-center\@xs {
    align-items: center;
  }
  .display-flex.display-flex--align-end\@xs {
    align-items: flex-end;
  }
  .display-flex.display-flex--align-stretch\@xs {
    align-items: stretch;
  }
  .display-flex.display-flex--align-baseline\@xs {
    align-items: baseline;
  }
  .display-flex .order-first\@xs {
    order: -1;
  }
  .display-flex .offset-0\@xs {
    margin-left: 0 !important;
  }
  .display-flex .order-1\@xs {
    order: 1;
  }
  .display-flex .offset-1\@xs {
    margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
  }
  .display-flex .order-2\@xs {
    order: 2;
  }
  .display-flex .offset-2\@xs {
    margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
  }
  .display-flex .order-3\@xs {
    order: 3;
  }
  .display-flex .offset-3\@xs {
    margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
  }
  .display-flex .order-4\@xs {
    order: 4;
  }
  .display-flex .offset-4\@xs {
    margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
  }
  .display-flex .order-5\@xs {
    order: 5;
  }
  .display-flex .offset-5\@xs {
    margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
  }
  .display-flex .order-6\@xs {
    order: 6;
  }
  .display-flex .offset-6\@xs {
    margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
  }
  .display-flex .order-7\@xs {
    order: 7;
  }
  .display-flex .offset-7\@xs {
    margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
  }
  .display-flex .order-8\@xs {
    order: 8;
  }
  .display-flex .offset-8\@xs {
    margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
  }
  .display-flex .order-9\@xs {
    order: 9;
  }
  .display-flex .offset-9\@xs {
    margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
  }
  .display-flex .order-10\@xs {
    order: 10;
  }
  .display-flex .offset-10\@xs {
    margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
  }
  .display-flex .order-11\@xs {
    order: 11;
  }
  .display-flex .offset-11\@xs {
    margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
  }
  .display-flex .order-12\@xs {
    order: 12;
  }
  .display-flex .offset-12\@xs {
    margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
  }
  .display-flex .order-last\@xs {
    order: 12;
  }
}
@media (min-width: 768px) {
  .display-flex .flex-col--1\@sm {
    flex: 0 0 auto;
    max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
    min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  }
  .display-flex .flex-col--2\@sm {
    flex: 0 0 auto;
    max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
    min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  }
  .display-flex .flex-col--3\@sm {
    flex: 0 0 auto;
    max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
    min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  }
  .display-flex .flex-col--4\@sm {
    flex: 0 0 auto;
    max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
    min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  }
  .display-flex .flex-col--5\@sm {
    flex: 0 0 auto;
    max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
    min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  }
  .display-flex .flex-col--6\@sm {
    flex: 0 0 auto;
    max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
    min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  }
  .display-flex .flex-col--7\@sm {
    flex: 0 0 auto;
    max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
    min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  }
  .display-flex .flex-col--8\@sm {
    flex: 0 0 auto;
    max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
    min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  }
  .display-flex .flex-col--9\@sm {
    flex: 0 0 auto;
    max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
    min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  }
  .display-flex .flex-col--10\@sm {
    flex: 0 0 auto;
    max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
    min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  }
  .display-flex .flex-col--11\@sm {
    flex: 0 0 auto;
    max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
    min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  }
  .display-flex .flex-col--12\@sm {
    flex: 0 0 auto;
    max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
    min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  }
  .display-flex.display-flex--row\@sm {
    flex-direction: row;
  }
  .display-flex.display-flex--row-reverse\@sm {
    flex-direction: row-reverse;
  }
  .display-flex.display-flex--col\@sm {
    flex-direction: column;
  }
  .display-flex.display-flex--col-reverse\@sm {
    flex-direction: column-reverse;
  }
  .display-flex.display-flex--wrap\@sm {
    flex-wrap: wrap;
  }
  .display-flex.display-flex--nowrap\@sm {
    flex-wrap: nowrap;
  }
  .display-flex.display-flex--wrap-reverse\@sm {
    flex-wrap: wrap-reverse;
  }
  .display-flex.display-flex--justify-start\@sm {
    justify-content: flex-start;
  }
  .display-flex.display-flex--justify-center\@sm {
    justify-content: center;
  }
  .display-flex.display-flex--justify-end\@sm {
    justify-content: flex-end;
  }
  .display-flex.display-flex--justify-between\@sm {
    justify-content: space-between;
  }
  .display-flex.display-flex--justify-around\@sm {
    justify-content: space-around;
  }
  .display-flex.display-flex--justify-evenly\@sm {
    justify-content: space-evenly;
  }
  .display-flex.display-flex--align-start\@sm {
    align-items: flex-start;
  }
  .display-flex.display-flex--align-center\@sm {
    align-items: center;
  }
  .display-flex.display-flex--align-end\@sm {
    align-items: flex-end;
  }
  .display-flex.display-flex--align-stretch\@sm {
    align-items: stretch;
  }
  .display-flex.display-flex--align-baseline\@sm {
    align-items: baseline;
  }
  .display-flex .order-first\@sm {
    order: -1;
  }
  .display-flex .offset-0\@sm {
    margin-left: 0 !important;
  }
  .display-flex .order-1\@sm {
    order: 1;
  }
  .display-flex .offset-1\@sm {
    margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
  }
  .display-flex .order-2\@sm {
    order: 2;
  }
  .display-flex .offset-2\@sm {
    margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
  }
  .display-flex .order-3\@sm {
    order: 3;
  }
  .display-flex .offset-3\@sm {
    margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
  }
  .display-flex .order-4\@sm {
    order: 4;
  }
  .display-flex .offset-4\@sm {
    margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
  }
  .display-flex .order-5\@sm {
    order: 5;
  }
  .display-flex .offset-5\@sm {
    margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
  }
  .display-flex .order-6\@sm {
    order: 6;
  }
  .display-flex .offset-6\@sm {
    margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
  }
  .display-flex .order-7\@sm {
    order: 7;
  }
  .display-flex .offset-7\@sm {
    margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
  }
  .display-flex .order-8\@sm {
    order: 8;
  }
  .display-flex .offset-8\@sm {
    margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
  }
  .display-flex .order-9\@sm {
    order: 9;
  }
  .display-flex .offset-9\@sm {
    margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
  }
  .display-flex .order-10\@sm {
    order: 10;
  }
  .display-flex .offset-10\@sm {
    margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
  }
  .display-flex .order-11\@sm {
    order: 11;
  }
  .display-flex .offset-11\@sm {
    margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
  }
  .display-flex .order-12\@sm {
    order: 12;
  }
  .display-flex .offset-12\@sm {
    margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
  }
  .display-flex .order-last\@sm {
    order: 12;
  }
}
@media (min-width: 992px) {
  .display-flex .flex-col--1\@md {
    flex: 0 0 auto;
    max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
    min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  }
  .display-flex .flex-col--2\@md {
    flex: 0 0 auto;
    max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
    min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  }
  .display-flex .flex-col--3\@md {
    flex: 0 0 auto;
    max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
    min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  }
  .display-flex .flex-col--4\@md {
    flex: 0 0 auto;
    max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
    min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  }
  .display-flex .flex-col--5\@md {
    flex: 0 0 auto;
    max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
    min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  }
  .display-flex .flex-col--6\@md {
    flex: 0 0 auto;
    max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
    min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  }
  .display-flex .flex-col--7\@md {
    flex: 0 0 auto;
    max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
    min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  }
  .display-flex .flex-col--8\@md {
    flex: 0 0 auto;
    max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
    min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  }
  .display-flex .flex-col--9\@md {
    flex: 0 0 auto;
    max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
    min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  }
  .display-flex .flex-col--10\@md {
    flex: 0 0 auto;
    max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
    min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  }
  .display-flex .flex-col--11\@md {
    flex: 0 0 auto;
    max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
    min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  }
  .display-flex .flex-col--12\@md {
    flex: 0 0 auto;
    max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
    min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  }
  .display-flex.display-flex--row\@md {
    flex-direction: row;
  }
  .display-flex.display-flex--row-reverse\@md {
    flex-direction: row-reverse;
  }
  .display-flex.display-flex--col\@md {
    flex-direction: column;
  }
  .display-flex.display-flex--col-reverse\@md {
    flex-direction: column-reverse;
  }
  .display-flex.display-flex--wrap\@md {
    flex-wrap: wrap;
  }
  .display-flex.display-flex--nowrap\@md {
    flex-wrap: nowrap;
  }
  .display-flex.display-flex--wrap-reverse\@md {
    flex-wrap: wrap-reverse;
  }
  .display-flex.display-flex--justify-start\@md {
    justify-content: flex-start;
  }
  .display-flex.display-flex--justify-center\@md {
    justify-content: center;
  }
  .display-flex.display-flex--justify-end\@md {
    justify-content: flex-end;
  }
  .display-flex.display-flex--justify-between\@md {
    justify-content: space-between;
  }
  .display-flex.display-flex--justify-around\@md {
    justify-content: space-around;
  }
  .display-flex.display-flex--justify-evenly\@md {
    justify-content: space-evenly;
  }
  .display-flex.display-flex--align-start\@md {
    align-items: flex-start;
  }
  .display-flex.display-flex--align-center\@md {
    align-items: center;
  }
  .display-flex.display-flex--align-end\@md {
    align-items: flex-end;
  }
  .display-flex.display-flex--align-stretch\@md {
    align-items: stretch;
  }
  .display-flex.display-flex--align-baseline\@md {
    align-items: baseline;
  }
  .display-flex .order-first\@md {
    order: -1;
  }
  .display-flex .offset-0\@md {
    margin-left: 0 !important;
  }
  .display-flex .order-1\@md {
    order: 1;
  }
  .display-flex .offset-1\@md {
    margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
  }
  .display-flex .order-2\@md {
    order: 2;
  }
  .display-flex .offset-2\@md {
    margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
  }
  .display-flex .order-3\@md {
    order: 3;
  }
  .display-flex .offset-3\@md {
    margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
  }
  .display-flex .order-4\@md {
    order: 4;
  }
  .display-flex .offset-4\@md {
    margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
  }
  .display-flex .order-5\@md {
    order: 5;
  }
  .display-flex .offset-5\@md {
    margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
  }
  .display-flex .order-6\@md {
    order: 6;
  }
  .display-flex .offset-6\@md {
    margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
  }
  .display-flex .order-7\@md {
    order: 7;
  }
  .display-flex .offset-7\@md {
    margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
  }
  .display-flex .order-8\@md {
    order: 8;
  }
  .display-flex .offset-8\@md {
    margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
  }
  .display-flex .order-9\@md {
    order: 9;
  }
  .display-flex .offset-9\@md {
    margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
  }
  .display-flex .order-10\@md {
    order: 10;
  }
  .display-flex .offset-10\@md {
    margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
  }
  .display-flex .order-11\@md {
    order: 11;
  }
  .display-flex .offset-11\@md {
    margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
  }
  .display-flex .order-12\@md {
    order: 12;
  }
  .display-flex .offset-12\@md {
    margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
  }
  .display-flex .order-last\@md {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .display-flex .flex-col--1\@lg {
    flex: 0 0 auto;
    max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
    min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  }
  .display-flex .flex-col--2\@lg {
    flex: 0 0 auto;
    max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
    min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  }
  .display-flex .flex-col--3\@lg {
    flex: 0 0 auto;
    max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
    min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  }
  .display-flex .flex-col--4\@lg {
    flex: 0 0 auto;
    max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
    min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  }
  .display-flex .flex-col--5\@lg {
    flex: 0 0 auto;
    max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
    min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  }
  .display-flex .flex-col--6\@lg {
    flex: 0 0 auto;
    max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
    min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  }
  .display-flex .flex-col--7\@lg {
    flex: 0 0 auto;
    max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
    min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  }
  .display-flex .flex-col--8\@lg {
    flex: 0 0 auto;
    max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
    min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  }
  .display-flex .flex-col--9\@lg {
    flex: 0 0 auto;
    max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
    min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  }
  .display-flex .flex-col--10\@lg {
    flex: 0 0 auto;
    max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
    min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  }
  .display-flex .flex-col--11\@lg {
    flex: 0 0 auto;
    max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
    min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  }
  .display-flex .flex-col--12\@lg {
    flex: 0 0 auto;
    max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
    min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  }
  .display-flex.display-flex--row\@lg {
    flex-direction: row;
  }
  .display-flex.display-flex--row-reverse\@lg {
    flex-direction: row-reverse;
  }
  .display-flex.display-flex--col\@lg {
    flex-direction: column;
  }
  .display-flex.display-flex--col-reverse\@lg {
    flex-direction: column-reverse;
  }
  .display-flex.display-flex--wrap\@lg {
    flex-wrap: wrap;
  }
  .display-flex.display-flex--nowrap\@lg {
    flex-wrap: nowrap;
  }
  .display-flex.display-flex--wrap-reverse\@lg {
    flex-wrap: wrap-reverse;
  }
  .display-flex.display-flex--justify-start\@lg {
    justify-content: flex-start;
  }
  .display-flex.display-flex--justify-center\@lg {
    justify-content: center;
  }
  .display-flex.display-flex--justify-end\@lg {
    justify-content: flex-end;
  }
  .display-flex.display-flex--justify-between\@lg {
    justify-content: space-between;
  }
  .display-flex.display-flex--justify-around\@lg {
    justify-content: space-around;
  }
  .display-flex.display-flex--justify-evenly\@lg {
    justify-content: space-evenly;
  }
  .display-flex.display-flex--align-start\@lg {
    align-items: flex-start;
  }
  .display-flex.display-flex--align-center\@lg {
    align-items: center;
  }
  .display-flex.display-flex--align-end\@lg {
    align-items: flex-end;
  }
  .display-flex.display-flex--align-stretch\@lg {
    align-items: stretch;
  }
  .display-flex.display-flex--align-baseline\@lg {
    align-items: baseline;
  }
  .display-flex .order-first\@lg {
    order: -1;
  }
  .display-flex .offset-0\@lg {
    margin-left: 0 !important;
  }
  .display-flex .order-1\@lg {
    order: 1;
  }
  .display-flex .offset-1\@lg {
    margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
  }
  .display-flex .order-2\@lg {
    order: 2;
  }
  .display-flex .offset-2\@lg {
    margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
  }
  .display-flex .order-3\@lg {
    order: 3;
  }
  .display-flex .offset-3\@lg {
    margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
  }
  .display-flex .order-4\@lg {
    order: 4;
  }
  .display-flex .offset-4\@lg {
    margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
  }
  .display-flex .order-5\@lg {
    order: 5;
  }
  .display-flex .offset-5\@lg {
    margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
  }
  .display-flex .order-6\@lg {
    order: 6;
  }
  .display-flex .offset-6\@lg {
    margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
  }
  .display-flex .order-7\@lg {
    order: 7;
  }
  .display-flex .offset-7\@lg {
    margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
  }
  .display-flex .order-8\@lg {
    order: 8;
  }
  .display-flex .offset-8\@lg {
    margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
  }
  .display-flex .order-9\@lg {
    order: 9;
  }
  .display-flex .offset-9\@lg {
    margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
  }
  .display-flex .order-10\@lg {
    order: 10;
  }
  .display-flex .offset-10\@lg {
    margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
  }
  .display-flex .order-11\@lg {
    order: 11;
  }
  .display-flex .offset-11\@lg {
    margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
  }
  .display-flex .order-12\@lg {
    order: 12;
  }
  .display-flex .offset-12\@lg {
    margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
  }
  .display-flex .order-last\@lg {
    order: 12;
  }
}
@media (min-width: 1500px) {
  .display-flex .flex-col--1\@xl {
    flex: 0 0 auto;
    max-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
    min-width: calc(1 / 12 * 100% - 2rem * 11 / 12);
  }
  .display-flex .flex-col--2\@xl {
    flex: 0 0 auto;
    max-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
    min-width: calc(2 / 12 * 100% - 2rem * 10 / 12);
  }
  .display-flex .flex-col--3\@xl {
    flex: 0 0 auto;
    max-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
    min-width: calc(3 / 12 * 100% - 2rem * 9 / 12);
  }
  .display-flex .flex-col--4\@xl {
    flex: 0 0 auto;
    max-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
    min-width: calc(4 / 12 * 100% - 2rem * 8 / 12);
  }
  .display-flex .flex-col--5\@xl {
    flex: 0 0 auto;
    max-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
    min-width: calc(5 / 12 * 100% - 2rem * 7 / 12);
  }
  .display-flex .flex-col--6\@xl {
    flex: 0 0 auto;
    max-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
    min-width: calc(6 / 12 * 100% - 2rem * 6 / 12);
  }
  .display-flex .flex-col--7\@xl {
    flex: 0 0 auto;
    max-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
    min-width: calc(7 / 12 * 100% - 2rem * 5 / 12);
  }
  .display-flex .flex-col--8\@xl {
    flex: 0 0 auto;
    max-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
    min-width: calc(8 / 12 * 100% - 2rem * 4 / 12);
  }
  .display-flex .flex-col--9\@xl {
    flex: 0 0 auto;
    max-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
    min-width: calc(9 / 12 * 100% - 2rem * 3 / 12);
  }
  .display-flex .flex-col--10\@xl {
    flex: 0 0 auto;
    max-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
    min-width: calc(10 / 12 * 100% - 2rem * 2 / 12);
  }
  .display-flex .flex-col--11\@xl {
    flex: 0 0 auto;
    max-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
    min-width: calc(11 / 12 * 100% - 2rem * 1 / 12);
  }
  .display-flex .flex-col--12\@xl {
    flex: 0 0 auto;
    max-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
    min-width: calc(12 / 12 * 100% - 2rem * 0 / 12);
  }
  .display-flex.display-flex--row\@xl {
    flex-direction: row;
  }
  .display-flex.display-flex--row-reverse\@xl {
    flex-direction: row-reverse;
  }
  .display-flex.display-flex--col\@xl {
    flex-direction: column;
  }
  .display-flex.display-flex--col-reverse\@xl {
    flex-direction: column-reverse;
  }
  .display-flex.display-flex--wrap\@xl {
    flex-wrap: wrap;
  }
  .display-flex.display-flex--nowrap\@xl {
    flex-wrap: nowrap;
  }
  .display-flex.display-flex--wrap-reverse\@xl {
    flex-wrap: wrap-reverse;
  }
  .display-flex.display-flex--justify-start\@xl {
    justify-content: flex-start;
  }
  .display-flex.display-flex--justify-center\@xl {
    justify-content: center;
  }
  .display-flex.display-flex--justify-end\@xl {
    justify-content: flex-end;
  }
  .display-flex.display-flex--justify-between\@xl {
    justify-content: space-between;
  }
  .display-flex.display-flex--justify-around\@xl {
    justify-content: space-around;
  }
  .display-flex.display-flex--justify-evenly\@xl {
    justify-content: space-evenly;
  }
  .display-flex.display-flex--align-start\@xl {
    align-items: flex-start;
  }
  .display-flex.display-flex--align-center\@xl {
    align-items: center;
  }
  .display-flex.display-flex--align-end\@xl {
    align-items: flex-end;
  }
  .display-flex.display-flex--align-stretch\@xl {
    align-items: stretch;
  }
  .display-flex.display-flex--align-baseline\@xl {
    align-items: baseline;
  }
  .display-flex .order-first\@xl {
    order: -1;
  }
  .display-flex .offset-0\@xl {
    margin-left: 0 !important;
  }
  .display-flex .order-1\@xl {
    order: 1;
  }
  .display-flex .offset-1\@xl {
    margin-left: calc(1 / 12 * 100% + 2rem * 1 / 12) !important;
  }
  .display-flex .order-2\@xl {
    order: 2;
  }
  .display-flex .offset-2\@xl {
    margin-left: calc(2 / 12 * 100% + 2rem * 2 / 12) !important;
  }
  .display-flex .order-3\@xl {
    order: 3;
  }
  .display-flex .offset-3\@xl {
    margin-left: calc(3 / 12 * 100% + 2rem * 3 / 12) !important;
  }
  .display-flex .order-4\@xl {
    order: 4;
  }
  .display-flex .offset-4\@xl {
    margin-left: calc(4 / 12 * 100% + 2rem * 4 / 12) !important;
  }
  .display-flex .order-5\@xl {
    order: 5;
  }
  .display-flex .offset-5\@xl {
    margin-left: calc(5 / 12 * 100% + 2rem * 5 / 12) !important;
  }
  .display-flex .order-6\@xl {
    order: 6;
  }
  .display-flex .offset-6\@xl {
    margin-left: calc(6 / 12 * 100% + 2rem * 6 / 12) !important;
  }
  .display-flex .order-7\@xl {
    order: 7;
  }
  .display-flex .offset-7\@xl {
    margin-left: calc(7 / 12 * 100% + 2rem * 7 / 12) !important;
  }
  .display-flex .order-8\@xl {
    order: 8;
  }
  .display-flex .offset-8\@xl {
    margin-left: calc(8 / 12 * 100% + 2rem * 8 / 12) !important;
  }
  .display-flex .order-9\@xl {
    order: 9;
  }
  .display-flex .offset-9\@xl {
    margin-left: calc(9 / 12 * 100% + 2rem * 9 / 12) !important;
  }
  .display-flex .order-10\@xl {
    order: 10;
  }
  .display-flex .offset-10\@xl {
    margin-left: calc(10 / 12 * 100% + 2rem * 10 / 12) !important;
  }
  .display-flex .order-11\@xl {
    order: 11;
  }
  .display-flex .offset-11\@xl {
    margin-left: calc(11 / 12 * 100% + 2rem * 11 / 12) !important;
  }
  .display-flex .order-12\@xl {
    order: 12;
  }
  .display-flex .offset-12\@xl {
    margin-left: calc(12 / 12 * 100% + 2rem * 12 / 12) !important;
  }
  .display-flex .order-last\@xl {
    order: 12;
  }
}

/* ========================================================
	_typography.scss - Golf Chaplaincy Scotland
======================================================== */
body {
  color: var(--ss-body-color);
  font-family: var(--ss-font-body);
  font-weight: var(--ss-font-weight-body);
  line-height: var(--ss-line-height-body);
}

h1,
.h1 {
  font-size: var(--ss-font-size-h1);
}

h2,
.h2 {
  font-size: var(--ss-font-size-h2);
}

h3,
.h3 {
  font-size: var(--ss-font-size-h3);
}

h4,
.h4 {
  font-size: var(--ss-font-size-h4);
}

h5,
.h5,
.component__logo-grid .logo-grid__title {
  font-size: var(--ss-font-size-h5);
}

h6,
.h6 {
  font-size: var(--ss-font-size-h6);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.component__logo-grid .logo-grid__title,
.h6 {
  font-family: var(--ss-font-headings);
  margin-bottom: 1rem;
  font-style: var(--ss-font-style-headings);
  font-weight: var(--ss-font-weight-headings);
  line-height: var(--ss-line-height-headings);
  color: var(--ss-color-headings);
}

h4,
h5,
h6,
.h4,
.h5,
.component__logo-grid .logo-grid__title,
.h6 {
  line-height: 1.3;
}

.display-1 {
  font-size: var(--ss-font-size-display1);
}

.display-2 {
  font-size: var(--ss-font-size-display2);
}

.display-3 {
  font-size: var(--ss-font-size-display3);
}

.display-1,
.display-2,
.display-3 {
  font-family: var(--ss-font-display);
  font-weight: var(--ss-font-weight-display);
  line-height: var(--ss-line-height-display);
}

p {
  margin-bottom: 1rem;
}

.lead {
  font-family: var(--ss-font-lead);
  font-weight: var(--ss-font-weight-lead);
  line-height: var(--ss-line-height-lead);
  font-size: var(--ss-font-size-lead);
}

.small {
  font-size: var(--ss-font-size-h6);
}

a {
  color: inherit;
}

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

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

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

@media (min-width: 0) {
  .text-start\@xs {
    text-align: left;
  }
  .text-center\@xs {
    text-align: center;
  }
  .text-end\@xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-start\@sm {
    text-align: left;
  }
  .text-center\@sm {
    text-align: center;
  }
  .text-end\@sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-start\@md {
    text-align: left;
  }
  .text-center\@md {
    text-align: center;
  }
  .text-end\@md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-start\@lg {
    text-align: left;
  }
  .text-center\@lg {
    text-align: center;
  }
  .text-end\@lg {
    text-align: right;
  }
}
@media (min-width: 1500px) {
  .text-start\@xl {
    text-align: left;
  }
  .text-center\@xl {
    text-align: center;
  }
  .text-end\@xl {
    text-align: right;
  }
}
.list-unstyled, #header-site #header-site--nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ========================================================
	_global.scss - Golf Chaplaincy Scotland
======================================================== */
body {
  color: var(--ss-body-color);
  background-color: var(--ss-bg-color);
}
body.fixedBody {
  height: 100%;
  overflow: hidden;
}
body *::-webkit-scrollbar {
  display: none;
}
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body main {
  padding-top: var(--ss-header-height);
}

.padding_none {
  padding-block: var(--ss-spacing-none);
}

.padding_top__none {
  padding-top: var(--ss-spacing-none);
}

.padding_bottom__none {
  padding-bottom: var(--ss-spacing-none);
}

.padding_narrow {
  padding-block: var(--ss-spacing-narrow);
}

.padding_top__narrow {
  padding-top: var(--ss-spacing-narrow);
}

.padding_bottom__narrow {
  padding-bottom: var(--ss-spacing-narrow);
}

.padding_normal {
  padding-block: var(--ss-spacing-normal);
}

.padding_top__normal {
  padding-top: var(--ss-spacing-normal);
}

.padding_bottom__normal {
  padding-bottom: var(--ss-spacing-normal);
}

.padding_large {
  padding-block: var(--ss-spacing-large);
}

.padding_top__large {
  padding-top: var(--ss-spacing-large);
}

.padding_bottom__large {
  padding-bottom: var(--ss-spacing-large);
}

.padding_default {
  padding-block: var(--ss-spacing-normal);
}

.padding_top__default {
  padding-top: var(--ss-spacing-normal);
}

.padding_bottom__default {
  padding-bottom: var(--ss-spacing-normal);
}

ul.list__social {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list__social li {
  margin: 0;
}
ul.list__social li a {
  background-color: var(--ss-color-dark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  border-radius: 50%;
  display: block;
  height: 2rem;
  width: 2rem;
}
ul.list__social li a.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,60c-49.71,0-90,40.29-90,90,0,44.92,32.91,82.15,75.94,88.91v-62.89h-22.85v-26.02h22.85v-19.83c0-22.56,13.44-35.02,33.99-35.02,9.85,0,20.15,1.76,20.15,1.76v22.15h-11.35c-11.18,0-14.67,6.94-14.67,14.05v16.88h24.96l-3.99,26.02h-20.97v62.89c43.03-6.75,75.94-43.98,75.94-88.91,0-49.71-40.29-90-90-90Z'/%3E%3C/svg%3E");
}
ul.list__social li a.instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,81.95c22.16,0,24.79.08,33.54.48,8.09.37,12.49,1.72,15.41,2.86,3.87,1.51,6.64,3.3,9.54,6.21,2.9,2.9,4.7,5.67,6.21,9.54,1.14,2.92,2.49,7.32,2.86,15.41.4,8.75.48,11.38.48,33.54s-.08,24.79-.48,33.54c-.37,8.09-1.72,12.49-2.86,15.41-1.51,3.87-3.3,6.64-6.21,9.54s-5.67,4.7-9.54,6.21c-2.92,1.14-7.32,2.49-15.41,2.86-8.75.4-11.38.48-33.54.48s-24.79-.08-33.54-.48c-8.09-.37-12.49-1.72-15.41-2.86-3.87-1.51-6.64-3.3-9.54-6.21-2.9-2.9-4.7-5.67-6.21-9.54-1.14-2.92-2.49-7.32-2.86-15.41-.4-8.75-.48-11.38-.48-33.54s.08-24.79.48-33.54c.37-8.09,1.72-12.49,2.86-15.41,1.51-3.87,3.3-6.64,6.21-9.54,2.9-2.9,5.67-4.7,9.54-6.21,2.92-1.14,7.32-2.49,15.41-2.86,8.75-.4,11.38-.48,33.54-.48m0-14.95c-22.54,0-25.37.1-34.22.5-8.83.4-14.87,1.81-20.15,3.86-5.46,2.12-10.09,4.96-14.7,9.57-4.61,4.61-7.45,9.24-9.57,14.7-2.05,5.28-3.45,11.31-3.86,20.15-.4,8.85-.5,11.68-.5,34.22s.1,25.37.5,34.22c.4,8.83,1.81,14.87,3.86,20.15,2.12,5.46,4.96,10.09,9.57,14.7,4.61,4.61,9.24,7.45,14.7,9.57,5.28,2.05,11.31,3.45,20.15,3.86,8.85.4,11.68.5,34.22.5s25.37-.1,34.22-.5c8.83-.4,14.87-1.81,20.15-3.86,5.46-2.12,10.09-4.96,14.7-9.57,4.61-4.61,7.45-9.24,9.57-14.7,2.05-5.28,3.45-11.31,3.86-20.15.4-8.85.5-11.68.5-34.22s-.1-25.37-.5-34.22c-.4-8.83-1.81-14.87-3.86-20.15-2.12-5.46-4.96-10.09-9.57-14.7-4.61-4.61-9.24-7.45-14.7-9.57-5.28-2.05-11.31-3.45-20.15-3.86-8.85-.4-11.68-.5-34.22-.5h0Z'/%3E%3Cpath class='cls-1' d='m150,107.38c-23.54,0-42.62,19.08-42.62,42.62s19.08,42.62,42.62,42.62,42.62-19.08,42.62-42.62-19.08-42.62-42.62-42.62Zm0,70.29c-15.28,0-27.67-12.39-27.67-27.67s12.39-27.67,27.67-27.67,27.67,12.39,27.67,27.67-12.39,27.67-27.67,27.67Z'/%3E%3Ccircle class='cls-1' cx='194.31' cy='105.69' r='9.96'/%3E%3C/svg%3E");
}
ul.list__social li a.x, ul.list__social li a.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M167.95 135.23l70.25-81.66h-16.65l-61 70.9-48.72-70.9H55.64l73.67 107.22-73.67 85.63h16.65l64.41-74.88 51.45 74.88h56.19l-76.4-111.19zm-22.8 26.5l-7.46-10.68L78.3 66.1h25.57l47.93 68.56 7.46 10.68 62.3 89.12h-25.57l-50.84-72.72z' fill='%23FFF'/%3E%3C/svg%3E");
}
ul.list__social li a.tiktok {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m186.49,56.61c3.08,26.5,17.87,42.31,43.59,43.99v29.81c-14.91,1.46-27.96-3.42-43.15-12.61v55.75c0,70.83-77.22,92.96-108.26,42.19-19.95-32.67-7.73-89.99,56.26-92.29v31.44c-4.87.78-10.09,2.02-14.85,3.64-14.23,4.82-22.3,13.84-20.06,29.75,4.31,30.48,60.24,39.5,55.59-20.06V56.67h30.87v-.06Z'/%3E%3C/svg%3E");
}
ul.list__social li a.linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m100.75,230.8h-34.31v-109.79h34.31v109.79Zm-18.03-123.52h-.25c-12.41,0-20.46-8.39-20.46-19.02s8.29-19.06,20.95-19.06,20.44,8.2,20.69,19.03c0,10.64-8.03,19.05-20.93,19.05Zm155.29,123.52h-38.9v-56.81c0-14.87-6.08-25.02-19.46-25.02-10.24,0-15.92,6.85-18.57,13.45-.99,2.36-.84,5.66-.84,8.97v59.41h-38.54s.5-100.64,0-109.79h38.54v17.23c2.28-7.53,14.59-18.29,34.25-18.29,24.38,0,43.53,15.8,43.53,49.8v61.05Z'/%3E%3C/svg%3E");
}
ul.list__social li a.youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23FFF;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m192.71,150.11l-72.03,42.3v-84.62l72.03,42.31Zm67.29,39.22v-78.66s0-37.92-37.92-37.92H77.9s-37.9,0-37.9,37.92v78.66s0,37.91,37.9,37.91h144.18s37.92,0,37.92-37.91'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,60c-49.71,0-90,40.29-90,90,0,44.92,32.91,82.15,75.94,88.91v-62.89h-22.85v-26.02h22.85v-19.83c0-22.56,13.44-35.02,33.99-35.02,9.85,0,20.15,1.76,20.15,1.76v22.15h-11.35c-11.18,0-14.67,6.94-14.67,14.05v16.88h24.96l-3.99,26.02h-20.97v62.89c43.03-6.75,75.94-43.98,75.94-88.91,0-49.71-40.29-90-90-90Z'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,81.95c22.16,0,24.79.08,33.54.48,8.09.37,12.49,1.72,15.41,2.86,3.87,1.51,6.64,3.3,9.54,6.21,2.9,2.9,4.7,5.67,6.21,9.54,1.14,2.92,2.49,7.32,2.86,15.41.4,8.75.48,11.38.48,33.54s-.08,24.79-.48,33.54c-.37,8.09-1.72,12.49-2.86,15.41-1.51,3.87-3.3,6.64-6.21,9.54s-5.67,4.7-9.54,6.21c-2.92,1.14-7.32,2.49-15.41,2.86-8.75.4-11.38.48-33.54.48s-24.79-.08-33.54-.48c-8.09-.37-12.49-1.72-15.41-2.86-3.87-1.51-6.64-3.3-9.54-6.21-2.9-2.9-4.7-5.67-6.21-9.54-1.14-2.92-2.49-7.32-2.86-15.41-.4-8.75-.48-11.38-.48-33.54s.08-24.79.48-33.54c.37-8.09,1.72-12.49,2.86-15.41,1.51-3.87,3.3-6.64,6.21-9.54,2.9-2.9,5.67-4.7,9.54-6.21,2.92-1.14,7.32-2.49,15.41-2.86,8.75-.4,11.38-.48,33.54-.48m0-14.95c-22.54,0-25.37.1-34.22.5-8.83.4-14.87,1.81-20.15,3.86-5.46,2.12-10.09,4.96-14.7,9.57-4.61,4.61-7.45,9.24-9.57,14.7-2.05,5.28-3.45,11.31-3.86,20.15-.4,8.85-.5,11.68-.5,34.22s.1,25.37.5,34.22c.4,8.83,1.81,14.87,3.86,20.15,2.12,5.46,4.96,10.09,9.57,14.7,4.61,4.61,9.24,7.45,14.7,9.57,5.28,2.05,11.31,3.45,20.15,3.86,8.85.4,11.68.5,34.22.5s25.37-.1,34.22-.5c8.83-.4,14.87-1.81,20.15-3.86,5.46-2.12,10.09-4.96,14.7-9.57,4.61-4.61,7.45-9.24,9.57-14.7,2.05-5.28,3.45-11.31,3.86-20.15.4-8.85.5-11.68.5-34.22s-.1-25.37-.5-34.22c-.4-8.83-1.81-14.87-3.86-20.15-2.12-5.46-4.96-10.09-9.57-14.7-4.61-4.61-9.24-7.45-14.7-9.57-5.28-2.05-11.31-3.45-20.15-3.86-8.85-.4-11.68-.5-34.22-.5h0Z'/%3E%3Cpath class='cls-1' d='m150,107.38c-23.54,0-42.62,19.08-42.62,42.62s19.08,42.62,42.62,42.62,42.62-19.08,42.62-42.62-19.08-42.62-42.62-42.62Zm0,70.29c-15.28,0-27.67-12.39-27.67-27.67s12.39-27.67,27.67-27.67,27.67,12.39,27.67,27.67-12.39,27.67-27.67,27.67Z'/%3E%3Ccircle class='cls-1' cx='194.31' cy='105.69' r='9.96'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.x, ul.list__social li a:hover.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M167.95 135.23l70.25-81.66h-16.65l-61 70.9-48.72-70.9H55.64l73.67 107.22-73.67 85.63h16.65l64.41-74.88 51.45 74.88h56.19l-76.4-111.19zm-22.8 26.5l-7.46-10.68L78.3 66.1h25.57l47.93 68.56 7.46 10.68 62.3 89.12h-25.57l-50.84-72.72z' fill='%23ffcb1f'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.tiktok {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m186.49,56.61c3.08,26.5,17.87,42.31,43.59,43.99v29.81c-14.91,1.46-27.96-3.42-43.15-12.61v55.75c0,70.83-77.22,92.96-108.26,42.19-19.95-32.67-7.73-89.99,56.26-92.29v31.44c-4.87.78-10.09,2.02-14.85,3.64-14.23,4.82-22.3,13.84-20.06,29.75,4.31,30.48,60.24,39.5,55.59-20.06V56.67h30.87v-.06Z'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m100.75,230.8h-34.31v-109.79h34.31v109.79Zm-18.03-123.52h-.25c-12.41,0-20.46-8.39-20.46-19.02s8.29-19.06,20.95-19.06,20.44,8.2,20.69,19.03c0,10.64-8.03,19.05-20.93,19.05Zm155.29,123.52h-38.9v-56.81c0-14.87-6.08-25.02-19.46-25.02-10.24,0-15.92,6.85-18.57,13.45-.99,2.36-.84,5.66-.84,8.97v59.41h-38.54s.5-100.64,0-109.79h38.54v17.23c2.28-7.53,14.59-18.29,34.25-18.29,24.38,0,43.53,15.8,43.53,49.8v61.05Z'/%3E%3C/svg%3E");
}
ul.list__social li a:hover.youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m192.71,150.11l-72.03,42.3v-84.62l72.03,42.31Zm67.29,39.22v-78.66s0-37.92-37.92-37.92H77.9s-37.9,0-37.9,37.92v78.66s0,37.91,37.9,37.91h144.18s37.92,0,37.92-37.91'/%3E%3C/svg%3E");
}
ul.list__social.light li a {
  background-color: white;
}
ul.list__social.light li a.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2329235c;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,60c-49.71,0-90,40.29-90,90,0,44.92,32.91,82.15,75.94,88.91v-62.89h-22.85v-26.02h22.85v-19.83c0-22.56,13.44-35.02,33.99-35.02,9.85,0,20.15,1.76,20.15,1.76v22.15h-11.35c-11.18,0-14.67,6.94-14.67,14.05v16.88h24.96l-3.99,26.02h-20.97v62.89c43.03-6.75,75.94-43.98,75.94-88.91,0-49.71-40.29-90-90-90Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a.instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2329235c;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,81.95c22.16,0,24.79.08,33.54.48,8.09.37,12.49,1.72,15.41,2.86,3.87,1.51,6.64,3.3,9.54,6.21,2.9,2.9,4.7,5.67,6.21,9.54,1.14,2.92,2.49,7.32,2.86,15.41.4,8.75.48,11.38.48,33.54s-.08,24.79-.48,33.54c-.37,8.09-1.72,12.49-2.86,15.41-1.51,3.87-3.3,6.64-6.21,9.54s-5.67,4.7-9.54,6.21c-2.92,1.14-7.32,2.49-15.41,2.86-8.75.4-11.38.48-33.54.48s-24.79-.08-33.54-.48c-8.09-.37-12.49-1.72-15.41-2.86-3.87-1.51-6.64-3.3-9.54-6.21-2.9-2.9-4.7-5.67-6.21-9.54-1.14-2.92-2.49-7.32-2.86-15.41-.4-8.75-.48-11.38-.48-33.54s.08-24.79.48-33.54c.37-8.09,1.72-12.49,2.86-15.41,1.51-3.87,3.3-6.64,6.21-9.54,2.9-2.9,5.67-4.7,9.54-6.21,2.92-1.14,7.32-2.49,15.41-2.86,8.75-.4,11.38-.48,33.54-.48m0-14.95c-22.54,0-25.37.1-34.22.5-8.83.4-14.87,1.81-20.15,3.86-5.46,2.12-10.09,4.96-14.7,9.57-4.61,4.61-7.45,9.24-9.57,14.7-2.05,5.28-3.45,11.31-3.86,20.15-.4,8.85-.5,11.68-.5,34.22s.1,25.37.5,34.22c.4,8.83,1.81,14.87,3.86,20.15,2.12,5.46,4.96,10.09,9.57,14.7,4.61,4.61,9.24,7.45,14.7,9.57,5.28,2.05,11.31,3.45,20.15,3.86,8.85.4,11.68.5,34.22.5s25.37-.1,34.22-.5c8.83-.4,14.87-1.81,20.15-3.86,5.46-2.12,10.09-4.96,14.7-9.57,4.61-4.61,7.45-9.24,9.57-14.7,2.05-5.28,3.45-11.31,3.86-20.15.4-8.85.5-11.68.5-34.22s-.1-25.37-.5-34.22c-.4-8.83-1.81-14.87-3.86-20.15-2.12-5.46-4.96-10.09-9.57-14.7-4.61-4.61-9.24-7.45-14.7-9.57-5.28-2.05-11.31-3.45-20.15-3.86-8.85-.4-11.68-.5-34.22-.5h0Z'/%3E%3Cpath class='cls-1' d='m150,107.38c-23.54,0-42.62,19.08-42.62,42.62s19.08,42.62,42.62,42.62,42.62-19.08,42.62-42.62-19.08-42.62-42.62-42.62Zm0,70.29c-15.28,0-27.67-12.39-27.67-27.67s12.39-27.67,27.67-27.67,27.67,12.39,27.67,27.67-12.39,27.67-27.67,27.67Z'/%3E%3Ccircle class='cls-1' cx='194.31' cy='105.69' r='9.96'/%3E%3C/svg%3E");
}
ul.list__social.light li a.x, ul.list__social.light li a.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M167.95 135.23l70.25-81.66h-16.65l-61 70.9-48.72-70.9H55.64l73.67 107.22-73.67 85.63h16.65l64.41-74.88 51.45 74.88h56.19l-76.4-111.19zm-22.8 26.5l-7.46-10.68L78.3 66.1h25.57l47.93 68.56 7.46 10.68 62.3 89.12h-25.57l-50.84-72.72z' fill='%2329235c'/%3E%3C/svg%3E");
}
ul.list__social.light li a.tiktok {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2329235c;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m186.49,56.61c3.08,26.5,17.87,42.31,43.59,43.99v29.81c-14.91,1.46-27.96-3.42-43.15-12.61v55.75c0,70.83-77.22,92.96-108.26,42.19-19.95-32.67-7.73-89.99,56.26-92.29v31.44c-4.87.78-10.09,2.02-14.85,3.64-14.23,4.82-22.3,13.84-20.06,29.75,4.31,30.48,60.24,39.5,55.59-20.06V56.67h30.87v-.06Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a.linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2329235c;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m100.75,230.8h-34.31v-109.79h34.31v109.79Zm-18.03-123.52h-.25c-12.41,0-20.46-8.39-20.46-19.02s8.29-19.06,20.95-19.06,20.44,8.2,20.69,19.03c0,10.64-8.03,19.05-20.93,19.05Zm155.29,123.52h-38.9v-56.81c0-14.87-6.08-25.02-19.46-25.02-10.24,0-15.92,6.85-18.57,13.45-.99,2.36-.84,5.66-.84,8.97v59.41h-38.54s.5-100.64,0-109.79h38.54v17.23c2.28-7.53,14.59-18.29,34.25-18.29,24.38,0,43.53,15.8,43.53,49.8v61.05Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a.youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2329235c;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m192.71,150.11l-72.03,42.3v-84.62l72.03,42.31Zm67.29,39.22v-78.66s0-37.92-37.92-37.92H77.9s-37.9,0-37.9,37.92v78.66s0,37.91,37.9,37.91h144.18s37.92,0,37.92-37.91'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,60c-49.71,0-90,40.29-90,90,0,44.92,32.91,82.15,75.94,88.91v-62.89h-22.85v-26.02h22.85v-19.83c0-22.56,13.44-35.02,33.99-35.02,9.85,0,20.15,1.76,20.15,1.76v22.15h-11.35c-11.18,0-14.67,6.94-14.67,14.05v16.88h24.96l-3.99,26.02h-20.97v62.89c43.03-6.75,75.94-43.98,75.94-88.91,0-49.71-40.29-90-90-90Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.instagram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m150,81.95c22.16,0,24.79.08,33.54.48,8.09.37,12.49,1.72,15.41,2.86,3.87,1.51,6.64,3.3,9.54,6.21,2.9,2.9,4.7,5.67,6.21,9.54,1.14,2.92,2.49,7.32,2.86,15.41.4,8.75.48,11.38.48,33.54s-.08,24.79-.48,33.54c-.37,8.09-1.72,12.49-2.86,15.41-1.51,3.87-3.3,6.64-6.21,9.54s-5.67,4.7-9.54,6.21c-2.92,1.14-7.32,2.49-15.41,2.86-8.75.4-11.38.48-33.54.48s-24.79-.08-33.54-.48c-8.09-.37-12.49-1.72-15.41-2.86-3.87-1.51-6.64-3.3-9.54-6.21-2.9-2.9-4.7-5.67-6.21-9.54-1.14-2.92-2.49-7.32-2.86-15.41-.4-8.75-.48-11.38-.48-33.54s.08-24.79.48-33.54c.37-8.09,1.72-12.49,2.86-15.41,1.51-3.87,3.3-6.64,6.21-9.54,2.9-2.9,5.67-4.7,9.54-6.21,2.92-1.14,7.32-2.49,15.41-2.86,8.75-.4,11.38-.48,33.54-.48m0-14.95c-22.54,0-25.37.1-34.22.5-8.83.4-14.87,1.81-20.15,3.86-5.46,2.12-10.09,4.96-14.7,9.57-4.61,4.61-7.45,9.24-9.57,14.7-2.05,5.28-3.45,11.31-3.86,20.15-.4,8.85-.5,11.68-.5,34.22s.1,25.37.5,34.22c.4,8.83,1.81,14.87,3.86,20.15,2.12,5.46,4.96,10.09,9.57,14.7,4.61,4.61,9.24,7.45,14.7,9.57,5.28,2.05,11.31,3.45,20.15,3.86,8.85.4,11.68.5,34.22.5s25.37-.1,34.22-.5c8.83-.4,14.87-1.81,20.15-3.86,5.46-2.12,10.09-4.96,14.7-9.57,4.61-4.61,7.45-9.24,9.57-14.7,2.05-5.28,3.45-11.31,3.86-20.15.4-8.85.5-11.68.5-34.22s-.1-25.37-.5-34.22c-.4-8.83-1.81-14.87-3.86-20.15-2.12-5.46-4.96-10.09-9.57-14.7-4.61-4.61-9.24-7.45-14.7-9.57-5.28-2.05-11.31-3.45-20.15-3.86-8.85-.4-11.68-.5-34.22-.5h0Z'/%3E%3Cpath class='cls-1' d='m150,107.38c-23.54,0-42.62,19.08-42.62,42.62s19.08,42.62,42.62,42.62,42.62-19.08,42.62-42.62-19.08-42.62-42.62-42.62Zm0,70.29c-15.28,0-27.67-12.39-27.67-27.67s12.39-27.67,27.67-27.67,27.67,12.39,27.67,27.67-12.39,27.67-27.67,27.67Z'/%3E%3Ccircle class='cls-1' cx='194.31' cy='105.69' r='9.96'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.x, ul.list__social.light li a:hover.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M167.95 135.23l70.25-81.66h-16.65l-61 70.9-48.72-70.9H55.64l73.67 107.22-73.67 85.63h16.65l64.41-74.88 51.45 74.88h56.19l-76.4-111.19zm-22.8 26.5l-7.46-10.68L78.3 66.1h25.57l47.93 68.56 7.46 10.68 62.3 89.12h-25.57l-50.84-72.72z' fill='%23ffcb1f'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.tiktok {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m186.49,56.61c3.08,26.5,17.87,42.31,43.59,43.99v29.81c-14.91,1.46-27.96-3.42-43.15-12.61v55.75c0,70.83-77.22,92.96-108.26,42.19-19.95-32.67-7.73-89.99,56.26-92.29v31.44c-4.87.78-10.09,2.02-14.85,3.64-14.23,4.82-22.3,13.84-20.06,29.75,4.31,30.48,60.24,39.5,55.59-20.06V56.67h30.87v-.06Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m100.75,230.8h-34.31v-109.79h34.31v109.79Zm-18.03-123.52h-.25c-12.41,0-20.46-8.39-20.46-19.02s8.29-19.06,20.95-19.06,20.44,8.2,20.69,19.03c0,10.64-8.03,19.05-20.93,19.05Zm155.29,123.52h-38.9v-56.81c0-14.87-6.08-25.02-19.46-25.02-10.24,0-15.92,6.85-18.57,13.45-.99,2.36-.84,5.66-.84,8.97v59.41h-38.54s.5-100.64,0-109.79h38.54v17.23c2.28-7.53,14.59-18.29,34.25-18.29,24.38,0,43.53,15.8,43.53,49.8v61.05Z'/%3E%3C/svg%3E");
}
ul.list__social.light li a:hover.youtube {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffcb1f;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m192.71,150.11l-72.03,42.3v-84.62l72.03,42.31Zm67.29,39.22v-78.66s0-37.92-37.92-37.92H77.9s-37.9,0-37.9,37.92v78.66s0,37.91,37.9,37.91h144.18s37.92,0,37.92-37.91'/%3E%3C/svg%3E");
}

/* ========================================================
    _colours.scss - Golf Chaplaincy Scotland
======================================================== */
.text-blue {
  color: var(--ss-color-blue);
}

.text-green {
  color: var(--ss-color-green);
}

.text-light-green {
  color: var(--ss-color-light-green);
}

.text-dark {
  color: var(--ss-color-dark);
}

.text-light {
  color: var(--ss-color-light);
}

.text-white {
  color: var(--ss-color-white);
}

.text-warning {
  color: var(--ss-color-warning);
}

.text-success {
  color: var(--ss-color-success);
}

.text-error {
  color: var(--ss-color-error);
}

.text-info {
  color: var(--ss-color-info);
}

.text-grey-extra-light {
  color: var(--ss-color-grey-extra-light);
}

.text-grey-light {
  color: var(--ss-color-grey-light);
}

.text-grey-medium {
  color: var(--ss-color-grey-medium);
}

.text-grey-dark {
  color: var(--ss-color-grey-dark);
}

.text-grey-extra-dark {
  color: var(--ss-color-grey-extra-dark);
}

.text-bg-blue, .btn-blue:not(.btn-outline), .btn-default:not(.btn-outline) {
  background: var(--ss-color-blue) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-green, .btn-green:not(.btn-outline) {
  background: var(--ss-color-green) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-light-green, .btn-light-green:not(.btn-outline) {
  background: var(--ss-color-light-green) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-dark, .component__banner.banner__hero, .btn-dark:not(.btn-outline) {
  background: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}

.text-bg-light, .btn-light:not(.btn-outline) {
  background: var(--ss-color-light) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-white, .btn-white:not(.btn-outline) {
  background: var(--ss-color-white) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-warning {
  background: var(--ss-color-warning) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-success {
  background: var(--ss-color-success) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-error {
  background: var(--ss-color-error) !important;
  color: var(--ss-color-white) !important;
}

.text-bg-info {
  background: var(--ss-color-info) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-grey-extra-light {
  background: var(--ss-color-grey-extra-light) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-grey-light {
  background: var(--ss-color-grey-light) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-grey-medium {
  background: var(--ss-color-grey-medium) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-grey-dark {
  background: var(--ss-color-grey-dark) !important;
  color: var(--ss-body-color) !important;
}

.text-bg-grey-extra-dark {
  background: var(--ss-color-grey-extra-dark) !important;
  color: var(--ss-color-white) !important;
}

.text-bg-blue, .btn-blue:not(.btn-outline), .btn-default:not(.btn-outline) {
  color: white !important;
}

/* ========================================================
	Button Styles - Golf Chaplaincy Scotland
=========================================================== */
.btn-default:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-default:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-default:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-default:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-default:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-default:not(.btn-outline) {
  border-color: var(--ss-color-blue);
}
.btn-default.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-default.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-default.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-default.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-default.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-default.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-blue);
  color: inherit;
}

.btn-blue:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-blue:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-blue:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-blue:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-blue:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-blue:not(.btn-outline) {
  border-color: var(--ss-color-blue);
}
.btn-blue.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-blue.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-blue.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-blue.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-blue.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-blue.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-blue);
  color: inherit;
}

.btn-green:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-green:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-green:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-green:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-green:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-green:not(.btn-outline) {
  border-color: var(--ss-color-green);
}
.btn-green.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-green.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-green.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-green.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-green.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-green.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-green);
  color: inherit;
}

.btn-light-green:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-light-green:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-light-green:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-light-green:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-light-green:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-light-green:not(.btn-outline) {
  border-color: var(--ss-color-light-green);
}
.btn-light-green.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-light-green.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-light-green.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-light-green.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-light-green.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-light-green.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-light-green);
  color: inherit;
}

.btn-white:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-white:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-white:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-white:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-white:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-white:not(.btn-outline) {
  border-color: var(--ss-color-white);
}
.btn-white.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-white.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-white.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-white.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-white.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-white.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-white);
  color: inherit;
}

.btn-light:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-light:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-light:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-light:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-light:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-light:not(.btn-outline) {
  border-color: var(--ss-color-light);
}
.btn-light.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-light.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-light.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-light.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-light.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-light.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-light);
  color: inherit;
}

.btn-dark:not(.btn-outline) {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-dark:not(.btn-outline):hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-dark:not(.btn-outline) {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-dark:not(.btn-outline).btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-dark:not(.btn-outline).btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-dark:not(.btn-outline) {
  border-color: var(--ss-color-dark);
}
.btn-dark.btn-outline {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-dark.btn-outline:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .btn-dark.btn-outline {
    display: inline-flex;
    min-width: unset;
  }
}
.btn-dark.btn-outline.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-dark.btn-outline.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.btn-dark.btn-outline {
  background-color: transparent;
  border-color: var(--ss-color-dark);
  color: inherit;
}

.btn-default.btn-with-arrow:not(.btn-outline)::after,
.btn-blue.btn-with-arrow:not(.btn-outline)::after,
.btn-dark.btn-with-arrow:not(.btn-outline)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.btn-inline {
  align-items: center;
  border-bottom: 2px solid var(--ss-color-blue);
  color: inherit;
  cursor: pointer;
  display: flex;
  display: inline-flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.btn-inline::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.btn-inline:hover::after {
  transform: translateX(5px);
}
.btn-inline.green {
  border-color: var(--ss-color-green);
}

/* ========================================================
	_header.scss - Golf Chaplaincy Scotland
======================================================== */
#menu-btn .hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
#menu-btn .hamburger span {
  background-color: var(--ss-color-dark);
  border-radius: 2px;
  display: block;
  height: 2px;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.3s ease, width 0.3s ease;
  width: 100%;
}
#menu-btn .hamburger span:nth-child(2) {
  margin: 0 auto;
  width: 80%;
}
#menu-btn .hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#menu-btn .hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
#menu-btn .hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#header-site {
  background-color: var(--ss-color-white);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all var(--ss-transition-default);
}
@media (min-width: 992px) {
  #header-site {
    padding: 2rem 0;
  }
}
#header-site .header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header-site .header__wrapper > a {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  text-decoration: none;
}
#header-site .header__wrapper > a svg {
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  #header-site .header__wrapper > a svg {
    height: 69px;
  }
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav {
    background-color: var(--ss-color-light);
    left: 0;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 100%;
    transform: translateY(-0.5rem);
    transition: opacity var(--ss-transition-default), transform var(--ss-transition-default), visibility var(--ss-transition-default);
    visibility: hidden;
    width: 100%;
  }
  #header-site #header-site--nav.nav--open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
#header-site #header-site--nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #header-site #header-site--nav ul {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
  }
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav ul {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav li {
    border-bottom: 1px solid var(--ss-color-grey-light);
    padding: 1rem 0;
  }
}
#header-site #header-site--nav li a {
  color: var(--ss-color-dark);
  display: block;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h5);
  font-weight: var(--ss-font-weight-headings);
  line-height: 1.25;
  text-decoration: none;
  transition: color var(--ss-transition-default);
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav li a {
    font-size: 18.4px;
  }
}
#header-site #header-site--nav li a:hover {
  color: var(--ss-color-blue);
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav li.btn-highlight {
    border-bottom: none;
    margin-top: 1rem;
    padding: 0;
  }
}
#header-site #header-site--nav li.btn-highlight a {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
#header-site #header-site--nav li.btn-highlight a:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  #header-site #header-site--nav li.btn-highlight a {
    display: inline-flex;
    min-width: unset;
  }
}
#header-site #header-site--nav li.btn-highlight a.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
#header-site #header-site--nav li.btn-highlight a.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
#header-site #header-site--nav li.btn-highlight a {
  margin: 0;
  padding: 1rem 2rem;
}
#header-site #header-site--nav li.btn-highlight a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: transform var(--ss-transition-default);
  width: 12px;
}
#header-site #header-site--nav li.btn-highlight a:hover::after {
  transform: translateX(5px);
}
@media (max-width: 767.98px) {
  #header-site #header-site--nav li.btn-highlight a {
    display: flex;
    min-width: 100%;
  }
}
#header-site.scrolling.scrolling-hidden {
  transform: translateY(-100%);
}

/* ========================================================
	_footer.scss - Golf Chaplaincy Scotland
======================================================== */
footer#footer__site .footer--links {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  footer#footer__site .footer--links {
    flex-direction: row;
    justify-content: flex-end;
  }
}
footer#footer__site .footer--links li {
  display: inline-block;
  margin-right: 1.5rem;
}
footer#footer__site .footer--links li a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.3s ease;
}
footer#footer__site .footer--links li a:hover {
  color: var(--color-primary);
}

/* ========================================================
	_components.scss - Golf Chaplaincy Scotland
======================================================== */
.builder-block .placeholder {
  background-color: rgba(var(--ss-color-light), 0.1);
  border: 2px dashed var(--ss-color-light);
  padding: 4rem 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .builder-block .placeholder {
    padding: 6rem 4rem;
  }
}

/* ========================================================
    _swiper.scss - Golf Chaplaincy Scotland
======================================================== */
.swiper__controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2em 0 0;
}
.swiper__controls .swiper__pagination {
  display: flex;
  justify-content: center;
}
.swiper__controls .swiper__pagination.swiper-pagination-lock {
  display: none;
}
.swiper__controls .swiper__pagination .swiper-pagination-bullet {
  background-color: var(--ss-color-dark);
  border-radius: 50%;
  height: 8px;
  margin: 0 5px;
  opacity: 0.1;
  width: 8px;
}
.swiper__controls .swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper__controls .swiper__pagination.control-theme-default .swiper-pagination-bullet {
  background-color: #0e0e0f;
}
.swiper__controls .swiper__pagination.control-theme-primary .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.swiper__controls .swiper__pagination.control-theme-secondary .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.swiper__controls .swiper__pagination.control-theme-dark .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.swiper__controls .swiper__pagination.control-theme-light .swiper-pagination-bullet {
  background-color: #0e0e0f;
}
.swiper__controls .swiper__pagination.control-theme-white .swiper-pagination-bullet {
  background-color: #0e0e0f;
}
.swiper__controls .swiper__control {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 2rem;
  opacity: 0.5;
  width: 2rem;
}
.swiper__controls .swiper__control:hover {
  opacity: 1;
}
.swiper__controls .swiper__control.control-theme-default.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-default.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-primary.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-primary.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-secondary.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-secondary.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-dark.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-dark.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-light.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-light.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-white.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12.9999L20.5 10.9999L8.5 10.9999L14 5.49992L12.58 4.07992L4.66 11.9999L12.58 19.9199L14 18.4999L8.5 12.9999L20.5 12.9999Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}
.swiper__controls .swiper__control.control-theme-white.next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 11.0001V13.0001H16.5L11 18.5001L12.42 19.9201L20.34 12.0001L12.42 4.08008L11 5.50008L16.5 11.0001H4.5Z' fill='%230e0e0f'/%3E%3C/svg%3E%0A");
}

/* ========================================================
    _forms.scss - Golf Chaplaincy Scotland
======================================================== */
.gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  font-family: inherit;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr) !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield {
  grid-column: span 12;
}
.gform_wrapper.gravity-theme .gf_left_half,
.gform_wrapper.gravity-theme .gf_right_half {
  grid-column: span 6;
}
.gform_wrapper.gravity-theme .gf_left_third,
.gform_wrapper.gravity-theme .gf_middle_third,
.gform_wrapper.gravity-theme .gf_right_third {
  grid-column: span 4;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: block;
  font-size: var(--sd-font-size-small);
  font-weight: var(--sd-font-weight-heading);
  margin-bottom: 0.35rem;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required {
  color: var(--sd-color-primary);
  margin-left: 0.2rem;
}
.gform_wrapper.gravity-theme .gfield_description {
  color: var(--sd-color-secondary);
  font-size: var(--sd-font-size-small);
  margin-top: 0.35rem;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  background-color: var(--ss-color-light);
  border: none;
  border-bottom: 2px solid var(--ss-color-green);
  border-radius: 0;
  color: var(--ss-color-dark);
  display: block;
  font-family: var(--ss-font-body);
  padding: 1rem 1.25rem;
  width: 100%;
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder {
  color: var(--ss-color-orange);
  opacity: 0.6;
}
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder {
  color: var(--ss-color-orange);
  opacity: 0.6;
}
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme select:focus {
  box-shadow: 0 0 0 2px var(--ss-color-purple);
  outline: none;
}
.gform_wrapper.gravity-theme textarea {
  border-radius: 8px;
  min-height: 3.5rem;
  resize: vertical;
  width: 100%;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 3rem;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox,
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_radio,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_checkbox,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li,
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_radio li,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_checkbox li,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio li {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li input[type=radio],
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_radio li input[type=checkbox],
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_radio li input[type=radio],
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_checkbox li input[type=radio],
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio li input[type=checkbox],
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio li input[type=radio] {
  flex-shrink: 0;
  width: auto;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li label,
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_radio li label,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_checkbox li label,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio li label {
  font-weight: var(--sd-font-weight-body);
  margin: 0;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 0.5rem;
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] {
  border: 0;
  border-radius: 4px;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.gform_wrapper.gravity-theme .ginput_container_name .ginput_complex {
  display: flex;
  gap: 0.75rem;
}
.gform_wrapper.gravity-theme .ginput_container_name .ginput_complex span {
  flex: 1;
}
.gform_wrapper.gravity-theme .ginput_container_name .ginput_complex span label {
  font-size: var(--sd-font-size-small);
}
.gform_wrapper.gravity-theme .ginput_container_fileupload input[type=file] {
  background: none;
  border: none;
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_label {
  color: var(--sd-color-primary);
}
.gform_wrapper.gravity-theme .gfield_error input,
.gform_wrapper.gravity-theme .gfield_error textarea,
.gform_wrapper.gravity-theme .gfield_error select {
  box-shadow: 0 0 0 2px var(--sd-color-primary);
}
.gform_wrapper.gravity-theme .gfield_error .gfield_validation_message {
  color: var(--sd-color-primary);
  font-size: var(--sd-font-size-small);
  margin-top: 0.35rem;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 2px solid var(--sd-color-primary);
  border-radius: var(--sd-border-radius-large);
  color: var(--sd-color-primary);
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: var(--sd-font-size-h5);
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  align-items: center;
  background-color: var(--ss-button-default-bg);
  border: 1px solid transparent;
  border-radius: var(--ss-button-radius);
  color: var(--ss-button-default-text);
  cursor: pointer;
  display: flex;
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h6);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 1.5rem 0;
  min-width: 100%;
  padding: var(--ss-button-padding-vertical) var(--ss-button-padding-horizontal);
  position: relative;
  text-decoration: none;
  transition: all var(--ss-transition-default);
  white-space: nowrap;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: var(--ss-color-dark) !important;
  border-color: var(--ss-color-dark) !important;
  color: var(--ss-color-white) !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer .gform_button {
    display: inline-flex;
    min-width: unset;
  }
}
.gform_wrapper.gravity-theme .gform_footer .gform_button.btn-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='%230f3f59'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  transition: all var(--ss-transition-default);
  width: 12px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button.btn-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.95052e-07 6.75L9.1275 6.75L4.935 10.9425L6 12L12 6L6 -2.62268e-07L4.9425 1.0575L9.1275 5.25L-2.29485e-07 5.25L-2.95052e-07 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translateX(5px);
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  color: var(--sd-color-body);
  font-size: var(--sd-font-size-small);
}
.gform_wrapper.gravity-theme .gform_confirmation_message {
  border-radius: var(--sd-border-radius-large);
  padding: 1.5rem;
}

/* ========================================================
    _banners.scss - Golf Chaplaincy Scotland
======================================================== */
.component__banner.banner__hero {
  overflow: hidden;
  position: relative;
}
.component__banner.banner__hero .banner__inner {
  align-items: flex-end;
  display: flex;
  position: relative;
}
.component__banner.banner__hero .banner__bg-image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.component__banner.banner__hero .banner__overlay {
  background: linear-gradient(180deg, rgba(15, 63, 89, 0.3) 0%, rgba(15, 63, 89, 0.8) 100%);
  inset: 0;
  position: absolute;
  z-index: 2;
}
.component__banner.banner__hero .container, .component__banner.banner__hero .container--full {
  position: relative;
  z-index: 3;
}
.component__banner.banner__hero .banner__content {
  padding: 5rem 0 2rem;
}
@media (min-width: 992px) {
  .component__banner.banner__hero .banner__content {
    max-width: 710px;
    padding: 10rem 0 5rem;
  }
}
.component__banner.banner__internal {
  overflow: hidden;
  position: relative;
}
.component__banner.banner__internal .banner__inner {
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .component__banner.banner__internal .banner__inner {
    padding: 7rem 0;
  }
}
.component__banner.banner__internal .banner__decoration {
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg) scale(1.1);
}
.component__banner.banner__internal .container, .component__banner.banner__internal .container--full {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .component__banner.banner__internal .banner__content {
    max-width: 710px;
  }
}

/* ========================================================
    _column-text.scss - Golf Chaplaincy Scotland
======================================================== */
@media (min-width: 768px) {
  .component__column-text.column__auto .inner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

/* ========================================================
    _text-media.scss - Golf Chaplaincy Scotland
======================================================== */
.component__text-media {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .component__text-media .content-wrapper.image__cover {
    align-items: center;
    display: flex;
    min-height: 500px;
  }
}
@media (max-width: 767.98px) {
  .component__text-media .content-wrapper .inner-content {
    padding: 0 0 1rem;
  }
}
@media (min-width: 768px) {
  .component__text-media .content-wrapper .inner-content {
    padding: 0;
    width: calc(100% - 3rem);
  }
}
.component__text-media .inner-image {
  border-radius: var(--ss-border-radius);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .component__text-media .inner-image {
    position: relative;
    margin: 0 0 2rem;
  }
  .component__text-media .inner-image img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .component__text-media .inner-image.image__cover, .component__text-media .inner-image.image__contain {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .component__text-media .inner-image.image__cover img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .component__text-media .inner-image.image__contain img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .component__text-media .inner-image.image__size img {
    width: 100%;
  }
}
.component__text-media .inner-video {
  position: relative;
}
@media (max-width: 991.98px) {
  .component__text-media .inner-video {
    margin: 0 0 2rem;
  }
}
.component__text-media .inner-video iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .component__text-media.block-text-media--reverse .content-wrapper .inner-content {
    margin-left: auto;
  }
}

/* ========================================================
    _media.scss - Golf Chaplaincy Scotland
======================================================== */
.component__media {
  overflow: hidden;
  width: 100%;
}
.component__media.media--image .swiper .swiper-wrapper .swiper-slide a {
  cursor: zoom-in;
  display: block;
}
.component__media.media--image .swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.component__media.media--image .swiper[data-slidesPerView="2"] .swiper-wrapper .swiper-slide img {
  aspect-ratio: 4/3;
}
.component__media.media--video iframe {
  aspect-ratio: 16/9;
  border: 0;
  height: auto !important;
  width: 100%;
}
.component__media.layout__full.padding_top__default {
  padding-top: 0;
}
.component__media.layout__full.padding_bottom__default {
  padding-bottom: 0;
}
.component__media.layout__full .container, .component__media.layout__full .container--full {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

/* ========================================================
    _accordion.scss - Golf Chaplaincy Scotland
======================================================== */
.component__accordion .accordion__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .component__accordion .accordion__intro {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.component__accordion .accordion__intro h1,
.component__accordion .accordion__intro h2,
.component__accordion .accordion__intro h3,
.component__accordion .accordion__intro h4,
.component__accordion .accordion__intro h5,
.component__accordion .accordion__intro h6 {
  margin: 0;
}
.component__accordion .accordion__intro p {
  margin: 0;
}
.component__accordion .accordion__items {
  width: 100%;
}
.component__accordion .accordion__row {
  border-bottom: 1px solid var(--ss-muted-border-colour);
  transition: all var(--ss-transition-default);
}
.component__accordion .accordion__row:first-child {
  border-top: 1px solid var(--ss-muted-border-colour);
}
.component__accordion .accordion__row .row__header {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .component__accordion .accordion__row .row__header {
    padding: 1rem;
  }
}
.component__accordion .accordion__row .row__question {
  color: var(--ss-color-dark);
  font-family: var(--ss-font-headings);
  font-size: var(--ss-font-size-h4);
  font-weight: var(--ss-font-weight-headings);
  line-height: var(--ss-line-height-headings);
  margin: 0;
}
.component__accordion .accordion__row .row__icon {
  color: var(--ss-color-green);
  display: flex;
  flex-shrink: 0;
  height: 30px;
  transition: transform var(--ss-transition-default);
  width: 30px;
}
.component__accordion .accordion__row .row__icon svg {
  height: 100%;
  width: 100%;
}
.component__accordion .accordion__row .row__body {
  display: none;
  padding: 0 0 2rem;
}
@media (min-width: 992px) {
  .component__accordion .accordion__row .row__body {
    padding: 0 1rem 2rem;
  }
}
.component__accordion .accordion__row .row__body p:last-child {
  margin-bottom: 0;
}
.component__accordion .accordion__row.expanded .row__icon {
  transform: rotate(45deg);
}
.component__accordion .accordion__row.expanded .row__body {
  display: block;
}

/* ========================================================
    _internal-links.scss - Golf Chaplaincy Scotland
======================================================== */
.component__internal-links {
  overflow: hidden;
}
@media (min-width: 992px) {
  .component__internal-links.style--default .internal-links__controls {
    display: none;
  }
}
.component__internal-links.style--default .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .component__internal-links.style--default .swiper {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .component__internal-links.style--default .swiper .swiper-wrapper {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
    width: 100% !important;
  }
}
.component__internal-links.style--default .swiper .swiper-slide {
  height: auto;
  width: 100% !important;
}
@media (min-width: 992px) {
  .component__internal-links.style--grid .internal-links__controls {
    display: none;
  }
}
.component__internal-links.style--grid .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .component__internal-links.style--grid .swiper {
    height: auto !important;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .component__internal-links.style--grid .swiper .swiper-wrapper {
    display: grid !important;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
    width: 100% !important;
  }
}
.component__internal-links.style--grid .swiper .swiper-slide {
  height: auto;
}
@media (min-width: 992px) {
  .component__internal-links.style--grid .swiper .swiper-slide {
    display: flex;
    height: unset;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .component__internal-links.style--grid .swiper .swiper-slide .card__internal-link {
    width: 100%;
  }
}
.component__internal-links .card__internal-link {
  background-color: var(--ss-card-bg);
  border-radius: var(--ss-border-radius);
  color: var(--ss-body-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 2rem;
  text-decoration: none;
}
.component__internal-links .card__internal-link .card__body {
  flex: 1;
}
.component__internal-links .card__internal-link .card__body .card-excerpt {
  color: var(--ss-color-grey-dark);
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.component__internal-links .card__internal-link .card__footer {
  margin-top: auto;
  padding-top: 1rem;
}

/* ========================================================
	_grid-content.scss - Golf Chaplaincy
======================================================== */
/* ========================================================
	_latest-news.scss - Golf Chaplaincy
======================================================== */
/* ========================================================
	_testimonial-quote.scss - Golf Chaplaincy
======================================================== */
/* ========================================================
	_tabbed-content.scss - Golf Chaplaincy
======================================================== */
/* ========================================================
    _logo-grid.scss - Golf Chaplaincy
======================================================== */
.component__logo-grid .logo-grid__title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.component__logo-grid.layout__slider .logo-grid__slider {
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  overflow: hidden;
}
.component__logo-grid.layout__slider .logo-grid__slider .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.component__logo-grid.layout__slider .logo-grid__slider .swiper .swiper-wrapper .swiper-slide {
  align-items: center;
  display: flex;
  width: auto;
}
.component__logo-grid.layout__slider .logo-grid__slider .swiper .swiper-wrapper .swiper-slide img {
  aspect-ratio: 4/3;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.component__logo-grid.layout__grid .logo-grid__grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .component__logo-grid.layout__grid .logo-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .component__logo-grid.layout__grid .logo-grid__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .component__logo-grid.layout__grid .logo-grid__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.component__logo-grid.layout__grid .logo-grid__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.component__logo-grid.layout__grid .logo-grid__item img {
  aspect-ratio: 4/3;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.ie #container__site {
  -ms-overflow-style: none;
}
.ie #container__site ::webkit-scrollbar {
  display: none;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***********************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}


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