@charset "UTF-8";
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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,
pre,
samp {
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 (changed) */
  font-size: inherit; /* 1 (changed) */
  line-height: inherit; /* 1 (changed) */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.75;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #9E0F0D;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid #FCDBDB;
}
a:focus, a:hover, a:active, a.active {
  color: #6f0b09;
  text-decoration: none;
  border-color: #CE8786;
}
a:visited {
  color: #9E0F0D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 1.8rem;
}

h2,
.h2 {
  font-size: 1.2rem;
}

h3,
.h3 {
  font-size: 0.9rem;
}

h4,
.h4 {
  font-size: 0.8rem;
  line-height: 1.5;
}

h5,
.h5 {
  font-size: 0.7rem;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.8rem;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #CE8786;
  line-height: 1.5;
}

p {
  margin: 0 0 1.2rem;
}

strong {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #384043;
  color: #f2f2f2;
  font-size: 0.7rem;
}

mark {
  background: #ffe9b3;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}

blockquote {
  border-left: 0.1rem solid #E6E6E6;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 1.2rem 0 1.2rem 1.6rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
  list-style-position: outside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
  list-style-position: outside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
table .table-striped tbody tr.active {
  background: #f4f6f6;
}
table .table-hover tbody tr:hover {
  background: #f4f6f6;
}
table .table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
table td,
table th {
  border-bottom: 0.05rem solid #E6E6E6;
  padding: 0.6rem 0.4rem;
}
table th {
  border-bottom-width: 0.1rem;
}

.btn, .block-cta a,
.block-cta a:link,
.block-cta a:visited, .position-membership a, .home-tpl .position-introduction a,
.btn:visited,
input.btn {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
  background: #9E0F0D;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  outline: none;
  padding: 0.5rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus, .block-cta a:focus, .position-membership a:focus, .home-tpl .position-introduction a:focus,
.btn:visited:focus,
input.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(158, 15, 13, 0.2);
}
.btn:focus, .block-cta a:focus, .position-membership a:focus, .home-tpl .position-introduction a:focus, .btn:hover, .block-cta a:hover, .position-membership a:hover, .home-tpl .position-introduction a:hover,
.btn:visited:focus,
.btn:visited:hover,
input.btn:focus,
input.btn:hover {
  background: #CE001B;
  border-color: #900e0c;
  text-decoration: none;
  color: #fff;
}
.btn:active, .block-cta a:active, .position-membership a:active, .home-tpl .position-introduction a:active, .btn.active, .block-cta a.active, .position-membership a.active, .home-tpl .position-introduction a.active,
.btn:visited:active,
.btn:visited.active,
input.btn:active,
input.btn.active {
  background: #900e0c;
  border-color: #780b0a;
  color: #f2f2f2;
  text-decoration: none;
}
.btn:active.loading::after, .block-cta a:active.loading::after, .position-membership a:active.loading::after, .home-tpl .position-introduction a:active.loading::after, .btn.active.loading::after, .block-cta a.active.loading::after, .position-membership a.active.loading::after, .home-tpl .position-introduction a.active.loading::after,
.btn:visited:active.loading::after,
.btn:visited.active.loading::after,
input.btn:active.loading::after,
input.btn.active.loading::after {
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.btn[disabled], .block-cta a[disabled], .position-membership a[disabled], .home-tpl .position-introduction a[disabled], .btn:disabled, .block-cta a:disabled, .position-membership a:disabled, .home-tpl .position-introduction a:disabled, .btn.disabled, .block-cta a.disabled, .position-membership a.disabled, .home-tpl .position-introduction a.disabled,
.btn:visited[disabled],
.btn:visited:disabled,
.btn:visited.disabled,
input.btn[disabled],
input.btn:disabled,
input.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary, .block-cta a.btn-primary, .position-membership a.btn-primary, .home-tpl .position-introduction a.btn-primary,
.btn:visited.btn-primary,
input.btn.btn-primary {
  background: #9E0F0D;
  border-color: #900e0c;
  color: #f2f2f2;
}
.btn.btn-primary:focus, .block-cta a.btn-primary:focus, .position-membership a.btn-primary:focus, .home-tpl .position-introduction a.btn-primary:focus, .btn.btn-primary:hover, .block-cta a.btn-primary:hover, .position-membership a.btn-primary:hover, .home-tpl .position-introduction a.btn-primary:hover,
.btn:visited.btn-primary:focus,
.btn:visited.btn-primary:hover,
input.btn.btn-primary:focus,
input.btn.btn-primary:hover {
  background: #860d0b;
  border-color: #780b0a;
  color: #f2f2f2;
}
.btn.btn-primary:active, .block-cta a.btn-primary:active, .position-membership a.btn-primary:active, .home-tpl .position-introduction a.btn-primary:active, .btn.btn-primary.active, .block-cta a.btn-primary.active, .position-membership a.btn-primary.active, .home-tpl .position-introduction a.btn-primary.active,
.btn:visited.btn-primary:active,
.btn:visited.btn-primary.active,
input.btn.btn-primary:active,
input.btn.btn-primary.active {
  background: #7d0c0a;
  border-color: #6f0b09;
  color: #f2f2f2;
}
.btn.btn-primary.loading::after, .block-cta a.btn-primary.loading::after, .position-membership a.btn-primary.loading::after, .home-tpl .position-introduction a.btn-primary.loading::after,
.btn:visited.btn-primary.loading::after,
input.btn.btn-primary.loading::after {
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.btn.btn-success, .block-cta a.btn-success, .position-membership a.btn-success, .home-tpl .position-introduction a.btn-success,
.btn:visited.btn-success,
input.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #f2f2f2;
}
.btn.btn-success:focus, .block-cta a.btn-success:focus, .position-membership a.btn-success:focus, .home-tpl .position-introduction a.btn-success:focus,
.btn:visited.btn-success:focus,
input.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus, .block-cta a.btn-success:focus, .position-membership a.btn-success:focus, .home-tpl .position-introduction a.btn-success:focus, .btn.btn-success:hover, .block-cta a.btn-success:hover, .position-membership a.btn-success:hover, .home-tpl .position-introduction a.btn-success:hover,
.btn:visited.btn-success:focus,
.btn:visited.btn-success:hover,
input.btn.btn-success:focus,
input.btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #f2f2f2;
}
.btn.btn-success:active, .block-cta a.btn-success:active, .position-membership a.btn-success:active, .home-tpl .position-introduction a.btn-success:active, .btn.btn-success.active, .block-cta a.btn-success.active, .position-membership a.btn-success.active, .home-tpl .position-introduction a.btn-success.active,
.btn:visited.btn-success:active,
.btn:visited.btn-success.active,
input.btn.btn-success:active,
input.btn.btn-success.active {
  background: #2a9a39;
  border-color: #278e34;
  color: #f2f2f2;
}
.btn.btn-success.loading::after, .block-cta a.btn-success.loading::after, .position-membership a.btn-success.loading::after, .home-tpl .position-introduction a.btn-success.loading::after,
.btn:visited.btn-success.loading::after,
input.btn.btn-success.loading::after {
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.btn.btn-error, .block-cta a.btn-error, .position-membership a.btn-error, .home-tpl .position-introduction a.btn-error,
.btn:visited.btn-error,
input.btn.btn-error {
  background: #BE3F3F;
  border-color: #b33b3b;
  color: #f2f2f2;
}
.btn.btn-error:focus, .block-cta a.btn-error:focus, .position-membership a.btn-error:focus, .home-tpl .position-introduction a.btn-error:focus,
.btn:visited.btn-error:focus,
input.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
}
.btn.btn-error:focus, .block-cta a.btn-error:focus, .position-membership a.btn-error:focus, .home-tpl .position-introduction a.btn-error:focus, .btn.btn-error:hover, .block-cta a.btn-error:hover, .position-membership a.btn-error:hover, .home-tpl .position-introduction a.btn-error:hover,
.btn:visited.btn-error:focus,
.btn:visited.btn-error:hover,
input.btn.btn-error:focus,
input.btn.btn-error:hover {
  background: #b63c3c;
  border-color: #ab3939;
  color: #f2f2f2;
}
.btn.btn-error:active, .block-cta a.btn-error:active, .position-membership a.btn-error:active, .home-tpl .position-introduction a.btn-error:active, .btn.btn-error.active, .block-cta a.btn-error.active, .position-membership a.btn-error.active, .home-tpl .position-introduction a.btn-error.active,
.btn:visited.btn-error:active,
.btn:visited.btn-error.active,
input.btn.btn-error:active,
input.btn.btn-error.active {
  background: #a33636;
  border-color: #983232;
  color: #f2f2f2;
}
.btn.btn-error.loading::after, .block-cta a.btn-error.loading::after, .position-membership a.btn-error.loading::after, .home-tpl .position-introduction a.btn-error.loading::after,
.btn:visited.btn-error.loading::after,
input.btn.btn-error.loading::after {
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.btn.btn-link, .block-cta a.btn-link, .position-membership a.btn-link, .home-tpl .position-introduction a.btn-link,
.btn:visited.btn-link,
input.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #9E0F0D;
}
.btn.btn-link:focus, .block-cta a.btn-link:focus, .position-membership a.btn-link:focus, .home-tpl .position-introduction a.btn-link:focus, .btn.btn-link:hover, .block-cta a.btn-link:hover, .position-membership a.btn-link:hover, .home-tpl .position-introduction a.btn-link:hover, .btn.btn-link:active, .block-cta a.btn-link:active, .position-membership a.btn-link:active, .home-tpl .position-introduction a.btn-link:active, .btn.btn-link.active, .block-cta a.btn-link.active, .position-membership a.btn-link.active, .home-tpl .position-introduction a.btn-link.active,
.btn:visited.btn-link:focus,
.btn:visited.btn-link:hover,
.btn:visited.btn-link:active,
.btn:visited.btn-link.active,
input.btn.btn-link:focus,
input.btn.btn-link:hover,
input.btn.btn-link:active,
input.btn.btn-link.active {
  color: #6f0b09;
}
.btn.btn-sm, .block-cta a.btn-sm, .position-membership a.btn-sm, .home-tpl .position-introduction a.btn-sm,
.btn:visited.btn-sm,
input.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg, .block-cta a.btn-lg, .position-membership a.btn-lg, .home-tpl .position-introduction a.btn-lg,
.btn:visited.btn-lg,
input.btn.btn-lg {
  font-size: 16px;
  padding: 0.4rem 1rem;
}
.btn.btn-block, .block-cta a.btn-block, .position-membership a.btn-block, .home-tpl .position-introduction a.btn-block,
.btn:visited.btn-block,
input.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action, .block-cta a.btn-action, .position-membership a.btn-action, .home-tpl .position-introduction a.btn-action,
.btn:visited.btn-action,
input.btn.btn-action {
  width: 2.4rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm, .block-cta a.btn-action.btn-sm, .position-membership a.btn-action.btn-sm, .home-tpl .position-introduction a.btn-action.btn-sm,
.btn:visited.btn-action.btn-sm,
input.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg, .block-cta a.btn-action.btn-lg, .position-membership a.btn-action.btn-lg, .home-tpl .position-introduction a.btn-action.btn-lg,
.btn:visited.btn-action.btn-lg,
input.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear, .block-cta a.btn-clear, .position-membership a.btn-clear, .home-tpl .position-introduction a.btn-clear,
.btn:visited.btn-clear,
input.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .block-cta a.btn-clear:focus, .position-membership a.btn-clear:focus, .home-tpl .position-introduction a.btn-clear:focus, .btn.btn-clear:hover, .block-cta a.btn-clear:hover, .position-membership a.btn-clear:hover, .home-tpl .position-introduction a.btn-clear:hover,
.btn:visited.btn-clear:focus,
.btn:visited.btn-clear:hover,
input.btn.btn-clear:focus,
input.btn.btn-clear:hover {
  background: rgba(253, 253, 253, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before, .block-cta a.btn-clear::before, .position-membership a.btn-clear::before, .home-tpl .position-introduction a.btn-clear::before,
.btn:visited.btn-clear::before,
input.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn, .btn-group .block-cta a, .block-cta .btn-group a, .btn-group .position-membership a, .position-membership .btn-group a, .btn-group .home-tpl .position-introduction a, .home-tpl .position-introduction .btn-group a {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child), .btn-group .block-cta a:first-child:not(:last-child), .block-cta .btn-group a:first-child:not(:last-child), .btn-group .position-membership a:first-child:not(:last-child), .position-membership .btn-group a:first-child:not(:last-child), .btn-group .home-tpl .position-introduction a:first-child:not(:last-child), .home-tpl .position-introduction .btn-group a:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child), .btn-group .block-cta a:not(:first-child):not(:last-child), .block-cta .btn-group a:not(:first-child):not(:last-child), .btn-group .position-membership a:not(:first-child):not(:last-child), .position-membership .btn-group a:not(:first-child):not(:last-child), .btn-group .home-tpl .position-introduction a:not(:first-child):not(:last-child), .home-tpl .position-introduction .btn-group a:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child), .btn-group .block-cta a:last-child:not(:first-child), .block-cta .btn-group a:last-child:not(:first-child), .btn-group .position-membership a:last-child:not(:first-child), .position-membership .btn-group a:last-child:not(:first-child), .btn-group .home-tpl .position-introduction a:last-child:not(:first-child), .home-tpl .position-introduction .btn-group a:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .block-cta a:focus, .block-cta .btn-group a:focus, .btn-group .position-membership a:focus, .position-membership .btn-group a:focus, .btn-group .home-tpl .position-introduction a:focus, .home-tpl .position-introduction .btn-group a:focus, .btn-group .btn:hover, .btn-group .block-cta a:hover, .block-cta .btn-group a:hover, .btn-group .position-membership a:hover, .position-membership .btn-group a:hover, .btn-group .home-tpl .position-introduction a:hover, .home-tpl .position-introduction .btn-group a:hover, .btn-group .btn:active, .btn-group .block-cta a:active, .block-cta .btn-group a:active, .btn-group .position-membership a:active, .position-membership .btn-group a:active, .btn-group .home-tpl .position-introduction a:active, .home-tpl .position-introduction .btn-group a:active, .btn-group .btn.active, .btn-group .block-cta a.active, .block-cta .btn-group a.active, .btn-group .position-membership a.active, .position-membership .btn-group a.active, .btn-group .home-tpl .position-introduction a.active, .home-tpl .position-introduction .btn-group a.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn, .btn-group.btn-group-block .block-cta a, .block-cta .btn-group.btn-group-block a, .btn-group.btn-group-block .position-membership a, .position-membership .btn-group.btn-group-block a, .btn-group.btn-group-block .home-tpl .position-introduction a, .home-tpl .position-introduction .btn-group.btn-group-block a {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.5rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.35rem 0;
  font-size: 0.7rem;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.form-input,
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: 0.05rem solid #E6E6E6;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 0.8rem;
  max-width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(158, 15, 13, 0.2);
  border-color: #9E0F0D;
}
.form-input::placeholder,
.form-control::placeholder {
  color: #292929;
}
.form-input.input-sm,
.form-control.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg,
.form-control.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline,
.form-control.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file],
.form-control[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm,
textarea.form-control,
textarea.form-control.input-lg,
textarea.form-control.input-sm {
  height: auto;
}

.form-input-hint {
  color: #c5cccf;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #BE3F3F;
}

.form-select,
.fork-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.05rem solid #cdcdcd;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 2.4rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.55rem 1.2rem;
  vertical-align: middle;
  width: 100%;
  background: #f2f2f2;
}
.form-select:focus,
.fork-form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(158, 15, 13, 0.2);
  border-color: #9E0F0D;
}
.form-select::-ms-expand,
.fork-form-select::-ms-expand {
  display: none;
}
.form-select.select-sm,
.fork-form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg,
.fork-form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[size], .form-select[multiple],
.fork-form-select[size],
.fork-form-select[multiple] {
  height: auto;
  padding: 0.55rem 1.2rem;
}
.form-select[size] option, .form-select[multiple] option,
.fork-form-select[size] option,
.fork-form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]),
.fork-form-select:not([multiple]) {
  background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.55rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input,
.has-icon-left .form-control {
  padding-left: 1.9rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.9rem;
}

.form-checkbox,
.form-radio,
.form-radiobutton,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.5rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 1.2rem 0.1rem 2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-radiobutton input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-radiobutton input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(158, 15, 13, 0.2);
  border-color: #9E0F0D;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-radiobutton input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #9E0F0D;
  border-color: #9E0F0D;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-radiobutton .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #cdcdcd;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-radiobutton.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-radiobutton.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-radiobutton .form-icon {
  background: #f2f2f2;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon,
.form-radiobutton input:active + .form-icon {
  background: #f4f6f6;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #f2f2f2;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #9E0F0D;
  border-color: #9E0F0D;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #f2f2f2;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon,
.form-radiobutton .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before,
.form-radiobutton input:checked + .form-icon::before {
  background: #f2f2f2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2.8rem;
}
.form-switch .form-icon {
  background: #c5cccf;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #f2f2f2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #fdfdfd;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #fdfdfd;
  border: 0.05rem solid #cdcdcd;
  border-radius: 0.1rem;
  line-height: 1.2rem;
  padding: 0.55rem 1.2rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-control,
.input-group .form-select,
.input-group .fork-form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-control:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .fork-form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .fork-form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-control:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .fork-form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-control:focus,
.input-group .form-select:focus,
.input-group .fork-form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select,
.input-group .fork-form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-control,
.form-control.is-success,
.has-success .form-select,
.form-select.is-success,
.has-success .fork-form-select,
.fork-form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-control:focus,
.form-control.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus,
.has-success .fork-form-select:focus,
.fork-form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-control,
.form-control.is-error,
.has-error .form-select,
.form-select.is-error,
.has-error .fork-form-select,
.fork-form-select.is-error {
  background: white;
  border-color: #BE3F3F;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-control:focus,
.form-control.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus,
.has-error .fork-form-select:focus,
.fork-form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-radiobutton .form-icon,
.form-radiobutton.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #BE3F3F;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-radiobutton input:checked + .form-icon,
.form-radiobutton.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #BE3F3F;
  border-color: #BE3F3F;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-radiobutton input:focus + .form-icon,
.form-radiobutton.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
  border-color: #BE3F3F;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #BE3F3F;
  border-color: #BE3F3F;
}

/*form-input,
.form-control {
  &:not(:placeholder-shown) {
    &:invalid {
      border-color: $error-color;
      &:focus {
        @include control-shadow($error-color);
        background: lighten($error-color, 53%);
      }

      & + .form-input-hint {
        color: $error-color;
      }
    }
  }
}*/
.form-input:disabled, .form-input.disabled,
.form-control:disabled,
.form-control.disabled,
.form-select:disabled,
.form-select.disabled,
.fork-form-select:disabled,
.fork-form-select.disabled {
  background-color: #f4f6f6;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly],
.form-control[readonly] {
  background-color: #fdfdfd;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #f4f6f6;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #f2f2f2;
}

.form-horizontal {
  padding: 1.5rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #f2f2f2;
  color: #000;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
}
.label.label-rounded {
  border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.label.label-primary {
  background: #9E0F0D;
  color: #f2f2f2;
}
.label.label-secondary {
  background: #CE001B;
  color: #9E0F0D;
}
.label.label-success {
  background: #32b643;
  color: #f2f2f2;
}
.label.label-warning {
  background: #ffb700;
  color: #f2f2f2;
}
.label.label-error {
  background: #BE3F3F;
  color: #f2f2f2;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1300px;
}
.container.grid-lg {
  max-width: 1020px;
}
.container.grid-md {
  max-width: 900px;
}
.container.grid-sm {
  max-width: 660px;
}
.container.grid-xs {
  max-width: 540px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

[class~=col-],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[class~=col-].col-12, [class~=col-].col-11, [class~=col-].col-10, [class~=col-].col-9, [class~=col-].col-8, [class~=col-].col-7, [class~=col-].col-6, [class~=col-].col-5, [class~=col-].col-4, [class~=col-].col-3, [class~=col-].col-2, [class~=col-].col-1, [class~=col-].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1240px) {
  .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-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .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-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .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-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .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-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
}
.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #CE8786;
  content: "›";
  padding-right: 0.4rem;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item a:link, .breadcrumb .breadcrumb-item a:visited {
  color: #CE8786;
  font-size: 12px;
  text-decoration: underline;
  border: none;
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:active, .breadcrumb .breadcrumb-item a:focus {
  color: #9E0F0D;
}
.breadcrumb .breadcrumb-item:last-child a {
  border: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  font-size: 0.7rem;
}
.pagination li {
  margin: 0;
  padding: 0;
}
.pagination .page-item {
  margin: 0.2rem 0;
  background: #fff;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  margin: 0.2rem 0.4rem;
  border-radius: 8px;
}
.pagination .page-item:nth-child(2) {
  border-radius: 8px 0 0 8px;
}
.pagination .page-item:nth-last-child(2) {
  border-radius: 0 8px 8px 0;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  display: inline-block;
  padding: 0.4rem 0.6rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #CE001B;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  color: #CE001B;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  flex: 1 0 calc(50% - 0.5rem);
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.pagination.pagination-lg {
  justify-content: space-between;
  margin: 3rem 0;
  flex-wrap: wrap;
}
.pagination.pagination-lg .page-item {
  background: none;
  padding: 0;
  border-radius: 8px;
}
.pagination.pagination-lg .page-item a {
  padding: 0.8rem 1.2rem;
  width: 100%;
  background: #fff;
}
.pagination.pagination-lg .page-item a:hover, .pagination.pagination-lg .page-item a:focus, .pagination.pagination-lg .page-item a:active {
  background: #fff;
}
.pagination.pagination-lg .page-item.page-prev, .pagination.pagination-lg .page-item.page-next {
  margin: 0;
  flex: 1 0 100%;
}
@media (min-width: 840px) {
  .pagination.pagination-lg .page-item.page-prev, .pagination.pagination-lg .page-item.page-next {
    flex: 0 0 calc(50% - 1rem);
  }
}

.toast {
  background: rgba(56, 64, 67, 0.95);
  border-color: #384043;
  border: 0.05rem solid #384043;
  border-radius: 0.1rem;
  color: #f2f2f2;
  display: block;
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.toast.toast-primary {
  background: rgba(158, 15, 13, 0.95);
  border-color: #9E0F0D;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(190, 63, 63, 0.95);
  border-color: #BE3F3F;
}
.toast a {
  color: #f2f2f2;
  text-decoration: underline;
}
.toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.9em;
}

.text-tiny {
  font-size: 0.8em;
}

.text-muted {
  opacity: 0.8;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em;
}
.icon::before, .icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon.icon-2x {
  font-size: 1.6rem;
}
.icon.icon-3x {
  font-size: 2.4rem;
}
.icon.icon-4x {
  font-size: 3.2rem;
}

.accordion .icon,
.btn .icon,
.block-cta a .icon,
.position-membership a .icon,
.home-tpl .position-introduction a .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%;
}

.btn-lg .icon {
  vertical-align: -15%;
}

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.65em;
  width: 0.65em;
}

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg);
}

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg);
}

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg);
}

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg);
}

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  height: 0.1rem;
  width: 0.8em;
}

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  height: 0.8em;
  width: 0.1rem;
}

