/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/*! purgecss start ignore */
/** Import base */
/*
 * Breakpoints
 */
body::before {
  content: "thumb";
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  body::before {
    content: "lap";
  }
}
@media screen and (min-width: 1024px) {
  body::before {
    content: "desk";
  }
}
@media screen and (min-width: 1280px) {
  body::before {
    content: "widescreen";
  }
}
@media screen and (min-width: 1536px) {
  body::before {
    content: "widescreen-4k";
  }
}

/*
 * Fonts
 */
/*
 * Colours
 */
/*
 * UI Colours
 */
/*
 * UI
 */
/** Import common */
.a11y-btn{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  background: #fff;
  color: #131313;
  text-align: center;
}
.a11y-btn:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  padding: 0.75rem 1.5rem;
}

/**
 * ----------------------------------------
 * START OF GSAP ANIMATIONS
 * ----------------------------------------
 */
.slideInLeft {
  opacity: 0;
}
.slideInLeft.slide-in-left {
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInRight {
  opacity: 0;
}
.slideInRight.slide-in-right {
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInBottom {
  opacity: 0;
}
.slideInBottom.slide-in-bottom {
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slideInBottomStagger {
  visibility: hidden;
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@keyframes slide-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@keyframes slide-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.breadcrumbs {
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
}
.breadcrumbs__item {
  margin: 0 0.25rem;
}
.breadcrumbs__link {
  display: inline-block;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    text-decoration: underline;
  }
}
.breadcrumbs__divider {
  margin: 0 0 0 0.25rem;
}

.button {
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  text-shadow: none;
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0.25rem;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.button--primary {
  background: #EDEBD8;
  color: #554A8A;
}
.button--primary:hover {
  background: #554A8A;
  color: #EDEBD8;
}
.button--secondary {
  background: #554A8A;
  color: #EDEBD8;
}
.button--secondary:hover {
  border: 1px solid #554A8A;
  background: transparent;
  color: #554A8A;
}
.button--alt {
  border: 1px solid #554A8A;
  background: transparent;
  color: #554A8A;
}
.button--alt:hover {
  background: #554A8A;
  color: #EDEBD8;
}
.button--icon {
  padding: 0.75rem;
}
.button--small {
  font-size: 0.8rem;
  line-height: 2;
  padding: 4px 6px;
  text-transform: none;
  background: #554A8A;
  color: #fff;
}
.button--small:hover {
  border: 1px solid #554A8A;
  background: transparent;
  color: #554A8A;
}
.button--fullWidth {
  width: 100%;
}
.button--clear {
  border: 1px solid #554A8A;
  border-radius: 0px;
  background: transparent;
  color: #554A8A;
}
.button--clear:hover {
  background: #554A8A;
  color: #fff;
}
.button--clear.is-active {
  background: #554A8A;
  color: #fff;
}
.button--solid {
  border: 1px solid #554A8A;
  background: #554A8A;
  color: #fff;
}
.button--solid:hover {
  background: transparent;
  color: #554A8A;
}
.button--black-hollow {
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #131313;
  border-radius: 0px;
}
.button--black-hollow:hover {
  background: #131313;
  color: #fff;
}

form,
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

input[type=email],
input[type=file],
input[type=password],
input[type=text],
input[type=date],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
select,
textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Roboto", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #131313;
  background: #fff;
  border: 1px solid #131313;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-sizing: border-box;
  outline: none;
}
input[type=email]:active,
input[type=file]:active,
input[type=password]:active,
input[type=text]:active,
input[type=date]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=url]:active,
input[type=number]:active,
select:active,
textarea:active {
  background: #eeebfa;
  border: 1px solid #877EB4;
}
input[type=email]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background: #eeebfa;
  border: 1px solid #877EB4;
}
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #131313;
}
input[type=email].search-form-border,
input[type=file].search-form-border,
input[type=password].search-form-border,
input[type=text].search-form-border,
input[type=date].search-form-border,
input[type=search].search-form-border,
input[type=tel].search-form-border,
input[type=url].search-form-border,
input[type=number].search-form-border,
select.search-form-border,
textarea.search-form-border {
  border: 1px solid #554A8A;
}

select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 15.05 6.35 9.375l1.05-1.05 4.6 4.6 4.6-4.6 1.05 1.05Z'/%3E%3C/svg%3E") #fff no-repeat center right 1rem;
}
select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m7.4 15.05-1.05-1.075L12 8.325l5.65 5.65-1.05 1.075-4.6-4.6Z'/%3E%3C/svg%3E") rgba(205, 196, 247, 0.3960784314) no-repeat center right 1rem;
}

input[type=submit] {
  font-size: 1rem;
  font-weight: 700;
  background: #554A8A;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
  color: #fff;
  width: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  input[type=submit]:hover, input[type=submit]:focus {
    cursor: pointer;
    background: #786eab;
  }
}

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

label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #131313;
}
label.left {
  display: block;
  margin: 0 0 0.5rem;
}
label.right {
  margin: 0 0 0 0.5rem;
  font-weight: 400;
}

.field {
  margin: 0 0 2rem;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 1rem;
  z-index: 1;
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #131313;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkbox:hover .checkmark {
  background: #deeef3;
}
.checkbox input {
  position: absolute;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border-color: black;
}
.checkbox input:checked ~ .checkmark {
  background: #131313;
}
.checkbox input:checked ~ .checkmark::after {
  display: block;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  background: #fff;
  color: #131313;
  margin: 0;
  font-weight: 400;
}

main {
  width: 100%;
  flex-grow: 1;
  min-height: 1px;
}

