/*! 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 */
  line-height: 1.15;
  /* 2 */
  -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.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * 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,
samp {
  font-family: monospace, monospace;
  /* 1 */
  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-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* 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 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 2.5em;
  list-style-position: outside;
}

li {
  margin: 0;
}

/**
 * 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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: underline;
  transition: background .3s, border .3s, color .3s, stroke .3s, visibility 0s;
}

a:hover, a:focus {
  text-decoration: none;
  transition-duration: .1s;
}

input::-ms-clear {
  display: none;
}


/**
 * Basic typography style for copy text
 */
html {
  font: normal 10px/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  color: #474748;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: inherit;
}

@media (min-width: 1024px) {
  .main-section-title {
    font: normal 400 40px/1.25 "Rift", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .main-section-title {
    font: normal 400 35px/1.25 "Rift", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .main-section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .block-head .main-section-title {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
  }
  .block-head .main-section-title::after {
    background-size: calc(100% + 2px) calc(100% + 2px);
    background-position: 50% 50%;
    background-repeat: repeat;
    background-color: #A4017C;
    background-image: linear-gradient(to right, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 50px;
    left: calc(50% - 25px);
  }
}

@media (max-width: 1023px) {
  .block-head .main-section-title {
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
  }
  .block-head .main-section-title::after {
    background-size: calc(100% + 2px) calc(100% + 2px);
    background-position: 50% 50%;
    background-repeat: repeat;
    background-color: #A4017C;
    background-image: linear-gradient(to right, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 50px;
    left: calc(50% - 25px);
  }
}

* + h1 {
  margin-top: 0.67em;
}

p {
  margin: 0;
}

* + p {
  margin-top: 1em;
}

strong {
  font-weight: bolder;
}

b {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

ul,
ol {
  padding-left: 1.4em;
}

* + ul,
* + ol {
  margin-top: 1.4em;
}

*::-webkit-input-placeholder {
  opacity: .4;
}

*::-moz-placeholder {
  opacity: .4;
}

*::placeholder {
  opacity: .4;
}

/**
 * Clear inner floats
 */
.group::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.price {
  white-space: nowrap;
}

.price sub {
  font-size: 56%;
  position: static;
  bottom: 0;
  line-height: inherit;
  vertical-align: baseline;
}

@media (min-width: 0px) and (max-width: 599px) {
  .hide-mobi,
  .show-tblt,
  .show-lg-tblt,
  .show-dtop {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .show-mobi,
  .hide-tblt,
  .show-lg-tblt,
  .show-dtop {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .show-mobi,
  .show-tblt,
  .hide-lg-tblt,
  .show-dtop {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .show-mobi,
  .show-tblt,
  .show-lg-tblt,
  .hide-dtop {
    display: none !important;
  }
}

.dark-bg {
  color: #ffffff;
}

.light-bg {
  color: #474748;
}

.block-bg-img {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

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

.dd-list {
  position: relative;
}

.dd-list:not(.show-options) .dd-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility 0s .3s;
}

.dd-list .dd-options {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity .3s, visibility 0s;
  min-width: 200px;
  overflow: hidden;
  right: 0;
  top: 100%;
  border-top-right-radius: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.dd-list .dd-options a {
  display: block;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 13px 20px;
  text-decoration: none;
  line-height: 19px;
  cursor: pointer;
}

.dd-list .dd-options a:not(:last-child) {
  margin-bottom: -1px;
}

.dd-list .dd-options a:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #e8e8e8;
}

.dd-list .dd-options a:hover, .dd-list .dd-options a:focus {
  background-color: #e8e8e8;
}

.btn {
  background-color: transparent;
  color: #6e6e6e;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 45px;
  max-height: none;
  border: 2px solid transparent;
  padding: 10px 20px;
  font: normal 600 16px/20px Open Sans, Open Sans, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 1000px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s, border .3s, color .3s, stroke .3s, visibility 0s;
  position: relative;
}

.btn img,
.btn svg {
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: inherit;
  margin-right: .62em;
}

.btn img .fg,
.btn svg .fg {
  transition: inherit;
}

.btn:hover {
  cursor: pointer;
}

.btn:hover svg .fg {
  fill: #a4017c;
  stroke: #a4017c;
}

.btn:disabled, .btn[disabled], .btn.disabled {
  background-image: none !important;
  background-color: #bebebe !important;
  color: #fff !important;
  border-color: transparent !important;
  cursor: default !important;
}

.btn-primary {
  color: #fff;
  background-size: 100% 100%;
  border-color: transparent;
  border-width: 0;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-color: #A4017C;
  background-image: linear-gradient(to right, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary:hover, .btn-primary:focus {
  background-size: 200% 100%;
}

.btn-primary svg .fg {
  fill: #fff;
  stroke: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #a4017c;
  border-color: #a4017c;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-secondary svg .fg {
  fill: #a4017c;
  stroke: #a4017c;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  border-color: transparent;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-color: #A4017C;
  background-image: linear-gradient(to right, #B72969 0%, #A30278 14%, #990279 41%, #80027C 70%, #79027D 100%);
}

.btn-secondary:hover svg .fg, .btn-secondary:focus svg .fg {
  fill: #fff;
  stroke: #fff;
}

.btn-tertiary {
  background-color: transparent;
  color: #6e6e6e;
  border-color: #e8e8e8;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  color: #a4017c;
  border-color: #a4017c;
  fill: #a4017c;
  stroke: #a4017c;
}

.btn-toggles {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-slim {
  line-height: 16px;
  min-height: 35px;
  font-size: 13px;
  padding: 0 15px;
  height: 35px;
}

.btn-link {
  background-color: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 20px;
  max-height: none;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: none;
  text-transform: none;
  transition: background .3s, border .3s, color .3s, stroke .3s, visibility 0s;
}

.btn-link img,
.btn-link svg {
  display: inline-block;
  vertical-align: baseline;
  height: 1em;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: inherit;
  margin-right: .62em;
}

.btn-link img .fg,
.btn-link svg .fg {
  transition: inherit;
}

.btn-link.selected {
  color: #a4017c;
}

.btn-link.selected svg .fg {
  fill: #a4017c;
  stroke: #a4017c;
}

.btn-link:hover, .btn-link:focus {
  transition-duration: .1s;
  color: #a4017c;
  cursor: pointer;
}

.btn-link:hover svg .fg, .btn-link:focus svg .fg {
  fill: #a4017c;
  stroke: #a4017c;
}

.btn-mini {
  background-color: transparent;
  color: #474748;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 21px;
  max-height: none;
  border: 1px solid #bebebe;
  padding: 2px 10px;
  font: normal 400 11px/15px Open Sans, Open Sans, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  transition: background .3s, border .3s, color .3s, stroke .3s, visibility 0s;
  position: relative;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.btn-mini > *:not(:first-child) {
  margin-left: 8px;
}

.btn-mini:hover {
  cursor: pointer;
}

.btn-mini:disabled, .btn-mini[disabled], .btn-mini.disabled {
  background-image: none !important;
  background-color: #bebebe !important;
  color: #fff !important;
  border-color: transparent !important;
  cursor: default !important;
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
}

body > * {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  body {
    background-color: #f8f8f8;
  }
}

main {
  margin: 0 0 auto;
  flex: 1 1 auto;
}

.sticky-block {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}

.page-container {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .page-container {
    padding: 0 50px;
  }
}

@media (min-width: 1280px) {
  .page-container {
    padding: 0 50px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .page-container {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 599px) {
  .page-container {
    padding: 0 20px;
  }
}

.page-error {
  background: none no-repeat left 0 top 0 transparent;
  background-position: left 0 top 0, 0 0;
  background-size: cover;
  background-image: linear-gradient(rgba(232, 232, 232, 0.7) 0%, rgba(232, 232, 232, 0.7) 100%), url(../images/err-pg-bg.png);
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1023px) {
  .page-error {
    background-image: linear-gradient(rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.61) 52.72%, rgba(255, 255, 255, 0) 100%), url(../images/err-pg-bg.png);
  }
}

.page-error #page-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  flex: 0 0 auto;
}

@media (-ms-high-contrast: none) {
  .page-error #page-wrapper _:-ms-lang(x), .page-error #page-wrapper {
    height: 100vh;
  }
}

.page-error #page-wrapper > * {
  position: relative;
}

.page-error [err-no]::before,
.page-error [err-msg]::before {
  color: rgba(136, 136, 136, 0.07);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 400px;
  line-height: 1;
}

.page-error [err-no][err-no]::before,
.page-error [err-msg][err-no]::before {
  content: attr(err-no);
}

@media (max-width: 856px) {
  .page-error [err-no][err-no]::before,
  .page-error [err-msg][err-no]::before {
    font-size: 46.66667vw;
  }
}

.page-error [err-no][err-msg]::before,
.page-error [err-msg][err-msg]::before {
  font-size: 150px;
  content: attr(err-msg);
}

@media (max-width: 1279px) {
  .page-error [err-no][err-msg]::before,
  .page-error [err-msg][err-msg]::before {
    font-size: 105px;
  }
}

.page-error main {
  flex: 1 0 auto;
  margin: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.page-error main > * {
  margin: 0;
  position: relative;
}

@media (min-width: 600px) {
  .page-error main footer {
    margin-top: 2em;
  }
}

.page-error main h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}

.page-error header .logo {
  max-width: 100%;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.page-error .page-error-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 100%;
}

.page-error .page-error-content p {
  margin: 9px 0 0;
}

.page-error .page-error-content a {
  color: #a4017c;
}

.page-error #page-error-foot {
  order: 2;
  text-align: right;
  padding: 40px;
  position: relative;
  color: #888888;
}

.page-error #page-error-foot a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 15px;
}

.page-error #page-error-foot [href] {
  text-decoration: underline;
}

.page-error #page-error-foot [href]:hover, .page-error #page-error-foot [href]:focus {
  text-decoration: none;
}

.page-error #page-error-foot .logo {
  max-width: 100%;
  width: 192px;
  height: 45px;
  display: block;
  margin: 0 auto;
}

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