body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none;
}
[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=60em&xlarge=75em&xxlarge=90em&xxxlarge=120em&giant=160em";
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1b1616;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.3125rem;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.3125rem;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.3125rem;
  background: rgba(0, 0, 0, 0);
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.9375rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #e52b3a;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #d01a28;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 101.5625rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #444;
  cursor: help;
  -webkit-text-decoration: none;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #444;
  border-radius: 0.3125rem;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 20px;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
  content: "— ";
}
.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #444;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #444;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 101.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18,
.grid-x > .small-19,
.grid-x > .small-20,
.grid-x > .small-21,
.grid-x > .small-22,
.grid-x > .small-23,
.grid-x > .small-24 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-13,
  .grid-x > .medium-14,
  .grid-x > .medium-15,
  .grid-x > .medium-16,
  .grid-x > .medium-17,
  .grid-x > .medium-18,
  .grid-x > .medium-19,
  .grid-x > .medium-20,
  .grid-x > .medium-21,
  .grid-x > .medium-22,
  .grid-x > .medium-23,
  .grid-x > .medium-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-13,
  .grid-x > .large-14,
  .grid-x > .large-15,
  .grid-x > .large-16,
  .grid-x > .large-17,
  .grid-x > .large-18,
  .grid-x > .large-19,
  .grid-x > .large-20,
  .grid-x > .large-21,
  .grid-x > .large-22,
  .grid-x > .large-23,
  .grid-x > .large-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12,
  .grid-x > .xlarge-13,
  .grid-x > .xlarge-14,
  .grid-x > .xlarge-15,
  .grid-x > .xlarge-16,
  .grid-x > .xlarge-17,
  .grid-x > .xlarge-18,
  .grid-x > .xlarge-19,
  .grid-x > .xlarge-20,
  .grid-x > .xlarge-21,
  .grid-x > .xlarge-22,
  .grid-x > .xlarge-23,
  .grid-x > .xlarge-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-full,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-13,
  .grid-x > .xxlarge-14,
  .grid-x > .xxlarge-15,
  .grid-x > .xxlarge-16,
  .grid-x > .xxlarge-17,
  .grid-x > .xxlarge-18,
  .grid-x > .xxlarge-19,
  .grid-x > .xxlarge-20,
  .grid-x > .xxlarge-21,
  .grid-x > .xxlarge-22,
  .grid-x > .xxlarge-23,
  .grid-x > .xxlarge-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-24,
.grid-x > .small-23,
.grid-x > .small-22,
.grid-x > .small-21,
.grid-x > .small-20,
.grid-x > .small-19,
.grid-x > .small-18,
.grid-x > .small-17,
.grid-x > .small-16,
.grid-x > .small-15,
.grid-x > .small-14,
.grid-x > .small-13,
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 4.1666666667%;
}
.grid-x > .small-2 {
  width: 8.3333333333%;
}
.grid-x > .small-3 {
  width: 12.5%;
}
.grid-x > .small-4 {
  width: 16.6666666667%;
}
.grid-x > .small-5 {
  width: 20.8333333333%;
}
.grid-x > .small-6 {
  width: 25%;
}
.grid-x > .small-7 {
  width: 29.1666666667%;
}
.grid-x > .small-8 {
  width: 33.3333333333%;
}
.grid-x > .small-9 {
  width: 37.5%;
}
.grid-x > .small-10 {
  width: 41.6666666667%;
}
.grid-x > .small-11 {
  width: 45.8333333333%;
}
.grid-x > .small-12 {
  width: 50%;
}
.grid-x > .small-13 {
  width: 54.1666666667%;
}
.grid-x > .small-14 {
  width: 58.3333333333%;
}
.grid-x > .small-15 {
  width: 62.5%;
}
.grid-x > .small-16 {
  width: 66.6666666667%;
}
.grid-x > .small-17 {
  width: 70.8333333333%;
}
.grid-x > .small-18 {
  width: 75%;
}
.grid-x > .small-19 {
  width: 79.1666666667%;
}
.grid-x > .small-20 {
  width: 83.3333333333%;
}
.grid-x > .small-21 {
  width: 87.5%;
}
.grid-x > .small-22 {
  width: 91.6666666667%;
}
.grid-x > .small-23 {
  width: 95.8333333333%;
}
.grid-x > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24,
  .grid-x > .medium-23,
  .grid-x > .medium-22,
  .grid-x > .medium-21,
  .grid-x > .medium-20,
  .grid-x > .medium-19,
  .grid-x > .medium-18,
  .grid-x > .medium-17,
  .grid-x > .medium-16,
  .grid-x > .medium-15,
  .grid-x > .medium-14,
  .grid-x > .medium-13,
  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24,
  .grid-x > .large-23,
  .grid-x > .large-22,
  .grid-x > .large-21,
  .grid-x > .large-20,
  .grid-x > .large-19,
  .grid-x > .large-18,
  .grid-x > .large-17,
  .grid-x > .large-16,
  .grid-x > .large-15,
  .grid-x > .large-14,
  .grid-x > .large-13,
  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-24,
  .grid-x > .xlarge-23,
  .grid-x > .xlarge-22,
  .grid-x > .xlarge-21,
  .grid-x > .xlarge-20,
  .grid-x > .xlarge-19,
  .grid-x > .xlarge-18,
  .grid-x > .xlarge-17,
  .grid-x > .xlarge-16,
  .grid-x > .xlarge-15,
  .grid-x > .xlarge-14,
  .grid-x > .xlarge-13,
  .grid-x > .xlarge-12,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-24,
  .grid-x > .xxlarge-23,
  .grid-x > .xxlarge-22,
  .grid-x > .xxlarge-21,
  .grid-x > .xxlarge-20,
  .grid-x > .xxlarge-19,
  .grid-x > .xxlarge-18,
  .grid-x > .xxlarge-17,
  .grid-x > .xxlarge-16,
  .grid-x > .xxlarge-15,
  .grid-x > .xxlarge-14,
  .grid-x > .xxlarge-13,
  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xxlarge-6 {
    width: 25%;
  }
  .grid-x > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xxlarge-12 {
    width: 50%;
  }
  .grid-x > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xxlarge-18 {
    width: 75%;
  }
  .grid-x > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xxlarge-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-24 {
    width: calc(100% - 1.5625rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.3333333333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.6666666667%;
}
.small-up-7 > .cell {
  width: 14.2857142857%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 60em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 33%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.5625rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}
.small-offset-1 {
  margin-left: 4.1666666667%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.25rem / 2);
}
.small-offset-2 {
  margin-left: 8.3333333333%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}
.small-offset-3 {
  margin-left: 12.5%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 1.25rem / 2);
}
.small-offset-4 {
  margin-left: 16.6666666667%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}
.small-offset-5 {
  margin-left: 20.8333333333%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.25rem / 2);
}
.small-offset-6 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 1.25rem / 2);
}
.small-offset-7 {
  margin-left: 29.1666666667%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.25rem / 2);
}
.small-offset-8 {
  margin-left: 33.3333333333%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}
.small-offset-9 {
  margin-left: 37.5%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 1.25rem / 2);
}
.small-offset-10 {
  margin-left: 41.6666666667%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}
.small-offset-11 {
  margin-left: 45.8333333333%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.25rem / 2);
}
.small-offset-12 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 1.25rem / 2);
}
.small-offset-13 {
  margin-left: 54.1666666667%;
}
.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.25rem / 2);
}
.small-offset-14 {
  margin-left: 58.3333333333%;
}
.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}
.small-offset-15 {
  margin-left: 62.5%;
}
.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.25rem / 2);
}
.small-offset-16 {
  margin-left: 66.6666666667%;
}
.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}
.small-offset-17 {
  margin-left: 70.8333333333%;
}
.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.25rem / 2);
}
.small-offset-18 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 1.25rem / 2);
}
.small-offset-19 {
  margin-left: 79.1666666667%;
}
.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.25rem / 2);
}
.small-offset-20 {
  margin-left: 83.3333333333%;
}
.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}
.small-offset-21 {
  margin-left: 87.5%;
}
.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.25rem / 2);
}
.small-offset-22 {
  margin-left: 91.6666666667%;
}
.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}
.small-offset-23 {
  margin-left: 95.8333333333%;
}
.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.25rem / 2);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media print, screen and (min-width: 60em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-13,
.grid-y > .small-14,
.grid-y > .small-15,
.grid-y > .small-16,
.grid-y > .small-17,
.grid-y > .small-18,
.grid-y > .small-19,
.grid-y > .small-20,
.grid-y > .small-21,
.grid-y > .small-22,
.grid-y > .small-23,
.grid-y > .small-24 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-13,
  .grid-y > .medium-14,
  .grid-y > .medium-15,
  .grid-y > .medium-16,
  .grid-y > .medium-17,
  .grid-y > .medium-18,
  .grid-y > .medium-19,
  .grid-y > .medium-20,
  .grid-y > .medium-21,
  .grid-y > .medium-22,
  .grid-y > .medium-23,
  .grid-y > .medium-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-13,
  .grid-y > .large-14,
  .grid-y > .large-15,
  .grid-y > .large-16,
  .grid-y > .large-17,
  .grid-y > .large-18,
  .grid-y > .large-19,
  .grid-y > .large-20,
  .grid-y > .large-21,
  .grid-y > .large-22,
  .grid-y > .large-23,
  .grid-y > .large-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12,
  .grid-y > .xlarge-13,
  .grid-y > .xlarge-14,
  .grid-y > .xlarge-15,
  .grid-y > .xlarge-16,
  .grid-y > .xlarge-17,
  .grid-y > .xlarge-18,
  .grid-y > .xlarge-19,
  .grid-y > .xlarge-20,
  .grid-y > .xlarge-21,
  .grid-y > .xlarge-22,
  .grid-y > .xlarge-23,
  .grid-y > .xlarge-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-13,
  .grid-y > .xxlarge-14,
  .grid-y > .xxlarge-15,
  .grid-y > .xxlarge-16,
  .grid-y > .xxlarge-17,
  .grid-y > .xxlarge-18,
  .grid-y > .xxlarge-19,
  .grid-y > .xxlarge-20,
  .grid-y > .xxlarge-21,
  .grid-y > .xxlarge-22,
  .grid-y > .xxlarge-23,
  .grid-y > .xxlarge-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-24,
.grid-y > .small-23,
.grid-y > .small-22,
.grid-y > .small-21,
.grid-y > .small-20,
.grid-y > .small-19,
.grid-y > .small-18,
.grid-y > .small-17,
.grid-y > .small-16,
.grid-y > .small-15,
.grid-y > .small-14,
.grid-y > .small-13,
.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24,
  .grid-y > .medium-23,
  .grid-y > .medium-22,
  .grid-y > .medium-21,
  .grid-y > .medium-20,
  .grid-y > .medium-19,
  .grid-y > .medium-18,
  .grid-y > .medium-17,
  .grid-y > .medium-16,
  .grid-y > .medium-15,
  .grid-y > .medium-14,
  .grid-y > .medium-13,
  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24,
  .grid-y > .large-23,
  .grid-y > .large-22,
  .grid-y > .large-21,
  .grid-y > .large-20,
  .grid-y > .large-19,
  .grid-y > .large-18,
  .grid-y > .large-17,
  .grid-y > .large-16,
  .grid-y > .large-15,
  .grid-y > .large-14,
  .grid-y > .large-13,
  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-24,
  .grid-y > .xlarge-23,
  .grid-y > .xlarge-22,
  .grid-y > .xlarge-21,
  .grid-y > .xlarge-20,
  .grid-y > .xlarge-19,
  .grid-y > .xlarge-18,
  .grid-y > .xlarge-17,
  .grid-y > .xlarge-16,
  .grid-y > .xlarge-15,
  .grid-y > .xlarge-14,
  .grid-y > .xlarge-13,
  .grid-y > .xlarge-12,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xlarge-6 {
    height: 25%;
  }
  .grid-y > .xlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xlarge-12 {
    height: 50%;
  }
  .grid-y > .xlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xlarge-18 {
    height: 75%;
  }
  .grid-y > .xlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xlarge-24 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-24,
  .grid-y > .xxlarge-23,
  .grid-y > .xxlarge-22,
  .grid-y > .xxlarge-21,
  .grid-y > .xxlarge-20,
  .grid-y > .xxlarge-19,
  .grid-y > .xxlarge-18,
  .grid-y > .xxlarge-17,
  .grid-y > .xxlarge-16,
  .grid-y > .xxlarge-15,
  .grid-y > .xxlarge-14,
  .grid-y > .xxlarge-13,
  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xxlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xxlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xxlarge-6 {
    height: 25%;
  }
  .grid-y > .xxlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xxlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xxlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xxlarge-12 {
    height: 50%;
  }
  .grid-y > .xxlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xxlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xxlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xxlarge-18 {
    height: 75%;
  }
  .grid-y > .xxlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xxlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xxlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xxlarge-24 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%; /* мобилка */
}

