/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -1rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -2rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
:root {
  --space-unit: 1.6rem;
  --space-xxxxs: calc(0.1875* var(--space-unit, 1.6rem));
  --space-xxxs: calc(0.375* var(--space-unit, 1.6rem));
  --space-xxs: calc(0.5625* var(--space-unit, 1.6rem));
  --space-xs: calc(0.75* var(--space-unit, 1.6rem));
  --space-sm: calc(1.125* var(--space-unit, 1.6rem));
  --space-md: calc(2* var(--space-unit, 1.6rem));
  --space-lg: calc(3.125* var(--space-unit, 1.6rem));
  --space-xl: calc(5.125* var(--space-unit, 1.6rem));
  --space-xxl: calc(8.25* var(--space-unit, 1.6rem));
  --space-xxxl: calc(13.25* var(--space-unit, 1.6rem));
  --space-xxxxl: calc(21.5* var(--space-unit, 1.6rem));
}

html, body {
  font-family: var(--font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-size: 62.5%;
  color: var(--text-color, #212427);
  background: var(--base-background-colour, #ffffff);
  height: 100%;
  padding: 0;
  line-height: 1.5;
  overscroll-behavior-y: none;
}
html:not(.noscroll), body:not(.noscroll) {
  scroll-behavior: smooth;
}
html.noscroll, body.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: var(--scroll-position);
}

#app {
  position: relative;
}

img {
  max-width: 100%;
}

.image-aspect-ratio {
  object-fit: cover;
}
.image-aspect-ratio--1-1 {
  aspect-ratio: 1/1;
}
.image-aspect-ratio--3-2 {
  aspect-ratio: 3/2;
}
.image-aspect-ratio--4-3 {
  aspect-ratio: 4/3;
}
.image-aspect-ratio--3-4 {
  aspect-ratio: 3/4;
}
.image-aspect-ratio--16-9 {
  aspect-ratio: 16/9;
}
.image-aspect-ratio--9-16 {
  aspect-ratio: 9/16;
}
.image-aspect-ratio--5-4 {
  aspect-ratio: 5/4;
}

@media (min-width: 1400px) {
  .container--wide {
    max-width: 160rem;
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--brand-primary-colour) 94%, #000000);
}

::selection {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--brand-primary-colour) 94%, #000000);
}

.container--full-width {
  max-width: unset;
}

.fa-secondary {
  opacity: 0.4;
}

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

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

.sticky {
  position: sticky;
  top: calc(var(--header-height, 1.6rem) + 1.6rem);
}

div[class^=termly-styles-buttons-] button, div[class*=" termly-styles-buttons-"] button {
  text-align: center !important;
}

.p-static {
  position: static;
}