.no-scroll {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

.preload *,
.no-transition * {
  transition: none !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .link:hover, .link:focus {
    text-decoration: underline;
  }
}

.message {
  display: block;
  border-radius: 0.25rem;
  margin: 1rem 0;
  border: 1px solid #131313;
  position: relative;
  padding: 0.75rem 1rem;
}
.message.message--alt {
  padding: 0;
}
.message.message--alt .message__title {
  margin: 0 0 0 0.75rem;
}
.message__header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #131313;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.message.success, .message.good, .message.info {
  border-color: #1e7e15;
  background: #e6fbe4;
}
.message.success.message--alt, .message.good.message--alt, .message.info.message--alt {
  background: 0;
}
.message.success .message__header, .message.good .message__header, .message.info .message__header {
  border-color: #1e7e15;
  background: #e6fbe4;
  color: #1e7e15;
}
.message.success .message__header svg, .message.good .message__header svg, .message.info .message__header svg {
  fill: #1e7e15;
}
.message.success .message__title, .message.good .message__title, .message.info .message__title {
  color: #1e7e15;
}
.message.warning {
  border-color: #ce5d0c;
  background: #fdeadc;
}
.message.warning.message--alt {
  background: 0;
}
.message.warning .message__header {
  border-color: #ce5d0c;
  background: #fdeadc;
  color: #ce5d0c;
}
.message.warning .message__header svg {
  fill: #ce5d0c;
}
.message.warning .message__title {
  color: #ce5d0c;
}
.message.required, .message.validation, .message.alert, .message.bad, .message.error {
  border-color: #bf0000;
  background: #fff2f2;
}
.message.required.message--alt, .message.validation.message--alt, .message.alert.message--alt, .message.bad.message--alt, .message.error.message--alt {
  background: 0;
}
.message.required .message__header, .message.validation .message__header, .message.alert .message__header, .message.bad .message__header, .message.error .message__header {
  border-color: #bf0000;
  background: #fff2f2;
  color: #bf0000;
}
.message.required .message__header svg, .message.validation .message__header svg, .message.alert .message__header svg, .message.bad .message__header svg, .message.error .message__header svg {
  fill: #bf0000;
}
.message.required .message__title, .message.validation .message__title, .message.alert .message__title, .message.bad .message__title, .message.error .message__title {
  color: #bf0000;
}
.message__title {
  font-size: 1rem;
  font-weight: 700;
}
.message__content {
  padding: 0.75rem 1rem;
}

.pagination {
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  .pagination {
    margin: 2rem 0 0;
  }
}
.pagination__prev, .pagination__next, .pagination__active, .pagination__page {
  font-weight: 700;
  padding: 0.7rem 1rem;
  display: inline-block;
  margin: 1rem 0.3rem;
  line-height: 1;
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  .pagination__prev, .pagination__next, .pagination__active, .pagination__page {
    margin: 0 0.3rem;
  }
}
.pagination__prev, .pagination__next, .pagination__active {
  color: #131313;
  background: #131313;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pagination__prev:hover, .pagination__prev:focus, .pagination__next:hover, .pagination__next:focus, .pagination__active:hover, .pagination__active:focus {
    background: #002b49;
    color: #fff;
  }
}
.pagination__active {
  background: #ff671b;
}
@media screen and (min-width: 768px) {
  .pagination__active:hover, .pagination__active:focus {
    background: #002b49;
  }
  .pagination__page:hover, .pagination__page:focus {
    background: #002b49;
    color: #fdfdfd;
  }
}

.social {
  display: flex;
  margin: 0 -0.5rem;
}
.social__item {
  margin: 0 0.5rem;
}
.social__link {
  display: block;
  padding: 0.75rem;
  color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .social__link:hover, .social__link:focus {
    background: #fff;
    color: #131313;
  }
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.swatches__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.5rem);
  height: 5rem;
  text-align: center;
  margin: 0.25rem;
}
@media screen and (min-width: 768px) {
  .swatches__item {
    width: calc(25% - 0.5rem);
  }
}
.swatches__item--base {
  background: #131313;
  color: #fff;
}
.swatches__item--primary {
  background: #554A8A;
  color: #fff;
}

.style-guide__heading {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 0.75rem;
  margin: 0 0 1.5rem;
}

table {
  width: 100%;
}
table th {
  background: #131313;
  color: #fff;
}
table th,
table td {
  border: 1px solid #131313;
  padding: 0.5rem;
}

.h1, h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .h1, h1 {
    font-size: 3.125rem;
  }
}

.h2, h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .h2, h2 {
    font-size: 1.8rem;
  }
}

.h3, h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .h3, h3 {
    font-size: 1.6rem;
  }
}

.h4, h4 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .h4, h4 {
    font-size: 1.4rem;
  }
}

.h5, h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .h5, h5 {
    font-size: 1.2rem;
  }
}

.h6, h6 {
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .h6, h6 {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
}

p {
  line-height: 1.5;
}

.typo {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.typo * {
  margin: 1.5rem 0;
}
.typo *:first-child:not(hr, ul) {
  margin-top: 0;
}
.typo *:last-child {
  margin-bottom: 0;
}
.typo br,
.typo span,
.typo strong {
  margin: 0;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.15;
  margin: 2rem 0 1rem;
}
.typo a {
  font-size: 1rem;
  font-weight: 700;
  color: #131313;
  word-wrap: break-word;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .typo a:hover, .typo a:focus {
    text-decoration: underline;
  }
}
.typo strong {
  font-weight: bold;
}
.typo blockquote {
  font-size: 1rem;
  font-weight: 700;
  background: #f9f9f9;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.typo ul,
.typo ol {
  padding: 0 0 0 1rem;
  margin: 1.5rem 0;
  text-align: left;
}
.typo ul li,
.typo ol li {
  position: relative;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.typo ul {
  list-style-type: disc;
}
.typo ul ul {
  list-style-type: circle;
  margin: 0;
}
.typo ol {
  list-style-type: decimal;
}
.typo ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}
.typo code {
  background: #131313;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper__thumbnail {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border: 4px solid #fdfdfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 19, 19, 0.2);
  transition: background 0.3s ease-in-out;
  z-index: 2;
}
.play:hover, .play:focus {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .play:hover, .play:focus {
    background: rgba(19, 19, 19, 0.3);
  }
  .play:hover::after, .play:focus::after {
    transform: scale(0.8);
  }
}
.play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fdfdfd;
  margin: 0 0 0 0.5rem;
  transition: all 0.2s ease-in-out;
}

.aspect-ratio {
  aspect-ratio: 16/9;
}

/*! purgecss end ignore */
/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.accordion-content-block{
  width: 100%;
}
.accordion-content-block__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.25rem;
  color: #554A8A;
}
@media screen and (min-width: 768px) {
  .accordion-content-block__title {
    font-size: 1.6rem;
  }
}
.accordion-content-block__content {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .accordion-content-block__content {
    font-size: 1rem;
  }
}

.accordion__item {
  border-bottom: 1px solid #131313;
}
.accordion__item[open] .accordion__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion__item[open] .accordion__title::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='1' viewBox='0 0 28 1'%3E%3Cline id='Line_6' data-name='Line 6' x2='28' transform='translate(0 0.5)' fill='none' stroke='%23554a8a' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 2rem;
  height: 1px;
}
.accordion__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #554A8A;
  position: relative;
  padding: 1rem 3rem 1rem 2.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .accordion__title:hover, .accordion__title:focus {
    cursor: pointer;
  }
  .accordion__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 2rem 3rem 2rem 3.5rem;
  }
}
.accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2rem;
  width: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_104' data-name='Group 104' transform='translate(-393 -1081)'%3E%3Cline id='Line_6' data-name='Line 6' x2='28' transform='translate(393 1096)' fill='none' stroke='%23554a8a' stroke-width='1'/%3E%3Cline id='Line_7' data-name='Line 7' x2='28' transform='translate(407 1081) rotate(90)' fill='none' stroke='%23554a8a' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 2rem;
}
.accordion__content {
  padding: 1rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    padding: 2rem 3.5rem;
  }
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
  content: "";
}