.icon-back::after {
  left: 55%;
}
.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-downward::after {
  top: 45%;
}
.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.icon-forward::after {
  left: 45%;
}
.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.icon-upward::after {
  top: 55%;
}
.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-caret::before {
  border-top: 0.3em solid currentColor;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  height: 0;
  transform: translate(-50%, -25%);
  width: 0;
}

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -0.35em, 0 0.35em;
  height: 0.1rem;
  width: 100%;
}

.icon-apps::before {
  background: currentColor;
  box-shadow: -0.35em -0.35em, -0.35em 0, -0.35em 0.35em, 0 -0.35em, 0 0.35em, 0.35em -0.35em, 0.35em 0, 0.35em 0.35em;
  height: 3px;
  width: 3px;
}

.icon-resize-horiz::before, .icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.45em;
  width: 0.45em;
}
.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg);
}
.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg);
}

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg);
}
.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg);
}

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  box-shadow: -0.4em 0, 0.4em 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.icon-more-vert::before {
  box-shadow: 0 -0.4em, 0 0.4em;
}

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  height: 0.1rem;
  width: 100%;
}

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  height: 100%;
  width: 0.1rem;
}

.icon-cross::before {
  width: 100%;
}
.icon-cross::after {
  height: 100%;
}
.icon-cross::before, .icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  width: 0.9em;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.icon-stop {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-stop::before {
  background: currentColor;
  height: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
}

.icon-shutdown {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
}
.icon-shutdown::before {
  background: currentColor;
  content: "";
  height: 0.5em;
  top: 0.1em;
  width: 0.1rem;
}

.icon-refresh::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  height: 1em;
  width: 1em;
}
.icon-refresh::after {
  border: 0.2em solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  left: 80%;
  top: 20%;
  width: 0;
}