p, .p, .progress-bar__value, .search-auto-complete__result, .blog-card__link, .nav--vertical > ul, .nav--vertical ol, .umbraco-forms-entry-summary-entries, .umbraco-forms-submitmessage, .field-validation-error, .umbraco-forms-field-wrapper label, .umbraco-forms-field-wrapper legend, .umbraco-forms-field > label, .umbraco-forms-field legend, .umbraco-forms-tooltip, .help-block, .umbraco-forms-field input[type=file], .umbraco-forms-indicator, .button, .cta-card__button, .umbraco-forms-navigation input[type=submit], .umbraco-forms-field input[type=file]::file-selector-button, .table th, .richtext table th, .table td, .richtext table td, .richtext li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 576px) {
  p, .p, .progress-bar__value, .search-auto-complete__result, .blog-card__link, .nav--vertical > ul, .nav--vertical ol, .umbraco-forms-entry-summary-entries, .umbraco-forms-submitmessage, .field-validation-error, .umbraco-forms-field-wrapper label, .umbraco-forms-field-wrapper legend, .umbraco-forms-field > label, .umbraco-forms-field legend, .umbraco-forms-tooltip, .help-block, .umbraco-forms-field input[type=file], .umbraco-forms-indicator, .button, .cta-card__button, .umbraco-forms-navigation input[type=submit], .umbraco-forms-field input[type=file]::file-selector-button, .table th, .richtext table th, .table td, .richtext table td, .richtext li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.title, .blurb__title, .blog-list__no-results p, .cta-card__title, .accordion-item__top, .icon-card__title, .hero__title, .umbraco-forms-entry-summary-fieldset-caption, .umbraco-forms-entry-summary-page-caption, .umbraco-forms-fieldset > legend, .umbraco-forms-caption, .icon-link--large span, .richtext h6:not([class^=title]), .richtext h5:not([class^=title]), .richtext h4:not([class^=title]), .richtext h3:not([class^=title]), .richtext h2:not([class^=title]), .richtext h1:not([class^=title]) {
  font-family: var(--title-font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-weight: 400;
}
.title--1, .hero__title, .richtext h1:not([class^=title]) {
  font-size: 3.8rem;
  line-height: 4.8rem;
}
@media (min-width: 576px) {
  .title--1, .hero__title, .richtext h1:not([class^=title]) {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
@media (min-width: 768px) {
  .title--1, .hero__title, .richtext h1:not([class^=title]) {
    font-size: 5.2rem;
    line-height: 6.2rem;
  }
}
.title--2, .richtext h2:not([class^=title]) {
  font-size: 3.2rem;
  line-height: 4.2rem;
}
@media (min-width: 768px) {
  .title--2, .richtext h2:not([class^=title]) {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
.title--3, .blog-list__no-results p, .cta-card__title, .umbraco-forms-entry-summary-page-caption, .umbraco-forms-caption, .icon-link--large span, .richtext h3:not([class^=title]) {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media (min-width: 768px) {
  .title--3, .blog-list__no-results p, .cta-card__title, .umbraco-forms-entry-summary-page-caption, .umbraco-forms-caption, .icon-link--large span, .richtext h3:not([class^=title]) {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.title--4, .accordion-item__top, .umbraco-forms-fieldset > legend, .richtext h4:not([class^=title]) {
  font-size: 2.6rem;
  line-height: 3.6rem;
}
.title--5, .blurb__title, .icon-card__title, .umbraco-forms-entry-summary-fieldset-caption, .richtext h5:not([class^=title]) {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.title--6, .richtext h6:not([class^=title]) {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.masked-title {
  background: linear-gradient(90deg, var(--brand-primary-colour) 0%, var(--brand-secondary-colour) 50%, rgb(34, 31, 32) 100%);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.family-monospace {
  font-family: "Azeret Mono", monospace;
}

.richtext > * {
  margin: var(--space-unit, 1.6rem) 0;
}
.richtext > *:first-child {
  margin-top: 0;
}
.richtext > *:last-child {
  margin-bottom: 0;
}
.richtext > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) a:not([class]) {
  color: currentColor;
  background-image: linear-gradient(to right, rgb(72, 39, 236) 50%, rgba(72, 39, 236, 0.2) 50%);
  background-size: 200% 0.1rem;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.2s;
}
.richtext > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) a:not([class]):hover {
  background-position: 0% 100%;
}
.richtext .mark {
  background-color: color-mix(in oklab, var(--brand-primary-colour, brand-primary) 25%, #ffffff);
  border-radius: 0.4rem;
  padding: 0 0.25em;
}
.richtext h1:not([class^=title]) {
  text-wrap: balance;
}
.richtext h2:not([class^=title]) {
  text-wrap: balance;
}
.richtext h3:not([class^=title]) {
  text-wrap: balance;
}
.richtext h4:not([class^=title]) {
  text-wrap: balance;
}
.richtext h5:not([class^=title]) {
  text-wrap: balance;
}
.richtext h6:not([class^=title]) {
  text-wrap: balance;
}
.richtext .large-text {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.richtext .small-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.richtext strong {
  font-weight: 700;
}
.richtext ul, .richtext ol {
  padding-inline-start: 4rem;
}
.richtext ul {
  list-style: inherit;
}
.richtext ol {
  list-style: decimal;
}

hr {
  border-top-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-color: color-mix(in oklab, var(--brand-primary-colour, brand-primary) 20%, #ffffff);
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-list {
    columns: 2;
    column-gap: 6rem;
  }
  .two-col-list > li {
    break-inside: avoid-column;
  }
}

@media (min-width: 768px) {
  .three-col-list {
    columns: 3;
    column-gap: 6rem;
  }
  .three-col-list > li {
    break-inside: avoid-column;
  }
}

.quote {
  padding-left: 4rem;
  position: relative;
  font-weight: 600;
  display: block;
}
.quote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! --%3E%3Cpath fill='%23000000' d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  top: -1.6rem;
  left: 0;
  position: absolute;
  width: 5rem;
  height: 5rem;
  opacity: 0.05;
  display: block;
}

.link, .truncated-text > .toggle-button, .mega-nav__sub-link, .mega-nav__sub-label > a, .mobile-nav__sub-link, .mobile-nav__sub-label > a, .mobile-nav__link {
  color: currentColor;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border-bottom: 0.2rem solid transparent;
}
.link:hover, .truncated-text > .toggle-button:hover, .mega-nav__sub-link:hover, .mega-nav__sub-label > a:hover, .mobile-nav__sub-link:hover, .mobile-nav__sub-label > a:hover, .mobile-nav__link:hover {
  border-color: currentColor;
}

.weight-regular {
  font-weight: 400 !important;
}

.weight-medium, .blurb__title, .icon-card__title, .richtext h1:not([class^=title]), .richtext h2:not([class^=title]), .richtext h3:not([class^=title]), .richtext h4:not([class^=title]), .richtext h5:not([class^=title]), .richtext h6:not([class^=title]) {
  font-weight: 600 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-wrap-balance {
  text-wrap: balance;
}
.text-wrap-balance:is(span) {
  display: inline-block;
}

.text-wrap-pretty {
  text-wrap: pretty;
}
.text-wrap-pretty:is(span) {
  display: inline-block;
}

.padding-extra {
  padding: 3rem 0 !important;
}

blockquote {
  margin: 4rem 0;
  padding: 0.5rem 4rem;
  position: relative;
}
blockquote > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  opacity: 0.6;
  fill: currentColor;
}
blockquote > p {
  font-style: italic;
}

.figure {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.figure > img {
  border-radius: var(--border-radius-base);
  height: auto;
}
.figure__caption {
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: var(--image-width, unset);
}
.figure--centered {
  align-items: center;
}
.figure--centered .figure__caption {
  text-align: center;
}

.table, .richtext table {
  width: 100%;
  height: unset !important;
}
.table thead, .richtext table thead, .table tr, .richtext table tr, .table th, .richtext table th, .table tbody, .richtext table tbody, .table td, .richtext table td {
  width: unset !important;
  height: unset !important;
}
.table th, .richtext table th, .table td, .richtext table td {
  padding: 1rem 1.5rem;
}
.table > thead > tr, .richtext table > thead > tr {
  background-color: var(--brand-primary-colour, brand-primary);
  color: #ffffff;
}
.table > tbody > tr, .richtext table > tbody > tr {
  background-color: color-mix(in oklab, var(--brand-primary-colour, brand-primary) 5%, #ffffff);
}
.table > tbody > tr:nth-of-type(even), .richtext table > tbody > tr:nth-of-type(even) {
  background-color: color-mix(in oklab, var(--brand-primary-colour, brand-primary) 15%, #ffffff);
}

.icon-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.icon-link > svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  max-height: 1.6rem;
  max-width: 1.6rem;
}
.icon-link--large > svg {
  max-height: 2rem;
  max-width: 2rem;
}

.text-small, .umbraco-forms-paging-count {
  font-size: 1.2rem;
}

.nowrap-white-space {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.button, .cta-card__button, .umbraco-forms-navigation input[type=submit], .umbraco-forms-field input[type=file]::file-selector-button {
  font-family: var(--button-font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  display: inline-flex;
  padding: 1rem 2rem;
  background-color: unset;
  color: currentColor;
  transition: 0.2s ease-in-out background-color, 0.2s ease-in-out color, 0.2s ease-in-out border-color;
  border: 0.2rem solid;
  border-width: 0.2rem;
  border-color: currentColor;
  border-radius: var(--border-radius-base);
  cursor: pointer;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  min-width: 17.5rem;
}
.button--small {
  min-width: unset;
  padding: 0.75rem 1.5rem;
}
.button--large {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 576px) {
  .button--large {
    font-size: 2.1rem;
    line-height: 3.1rem;
    padding: 2rem;
    min-width: 21rem;
  }
}
.button--white, .cta-card__button, .button--white-alt {
  background-color: #ffffff;
  color: #212427;
  border-color: #ffffff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--white:hover, .cta-card__button:hover, .button--white-alt:hover {
  background-color: color-mix(in srgb, #ffffff, black 6%);
  border-color: color-mix(in srgb, #ffffff, black 6%);
}
.button--primary {
  background-color: var(--brand-primary-colour, #4fc4cf);
  color: #ffffff;
  border-color: var(--brand-primary-colour, #4fc4cf);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--primary:hover {
  background-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 80%, #000000);
  border-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 80%, #000000);
}
.button--primary-alt, .umbraco-forms-field input[type=file]::file-selector-button {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 80%, #ffffff);
  border-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 80%, #ffffff);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--primary-alt:hover, .umbraco-forms-field input[type=file]:hover::file-selector-button {
  background-color: var(--brand-primary-colour, #4fc4cf);
  border-color: var(--brand-primary-colour, #4fc4cf);
}
.button--secondary, .umbraco-forms-navigation input[type=submit]:not(.prev):not(.cancel) {
  background-color: var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
  color: #ffffff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--secondary:hover, .umbraco-forms-navigation input[type=submit]:hover:not(.prev):not(.cancel) {
  background-color: color-mix(in oklab, var(--brand-secondary-colour, #994ff3) 80%, #000000);
  border-color: color-mix(in oklab, var(--brand-secondary-colour, #994ff3) 80%, #000000);
}
.button--secondary-alt, .umbraco-forms-navigation input[type=submit].prev, .umbraco-forms-navigation input[type=submit].cancel {
  color: #ffffff;
  background-color: color-mix(in oklab, var(--brand-secondary-colour, #994ff3) 80%, #ffffff);
  border-color: color-mix(in oklab, var(--brand-secondary-colour, #994ff3) 80%, #ffffff);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--secondary-alt:hover, .umbraco-forms-navigation input[type=submit].prev:hover, .umbraco-forms-navigation input[type=submit].cancel:hover {
  background-color: var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
}
.button--tertiary {
  background-color: var(--brand-tertiary-colour, #fbdd74);
  border-color: var(--brand-tertiary-colour, #fbdd74);
  color: #ffffff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.button--tertiary:hover {
  background-color: color-mix(in oklab, var(--brand-tertiary-colour, #fbdd74) 80%, #000000);
  border-color: color-mix(in oklab, var(--brand-tertiary-colour, #fbdd74) 80%, #000000);
}
.button--full-width {
  min-width: 100%;
}
.button--has-icon {
  gap: 1rem;
}
.button--has-icon > svg {
  fill: currentColor;
}
.button[disabled], [disabled].cta-card__button, .umbraco-forms-navigation input[disabled][type=submit], .umbraco-forms-field input[disabled][type=file]::file-selector-button {
  opacity: 0.6;
  cursor: not-allowed;
}

.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.button-list--small-gap {
  gap: 0.9rem;
}
.button-list--stacked {
  flex-direction: column;
  align-items: flex-start;
}
.button-list--centered {
  align-content: center;
  justify-content: center;
}
.button-list--space-between {
  align-content: center;
  justify-content: space-between;
}

.svg-button > svg {
  display: inline-block;
  transition: 0.2s opacity linear;
  fill: currentColor;
}
.svg-button > svg:hover {
  opacity: 0.7;
}
.svg-button--basket {
  width: 3rem;
  height: 3rem;
  position: relative;
}
.svg-button--basket .basket-items {
  position: absolute;
  top: -5px;
  left: 60%;
  color: currentColor;
  opacity: 0.9;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  opacity: 0.9;
  background-color: color-mix(in oklab, #00adee 94%, #000000);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-button--remove-from-cart > svg {
  width: 2.6rem;
  height: 2.6rem;
}

.page-section {
  background: var(--section-bg-colour, transparent);
  color: var(--section-text-colour, currentColor);
}
.page-section:not(.page-section--has-bg) {
  margin: calc(var(--space-md) * var(--section-space-multiplier, 1)) 0;
}
@media (min-width: 1200px) {
  .page-section:not(.page-section--has-bg) {
    margin: calc(var(--space-lg) * var(--section-space-multiplier, 1)) 0;
  }
}
.page-section:not(.page-section--has-bg):is(.page-section--tight) {
  margin: calc(var(--space-md) * var(--section-space-multiplier, 1) / 2) 0;
}
@media (min-width: 1200px) {
  .page-section:not(.page-section--has-bg):is(.page-section--tight) {
    margin: calc(var(--space-lg) * var(--section-space-multiplier, 1) / 2) 0;
  }
}
.page-section--has-bg {
  padding: calc(var(--space-md) * var(--section-space-multiplier, 1)) 0;
}
@media (min-width: 1200px) {
  .page-section--has-bg {
    padding: calc(var(--space-lg) * var(--section-space-multiplier, 1)) 0;
  }
}
.page-section--has-bg:is(.page-section--tight) {
  padding: calc(var(--space-md) * var(--section-space-multiplier, 1) / 2) 0;
}
@media (min-width: 1200px) {
  .page-section--has-bg:is(.page-section--tight) {
    padding: calc(var(--space-lg) * var(--section-space-multiplier, 1) / 2) 0;
  }
}

.page-section-anchor {
  position: relative;
  display: block;
  scroll-margin-top: var(--header-height, 0);
  top: calc(var(--space-md) * var(--section-space-multiplier, 1) * -1);
}
@media (min-width: 1200px) {
  .page-section-anchor {
    top: calc(var(--space-lg) * var(--section-space-multiplier, 1) * -1);
  }
}

:root {
  --input-height: 6rem;
  --label-line-height: 2.8rem;
}

.form-field input[type=text],
.form-field input[type=email],
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  min-height: var(--input-height);
  padding: 1rem 1.5rem;
  font-family: var(--font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  color: #212427;
  border: 0.1rem solid #212427;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: var(--label-line-height);
  border-radius: 0.2rem;
}
.form-field input[type=text]:focus, .form-field input[type=text]:focus-visible,
.form-field input[type=email]:focus,
.form-field input[type=email]:focus-visible,
.form-field select:focus,
.form-field select:focus-visible,
.form-field textarea:focus,
.form-field textarea:focus-visible {
  outline: 0.1rem solid var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
}
@media (min-width: 576px) {
  .form-field input[type=text],
  .form-field input[type=email],
  .form-field select,
  .form-field textarea {
    font-size: 1.8rem;
    --label-line-height: 2.8rem;
  }
}
.form-field label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .form-field label {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.form-field select {
  padding-right: 3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! --%3E%3Cpath fill='currentColour' d='M226 417.9l17-17L435 209l17-17L418 158.1l-17 17-175 175L51 175l-17-17L.1 192l17 17L209 401l17 17z'/%3E%3C/svg%3E") no-repeat center right 0.75rem;
  background-size: 1.5rem;
}
.form-field--floated-label {
  position: relative;
}
.form-field--floated-label label {
  position: absolute;
  z-index: 0;
  top: 1.7rem;
  left: 1.5rem;
  transform-origin: center;
  color: #212427;
  transition: 0.1s ease-in-out;
  transition-property: top, color;
  cursor: text;
}
.form-field--floated-label:not(.form-field--floated-label-dirty) label {
  pointer-events: none;
}
.form-field--floated-label-dirty label {
  display: block;
  top: calc(var(--label-line-height) / 2 * -1);
  cursor: default;
  color: var(--brand-secondary-colour, #994ff3);
}
.form-field--floated-label-dirty label:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0.2rem;
}

.umbraco-forms-indicator {
  color: #212427;
}
.umbraco-forms-field {
  clear: both;
}
.umbraco-forms-field .text,
.umbraco-forms-field select {
  display: block;
  width: 100%;
  min-height: var(--input-height);
  padding: 1rem 1.5rem;
  font-family: var(--font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  color: #212427;
  border: 0.1rem solid #212427;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: var(--label-line-height);
  border-radius: 0.2rem;
}
.umbraco-forms-field .text:focus, .umbraco-forms-field .text:focus-visible,
.umbraco-forms-field select:focus,
.umbraco-forms-field select:focus-visible {
  outline: 0.1rem solid var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
}
@media (min-width: 576px) {
  .umbraco-forms-field .text,
  .umbraco-forms-field select {
    font-size: 1.8rem;
    --label-line-height: 2.8rem;
  }
}
.umbraco-forms-field select {
  padding-right: 3rem;
  background-color: #ffffff !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! --%3E%3Cpath fill='currentColour' d='M226 417.9l17-17L435 209l17-17L418 158.1l-17 17-175 175L51 175l-17-17L.1 192l17 17L209 401l17 17z'/%3E%3C/svg%3E") no-repeat center right 0.75rem;
  background-size: 1.8rem;
}
.umbraco-forms-field textarea {
  padding: 1.5rem;
  resize: none;
  display: block;
  width: 100%;
  min-height: var(--input-height);
  padding: 1rem 1.5rem;
  font-family: var(--font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  color: #212427;
  border: 0.1rem solid #212427;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: var(--label-line-height);
  border-radius: 0.2rem;
}
.umbraco-forms-field textarea:focus, .umbraco-forms-field textarea:focus-visible {
  outline: 0.1rem solid var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
}
@media (min-width: 576px) {
  .umbraco-forms-field textarea {
    font-size: 1.8rem;
    --label-line-height: 2.8rem;
  }
}
.umbraco-forms-field input[type=checkbox] + label, .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label, .umbraco-forms-field input[type=radio] + label, .umbraco-forms-field input[type=radio] + input[type=hidden] + label {
  position: relative;
  padding-left: 4rem;
  display: block;
  text-align: left;
  cursor: pointer;
}
.umbraco-forms-field input[type=checkbox] + label:before, .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:before, .umbraco-forms-field input[type=radio] + label:before, .umbraco-forms-field input[type=radio] + input[type=hidden] + label:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 2.6rem;
  height: 2.6rem;
  box-shadow: inset 0 0 0.2rem currentColor;
  background: transparent;
}
@media (min-width: 576px) {
  .umbraco-forms-field input[type=checkbox] + label:before, .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:before, .umbraco-forms-field input[type=radio] + label:before, .umbraco-forms-field input[type=radio] + input[type=hidden] + label:before {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.umbraco-forms-field input[type=checkbox] + label:after, .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:after, .umbraco-forms-field input[type=radio] + label:after, .umbraco-forms-field input[type=radio] + input[type=hidden] + label:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
}
@media (min-width: 576px) {
  .umbraco-forms-field input[type=checkbox] + label:after, .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:after, .umbraco-forms-field input[type=radio] + label:after, .umbraco-forms-field input[type=radio] + input[type=hidden] + label:after {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.umbraco-forms-field input[type=checkbox]:checked + label:after, .umbraco-forms-field input[type=checkbox]:checked + input[type=hidden] + label:after, .umbraco-forms-field input[type=radio]:checked + label:after, .umbraco-forms-field input[type=radio]:checked + input[type=hidden] + label:after {
  display: block;
}
.umbraco-forms-field input[type=checkbox]:disabled + label, .umbraco-forms-field input[type=checkbox]:disabled + input[type=hidden] + label, .umbraco-forms-field input[type=radio]:disabled + label, .umbraco-forms-field input[type=radio]:disabled + input[type=hidden] + label {
  color: #c3c9cb;
}
.umbraco-forms-field input[type=checkbox]:disabled + label:before, .umbraco-forms-field input[type=checkbox]:disabled + input[type=hidden] + label:before, .umbraco-forms-field input[type=radio]:disabled + label:before, .umbraco-forms-field input[type=radio]:disabled + input[type=hidden] + label:before {
  border-color: #c3c9cb;
  background: #ffffff;
}
.umbraco-forms-field input[type=radio] + label:before, .umbraco-forms-field input[type=radio] + label:after {
  border-radius: 5rem;
}
.umbraco-forms-field input[type=checkbox] + label:after,
.umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:after {
  content: " ";
  top: 0.4rem;
  left: 0.4rem;
  background: none;
  width: 2rem;
  height: 2rem;
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3C!--! --%3E%3Cpath fill="currentColor" d="M467.9 120l-17 17L187 401l-17 17-17-17L17 265 .1 248 34 214.1l17 17 119 119L417 103l17-17L467.9 120z"/%3E%3C/svg%3E');
  background-color: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
}
@media (min-width: 576px) {
  .umbraco-forms-field input[type=checkbox] + label:after,
  .umbraco-forms-field input[type=checkbox] + input[type=hidden] + label:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.umbraco-forms-field input[type=file]::file-selector-button {
  display: block;
  margin-bottom: 1rem;
}
.umbraco-forms-field input[type=text].datepickerfield {
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: var(--input-height);
  padding: 1rem 1.5rem;
  font-family: var(--font-family, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  color: #212427;
  border: 0.1rem solid #212427;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: var(--label-line-height);
  border-radius: 0.2rem;
}
.umbraco-forms-field input[type=text].datepickerfield:focus, .umbraco-forms-field input[type=text].datepickerfield:focus-visible {
  outline: 0.1rem solid var(--brand-secondary-colour, #994ff3);
  border-color: var(--brand-secondary-colour, #994ff3);
}
@media (min-width: 576px) {
  .umbraco-forms-field input[type=text].datepickerfield {
    font-size: 1.8rem;
    --label-line-height: 2.8rem;
  }
}

.radiobuttonlist, .checkboxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  align-items: flex-start;
}
.radiobuttonlist-vertical, .checkboxlist-vertical {
  flex-direction: column;
}

.umbraco-forms-caption {
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.umbraco-forms-fieldset > legend {
  font-weight: 500;
  margin-bottom: 1.6rem;
  color: color-mix(in oklab, currentColor 97%, #ffffff);
}
.umbraco-forms-fieldset + .umbraco-forms-fieldset {
  margin-top: 2rem;
}

.umbraco-forms-tooltip, .help-block {
  margin-bottom: 1.6rem;
}

.umbraco-forms-field {
  display: grid;
  margin: 0;
}
.umbraco-forms-field + .umbraco-forms-field {
  margin-top: 2rem;
}

.umbraco-forms-field > label, .umbraco-forms-field legend {
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.field-validation-error {
  display: block;
  font-weight: 600;
  margin-top: 1rem;
  color: #d6000b;
  background: color-mix(in oklab, #d6000b 8%, #ffffff);
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  max-width: fit-content;
}

.umbraco-forms-navigation {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
.umbraco-forms-form .hiddenfield {
  display: none;
}

.umbraco-forms-form #recaptcha_widget_div {
  margin-left: 200px;
}

.umbraco-forms-hidden {
  display: none !important;
}

.umbraco-forms-field.richtext > *:not(.umbraco-forms-label) {
  margin: 0;
}

.umbraco-forms-entry-summary-page-caption:not(:first-of-type) {
  margin-top: 1.6rem;
}

.umbraco-forms-entry-summary-fieldset-caption {
  margin-top: 0.8rem;
}

.umbraco-forms-entry-summary-entries > dt {
  margin-top: 0.8rem;
}

.umbraco-forms-page > .umbraco-forms-paging:first-of-type {
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid transparent;
  border-color: color-mix(in oklab, currentColor, #ffffff 90%);
  padding-bottom: 0.8rem;
  flex-direction: column-reverse;
}
.umbraco-forms-page > .umbraco-forms-paging:last-of-type:not(:first-of-type) {
  margin-top: 3.2rem;
  border-top: 0.1rem solid transparent;
  border-color: color-mix(in oklab, currentColor, #ffffff 90%);
  padding-top: 0.8rem;
  flex-direction: column;
}

.umbraco-forms-paging {
  display: flex;
  gap: 1rem;
}

.umbraco-forms-paging-count {
  text-align: right;
  color: color-mix(in oklab, var(--brand-secondary-colour, #994ff3), #ffffff 40%);
}

.umbraco-forms-paging-captions {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: currentColor;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.66rem;
  justify-content: center;
  text-align: center;
}
.umbraco-forms-paging-captions-caption {
  display: inline-block;
  background: color-mix(in oklab, var(--brand-secondary-colour, #994ff3), #ffffff 85%);
  padding: 0 1.6rem;
}
.umbraco-forms-paging-captions-caption:first-of-type {
  border-radius: 3.2rem 0 0 3.2rem;
}
.umbraco-forms-paging-captions-caption:last-of-type:not(:first-of-type) {
  border-radius: 0 3.2rem 3.2rem 0;
}
.umbraco-forms-paging-captions-caption-current {
  background: color-mix(in oklab, var(--brand-secondary-colour, #994ff3), #ffffff 60%);
}

.nav > ul, .nav ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
}
.nav__link--has-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav__link--has-icon > svg {
  margin-top: -0.2rem;
  fill: currentColor;
  width: 100%;
  height: 100%;
  max-height: 1.6rem;
}
.nav--stacked > ul, .nav--stacked ol {
  flex-direction: column;
}
.nav--vertical > ul, .nav--vertical ol {
  flex-direction: column;
  gap: 0.2rem;
}
.nav--social > ul, .nav--social ol {
  gap: 1rem;
  align-items: center;
}
.nav--social .nav__link {
  display: block;
}
.nav--social .nav__item:hover svg {
  opacity: 0.8;
}
.nav--social .nav__item svg {
  display: block;
  fill: currentColor;
  width: 100%;
  height: 3.6rem;
  transition: opacity 0.25s linear;
}
.nav:not(.nav--social):not(.site-navigation__top) .nav__link {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border-bottom: 0.2rem solid transparent;
}
.nav:not(.nav--social):not(.site-navigation__top) .nav__link:hover {
  border-color: currentColor;
}
.nav__dropdown {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.social-nav {
  display: flex;
  gap: 1rem;
}
.social-nav__link {
  display: block;
}
.social-nav__item:hover svg {
  opacity: 0.8;
}
.social-nav__item svg {
  display: block;
  fill: currentColor;
  transition: opacity 0.25s linear;
}

.logo {
  display: block;
}
.logo svg {
  height: 100%;
}
.logo svg path {
  transition: fill 0.25s ease-in-out;
}

.mobile-nav {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
  color: var(--text-color, #212427);
}
.mobile-nav__header {
  display: flex;
  justify-content: end;
}
.mobile-nav__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 0;
  overflow: hidden;
  margin-left: 1rem;
}
.mobile-nav__submenu--open {
  height: auto;
  overflow: auto;
  padding: 2rem 0;
}
.mobile-nav__toggle {
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  background-color: #eeefec;
  text-align: center;
}
.mobile-nav__toggle--rotated > svg {
  transform: rotate(-180deg);
}
.mobile-nav__toggle > svg {
  transition: transform 0.2s linear;
  height: 3rem;
}
.mobile-nav__control {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: space-between;
  border-bottom: 0.1rem solid #c3c9cb;
  padding: 1.5rem 0;
}
.mobile-nav__item {
  margin: 1rem 0;
}
.mobile-nav__sub-nav {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
.mobile-nav__sub-label {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.mobile-nav__sub-image {
  margin-bottom: 0.5rem;
}
.mobile-nav__sub-link:has(svg) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mobile-nav__sub-item {
  color: color-mix(in srgb, #212427, white 5%);
  font-weight: 400;
  font-size: 1.5rem;
  width: fit-content;
}
.mobile-nav__sub-item--feature {
  margin-top: 0.5rem;
  color: color-mix(in srgb, #212427, black 20%);
}

.pre-header {
  background-color: var(--pre-header-background-color, #212427);
  color: var(--pre-header-text-color, #ffffff);
  padding: 0.75rem 0;
}
.pre-header .link.link--with-svg, .pre-header .truncated-text > .link--with-svg.toggle-button, .pre-header .link--with-svg.mega-nav__sub-link, .pre-header .mega-nav__sub-label > a.link--with-svg, .pre-header .link--with-svg.mobile-nav__link, .pre-header .mobile-nav__sub-label > a.link--with-svg, .pre-header .link--with-svg.mobile-nav__sub-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 576px) {
  .pre-header .link.link--with-svg, .pre-header .truncated-text > .link--with-svg.toggle-button, .pre-header .link--with-svg.mega-nav__sub-link, .pre-header .mega-nav__sub-label > a.link--with-svg, .pre-header .link--with-svg.mobile-nav__link, .pre-header .mobile-nav__sub-label > a.link--with-svg, .pre-header .link--with-svg.mobile-nav__sub-link {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.pre-header .link.link--with-svg svg, .pre-header .truncated-text > .link--with-svg.toggle-button svg, .pre-header .link--with-svg.mega-nav__sub-link svg, .pre-header .mega-nav__sub-label > a.link--with-svg svg, .pre-header .link--with-svg.mobile-nav__link svg, .pre-header .mobile-nav__sub-label > a.link--with-svg svg, .pre-header .link--with-svg.mobile-nav__sub-link svg {
  height: 2rem;
}

.link--with-svg {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.link--with-svg > svg {
  fill: currentColor;
}

.header {
  min-height: var(--header-height, 0);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: var(--header-background-color, #ffffff);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  color: var(--header-text-color, #212427);
}
.header .mega-nav {
  height: 100%;
}
.header .button-list {
  align-items: center;
  gap: 1.5rem;
}
.header .burger-button {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
}
.header .burger-button > svg {
  fill: currentColor;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 1400px) {
  .header .burger-button {
    display: none;
    visibility: hidden;
  }
}
.header__logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: max-content;
}
@media (min-width: 1400px) {
  .header__logo {
    height: var(--header-logo-height, 6rem);
  }
}
.header__logo > svg {
  height: var(--header-logo-height, 6rem);
  fill: currentColor;
}

.footer {
  padding: 3rem 0;
  background-color: var(--footer-background-color, #212427);
  color: var(--footer-text-color, #ffffff);
}
.footer__logo > svg {
  height: var(--footer-logo-height, 6rem);
}
.footer__copyright {
  text-align: center;
}
.footer__copyright p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.footer__nav > ul {
  gap: 0 1.5rem;
  justify-content: center;
}
.footer__nav .nav__item {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .footer__nav .nav__item:not(:last-of-type):after {
    content: "|";
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    position: absolute;
  }
}
.footer .social-nav {
  color: var(--footer-social-links-colour, currentColor);
}

.footer-bottom {
  padding: 0.5rem 0;
  background-color: var(--footer-bottom-background-color, #eeefec);
  color: var(--footer-bottom-text-color, #212427);
}
.footer-bottom__copyright {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.footer-top {
  padding: 1rem 0;
  background-color: #000000;
  color: #ffffff;
}

.content-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(var(--space-unit, 1.6rem), min-content);
  row-gap: calc(var(--space-unit, 1.6rem) * (var(--row-gap-multiplier, 1)) * 2);
}
@media (min-width: 992px) {
  .content-list {
    column-gap: calc(var(--space-unit, 1.6rem) * (var(--column-gap-multiplier, 1)) * 2);
  }
}

.content-list__item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--content-list-item--column-span, 1) * 4, 12);
  grid-row: span var(--content-list-item--row-span, 1);
  overflow-wrap: break-word;
}

@media (min-width: 992px) {
  .content-list__item {
    grid-column-end: span min(var(--content-list-item--column-span, 1), 12);
  }
}
@media (max-width: 991px) {
  .content-list__item:empty {
    display: none;
  }
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

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

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

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

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

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

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

.mega-nav {
  --nav-line-height: 1.8rem;
  display: none;
}
@media (min-width: 1400px) {
  .mega-nav {
    display: block;
  }
}
.mega-nav__items {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
}
.mega-nav__item {
  display: flex;
  font-size: 1.8rem;
  line-height: var(--nav-line-height);
  transition: background 0.15s linear, box-shadow 0.15s linear;
  font-weight: 600;
}
.mega-nav__item:hover {
  background: color-mix(in oklab, var(--header-background-color, #ffffff) 95%, var(--header-text-color, #212427));
}
.mega-nav__item--has-dropdown:not(:has(.mega-nav__sub-nav-wrapper--mega)) {
  position: relative;
}
.mega-nav__item--has-dropdown:hover > .mega-nav__link:after {
  opacity: 1;
}
.mega-nav__link {
  padding: calc((var(--header-height) - var(--nav-line-height)) / 2) 1.5rem;
}
.mega-nav__sub-nav-wrapper {
  position: absolute;
  top: 100%;
  min-width: max-content;
  z-index: 1;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  max-height: calc(100vh - var(--header-height, 0));
  overflow-y: auto;
}
.mega-nav__sub-nav-wrapper--dropdown {
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 3.2rem 1.6rem;
  box-shadow: rgba(255, 255, 255, 0.075) 0px 0px 0.5px 1px inset, rgba(20, 21, 26, 0.024) 0px 0.9px 1.25px 0px, rgba(20, 21, 26, 0.05) 0px 3px 5px 0px, rgba(20, 21, 26, 0.09) 0px 12px 20px 0px;
}
.mega-nav__sub-nav-wrapper--mega {
  border-bottom: 0.1rem solid #c3c9cb;
  left: 0;
  width: 100%;
}
.mega-nav__sub-nav--list {
  display: flex;
  gap: 1.5rem;
}
.mega-nav__sub-nav--columns {
  --mega-menu-columns: unset;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(var(--mega-menu-columns), 1fr);
}
.mega-nav__sub-label {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.mega-nav__sub-label > a:has(svg) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
}
.mega-nav__sub-image {
  margin-bottom: 0.5rem;
}
.mega-nav__sub-image a > img {
  border-radius: var(--border-radius-base);
  transition: opacity 0.2s ease;
}
.mega-nav__sub-image a > img:hover {
  opacity: 0.8;
}
.mega-nav__sub-link {
  text-wrap: balance;
}
.mega-nav__sub-link:has(svg) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mega-nav__sub-item {
  color: color-mix(in srgb, #212427, white 5%);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  width: fit-content;
}
.mega-nav__sub-item--featured {
  display: inline-flex;
  align-items: flex-start;
}
.mega-nav__sub-item--feature {
  margin-top: 1rem;
  color: color-mix(in srgb, #212427, black 20%);
}
.mega-nav__featured-badge {
  margin-left: 0.5rem;
  margin-top: 0.4rem;
}

.mega-nav__item--has-dropdown:hover .mega-nav__sub-nav-wrapper {
  opacity: 1;
  visibility: visible;
}

.hero {
  padding: var(--space-lg) 0;
  position: relative;
  z-index: 0;
  min-height: var(--hero-min-height, unset);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--hero-text-colour, #ffffff);
  background: var(--hero-bg-colour, #212427);
}
.hero__inner {
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero__title {
  font-weight: 600;
  text-wrap: balance;
}
.hero__title + .hero__richtext {
  margin-top: 1rem;
}
.hero__content {
  max-width: 90rem;
  z-index: 1;
}
.hero__content + .button-list {
  margin-top: 3rem;
}
.hero__content-wrapper {
  --content-wrapper-spacer: 2rem;
  max-width: 90rem;
  border-radius: 0.8rem;
  padding: var(--content-wrapper-spacer) calc(var(--content-wrapper-spacer) * 1.5);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
@media (min-width: 992px) {
  .hero__content-wrapper {
    --content-wrapper-spacer: 2.5rem;
  }
}
.hero__content-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__gradient {
  position: absolute;
  inset: 0;
  background-color: var(--hero-bg-colour, #212427);
  opacity: var(--hero-gradient-opacity, 0);
}
.hero--center-content .hero__inner .row:first-of-type {
  justify-content: center;
}
.hero--center-content .hero__inner .hero__content {
  text-align: center;
}
.hero--center-content .hero__inner .button-list {
  justify-content: center;
}

.icon-card-list {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .icon-card-list--2-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 576px) {
  .icon-card-list--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .icon-card-list--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) {
  .icon-card-list--4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .icon-card-list--4-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .icon-card-list--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .icon-card-list--5-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .icon-card-list--5-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .icon-card-list--5-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .icon-card-list--5-col {
    grid-template-columns: repeat(5, 1fr);
  }
}

.icon-card {
  display: flex;
  padding: 2rem;
  position: relative;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: calc(var(--border-radius-base) * 2);
}
.icon-card:is(a) {
  transition: transform 0.3s linear, box-shadow 0.3s linear;
}
.icon-card:is(a):hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.icon-card__link {
  display: block;
  height: 100%;
}
.icon-card__icon {
  flex-shrink: 0;
  display: inline-flex;
  aspect-ratio: 1/1;
  height: var(--icon-size, 80px);
  margin: 0 0 1.6rem;
  border-radius: 50%;
  border: 0.2rem solid transparent;
}
.icon-card__icon > svg {
  width: 100%;
  height: 100%;
  max-width: calc(var(--icon-size, 80px));
  max-height: calc(var(--icon-size, 80px));
  color: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
  fill: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
  margin: auto;
}
.icon-card__icon--circle:not(.icon-card__icon--solid) {
  background-color: color-mix(in oklab, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf)) 15%, #ffffff);
  border-color: color-mix(in oklab, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf)) 15%, #ffffff);
}
.icon-card__icon--outline {
  border-color: color-mix(in oklab, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf)) 50%, #ffffff);
}
.icon-card__icon--solid {
  background-color: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
  border-color: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
}
.icon-card__icon--solid > svg {
  color: #ffffff;
  fill: #ffffff;
}
.icon-card__icon--solid.icon-card__icon--outline {
  border-color: color-mix(in oklab, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf)) 50%, #ffffff);
}
.icon-card__icon--outline > svg, .icon-card__icon--circle > svg, .icon-card__icon--solid > svg {
  max-width: calc(var(--icon-size, 80px) / 2);
  max-height: calc(var(--icon-size, 80px) / 2);
}
.icon-card__image {
  margin: 0 0 1.6rem;
}
.icon-card__title {
  text-wrap: balance;
}
.icon-card__text {
  margin-top: 1.6rem;
}

.page-control {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.6rem;
}
.page-control--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-control:not(.page-control--disabled):hover .page-control__text {
  opacity: 0.7;
}
.page-control:not(.page-control--disabled):hover svg {
  transform: scale(1.05);
}
.page-control__icon svg {
  height: 8rem;
  fill: currentColor;
  transition: transform 0.25s ease;
}
.page-control__text {
  font-size: 2rem;
  line-height: 3rem;
  transition: opacity 0.25s ease;
}

.google-map {
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.google-map > iframe {
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.google-map--grayscale {
  filter: grayscale(1);
}

.gallery-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-unit, 1.6rem);
}
.gallery-grid > * {
  width: calc((100% - var(--space-unit, 1.6rem)) / 2);
}
.gallery-grid--1-col > * {
  width: 100%;
}
.gallery-grid--2-col > * {
  width: calc((100% - var(--space-unit, 1.6rem)) / 2);
}
@media (min-width: 992px) {
  .gallery-grid--2-col > * {
    width: calc((100% - var(--space-unit, 1.6rem)) / 2);
  }
}
@media (min-width: 992px) {
  .gallery-grid--3-col > * {
    width: calc((100% - var(--space-unit, 1.6rem--space-unit, 1.6rem) * 2) / 3);
  }
}
@media (min-width: 992px) {
  .gallery-grid--4-col > * {
    width: calc((100% - var(--space-unit, 1.6rem--space-unit, 1.6rem) * 3) / 4);
  }
}
@media (min-width: 992px) {
  .gallery-grid--5-col > * {
    width: calc((100% - var(--space-unit, 1.6rem--space-unit, 1.6rem) * 4) / 5);
  }
}
.gallery-grid__item > img {
  width: 100%;
  transition: 0.3s;
  border-radius: var(--border-radius-base);
}
.gallery-grid__item:hover > img {
  transform: translateY(-0.2rem);
  opacity: 0.8;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
.gallery-grid__item--featured {
  width: 100%;
}
.gallery-grid__item--video {
  position: relative;
}
.gallery-grid__item--video > svg {
  position: absolute;
  fill: color-mix(in oklab, #000000 20%, #ffffff);
  border-radius: 50%;
  backdrop-filter: blur(0.5rem);
  overflow: hidden;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  top: calc(100% - 75px);
  left: calc(100% - 75px);
}
.gallery-grid__item--video:hover > svg {
  transform: translateY(-0.1rem);
}

.accordion-item {
  position: relative;
  border-bottom: 0.2rem solid;
}
.accordion-item__top {
  padding: 2rem 4rem 2rem 0;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  isolation: isolate;
}
.accordion-item__top::before {
  content: "+";
  color: currentColor;
  position: absolute;
  right: 0;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  font-size: 3.6rem;
}
.accordion-item--open .accordion-item__top::before {
  transform: rotate(135deg);
}
.accordion-item__content {
  overflow: hidden;
  transition: max-height 0.3s linear;
}
.accordion-item__content > .richtext {
  padding-bottom: 2rem;
}

.content-list__item:has(.cta-card) {
  container-name: cta-card;
  container-type: inline-size;
}
.content-list__item:has(.cta-card) > .cta-card .cta-card__cta {
  margin-top: auto;
}

.cta-card {
  --cta-background-colour: var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf));
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 4rem;
  gap: 3rem;
  border-radius: var(--border-radius-base);
  overflow: hidden;
  min-height: 12rem;
  align-items: flex-start;
  color: #ffffff;
}
.cta-card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}
.cta-card__gradient {
  position: absolute;
  inset: 0;
  background-color: color-mix(in oklab, var(--cta-background-colour) 80%, #000000);
}
.cta-card__gradient--paper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 2.2px, transparent 2.2px), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 2.2px, transparent 2.2px), linear-gradient(rgba(0, 0, 0, 0.3) 1.1px, transparent 1.1px), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 1.1px, transparent 1.1px);
  background-size: 55px 55px, 55px 55px, 11px 11px, 11px 11px;
  background-position: -2.2px -2.2px, -2.2px -2.2px, -1.1px -1.1px, -1.1px -1.1px;
}
.cta-card__gradient--diagonal {
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 5px, transparent 5px, transparent 25px);
}
.cta-card__gradient--diagonal-v2 {
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 5px, transparent 5px, transparent 25px);
}
.cta-card__gradient--rhombus {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%), linear-gradient(225deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%), linear-gradient(315deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 10px 10px;
  background-repeat: repeat;
}
.cta-card__gradient--isometric {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(0, 0, 0, 0.3) 87.5%, rgba(0, 0, 0, 0.3)), linear-gradient(150deg, rgba(0, 0, 0, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(0, 0, 0, 0.3) 87.5%, rgba(0, 0, 0, 0.3)), linear-gradient(30deg, rgba(0, 0, 0, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(0, 0, 0, 0.3) 87.5%, rgba(0, 0, 0, 0.3)), linear-gradient(150deg, rgba(0, 0, 0, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(0, 0, 0, 0.3) 87.5%, rgba(0, 0, 0, 0.3)), linear-gradient(60deg, rgba(0, 0, 0, 0.3) 25%, transparent 25.5%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3)), linear-gradient(60deg, rgba(0, 0, 0, 0.3) 25%, transparent 25.5%, transparent 75%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3));
  background-size: 32px 56px;
  background-position: 0 0, 0 0, 16px 28px, 16px 28px, 0 0, 16px 28px;
}
.cta-card__gradient--lines {
  background-image: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.3) 50%);
  background-size: 16px 16px;
}
.cta-card__gradient--lines-v2 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 8px, transparent 8px, transparent);
  background-size: 16px 100%;
}
.cta-card__gradient--polka {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 0.8px, transparent 0.8px);
  background-size: 16px 16px;
}
.cta-card__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.cta-card__title {
  font-weight: 600;
}
.cta-card__cta {
  z-index: 1;
}
.cta-card--secondary {
  --cta-background-colour: var(--brand-secondary-colour, var(--brand-secondary-colour, #994ff3));
}
.cta-card--tertiary {
  --cta-background-colour: var(--brand-tertiary-colour, var(--brand-tertiary-colour, #fbdd74));
}

@container cta-card (width > 929px) {
  .cta-card {
    flex-direction: row;
  }
  .cta-card .cta-card__content {
    max-width: 80rem;
  }
  .cta-card .cta-card__cta {
    align-self: flex-end;
    margin-left: auto;
  }
  .cta-card .cta-card__image {
    width: 50%;
    opacity: 1;
  }
  .cta-card:has(.cta-card__image) > .cta-card__content {
    max-width: calc(50% - 4rem);
  }
}
.blog-card-list {
  display: grid;
  gap: 2rem;
  grid-auto-rows: minmax(500px, auto);
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
@media (min-width: 576px) {
  .blog-card-list {
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  }
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: transform 0.3s linear;
  color: #ffffff;
}
.blog-card:hover {
  transform: translateY(-0.4rem);
}
.blog-card:hover .blog-card__arrow > svg {
  transform: translateY(0);
  opacity: 1;
}
.blog-card__image {
  position: absolute;
  inset: 0;
}
.blog-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  white-space: nowrap;
}
.blog-card__link > svg {
  width: 100%;
  height: 1.4rem;
  fill: currentColor;
}
.blog-card__content {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  backdrop-filter: blur(2.5rem);
}
.blog-card__label, .blog-card__date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: color-mix(in oklab, currentColor 95%, #000000);
}
.blog-card__subtitle {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: color-mix(in oklab, currentColor 95%, #000000);
}
.blog-card__arrow {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}
.blog-card__arrow > svg {
  will-change: transform;
  transform: translateY(20%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  fill: currentColor;
  height: 4rem;
}
.blog-card__title {
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: pretty;
}

.blog-list__search + .blog-list__body {
  margin-top: 3rem;
}
.blog-list__no-results {
  padding: 3rem 0;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(var(--brand-primary-colour, #4fc4cf), 0.9);
  display: flex;
  align-items: center;
}

.sk-cube-grid {
  width: 10rem;
  height: 10rem;
  margin: 10rem auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--brand-secondary-colour, #994ff3);
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-sdl .goverlay {
  background: rgba(0, 0, 0, 0.85);
}
.glightbox-sdl .gbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.4);
}
.glightbox-sdl .gbtn svg {
  fill: #ffffff;
}
.glightbox-sdl .gclose {
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
}
.glightbox-sdl .gprev {
  position: absolute;
  top: calc(50% - 1.75rem);
  left: 4.8rem;
}
.glightbox-sdl .gnext {
  position: absolute;
  top: calc(50% - 1.75rem);
  right: 4.8rem;
}

.feature {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .feature {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .feature {
    flex-direction: row;
    align-items: center;
  }
}
.feature__image {
  flex-shrink: 0;
  width: 100%;
  border-radius: var(--border-radius-base);
}
@media (min-width: 992px) {
  .feature__image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .feature__content {
    padding-left: 10rem;
    padding-right: 0;
  }
}
.feature__richtext + .feature__cta {
  margin-top: 3rem;
}
.feature__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .feature--invert {
    flex-direction: row-reverse;
  }
  .feature--invert .feature__content {
    padding-right: 10rem;
    padding-left: 0;
  }
}

.overview-card-list {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .overview-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .overview-card-list--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .overview-card-list--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .overview-card-list--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.overview-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--space-unit, 1.6rem) / 2);
}
.overview-card--centred {
  text-align: center;
  align-items: center;
}
.overview-card__image {
  width: 100%;
}
.overview-card__button {
  margin-top: calc(var(--space-unit, 1.6rem) / 2);
}
.overview-card .richtext {
  margin-bottom: auto;
}
.overview-card--boxed {
  overflow: hidden;
  background-color: #ffffff;
  color: #212427;
  border-radius: var(--border-radius-base);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(33, 36, 39, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(33, 36, 39, 0.15);
  padding-bottom: var(--space-unit, 1.6rem);
  transition: transform 0.3s linear, box-shadow 0.3s linear;
}
.overview-card--boxed:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(33, 36, 39, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(33, 36, 39, 0.15);
}
.overview-card--boxed .overview-card__image > img {
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}
.overview-card--boxed > *:not(.overview-card__image) {
  margin-left: var(--space-unit, 1.6rem);
  margin-right: var(--space-unit, 1.6rem);
}
.overview-card--boxed > a:has(.overview-card__image) {
  margin-left: 0;
  margin-right: 0;
}

.type-writer {
  display: inline-flex;
  flex-wrap: wrap;
}
.type-writer__text {
  color: var(--brand-secondary-colour, #994ff3);
}
.type-writer__blinking-cursor {
  color: currentColor;
  animation: 1s blink step-end infinite;
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: currentColor;
    opacity: 0.5;
  }
}
.logo-grid {
  display: grid;
  gap: 6rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.logo-grid__item {
  display: flex;
  justify-content: center;
}
.logo-grid__item > svg, .logo-grid__item img {
  width: fit-content;
  max-width: 100%;
  height: 6rem;
}
.logo-grid__item > svg {
  fill: currentColor;
}

.embed {
  --embed-ratio: 16/9;
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.embed iframe, .embed video {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--embed-ratio);
  object-fit: cover;
}
.embed video {
  display: block;
}
.embed--1-1 {
  --embed-ratio: 1/1;
}
.embed--3-2 {
  --embed-ratio: 3/2;
}
.embed--4-3 {
  --embed-ratio: 4/3;
}
.embed--16-9 {
  --embed-ratio: 16/9;
}
.embed--9-16 {
  --embed-ratio: 9/16;
}

.stacked-images {
  --stacked-images-distance: 8rem;
  display: flex;
  margin: var(--stacked-images-distance) 0;
}
.stacked-images__item {
  z-index: 1;
  transition: 0.2s;
  flex-shrink: 1;
}
.stacked-images__item > img {
  border-radius: var(--border-radius-base);
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
.stacked-images__item:nth-child(1) {
  transform: translatey(calc(var(--stacked-images-distance) * -1));
}
.stacked-images__item:nth-child(2) {
  margin-bottom: -8rem;
}
.stacked-images__item:nth-child(3) {
  transform: translatey(var(--stacked-images-distance));
}
.stacked-images__item:not(:nth-child(1)) {
  margin-left: calc(var(--stacked-images-distance) * -1);
}

.google-reviews__title {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  gap: 0.5rem;
  align-items: center;
}
.google-reviews__google-logo > svg {
  width: 6rem;
}
@media (min-width: 768px) {
  .google-reviews__google-logo > svg {
    width: 10rem;
  }
}

.review-stars, .google-review__stars {
  display: flex;
}
.review-stars svg, .google-review__stars svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #FFA41B;
}

.google-review {
  padding: 2rem;
  background-color: #F2F2F2;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
}
.google-review__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.google-review__profile-image {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}
.google-review__details {
  margin-right: 4rem;
}
.google-review__details > p {
  text-transform: capitalize;
}
.google-review__logo {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.google-review__logo > svg {
  width: 3rem;
  height: 3rem;
}
.google-review__stars svg {
  width: 2rem;
  height: 2rem;
}

.google-review-stamp {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  gap: 0.5rem;
  align-items: center;
}

.initials {
  display: inline-flex;
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: var(--brand-secondary-colour, #994ff3);
}
.initials__text {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.initials--colour-1 {
  background-color: #5C6BC0;
}
.initials--colour-2 {
  background-color: #AB47BC;
}
.initials--colour-3 {
  background-color: #004D40;
}
.initials--colour-4 {
  background-color: #2C2C54;
}
.initials--colour-5 {
  background-color: #BF360C;
}

.google-review-list {
  --gallery-grid-gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-grid-gap);
}
.google-review-list > * {
  flex-grow: 1;
  min-height: 23rem;
}
@media (min-width: 1200px) {
  .google-review-list > * {
    width: calc((100% - var(--gallery-grid-gap) * 2) / 3);
  }
}

.truncated-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.truncated-text > .toggle-button {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: currentColor;
  align-self: flex-start;
  opacity: 0.9;
}
.truncated-text .content-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.truncated-text:has(.toggle-button):not(.read-more) .content-wrapper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3rem;
  background-image: linear-gradient(to bottom, transparent, #F2F2F2);
}

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 8rem;
}

.modal-dialog {
  background-color: #ffffff;
  border-radius: var(--border-radius-base);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  width: 100%;
  max-width: 64rem;
  top: 8rem;
  position: relative;
}

.modal-dialog--basket {
  max-width: 130rem;
}

.modal-dialog__content {
  margin-top: 2rem;
}

.modal-dialog__header {
  text-align: end;
}

.modal-close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  transition: opacity 0.25s linear;
}
.modal-close:hover {
  opacity: 0.7;
}

.modal-fade-enter-active, .modal-fade-leave-active {
  transition: opacity 0.3s ease;
}

.modal-fade-enter, .modal-fade-leave-to {
  opacity: 0;
}

.search-auto-complete {
  position: relative;
}
.search-auto-complete__results {
  border: 0.1rem solid var(--brand-primary-colour, #4fc4cf);
  border-top: 0;
  height: 18.4rem;
  background-color: #ffffff;
  overflow: auto;
}
@media (min-width: 576px) {
  .search-auto-complete__results {
    height: 19.6rem;
  }
}
.search-auto-complete__result {
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.1s ease, color 0.1s ease;
}
@media (min-width: 576px) {
  .search-auto-complete__result {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}
.search-auto-complete__result--is-active, .search-auto-complete__result:hover {
  background-color: #eeefec;
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-results .search-result:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 0.1rem #c3c9cb solid;
}

.points-of-interest-wrapper {
  position: relative;
}
.points-of-interest-wrapper > img {
  display: block;
  border-radius: var(--border-radius-base);
  width: 100%;
}

.points-of-interest {
  pointer-events: none;
}
.points-of-interest__item {
  position: absolute;
  pointer-events: auto;
}
.points-of-interest__item--visited button {
  background-color: color-mix(in oklab, var(--brand-primary-colour) 40%, #ffffff);
  backdrop-filter: blur(10px);
}
.points-of-interest__item--visited button::after {
  display: none;
}
.points-of-interest__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  background-color: var(--brand-primary-colour);
  box-shadow: inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.points-of-interest__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 1px 1px color-mix(in oklab, var(--brand-primary-colour) 40%, #ffffff);
  animation: poi-pulse 2s infinite;
}
.points-of-interest__btn .plus-icon {
  color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.points-of-interest__btn:hover .plus-icon {
  transform: scale(1.1);
}

.plus-icon {
  height: 1.2rem;
  width: 1.2rem;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

@-webkit-keyframes poi-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes poi-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.breadcrumbs {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: currentColor;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs::-webkit-scrollbar {
  width: 1rem;
}
.breadcrumbs::-webkit-scrollbar:horizontal {
  height: 1rem;
}
.breadcrumbs::-webkit-scrollbar-track {
  background-color: rgba(195, 201, 203, 0.4);
}
.breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background-color: rgba(195, 201, 203, 0.4);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.breadcrumbs > ol {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.33rem;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 0.33rem;
}
.breadcrumbs__item svg {
  flex: none;
  fill: currentColor;
}
.breadcrumbs__item > span, .breadcrumbs__item a {
  display: inline-flex;
  white-space: nowrap;
}

.breadcrumb-section {
  color: var(--section-text-colour, #212427);
  background: var(--section-bg-colour, #ffffff);
}

.sticky-wrapper {
  position: relative;
}
.sticky-wrapper__item {
  --section-offset: 3rem;
  position: sticky;
  top: calc(var(--header-height, 0) + var(--section-offset));
}
@media (min-width: 992px) {
  .sticky-wrapper__item {
    --section-offset: 5rem;
  }
}

.share-icon {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.sticky-sharebar {
  display: flex;
  align-items: center;
  position: fixed;
  pointer-events: none;
  z-index: 10;
  height: 100%;
  top: 0;
  right: 1.5rem;
}
.sticky-sharebar__list {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50em;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  padding: 0.4rem;
}
.sticky-sharebar__btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  border-radius: 50%;
}
.sticky-sharebar__btn svg {
  position: relative;
  color: hsl(225, 4%, 47%);
  height: 2rem;
  width: 2rem;
  display: block;
  margin: auto;
  z-index: 2;
  transition: color 0.2s;
}
.sticky-sharebar__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  background-color: hsla(230, 13%, 9%, 0.1);
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sticky-sharebar__btn:hover::before {
  transform: scale(1);
}
.sticky-sharebar__btn:hover svg {
  color: hsl(230, 13%, 9%);
}

.tabs .container {
  padding: 0;
}
.tabs .tabs-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tabs .tabs-controls__item {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #eeefec;
  color: #212427;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  transition: background-color 0.25s linear;
  margin-bottom: 2rem;
  border-radius: calc(var(--border-radius-base) * 2);
}
@media (min-width: 768px) {
  .tabs .tabs-controls__item {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 1200px) {
  .tabs .tabs-controls__item {
    width: calc((100% - 3rem) / 4);
  }
}
.tabs .tabs-controls__item:hover:not(.tabs-controls__item--active) {
  background-color: #c3c9cb;
}
.tabs .tabs-controls__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid transparent;
}
.tabs .tabs-controls__item--active {
  background-color: #c3c9cb;
}
.tabs .tabs-controls__item--active:before {
  border-top-color: #c3c9cb;
}

.badge {
  --badge-background-colour: #212427;
  --badge-border-colour: #212427;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  background-color: var(--badge-background-colour);
  border: 0.1rem solid var(--badge-border-colour);
  border-radius: 0.4rem;
}
.badge--primary {
  --badge-background-colour: var(--brand-primary-colour);
  --badge-border-colour: var(--brand-primary-colour);
}
.badge--alt {
  --badge-background-colour: transparent;
  --badge-border-colour: currentColor;
  color: currentColor;
}
.badge--secondary {
  --badge-background-colour: var(--brand-secondary-colour);
  --badge-border-colour: var(--brand-secondary-colour);
}
.badge--warning {
  --badge-background-colour: #FFCC00;
  --badge-border-colour: #FFCC00;
  color: #000000;
}
.badge--off-white {
  --badge-background-colour: $off-white;
  --badge-border-colour: $off-white;
  color: #000000;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.date-badge {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1;
  border: 0.1rem solid currentColor;
  border-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 20%, #ffffff);
  color: currentColor;
  text-wrap: nowrap;
  border-radius: 0.4rem;
}
.date-badge--sold-out {
  opacity: 0.3;
}
.date-badge--cancelled {
  opacity: 0.3;
}
.date-badge__date {
  padding: 0.5rem 1rem;
  font-weight: 700;
  background-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 20%, #ffffff);
}
.date-badge__time {
  flex-grow: 1;
  background-color: color-mix(in oklab, var(--brand-primary-colour, #4fc4cf) 10%, #ffffff);
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.date-badge-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}

.hero-carousel {
  --swiper-pagination-bullet-width: 1.4rem;
  --swiper-pagination-bullet-height: 1.4rem;
  --swiper-pagination-bullet-inactive-color: #eeefec;
  --swiper-theme-color: #eeefec;
}

.compare-slider {
  position: relative;
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.compare-slider img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.compare-slider__input-handle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.compare-slider__handle {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  color: hsl(230, 13%, 9%);
  background-color: hsl(0, 0%, 100%);
  cursor: grab;
  will-change: left;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) translateX(-50%) scale(0);
  margin-left: -1px;
  opacity: 0;
}
.compare-slider__handle > svg {
  font-size: 24px;
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}
.compare-slider__img {
  position: relative;
  user-select: none;
  overflow: hidden;
}
.compare-slider__img--original .compare-slider__caption {
  right: 0;
}
.compare-slider__img--modified {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transform: translateZ(0);
  border-right: 2px solid #ffffff;
  will-change: width;
}
.compare-slider__img--modified img {
  height: 100%;
  width: auto;
  max-width: none;
}
.compare-slider__img--modified .compare-slider__caption {
  left: 0;
}
.compare-slider__caption {
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.compare-slider__caption--hide {
  opacity: 0;
  visibility: hidden;
}
.compare-slider--in-viewport .compare-slider__handle {
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress-bar__value {
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.progress-bar__bg {
  --progress-bar-width: 20rem;
  --progress-bar-height: .8rem;
  --progress-bar-radius: 50em;
  position: relative;
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: var(--progress-bar-radius);
  background-color: rgba(20, 21, 26, 0.1);
  flex-grow: 1;
  overflow: hidden;
}
.progress-bar__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: currentColor;
}

.sr-only, .sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.marquee {
  --marquee-gap: 3rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--marquee-gap);
}
.marquee__content {
  animation: scroll var(--marquee-animation-speed, 40s) linear infinite;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--marquee-gap);
  min-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
.marquee--gradient {
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 15%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.86) 85%, rgba(0, 0, 0, 0));
}
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}
.marquee--blurred-edges {
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--marquee-gap)));
  }
}
.container--full-width .marquee {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.social-link {
  --size: 4.5rem;
  --svg-size: calc(var(--size) - 2rem);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212427;
  background-color: var(--bg-colour, #212427);
  transition: background-color 0.3s linear;
}
.social-link:hover {
  background-color: color-mix(in oklab, var(--bg-colour, #212427) 75%, #ffffff);
}
.social-link:hover svg {
  transform: scale(1.1);
}
.social-link svg {
  height: var(--svg-size);
  width: var(--svg-size);
  display: inline-block;
  fill: #ffffff;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.social-link--small {
  --size: 3.6rem;
  --svg-size: 2rem;
}
.social-link--large {
  --size: 6rem;
  --svg-size: 3.4rem;
}
.social-link--facebook {
  --bg-colour: #1877F2;
}
.social-link--instagram {
  --bg-colour: #E4405F;
}
.social-link--x-twitter {
  --bg-colour: #000;
}
.social-link--linkedin {
  --bg-colour: #0077B5;
}
.social-link--youtube {
  --bg-colour: #FF0000;
}

.blurb-list {
  --blurb-list-gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--blurb-list-gap);
  color: var(--text-colour);
}
.blurb-list[style*="--blurb-background-colour"] {
  padding: 3rem 2rem;
  background-color: var(--blurb-background-colour);
  border-radius: 0.8rem;
  border: 0.2rem solid transparent;
  border-color: color-mix(in oklab, var(--blurb-background-colour) 97%, #000000);
}
.blurb-list > * {
  width: 100%;
}
@media (min-width: 768px) {
  .blurb-list--2-col > * {
    width: calc((100% - var(--blurb-list-gap)) / 2);
  }
}
@media (min-width: 768px) {
  .blurb-list--3-col > * {
    width: calc((100% - var(--blurb-list-gap)) / 2);
  }
}
@media (min-width: 992px) {
  .blurb-list--3-col > * {
    width: calc((100% - var(--blurb-list-gap) * 2) / 3);
  }
}
@media (min-width: 768px) {
  .blurb-list--4-col > * {
    width: calc((100% - var(--blurb-list-gap)) / 2);
  }
}
@media (min-width: 1400px) {
  .blurb-list--4-col > * {
    width: calc((100% - var(--blurb-list-gap) * 3) / 4);
  }
}
@media (min-width: 768px) {
  .blurb-list--5-col > * {
    width: calc((100% - var(--blurb-list-gap)) / 2);
  }
}
@media (min-width: 992px) {
  .blurb-list--5-col > * {
    width: calc((100% - var(--blurb-list-gap) * 2) / 3);
  }
}
@media (min-width: 1400px) {
  .blurb-list--5-col > * {
    width: calc((100% - var(--blurb-list-gap) * 4) / 5);
  }
}

.blurb__top {
  display: flex;
  gap: 1.6rem;
}
.blurb__bottom {
  display: flex;
  gap: 1.6rem;
}
.blurb:is(a) {
  padding: 1.6rem;
  transition: transform 0.3s linear, box-shadow 0.3s linear;
  border-radius: 0.8rem;
}
.blurb:is(a):hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(60, 64, 67, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(60, 64, 67, 0.15);
}
.blurb__link {
  display: block;
  height: 100%;
}
.blurb__icon {
  flex-shrink: 0;
  display: inline-flex;
  aspect-ratio: 1/1;
  height: var(--icon-size, 80px);
}
.blurb__icon > svg {
  width: 100%;
  height: 100%;
  max-width: calc(var(--icon-size, 80px));
  max-height: calc(var(--icon-size, 80px));
  fill: var(--icon-colour, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf)));
  margin: auto;
}
.blurb__icon--circle, .blurb__icon--outline {
  border-radius: 50%;
  border: 0.2rem solid transparent;
}
.blurb__icon--circle {
  background-color: color-mix(in oklab, var(--icon-colour, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf))) 10%, #ffffff);
  border-color: color-mix(in oklab, var(--icon-colour, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf))) 10%, #ffffff);
}
.blurb__icon--outline {
  border-color: color-mix(in oklab, var(--icon-colour, var(--brand-primary-colour, var(--brand-primary-colour, #4fc4cf))) 50%, #ffffff);
}
.blurb__icon--outline > svg, .blurb__icon--circle > svg {
  max-width: calc(var(--icon-size, 80px) / 2);
  max-height: calc(var(--icon-size, 80px) / 2);
}
.blurb__title {
  text-wrap: balance;
  align-self: center;
}

.team-member-list {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .team-member-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .team-member-list--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .team-member-list--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .team-member-list--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-member {
  display: flex;
  position: relative;
  overflow: hidden;
  color: #212427;
  border-radius: var(--border-radius-base);
  box-shadow: 0 0.1rem 0.2rem 0 rgba(33, 36, 39, 0.3), 0 0.1rem 0.3rem 0.1rem rgba(33, 36, 39, 0.15);
  transition: transform 0.3s linear, box-shadow 0.3s linear;
  background: #ffffff;
}
.team-member__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: hsla(230, 13%, 9%, 0.8);
  backdrop-filter: blur(10px);
  padding: var(--space-sm);
  color: #ffffff;
  background-blend-mode: multiply;
}
.team-member__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.team-member__job-title {
  color: color-mix(in oklab, currentColor 80%, #000000);
}

.drawer-navigation {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-height);
}
.drawer-navigation > .container {
  height: 100%;
}
.drawer-navigation__control-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
}

.off-canvas__drawer {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translateX(105%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-top: solid 0.1rem #c3c9cb;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
  max-width: 85vw;
}
@media (min-width: 768px) {
  .off-canvas__drawer {
    max-width: 40rem;
  }
}
.off-canvas__drawer .mobile-nav {
  padding-block: 1.5rem;
}
.off-canvas__drawer--open {
  transform: translateX(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -1rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -2rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.visually-hidden, [v-cloak], .umbraco-forms-field input[type=checkbox], .umbraco-forms-field input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px;
  padding: 0;
  border: 0;
}

.bg-white {
  background-color: #ffffff;
}
.bg-off-white {
  background-color: #eeefec;
}
.bg-off-pink {
  background-color: #fedde3;
}
.bg-grey {
  background-color: #c3c9cb;
}
.bg-primary {
  background-color: var(--brand-primary-colour, #4fc4cf);
}
.bg-secondary {
  background-color: var(--brand-secondary-colour, #994ff3);
}
.bg-tertiary {
  background-color: var(--brand-tertiary-colour, #fbdd74);
}

.color-primary {
  color: var(--brand-primary-colour, #4fc4cf);
}
.color-secondary {
  color: var(--brand-secondary-colour, #994ff3);
}
.color-tertiary {
  color: var(--brand-tertiary-colour, #fbdd74);
}
.color-white {
  color: #ffffff;
}
.color-off-black {
  color: #212427;
}

.color-mix-white-10 {
  color: color-mix(in oklab, currentColor 10%, #ffffff);
}
.color-mix-white-20 {
  color: color-mix(in oklab, currentColor 20%, #ffffff);
}
.color-mix-white-30 {
  color: color-mix(in oklab, currentColor 30%, #ffffff);
}
.color-mix-white-40 {
  color: color-mix(in oklab, currentColor 40%, #ffffff);
}
.color-mix-white-50 {
  color: color-mix(in oklab, currentColor 50%, #ffffff);
}
.color-mix-white-60 {
  color: color-mix(in oklab, currentColor 60%, #ffffff);
}
.color-mix-white-70 {
  color: color-mix(in oklab, currentColor 70%, #ffffff);
}
.color-mix-white-80 {
  color: color-mix(in oklab, currentColor 80%, #ffffff);
}
.color-mix-white-90 {
  color: color-mix(in oklab, currentColor 90%, #ffffff);
}

.gap-x-1 {
  row-gap: 1rem;
}
.gap-x-2 {
  row-gap: 2rem;
}
.gap-x-3 {
  row-gap: 3rem;
}
.gap-x-4 {
  row-gap: 4rem;
}
.gap-x-5 {
  row-gap: 5rem;
}
.gap-x-6 {
  row-gap: 6rem;
}

.gap-y-1 {
  column-gap: 1rem;
}
.gap-y-2 {
  column-gap: 2rem;
}
.gap-y-3 {
  column-gap: 3rem;
}
.gap-y-4 {
  column-gap: 4rem;
}
.gap-y-5 {
  column-gap: 5rem;
}
.gap-y-6 {
  column-gap: 6rem;
}