@media (min-width: 768px) {
  .grid-padding-y > .cell {
    width: 25%; /* комп */
  }
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 60em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.8125rem 0;
  padding: 0.85em 1em;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.3125rem;
  -webkit-transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #e52b3a;
  color: #fff;
}
.button:hover,
.button:focus {
  background-color: #ce1928;
  color: #fff;
}
.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #e52b3a;
  color: #fff;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #c21825;
  color: #fff;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #1b1616;
  color: #fff;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #161212;
  color: #fff;
}
.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #444;
}
.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #444;
}
.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #eeb301;
  color: #444;
}
.button.warning:hover,
.button.warning:focus {
  background-color: #be8f01;
  color: #444;
}
.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: rgba(0, 0, 0, 0);
}
.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #e52b3a;
  color: #e52b3a;
}
.button.hollow:hover,
.button.hollow:focus {
  border-color: #790f17;
  color: #790f17;
}
.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #e52b3a;
  color: #e52b3a;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #790f17;
  color: #790f17;
}
.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #1b1616;
  color: #1b1616;
}
.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #0e0b0b;
  color: #0e0b0b;
}
.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #eeb301;
  color: #eeb301;
}
.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #775a01;
  color: #775a01;
}
.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #e52b3a;
}
.button.clear:hover,
.button.clear:focus {
  color: #790f17;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #e52b3a;
}
.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #790f17;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #1b1616;
}
.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #0e0b0b;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #eeb301;
}
.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #775a01;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #e52b3a;
}
.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #e52b3a;
}
.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #1b1616;
}
.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #eeb301;
}
.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:hover,
a.button:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:hover,
.close-button:focus {
  color: #444;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button.medium,
.close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0.3125rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #e52b3a;
  color: #fff;
}
.label.primary {
  background: #e52b3a;
  color: #fff;
}
.label.secondary {
  background: #1b1616;
  color: #fff;
}
.label.success {
  background: #3adb76;
  color: #444;
}
.label.warning {
  background: #eeb301;
  color: #444;
}
.label.alert {
  background: #cc4b37;
  color: #fff;
}
.progress {
  height: 1rem;
  margin-bottom: 0.8125rem;
  border-radius: 0.3125rem;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #e52b3a;
}
.progress.secondary .progress-meter {
  background-color: #1b1616;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #eeb301;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e52b3a;
  border-radius: 0.3125rem;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.3125rem;
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.3125rem;
  background-color: #e52b3a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #ce1928;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.switch {
  position: relative;
  margin-bottom: 0.8125rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0.3125rem;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #e52b3a;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.8125rem;
  border-radius: 0.3125rem;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
thead {
  background: #f9f9f9;
  color: #1b1616;
}
tfoot {
  background: #f2f2f2;
  color: #1b1616;
}
thead tr,
tfoot tr {
  background: rgba(0, 0, 0, 0);
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}
table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
@media print, screen and (max-width: 59.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}
.table-scroll {
  overflow-x: auto;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #e52b3a;
  color: #fff;
}
.badge.primary {
  background: #e52b3a;
  color: #fff;
}
.badge.secondary {
  background: #1b1616;
  color: #fff;
}
.badge.success {
  background: #3adb76;
  color: #444;
}
.badge.warning {
  background: #eeb301;
  color: #444;
}
.badge.alert {
  background: #cc4b37;
  color: #fff;
}
.breadcrumbs {
  margin: 0 0 0.8125rem 0;
  list-style: none;
}
.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #444;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #e52b3a;
}
.breadcrumbs a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(68, 68, 68, 0.25);
  border-radius: 0.3125rem;
  background-color: #fff;
  color: #1b1616;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fbdfe1;
  color: #1b1616;
}
.callout.secondary {
  background-color: #e0d9d9;
  color: #1b1616;
}
.callout.success {
  background-color: #e1faea;
  color: #1b1616;
}
.callout.warning {
  background-color: #fff5d7;
  color: #1b1616;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #1b1616;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0.3125rem;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.pagination {
  margin-left: 0;
  margin-bottom: 0.8125rem;
}
.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.3125rem;
  color: #444;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #e52b3a;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: rgba(0, 0, 0, 0);
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #444;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0.3125rem;
  background-color: #444;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #e52b3a;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #1b1616;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8125rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 0.8125rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 0.8125rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 0.8125rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: rgba(0, 0, 0, 0);
}
.tabs.primary {
  background: #e52b3a;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #e41f2f;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #e52b3a;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #d01a28;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #e6e6e6;
  color: #e52b3a;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #1b1616;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.8125rem;
  border: 4px solid #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.2);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.2);
  line-height: 0;
}
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition:
    box-shadow 200ms ease-out,
    -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(229, 43, 58, 0.5);
  box-shadow: 0 0 6px 1px rgba(229, 43, 58, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-box-shadow:
    0 7px 0 #fff,
    0 14px 0 #fff;
  box-shadow:
    0 7px 0 #fff,
    0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow:
    0 7px 0 #cacaca,
    0 14px 0 #cacaca;
  box-shadow:
    0 7px 0 #cacaca,
    0 14px 0 #cacaca;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #444;
  -webkit-box-shadow:
    0 7px 0 #444,
    0 14px 0 #444;
  box-shadow:
    0 7px 0 #444,
    0 14px 0 #444;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow:
    0 7px 0 #8a8a8a,
    0 14px 0 #8a8a8a;
  box-shadow:
    0 7px 0 #8a8a8a,
    0 14px 0 #8a8a8a;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
  position: relative;
}
.has-submenu-toggle > a {
  margin-right: 40px;
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-toggle[aria-expanded="true"]::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition:
    transform 0.15s linear,
    -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: rgba(0, 0, 0, 0);
  color: #e52b3a;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  }
}
@media print, screen and (min-width: 60em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: rgba(0, 0, 0, 0) #e52b3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e52b3a;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(68, 68, 68, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(68, 68, 68, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(68, 68, 68, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(68, 68, 68, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(68, 68, 68, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(68, 68, 68, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(68, 68, 68, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(68, 68, 68, 0.25);
}
.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 60em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 60em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top,
  .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left,
  .off-canvas.in-canvas-for-xxlarge.position-right,
  .off-canvas.in-canvas-for-xxlarge.position-top,
  .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(68, 68, 68, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 0.8125rem;
  border: 1px solid #cacaca;
  border-radius: 0.3125rem;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 101.5625rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 101.5625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 101.5625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 101.5625rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.title-bar {
  padding: 0.5rem;
  background: #444;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 119.99875em) {
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 60em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 60em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 60em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 60em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 59.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 60em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 59.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90em) and (max-width: 119.99875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em), screen and (min-width: 120em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.assist__block {
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 59.99875em) {
  .assist {
    margin-bottom: 2rem;
  }
}
.carousel-services {
  background: #fafafa;
  padding-top: 2.625rem;
}
.carousel-services__text {
  margin-bottom: 1.3125rem;
}
.carousel-services__item {
  display: none;
}
.carousel-services__item:first-child {
  display: block;
}
.client__img {
  margin-bottom: 1.5rem;
}
.event {
  margin-bottom: 1.3125rem;
  background: #fff;
}
.event__date {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.event__place {
  color: #9bb3be;
  font-weight: 700;
}
.event__block {
  padding: 1.3125rem;
  border-radius: 0.3125rem;
  background: #fff;
}
.event__block_main {
  background: #fafafa;
}
.manager {
  text-align: center;
}
.manager__img {
  width: 9.375rem;
}
.manager__text {
  font-size: 0.8125rem;
  font-weight: 700;
}
.manager__block {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.object {
  margin-bottom: 1.5rem;
}
.object__img {
  width: 4.375rem;
}
.serve {
  background: #fafafa;
  padding-top: 2.625rem;
}
.serve__text {
  margin-bottom: 1.3125rem;
}
.serve__item {
  display: none;
}
.serve__item:first-child {
  display: block;
}
.services {
  padding: 2.625rem 1.3125rem 1.3125rem;
  text-align: center;
  background: #fafafa;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
}
.services__title {
  margin-bottom: 0.625rem;
}
.services__img {
  max-width: 6.125rem;
}
.services__block {
  margin-bottom: 1.3125rem;
}
.switch {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switch-paddle {
  border-radius: 6.1875rem;
  width: 2.375rem;
  height: 1.375rem;
}
.switch-paddle::after {
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  top: 0.125rem;
  left: 0.125rem;
}
input:checked ~ .switch-paddle {
  background: #4db45e;
}
input:checked ~ .switch-paddle::after {
  left: 1.125rem;
}
.switch__title {
  color: #1b1616;
  font-weight: 400;
  font-size: 0.875rem;
  margin-left: 0.75rem;
}
.accordion-title {
  font-weight: 700;
}
.accordion-item:last-child > a {
  border: 0.0625rem solid #e6e6e6;
}
.badge_secondary {
  background: #1b1616;
}
.badge_tel {
  position: absolute;
  left: 1.125rem;
  top: -0.25rem;
}
.breadcrumbs {
  margin-top: 1.75rem;
  margin-bottom: 2.75rem;
}
.breadcrumbs li {
  font-size: 0.875rem;
  text-transform: none;
  color: #5c5c5c;
}
.breadcrumbs a {
  color: #1b1616;
}
.breadcrumbs a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 1rem;
}
.button-group .button {
  margin: 0 0.0625rem 0.0625rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button {
  display: inline-block;
  vertical-align: middle;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  -webkit-transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-family: inherit;
  line-height: 1;
  text-align: center;
  border-radius: 0.3125rem;
  cursor: pointer;
  padding: 1.0625rem 5.5625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #e52b3a;
  margin: 0;
}
.button:active,
.button:focus,
.button:hover {
  background: #b00311;
}
.button_dark {
  background-color: #1b1616;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}
.button_dark:active,
.button_dark:focus,
.button_dark:hover {
  background: #5c5c5c;
}
.button_medium {
  padding-left: 3rem;
  padding-right: 3rem;
}
.button_wide {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.button_small {
  padding-left: 2rem;
  padding-right: 2.0625rem;
}
.button_big {
  padding-right: 7.8125rem;
  padding-left: 7.8125rem;
}
.button_white {
  padding-left: 4rem;
  padding-right: 4rem;
}
.button_white:active,
.button_white:focus,
.button_white:hover {
  background: #fff;
  color: #e52b3a;
}
.button_dark-medium {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #1b1616;
}
.button_dark-medium:active,
.button_dark-medium:focus,
.button_dark-medium:hover {
  background: #5c5c5c;
}
.button_disabled {
  background: #1b1616;
  opacity: 0.35;
  color: #fff;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  cursor: not-allowed;
}
.button_disabled:hover,
.button_disabled:focus,
.button_disabled:active {
  background: #1b1616;
}
.button_hollow {
  background: none;
  padding-left: 3rem;
  padding-right: 3rem;
  border: 0.0625rem solid #e52b3a;
  color: #e52b3a;
}
.button_hollow:active,
.button_hollow:focus,
.button_hollow:hover {
  border-color: #b00311;
}
.button_hollow-dark {
  background: none;
  padding-left: 3rem;
  padding-right: 3rem;
  border: 0.0625rem solid #1b1616;
  color: #1b1616;
}
.button_hollow-dark:active,
.button_hollow-dark:focus,
.button_hollow-dark:hover {
  border-color: #5c5c5c;
  background: #5c5c5c;
}
.button_hollow-disabled {
  opacity: 0.4;
  background: none;
  border: 0.0625rem solid #1b1616;
  color: #1b1616;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  cursor: not-allowed;
}
.button_hollow-disabled:hover,
.button_hollow-disabled:focus,
.button_hollow-disabled:active {
  background: none;
  color: #1b1616;
}
@media (max-width: 1300px) {
  .button_dark {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .button_small {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .button_dark {
    font-size: 0.8125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .button_wide {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button {
    font-size: 0.875rem;
  }
  .button_dark {
    font-size: 0.8125rem;
  }
}
.callout {
  margin-bottom: 2.5rem;
  padding: 0.25rem 0.25rem 1rem;
  border: 0.0625rem solid #efefef;
  border-radius: 0.3125rem;
  height: calc(100% - 2.5rem);
}
.callout[data-fancybox] {
  cursor: pointer;
}
.callout_st {
  width: 100%;
}
.callout_alert {
  background-color: #f7e4e1;
}
.callout_dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.callout_success {
  background-color: #d7f7f6;
}
.callout_light-gray {
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
}
.callout__text {
  margin-top: 1rem;
  line-height: 1.5;
  color: #5c5c5c;
}
.callout__unit {
  color: #e6e6e6;
  display: inline-block;
  margin-right: 0.5rem;
}
.callout__tag {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 0.5rem;
}
.callout__link {
  display: inline-block;
  margin-right: 0.5rem;
}
.callout__rss {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1.25rem;
}
.callout__donate {
  color: #cacaca;
}
.callout__see {
  margin-left: 0.25rem;
  color: #8a8a8a;
}
.callout__date {
  margin-bottom: 1.3125rem;
  color: #3adb76;
}
.callout__bill {
  margin-bottom: 1.3125rem;
  width: 100%;
  height: 9.625rem;
  font-weight: 700;
  background: #8a8a8a;
}
.callout__report {
  margin-bottom: 1.25rem;
  width: 100%;
  height: 8.75rem;
  background: #8a8a8a;
}
.callout__label {
  margin-bottom: 0.625rem;
}
.callout__dark {
  color: #8a8a8a;
}
.callout__include {
  font-style: italic;
  font-size: 0.6875rem;
}
.callout__quest {
  color: #8a8a8a;
  margin-left: 0.25rem;
}
.callout__sum {
  font-size: 1.3125rem;
}
.callout__watch {
  display: inline-block;
  margin-right: 0.25rem;
}
.callout__info {
  margin-bottom: 1.25rem;
}
.callout__icon {
  max-height: 1.25rem;
}
.callout__strong {
  font-weight: 700;
}
.callout__block {
  display: block;
}
.close-button {
  outline: none;
  color: #afafaf;
  font-size: 2.375rem;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group-field {
  margin: 0;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0;
}
.input-group-label {
  padding: 0 1rem;
  border: 0.0625rem solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.input-group-button a {
  margin: 0;
  padding-top: 0.4375rem;
}
.input-group-button button,
.input-group-button input,
.input-group-button label {
  white-space: nowrap;
  margin: 0;
}
.label_success {
  color: #fff;
  background: #3adb76;
}
.label_secondary {
  color: #fff;
  background: #1b1616;
}
.label_warning {
  color: #444;
  background: #eeb301;
}
.label_action {
  margin-right: 0.25rem;
  color: #fff;
  background: #1b1616;
}
.pagination {
  margin-bottom: 2.625rem;
}
.pagination li:not([class]) {
  margin-bottom: 0;
}
.pagination a {
  display: inline-block;
}
.pagination a:hover {
  color: #1b1616;
}
.pagination .current {
  background: #1b1616;
}
.pagination-previous.disabled,
.pagination-previous {
  padding: 0.1875rem 0.625rem;
}
.pagination-previous.disabled::before,
.pagination-previous::before {
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: text-bottom;
  content: url("../images/arrow-right-black.svg");
}
.pagination-previous.disabled a::before,
.pagination-previous a::before {
  content: none;
}
.pagination-previous.disabled::before {
  opacity: 0.5;
}
.pagination-next::after,
.pagination-next.disabled::after {
  vertical-align: middle;
  content: url("../images/arrow-right-black.svg");
}
.pagination-next.disabled::after {
  opacity: 0.5;
}
.pagination-next a::after {
  content: none;
}
.reveal {
  padding: 3.8125rem 4.8125rem 4.5rem;
  outline: none;
  border-radius: 0.625rem;
}
.reveal_big {
  width: 65%;
  padding-bottom: 1.5625rem;
}
.reveal__anon {
  color: #8a8a8a;
}
.reveal__aside {
  line-height: 1.5;
  color: #1b1616;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(
    89.94deg,
    #ffdddf 0.01%,
    #ffeff1 69%,
    #ff929b 99.99%
  );
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}
.reveal__aside_left {
  text-align: left;
}
.reveal__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.15;
  text-align: center;
  color: #1b1616;
  margin-bottom: 0.75rem;
  font-family: "Spectral", serif;
}
.reveal__text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 1.875rem;
}
.reveal__help {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #5c5c5c;
  margin-top: 1.875rem;
}
.reveal__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.reveal__input {
  margin-bottom: 0.875rem;
}
textarea.reveal__input {
  resize: vertical;
  padding-top: 1.5rem;
  height: auto;
  height: initial;
}
.reveal__input_mb {
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 74.99875em) {
  .reveal_big {
    width: 80%;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .reveal_big {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    padding: 2.5rem 1.25rem;
    border-radius: 0;
  }
  .reveal_big {
    width: 100%;
    padding-top: 3.125rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .reveal__title {
    font-size: 1.5rem;
  }
}
.sticky {
  padding-bottom: 0.0625rem;
}
.sticky-container {
  margin-bottom: 1.3125rem;
}
.tabs {
  border: none;
  border-bottom: 0.0625rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-title {
  margin-right: 2rem;
}
.tabs-title:last-child {
  margin-right: 0;
}
.tabs-title > a {
  padding: 0.5rem 0.25rem 1rem;
  outline: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #5c5c5c;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0);
}
.tabs-title > a:hover {
  color: #e52b3a;
}
.tabs-title > a:focus,
.tabs-title > a:active {
  background: none;
  color: #e52b3a;
}
.tabs-title.is-active a {
  color: #1b1616;
  background: none;
  border-color: #1b1616;
  cursor: auto;
}
.tabs-title.is-disabled {
  pointer-events: none;
}
.tabs-title.is-disabled > a {
  padding: 0.5rem 0.25rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #ccc;
}
.tabs-content {
  border: none;
  margin-top: 1.5rem;
  margin-bottom: 2.0625rem;
}
.tabs-panel {
  padding: 0;
}
@media (max-width: 1100px) {
  .tabs-title {
    margin-right: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-title {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .tabs-title:last-child {
    margin-bottom: 0;
  }
  .tabs-title > a {
    padding-bottom: 0.5rem;
  }
}
.youtube {
  margin-bottom: 2.5rem;
}
.youtube__img {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube__iframe {
  height: 100%;
  width: 100%;
  top: 0;
  border: 0;
  left: 0;
  position: absolute;
}
.youtube__main {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  border: 0.0625rem solid #efefef;
  border-radius: 0.3125rem;
}
.youtube__button {
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}
.youtube__button img {
  cursor: pointer;
  -webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 0, 0, 0.3490196078);
  box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 0, 0, 0.3490196078);
  border-radius: 50%;
}
.youtube__time {
  margin-top: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.youtube__help {
  line-height: 1.5;
  color: #5c5c5c;
  margin-top: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .youtube__button {
    width: 5rem;
  }
  .youtube__time {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .youtube__help {
    font-size: 0.875rem;
  }
}
.art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  margin-left: 0;
}
.art__item_active {
  padding: 0.625rem 0.875rem;
  font-weight: 700;
}
.art__link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.625rem 0.875rem;
}
.canv {
  margin-left: 0.25rem;
}
.carousel-main {
  margin-bottom: 3.125rem;
  margin-top: 2.5rem;
}
.carousel-main .slick-list {
  /*padding-right:calc((100vw - 100rem - 3.75rem)/2) !important;padding-left:calc((100vw - 100rem - 3.75rem)/2) !important*/
}
.carousel-main .slick-slide {
  margin-left: 1.4375rem;
  margin-right: 1.4375rem;
}
.carousel-main_new {
  margin-bottom: 3.125rem;
  margin-top: 2.5rem;
}
.carousel-main_new .slick-list {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.carousel-main_new .slick-slide {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.carousel-main_new .slick-prev {
  left: 0.75rem;
}
.carousel-main_new .slick-next {
  right: 0.75rem;
}
.carousel-main__item {
  background: url("../images/red-corner-big.webp"), #f0eeee;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding-top: 3.0625rem;
  padding-bottom: 2.6875rem;
  padding-left: 2.6875rem;
  border-radius: 1.25rem;
}
.carousel-main__item_back {
  background: #f0eeee;
}
.carousel-main__wrap {
  padding-top: 4.875rem;
  padding-bottom: 5.25rem;
}
.carousel-main__title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.01;
  color: #1b1616;
  font-family: "Spectral", serif;
  margin-bottom: 2.1875rem;
}
.carousel-main__text {
  font-weight: 500;
  line-height: 1.2;
  color: #5c5c5c;
  margin-bottom: 2rem;
}
@media (max-width: 1400px) {
  .carousel-main__item {
    padding-left: 3.75rem;
  }
  .carousel-main__title {
    font-size: 3.125rem;
  }
  .carousel-main__wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .carousel-main__title {
    font-size: 2.5rem;
  }
  .carousel-main__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .carousel-main .slick-list {
    padding-right: calc((100vw - 100rem - 3.125rem) / 2) !important;
    padding-left: calc((100vw - 100rem - 3.125rem) / 2) !important;
  }
  .carousel-main .slick-slide {
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }
  .carousel-main_new .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-main_new .slick-slide {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .carousel-main__item {
    padding-left: 0.9375rem;
  }
  .carousel-main__title {
    font-size: 1.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-main {
    margin-bottom: 2.625rem;
    margin-top: 1.875rem;
  }
  .carousel-main__wrap {
    padding-top: 0;
  }
  .carousel-main__item {
    padding: 2.5rem 0.625rem;
    background-size: 121% auto;
    background-position: right bottom;
  }
  .carousel-main__title {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  font-weight: 700;
}
.cat_top {
  margin-top: 0.3125rem;
}
.cat__link {
  display: block;
  color: #1b1616;
  position: relative;
}
[data-whatinput="mouse"] .cat__link {
  outline: 0;
}
.cat__link:active,
.cat__link:focus,
.cat__link:hover {
  color: #1b1616;
}
.cat__link::after {
  content: " ";
  display: block;
  border-bottom: 0.125rem solid #eeb301;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.cat__item {
  padding-right: 1.875rem;
  position: relative;
}
[data-whatinput="mouse"] .cat__item {
  outline: 0;
}
.cat__item:last-child {
  padding-right: 0;
}
.cat__item .cat {
  text-transform: none;
  font-weight: 400;
  display: none;
  position: absolute;
  margin: -0.1875rem 0 0 -1rem;
  padding: 0.5rem 0;
  top: 100%;
  left: 0;
  width: 13rem;
  background: #f9f9f9;
  border-bottom: 0.125rem solid #eeb301;
}
.cat__item .cat .cat {
  left: 100%;
  top: 0;
}
.cat__item .cat__item {
  padding: 0;
  width: 100%;
}
.cat__item .cat__item .cat__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1b1616;
}
.cat__item .cat__item .cat__link::after {
  display: none;
}
.cat__item .cat__item .cat__link:hover {
  color: #1b1616;
  background: #f2f2f2;
}
.cat__item:hover > .cat {
  display: block;
}
.cat__item:hover > .cat__link::after {
  width: 100%;
}
.cat__item .cat .cat__item:hover > .cat {
  display: block;
}
@media print, screen and (max-width: 74.99875em) {
  .cat_top {
    margin-top: 0;
  }
  .cat__item {
    padding-right: 0.9375rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .cat__item .cat .cat__item:hover > .cat {
    display: none;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .cat {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.3125rem;
  }
  .cat_top {
    margin-top: 0;
  }
  .cat__item:hover > .cat {
    display: none;
  }
  .cat__item:hover > .cat__link::after {
    width: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cat__item {
    width: 100%;
  }
}
.cities-main-window-list-link {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 1rem;
  line-height: 160%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.625rem;
}
.cities {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.cities-main-window-wrapperlist {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.cities-main-window {
  width: 100%;
}
.cities-main-window-inner-search input {
  font-size: 1.2rem;
  color: #444;
  width: 100%;
}
.cities-main-window-inner {
  position: relative;
}
.cities-main-window-inner-title {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  color: #444;
  font-weight: 400;
  display: inline-block;
}
.cities__select {
  cursor: pointer;
  color: #fff;
  margin-right: 0.5rem;
}
.cities__select_black {
  color: #444;
}
.cities__general {
  position: relative;
  display: inline-block;
}
.cities-container {
  display: none;
  z-index: 101;
  text-align: left;
  position: absolute;
  right: 0;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0.625rem #444;
  box-shadow: 0 0 0.625rem #444;
  top: 3rem;
  width: 31.25rem;
  padding: 2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  min-width: 19rem;
}
.cities-container__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cities-container-list {
  position: relative;
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2666666667);
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2666666667);
}
.cities-container-list-link {
  float: left;
  width: 9rem;
  line-height: 2.4rem;
  font-size: 1rem;
  margin-right: 1rem;
}
.cities-container-close {
  position: absolute;
  cursor: pointer;
  font-size: 2rem;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 0;
  top: 0;
}
.cities-container-close svg {
  display: block;
}
.cities-container-close:hover {
  opacity: 1;
}
.cities-container-region {
  display: none;
  z-index: 101;
  text-align: left;
  position: absolute;
  right: 0;
  border-radius: 0.2rem;
  width: 21.875rem;
  top: 3rem;
  padding: 2rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
}
.cities-container-region-inner-city {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.overlay_visible {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
.cities-container-region .button-cities-group {
  margin: 0;
}
.cities-main-window .cities-message {
  margin: 0;
}
@media print, screen and (max-width: 59.99875em) {
  .cities-container {
    width: 19.375rem;
    right: auto;
    left: 0;
  }
  .cities-container-region {
    left: 0;
    right: auto;
  }
  .cities-main-window-list-link {
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cities-container-region {
    width: 19.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .cities__select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cities__select svg {
    margin-right: 0.25rem;
  }
  .cities__select i {
    width: 0.75rem;
    height: 1rem;
    margin-right: 0.25rem;
  }
  .cities__general {
    position: static;
  }
}
.dd {
  position: relative;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
  transition:
    visibility 0s linear 0.3s,
    opacity 0.3s linear;
}
.dd_show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dd__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #444;
  background: #fafafa;
  padding: 1.3125rem;
}
.double {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.fa-layers {
  vertical-align: middle;
}
.footer {
  padding-top: 3.3125rem;
  padding-bottom: 3.625rem;
  width: 100%;
  left: 0;
  background: #1b1616;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5625rem;
}
.footer__link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 1.0625rem;
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__text {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
.footer__link-under {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .footer__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer {
    padding-bottom: 3rem;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .footer__link {
    margin-bottom: 1.25rem;
    line-height: 1.4;
  }
  .footer__text {
    margin-bottom: 0.625rem;
    display: inline-block;
  }
}
.header {
  padding-top: 0;
  
}
.header__logo {
  margin-right: 2.8125rem;
}
.header__hamb {
  display: none;
  font-size: 1.75rem;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
  margin-right: 0.625rem;
  color: #e52b3a;
}
.header__contact {
  margin-right: 0.625rem;
  margin-left: 2.8125rem;
}
.header__emit {
  margin-bottom: 1.875rem;
  text-align: center;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  background: linear-gradient(
    89.94deg,
    #ffdddf 0.01%,
    #ffeff1 69%,
    #ff929b 99.99%
  );
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1b1616;
}
.header__tel {
  color: #1b1616;
  font-size: 1.375rem;
  font-weight: 600;
}
.header__search {
  position: relative;
  margin-top: 20px;
}
.header__search-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem;
  height: 100%;
  cursor: pointer;
}
.header__mail {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  color: #000;
  margin-right: 0.625rem;
}
.header__time {
  font-weight: 500;
  font-size: 0.875rem;
  color: #5c5c5c;
  margin-right: 0.625rem;
}
.header__link {
  font-weight: 500;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.header__under {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.header__wh {
  margin-right: 2.125rem;
}
.header__city {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5c5c5c;
  display: block;
  margin-bottom: 0.5rem;
}
.header__city img {
  margin-left: 0.625rem;
}
.header__accept {
  display: inline-block;
  color: #1b1616;
  font-size: 0.875rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media (max-width: 1600px) {
  .header__logo {
    margin-right: 1.875rem;
  }
  .header__contact {
    margin-left: 1.25rem;
    margin-right: 0;
  }
  .header__mail {
    margin-right: 0;
  }
  .header__time {
    margin-right: 0;
  }
}
@media (max-width: 1500px) {
  .header__logo {
    margin-right: 0;
  }
  .header__wh {
    margin-right: 1.1875rem;
  }
  .header__tel {
    font-size: 1.125rem;
  }
  .header__contact {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .header__tel {
    font-size: 1rem;
  }
  .header__logo {
    width: 8.6875rem;
    display: inline-block;
  }
  .header__city {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }
  .header__city img {
    margin-left: 0.4375rem;
  }
  .header__time {
    font-size: 0.75rem;
  }
  .header__link {
    font-size: 0.75rem;
  }
  .header__mail {
    font-size: 0.75rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header__search-button {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  .header__wh {
    margin-right: 0.625rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .header__wh {
    display: none;
  }
  .header__tel {
    font-size: 0.8125rem;
  }
  .header__logo {
    width: 8.125rem;
  }
  .header__search-button {
    padding-left: 0.1875rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header {
    padding-top: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__accept {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  .header__logo {
    width: 10.8125rem;
  }
  .header__hamb {
    display: block;
  }
  .header__wh {
    display: inline-block;
  }
  .header__tel {
    font-size: 1rem;
  }
  .header__search {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .header__time {
    display: block;
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
  .header__link {
    display: block;
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
  .header__mail {
    display: block;
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
}
.hr {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #efefef;
}
.hr_odd {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.hr_darker {
  background-color: #cacaca;
}
.info {
  margin-bottom: 1.5rem;
}
.info_34 {
  margin-bottom: 2.125rem;
}
.info_53 {
  margin-bottom: 3.3125rem;
}
.info_60 {
  margin-bottom: 3.75rem;
}
.info_70 {
  margin-bottom: 4.375rem;
}
.info_88 {
  margin-bottom: 5.5rem;
}
.info_100 {
  margin-bottom: 6.25rem;
}
.info_140 {
  margin-bottom: 8.75rem;
}
.info_157 {
  margin-bottom: 9.8125rem;
}
.info_190 {
  margin-bottom: 11.875rem;
}
.info_top {
  padding-top: 4.75rem;
  margin-bottom: 0;
}
.info_top-30 {
  padding-top: 1.875rem;
  margin-bottom: 0;
}
.info_top-40 {
  padding-top: 2.5rem;
  margin-bottom: 0;
}
.info_top-70 {
  padding-top: 4.375rem;
  margin-bottom: 0;
}
.info_top-100 {
  padding-top: 6.25rem;
  margin-bottom: 0;
}
.info_top-120 {
  padding-top: 7.5rem;
  margin-bottom: 0;
}
.info_top-140 {
  padding-top: 8.75rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .info_top-140 {
    padding-top: 5rem;
  }
  .info_190 {
    margin-bottom: 6.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .info_88 {
    margin-bottom: 2.5rem;
  }
  .info_top {
    padding-top: 3.125rem;
  }
  .info_top-30 {
    padding-top: 0;
  }
  .info_top-40 {
    padding-top: 1.25rem;
  }
  .info_top-70 {
    padding-top: 0;
  }
  .info_top-100 {
    padding-top: 3.75rem;
  }
  .info_100 {
    margin-bottom: 3.125rem;
  }
  .info_140 {
    margin-bottom: 3.75rem;
  }
  .info_157 {
    margin-bottom: 3.75rem;
  }
  .info_190 {
    margin-bottom: 4.375rem;
  }
}
.partners {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners .partners {
  margin-left: 1.25rem;
}
.partners__link {
  display: block;
  padding: 0.625rem 0.875rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1;
}
.partners__link_active {
  background: #e52b3a;
  color: #fff;
}
.partners__link_active:active,
.partners__link_active:focus,
.partners__link_active:hover {
  color: #fff;
}
.picture {
  margin-right: 0.25rem;
}
.project {
  margin-bottom: 2rem;
}
.project__img {
  margin-bottom: 1.5rem;
}
.project__title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.project__views {
  color: #8a8a8a;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.project__icon {
  color: #8a8a8a;
}
.project__info {
  padding-bottom: 1.25rem;
}
.project__text {
  margin-bottom: 0.75rem;
}
.project__cat {
  display: block;
  color: #8a8a8a;
  margin-bottom: 0.75rem;
}
.promo {
  background: #e52b3a;
  padding-top: 4.375rem;
  color: #fff;
  padding-bottom: 4.375rem;
  margin-bottom: 2.5rem;
}
.promo__img {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .promo {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.sect {
  margin-bottom: 1.5rem;
}
.sect_iframe {
  height: 21.875rem;
  width: 100%;
  border: 0;
}
.sect_col {
  width: 50%;
}
.sect_rect {
  margin-bottom: 0.75rem;
}
.sect_primary {
  color: #e52b3a;
}
.sect_big {
  font-size: 1.125rem;
}
.sect_type {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.sect_date {
  font-weight: 700;
  color: #1b1616;
}
.sect_time {
  margin-bottom: 0;
  color: #8a8a8a;
}
.sect_main {
  background: #fafafa;
}
.sect_dib {
  display: inline-block;
  margin-right: 0.5rem;
}
.sect_dark {
  color: #8a8a8a;
}
.sect_place {
  color: #8a8a8a;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}
.sect_link {
  margin-right: 0.5rem;
}
.sect_err {
  color: #cacaca;
  margin-right: 0.625rem;
  font-size: 2.125rem;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
.sect__date {
  color: #cacaca;
}
.sect__svg {
  height: 4.375rem;
  width: 100%;
}
.sect__svg use {
  fill: #48626f;
}
.share {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
.share__text {
  color: #9bb3be;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.share__enter {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
@media print, screen and (max-width: 59.99875em) {
  .share__text {
    display: none;
  }
}
.side__block {
  padding: 1.3125rem;
  border-radius: 0.3125rem;
  background: #fafafa;
  margin-bottom: 1.5rem;
}
.side__city {
  font-weight: 700;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.side__place {
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}
.side__date {
  font-size: 1.3125rem;
  margin-bottom: 0.75rem;
  color: #1b1616;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}
.slick-slide img {
  display: block;
  height: 400px;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .slick-slide img {
    height: 270px;
  }
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide a,
.slick-slide:focus {
  outline: none;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
}
.slick-next,
.slick-prev {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  width: auto;
  height: auto;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-next svg,
.slick-prev svg {
  width: auto;
  height: auto;
}
.slick-next svg path,
.slick-prev svg path {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
}
.slick-next:focus svg path,
.slick-next:hover svg path,
.slick-prev:focus svg path,
.slick-prev:hover svg path {
  fill: #1b1616;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: auto;
}
.slick-next.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-prev.slick-disabled:hover {
  outline: none;
}
.slick-next.slick-disabled:focus svg path,
.slick-next.slick-disabled:hover svg path,
.slick-prev.slick-disabled:focus svg path,
.slick-prev.slick-disabled:hover svg path {
  fill: #e52b3a;
}
.slick-prev {
  left: -2rem;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.slick-next {
  right: -2rem;
}
.slick-dots {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #e52b3a;
  width: 0.8125rem;
  height: 0.8125rem;
}
.slick-dots li button {
  border: 0;
  background: #efefef;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  outline: none;
  line-height: 0;
  font-size: 0;
  margin: 0.375rem;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.soc {
  color: #9bb3be;
}
.soc_fb {
  color: #3f619c;
}
.soc_vk {
  color: #3e709c;
}
.soc_twi {
  color: #2fa4cc;
}
.soc_insta {
  color: #000;
}
.soc_ok {
  color: #fc6719;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.step__label {
  line-height: 1.3;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: url("../images/check.svg") no-repeat left 0.125rem;
  padding-left: 1.625rem;
}
.step__input {
  margin-top: 0.125rem;
  margin-bottom: 0;
  display: none;
}
.step__input:checked + .step__label {
  background: url("../images/check-square.svg") no-repeat left 0.125rem;
}
.step__input:disabled + .step__label {
  opacity: 0.7;
  cursor: not-allowed;
}
@media print, screen and (max-width: 39.99875em) {
  .step__label {
    font-size: 0.875rem;
    background-size: 1rem;
    background-position-y: 0;
  }
  .step__input:checked + .step__label {
    background-size: 1rem;
    background-position-y: 0;
  }
}
.traffic {
  text-align: center;
  background: #fafafa;
  visibility: hidden;
  margin-bottom: 2.5rem;
}
.traffic.slick-initialized {
  visibility: visible;
}
.traffic__photo {
  -ms-flex-item-align: center;
  align-self: center;
}
.traffic__img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.traffic__item {
  background: center no-repeat;
  background-size: cover;
  display: none;
  padding: 2rem 3rem;
  position: relative;
}
.traffic__item:first-child {
  display: block;
}
.traffic__text {
  font-size: 0.9375rem;
  margin-bottom: 1.3125rem;
}
.traffic__content {
  min-height: 25rem;
}
.traffic__content_white {
  color: #fff;
}
.traffic__darken::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3333333333);
}
@media print, screen and (max-width: 59.99875em) {
  .traffic__content {
    min-height: 18.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .traffic {
    height: 38.5625rem;
    overflow: hidden;
  }
  .traffic.slick-initialized {
    height: auto;
    overflow: visible;
  }
  .traffic__img {
    display: none;
  }
  .traffic__content {
    min-height: 0;
    min-height: initial;
  }
  .traffic__photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .traffic__item {
    padding: 2rem 0;
  }
}
.way {
  font-size: 0.6875rem;
  margin-bottom: 1.5rem;
}
.way__pole {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.brand {
  background: #e6e6e6;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
.capt__img {
  width: 100%;
  height: 3.75rem;
}
.checkbox-group {
  font-size: 0;
  margin-bottom: 0.4375rem;
}
.checkbox-group__label {
  font-size: 16px;
  padding: 0.83rem;
  margin: 0;
  min-width: 3rem;
  background: #fff;
  min-height: 2.4375rem;
  line-height: 1;
  display: inline-block;
  border: 0.0625rem solid #444;
  border-right-width: 0;
  text-align: center;
}
.checkbox-group__label:last-child {
  border-right-width: 0.0625rem;
}
.checkbox-group__item {
  display: none;
}
.checkbox-group__item:checked + .checkbox-group__label {
  -webkit-box-shadow: inset 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.4);
}
.commodity__img {
  margin-bottom: 1.3125rem;
}
.commodity__title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.commodity__old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #8a8a8a;
}
.commodity__cost {
  font-size: 0.875rem;
}
.commodity__favor {
  color: #8a8a8a;
  margin-right: 0.5rem;
}
.commodity__small {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 0.1875rem;
}
.commodity__price {
  font-weight: 700;
  font-size: 1.3125rem;
}
.commodity__price_cost {
  font-size: 0.875rem;
}
.commodity__no {
  font-style: italic;
  color: #8a8a8a;
}
.commodity__info {
  margin-bottom: 1.3125rem;
}
.commodity__cat {
  margin-bottom: 0.625rem;
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (max-width: 59.99875em) {
  .commodity__small {
    margin-right: 0.5rem;
    display: inline-block;
  }
  .commodity__old {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .commodity__cat {
    display: none;
  }
}
.comp__tr {
  vertical-align: top;
}
.comp__small {
  font-size: 0.875rem;
}
.comp__clear {
  color: #8a8a8a;
  white-space: nowrap;
}
.duct__img {
  margin-bottom: 1.3125rem;
}
.duct__title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.duct__old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #8a8a8a;
}
.duct__cost {
  font-size: 0.875rem;
}
.duct__favor {
  color: #8a8a8a;
  margin-right: 0.5rem;
}
.duct__small {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 0.1875rem;
}
.duct__price {
  font-weight: 700;
  font-size: 1.3125rem;
}
.duct__price_cost {
  font-size: 0.875rem;
}
.duct__no {
  font-style: italic;
  color: #8a8a8a;
}
.duct__info {
  margin-bottom: 1.3125rem;
}
.duct__cat {
  margin-bottom: 0.625rem;
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (max-width: 59.99875em) {
  .duct__small {
    margin-right: 0.5rem;
    display: inline-block;
  }
  .duct__old {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .duct__cat {
    display: none;
  }
}
.growth__img {
  margin-bottom: 1.3125rem;
}
.growth__title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.growth__old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #8a8a8a;
}
.growth__cost {
  font-size: 0.875rem;
}
.growth__favor {
  color: #8a8a8a;
  margin-right: 0.5rem;
}
.growth__small {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 0.1875rem;
}
.growth__price {
  font-weight: 700;
  font-size: 1.3125rem;
}
.growth__price_cost {
  font-size: 0.875rem;
}
.growth__no {
  font-style: italic;
  color: #8a8a8a;
}
.growth__info {
  margin-bottom: 1.3125rem;
}
.growth__cat {
  margin-bottom: 0.625rem;
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (max-width: 59.99875em) {
  .growth__small {
    margin-right: 0.5rem;
    display: inline-block;
  }
  .growth__old {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .growth__cat {
    display: none;
  }
}
.mark {
  color: #eeb301;
  font-size: 1.125rem;
  line-height: 0.75;
  margin-bottom: 1.3125rem;
  vertical-align: -0.0625rem;
}
.menu-top {
  padding: 0;
  list-style-type: none;
  margin: 0;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.menu-top__hamburger {
  margin: 1rem 0 1rem;
}
.menu-top__item {
  display: block;
  padding: 0 1rem;
  border: solid #e6e6e6;
  border-width: 0 0 0 0.0625rem;
}
[data-whatinput="mouse"] .menu-top__item {
  outline: 0;
}
.menu-top__item:first-child {
  border: 0;
  padding-left: 0;
}
.menu-top__item:last-child {
  padding-right: 0;
}
.menu-top__link {
  display: block;
  padding: 0;
  color: #fff;
}
[data-whatinput="mouse"] .menu-top__link {
  outline: 0;
}
.menu-top__link:hover,
.menu-top__link_active {
  color: #eee;
}
.menu-top__link_red {
  color: #e52b3a;
}
@media print, screen and (max-width: 59.99875em) {
  .menu-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .menu-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-top__item {
    width: 100%;
    padding: 0;
    border-width: 0.0625rem 0 0;
  }
  .menu-top__link {
    padding: 0.5rem 0;
  }
}
.offspring__img {
  margin-bottom: 1.3125rem;
}
.offspring__title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.offspring__old {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #8a8a8a;
}
.offspring__cost {
  font-size: 0.875rem;
}
.offspring__favor {
  color: #8a8a8a;
  margin-right: 0.5rem;
}
.offspring__small {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 0.1875rem;
}
.offspring__price {
  font-weight: 700;
  font-size: 1.3125rem;
}
.offspring__price_cost {
  font-size: 0.875rem;
}
.offspring__no {
  font-style: italic;
  color: #8a8a8a;
}
.offspring__info {
  margin-bottom: 1.3125rem;
}
.offspring__cat {
  margin-bottom: 0.625rem;
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (max-width: 59.99875em) {
  .offspring__small {
    margin-right: 0.5rem;
    display: inline-block;
  }
  .offspring__old {
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .offspring__cat {
    display: none;
  }
}
.order__meta {
  color: #888;
}
.order__subtitle {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.order__option-switch {
  position: absolute;
  visibility: hidden;
}
.order__option-more {
  display: none;
}
.order__option-item {
  position: relative;
  margin: 0 0 1.5rem;
  border: 0.0625rem solid rgba(68, 68, 68, 0.2666666667);
  border-radius: 0.25rem;
  background-color: #fff;
  color: #444;
  padding: 1.5rem;
}
.order__option-item:hover,
.order__option-switch:checked + .order__option-item {
  border-color: #27bab5;
  -webkit-box-shadow: 0 0 0 0.0625rem #27bab5 inset;
  box-shadow: 0 0 0 0.0625rem #27bab5 inset;
}
.order__option-switch:checked + .order__option-item .order__option-more {
  display: block;
}
.order__option-title {
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.order__option-title:hover {
  background-color: #f3f3f3;
}
.prod {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prod__info {
  margin-bottom: 1.5rem;
}
.prod__favor {
  color: #8a8a8a;
  margin-right: 0.625rem;
}
.prod__price {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-right: 0.25rem;
}
.prod__old {
  font-size: 0.8125rem;
  color: #8a8a8a;
}
.prod__cat {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
.prod__rub {
  margin-bottom: 0.75rem;
}
.prod__main {
  padding-bottom: 0.625rem;
}
.prod__img {
  margin-bottom: 1.5rem;
}
.quant {
  position: relative;
}
.quant__input {
  border: 0.0625rem solid #cacaca;
  border-radius: 0.3125rem 0 0 0.3125rem;
  padding-left: 2.0625rem;
  height: 3.25rem;
  text-align: right;
}
.quant__minus,
.quant__plus {
  width: 0;
  height: 0;
  border-left: 0.375rem solid rgba(0, 0, 0, 0);
  border-right: 0.375rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.375rem solid #444;
  position: absolute;
  display: block;
  cursor: pointer;
  left: 1rem;
  top: 0.4375rem;
}
.quant__minus {
  top: 1.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.radio__label {
  line-height: 1.3;
  margin-right: 0;
  background: url("../images/rad.svg") no-repeat left 0.125rem;
  margin-left: 0;
  padding-left: 1.25rem;
}
.radio__input {
  margin-top: 0.125rem;
  margin-bottom: 0;
  display: none;
}
.radio__input:checked + .radio__label {
  background: url("../images/rad-2.svg") no-repeat left 0.125rem;
}
.radio__input:disabled + .radio__label {
  opacity: 0.7;
  cursor: not-allowed;
}
.rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.rating::before,
.rating::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rating::after {
  clear: both;
}
.rating__star {
  float: right;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  position: relative;
}
.rating__star:hover {
  cursor: pointer;
}
.rating__solid {
  display: block;
  font-size: 1.35rem;
  color: #777;
  margin-right: 0.3125rem;
  position: relative;
}
.rating__regular {
  font-size: 1.35rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #eeb301;
}
.rating__input {
  display: none;
}
.rating:not(:hover) .rating__input:checked .rating__regular,
.rating:not(:hover) .rating__input:checked ~ .rating__star .rating__regular,
.rating__star:hover .rating__regular,
.rating__star:hover ~ .rating__star .rating__regular {
  display: block;
}
.reg {
  line-height: 1.9;
  font-size: 0.6875rem;
}
.search {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
.search__input {
  width: 100%;
  border: 0;
  padding: 0.3125rem;
  line-height: 1.5;
  height: 3.25rem;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.search__input:focus,
.search__input:hover {
  border: 0;
}
.search__input_border {
  border: 0.0625rem solid #cacaca;
  border-right: 0;
}
.search__input_border:focus,
.search__input_border:hover {
  border: 0.0625rem solid #444;
  border-right: 0;
}
.search__cont {
  white-space: nowrap;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.search__button {
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  height: 3.25rem;
  width: 3.25rem;
  color: #634f8e;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 0;
  font-size: 1rem;
}
@media print, screen and (max-width: 59.99875em) {
  .search {
    margin: 4.875rem 0 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .search {
    margin: 0;
  }
}
.shipment__tell {
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.shipment__soc {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.shipment__art {
  color: #8a8a8a;
}
.shipment__no {
  color: #cacaca;
  margin-left: 0.25rem;
}
.shipment__num {
  color: #3adb76;
  margin-left: 0.25rem;
}
.shipment__low {
  color: #cc4b37;
  margin-left: 0.25rem;
}
.shipment__mark {
  font-style: italic;
  color: #8a8a8a;
}
.shipment__old {
  color: #8a8a8a;
  display: block;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.shipment__compare {
  margin-right: 0.5rem;
}
.shipment__text {
  color: #8a8a8a;
}
.shipment__price {
  font-size: 2.1875rem;
}
.tile {
  margin-bottom: 0.625rem;
}
.tile__title {
  margin-bottom: 0.625rem;
  display: block;
}
.tile__no {
  color: #8a8a8a;
}
.tile__price {
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.tile__link {
  display: block;
  margin-bottom: 1.3125rem;
}
.tile__img {
  height: 5rem;
}
.tile__clear {
  color: #8a8a8a;
  white-space: nowrap;
  display: block;
  margin-bottom: 1.3125rem;
}
.calendar {
  text-align: center;
}
.calendar__holiday {
  color: #48626f;
}
.calendar__strong {
  font-weight: 700;
}
.car {
  position: relative;
  margin: 0 0 1rem;
  padding: 1.3125rem;
  border: 0.0625rem solid rgba(68, 68, 68, 0.2666666667);
  border-radius: 0.25rem;
  background-color: #fff;
}
.car__anchor {
  margin-bottom: 1.3125rem;
  display: block;
}
.car__date {
  color: #cacaca;
  margin-right: 0.25rem;
}
.carousel-news {
  padding: 0 0 1.5rem;
}
.carousel-news__item {
  min-height: 18.75rem;
  background: #f3f3f3;
  color: #444;
  background-size: cover;
  background-position: center;
  display: none;
  padding: 2rem;
  position: relative;
}
.carousel-news__item_medium-gray {
  background: #cacaca;
}
.carousel-news__item:first-child {
  display: block;
}
.carousel-news__link {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.3333333333);
}
.carousel-news__link:hover {
  color: #fff;
}
.magazine {
  margin-bottom: 1.5rem;
}
.magazine__img {
  margin-bottom: 0.75rem;
  width: 100%;
  height: 17.5rem;
  background: #f3f3f3;
}
.rubric {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fafafa;
}
.rubric__tgl {
  color: #1b1616;
  font-size: 1.3125rem;
  cursor: pointer;
}
.rubric__menu {
  margin-left: 0.25rem;
  font-weight: 700;
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .rubric {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.user {
  margin-bottom: 1.5rem;
}
.user__img {
  background: #bbb;
  width: 2.8125rem;
}
.user__title {
  color: #48626f;
  font-weight: 700;
}
.user__date {
  color: #8a8a8a;
}
a {
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #1b1616;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
a:active,
a:focus,
a:hover {
  color: #e52b3a;
}
[data-link] {
  cursor: pointer;
}
img[data-fancybox] {
  cursor: pointer;
}
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
fieldset {
  margin-bottom: 1.25rem;
}
::-ms-clear {
  display: none;
}
hr {
  margin: 2.5rem auto 3.125rem;
  border-bottom: 0.0625rem solid #efefef;
}
label {
  line-height: 1.5;
  margin-bottom: 1.25rem;
  display: block;
}
label > span:first-child {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.error {
  border-color: #e52b3a;
  background: #fff9f9;
}
table {
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  width: 100%;
  border-radius: 0.25rem;
  border-top: 0.0625rem solid #ccc;
}
dl,
ol,
p,
ul {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
li:not([class]) {
  margin-bottom: 0.625rem;
}
ul:not([class]) > li {
  list-style: none;
  position: relative;
}
ul:not([class]) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.125rem;
  top: 0.5625rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #ccc;
  border-radius: 50%;
}
div + ol {
  margin-top: 0.5rem;
}
blockquote {
  border-left: 0.125rem solid #e52b3a;
}
blockquote,
blockquote p {
  padding: 0 0.875rem;
}
tfoot,
thead {
  background: none;
  border: none;
}
tfoot tr,
thead tr {
  background: rgba(0, 0, 0, 0);
}
thead tr + tr {
  background: #fafafa;
}
tfoot td,
tfoot th,
thead td,
thead th {
  font-weight: 700;
  vertical-align: middle;
  padding: 1.25rem 1.875rem;
  color: #5c5c5c;
}
tbody {
  background: #fff;
  border: none;
}
tbody th {
  font-weight: 700;
  vertical-align: top;
  padding: 0.5rem 0.625rem;
}
tbody td {
  vertical-align: middle;
  padding: 1.875rem;
}
tbody tr:nth-child(even) {
  background: none;
}
tbody tr:nth-child(odd) {
  background: #fafafa;
  border-bottom: 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ),
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.3125rem;
  padding-right: 3.375rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  color: #1b1616;
  -webkit-transition:
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  transition:
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  height: 3.25rem;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ):active,
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ):focus,
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ):hover,
textarea:active,
textarea:focus,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ):active,
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ):focus,
textarea:active,
textarea:focus {
  border-color: #2ca6e6;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
  box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
}
input[type="file"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 3.375rem;
  border: none;
  border-radius: 0.3125rem;
  padding-left: 0;
  font-size: 0.875rem;
  font-weight: normal;
  color: #1b1616;
  -webkit-transition:
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  transition:
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
}
input[type="file"]:active,
input[type="file"]:focus,
input[type="file"]:hover {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="file"]:active,
input[type="file"]:focus {
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
  box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
}
input[type="file"]::-webkit-file-upload-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 0.0625rem solid #e52b3a;
  color: #e52b3a;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  border-radius: 0.3125rem;
  cursor: pointer;
  padding: 1.0625rem 5.5625rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 1.25rem 0 0;
  -webkit-transition:
    background-color 0.8s ease-out,
    color 0.25s ease-out;
  transition:
    background-color 0.8s ease-out,
    color 0.25s ease-out;
}
input[type="file"]::file-selector-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 0.0625rem solid #e52b3a;
  color: #e52b3a;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  border-radius: 0.3125rem;
  cursor: pointer;
  padding: 1.0625rem 5.5625rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 1.25rem 0 0;
  -webkit-transition:
    background-color 0.8s ease-out,
    color 0.25s ease-out;
  transition:
    background-color 0.8s ease-out,
    color 0.25s ease-out;
}
input[type="file"]::-webkit-file-upload-button:hover {
  color: #fff;
  background-color: #e52b3a;
}
input[type="file"]::file-selector-button:hover {
  color: #fff;
  background-color: #e52b3a;
}
select {
  border-color: #ccc;
  height: 3.25rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.3125rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
}
select:active,
select:focus {
  border-color: #2ca6e6;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
  box-shadow: 0 0 0 0.1875rem rgba(44, 166, 230, 0.1607843137);
}
.iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.625rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: "Spectral", serif;
}
.h1,
h1 {
  margin-bottom: 2.1875rem;
  line-height: 1;
  font-size: 3.75rem;
}
.h1_margin {
  margin-bottom: 3.75rem;
}
.h2,
h2 {
  line-height: 1.36;
  font-size: 2rem;
  margin-bottom: 1.3125rem;
  padding-left: 1.6875rem;
  position: relative;
}
.h2::before,
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 0.25rem;
  height: 3.125rem;
  border-radius: 0.8125rem;
  background-color: #e52b3a;
}
.h2_center {
  text-align: center;
  margin-bottom: 4.375rem;
  padding-left: 0;
}
.h2_center::before {
  top: auto;
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.25rem;
  width: 7.9375rem;
}
.h2_white {
  color: #fff;
  padding-left: 0;
  margin-bottom: 0.8125rem;
}
.h2_white::before {
  display: none;
}
.h2_center-white {
  text-align: center;
  margin-bottom: 2.4375rem;
  padding-left: 0;
  color: #fff;
}
.h2_center-white::before {
  top: auto;
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.25rem;
  width: 7.9375rem;
}
.h2_empty {
  padding-left: 0;
  margin-bottom: 1.75rem;
}
.h2_empty::before {
  display: none;
}
.h1_empty {
  padding-left: 0;
}
.h1_empty:before {
  display: none;
}
.h3,
h3 {
  line-height: 1.2;
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
  font-weight: 700;
}
.h4,
h4 {
  line-height: 1.3;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.h5,
h5 {
  line-height: 1.4;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
.h6,
h6 {
  line-height: 1.5;
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 119.99875em) {
  input[type="file"]::-webkit-file-upload-button {
    display: block;
    margin-bottom: 0.625rem;
  }
  input[type="file"]::file-selector-button {
    display: block;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  input {
    font-size: 0.8125rem;
    padding-right: 2.5625rem;
    padding-left: 0.9375rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  thead th {
    padding: 0.875rem;
  }
  tbody td {
    padding: 0.875rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  input {
    padding-right: 2.125rem;
    padding-left: 0.625rem;
  }
  .iframe {
    height: 21.875rem;
  }
  hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .h1,
  h1 {
    font-size: 2.2rem;
  }
  .h1_margin {
    margin-bottom: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h2::before,
  h2::before {
    height: 115%;
  }
  .h2_empty {
    margin-bottom: 1.25rem;
  }
  .h2_center {
    margin-bottom: 3.125rem;
  }
  .h2_center::before {
    height: 0.25rem;
  }
  .h2_center-white::before {
    height: 0.25rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.3rem;
  }
  .h5,
  h5 {
    font-size: 1.2rem;
  }
  .h6,
  h6 {
    font-size: 1.1rem;
  }
  thead th {
    padding: 0.5625rem;
    font-size: 0.75rem;
  }
  tbody td {
    padding: 0.5625rem;
    font-size: 0.75rem;
  }
  input[type="file"] {
    padding-right: 0;
  }
}
.svg-inline {
  visibility: hidden;
}
.over {
  overflow: hidden;
}
.tacky {
  position: sticky;
  top: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .tacky {
    position: static;
  }
}
.menu {
  margin: 0;
  margin-top: 1.1875rem;
  -webkit-box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  background: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__link {
  font-weight: 600;
  line-height: 1;
  color: #1b1616;
  cursor: pointer;
}
.menu__item {
  margin-right: 0.625rem;
  padding: 0.8125rem;
}
.menu__item:first-child {
  padding-left: 2.75rem;
}
.menu__item:last-child {
  margin-right: 0;
  padding-right: 2.75rem;
}
.menu__item_drop {
  position: relative;
  cursor: pointer;
}
.menu__item_drop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.1875rem;
  width: 33%;
  background: #dc0314;
  border-radius: 1.3125rem 1.3125rem 0 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__item_drop:hover::before {
  display: block;
}
.menu__item_drop:hover > .menu__drop-wrap {
  display: block;
}
.menu__drop-wrap {
  position: absolute;
  width: calc(100% + 1.4375rem);
  left: 0;
  top: 100%;
  z-index: 15;
  display: none;
}
.menu__drop-wrap .menu__drop-wrap {
  top: 0;
  left: 100%;
  width: calc(100% + 1.625rem);
}
.menu__drop-wrap .menu__drop-wrap .menu__drop {
  margin-left: 0.625rem;
  margin-top: 0;
}
.menu__drop {
  margin-left: 0;
  margin-top: 0.5rem;
  cursor: auto;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  background: #fff;
  list-style: none;
  padding-bottom: 1.625rem;
}
.menu__drop__link {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #1b1616;
  display: inline-block;
}
.menu__drop__link_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__drop-arrow {
  margin-left: 0.625rem;
}
.menu__drop__item {
  margin-bottom: 0.75rem;
  padding-right: 1.375rem;
  padding-left: 1.625rem;
  line-height: 1.15;
}
.menu__drop__item:first-child {
  padding-top: 1.625rem;
}
.menu__drop__item:last-child {
  margin-bottom: 0;
}
.menu__drop__item_arrow {
  position: relative;
}
.menu__drop__item_arrow:hover > .menu__drop__link {
  color: #e52b3a;
}
.menu__drop__item_arrow:hover > .menu__drop-wrap {
  display: block;
}
@media (max-width: 1500px) {
  .menu__link {
    font-size: 0.875rem;
  }
  .menu__item {
    margin-right: 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .menu__item:first-child {
    padding-left: 1.25rem;
  }
  .menu__item:last-child {
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .menu__link {
    font-size: 0.8125rem;
  }
  .menu__drop {
    padding-bottom: 1.25rem;
  }
  .menu__drop__item {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .menu__drop__item:first-child {
    padding-top: 1.25rem;
  }
  .menu__item:first-child {
    padding-left: 0.625rem;
  }
  .menu__item:last-child {
    padding-right: 0.625rem;
  }
}
@media (max-width: 1100px) {
  .menu__link {
    font-size: 0.75rem;
  }
  .menu__drop__item {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}
@media (max-width: 1030px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu__item {
    padding-left: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .menu__item:first-child {
    padding-left: 0.9375rem;
  }
  .menu__item_drop:hover::before {
    display: none;
  }
  .menu__item_drop:hover > .menu__drop-wrap {
    display: none;
  }
  .menu__link {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .menu {
    margin-top: 1.875rem;
  }
  .menu__item {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .menu__link {
    font-size: 0.8125rem;
  }
}
@media print {
  .brand,
  .traffic__photo,
  .carousel-news,
  .cat,
  .cities,
  .footer,
  .header__hamb,
  .pagination,
  .search,
  .soc,
  .header__logo,
  a::after,
  .menu,
  .button,
  .header__wh,
  .carousel-main img,
  .header__link,
  .scroll,
  .back-img,
  .card__title-back,
  .card__item::before,
  .ways-item__icon,
  .news__img,
  .news__link,
  .iframe,
  .contacts__soc,
  .contacts__soc-item,
  .contacts__row img,
  .feedback img {
    display: none;
  }
  .feedback__text {
    height: auto !important;
  }
  .carousel-main__item {
    padding: 0;
  }
  .carousel-main__wrap {
    padding: 0;
  }
  .carousel-main {
    margin-bottom: 0;
  }
  .info_88 {
    margin-bottom: 0.625rem;
  }
  .info_top {
    padding-top: 0.625rem;
  }
  .card__text {
    margin-bottom: 0.625rem;
  }
  .card__text_margin {
    margin-bottom: 0;
  }
  .card__list {
    margin-bottom: 0;
  }
  .card__list_margin {
    margin-bottom: 0;
  }
  .gray {
    padding-top: 0;
    padding-bottom: 0;
  }
  .gray .cell.large-7 {
    width: 100%;
  }
  .card__title {
    margin-bottom: 0;
    padding: 0;
  }
  .support .cell.large-9.info.info_top-140 {
    width: 100%;
  }
  .support
    .cell.xlarge-8.xlarge-offset-1.info.info_top.large-10.small-order-1.large-order-2 {
    width: 100%;
  }
  .scroll-side {
    padding: 0;
  }
  .ways-item {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  .news {
    border: none;
  }
  .news__title {
    margin-bottom: 0;
    height: auto !important;
  }
  .cell.xlarge-7.xlarge-offset-1.large-10.small-order-1.large-order-2 {
    width: 100%;
    margin-left: 0;
  }
  .cell,
  .grid-x {
    position: relative;
  }
  .accordion-content,
  .for-print,
  .tabs-panel {
    width: 100%;
    display: block;
  }
  .for-print > .cell {
    width: 100%;
  }
  .event,
  .prod,
  .project,
  .sect_print,
  .table-scroll,
  .youtube,
  table {
    width: 100%;
    display: block !important;
    page-break-inside: avoid;
    position: relative;
  }
  .footer {
    padding-top: 0.3125rem;
  }
  [data-equalizer-watch] {
    height: auto !important;
  }
  .prod [data-equalizer-watch] {
    height: 7.5rem !important;
  }
  .header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .slick-slide {
    display: none !important;
  }
  .slick-slide.slick-active {
    display: block !important;
  }
  .slick-list {
    height: auto !important;
  }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .slick-track .slick-slide {
    width: auto !important;
  }
}
.advantage {
  background: url("../images/adv-back.jpg") no-repeat;
  background-position: right top;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  padding: 4.625rem 2.25rem 2.5625rem;
  position: relative;
  height: 100%;
}
.advantage_flex {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  margin-bottom: 1.5625rem;
  height: calc(100% - 1.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantage__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #1b1616;
  margin-bottom: 1.125rem;
  font-family: "Spectral", serif;
  margin-right: 7.5rem;
}
.advantage__title_margin {
  margin-right: 4.375rem;
  margin-bottom: 2.25rem;
}
.advantage__text_gray {
  color: #5c5c5c;
  margin-bottom: 1.875rem;
}
.advantage__link {
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  color: #e52b3a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.advantage__link:hover {
  color: #1b1616;
}
.advantage__icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
@media (max-width: 1400px) {
  .advantage {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 1.875rem;
  }
  .advantage__title {
    font-size: 1.25rem;
  }
  .advantage__text {
    font-size: 0.875rem;
  }
  .advantage__icon {
    top: 0.875rem;
    right: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .advantage {
    height: auto;
    padding-top: 3.125rem;
    padding-bottom: 1.5625rem;
  }
  .advantage__icon {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.scroll__item {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 38.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 3.3125rem;
  padding-bottom: 3.3125rem;
  margin-bottom: 1.6875rem;
  z-index: 1;
}
.scroll__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(12.97%, rgba(0, 0, 0, 0)),
    color-stop(43.82%, rgba(0, 0, 0, 0.3490196078)),
    color-stop(77.13%, rgba(0, 0, 0, 0.5803921569)),
    to(rgba(0, 0, 0, 0.7215686275))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12.97%,
    rgba(0, 0, 0, 0.3490196078) 43.82%,
    rgba(0, 0, 0, 0.5803921569) 77.13%,
    rgba(0, 0, 0, 0.7215686275) 100%
  );
}
.scroll__item:last-child {
  margin-bottom: 4.6875rem;
}
.scroll__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0.5625rem;
  font-family: "Spectral", serif;
}
.scroll__text {
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1300px) {
  .scroll__item {
    height: 31.25rem;
  }
}
@media (max-width: 1023px) {
  .scroll__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .scroll__item {
    height: 28.125rem;
  }
  .scroll__title {
    font-size: 1.125rem;
  }
  .scroll__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .scroll__item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
    height: 21.875rem;
  }
  .scroll__item:last-child {
    margin-bottom: 3.125rem;
  }
}
.gray {
  padding-top: 4.8125rem;
  background: linear-gradient(261deg, #fafafa 0%, #fff 52.92%, #f4f4f4 100%);
  position: relative;
}
.gray_big {
  padding-bottom: 6.125rem;
}
.gray_small {
  padding-top: 3.0625rem;
  padding-bottom: 6.4375rem;
}
.gray_even {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #f4f4f4;
}
@media print, screen and (max-width: 39.99875em) {
  .gray {
    padding-top: 2.8125rem;
  }
  .gray_big {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
  .gray_even {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.back-img {
  position: absolute;
}
.back-img_rel {
  position: relative;
}
.back-img_right {
  top: -16.875rem;
  right: -12.5rem;
}
.back-img_back {
  z-index: -1;
}
@media (max-width: 1890px) {
  .back-img_right {
    right: -9.375rem;
  }
}
@media (max-width: 1800px) {
  .back-img_right {
    right: 5rem;
  }
}
.carousel-modal .carousel-modal__item {
  text-align: center;
}
.carousel-modal .slick-slide {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.carousel-modal img {
  display: inline-block;
}
.carousel-modal .slick-prev {
  left: -2.5rem;
}
.carousel-modal .slick-next {
  right: -2.5rem;
}
.right {
  padding-left: 1.6875rem;
  position: relative;
  z-index: 2;
}
.right__item {
  line-height: 1.7;
  color: #5c5c5c;
  margin-bottom: 2.8125rem;
}
@media print, screen and (max-width: 59.99875em) {
  .right__item {
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .right {
    margin-bottom: 1.875rem;
  }
  .right__item {
    font-size: 0.8125rem;
    margin-bottom: 1.5625rem;
  }
}
.support {
  position: relative;
  margin-bottom: 1.25rem;
}
.support_top {
  padding-top: 1.25rem;
}
.support__img {
  position: relative;
  z-index: -1;
  margin-bottom: 0.625rem;
}
.support__shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  -webkit-filter: blur(10.625rem);
  filter: blur(10.625rem);
}
.support__shadow_left {
  right: auto;
  left: 0;
}
@media print, screen and (max-width: 59.99875em) {
  .support_top {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .support__shadow {
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    height: 100%;
  }
}
.product {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 23.8125rem;
  padding-left: 2.4375rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.75rem;
}
.product::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(12.97%, rgba(0, 0, 0, 0)),
    color-stop(43.82%, rgba(0, 0, 0, 0.3490196078)),
    color-stop(77.13%, rgba(0, 0, 0, 0.5803921569)),
    to(rgba(0, 0, 0, 0.7215686275))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12.97%,
    rgba(0, 0, 0, 0.3490196078) 43.82%,
    rgba(0, 0, 0, 0.5803921569) 77.13%,
    rgba(0, 0, 0, 0.7215686275) 100%
  );
}
.product:hover .product__name {
  color: #e52b3a;
}
.product:hover svg path {
  fill: #e52b3a;
}
.product_small {
  height: 19.75rem;
}
.product__name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Spectral", serif;
}
.product__name img,
.product__name svg {
  margin-left: 1.1875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__name img path,
.product__name svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product__name-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .product__name {
    font-size: 1.125rem;
  }
}
@media (max-width: 1300px) {
  .product {
    padding-left: 1.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .product {
    height: 18.75rem;
    margin-bottom: 1.25rem;
  }
}
.order {
  position: relative;
  background-image: url("../images/wide.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 4.5rem;
  padding-bottom: 5.9375rem;
}
.order__text {
  line-height: 1.7;
  color: #fff;
  margin-bottom: 1.8125rem;
}
.card {
  border: 0.0625rem solid #efefef;
  border-radius: 1rem;
  background-color: #fff;
  padding-bottom: 4.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.36;
  color: #fff;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  font-family: "Spectral", serif;
  margin-bottom: 2.3125rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.card__title-back {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.card__back-img {
  -webkit-filter: blur(2.3125rem);
  filter: blur(2.3125rem);
}
.card__text {
  line-height: 1.5;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 1.4375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.card__text_margin {
  margin-bottom: 3.125rem;
}
.card__list {
  background: rgba(249, 249, 249, 0.5411764706);
  padding: 1.75rem 3.125rem;
  margin-bottom: 1.4375rem;
  margin-left: 0;
}
.card__list_margin {
  margin-bottom: 3rem;
}
.card__item {
  font-weight: 600;
  line-height: 1.375;
  color: #1b1616;
  margin-bottom: 0.9375rem;
  list-style: none;
  position: relative;
  padding-left: 1.875rem;
}
.card__item::before {
  content: url("../images/checking.svg");
  display: block;
  position: absolute;
  left: -0.625rem;
  top: 0;
}
.card__item:last-child {
  margin-bottom: 0;
}
.card__bottom {
  text-align: center;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .card__title {
    font-size: 1.75rem;
  }
  .card__bottom {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (max-width: 1200px) {
  .card {
    padding-bottom: 2.5rem;
  }
  .card__title {
    font-size: 1.5rem;
  }
  .card__item {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
  .card__text {
    font-size: 0.875rem;
  }
  .card__list {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .card__bottom {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .card {
    padding-bottom: 1.875rem;
  }
  .card__title {
    margin-bottom: 1.5625rem;
  }
  .card__text_margin {
    margin-bottom: 1.875rem;
  }
}
.scroll-side {
  padding-top: 1.4375rem;
  padding-bottom: 4.6875rem;
  position: sticky;
  top: 0.625rem;
}
@media print, screen and (max-width: 59.99875em) {
  .scroll-side {
    padding-top: 0;
    padding-bottom: 1.875rem;
    position: static;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .scroll-side {
    padding-bottom: 0.625rem;
  }
}
.ways {
  position: relative;
  background-image: url("../images/ways-back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5.5625rem;
  padding-bottom: 7.875rem;
}
.ways_small {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}
.ways__text {
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-bottom: 2.8125rem;
  margin-left: 8.125rem;
  margin-right: 8.125rem;
}
@media (max-width: 1200px) {
  .ways__text {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .ways__text {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ways {
    padding-top: 3.75rem;
    padding-bottom: 3rem;
  }
  .ways__text {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
}
.ways-item {
  position: relative;
  background: url("../images/red-corner.png"), rgba(38, 38, 38, 0.7098039216);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  padding: 4.75rem 2.25rem 2.125rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ways-item__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.125rem;
}
.ways-item__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #fff;
  font-family: "Spectral", serif;
  margin-bottom: 1.125rem;
  margin-right: 6.5625rem;
}
.ways-item__text {
  line-height: 1.5;
  color: #efefef;
  margin-bottom: 3.6875rem;
}
@media (max-width: 1300px) {
  .ways-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .ways-item {
    padding-bottom: 1.875rem;
  }
  .ways-item__text {
    margin-bottom: 1.5625rem;
    font-size: 0.875rem;
  }
}
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 4.25rem;
  margin-bottom: 2.25rem;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  position: relative;
}
.top_remark {
  gap: 0.9375rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 3rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.top_full {
  margin-right: 0;
  margin-bottom: 0.625rem;
}
.top_margin {
  margin-right: 0;
  margin-bottom: 3.375rem;
}
.top__link {
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #e52b3a;
  position: relative;
  z-index: 1;
}
.top__link:hover {
  color: #1b1616;
}
.top__link_img {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.top__link_img img {
  margin-left: 0.625rem;
}
@media print, screen and (max-width: 59.99875em) {
  .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }
  .top_remark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .top_margin {
    row-gap: 0.9375rem;
    margin-bottom: 1.25rem;
  }
  .top__link {
    margin-left: 1.6875rem;
  }
  .top__link_img {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top {
    margin-bottom: 1.875rem;
  }
  .top__link {
    font-size: 0.875rem;
  }
}
.feedback {
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  padding: 2.125rem 2.1875rem;
  z-index: 1;
  position: relative;
}
.feedback_dark {
  border-color: #e8e8e8;
  background: rgba(255, 255, 255, 0.1294117647);
}
.feedback__text {
  line-height: 1.6;
  color: #1b1616;
  margin-bottom: 1.5rem;
}
.feedback__text_white {
  color: #fff;
}
.feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feedback__left {
  margin-right: 0.625rem;
}
.feedback__name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #1b1616;
  margin-bottom: 0.3125rem;
  font-family: "Spectral", serif;
}
.feedback__name_gray {
  color: #ccc;
}
.feedback__help {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5c5c5c;
}
.feedback__help_gray {
  color: #ccc;
}
.feedback__abs {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .feedback {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .feedback__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .feedback__name {
    font-size: 1.125rem;
  }
  .feedback__help {
    font-size: 0.75rem;
  }
  .feedback__text {
    font-size: 0.8125rem;
  }
}
.carousel-feedbacks {
  margin-right: 4.0625rem;
  margin-left: 4.0625rem;
}
.carousel-feedbacks .slick-slide {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.carousel-feedbacks .slick-list {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.carousel-feedbacks .slick-prev {
  left: -4.1875rem;
}
.carousel-feedbacks .slick-next {
  right: -4.1875rem;
}
.carousel-feedbacks .slick-dots {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1650px) {
  .carousel-feedbacks .slick-prev {
    left: -2.5rem;
  }
  .carousel-feedbacks .slick-next {
    right: -2.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-feedbacks {
    margin-right: 0;
    margin-left: 0;
  }
  .carousel-feedbacks .slick-list {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.news {
  display: block;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.news__img {
  height: 15.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news__content {
  padding: 1.1875rem 2.3125rem 2.375rem;
}
.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}
.news__date {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5c5c5c;
  margin-right: 0.625rem;
}
.news__author {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: right;
  color: #5c5c5c;
}
.news__title {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #1b1616;
  /* margin-bottom: 3.1875rem; */
  display: block;
}
.news__link {
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #e52b3a;
}
.news__link:hover {
  color: #1b1616;
}
@media (max-width: 1400px) {
  .news__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1300px) {
  .news__content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .news__link {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .news__author {
    font-size: 0.8125rem;
  }
  .news__date {
    font-size: 0.8125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news__img {
    height: 12.5rem;
  }
  .news__title {
    margin-bottom: 2.5rem;
  }
  .news__content {
    padding-bottom: 1.875rem;
  }
}
.contacts {
  border: 0.0625rem solid #efefef;
  border-radius: 0.625rem;
  background: #fff;
  padding: 2.9375rem 2.9375rem 3.375rem;
  margin-top: 3.375rem;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.625rem;
}
.contacts__row img {
  margin-right: 1rem;
}
.contacts__land {
  font-weight: 400;
}
.contacts__text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #1b1616;
  font-family: "Montserrat", serif;
}
.contacts__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.3125rem;
  margin-top: 2.25rem;
}
.contacts__soc-item {
  margin-right: 1.8125rem;
}
.contacts__soc-item:last-child {
  margin-right: 0;
}
.contacts__soc-item:hover svg path {
  fill: #e52b3a;
}
@media print, screen and (max-width: 74.99875em) {
  .contacts__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .contacts {
    margin-bottom: 2rem;
    margin-top: 1.875rem;
    padding: 1.875rem;
  }
  .contacts__soc {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contacts {
    padding: 1.25rem;
  }
  .contacts__text {
    font-size: 1rem;
  }
}
.image {
  /* border: 0.0625rem solid #5c5c5c; */
  border-radius: 0.25rem;
  /* margin-bottom: 3.125rem; */
}
.link {
  color: #e52b3a;
}
.link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #b00311;
  text-decoration-thickness: 0.0625rem;
}
.link_semi {
  font-weight: 600;
}
.link_semi img {
  margin-left: 0.6875rem;
}
.grid-padding-x.grid_30 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.grid-padding-x.grid_30 > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.grid-padding-y.grid_30 {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-padding-y.grid_30 > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.grid-padding-y_spacier > .cell {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.grid-container_30 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.help {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  display: inline-block;
}
.help_error {
  color: #e52b3a;
}
.help_big {
  font-size: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .help {
    font-size: 0.75rem;
  }
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio__input {
  display: none;
}
.radio__label {
  background: url("../images/radio.svg") no-repeat left 0.125rem;
  padding-left: 1.625rem;
  margin-bottom: 0;
}
.radio__input:checked + .radio__label {
  background: url("../images/radio-checked.svg") no-repeat left 0.125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .radio__label {
    font-size: 0.875rem;
    background-size: 1rem;
    background-position-y: 0;
  }
  .radio__input:checked + .radio__label {
    background-size: 1rem;
    background-position-y: 0;
  }
}
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.0625rem;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  background: #fef2f2;
}
.message img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.message_info {
  background: #eff6ff;
}
.message_warning {
  background: #fffbeb;
}
.message_success {
  background: #ecfdf5;
}
.message__title {
  font-weight: 500;
  font-size: 0.875rem;
  color: #1b1616;
  line-height: 1.21;
}
.message__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #1b1616;
  line-height: 1.21;
}
.message__close {
  cursor: pointer;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.message__link {
  display: inline-block;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  color: #1b1616;
  line-height: 1.21;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media print, screen and (max-width: 39.99875em) {
  .message__title {
    font-size: 0.75rem;
  }
  .message__text {
    font-size: 0.75rem;
  }
  .message__link {
    font-size: 0.75rem;
  }
}
.accord {
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  margin-bottom: 1rem;
}
.accord:not(.accord_open):hover {
  border-color: #e52b3a;
}
.accord:not(.accord_open):hover .accord__title {
  color: #e52b3a;
}
.accord:not(.accord_open):hover .accord__head svg path {
  stroke: #e52b3a;
}
.accord_open {
  border-color: #5c5c5c;
}
.accord_open .accord__head svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accord_open .accord__content {
  display: block;
}
.accord__head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1rem;
}
.accord__head img,
.accord__head svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.75rem;
  height: 0.4375rem;
  margin-right: 1.25rem;
}
.accord__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  width: calc(100% - 2rem);
  color: #1b1616;
}
.accord__content {
  margin-bottom: 1.75rem;
  padding-left: 3.0625rem;
  padding-right: 1rem;
  display: none;
}
.accord__row {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .accord__head {
    padding-bottom: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accord__head img,
  .accord__head svg {
    margin-right: 0.9375rem;
    margin-top: 0.5rem;
  }
  .accord__title {
    font-size: 1.125rem;
  }
  .accord__content {
    padding-left: 2.75rem;
    margin-bottom: 1.25rem;
  }
  .accord__text {
    font-size: 0.875rem;
  }
}
.side {
  border: 0.0625rem solid #f4f4f4;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  background: #fff;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.side__list {
  margin-left: 0;
  margin-bottom: 0;
}
.side__list .side__list {
  margin-left: 2.1875rem;
  margin-top: 0.9375rem;
}
.side__list .side__list .side__item {
  margin-bottom: 0.9375rem;
}
.side__list .side__list .side__item:last-child {
  margin-bottom: 0;
}
.side__list .side__list .side__link {
  padding-left: 0.625rem;
  font-weight: 400;
}
.side__item {
  margin-bottom: 1.875rem;
  list-style: none;
}
.side__item:last-child {
  margin-bottom: 0;
}
.side__link {
  padding: 0.3125rem 1.25rem;
  font-weight: 500;
  display: inline-block;
}
.side__link_active {
  position: relative;
  color: #e52b3a;
}
.side__link_active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3125rem;
  height: 100%;
  background: #e52b3a;
  border-radius: 0 6.1875rem 6.1875rem 0;
}
.side__up {
  color: #5c5c5c;
  cursor: pointer;
  display: inline-block;
  margin: 0.3125rem 0.625rem;
}
.side__up:hover span {
  color: #e52b3a;
  border-color: #e52b3a;
}
.side__up:hover svg path {
  stroke: #e52b3a;
}
.side__up span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0.0625rem dashed #5c5c5c;
}
.side__up img,
.side__up svg {
  margin-left: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.side__up img path,
.side__up svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side__down {
  color: #5c5c5c;
  cursor: pointer;
  display: inline-block;
  margin: 0.3125rem 0.625rem;
}
.side__down:hover span {
  color: #e52b3a;
  border-color: #e52b3a;
}
.side__down:hover svg path {
  stroke: #e52b3a;
}
.side__down span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0.0625rem dashed #5c5c5c;
}
.side__down img,
.side__down svg {
  margin-left: 0.5rem;
}
.side__down img path,
.side__down svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width: 59.99875em) {
  .side {
    margin-bottom: 4.375rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .side {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .side__list .side__list {
    margin-top: 0.625rem;
  }
  .side__list .side__list .side__item {
    margin-bottom: 0.625rem;
  }
  .side__item {
    margin-bottom: 1.25rem;
  }
  .side__link {
    font-size: 1rem;
  }
  .side__up span {
    font-size: 0.875rem;
  }
  .side__down span {
    font-size: 0.875rem;
  }
}
.up {
  cursor: pointer;
  position: fixed;
  bottom: 2.5rem;
  left: 2.5rem;
  z-index: 99;
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .up {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0625rem solid #ccc;
  background: #fafafa;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.5625rem;
  color: #5c5c5c;
}
.carousel-brands {
  margin-bottom: 8.375rem;
}
.carousel-brands .slick-slide {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 13.75rem;
  padding: 0.5rem 0.75rem;
}
.carousel-brands .slick-list {
  margin-right: 4.4375rem;
  margin-left: 4.4375rem;
}
.carousel-brands .slick-prev {
  left: 0;
  top: calc(50% - 1.75rem);
}
.carousel-brands .slick-next {
  right: 0;
  top: calc(50% - 1.75rem);
}
.carousel-brands .slick-dots {
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 59.99875em) {
  .carousel-brands .slick-list {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-brands {
    margin-bottom: 3.125rem;
  }
  .carousel-brands .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.carousel-thanks {
  margin-bottom: 6.6875rem;
}
.carousel-thanks .slick-slide {
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.carousel-thanks .slick-list {
  margin-right: 4.4375rem;
  margin-left: 4.4375rem;
}
.carousel-thanks .slick-prev {
  left: 0;
  top: calc(50% - 1.75rem);
}
.carousel-thanks .slick-next {
  right: 0;
  top: calc(50% - 1.75rem);
}
.carousel-thanks .slick-dots {
  margin-top: 1.5rem;
}
.carousel-thanks__item {
  padding-bottom: 1.4375rem;
}
.carousel-thanks__img {
  background: #f9f9f9;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.carousel-thanks__img img {
  display: inline-block;
}
.carousel-thanks__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #1b1616;
  margin-left: 1.625rem;
  margin-right: 0.9375rem;
  font-family: "Spectral", sans-serif;
}
.carousel-thanks__name {
  margin-top: 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5c5c5c;
  margin-left: 1.625rem;
  margin-right: 0.9375rem;
}
@media (max-width: 1350px) {
  .carousel-thanks__title {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .carousel-thanks .slick-list {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .carousel-thanks__title {
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }
  .carousel-thanks__name {
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-thanks {
    margin-bottom: 3.125rem;
  }
  .carousel-thanks .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.block {
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  padding: 2.1875rem 2.5rem;
}
.block_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5c5c5c;
  background: #fafafa;
  border-color: #ccc;
  height: 100%;
}
.block_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5c5c5c;
  background: #fafafa;
  border-color: #ccc;
  height: 18.75rem;
}
.block_center-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5c5c5c;
  background: #fafafa;
  border-color: #ccc;
  height: 32.1875rem;
}
@media print, screen and (max-width: 59.99875em) {
  .block_center {
    margin-bottom: 1.5625rem;
    height: auto;
  }
  .block_center-big {
    height: auto;
  }
  .block_side {
    height: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .block_side {
    margin-bottom: 1.5625rem;
  }
}
.message-news {
  border-radius: 0.375rem;
  padding: 0.625rem 1rem;
  background: linear-gradient(49deg, #ffdddf 0%, #ffeff1 69%, #ff929b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.9375rem;
  margin-bottom: 2.75rem;
}
.message-news__link {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  border: 0.0625rem solid #1b1616;
  border-radius: 0.3125rem;
  padding: 0.4375rem 1.4375rem;
}
@media print, screen and (max-width: 59.99875em) {
  .message-news__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .message-news__text {
    font-size: 0.75rem;
  }
  .message-news__link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 0.75rem;
  }
}
.text {
  font-size: 1.375rem;
}
@media print, screen and (max-width: 74.99875em) {
  .text {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .text {
    font-size: 1.125rem;
  }
}
.service {
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  font-weight: 500;
  padding: 1.125rem 1.625rem 1.125rem 2.25rem;
  min-height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
.service svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service:hover {
  border-color: #e52b3a;
}
.service:hover svg path {
  stroke: #e52b3a;
}
@media print, screen and (max-width: 74.99875em) {
  .service {
    padding: 0.9375rem;
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .service {
    min-height: 0.0625rem;
    margin-bottom: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
.relative {
  position: relative;
  z-index: 1;
}
.table {
  border-top: none;
}
.table tr:nth-child(odd) {
  background: none;
}
.table tr:nth-child(even) {
  background: #fafafa;
}
.table_zero-p-margin p {
  margin: 0;
}
.table__rec {
  position: relative;
}
.table__rec::before {
  content: "";
  border: 0.0625rem solid #e52b3a;
  border-radius: 6.1875rem;
  position: absolute;
  top: -0.25rem;
  left: -0.75rem;
  height: calc(100% + 0.5rem);
  width: calc(100% + 1.5rem);
  display: block;
}
.table__rec-span {
  margin-left: 1.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #e52b3a;
}
.table__price {
  white-space: nowrap;
}
.table__price_secondary {
  color: #8a8a8a;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  .table__rec::before {
    left: -0.375rem;
    width: calc(100% + 0.75rem);
  }
  .table__rec-span {
    font-size: 0.625rem;
    margin-left: 0.9375rem;
  }
}
.dots {
  background-image: url("../images/dots.png");
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
}
.portfolio {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 31.5625rem;
  position: relative;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  display: block;
  margin-bottom: 1.875rem;
  overflow: hidden;
  width: auto; /* для десктопа можно оставить auto или фиксированное значение */
}

/* Мобильные устройства */
@media (max-width: 768px) {
  .portfolio {
    height: : 100%;
  }
}
.portfolio:hover .portfolio__name {
  display: block;
}
.portfolio__name {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.15;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 1.5625rem;
  background: rgba(229, 43, 58, 0.9490196078);
  display: none;
}
@media (max-width: 1200px) {
  .portfolio {
    height: 100%;
  }
  .portfolio__name {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio__name {
    display: block;
  }
}
.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread__link {
  font-size: 0.875rem;
  line-height: 1.2;
}
.bread__separate {
  font-size: 0.75rem;
  color: #ccc;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bread__current {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #5c5c5c;
}
.mini {
  margin-right: 3.3125rem;
  margin-left: 3.3125rem;
  margin-bottom: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.mini__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 6.25rem;
  height: 5rem;
  cursor: pointer;
}
.mini__item_active {
  position: relative;
}
.mini__item_active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 21, 0.3019607843);
  border: 0.3125rem solid #e52b3a;
}
@media print, screen and (max-width: 74.99875em) {
  .mini {
    margin-right: 0;
    margin-left: 0;
  }
  .mini__item {
    width: 5rem;
    height: 4rem;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .mini {
    margin-bottom: 3.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .mini {
    gap: 0.625rem;
  }
  .mini__item {
    width: 4.375rem;
    height: 3.5rem;
  }
}
.carousel-equip {
  margin-bottom: 1.25rem;
}
.carousel-equip .slick-slide {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.carousel-equip .slick-list {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.carousel-equip .slick-prev {
  left: 0.75rem;
}
.carousel-equip .slick-next {
  right: 0.75rem;
}
.carousel-equip__item {
  height: 38.625rem;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-equip__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(12.97%, rgba(0, 0, 0, 0)),
    color-stop(43.82%, rgba(0, 0, 0, 0.3490196078)),
    color-stop(77.13%, rgba(0, 0, 0, 0.5803921569)),
    to(rgba(0, 0, 0, 0.7215686275))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12.97%,
    rgba(0, 0, 0, 0.3490196078) 43.82%,
    rgba(0, 0, 0, 0.5803921569) 77.13%,
    rgba(0, 0, 0, 0.7215686275) 100%
  );
}
.carousel-equip__bottom {
  position: absolute;
  bottom: 3.3125rem;
  left: 3.3125rem;
  margin-right: 0.9375rem;
}
.carousel-equip__name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  color: #fff;
  font-family: "Spectral", sans-serif;
  margin-bottom: 0.5625rem;
}
.carousel-equip__text {
  color: #fff;
}
@media print, screen and (max-width: 59.99875em) {
  .carousel-equip {
    margin-top: 2.8125rem;
  }
  .carousel-equip__item {
    height: 25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .carousel-equip {
    margin-top: 0.625rem;
  }
  .carousel-equip__name {
    font-size: 1.125rem;
  }
  .carousel-equip__text {
    font-size: 0.875rem;
  }
  .carousel-equip__bottom {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
.gallery {
  display: block;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.border-radius {
  border-radius: 0.625rem;
}
.line {
  width: 7.9375rem;
  height: 0.25rem;
  border-radius: 0.8125rem;
  background: #e52b3a;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.9375rem;
}
.frequents {
  color: #5c5c5c;
}
.frequents__item {
  margin-bottom: 5px;
}
.frequents__item::marker {
  font-size: 8px;
  color: #5c5c5c;
}
.frequents__link {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.frequents__link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.subcat__image {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}
.subcat__text {
  color: #1b1616;
  line-height: 1.18;
  font-size: 1.1875rem;
}
.servy {
  display: block;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  border: 0.0625rem solid #e8e8e8;
}
.servy:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem;
}
.servy_stamp_img {
  margin: auto;
}
.servy__img {
  width: 100%;
  height: 20.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.servy__carousel .slick-dots {
  position: absolute;
  bottom: 0.3125rem;
}
.servy__carousel .slick-dots li {
  margin-bottom: 0;
}
.servy__carousel .slick-dots li button {
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #b3b3b3;
}
.servy__carousel .slick-dots li.slick-active button {
  background: #e52b3a;
  border-color: #e52b3a;
}
.servy__carousel .slick-next {
  right: 0.625rem;
}
.servy__carousel .slick-prev {
  left: 0.625rem;
}
.servy__content {
  padding: 1.5rem 1.75rem 1.75rem 1.75rem;
  color: #1b1616;
}
.servy__equalized {
  margin-bottom: 1.125rem;
}
.servy__sect {
  margin-bottom: 0.3125rem;
}
.servy__name {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1;
  margin-bottom: 1.125rem;
}
.servy__undername {
  line-height: 1.3;
  margin-bottom: 1.125rem;
}
.servy__dims {
  color: #5c5c5c;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
}
.servy__chars {
  margin: 0;
  padding: 1.125rem 0;
  border-top: 0.0625rem solid #efefef;
  border-bottom: 0.0625rem solid #efefef;
  list-style-position: inside;
  list-style-type: none;
}
.servy__char-item {
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 0;
  position: relative;
}
.servy__char-item::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #5c5c5c;
  margin-right: 0.625rem;
  position: relative;
  top: -0.25rem;
}
.servy__price-name {
  font-family: "Spectral", serif;
}
.servy__price-val {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 1.375rem;
}
.servy__link {
  color: #e52b3a;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.servy__link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.boxy {
  display: block;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  border: 0.0625rem solid #e8e8e8;
}
.boxy:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem;
}
.boxy__content {
  padding: 1.5rem 1.75rem 1.75rem 1.75rem;
  color: #1b1616;
  border-bottom: 0.0625rem solid #e8e8e8;
}
.boxy__name {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1;
  margin-bottom: 1.125rem;
}
.boxy__dims {
  color: #5c5c5c;
  font-size: 0.875rem;
}
.boxy__img {
  width: 100%;
  height: 20.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.boxy__img_contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.boxy__carousel.slick-dotted .slick-list.draggable::before,
.boxy__carousel.slick-dotted .slick-list.draggable::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 100%;
  top: 0;
}
.boxy__carousel.slick-dotted .slick-list.draggable::before {
  left: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    to(#dadada)
  );
  background: linear-gradient(to left, transparent, #dadada);
}
.boxy__carousel.slick-dotted .slick-list.draggable::after {
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#dadada)
  );
  background: linear-gradient(to right, transparent, #dadada);
}
.boxy__carousel .slick-dots {
  position: absolute;
  bottom: 0.3125rem;
}
.boxy__carousel .slick-dots li {
  margin-bottom: 0;
}
.boxy__carousel .slick-dots li button {
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #b3b3b3;
}
.boxy__carousel .slick-dots li.slick-active button {
  background: #e52b3a;
  border-color: #e52b3a;
}
.boxy__carousel .slick-next {
  right: 0.625rem;
}
.boxy__carousel .slick-prev {
  left: 0.625rem;
}
.boxy__carousel .slick-slide img {
  display: inline-block;
}
.boxy__carousel-item {
  height: 100%;
}
.sleigh .slick-dots {
  position: absolute;
  bottom: 0.3125rem;
}
.sleigh .slick-dots li {
  margin-bottom: 0;
}
.sleigh .slick-dots li button {
  background: #fff;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #b3b3b3;
}
.sleigh .slick-dots li.slick-active button {
  background: #e52b3a;
  border-color: #e52b3a;
}
.sleigh .slick-next {
  right: 0.625rem;
}
.sleigh .slick-prev {
  left: 0.625rem;
}
.sleigh__img-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sleigh__img {
  height: 25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.sleigh__img_showcase {
  height: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .sleigh__img {
    height: auto;
    height: initial;
    max-height: 18.75rem;
  }
}
.props__boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0625rem solid #cacaca;
  border-radius: 0.25rem;
  margin-bottom: 2.1875rem;
  padding: 1.25rem;
}
.props__block {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
.props__block:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 59.99875em) {
  .props {
    margin-top: 1.875rem;
  }
}
.form-order-client-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-order-client-type-button {
  width: 50%;
  padding: 1rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.form-order-client-type-button.selected {
  background-color: #c1c1c1;
}
.rune__text {
  text-align: center;
  line-height: 1.5;
  color: #1b1616;
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
}
.rune__letter {
  text-align: center;
  font-weight: 600;
  color: #1b1616;
  font-family: "Spectral", serif;
  font-size: 3.75rem;
  margin-bottom: 3.5625rem;
  line-height: 1.05;
}
@media print, screen and (max-width: 59.99875em) {
  .rune__text {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .rune__text {
    display: none;
  }
  .rune__letter {
    font-size: 3rem;
    margin-bottom: 2.875rem;
  }
}
.tor {
  border: 0.0625rem solid #f4f4f4;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 3.125rem;
  width: 100%;
  padding: 0.625rem 1.25rem 0.625rem 2.5rem;
}
.tor__letter {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1b1616;
  padding-top: 1.25rem;
  width: 6.25rem;
}
.tor__letter:hover {
  color: #e52b3a;
}
.tor__letter_active {
  color: #e52b3a;
}
@media print, screen and (max-width: 59.99875em) {
  .tor {
    padding: 0.625rem 0.1875rem 0.625rem 1.25rem;
    margin-bottom: 2rem;
  }
  .tor__letter {
    width: 4rem;
  }
}
.take {
  font-size: 1.375rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 59.99875em) {
  .take {
    margin-bottom: 1.25rem;
    display: none;
    font-size: 1rem;
  }
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.375rem;
  padding-top: 3.75rem;
}
.page_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page__page {
  color: #1b1616;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.page__page img {
  margin-left: 0.5rem;
}
.page__page_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page__page_disabled:hover {
  color: #1b1616;
}
.page__page_prev img {
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .page {
    padding-top: 2rem;
    margin-bottom: 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page__page {
    margin-bottom: 1.5rem;
  }
}
.bill {
  cursor: pointer;
  width: 100%;
  z-index: 10;
  font-weight: 500;
  color: #1b1616;
  font-size: 1rem;
  margin-bottom: 2.25rem;
  position: relative;
}
.bill__rel {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bill_opened {
  background: #f4f4f4;
}
.bill_opened .bill__arr {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bill__arr {
  width: 1.25rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bill__name {
  width: calc(100% - 1.25rem);
}
.bill_opened .bill__main {
  display: block;
}
@media print, screen and (max-width: 59.99875em) {
  .bill {
    -webkit-box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0 0.5rem 2.3125rem 0 rgba(0, 0, 0, 0.0392156863);
    border: 0.0625rem solid #f4f4f4;
    padding: 1.1875rem 1.25rem;
  }
  .bill__main {
    display: none;
    position: absolute;
    left: -0.0625rem;
    top: calc(100% + 0.125rem);
    width: calc(100% + 0.125rem);
  }
  .bill__rel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