.icon-search::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: 0.75em;
}
.icon-search::after {
  background: currentColor;
  height: 0.1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4em;
}

.icon-edit::before {
  border: 0.1rem solid currentColor;
  height: 0.4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: 0.85em;
}
.icon-edit::after {
  border: 0.15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0;
}

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top: 0;
  height: 0.75em;
  top: 60%;
  width: 0.75em;
}
.icon-delete::after {
  background: currentColor;
  box-shadow: -0.25em 0.2em, 0.25em 0.2em;
  height: 0.1rem;
  top: 0.05rem;
  width: 0.5em;
}

.icon-share {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-top: 0;
}
.icon-share::before {
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-top: 0;
  height: 0.4em;
  left: 100%;
  top: 0.25em;
  transform: translate(-125%, -50%) rotate(-45deg);
  width: 0.4em;
}
.icon-share::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  border-radius: 75% 0;
  height: 0.5em;
  width: 0.6em;
}

.icon-flag::before {
  background: currentColor;
  height: 1em;
  left: 15%;
  width: 0.1rem;
}
.icon-flag::after {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top-right-radius: 0.1rem;
  height: 0.65em;
  top: 35%;
  left: 60%;
  width: 0.8em;
}

.icon-bookmark::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  height: 0.9em;
  width: 0.8em;
}
.icon-bookmark::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1rem;
  height: 0.5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: 0.5em;
}