.slider-card-wrapper{
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 3rem;
}
.slider-card-wrapper .flickity-page-dots {
  bottom: 1rem;
}
.slider-card-wrapper .flickity-prev-next-button.next {
  right: -71px;
  top: 175px;
}
.slider-card-wrapper .flickity-prev-next-button.previous {
  left: -71px;
  top: 175px;
}
.slider-card-wrapper .flickity-prev-next-button {
  padding: 20px;
  background: #554A8A;
  color: #fff;
  border-radius: 100px;
}
.slider-card-wrapper .flickity-prev-next-button:hover {
  background: transparent;
  border: 2px solid #554A8A;
  color: #554A8A;
}
.slider-card-wrapper .flickity-prev-next-button:focus {
  color: #554A8A;
  background: transparent;
  border: 2px solid #554A8A;
}

.slider-card{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.slider-card img{
  height: 350px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider-card{
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .slider-card{
    width: 33.333333%;
  }
}

.card-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px){
  .card-header{
    max-width: 600px;
  }
}
.card-header__title{
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media (min-width: 768px){
  .card-header__title{
    max-width: 600px;
  }
}
.card-header__title {
  color: #554A8A;
  line-height: 1.5;
}

.card {
  display: block;
  overflow: hidden;
  position: relative;
}
.card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (min-width: 768px) {
  .card__content {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .card__content {
    padding: 2rem;
  }
}
.card__title {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .card__title {
    font-size: 1.5rem;
  }
}
.card img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .card img {
    height: 100%;
  }
}

.card-holder{
  width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-holder{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .card-holder:nth-child(1), .card-holder:nth-child(2), .card-holder:nth-child(3){
    width: 33.333333%;
  }
  .card-holder:nth-child(1) .card-holder__image, .card-holder:nth-child(2) .card-holder__image, .card-holder:nth-child(3) .card-holder__image{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .card-holder:nth-child(1) .card-holder__image::before, .card-holder:nth-child(2) .card-holder__image::before, .card-holder:nth-child(3) .card-holder__image::before {
    display: block;
    padding-top: 77%;
    content: "";
  }
}
.card-holder .card-holder__image{
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-holder .card-holder__image::before {
  display: block;
  padding-top: 70%;
  content: "";
}

.content-block{
  width: 100%;
}
.content-block__title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.25rem;
  color: #554A8A;
}
.content-block__content {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .content-block__content{
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.content-block__content img {
  width: 100%;
  object-fit: center;
  object-position: center;
}
@media (min-width: 768px) {
  .content-block .w-6 {
    width: 65%;
  }
}

.content-video-popup{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.content-video-popup .title{
  font-weight: 700;
  line-height: 1.7;
  color: #554A8A;
}
.content-video-popup .icon-play {
  color: #554A8A;
  margin-right: 10px;
}
.content-video-popup .icon-play svg {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .content-video-popup .icon-play svg {
    width: 40px;
    height: 40px;
  }
}
.content-video-popup-wrapper {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.content-video-popup-wrapper.active {
  display: block;
}
.content-video-popup-wrapper .close-video {
  position: fixed;
  cursor: pointer;
  color: #fff;
  top: 50px;
  right: 50px;
}
.content-video-popup-wrapper .video{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-video-popup-wrapper .video video{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-video-popup-wrapper .video iframe{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .content-video-popup-wrapper .video iframe{
    height: 500px;
  }
}
.content-video-popup-wrapper .video.active {
  display: block;
}

.cta-block{
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #877EB4;
  color: #fff;
}
.cta-block__wrapper{
  display: flex;
  min-height: 570px;
  width: 100%;
  flex-wrap: wrap;
}
.cta-block .video-popup-wrapper {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.cta-block .video-popup-wrapper.active {
  display: block;
}
.cta-block .video-popup-wrapper .close-video {
  position: fixed;
  cursor: pointer;
  top: 50px;
  right: 50px;
}
.cta-block .video-popup-wrapper .video{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-block .video-popup-wrapper .video video{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-block .video-popup-wrapper .video iframe{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .cta-block .video-popup-wrapper .video iframe{
    height: 500px;
  }
}
.cta-block .video-popup-wrapper .video.active {
  display: block;
}
.cta-block__video{
  position: relative;
  width: 100%;
  cursor: pointer;
}
.cta-block__wrapper .cta-block__video{
  min-height: 350px;
}
@media screen and (min-width: 768px) {
  .cta-block__wrapper .cta-block__video{
    min-height: 590px;
  }
}
.cta-block__video .cta-block__holder-image{
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-block__video{
    width: 50%;
  }
}
.cta-block__video .icon-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 64px;
}
.cta-block__image{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-block__image{
    width: 50%;
  }
}
.cta-block__holder-image{
  position: relative;
  z-index: 100;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-block__content{
  position: relative;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta-block__content{
    height: auto;
    width: 50%;
  }
}
.cta-block__content-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .cta-block__content-wrapper{
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-block__content-wrapper{
    padding-left: 6rem;
    padding-right: 3rem;
    max-width: 700px;
  }
}
.cta-block__content-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .cta-block__content-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .cta-block__content-title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
.cta-block__content-desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .cta-block__content-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
  }
}
.cta-block__content-desc a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-block__icon{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -20;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-block__icon svg {
  opacity: 0.06;
}

.dropdown__trigger {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  background: #131313;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dropdown__trigger {
    display: none;
  }
}
.dropdown__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.is-active .dropdown__content {
  max-height: 1000px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .dropdown__content {
    max-height: 100%;
  }
}

.filter-button-group{
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.filter-button-group .filter-button{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form--bg{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #DBDBDB;
  }
}
.form__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__wrapper{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .form__wrapper p{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.form__wrapper div.field{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__wrapper div.field input[type=email],
  .form__wrapper div.field input[type=file],
  .form__wrapper div.field input[type=password],
  .form__wrapper div.field input[type=text],
  .form__wrapper div.field input[type=date],
  .form__wrapper div.field input[type=search],
  .form__wrapper div.field input[type=tel],
  .form__wrapper div.field input[type=url],
  .form__wrapper div.field input[type=number],
  .form__wrapper div.field select,
  .form__wrapper div.field textarea {
    border: 1px solid transparent;
  }
}
.form__wrapper div.field input[type=email]::placeholder,
.form__wrapper div.field input[type=file]::placeholder,
.form__wrapper div.field input[type=password]::placeholder,
.form__wrapper div.field input[type=text]::placeholder,
.form__wrapper div.field input[type=date]::placeholder,
.form__wrapper div.field input[type=search]::placeholder,
.form__wrapper div.field input[type=tel]::placeholder,
.form__wrapper div.field input[type=url]::placeholder,
.form__wrapper div.field input[type=number]::placeholder,
.form__wrapper div.field select::placeholder,
.form__wrapper div.field textarea::placeholder {
  color: #97a0a6;
}
.form__wrapper div.field.file input[type=file] {
  width: 15rem;
  background: #ccc;
  cursor: pointer;
}
.form__wrapper div.field.confirmedpassword{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.form__wrapper div.field.confirmedpassword .middleColumn{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form__wrapper div.field{
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .form__wrapper div.field.dropdown{
    width: 100%;
  }
  .form__wrapper div.field.textarea{
    width: 100%;
  }
  .form__wrapper div.field.nocaptcha{
    width: 100%;
  }
}

div.field .action{
  width: 100%;
}

.form-signin,
.form-signup,
.form-passwordChange,
.form-payment,
.form-pay{
  display: flex;
  min-height: 90vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}
.form-signin .icon-logo,
.form-signup .icon-logo,
.form-passwordChange .icon-logo,
.form-payment .icon-logo,
.form-pay .icon-logo {
  color: #554A8A;
}
.form-signin .wrapper,
.form-signup .wrapper,
.form-passwordChange .wrapper,
.form-payment .wrapper,
.form-pay .wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.form-signin .wrapper .title,
.form-signup .wrapper .title,
.form-passwordChange .wrapper .title,
.form-payment .wrapper .title,
.form-pay .wrapper .title{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.form-signin .form-header h1,
.form-signup .form-header h1,
.form-passwordChange .form-header h1,
.form-payment .form-header h1,
.form-pay .form-header h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.form-signin form,
.form-signup form,
.form-passwordChange form,
.form-payment form,
.form-pay form{
  width: 100%;
}
.form-signin form fieldset,
.form-signup form fieldset,
.form-passwordChange form fieldset,
.form-payment form fieldset,
.form-pay form fieldset{
  display: flex;
  flex-wrap: wrap;
}
.form-signin form fieldset input,
.form-signin form fieldset textArea,
.form-signup form fieldset input,
.form-signup form fieldset textArea,
.form-passwordChange form fieldset input,
.form-passwordChange form fieldset textArea,
.form-payment form fieldset input,
.form-payment form fieldset textArea,
.form-pay form fieldset input,
.form-pay form fieldset textArea {
  border: none;
}
.form-signin form fieldset .field,
.form-signup form fieldset .field,
.form-passwordChange form fieldset .field,
.form-payment form fieldset .field,
.form-pay form fieldset .field{
  width: 100%;
  margin: 0 0 1rem;
}
.form-signin form .btn-toolbar,
.form-signup form .btn-toolbar,
.form-passwordChange form .btn-toolbar,
.form-payment form .btn-toolbar,
.form-pay form .btn-toolbar{
  margin-top: 1rem;
}
.form-signin form .btn-toolbar input,
.form-signup form .btn-toolbar input,
.form-passwordChange form .btn-toolbar input,
.form-payment form .btn-toolbar input,
.form-pay form .btn-toolbar input{
  margin-bottom: 0.75rem;
  width: 100%;
}
.form-signin form .btn-toolbar p,
.form-signup form .btn-toolbar p,
.form-passwordChange form .btn-toolbar p,
.form-payment form .btn-toolbar p,
.form-pay form .btn-toolbar p {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.form-signin form .btn-toolbar p:hover,
.form-signup form .btn-toolbar p:hover,
.form-passwordChange form .btn-toolbar p:hover,
.form-payment form .btn-toolbar p:hover,
.form-pay form .btn-toolbar p:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 1px;
}

.form-signin form fieldset .field.checkbox{
  margin-bottom: 0px;
  width: 50%;
}
.form-signin form fieldset .field.checkbox label {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .form-signin form fieldset .field.checkbox label {
    font-size: 1rem;
  }
}
.form-signin form fieldset a{
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .form-signin form fieldset a {
    font-size: 1rem;
  }
}
.form-signin form .btn-toolbar{
  margin-top: 4rem;
  margin-bottom: 0px;
}

.form-pay form fieldset{
  display: block;
}

.form-profile-edit {
  background: #e8e8e8;
}

.quotation-form .heading {
  font-weight: 700;
}
.quotation-form div.field{
  margin-bottom: 3rem;
}
.quotation-form div.field input{
  margin-bottom: 0.75rem;
}
.quotation-form div.field .description {
  font-size: 0.8rem;
}
.quotation-form .guide h5 {
  font-weight: 700;
  font-family: "Roboto", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.quotation-form .guide p{
  margin-bottom: 1.5rem;
}
.quotation-form .guide p strong{
  margin-right: 0.25rem;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.75;
}
.quotation-form .guide p span{
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.75;
}
.quotation-form p{
  margin-bottom: 1rem;
}

.hero {
  position: relative;
  padding: 3.5rem 0;
  background: lightgrey;
}
.hero__image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 6.6rem 0;
  }
}
.hero--homepage{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero--homepage {
    min-height: 600px;
  }
}
.hero--homepage:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(19, 19, 19, 0.44);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero--homepage .hero__title{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero--homepage .hero__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.12;
  }
}
.hero--secondary{
  height: 100%;
  width: 100%;
}
.hero--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(19, 19, 19, 0.25);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.hero__title{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.12;
  }
}
.hero__title-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .hero__title-wrapper{
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title-wrapper{
    max-width: 800px;
  }
}
.hero__video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 101%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hero__video {
    display: block;
  }
}
.hero__video.is-loaded {
  opacity: 1;
}
.hero__trigger {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  color: #fff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hero__trigger {
    display: block;
  }
  .hero__trigger:hover svg, .hero__trigger:focus svg {
    background: #554A8A;
  }
}
.hero__trigger.is-paused .icon-pause {
  display: none;
}
.hero__trigger.is-paused .icon-play {
  display: block;
}
.hero__trigger .icon-play {
  display: none;
}
.hero__trigger svg {
  border-radius: 100%;
  background: #554A8A;
}

.image-banner {
  position: relative;
}
.image-banner__img {
  width: 100%;
}
.image-banner__content {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .image-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.5);
    color: #fff;
    padding: 3rem;
  }
}

.image-content{
  height: 100%;
  width: 100%;
}
.image-content__wrapper{
  display: flex;
  min-height: 400px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .image-content__wrapper{
    min-height: 500px;
  }
}
.image-content__image{
  width: 100%;
}
.image-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .image-content__image{
    width: 50%;
  }
}
.image-content__content{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .image-content__content{
    width: 50%;
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .image-content__content{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.image-content__content-title{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #554A8A;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .image-content__content-title {
    font-size: 2rem;
  }
}
.image-content__content-desc{
  margin-bottom: 1.75rem;
}

.container-{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1150px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container--{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-narrow{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 950px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.map-block{
  height: 100%;
  width: 100%;
}
.map-block__wrapper{
  display: flex;
  height: 100%;
  flex-wrap: wrap-reverse;
  background: #554A8A;
  color: #fff;
}
.map-block__content{
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .map-block__content{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.map-block__content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .map-block__content h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3.5rem;
    padding-bottom: 1.75rem;
  }
}
.map-block__content h5{
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-family: "Roboto", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 1024px) {
  .map-block__content h5{
    margin-bottom: 2rem;
  }
}
.map-block__content ul{
  width: 100%;
}
.map-block__content ul li{
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
}
.map-block__content ul li a{
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
.map-block__content ul li svg{
  margin-right: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .map-block__content ul li{
    margin-bottom: 1.5rem;
  }
}
.map-block__content .address{
  display: flex;
}
.map-block__content .address svg{
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .map-block__content{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .map-block__content{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.map-block__map{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .map-block__map .google-maps {
    height: 100% !important;
  }
  .map-block__map{
    width: 50%;
  }
}

.map-item {
  display: none;
}
.map-item .desc a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

.is-active-location {
  display: block !important;
}

/**************************  \
  Basic Modal Styles
\  **************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 10;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 850px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal__container {
    max-width: 75vw;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #131313;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .modal__content {
    min-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__content {
    min-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__content {
    min-width: 900px;
  }
}
.modal__content .embed {
  width: 100% !important;
}
.modal__content .embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
          appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************  \
  Demo Animation Style
\  **************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.section {
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .section {
    margin: 6rem 0;
  }
}
.section--pad {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .section--pad {
    padding: 6rem 0;
  }
}

.slider-banner__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-banner__item {
    height: 500px;
  }
}
.slider-banner__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-banner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slider-banner__content {
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .slider-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.5);
    color: #fff;
    padding: 3rem;
  }
}

.flickity-page-dots {
  bottom: 2rem;
}
.flickity-page-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #131313;
}
.flickity-page-dot.is-selected {
  background: #131313;
}
@media screen and (min-width: 768px) {
  .flickity-page-dot.is-selected {
    background: #fff;
  }
  .flickity-page-dot {
    background: transparent;
    border: 1px solid #fff;
  }
}
.flickity-prev-next-button {
  display: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
  }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
    background: transparent;
    border: 2px solid #fff;
  }
}

.step {
  display: flex;
}
.step:last-of-type .step__dot::after {
  display: none;
}
.step__wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.step__title-heading {
  color: #554A8A;
  font-size: 1.5rem;
}
.step__title {
  color: #554A8A;
}
.step__desc p {
  line-height: 2;
}
.step__dot {
  position: relative;
}
.step__dot::before {
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 1.25rem;
  background: #554A8A;
  position: absolute;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .step__dot::before {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 1.5rem;
  }
}
.step__dot::after {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 3px dotted #554A8A;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.step__actions{
  width: 100%;
}
.step__actions-group{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .step__actions-group{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.step__actions-group .step__actions-btn{
  margin-bottom: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step__actions-group .step__actions-btn{
    margin-bottom: 0px;
    width: 50%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.symbol-guide{
  height: 100%;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #554A8A;
}
.symbol-guide__wrapper{
  width: 100%;
}
.symbol-guide__symbol-wrapper{
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.symbol-guide__title{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.symbol-guide__title h2 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .symbol-guide__title h2 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__title h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.symbol-guide__symbol-holder{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder{
    width: 20%;
    padding-bottom: 0px;
  }
}
.symbol-guide__symbol-holder .icon{
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #EDEBD8;
}
.symbol-guide__symbol-holder .icon svg{
  height: 3.5rem;
  width: 3.5rem;
}
.symbol-guide__symbol-holder .icon img{
  height: 3.5rem;
  width: 3.5rem;
}
.symbol-guide__symbol-holder .heading h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder .heading h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder .heading h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
  }
}
.symbol-guide__symbol-holder .desc p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .symbol-guide__symbol-holder .desc p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .symbol-guide__symbol-holder .desc p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

.tabs__nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  border-color: #DBDBDB;
}
.tabs__trigger{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tabs__trigger.is-active{
  margin-bottom: -0.25rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  border-color: #DBDBDB;
}
.tabs__content{
  padding-top: 3.5rem;
}
@media (min-width: 768px){
  .tabs__content{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tabs__content {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
}
.tabs__content .image{
  width: 100%;
  object-fit: cover;
}

.eyebrow {
  background: #554A8A;
}

.eyebrowNav {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #131313;
}
.eyebrowNav ul li {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .eyebrowNav ul li:hover, .eyebrowNav ul li:focus {
    background: #877EB4;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .eyebrowNav ul li:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .eyebrowNav ul li:focus{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
  }
  .eyebrowNav {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .eyebrowNav {
    font-size: 1rem;
  }
}
.eyebrowNav-form input[type=submit] {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
@media screen and (min-width: 768px) {
  .eyebrowNav-form label {
    font-size: 12px;
  }
  .eyebrowNav-form input[type=text] {
    padding: 12px;
    font-size: 12px;
    outline: none;
  }
  .eyebrowNav-form input[type=submit] {
    background: #877EB4;
    color: #EDEBD8;
    padding: 12px;
    font-size: 12px;
  }
  .eyebrowNav-form input[type=submit]:hover {
    background: #EDEBD8;
    color: #554A8A;
  }
}

.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-wrapper{
  padding-top: 6rem;
  padding-bottom: 1.25rem;
  position: relative;
  background: #554A8A;
  color: #fff;
}
.footer .logo{
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 3rem;
}
@media screen and (min-width: 1280px) {
  .footer .logo {
    margin: 0 0 1rem;
  }
}
.footer .logo h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer .logo svg {
    height: 75px;
    width: 200px;
  }
}
.footer-blocks{
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer-blocks{
    width: 75%;
  }
}
.footer-block{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 640px) {
  .footer-block{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-block{
    width: 25%;
  }
}
.footer-block__heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.footer-block__item{
  margin-bottom: 1.5rem;
}
.footer-block__link {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-block__link {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .footer-block__link:hover, .footer-block__link:focus {
    text-decoration: underline;
  }
}
.footer-address {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-address {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .footer-address:hover, .footer-address:focus {
    text-decoration: underline;
  }
}
.footer-sidebar {
  grid-area: aside;
}
.footer-icon{
  position: absolute;
  top: 0px;
  right: 0px;
}
.footer-icon svg {
  width: 400px;
  height: 400px;
}

.copyright {
  font-size: 0.85rem;
  font-weight: 400;
  display: grid;
  grid-template-areas: "left" "right";
  grid-gap: 0.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    grid-template-areas: "left right";
    grid-gap: 2rem;
    margin: 4rem 0 0;
  }
  .copyright__right {
    justify-self: right;
  }
}

.logo-group__title{
  margin-bottom: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px){
  .logo-group__title{
    padding-top: 0px;
  }
}

.header {
  display: grid;
}
.header-wrapper {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #131313;
  z-index: 3;
  display: flex;
  align-items: center;
}
.header--1 {
  grid-template-areas: "logo nav-btn" "nav nav";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header--1 {
    grid-template-areas: "logo nav";
    grid-template-columns: auto 1fr;
    grid-gap: 2.5rem;
  }
}
.header--2 {
  grid-template-areas: "nav-btn logo aside" "nav nav nav";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header--2 {
    grid-template-areas: "logo nav aside";
    grid-template-columns: 1fr 10fr 1fr;
  }
}
.header--2 .nav-btn {
  justify-self: left;
  padding: 0.75rem;
}
.header--2 .nav-btn svg {
  margin: 0;
}
.header--2 .nav-btn__text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.header--2 .logo {
  text-align: center;
}
.header--2 .header-sidebar {
  display: block;
  margin: 0;
  justify-self: right;
}
.header .logo {
  grid-area: logo;
  width: auto;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .header .logo {
    padding: 0;
  }
}
.header .logo h1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header .logo svg{
  height: 100%;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .header .logo svg{
    height: 100%;
    width: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo svg{
    height: 100%;
    width: 13rem;
  }
}
.header-sidebar {
  grid-area: aside;
  display: none;
  margin: 1.5rem 0 0;
}
.header-sidebar.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-sidebar {
    display: block;
    margin: 0;
  }
}

.icon-search svg {
  font-size: 20rem;
}

#searchTrigger.is-active .icon-search {
  display: none;
}
#searchTrigger.is-active .icon-close {
  display: block;
}
#searchTrigger .icon-close {
  display: none;
}

.nav {
  grid-area: nav;
  display: none;
}
.nav.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block;
    justify-self: right;
  }
}
.nav-btn {
  font-size: 1rem;
  font-weight: 700;
  grid-area: nav-btn;
  justify-self: right;
  display: flex;
  align-items: center;
  border: 1px solid #877EB4;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.nav-btn.is-active .icon-menu {
  display: none;
}
.nav-btn.is-active .icon-close {
  display: block;
}
.nav-btn.is-active .nav-btn__text {
  font-size: 1rem;
}
.nav-btn.is-active .nav-btn__text::before {
  display: none;
}
.nav-btn.is-active .nav-btn__text::after {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn svg {
  fill: #fff;
  margin: 0 0.5rem 0 0;
}
.nav-btn .icon-close {
  display: none;
}
.nav-btn__text::before {
  content: "Menu";
}
.nav-btn__text::after {
  content: "Close";
  display: none;
}
.nav__items{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav__items{
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__items{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.nav__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 12px;
  margin: 1px 0;
}
@media screen and (min-width: 768px) {
  .nav__item {
    flex-direction: row-reverse;
    width: auto;
    margin: 0;
    padding: 30px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__item {
    padding: 37px 12px;
  }
}
@media screen and (min-width: 768px) {
  .nav__item:hover .sub-nav, .nav__item:focus .sub-nav {
    display: block;
  }
}
.nav__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
  font-family: "Lora", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #131313;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .nav__link {
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.25;
    background: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .nav__link {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1280px) {
  .nav__link {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .nav__link:hover, .nav__link:focus {
    text-decoration: underline;
  }
}
.nav__link--has-children {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .nav__link--has-children {
    width: auto;
  }
}
.nav__add-icon {
  color: #554A8A;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .nav__add-icon{
    margin-right: 1px;
  }
}
.nav__add-icon svg {
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .nav__add-icon svg {
    height: 12px;
    width: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__add-icon svg {
    height: 16px;
    width: 16px;
  }
}

.sub-nav {
  display: none;
  background: #877EB4;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    width: auto;
    position: absolute;
    top: 100%;
    z-index: 3;
  }
}
.sub-nav__btn {
  display: flex;
  align-items: end;
}
.sub-nav__btn[aria-expanded=true] {
  background: #877EB4;
}
.sub-nav__btn[aria-expanded=true] ~ .sub-nav {
  display: block;
}
.sub-nav__itemz {
  transition: all 0.3s;
}
.sub-nav__itemz:hover {
  background: #554A8A;
}
.sub-nav__link {
  display: block;
  padding: 1rem;
  width: 100%;
}

.branch-listing{
  width: 100%;
}
.branch-listing__wrapper{
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap-reverse;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.branch-listing__content{
  width: 100%;
  padding: 2.5rem;
  padding-top: 4rem;
  color: #554A8A;
}
.branch-listing__content h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .branch-listing__content h1{
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .branch-listing__content h1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .branch-listing__content{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .branch-listing__content{
    padding: 5rem;
    padding-top: 4rem;
  }
}
.branch-listing__list{
  width: 100%;
}
.branch-listing__list-item{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #131313;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.58;
}
@media screen and (min-width: 1024px) {
  .branch-listing__list-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.58;
  }
}
.branch-listing__list-item div{
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #554A8A;
}
.branch-listing__list-item svg{
  margin-top: 6px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .branch-listing__list-item svg {
    height: 16px;
    width: 16px;
  }
}
.branch-listing__list .branch-listing__list-item:last-child div{
  margin-bottom: 2rem;
  border-bottom: none;
}
.branch-listing__image{
  width: 100%;
}
.branch-listing__image img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .branch-listing__image img {
    height: 100%;
  }
  .branch-listing__image{
    width: 50%;
  }
}

.confirm-email{
  min-height: 300px;
  text-align: center;
}
.confirm-email .logo{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .confirm-email .logo svg {
    height: 100px;
    width: 100px;
  }
  .confirm-email p {
    font-size: 2rem;
  }
  .confirm-email p a {
    font-size: 2rem;
  }
}

.faq-block{
  height: 100%;
  width: 100%;
}

.faq {
  height: 100% !important;
}

.faq-item {
  position: relative !important;
}

.individual-branch{
  width: 100%;
}
.individual-branch__wrapper{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  display: flex;
  flex-wrap: wrap-reverse;
}
.individual-branch__content{
  margin-top: 2rem;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.individual-branch__content h1{
  margin-bottom: 1.75rem;
  color: #554A8A;
}
.individual-branch__content h4{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  font-family: "Roboto", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #554A8A;
}
.individual-branch__content .opening-time{
  margin-bottom: 2.25rem;
  display: flex;
  align-items: baseline;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  color: #554A8A;
}
.individual-branch__content .opening-time svg{
  margin-right: 0.75rem;
}
.individual-branch__content .contact-details__item{
  margin-bottom: 1.25rem;
  display: flex;
}
.individual-branch__content .contact-details__item div{
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #554A8A;
}
.individual-branch__content .contact-details__item svg{
  margin-right: 0.75rem;
}
.individual-branch__content .contact-details .contact-details__item:last-child div{
  margin-bottom: 3rem;
  border-bottom: none;
}
.individual-branch__content .overview p{
  margin-bottom: 1.25rem;
}
.individual-branch__content .overview p:last-child{
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .individual-branch__content{
    margin-top: 0px;
    width: 50%;
  }
}
.individual-branch__image{
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .individual-branch__image{
    width: 50%;
  }
}
.individual-branch__image-main img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .individual-branch__image-main img {
    height: 510px;
  }
}
.individual-branch__image-nav{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 0.75rem;
  width: 100%;
}
.individual-branch__image-nav img{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  height: auto;
  width: 25%;
  object-fit: cover;
}

.memorial-product{
  width: 100%;
}
.memorial-product__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .memorial-product__wrapper{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.memorial-product__image-content{
  margin-bottom: 2.5rem;
  width: 100%;
}
.memorial-product__image-content img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.memorial-product__image-content .note p {
  font-size: 0.8rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .memorial-product__image-content{
    margin-bottom: 0px;
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.memorial-product__content{
  width: 100%;
}
.memorial-product__content-form form div.field{
  margin-bottom: 1.5rem;
}
.memorial-product__content-form form select,
.memorial-product__content-form form textarea,
.memorial-product__content-form form input[type=submit] {
  border-radius: 0px;
}
.memorial-product__content-top{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .memorial-product__content-top{
    flex-direction: row;
    align-items: baseline;
  }
}
.memorial-product__content-top .button{
  margin-top: 1rem;
}
.memorial-product__content .enquiry-button{
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .memorial-product__content{
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.memorial-product .popup-form{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.memorial-product .popup-form-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .memorial-product .popup-form-wrapper{
    max-width: 600px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 2.75rem;
  }
}
.memorial-product .popup-form-wrapper .close-popup-form {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.memorial-product .popup-form-wrapper .close-popup-form svg {
  cursor: pointer;
}
.memorial-product .popup-form-inner p span {
  color: #5b5b5b;
}
.memorial-product .popup-form-inner .form-holder {
  overflow-y: auto;
  max-height: 400px;
}
.memorial-product__guide-symbols__wrapper{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.memorial-product__guide-symbols__wrapper .icon{
  margin-right: 1rem;
  background: #554A8A;
  padding: 20px;
  border-radius: 100px;
}
.memorial-product__guide-symbols__wrapper .icon svg {
  height: 30px;
  width: 30px;
}

.brochure-product{
  width: 100%;
}
.brochure-product-form__title{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #554A8A;
}
@media screen and (min-width: 768px) {
  .brochure-product-form__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.brochure-product-form__form{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 500px;
}
.brochure-product-form__btn{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #554A8A;
}
@media screen and (min-width: 768px) {
  .brochure-product-form__btn:hover, .brochure-product-form__btn:focus {
    background: #877EB4;
  }
  .brochure-product-form__btn{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.brochure-product__lists{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.brochure-product__item{
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.brochure-product__item img{
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .brochure-product__item{
    width: 33.333333%;
  }
}
@media screen and (min-width: 1024px) {
  .brochure-product__item{
    width: 25%;
  }
}
@media (min-width: 768px) {
  .brochure-product .wd-6 {
    width: 79%;
  }
}
@media (max-width: 768px) {
  .brochure-product .p-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.memorial{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.memorial__title{
  margin-bottom: 2rem;
  color: #554A8A;
}
.memorial-image-content{
  margin-bottom: 2.5rem;
  min-height: 390px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .memorial-image-content{
    min-height: 500px;
  }
}
.memorial-image-content__heading {
  font-size: 1.6rem;
  color: #554A8A;
}
@media screen and (min-width: 768px) {
  .memorial-image-content__heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .memorial .w-6 {
    width: 70%;
  }
}

.quotation-successful,
.payment-successful,
.payment-error{
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quotation-successful .logo,
.payment-successful .logo,
.payment-error .logo{
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotation-successful .logo svg,
.payment-successful .logo svg,
.payment-error .logo svg {
  height: 75px;
  width: 75px;
}
@media screen and (min-width: 768px) {
  .quotation-successful .logo svg,
  .payment-successful .logo svg,
  .payment-error .logo svg {
    height: 100px;
    width: 100px;
  }
}
.quotation-successful p,
.payment-successful p,
.payment-error p {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .quotation-successful p,
  .payment-successful p,
  .payment-error p {
    font-size: 2rem;
  }
}
.quotation-successful p a,
.payment-successful p a,
.payment-error p a {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .quotation-successful p a,
  .payment-successful p a,
  .payment-error p a {
    font-size: 2rem;
  }
}

.news-article{
  width: 100%;
}
.news-article__time {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.9;
}
.news-article__title {
  color: #554A8A;
  font-weight: 500;
}
.news-article__desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.9;
}
.news-article__image{
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .news-article__image {
    height: 400px;
  }
}

.news{
  width: 100%;
}
.news__tile{
  margin-bottom: 2.5rem;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #554A8A;
}
.news__tile:last-child, .news__tile:only-child {
  border-bottom: none;
}
.news__tile-inner{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news__tile-inner:hover .news__tile-inner-image img {
  transform: scale(1.1);
}
.news__tile-inner-image-holder{
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-image-holder{
    margin-bottom: 0px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-image-holder{
    width: 33.333333%;
  }
}
.news__tile-inner-image{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news__tile-inner-image img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: transform 10000ms ease-out;
}
@media screen and (max-width: 767px) {
  .news__tile-inner-image img {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .news__tile-inner-image img {
    height: 300px;
  }
}
.news__tile-inner-content{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-content{
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-content{
    width: 66.666667%;
  }
}
.news__tile-inner-title h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-title h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news__tile-inner-title h2 {
    font-size: 1.7rem;
  }
}
.news__tile-inner-time {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-time {
    font-size: 0.8rem;
  }
}
.news__tile-inner-desc {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .news__tile-inner-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.news__tile-action{
  margin-top: 1rem;
}

.page {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page {
    margin: 4rem 0;
  }
}

.search-page{
  width: 100%;
}
.search-page__title{
  margin-bottom: 1.25rem;
  color: #554A8A;
}
.search-page__content{
  margin-top: 1.25rem;
}
.search-page__result{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .search-page__result{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-page__result .title{
  margin-bottom: 1.25rem;
  max-width: 500px;
}
.search-page__result .title h2{
  margin-bottom: 1.25rem;
  color: #554A8A;
}
@media screen and (min-width: 768px) {
  .search-page__action{
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.shortlist{
  width: 100%;
}
.shortlist-content{
  font-weight: 500;
}
.shortlist-content__wrapper{
  margin-bottom: 5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #554A8A;
}
@media screen and (min-width: 768px) {
  .shortlist-content__wrapper{
    flex-direction: row;
  }
}
.shortlist-content__desc {
  color: #fff;
}
.shortlist-content__desc a {
  text-align: center;
  color: #fff;
}
.shortlist-content__action{
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 768px){
  .shortlist-content__action{
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .shortlist-content__action{
    justify-content: flex-end;
  }
}
.shortlist-content__action a {
  border-radius: none;
  background: #EDEBD8;
  color: #554A8A;
}
@media screen and (min-width: 768px) {
  .shortlist-content__action a:hover, .shortlist-content__action a:focus {
    background: #fff;
  }
}
.shortlist__list{
  width: 100%;
}
.shortlist__list-wrapper{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.shortlist__list-items{
  margin-bottom: 3.5rem;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shortlist__list-items{
    width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.shortlist__list-items img{
  width: 100%;
  object-position: center;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.isolate{
  isolation: isolate;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.order-3{
  order: 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-12{
  gap: 3rem;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.p-8{
  padding: 2rem;
}
.p-12{
  padding: 3rem;
}
.p-1{
  padding: 0.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-4{
  padding-left: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body{
  overflow-x: hidden;
}

.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-\[50vh\]{
    min-height: 50vh;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-screen-md{
    max-width: 768px;
  }
  .md\:max-w-screen-xl{
    max-width: 1280px;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:object-cover{
    object-fit: cover;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }
}