.icon-download,
.icon-upload {
  border-bottom: 0.1rem solid currentColor;
}
.icon-download::before,
.icon-upload::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.5em;
  width: 0.5em;
  transform: translate(-50%, -60%) rotate(-135deg);
}
.icon-download::after,
.icon-upload::after {
  background: currentColor;
  height: 0.6em;
  top: 40%;
  width: 0.1rem;
}

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg);
}
.icon-upload::after {
  top: 50%;
}

.icon-copy::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-bottom: 0;
  height: 0.8em;
  left: 40%;
  top: 35%;
  width: 0.8em;
}
.icon-copy::after {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  left: 60%;
  top: 60%;
  width: 0.8em;
}

.icon-time {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-time::before {
  background: currentColor;
  height: 0.4em;
  transform: translate(-50%, -75%);
  width: 0.1rem;
}
.icon-time::after {
  background: currentColor;
  height: 0.3em;
  transform: translate(-50%, -75%) rotate(90deg);
  transform-origin: 50% 90%;
  width: 0.1rem;
}

.icon-mail::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  width: 1em;
}
.icon-mail::after {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: 0.5em;
}

.icon-people::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.45em;
  top: 25%;
  width: 0.45em;
}
.icon-people::after {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  height: 0.4em;
  top: 75%;
  width: 0.9em;
}

.icon-message {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.1rem;
  border-right: 0;
}
.icon-message::before {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top: 0;
  height: 0.8em;
  left: 65%;
  top: 40%;
  width: 0.7em;
}
.icon-message::after {
  background: currentColor;
  border-radius: 0.1rem;
  height: 0.3em;
  left: 10%;
  top: 100%;
  transform: translate(0, -90%) rotate(45deg);
  width: 0.1rem;
}

.icon-photo {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
}
.icon-photo::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.25em;
  left: 35%;
  top: 35%;
  width: 0.25em;
}
.icon-photo::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  height: 0.5em;
  left: 60%;
  transform: translate(-50%, 25%) rotate(-45deg);
  width: 0.5em;
}

.icon-link::before, .icon-link::after {
  border: 0.1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  height: 0.5em;
  width: 0.75em;
}
.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg);
}
.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg);
}

.icon-location::before {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: 0.8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: 0.8em;
}
.icon-location::after {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.2em;
  transform: translate(-50%, -80%);
  width: 0.2em;
}

.icon-emoji {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-emoji::before {
  border-radius: 50%;
  box-shadow: -0.17em -0.1em, 0.17em -0.1em;
  height: 0.15em;
  width: 0.15em;
}
.icon-emoji::after {
  border: 0.1rem solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  border-right-color: transparent;
  height: 0.5em;
  transform: translate(-50%, -40%) rotate(-135deg);
  width: 0.5em;
}

/* ----------------------------- */
/*	Defaults or settings		 */
/* ----------------------------- */
body {
  /*@media (max-width: $size-xs) { background: green; }
  @media (min-width: $size-xs) and (max-width: $size-sm) { background: yellow; }
  @media (min-width: $size-sm) and (max-width: $size-md) { background: orange; }
  @media (min-width: $size-md) and (max-width: $size-lg) { background: red; }
  @media (min-width: $size-lg) and (max-width: $size-xl) { background: pink; }
  @media (min-width: $size-xl) { background: purple; }*/
}

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

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

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

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

.toggle-nav-open .toggle-nav {
  flex: 1 0 100% !important;
  display: block !important;
}

.toggle-nav {
  flex: 1 0 100%;
  display: none !important;
}

@media (min-width: 1240px) {
  .toggle-nav-btn {
    display: none;
  }
}

.navbar-section.main {
  justify-content: flex-end;
  flex: 1 0 auto;
}

.editor-content img,
.module-content img {
  border-radius: 8px;
  max-width: 100% !important;
}

.debug-viewport {
  position: fixed;
  bottom: 20px;
  left: 0;
  display: flex;
  z-index: 9999;
}
.debug-viewport span {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 3px;
  margin-right: 2px;
}

.container {
  padding: 0 5%;
}

/* ----------------------------- */
/*	Page header: 				 */
/* ----------------------------- */
.page-header {
  background: #fff;
}

.logo {
  width: 240px;
  height: 120px;
}
.logo h1,
.logo h2 {
  display: block;
  width: 240px;
  height: 120px;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.logo a {
  display: block;
  width: 240px;
  height: 120px;
  border: none;
  text-decoration: none;
  background: url("../../Images/logo.png") no-repeat;
  background-size: 240px 120px;
}
@media (max-width: 840px) {
  .logo {
    width: 140px;
    height: 70px;
  }
  .logo h1,
  .logo h2 {
    display: block;
    width: 140px;
    height: 70px;
    text-indent: -99999px;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .logo a {
    display: block;
    width: 140px;
    height: 70px;
    border: none;
    text-decoration: none;
    background: url("../../Images/logo.png") no-repeat;
    background-size: 140px 70px;
  }
}

.page-footer .logo {
  width: 200px;
  height: 100px;
}
.page-footer .logo h1,
.page-footer .logo h2 {
  display: block;
  width: 200px;
  height: 100px;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.page-footer .logo a {
  display: block;
  width: 200px;
  height: 100px;
  border: none;
  text-decoration: none;
  background: url("../../Images/logo.png") no-repeat;
  background-size: 200px 100px;
}
@media (max-width: 840px) {
  .page-footer .logo {
    width: 140px;
    height: 70px;
  }
  .page-footer .logo h1,
  .page-footer .logo h2 {
    display: block;
    width: 140px;
    height: 70px;
    text-indent: -99999px;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .page-footer .logo a {
    display: block;
    width: 140px;
    height: 70px;
    border: none;
    text-decoration: none;
    background: url("../../Images/logo.png") no-repeat;
    background-size: 140px 70px;
  }
}

.navbar-meta {
  background: #f2f2f2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.meta-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.meta-navigation ul li {
  margin: 0;
  padding: 0;
}
.meta-navigation ul li {
  margin-right: 1rem;
}
.meta-navigation a:link,
.meta-navigation a:visited {
  border: none;
  color: #9E0F0D;
  font-size: 14px;
  text-transform: lowercase;
}
.meta-navigation li.selected a,
.meta-navigation a:hover,
.meta-navigation a:focus,
.meta-navigation a:active {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-profile,
.navbar-search {
  margin-left: 0.5rem;
}
.navbar-profile ul,
.navbar-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-profile ul li,
.navbar-search ul li {
  margin: 0;
  padding: 0;
}
.navbar-profile ul li,
.navbar-search ul li {
  position: relative;
}
.navbar-profile ul li.is-open ul,
.navbar-search ul li.is-open ul {
  display: block;
}
.navbar-profile ul li ul,
.navbar-search ul li ul {
  position: absolute;
  z-index: 200;
  display: none;
  width: 100%;
}
.navbar-profile a:link, .navbar-profile a:visited,
.navbar-search a:link,
.navbar-search a:visited {
  display: block;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  padding: 0 0.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}
.navbar-profile i,
.navbar-search i {
  padding: 0.4rem 0;
  padding-right: 0.5rem;
  border-right: 1px solid #E6E6E6;
  margin-right: 0.5rem;
  color: #9E0F0D;
  opacity: 0.5;
}
.navbar-profile .form-control,
.navbar-search .form-control {
  padding: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  max-width: 150px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  background: white !important;
}
.navbar-profile .form-control:focus,
.navbar-search .form-control:focus {
  max-width: 400px;
}

.navbar-meta {
  display: none;
}
@media (min-width: 1240px) {
  .navbar-meta {
    display: flex;
  }
}

.navbar-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.main-navigation.mobile > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap !important;
}
.main-navigation.mobile > ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.mobile > ul i {
  display: none;
}
.main-navigation.mobile > ul > li {
  margin: 1rem 0;
}
.main-navigation.mobile > ul > li a:link, .main-navigation.mobile > ul > li a:visited {
  border: none;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.main-navigation.mobile > ul > li a:hover, .main-navigation.mobile > ul > li a:focus, .main-navigation.mobile > ul > li a:active {
  color: #9E0F0D;
}
.main-navigation.mobile > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-navigation.mobile > ul > li ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.mobile > ul > li ul li {
  padding-right: 1rem;
}
.main-navigation.mobile > ul > li ul li a:link, .main-navigation.mobile > ul > li ul li a:visited {
  color: rgba(0, 0, 0, 0.8);
  border: none;
  font-weight: 400;
  font-size: 0.7rem;
}
.main-navigation.mobile > ul > li ul li a:hover, .main-navigation.mobile > ul > li ul li a:focus, .main-navigation.mobile > ul > li ul li a:active {
  color: #CE001B;
}

@media (max-width: 1240px) {
  .main-navigation.desktop.desktop {
    display: none;
  }
}
.main-navigation.desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.main-navigation.desktop ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.desktop ul li {
  margin-left: 3rem;
  position: relative;
  border-radius: 4px;
}
.main-navigation.desktop a, .main-navigation.desktop a:link, .main-navigation.desktop a:visited {
  border: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  text-transform: lowercase;
}
.main-navigation.desktop a:hover, .main-navigation.desktop a:focus, .main-navigation.desktop a:active,
.main-navigation.desktop li.selected a,
.main-navigation.desktop li.is-open a {
  text-decoration: none;
  color: #9E0F0D;
}

.page-title-search i,
.navbar-cart i,
.toggle-nav-btn i {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  text-align: center;
  background: #FCDBDB;
  line-height: 32px;
}
.page-title-search a,
.navbar-cart a,
.toggle-nav-btn a {
  border: none;
}
.page-title-search a:hover i, .page-title-search a:focus i, .page-title-search a:active i,
.navbar-cart a:hover i,
.navbar-cart a:focus i,
.navbar-cart a:active i,
.toggle-nav-btn a:hover i,
.toggle-nav-btn a:focus i,
.toggle-nav-btn a:active i {
  background-color: #CE8786;
}

.toggle-nav-btn {
  margin-left: 0.5rem;
}
.toggle-nav-btn a i {
  background-color: #FAE5E8;
  color: #CE001B;
}
.toggle-nav-btn a:hover i, .toggle-nav-btn a:focus i, .toggle-nav-btn a:active i {
  background-color: #CE001B;
  color: #fff;
}

.page-title-search {
  margin-bottom: 3rem;
  align-items: center;
  display: flex;
  flex-grow: 1;
  position: relative;
  justify-content: flex-end;
}
.page-title-search form {
  width: 100%;
}
.page-title-search input,
.page-title-search select {
  position: relative;
  z-index: 0;
  background-image: none !important;
}
.page-title-search i {
  position: relative;
  z-index: 1;
  margin-left: -40px;
}
.page-title-search select {
  cursor: pointer;
}
.page-title-search a.js-trigger-select {
  pointer-events: none;
}
.page-title-search a.js-trigger-select i {
  cursor: pointer;
}

/* ----------------------------- */
/*	Footer: 	;				 */
/* ----------------------------- */
.page-footer {
  background: #f2f2f2;
  border-top: 6px solid #9E0F0D;
  padding: 3rem 0;
}
.page-footer .column {
  margin-bottom: 2rem;
}
.page-footer .column:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .page-footer .column {
    margin-bottom: 0;
  }
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sitemap ul li {
  margin: 0;
  padding: 0;
}
.footer-sitemap h4 {
  flex: 0 0 100%;
  margin-bottom: 0.7rem;
}
.footer-sitemap li {
  margin-bottom: 9px;
}
.footer-sitemap li::before {
  content: "→ ";
}
.footer-sitemap a, .footer-sitemap a:link, .footer-sitemap a:visited {
  border: none;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.7rem;
  text-transform: lowercase;
}
.footer-sitemap a:hover,
.footer-sitemap a:focus,
.footer-sitemap a:active {
  color: #9E0F0D;
}

.footer-newsletter h4 {
  margin-bottom: 0.7rem;
}

/* ----------------------------- */
/*	Page buidlup				 */
/* ----------------------------- */
.page-introduction {
  background: #f2f2f2;
  padding: 2rem 0;
}
@media (min-width: 840px) {
  .page-introduction {
    padding: 4rem 0 2rem 0;
  }
}

@media (min-width: 840px) {
  .position-introduction .editor-content {
    width: 75%;
  }
}
.position-introduction p {
  font-size: 0.9rem;
}
.position-introduction p:last-child {
  margin-bottom: 0;
}

.home-tpl .page-introduction {
  border-bottom: 6px solid #9E0F0D;
  display: flex;
}
.home-tpl .position-introduction {
  margin-bottom: 2rem;
}
.home-tpl .position-introduction .editor-content {
  width: 100% !important;
}
@media (min-width: 960px) {
  .home-tpl .position-introduction {
    margin-bottom: 0rem;
  }
  .home-tpl .position-introduction .editor-content {
    padding-right: 3rem;
  }
}

.position-side-navigation {
  margin-bottom: 2rem;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 1.5rem;
}
.position-side-navigation h4 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.position-side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.position-side-navigation ul li {
  margin: 0;
  padding: 0;
}
.position-side-navigation li {
  line-height: 1.5rem;
}
.position-side-navigation a, .position-side-navigation a:link, .position-side-navigation a:visited {
  border: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.7rem;
}
.position-side-navigation a::before, .position-side-navigation a:link::before, .position-side-navigation a:visited::before {
  content: "»";
  padding-right: 0.5rem;
}
.position-side-navigation li.selected a,
.position-side-navigation a:hover,
.position-side-navigation a:focus,
.position-side-navigation a:active {
  color: #9E0F0D;
}

.position-sidebar .editor-content {
  margin-bottom: 2rem;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 1.5rem;
}

.page-main {
  margin: 3rem 0;
}
@media (min-width: 840px) {
  .page-main {
    margin: 6rem 0;
  }
}

.position-events {
  margin: 3rem 0;
}
@media (min-width: 840px) {
  .position-events {
    margin: 6rem 0;
  }
}

.position-membership {
  margin: 3rem 0;
}
@media (min-width: 840px) {
  .position-membership {
    margin: 6rem 0;
  }
}
.position-membership .block-member {
  background: #f2f2f2;
}
.position-membership .block-member .editor-content {
  padding: 3rem;
}
.position-membership .columns {
  align-items: center;
}
.position-membership .image-wrapper {
  position: relative;
  overflow: hidden;
}
.position-membership .image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.position-membership .image-wrapper > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.position-membership .image-wrapper .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 840px) {
  .position-membership .image-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: -1.5rem;
    position: relative;
    overflow: hidden;
  }
  .position-membership .image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .position-membership .image-wrapper > .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .position-membership .image-wrapper .aspect-ratio > * {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .position-membership .block-member .editor-content {
    padding: 2rem 0;
    padding-right: 3rem;
  }
}

@media (max-width: 840px) {
  .default-tpl .page-main .columns {
    flex-direction: column-reverse;
  }
}

/* ----------------------------- */
/*	Blocks 	 					 */
/* ----------------------------- */
.module-content-overview .column {
  margin-bottom: 3rem;
}

.block {
  height: 100%;
}
.block .block-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  flex: 0 0 auto;
}
.block .block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.block .block-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block .block-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block a.block-image {
  border: none;
}
.block .block-content {
  border: 1px solid #E6E6E6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem;
  padding-left: 2rem;
}
.block .block-content p {
  margin-bottom: 0.5rem;
}
.block .block-content *:last-child {
  margin-bottom: 0;
}
.block.content-type--subpages .block-content {
  height: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.block.content-type--subpages h3 {
  display: flex;
  align-items: center;
}
.block.content-type--subpages i {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.block.content-type--news {
  display: flex;
  flex-direction: column;
}
.block.content-type--news .block-content {
  flex: 1;
  border: 1px solid #E6E6E6;
  border-radius: 0.1rem;
  padding-bottom: 1em;
}
.block.content-type--download .block-content {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.block.content-type--download .download-information {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.block.content-type--download .download-information span {
  font-size: 12px;
  margin: 0 6px;
}
.block.content-type--download .download-information i {
  color: #CE8786;
  font-size: 24px;
  margin-right: calc(1rem - 6px);
  padding-right: 1rem;
  border-right: 1px solid #E6E6E6;
}

.widget-title {
  margin-bottom: 2rem;
}
.widget-title .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.widget-title h2, .widget-title h3, .widget-title p {
  margin: 0;
}
.widget-title a:link, .widget-title a:visited {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.7rem;
  border: none;
  text-decoration: underline;
}
.widget-title a:hover, .widget-title a:focus, .widget-title a:active {
  color: #9E0F0D;
}

.widget-content {
  border: 1px solid #E6E6E6;
  background: #fff;
  margin: 1rem 0;
  border-radius: 8px;
}
.widget-content .block-image {
  margin-top: -1rem;
  margin-bottom: -1rem;
  width: 120px;
  min-width: 120px;
  position: relative;
  overflow: hidden;
  background: #7984F2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.widget-content .block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.widget-content .block-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget-content .block-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.widget-content .block-content {
  padding: 1.5rem;
  padding-left: 2rem;
}
.widget-content .block-content p {
  margin-bottom: 0.5rem;
}
.widget-content .block-content *:last-child {
  margin-bottom: 0;
}
.widget-content.content-type--news {
  margin: 1rem 0;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  border: none;
}
.widget-content.content-type--event {
  position: relative;
}
.widget-content.content-type--event .label {
  margin-left: 6px;
}
.widget-content.content-type--event .label-wrapper {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 600px) {
  .widget-content.content-type--event .block-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .widget-content.content-type--event h4.date {
    margin: 0;
    border-right: 1px solid #E6E6E6;
    padding: 1.5rem 0;
    padding-right: 2rem;
    margin-right: 2rem;
  }
  .widget-content.content-type--event h4.date span {
    display: block;
    text-align: center;
  }
  .widget-content.content-type--event h4.date span.day {
    font-size: 32px;
    line-height: 28px;
  }
  .widget-content.content-type--event h4.date span.month {
    font-size: 32px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
  }
  .widget-content.content-type--event h4.date span.year {
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
  }
}

/* ----------------------------- */
/*	Blocks module					 */
/* ----------------------------- */
.block-cta {
  background: #CE8786;
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}
.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta p {
  color: #fff;
}
.block-cta a,
.block-cta a:link,
.block-cta a:visited {
  background-color: #fff;
  color: #9E0F0D;
}
.block-cta a:hover,
.block-cta a:focus,
.block-cta a:active {
  background-color: #9E0F0D;
  color: #fff;
}
.block-cta *:last-child {
  margin-bottom: 0;
}

/* ----------------------------- */
/*	News module					 */
/* ----------------------------- */
.news-w-recent .block-content-wrapper {
  border: none;
}

.news-detail-introduction {
  padding-bottom: 18rem;
}

.news-m-detail {
  margin-top: 0;
  margin-top: -14rem;
}
.news-m-detail .item-cover {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 3rem;
}
.news-m-detail .item-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.news-m-detail .item-cover > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-m-detail .item-cover .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------------------------- */
/*	Search Module				 */
/* ----------------------------- */
.search-m-index {
  /*.search-form {
  	background: green;
  	align-items: center;
  	display: flex;
  	flex-grow: 1;
  	position: relative;
  	justify-content: flex-end;
  }

  	form { width: 100%; }

  	input,
  	select {
  		border-radius: 9999px;
  		border: none;
  		position: relative;
  		z-index: 0;
  		background-image: none !important;
  	}

  		i {
  			position: relative;
  			z-index: 1;
  			margin-left: -40px;
  		}

  	select { cursor: pointer; }

  		a.js-trigger-select {
  			pointer-events: none;

  			i {
  				cursor: pointer;
  			}
  		}*/
}
.search-m-index label {
  font-size: 18px;
  margin-bottom: 6px;
}
.search-m-index form {
  margin-bottom: 30px;
}
.search-m-index .media-body {
  margin-bottom: 30px;
}

/* ----------------------------- */
/*	Events module				 */
/* ----------------------------- */
.events-m-detail .item-practical {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 1.5rem;
}
.events-m-detail table {
  font-size: 0.7rem;
}
.events-m-detail table td, .events-m-detail table tr {
  vertical-align: top;
}
.events-m-detail table tr:last-child td {
  border-bottom: none;
}
.events-m-detail .block-cta {
  margin-bottom: 0;
}

/* ----------------------------- */
/*	Filter 	 					 */
/* ----------------------------- */
.module-filter ul > li {
  color: #000;
  padding: 0.25rem 0 !important;
}
.module-filter input {
  margin-right: 0.5rem;
}
.module-filter label {
  font-weight: 400;
  font-size: 0.7rem;
  cursor: pointer;
  width: 100%;
  display: block;
}
.module-filter i {
  color: #E6E6E6;
  margin-right: 0.75rem;
}
.module-filter .reset-filter {
  margin-top: 2rem;
}
.module-filter input[type=checkbox] {
  display: none;
}
.module-filter input[type=checkbox]:checked ~ i::before {
  content: "\f14a";
  font-weight: 900;
}

/* ----------------------------- */
/*	Module detail				 */
/* ----------------------------- */
.module-content-detail .item-cover {
  position: relative;
  overflow: hidden;
}
.module-content-detail .item-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.module-content-detail .item-cover > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .item-cover .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-image {
  position: relative;
  overflow: hidden;
}
.module-content-detail .item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.module-content-detail .item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .item-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-content {
  padding: 6rem 15%;
  background: #fff;
}
.module-content-detail .item-content p, .module-content-detail .item-content h4 {
  font-size: 18px;
}
.module-content-detail .item-images {
  padding: 0 3rem 3rem;
  background: #fff;
}
.module-content-detail .item-description {
  padding: 3rem;
  background: #fff;
}
.module-content-detail .description-content {
  padding-right: 3rem;
}
.module-content-detail .description-practical {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.module-content-detail .locations-map-map {
  position: relative;
  overflow: hidden;
}
.module-content-detail .locations-map-map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.module-content-detail .locations-map-map > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .locations-map-map .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-event-register {
  padding: 2rem;
}
.module-content-detail .ingredients,
.module-content-detail .allergenen,
.module-content-detail .products,
.module-content-detail .download {
  padding: 2rem;
}
.module-content-detail .allergenen {
  padding-bottom: 0;
}
.module-content-detail .download {
  text-align: center;
}
.module-content-detail .download p {
  margin-bottom: 0;
}
.module-content-detail .product {
  border-radius: 7px;
  margin-top: 1rem;
  background: #FCDBDB;
  padding: 1rem;
}
.module-content-detail .product p, .module-content-detail .product ul, .module-content-detail .product li {
  font-size: 0.7rem;
}
.module-content-detail .product .product-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-content-detail .product .product-add h4 {
  color: #000;
  font-weight: 600;
}
.module-content-detail .product .product-add p {
  color: rgba(0, 0, 0, 0.8);
}
.module-content-detail .product .product-add span.price {
  font-weight: bold;
  font-size: 0.9rem;
  color: #9E0F0D;
}
.module-content-detail .item-practical {
  padding: 0 3rem;
  background: #fff;
  width: 100%;
}
.module-content-detail .item-practical .column {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .module-content-detail .item-practical .column:nth-child(2) .inner {
    border-top: none;
    border-bottom: none;
  }
}
@media (min-width: 840px) {
  .module-content-detail .item-practical .column:nth-child(2) .inner {
    border-left: none;
    border-right: none;
  }
}
.module-content-detail .item-practical .inner {
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem;
  background: #FCDBDB;
  border: 1px solid #E6E6E6;
}
.module-content-detail .item-practical .inner p:last-child {
  margin-bottom: 0;
}

/* ----------------------------- */
/*	Forms: 			;			 */
/* ----------------------------- */
.profile-settings h3 {
  margin-top: 2rem;
}
.profile-settings h3:first-of-type {
  margin-top: 0;
}

.form-item-type--heading {
  margin-top: 2rem;
}
.form-item-type--heading:first-child {
  margin-top: 0;
}

table span.cart {
  display: flex;
}
table span.cart input {
  padding: 0.25rem 0.5rem;
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: 60px;
}
table span.cart i {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: #CE001B;
  padding: 0.5rem;
}
table span.cart i:hover {
  background: #bf0019;
}

.page-submit {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

[v-cloak] {
  display: none;
}

.subscribe-form .form-item-error-message {
  display: none;
}
.subscribe-form #email {
  margin-bottom: 15px;
}
.subscribe-form .has-error .form-item-error-message {
  display: inline-block;
}
.subscribe-form .has-error input {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.subscribe-form .toast {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  display: none;
}
.subscribe-form.success form {
  display: none;
}
.subscribe-form.success .toast-success {
  opacity: 1;
  display: block;
}

.tt-hint {
  display: none;
}

.tt-menu {
  width: 100%;
  margin: 0px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  width: 100%;
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  border-bottom: 1px solid #CCC;
}

.tt-suggestion:last-child {
  border-bottom: none;
}

.tt-suggestion:hover {
  cursor: pointer;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.5);
}

.tt-suggestion:visited,
.tt-suggestion {
  color: rgba(0, 0, 0, 0.5);
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #f2f2f2;
}

.tt-suggestion p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  body {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .no-print,
  .page-header,
  .page-footer,
  .breadcrumb {
    display: none !important;
  }
}
.archive-section {
  background-color: #F2F2F2;
  padding: 3rem;
  border-radius: 8px;
}

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