@charset "UTF-8";
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),
        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;
    border-color: #888 #888 #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 {
    backface-visibility: hidden;
    transform: translateY(-100%);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-left.mui-enter {
    backface-visibility: hidden;
    transform: translateX(-100%);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-in-up.mui-enter {
    backface-visibility: hidden;
    transform: translateY(100%);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-right.mui-enter {
    backface-visibility: hidden;
    transform: translateX(100%);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-out-down.mui-leave {
    backface-visibility: hidden;
    transform: translateY(0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}
.slide-out-right.mui-leave {
    backface-visibility: hidden;
    transform: translateX(0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}
.slide-out-up.mui-leave {
    backface-visibility: hidden;
    transform: translateY(0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}
.slide-out-left.mui-leave {
    backface-visibility: hidden;
    transform: translateX(0);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}
.fade-in.mui-enter {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: linear;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    opacity: 1;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: linear;
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}
.hinge-in-from-top.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-right.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-bottom.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-left.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-middle-x.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-in-from-middle-y.mui-enter {
    opacity: 0;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
}
.hinge-out-from-top.mui-leave {
    transform-origin: top;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateX(90deg);
}
.hinge-out-from-right.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateY(90deg);
}
.hinge-out-from-bottom.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateX(-90deg);
}
.hinge-out-from-left.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateY(-90deg);
}
.hinge-out-from-middle-x.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateX(90deg);
}
.hinge-out-from-middle-y.mui-leave {
    opacity: 1;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    opacity: 0;
    transform: perspective(2000px) rotateY(90deg);
}
.scale-in-up.mui-enter {
    opacity: 0;
    transform: scale(0.5);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.scale-in-up.mui-enter.mui-enter-active {
    opacity: 1;
    transform: scale(1);
}
.scale-in-down.mui-enter {
    opacity: 0;
    transform: scale(1.5);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    opacity: 1;
    transform: scale(1);
}
.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.scale-out-up.mui-leave.mui-leave-active {
    opacity: 0;
    transform: scale(1.5);
}
.scale-out-down.mui-leave {
    opacity: 1;
    transform: scale(1);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.scale-out-down.mui-leave.mui-leave-active {
    opacity: 0;
    transform: scale(0.5);
}
.spin-in.mui-enter {
    opacity: 0;
    transform: rotate(-270deg);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    opacity: 1;
    transform: rotate(0);
}
.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    opacity: 0;
    transform: rotate(270deg);
}
.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    opacity: 1;
    transform: rotate(0);
}
.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: linear;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    opacity: 0;
    transform: rotate(-270deg);
}
.slow {
    transition-duration: 0.75s !important;
}
.fast {
    transition-duration: 0.25s !important;
}
.linear {
    transition-timing-function: linear !important;
}
.ease {
    transition-timing-function: ease !important;
}
.ease-in {
    transition-timing-function: ease-in !important;
}
.ease-out {
    transition-timing-function: ease-out !important;
}
.ease-in-out {
    transition-timing-function: ease-in-out !important;
}
.bounce-in {
    transition-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.24,
        1.245
    ) !important;
}
.bounce-out {
    transition-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.515,
        0.845
    ) !important;
}
.bounce-in-out {
    transition-timing-function: cubic-bezier(
        0.76,
        -0.245,
        0.24,
        1.245
    ) !important;
}
.short-delay {
    transition-delay: 0.3s !important;
}
.long-delay {
    transition-delay: 0.7s !important;
}
.shake {
    animation-name: shake-7;
}
@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}
.spin-cw {
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    to {
        transform: rotate(0);
    }
}
.spin-ccw {
    animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(-1turn);
    }
}
.wiggle {
    animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    animation-duration: 0.5s;
}
.infinite {
    animation-iteration-count: infinite;
}
.slow {
    animation-duration: 0.75s !important;
}
.fast {
    animation-duration: 0.25s !important;
}
.linear {
    animation-timing-function: linear !important;
}
.ease {
    animation-timing-function: ease !important;
}
.ease-in {
    animation-timing-function: ease-in !important;
}
.ease-out {
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.24,
        1.245
    ) !important;
}
.bounce-out {
    animation-timing-function: cubic-bezier(
        0.485,
        0.155,
        0.515,
        0.845
    ) !important;
}
.bounce-in-out {
    animation-timing-function: cubic-bezier(
        0.76,
        -0.245,
        0.24,
        1.245
    ) !important;
}
.short-delay {
    animation-delay: 0.3s !important;
}
.long-delay {
    animation-delay: 0.7s !important;
}
@font-face {
    font-family: Zap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/zap-roman.otf) format("opentype");
}
@font-face {
    font-family: Zap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/zap-bold.otf) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Jost-Medium.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Jost-MediumItalic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/Jost-ExtraLightItalic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Jost-Thin.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Jost-Black.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Jost-Light.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/Jost-ExtraBoldItalic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Jost-ExtraBold.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Jost-ExtraLight.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/Jost-ThinItalic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Jost-Regular.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Jost-Regular.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Jost-Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Jost-Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Jost-BlackItalic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Jost-LightItalic.woff) format("woff");
}
@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        left: auto;
        margin: 0 auto;
        right: auto;
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
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-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    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"] {
    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;
}
[hidden],
template {
    display: none;
}
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] :focus,
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] :focus,
[data-whatintent="touch"] *,
[data-whatintent="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=93.75em&xxxlarge=120em&giant=160em";
}
html {
    box-sizing: border-box;
    font-size: 18px;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background: #fff;
    color: #000;
    font-family: Jost, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
textarea {
    border-radius: 0;
    height: auto;
    min-height: 50px;
}
select {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: auto;
    line-height: 1;
    padding: 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;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Jost, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}
.h1,
h1 {
    font-size: 1.3333333333rem;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h2,
h2 {
    font-size: 1.1111111111rem;
}
.h3,
h3 {
    font-size: 1.0555555556rem;
}
.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h4,
h4 {
    font-size: 1rem;
}
.h5,
h5 {
    font-size: 0.9444444444rem;
}
.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h6,
h6 {
    font-size: 0.8888888889rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 2.6666666667rem;
    }
    .h2,
    h2 {
        font-size: 2.2222222222rem;
    }
    .h3,
    h3 {
        font-size: 1.7222222222rem;
    }
    .h4,
    h4 {
        font-size: 1.3888888889rem;
    }
    .h5,
    h5 {
        font-size: 1.1111111111rem;
    }
    .h6,
    h6 {
        font-size: 0.8888888889rem;
    }
}
a {
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #000;
}
a img,
hr {
    border: 0;
}
hr {
    border-bottom: 1px solid #cacaca;
    clear: both;
    height: 0;
    margin: 1.1111111111rem auto;
    max-width: 80.1111111111rem;
}
dl,
ol,
ul {
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1rem;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-left: 1.25rem;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    font-weight: 700;
    margin-bottom: 0.3rem;
}
blockquote {
    border-left: 1px solid #cacaca;
    margin: 0 0 1rem;
    padding: 0.5rem 1.1111111111rem 0 1.0555555556rem;
}
blockquote,
blockquote p {
    color: #8a8a8a;
    line-height: 1.6;
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none;
}
figure,
kbd {
    margin: 0;
}
kbd {
    background-color: #e6e6e6;
    color: #000;
    font-family:
        Consolas,
        Liberation Mono,
        Courier,
        monospace;
    padding: 0.1111111111rem 0.2222222222rem 0;
}
.subheader {
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
.lead {
    font-size: 22.5px;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    list-style: none;
    margin-left: 0;
}
.cite-block,
cite {
    color: #8a8a8a;
    display: block;
    font-size: 0.7222222222rem;
}
.cite-block:before,
cite:before {
    content: "— ";
}
.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.1111111111rem 0.2777777778rem 0.0555555556rem;
}
.code-block,
.code-inline,
code {
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    color: #000;
    font-family:
        Consolas,
        Liberation Mono,
        Courier,
        monospace;
    font-weight: 300;
}
.code-block {
    display: block;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding: 1rem;
    white-space: pre;
}
.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: 93.75em) {
    .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: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        print-color-adjust: economy;
        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,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80.1111111111rem;
    padding-left: 0.9444444444rem;
    padding-right: 0.9444444444rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-left: 0.6111111111rem;
        padding-right: 0.6111111111rem;
    }
}
.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0.9444444444rem;
    padding-right: 0.9444444444rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-left: 0.6111111111rem;
        padding-right: 0.6111111111rem;
    }
}
.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.cell.auto {
    flex: 1 1 0;
}
.cell.shrink {
    flex: 0 0 auto;
}
.grid-x > .auto,
.grid-x > .shrink {
    width: auto;
}
.grid-x > .small-1,
.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-2,
.grid-x > .small-20,
.grid-x > .small-21,
.grid-x > .small-22,
.grid-x > .small-23,
.grid-x > .small-24,
.grid-x > .small-25,
.grid-x > .small-26,
.grid-x > .small-27,
.grid-x > .small-28,
.grid-x > .small-29,
.grid-x > .small-3,
.grid-x > .small-30,
.grid-x > .small-31,
.grid-x > .small-32,
.grid-x > .small-33,
.grid-x > .small-34,
.grid-x > .small-35,
.grid-x > .small-36,
.grid-x > .small-37,
.grid-x > .small-38,
.grid-x > .small-39,
.grid-x > .small-4,
.grid-x > .small-40,
.grid-x > .small-41,
.grid-x > .small-42,
.grid-x > .small-43,
.grid-x > .small-44,
.grid-x > .small-45,
.grid-x > .small-46,
.grid-x > .small-47,
.grid-x > .small-48,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-full,
.grid-x > .small-shrink {
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .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-2,
    .grid-x > .medium-20,
    .grid-x > .medium-21,
    .grid-x > .medium-22,
    .grid-x > .medium-23,
    .grid-x > .medium-24,
    .grid-x > .medium-25,
    .grid-x > .medium-26,
    .grid-x > .medium-27,
    .grid-x > .medium-28,
    .grid-x > .medium-29,
    .grid-x > .medium-3,
    .grid-x > .medium-30,
    .grid-x > .medium-31,
    .grid-x > .medium-32,
    .grid-x > .medium-33,
    .grid-x > .medium-34,
    .grid-x > .medium-35,
    .grid-x > .medium-36,
    .grid-x > .medium-37,
    .grid-x > .medium-38,
    .grid-x > .medium-39,
    .grid-x > .medium-4,
    .grid-x > .medium-40,
    .grid-x > .medium-41,
    .grid-x > .medium-42,
    .grid-x > .medium-43,
    .grid-x > .medium-44,
    .grid-x > .medium-45,
    .grid-x > .medium-46,
    .grid-x > .medium-47,
    .grid-x > .medium-48,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 60em) {
    .grid-x > .large-1,
    .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-2,
    .grid-x > .large-20,
    .grid-x > .large-21,
    .grid-x > .large-22,
    .grid-x > .large-23,
    .grid-x > .large-24,
    .grid-x > .large-25,
    .grid-x > .large-26,
    .grid-x > .large-27,
    .grid-x > .large-28,
    .grid-x > .large-29,
    .grid-x > .large-3,
    .grid-x > .large-30,
    .grid-x > .large-31,
    .grid-x > .large-32,
    .grid-x > .large-33,
    .grid-x > .large-34,
    .grid-x > .large-35,
    .grid-x > .large-36,
    .grid-x > .large-37,
    .grid-x > .large-38,
    .grid-x > .large-39,
    .grid-x > .large-4,
    .grid-x > .large-40,
    .grid-x > .large-41,
    .grid-x > .large-42,
    .grid-x > .large-43,
    .grid-x > .large-44,
    .grid-x > .large-45,
    .grid-x > .large-46,
    .grid-x > .large-47,
    .grid-x > .large-48,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        flex-basis: auto;
    }
}
@media screen and (min-width: 75em) {
    .grid-x > .xlarge-1,
    .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-2,
    .grid-x > .xlarge-20,
    .grid-x > .xlarge-21,
    .grid-x > .xlarge-22,
    .grid-x > .xlarge-23,
    .grid-x > .xlarge-24,
    .grid-x > .xlarge-25,
    .grid-x > .xlarge-26,
    .grid-x > .xlarge-27,
    .grid-x > .xlarge-28,
    .grid-x > .xlarge-29,
    .grid-x > .xlarge-3,
    .grid-x > .xlarge-30,
    .grid-x > .xlarge-31,
    .grid-x > .xlarge-32,
    .grid-x > .xlarge-33,
    .grid-x > .xlarge-34,
    .grid-x > .xlarge-35,
    .grid-x > .xlarge-36,
    .grid-x > .xlarge-37,
    .grid-x > .xlarge-38,
    .grid-x > .xlarge-39,
    .grid-x > .xlarge-4,
    .grid-x > .xlarge-40,
    .grid-x > .xlarge-41,
    .grid-x > .xlarge-42,
    .grid-x > .xlarge-43,
    .grid-x > .xlarge-44,
    .grid-x > .xlarge-45,
    .grid-x > .xlarge-46,
    .grid-x > .xlarge-47,
    .grid-x > .xlarge-48,
    .grid-x > .xlarge-5,
    .grid-x > .xlarge-6,
    .grid-x > .xlarge-7,
    .grid-x > .xlarge-8,
    .grid-x > .xlarge-9,
    .grid-x > .xlarge-full,
    .grid-x > .xlarge-shrink {
        flex-basis: auto;
    }
}
@media screen and (min-width: 93.75em) {
    .grid-x > .xxlarge-1,
    .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-2,
    .grid-x > .xxlarge-20,
    .grid-x > .xxlarge-21,
    .grid-x > .xxlarge-22,
    .grid-x > .xxlarge-23,
    .grid-x > .xxlarge-24,
    .grid-x > .xxlarge-25,
    .grid-x > .xxlarge-26,
    .grid-x > .xxlarge-27,
    .grid-x > .xxlarge-28,
    .grid-x > .xxlarge-29,
    .grid-x > .xxlarge-3,
    .grid-x > .xxlarge-30,
    .grid-x > .xxlarge-31,
    .grid-x > .xxlarge-32,
    .grid-x > .xxlarge-33,
    .grid-x > .xxlarge-34,
    .grid-x > .xxlarge-35,
    .grid-x > .xxlarge-36,
    .grid-x > .xxlarge-37,
    .grid-x > .xxlarge-38,
    .grid-x > .xxlarge-39,
    .grid-x > .xxlarge-4,
    .grid-x > .xxlarge-40,
    .grid-x > .xxlarge-41,
    .grid-x > .xxlarge-42,
    .grid-x > .xxlarge-43,
    .grid-x > .xxlarge-44,
    .grid-x > .xxlarge-45,
    .grid-x > .xxlarge-46,
    .grid-x > .xxlarge-47,
    .grid-x > .xxlarge-48,
    .grid-x > .xxlarge-5,
    .grid-x > .xxlarge-6,
    .grid-x > .xxlarge-7,
    .grid-x > .xxlarge-8,
    .grid-x > .xxlarge-9,
    .grid-x > .xxlarge-full,
    .grid-x > .xxlarge-shrink {
        flex-basis: auto;
    }
}
.grid-x > .small-1,
.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-2,
.grid-x > .small-20,
.grid-x > .small-21,
.grid-x > .small-22,
.grid-x > .small-23,
.grid-x > .small-24,
.grid-x > .small-25,
.grid-x > .small-26,
.grid-x > .small-27,
.grid-x > .small-28,
.grid-x > .small-29,
.grid-x > .small-3,
.grid-x > .small-30,
.grid-x > .small-31,
.grid-x > .small-32,
.grid-x > .small-33,
.grid-x > .small-34,
.grid-x > .small-35,
.grid-x > .small-36,
.grid-x > .small-37,
.grid-x > .small-38,
.grid-x > .small-39,
.grid-x > .small-4,
.grid-x > .small-40,
.grid-x > .small-41,
.grid-x > .small-42,
.grid-x > .small-43,
.grid-x > .small-44,
.grid-x > .small-45,
.grid-x > .small-46,
.grid-x > .small-47,
.grid-x > .small-48,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9 {
    flex: 0 0 auto;
}
.grid-x > .small-1 {
    width: 2.0833333333%;
}
.grid-x > .small-2 {
    width: 4.1666666667%;
}
.grid-x > .small-3 {
    width: 6.25%;
}
.grid-x > .small-4 {
    width: 8.3333333333%;
}
.grid-x > .small-5 {
    width: 10.4166666667%;
}
.grid-x > .small-6 {
    width: 12.5%;
}
.grid-x > .small-7 {
    width: 14.5833333333%;
}
.grid-x > .small-8 {
    width: 16.6666666667%;
}
.grid-x > .small-9 {
    width: 18.75%;
}
.grid-x > .small-10 {
    width: 20.8333333333%;
}
.grid-x > .small-11 {
    width: 22.9166666667%;
}
.grid-x > .small-12 {
    width: 25%;
}
.grid-x > .small-13 {
    width: 27.0833333333%;
}
.grid-x > .small-14 {
    width: 29.1666666667%;
}
.grid-x > .small-15 {
    width: 31.25%;
}
.grid-x > .small-16 {
    width: 33.3333333333%;
}
.grid-x > .small-17 {
    width: 35.4166666667%;
}
.grid-x > .small-18 {
    width: 37.5%;
}
.grid-x > .small-19 {
    width: 39.5833333333%;
}
.grid-x > .small-20 {
    width: 41.6666666667%;
}
.grid-x > .small-21 {
    width: 43.75%;
}
.grid-x > .small-22 {
    width: 45.8333333333%;
}
.grid-x > .small-23 {
    width: 47.9166666667%;
}
.grid-x > .small-24 {
    width: 50%;
}
.grid-x > .small-25 {
    width: 52.0833333333%;
}
.grid-x > .small-26 {
    width: 54.1666666667%;
}
.grid-x > .small-27 {
    width: 56.25%;
}
.grid-x > .small-28 {
    width: 58.3333333333%;
}
.grid-x > .small-29 {
    width: 60.4166666667%;
}
.grid-x > .small-30 {
    width: 62.5%;
}
.grid-x > .small-31 {
    width: 64.5833333333%;
}
.grid-x > .small-32 {
    width: 66.6666666667%;
}
.grid-x > .small-33 {
    width: 68.75%;
}
.grid-x > .small-34 {
    width: 70.8333333333%;
}
.grid-x > .small-35 {
    width: 72.9166666667%;
}
.grid-x > .small-36 {
    width: 75%;
}
.grid-x > .small-37 {
    width: 77.0833333333%;
}
.grid-x > .small-38 {
    width: 79.1666666667%;
}
.grid-x > .small-39 {
    width: 81.25%;
}
.grid-x > .small-40 {
    width: 83.3333333333%;
}
.grid-x > .small-41 {
    width: 85.4166666667%;
}
.grid-x > .small-42 {
    width: 87.5%;
}
.grid-x > .small-43 {
    width: 89.5833333333%;
}
.grid-x > .small-44 {
    width: 91.6666666667%;
}
.grid-x > .small-45 {
    width: 93.75%;
}
.grid-x > .small-46 {
    width: 95.8333333333%;
}
.grid-x > .small-47 {
    width: 97.9166666667%;
}
.grid-x > .small-48 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x > .medium-1,
    .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-2,
    .grid-x > .medium-20,
    .grid-x > .medium-21,
    .grid-x > .medium-22,
    .grid-x > .medium-23,
    .grid-x > .medium-24,
    .grid-x > .medium-25,
    .grid-x > .medium-26,
    .grid-x > .medium-27,
    .grid-x > .medium-28,
    .grid-x > .medium-29,
    .grid-x > .medium-3,
    .grid-x > .medium-30,
    .grid-x > .medium-31,
    .grid-x > .medium-32,
    .grid-x > .medium-33,
    .grid-x > .medium-34,
    .grid-x > .medium-35,
    .grid-x > .medium-36,
    .grid-x > .medium-37,
    .grid-x > .medium-38,
    .grid-x > .medium-39,
    .grid-x > .medium-4,
    .grid-x > .medium-40,
    .grid-x > .medium-41,
    .grid-x > .medium-42,
    .grid-x > .medium-43,
    .grid-x > .medium-44,
    .grid-x > .medium-45,
    .grid-x > .medium-46,
    .grid-x > .medium-47,
    .grid-x > .medium-48,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 2.0833333333%;
    }
    .grid-x > .medium-2 {
        width: 4.1666666667%;
    }
    .grid-x > .medium-3 {
        width: 6.25%;
    }
    .grid-x > .medium-4 {
        width: 8.3333333333%;
    }
    .grid-x > .medium-5 {
        width: 10.4166666667%;
    }
    .grid-x > .medium-6 {
        width: 12.5%;
    }
    .grid-x > .medium-7 {
        width: 14.5833333333%;
    }
    .grid-x > .medium-8 {
        width: 16.6666666667%;
    }
    .grid-x > .medium-9 {
        width: 18.75%;
    }
    .grid-x > .medium-10 {
        width: 20.8333333333%;
    }
    .grid-x > .medium-11 {
        width: 22.9166666667%;
    }
    .grid-x > .medium-12 {
        width: 25%;
    }
    .grid-x > .medium-13 {
        width: 27.0833333333%;
    }
    .grid-x > .medium-14 {
        width: 29.1666666667%;
    }
    .grid-x > .medium-15 {
        width: 31.25%;
    }
    .grid-x > .medium-16 {
        width: 33.3333333333%;
    }
    .grid-x > .medium-17 {
        width: 35.4166666667%;
    }
    .grid-x > .medium-18 {
        width: 37.5%;
    }
    .grid-x > .medium-19 {
        width: 39.5833333333%;
    }
    .grid-x > .medium-20 {
        width: 41.6666666667%;
    }
    .grid-x > .medium-21 {
        width: 43.75%;
    }
    .grid-x > .medium-22 {
        width: 45.8333333333%;
    }
    .grid-x > .medium-23 {
        width: 47.9166666667%;
    }
    .grid-x > .medium-24 {
        width: 50%;
    }
    .grid-x > .medium-25 {
        width: 52.0833333333%;
    }
    .grid-x > .medium-26 {
        width: 54.1666666667%;
    }
    .grid-x > .medium-27 {
        width: 56.25%;
    }
    .grid-x > .medium-28 {
        width: 58.3333333333%;
    }
    .grid-x > .medium-29 {
        width: 60.4166666667%;
    }
    .grid-x > .medium-30 {
        width: 62.5%;
    }
    .grid-x > .medium-31 {
        width: 64.5833333333%;
    }
    .grid-x > .medium-32 {
        width: 66.6666666667%;
    }
    .grid-x > .medium-33 {
        width: 68.75%;
    }
    .grid-x > .medium-34 {
        width: 70.8333333333%;
    }
    .grid-x > .medium-35 {
        width: 72.9166666667%;
    }
    .grid-x > .medium-36 {
        width: 75%;
    }
    .grid-x > .medium-37 {
        width: 77.0833333333%;
    }
    .grid-x > .medium-38 {
        width: 79.1666666667%;
    }
    .grid-x > .medium-39 {
        width: 81.25%;
    }
    .grid-x > .medium-40 {
        width: 83.3333333333%;
    }
    .grid-x > .medium-41 {
        width: 85.4166666667%;
    }
    .grid-x > .medium-42 {
        width: 87.5%;
    }
    .grid-x > .medium-43 {
        width: 89.5833333333%;
    }
    .grid-x > .medium-44 {
        width: 91.6666666667%;
    }
    .grid-x > .medium-45 {
        width: 93.75%;
    }
    .grid-x > .medium-46 {
        width: 95.8333333333%;
    }
    .grid-x > .medium-47 {
        width: 97.9166666667%;
    }
    .grid-x > .medium-48 {
        width: 100%;
    }
}
@media print, screen and (min-width: 60em) {
    .grid-x > .large-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x > .large-1,
    .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-2,
    .grid-x > .large-20,
    .grid-x > .large-21,
    .grid-x > .large-22,
    .grid-x > .large-23,
    .grid-x > .large-24,
    .grid-x > .large-25,
    .grid-x > .large-26,
    .grid-x > .large-27,
    .grid-x > .large-28,
    .grid-x > .large-29,
    .grid-x > .large-3,
    .grid-x > .large-30,
    .grid-x > .large-31,
    .grid-x > .large-32,
    .grid-x > .large-33,
    .grid-x > .large-34,
    .grid-x > .large-35,
    .grid-x > .large-36,
    .grid-x > .large-37,
    .grid-x > .large-38,
    .grid-x > .large-39,
    .grid-x > .large-4,
    .grid-x > .large-40,
    .grid-x > .large-41,
    .grid-x > .large-42,
    .grid-x > .large-43,
    .grid-x > .large-44,
    .grid-x > .large-45,
    .grid-x > .large-46,
    .grid-x > .large-47,
    .grid-x > .large-48,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 2.0833333333%;
    }
    .grid-x > .large-2 {
        width: 4.1666666667%;
    }
    .grid-x > .large-3 {
        width: 6.25%;
    }
    .grid-x > .large-4 {
        width: 8.3333333333%;
    }
    .grid-x > .large-5 {
        width: 10.4166666667%;
    }
    .grid-x > .large-6 {
        width: 12.5%;
    }
    .grid-x > .large-7 {
        width: 14.5833333333%;
    }
    .grid-x > .large-8 {
        width: 16.6666666667%;
    }
    .grid-x > .large-9 {
        width: 18.75%;
    }
    .grid-x > .large-10 {
        width: 20.8333333333%;
    }
    .grid-x > .large-11 {
        width: 22.9166666667%;
    }
    .grid-x > .large-12 {
        width: 25%;
    }
    .grid-x > .large-13 {
        width: 27.0833333333%;
    }
    .grid-x > .large-14 {
        width: 29.1666666667%;
    }
    .grid-x > .large-15 {
        width: 31.25%;
    }
    .grid-x > .large-16 {
        width: 33.3333333333%;
    }
    .grid-x > .large-17 {
        width: 35.4166666667%;
    }
    .grid-x > .large-18 {
        width: 37.5%;
    }
    .grid-x > .large-19 {
        width: 39.5833333333%;
    }
    .grid-x > .large-20 {
        width: 41.6666666667%;
    }
    .grid-x > .large-21 {
        width: 43.75%;
    }
    .grid-x > .large-22 {
        width: 45.8333333333%;
    }
    .grid-x > .large-23 {
        width: 47.9166666667%;
    }
    .grid-x > .large-24 {
        width: 50%;
    }
    .grid-x > .large-25 {
        width: 52.0833333333%;
    }
    .grid-x > .large-26 {
        width: 54.1666666667%;
    }
    .grid-x > .large-27 {
        width: 56.25%;
    }
    .grid-x > .large-28 {
        width: 58.3333333333%;
    }
    .grid-x > .large-29 {
        width: 60.4166666667%;
    }
    .grid-x > .large-30 {
        width: 62.5%;
    }
    .grid-x > .large-31 {
        width: 64.5833333333%;
    }
    .grid-x > .large-32 {
        width: 66.6666666667%;
    }
    .grid-x > .large-33 {
        width: 68.75%;
    }
    .grid-x > .large-34 {
        width: 70.8333333333%;
    }
    .grid-x > .large-35 {
        width: 72.9166666667%;
    }
    .grid-x > .large-36 {
        width: 75%;
    }
    .grid-x > .large-37 {
        width: 77.0833333333%;
    }
    .grid-x > .large-38 {
        width: 79.1666666667%;
    }
    .grid-x > .large-39 {
        width: 81.25%;
    }
    .grid-x > .large-40 {
        width: 83.3333333333%;
    }
    .grid-x > .large-41 {
        width: 85.4166666667%;
    }
    .grid-x > .large-42 {
        width: 87.5%;
    }
    .grid-x > .large-43 {
        width: 89.5833333333%;
    }
    .grid-x > .large-44 {
        width: 91.6666666667%;
    }
    .grid-x > .large-45 {
        width: 93.75%;
    }
    .grid-x > .large-46 {
        width: 95.8333333333%;
    }
    .grid-x > .large-47 {
        width: 97.9166666667%;
    }
    .grid-x > .large-48 {
        width: 100%;
    }
}
@media screen and (min-width: 75em) {
    .grid-x > .xlarge-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x > .xlarge-1,
    .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-2,
    .grid-x > .xlarge-20,
    .grid-x > .xlarge-21,
    .grid-x > .xlarge-22,
    .grid-x > .xlarge-23,
    .grid-x > .xlarge-24,
    .grid-x > .xlarge-25,
    .grid-x > .xlarge-26,
    .grid-x > .xlarge-27,
    .grid-x > .xlarge-28,
    .grid-x > .xlarge-29,
    .grid-x > .xlarge-3,
    .grid-x > .xlarge-30,
    .grid-x > .xlarge-31,
    .grid-x > .xlarge-32,
    .grid-x > .xlarge-33,
    .grid-x > .xlarge-34,
    .grid-x > .xlarge-35,
    .grid-x > .xlarge-36,
    .grid-x > .xlarge-37,
    .grid-x > .xlarge-38,
    .grid-x > .xlarge-39,
    .grid-x > .xlarge-4,
    .grid-x > .xlarge-40,
    .grid-x > .xlarge-41,
    .grid-x > .xlarge-42,
    .grid-x > .xlarge-43,
    .grid-x > .xlarge-44,
    .grid-x > .xlarge-45,
    .grid-x > .xlarge-46,
    .grid-x > .xlarge-47,
    .grid-x > .xlarge-48,
    .grid-x > .xlarge-5,
    .grid-x > .xlarge-6,
    .grid-x > .xlarge-7,
    .grid-x > .xlarge-8,
    .grid-x > .xlarge-9,
    .grid-x > .xlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .xlarge-shrink {
        width: auto;
    }
    .grid-x > .xlarge-1 {
        width: 2.0833333333%;
    }
    .grid-x > .xlarge-2 {
        width: 4.1666666667%;
    }
    .grid-x > .xlarge-3 {
        width: 6.25%;
    }
    .grid-x > .xlarge-4 {
        width: 8.3333333333%;
    }
    .grid-x > .xlarge-5 {
        width: 10.4166666667%;
    }
    .grid-x > .xlarge-6 {
        width: 12.5%;
    }
    .grid-x > .xlarge-7 {
        width: 14.5833333333%;
    }
    .grid-x > .xlarge-8 {
        width: 16.6666666667%;
    }
    .grid-x > .xlarge-9 {
        width: 18.75%;
    }
    .grid-x > .xlarge-10 {
        width: 20.8333333333%;
    }
    .grid-x > .xlarge-11 {
        width: 22.9166666667%;
    }
    .grid-x > .xlarge-12 {
        width: 25%;
    }
    .grid-x > .xlarge-13 {
        width: 27.0833333333%;
    }
    .grid-x > .xlarge-14 {
        width: 29.1666666667%;
    }
    .grid-x > .xlarge-15 {
        width: 31.25%;
    }
    .grid-x > .xlarge-16 {
        width: 33.3333333333%;
    }
    .grid-x > .xlarge-17 {
        width: 35.4166666667%;
    }
    .grid-x > .xlarge-18 {
        width: 37.5%;
    }
    .grid-x > .xlarge-19 {
        width: 39.5833333333%;
    }
    .grid-x > .xlarge-20 {
        width: 41.6666666667%;
    }
    .grid-x > .xlarge-21 {
        width: 43.75%;
    }
    .grid-x > .xlarge-22 {
        width: 45.8333333333%;
    }
    .grid-x > .xlarge-23 {
        width: 47.9166666667%;
    }
    .grid-x > .xlarge-24 {
        width: 50%;
    }
    .grid-x > .xlarge-25 {
        width: 52.0833333333%;
    }
    .grid-x > .xlarge-26 {
        width: 54.1666666667%;
    }
    .grid-x > .xlarge-27 {
        width: 56.25%;
    }
    .grid-x > .xlarge-28 {
        width: 58.3333333333%;
    }
    .grid-x > .xlarge-29 {
        width: 60.4166666667%;
    }
    .grid-x > .xlarge-30 {
        width: 62.5%;
    }
    .grid-x > .xlarge-31 {
        width: 64.5833333333%;
    }
    .grid-x > .xlarge-32 {
        width: 66.6666666667%;
    }
    .grid-x > .xlarge-33 {
        width: 68.75%;
    }
    .grid-x > .xlarge-34 {
        width: 70.8333333333%;
    }
    .grid-x > .xlarge-35 {
        width: 72.9166666667%;
    }
    .grid-x > .xlarge-36 {
        width: 75%;
    }
    .grid-x > .xlarge-37 {
        width: 77.0833333333%;
    }
    .grid-x > .xlarge-38 {
        width: 79.1666666667%;
    }
    .grid-x > .xlarge-39 {
        width: 81.25%;
    }
    .grid-x > .xlarge-40 {
        width: 83.3333333333%;
    }
    .grid-x > .xlarge-41 {
        width: 85.4166666667%;
    }
    .grid-x > .xlarge-42 {
        width: 87.5%;
    }
    .grid-x > .xlarge-43 {
        width: 89.5833333333%;
    }
    .grid-x > .xlarge-44 {
        width: 91.6666666667%;
    }
    .grid-x > .xlarge-45 {
        width: 93.75%;
    }
    .grid-x > .xlarge-46 {
        width: 95.8333333333%;
    }
    .grid-x > .xlarge-47 {
        width: 97.9166666667%;
    }
    .grid-x > .xlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .grid-x > .xxlarge-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x > .xxlarge-1,
    .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-2,
    .grid-x > .xxlarge-20,
    .grid-x > .xxlarge-21,
    .grid-x > .xxlarge-22,
    .grid-x > .xxlarge-23,
    .grid-x > .xxlarge-24,
    .grid-x > .xxlarge-25,
    .grid-x > .xxlarge-26,
    .grid-x > .xxlarge-27,
    .grid-x > .xxlarge-28,
    .grid-x > .xxlarge-29,
    .grid-x > .xxlarge-3,
    .grid-x > .xxlarge-30,
    .grid-x > .xxlarge-31,
    .grid-x > .xxlarge-32,
    .grid-x > .xxlarge-33,
    .grid-x > .xxlarge-34,
    .grid-x > .xxlarge-35,
    .grid-x > .xxlarge-36,
    .grid-x > .xxlarge-37,
    .grid-x > .xxlarge-38,
    .grid-x > .xxlarge-39,
    .grid-x > .xxlarge-4,
    .grid-x > .xxlarge-40,
    .grid-x > .xxlarge-41,
    .grid-x > .xxlarge-42,
    .grid-x > .xxlarge-43,
    .grid-x > .xxlarge-44,
    .grid-x > .xxlarge-45,
    .grid-x > .xxlarge-46,
    .grid-x > .xxlarge-47,
    .grid-x > .xxlarge-48,
    .grid-x > .xxlarge-5,
    .grid-x > .xxlarge-6,
    .grid-x > .xxlarge-7,
    .grid-x > .xxlarge-8,
    .grid-x > .xxlarge-9,
    .grid-x > .xxlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .xxlarge-shrink {
        width: auto;
    }
    .grid-x > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .grid-x > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .grid-x > .xxlarge-3 {
        width: 6.25%;
    }
    .grid-x > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .grid-x > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .grid-x > .xxlarge-6 {
        width: 12.5%;
    }
    .grid-x > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .grid-x > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .grid-x > .xxlarge-9 {
        width: 18.75%;
    }
    .grid-x > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .grid-x > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .grid-x > .xxlarge-12 {
        width: 25%;
    }
    .grid-x > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .grid-x > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .grid-x > .xxlarge-15 {
        width: 31.25%;
    }
    .grid-x > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .grid-x > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .grid-x > .xxlarge-18 {
        width: 37.5%;
    }
    .grid-x > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .grid-x > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .grid-x > .xxlarge-21 {
        width: 43.75%;
    }
    .grid-x > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .grid-x > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .grid-x > .xxlarge-24 {
        width: 50%;
    }
    .grid-x > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .grid-x > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .grid-x > .xxlarge-27 {
        width: 56.25%;
    }
    .grid-x > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .grid-x > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .grid-x > .xxlarge-30 {
        width: 62.5%;
    }
    .grid-x > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .grid-x > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .grid-x > .xxlarge-33 {
        width: 68.75%;
    }
    .grid-x > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .grid-x > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .grid-x > .xxlarge-36 {
        width: 75%;
    }
    .grid-x > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .grid-x > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .grid-x > .xxlarge-39 {
        width: 81.25%;
    }
    .grid-x > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .grid-x > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .grid-x > .xxlarge-42 {
        width: 87.5%;
    }
    .grid-x > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .grid-x > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .grid-x > .xxlarge-45 {
        width: 93.75%;
    }
    .grid-x > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .grid-x > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .grid-x > .xxlarge-48 {
        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.2777777778rem;
    margin-right: -0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.6111111111rem;
        margin-right: -0.6111111111rem;
    }
}
.grid-margin-x > .cell {
    margin-left: 0.2777777778rem;
    margin-right: 0.2777777778rem;
    width: calc(100% - 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        margin-left: 0.6111111111rem;
        margin-right: 0.6111111111rem;
        width: calc(100% - 1.22222rem);
    }
}
.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}
.grid-margin-x > .small-1 {
    width: calc(2.08333% - 0.55556rem);
}
.grid-margin-x > .small-2 {
    width: calc(4.16667% - 0.55556rem);
}
.grid-margin-x > .small-3 {
    width: calc(6.25% - 0.55556rem);
}
.grid-margin-x > .small-4 {
    width: calc(8.33333% - 0.55556rem);
}
.grid-margin-x > .small-5 {
    width: calc(10.41667% - 0.55556rem);
}
.grid-margin-x > .small-6 {
    width: calc(12.5% - 0.55556rem);
}
.grid-margin-x > .small-7 {
    width: calc(14.58333% - 0.55556rem);
}
.grid-margin-x > .small-8 {
    width: calc(16.66667% - 0.55556rem);
}
.grid-margin-x > .small-9 {
    width: calc(18.75% - 0.55556rem);
}
.grid-margin-x > .small-10 {
    width: calc(20.83333% - 0.55556rem);
}
.grid-margin-x > .small-11 {
    width: calc(22.91667% - 0.55556rem);
}
.grid-margin-x > .small-12 {
    width: calc(25% - 0.55556rem);
}
.grid-margin-x > .small-13 {
    width: calc(27.08333% - 0.55556rem);
}
.grid-margin-x > .small-14 {
    width: calc(29.16667% - 0.55556rem);
}
.grid-margin-x > .small-15 {
    width: calc(31.25% - 0.55556rem);
}
.grid-margin-x > .small-16 {
    width: calc(33.33333% - 0.55556rem);
}
.grid-margin-x > .small-17 {
    width: calc(35.41667% - 0.55556rem);
}
.grid-margin-x > .small-18 {
    width: calc(37.5% - 0.55556rem);
}
.grid-margin-x > .small-19 {
    width: calc(39.58333% - 0.55556rem);
}
.grid-margin-x > .small-20 {
    width: calc(41.66667% - 0.55556rem);
}
.grid-margin-x > .small-21 {
    width: calc(43.75% - 0.55556rem);
}
.grid-margin-x > .small-22 {
    width: calc(45.83333% - 0.55556rem);
}
.grid-margin-x > .small-23 {
    width: calc(47.91667% - 0.55556rem);
}
.grid-margin-x > .small-24 {
    width: calc(50% - 0.55556rem);
}
.grid-margin-x > .small-25 {
    width: calc(52.08333% - 0.55556rem);
}
.grid-margin-x > .small-26 {
    width: calc(54.16667% - 0.55556rem);
}
.grid-margin-x > .small-27 {
    width: calc(56.25% - 0.55556rem);
}
.grid-margin-x > .small-28 {
    width: calc(58.33333% - 0.55556rem);
}
.grid-margin-x > .small-29 {
    width: calc(60.41667% - 0.55556rem);
}
.grid-margin-x > .small-30 {
    width: calc(62.5% - 0.55556rem);
}
.grid-margin-x > .small-31 {
    width: calc(64.58333% - 0.55556rem);
}
.grid-margin-x > .small-32 {
    width: calc(66.66667% - 0.55556rem);
}
.grid-margin-x > .small-33 {
    width: calc(68.75% - 0.55556rem);
}
.grid-margin-x > .small-34 {
    width: calc(70.83333% - 0.55556rem);
}
.grid-margin-x > .small-35 {
    width: calc(72.91667% - 0.55556rem);
}
.grid-margin-x > .small-36 {
    width: calc(75% - 0.55556rem);
}
.grid-margin-x > .small-37 {
    width: calc(77.08333% - 0.55556rem);
}
.grid-margin-x > .small-38 {
    width: calc(79.16667% - 0.55556rem);
}
.grid-margin-x > .small-39 {
    width: calc(81.25% - 0.55556rem);
}
.grid-margin-x > .small-40 {
    width: calc(83.33333% - 0.55556rem);
}
.grid-margin-x > .small-41 {
    width: calc(85.41667% - 0.55556rem);
}
.grid-margin-x > .small-42 {
    width: calc(87.5% - 0.55556rem);
}
.grid-margin-x > .small-43 {
    width: calc(89.58333% - 0.55556rem);
}
.grid-margin-x > .small-44 {
    width: calc(91.66667% - 0.55556rem);
}
.grid-margin-x > .small-45 {
    width: calc(93.75% - 0.55556rem);
}
.grid-margin-x > .small-46 {
    width: calc(95.83333% - 0.55556rem);
}
.grid-margin-x > .small-47 {
    width: calc(97.91667% - 0.55556rem);
}
.grid-margin-x > .small-48 {
    width: calc(100% - 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto,
    .grid-margin-x > .shrink {
        width: auto;
    }
    .grid-margin-x > .small-1 {
        width: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-x > .small-2 {
        width: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-x > .small-3 {
        width: calc(6.25% - 1.22222rem);
    }
    .grid-margin-x > .small-4 {
        width: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-x > .small-5 {
        width: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-x > .small-6 {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x > .small-7 {
        width: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-x > .small-8 {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x > .small-9 {
        width: calc(18.75% - 1.22222rem);
    }
    .grid-margin-x > .small-10 {
        width: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-x > .small-11 {
        width: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-x > .small-12 {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x > .small-13 {
        width: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-x > .small-14 {
        width: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-x > .small-15 {
        width: calc(31.25% - 1.22222rem);
    }
    .grid-margin-x > .small-16 {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x > .small-17 {
        width: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-x > .small-18 {
        width: calc(37.5% - 1.22222rem);
    }
    .grid-margin-x > .small-19 {
        width: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-x > .small-20 {
        width: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-x > .small-21 {
        width: calc(43.75% - 1.22222rem);
    }
    .grid-margin-x > .small-22 {
        width: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-x > .small-23 {
        width: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-x > .small-24 {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x > .small-25 {
        width: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-x > .small-26 {
        width: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-x > .small-27 {
        width: calc(56.25% - 1.22222rem);
    }
    .grid-margin-x > .small-28 {
        width: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-x > .small-29 {
        width: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-x > .small-30 {
        width: calc(62.5% - 1.22222rem);
    }
    .grid-margin-x > .small-31 {
        width: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-x > .small-32 {
        width: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-x > .small-33 {
        width: calc(68.75% - 1.22222rem);
    }
    .grid-margin-x > .small-34 {
        width: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-x > .small-35 {
        width: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-x > .small-36 {
        width: calc(75% - 1.22222rem);
    }
    .grid-margin-x > .small-37 {
        width: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-x > .small-38 {
        width: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-x > .small-39 {
        width: calc(81.25% - 1.22222rem);
    }
    .grid-margin-x > .small-40 {
        width: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-x > .small-41 {
        width: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-x > .small-42 {
        width: calc(87.5% - 1.22222rem);
    }
    .grid-margin-x > .small-43 {
        width: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-x > .small-44 {
        width: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-x > .small-45 {
        width: calc(93.75% - 1.22222rem);
    }
    .grid-margin-x > .small-46 {
        width: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-x > .small-47 {
        width: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-x > .small-48 {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(6.25% - 1.22222rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(18.75% - 1.22222rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x > .medium-13 {
        width: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-x > .medium-14 {
        width: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-x > .medium-15 {
        width: calc(31.25% - 1.22222rem);
    }
    .grid-margin-x > .medium-16 {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x > .medium-17 {
        width: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-x > .medium-18 {
        width: calc(37.5% - 1.22222rem);
    }
    .grid-margin-x > .medium-19 {
        width: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-x > .medium-20 {
        width: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-x > .medium-21 {
        width: calc(43.75% - 1.22222rem);
    }
    .grid-margin-x > .medium-22 {
        width: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-x > .medium-23 {
        width: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-x > .medium-24 {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x > .medium-25 {
        width: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-x > .medium-26 {
        width: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-x > .medium-27 {
        width: calc(56.25% - 1.22222rem);
    }
    .grid-margin-x > .medium-28 {
        width: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-x > .medium-29 {
        width: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-x > .medium-30 {
        width: calc(62.5% - 1.22222rem);
    }
    .grid-margin-x > .medium-31 {
        width: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-x > .medium-32 {
        width: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-x > .medium-33 {
        width: calc(68.75% - 1.22222rem);
    }
    .grid-margin-x > .medium-34 {
        width: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-x > .medium-35 {
        width: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-x > .medium-36 {
        width: calc(75% - 1.22222rem);
    }
    .grid-margin-x > .medium-37 {
        width: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-x > .medium-38 {
        width: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-x > .medium-39 {
        width: calc(81.25% - 1.22222rem);
    }
    .grid-margin-x > .medium-40 {
        width: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-x > .medium-41 {
        width: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-x > .medium-42 {
        width: calc(87.5% - 1.22222rem);
    }
    .grid-margin-x > .medium-43 {
        width: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-x > .medium-44 {
        width: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-x > .medium-45 {
        width: calc(93.75% - 1.22222rem);
    }
    .grid-margin-x > .medium-46 {
        width: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-x > .medium-47 {
        width: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-x > .medium-48 {
        width: calc(100% - 1.22222rem);
    }
}
@media print, screen and (min-width: 60em) {
    .grid-margin-x > .large-auto,
    .grid-margin-x > .large-shrink {
        width: auto;
    }
    .grid-margin-x > .large-1 {
        width: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-x > .large-2 {
        width: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-x > .large-3 {
        width: calc(6.25% - 1.22222rem);
    }
    .grid-margin-x > .large-4 {
        width: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-x > .large-5 {
        width: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-x > .large-6 {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x > .large-7 {
        width: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-x > .large-8 {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x > .large-9 {
        width: calc(18.75% - 1.22222rem);
    }
    .grid-margin-x > .large-10 {
        width: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-x > .large-11 {
        width: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-x > .large-12 {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x > .large-13 {
        width: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-x > .large-14 {
        width: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-x > .large-15 {
        width: calc(31.25% - 1.22222rem);
    }
    .grid-margin-x > .large-16 {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x > .large-17 {
        width: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-x > .large-18 {
        width: calc(37.5% - 1.22222rem);
    }
    .grid-margin-x > .large-19 {
        width: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-x > .large-20 {
        width: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-x > .large-21 {
        width: calc(43.75% - 1.22222rem);
    }
    .grid-margin-x > .large-22 {
        width: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-x > .large-23 {
        width: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-x > .large-24 {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x > .large-25 {
        width: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-x > .large-26 {
        width: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-x > .large-27 {
        width: calc(56.25% - 1.22222rem);
    }
    .grid-margin-x > .large-28 {
        width: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-x > .large-29 {
        width: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-x > .large-30 {
        width: calc(62.5% - 1.22222rem);
    }
    .grid-margin-x > .large-31 {
        width: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-x > .large-32 {
        width: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-x > .large-33 {
        width: calc(68.75% - 1.22222rem);
    }
    .grid-margin-x > .large-34 {
        width: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-x > .large-35 {
        width: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-x > .large-36 {
        width: calc(75% - 1.22222rem);
    }
    .grid-margin-x > .large-37 {
        width: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-x > .large-38 {
        width: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-x > .large-39 {
        width: calc(81.25% - 1.22222rem);
    }
    .grid-margin-x > .large-40 {
        width: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-x > .large-41 {
        width: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-x > .large-42 {
        width: calc(87.5% - 1.22222rem);
    }
    .grid-margin-x > .large-43 {
        width: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-x > .large-44 {
        width: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-x > .large-45 {
        width: calc(93.75% - 1.22222rem);
    }
    .grid-margin-x > .large-46 {
        width: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-x > .large-47 {
        width: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-x > .large-48 {
        width: calc(100% - 1.22222rem);
    }
}
@media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto,
    .grid-margin-x > .xlarge-shrink {
        width: auto;
    }
    .grid-margin-x > .xlarge-1 {
        width: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-2 {
        width: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-3 {
        width: calc(6.25% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-4 {
        width: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-5 {
        width: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-6 {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-7 {
        width: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-8 {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-9 {
        width: calc(18.75% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-10 {
        width: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-11 {
        width: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-12 {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-13 {
        width: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-14 {
        width: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-15 {
        width: calc(31.25% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-16 {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-17 {
        width: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-18 {
        width: calc(37.5% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-19 {
        width: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-20 {
        width: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-21 {
        width: calc(43.75% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-22 {
        width: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-23 {
        width: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-24 {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-25 {
        width: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-26 {
        width: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-27 {
        width: calc(56.25% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-28 {
        width: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-29 {
        width: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-30 {
        width: calc(62.5% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-31 {
        width: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-32 {
        width: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-33 {
        width: calc(68.75% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-34 {
        width: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-35 {
        width: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-36 {
        width: calc(75% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-37 {
        width: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-38 {
        width: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-39 {
        width: calc(81.25% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-40 {
        width: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-41 {
        width: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-42 {
        width: calc(87.5% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-43 {
        width: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-44 {
        width: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-45 {
        width: calc(93.75% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-46 {
        width: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-47 {
        width: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-x > .xlarge-48 {
        width: calc(100% - 1.22222rem);
    }
}
@media screen and (min-width: 93.75em) {
    .grid-margin-x > .xxlarge-auto,
    .grid-margin-x > .xxlarge-shrink {
        width: auto;
    }
    .grid-margin-x > .xxlarge-1 {
        width: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-2 {
        width: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-3 {
        width: calc(6.25% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-4 {
        width: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-5 {
        width: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-6 {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-7 {
        width: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-8 {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-9 {
        width: calc(18.75% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-10 {
        width: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-11 {
        width: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-12 {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-13 {
        width: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-14 {
        width: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-15 {
        width: calc(31.25% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-16 {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-17 {
        width: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-18 {
        width: calc(37.5% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-19 {
        width: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-20 {
        width: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-21 {
        width: calc(43.75% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-22 {
        width: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-23 {
        width: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-24 {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-25 {
        width: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-26 {
        width: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-27 {
        width: calc(56.25% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-28 {
        width: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-29 {
        width: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-30 {
        width: calc(62.5% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-31 {
        width: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-32 {
        width: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-33 {
        width: calc(68.75% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-34 {
        width: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-35 {
        width: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-36 {
        width: calc(75% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-37 {
        width: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-38 {
        width: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-39 {
        width: calc(81.25% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-40 {
        width: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-41 {
        width: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-42 {
        width: calc(87.5% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-43 {
        width: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-44 {
        width: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-45 {
        width: calc(93.75% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-46 {
        width: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-47 {
        width: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-x > .xxlarge-48 {
        width: calc(100% - 1.22222rem);
    }
}
.grid-padding-x .grid-padding-x {
    margin-left: -0.2777777778rem;
    margin-right: -0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -0.6111111111rem;
        margin-right: -0.6111111111rem;
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-left: -0.2777777778rem;
    margin-right: -0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -0.6111111111rem;
        margin-right: -0.6111111111rem;
    }
}
.grid-padding-x > .cell {
    padding-left: 0.2777777778rem;
    padding-right: 0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-left: 0.6111111111rem;
        padding-right: 0.6111111111rem;
    }
}
.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: 25%;
    }
    .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: 93.75em) {
    .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% - 0.55556rem);
}
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.55556rem);
}
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.55556rem);
}
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.55556rem);
}
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.55556rem);
}
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.55556rem);
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.55556rem);
}
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.22222rem);
    }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.22222rem);
    }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.22222rem);
    }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.22222rem);
    }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.22222rem);
    }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.22222rem);
    }
}
@media print, screen and (min-width: 60em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.22222rem);
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.22222rem);
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.22222rem);
    }
}
@media screen and (min-width: 75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.22222rem);
    }
    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.22222rem);
    }
}
@media screen and (min-width: 93.75em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.28571% - 1.22222rem);
    }
    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.22222rem);
    }
}
.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
}
.small-margin-collapse > .small-1 {
    width: 2.0833333333%;
}
.small-margin-collapse > .small-2 {
    width: 4.1666666667%;
}
.small-margin-collapse > .small-3 {
    width: 6.25%;
}
.small-margin-collapse > .small-4 {
    width: 8.3333333333%;
}
.small-margin-collapse > .small-5 {
    width: 10.4166666667%;
}
.small-margin-collapse > .small-6 {
    width: 12.5%;
}
.small-margin-collapse > .small-7 {
    width: 14.5833333333%;
}
.small-margin-collapse > .small-8 {
    width: 16.6666666667%;
}
.small-margin-collapse > .small-9 {
    width: 18.75%;
}
.small-margin-collapse > .small-10 {
    width: 20.8333333333%;
}
.small-margin-collapse > .small-11 {
    width: 22.9166666667%;
}
.small-margin-collapse > .small-12 {
    width: 25%;
}
.small-margin-collapse > .small-13 {
    width: 27.0833333333%;
}
.small-margin-collapse > .small-14 {
    width: 29.1666666667%;
}
.small-margin-collapse > .small-15 {
    width: 31.25%;
}
.small-margin-collapse > .small-16 {
    width: 33.3333333333%;
}
.small-margin-collapse > .small-17 {
    width: 35.4166666667%;
}
.small-margin-collapse > .small-18 {
    width: 37.5%;
}
.small-margin-collapse > .small-19 {
    width: 39.5833333333%;
}
.small-margin-collapse > .small-20 {
    width: 41.6666666667%;
}
.small-margin-collapse > .small-21 {
    width: 43.75%;
}
.small-margin-collapse > .small-22 {
    width: 45.8333333333%;
}
.small-margin-collapse > .small-23 {
    width: 47.9166666667%;
}
.small-margin-collapse > .small-24 {
    width: 50%;
}
.small-margin-collapse > .small-25 {
    width: 52.0833333333%;
}
.small-margin-collapse > .small-26 {
    width: 54.1666666667%;
}
.small-margin-collapse > .small-27 {
    width: 56.25%;
}
.small-margin-collapse > .small-28 {
    width: 58.3333333333%;
}
.small-margin-collapse > .small-29 {
    width: 60.4166666667%;
}
.small-margin-collapse > .small-30 {
    width: 62.5%;
}
.small-margin-collapse > .small-31 {
    width: 64.5833333333%;
}
.small-margin-collapse > .small-32 {
    width: 66.6666666667%;
}
.small-margin-collapse > .small-33 {
    width: 68.75%;
}
.small-margin-collapse > .small-34 {
    width: 70.8333333333%;
}
.small-margin-collapse > .small-35 {
    width: 72.9166666667%;
}
.small-margin-collapse > .small-36 {
    width: 75%;
}
.small-margin-collapse > .small-37 {
    width: 77.0833333333%;
}
.small-margin-collapse > .small-38 {
    width: 79.1666666667%;
}
.small-margin-collapse > .small-39 {
    width: 81.25%;
}
.small-margin-collapse > .small-40 {
    width: 83.3333333333%;
}
.small-margin-collapse > .small-41 {
    width: 85.4166666667%;
}
.small-margin-collapse > .small-42 {
    width: 87.5%;
}
.small-margin-collapse > .small-43 {
    width: 89.5833333333%;
}
.small-margin-collapse > .small-44 {
    width: 91.6666666667%;
}
.small-margin-collapse > .small-45 {
    width: 93.75%;
}
.small-margin-collapse > .small-46 {
    width: 95.8333333333%;
}
.small-margin-collapse > .small-47 {
    width: 97.9166666667%;
}
.small-margin-collapse > .small-48 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 2.0833333333%;
    }
    .small-margin-collapse > .medium-2 {
        width: 4.1666666667%;
    }
    .small-margin-collapse > .medium-3 {
        width: 6.25%;
    }
    .small-margin-collapse > .medium-4 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .medium-5 {
        width: 10.4166666667%;
    }
    .small-margin-collapse > .medium-6 {
        width: 12.5%;
    }
    .small-margin-collapse > .medium-7 {
        width: 14.5833333333%;
    }
    .small-margin-collapse > .medium-8 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .medium-9 {
        width: 18.75%;
    }
    .small-margin-collapse > .medium-10 {
        width: 20.8333333333%;
    }
    .small-margin-collapse > .medium-11 {
        width: 22.9166666667%;
    }
    .small-margin-collapse > .medium-12 {
        width: 25%;
    }
    .small-margin-collapse > .medium-13 {
        width: 27.0833333333%;
    }
    .small-margin-collapse > .medium-14 {
        width: 29.1666666667%;
    }
    .small-margin-collapse > .medium-15 {
        width: 31.25%;
    }
    .small-margin-collapse > .medium-16 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .medium-17 {
        width: 35.4166666667%;
    }
    .small-margin-collapse > .medium-18 {
        width: 37.5%;
    }
    .small-margin-collapse > .medium-19 {
        width: 39.5833333333%;
    }
    .small-margin-collapse > .medium-20 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .medium-21 {
        width: 43.75%;
    }
    .small-margin-collapse > .medium-22 {
        width: 45.8333333333%;
    }
    .small-margin-collapse > .medium-23 {
        width: 47.9166666667%;
    }
    .small-margin-collapse > .medium-24 {
        width: 50%;
    }
    .small-margin-collapse > .medium-25 {
        width: 52.0833333333%;
    }
    .small-margin-collapse > .medium-26 {
        width: 54.1666666667%;
    }
    .small-margin-collapse > .medium-27 {
        width: 56.25%;
    }
    .small-margin-collapse > .medium-28 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .medium-29 {
        width: 60.4166666667%;
    }
    .small-margin-collapse > .medium-30 {
        width: 62.5%;
    }
    .small-margin-collapse > .medium-31 {
        width: 64.5833333333%;
    }
    .small-margin-collapse > .medium-32 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .medium-33 {
        width: 68.75%;
    }
    .small-margin-collapse > .medium-34 {
        width: 70.8333333333%;
    }
    .small-margin-collapse > .medium-35 {
        width: 72.9166666667%;
    }
    .small-margin-collapse > .medium-36 {
        width: 75%;
    }
    .small-margin-collapse > .medium-37 {
        width: 77.0833333333%;
    }
    .small-margin-collapse > .medium-38 {
        width: 79.1666666667%;
    }
    .small-margin-collapse > .medium-39 {
        width: 81.25%;
    }
    .small-margin-collapse > .medium-40 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .medium-41 {
        width: 85.4166666667%;
    }
    .small-margin-collapse > .medium-42 {
        width: 87.5%;
    }
    .small-margin-collapse > .medium-43 {
        width: 89.5833333333%;
    }
    .small-margin-collapse > .medium-44 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .medium-45 {
        width: 93.75%;
    }
    .small-margin-collapse > .medium-46 {
        width: 95.8333333333%;
    }
    .small-margin-collapse > .medium-47 {
        width: 97.9166666667%;
    }
    .small-margin-collapse > .medium-48 {
        width: 100%;
    }
}
@media print, screen and (min-width: 60em) {
    .small-margin-collapse > .large-1 {
        width: 2.0833333333%;
    }
    .small-margin-collapse > .large-2 {
        width: 4.1666666667%;
    }
    .small-margin-collapse > .large-3 {
        width: 6.25%;
    }
    .small-margin-collapse > .large-4 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .large-5 {
        width: 10.4166666667%;
    }
    .small-margin-collapse > .large-6 {
        width: 12.5%;
    }
    .small-margin-collapse > .large-7 {
        width: 14.5833333333%;
    }
    .small-margin-collapse > .large-8 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .large-9 {
        width: 18.75%;
    }
    .small-margin-collapse > .large-10 {
        width: 20.8333333333%;
    }
    .small-margin-collapse > .large-11 {
        width: 22.9166666667%;
    }
    .small-margin-collapse > .large-12 {
        width: 25%;
    }
    .small-margin-collapse > .large-13 {
        width: 27.0833333333%;
    }
    .small-margin-collapse > .large-14 {
        width: 29.1666666667%;
    }
    .small-margin-collapse > .large-15 {
        width: 31.25%;
    }
    .small-margin-collapse > .large-16 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .large-17 {
        width: 35.4166666667%;
    }
    .small-margin-collapse > .large-18 {
        width: 37.5%;
    }
    .small-margin-collapse > .large-19 {
        width: 39.5833333333%;
    }
    .small-margin-collapse > .large-20 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .large-21 {
        width: 43.75%;
    }
    .small-margin-collapse > .large-22 {
        width: 45.8333333333%;
    }
    .small-margin-collapse > .large-23 {
        width: 47.9166666667%;
    }
    .small-margin-collapse > .large-24 {
        width: 50%;
    }
    .small-margin-collapse > .large-25 {
        width: 52.0833333333%;
    }
    .small-margin-collapse > .large-26 {
        width: 54.1666666667%;
    }
    .small-margin-collapse > .large-27 {
        width: 56.25%;
    }
    .small-margin-collapse > .large-28 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .large-29 {
        width: 60.4166666667%;
    }
    .small-margin-collapse > .large-30 {
        width: 62.5%;
    }
    .small-margin-collapse > .large-31 {
        width: 64.5833333333%;
    }
    .small-margin-collapse > .large-32 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .large-33 {
        width: 68.75%;
    }
    .small-margin-collapse > .large-34 {
        width: 70.8333333333%;
    }
    .small-margin-collapse > .large-35 {
        width: 72.9166666667%;
    }
    .small-margin-collapse > .large-36 {
        width: 75%;
    }
    .small-margin-collapse > .large-37 {
        width: 77.0833333333%;
    }
    .small-margin-collapse > .large-38 {
        width: 79.1666666667%;
    }
    .small-margin-collapse > .large-39 {
        width: 81.25%;
    }
    .small-margin-collapse > .large-40 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .large-41 {
        width: 85.4166666667%;
    }
    .small-margin-collapse > .large-42 {
        width: 87.5%;
    }
    .small-margin-collapse > .large-43 {
        width: 89.5833333333%;
    }
    .small-margin-collapse > .large-44 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .large-45 {
        width: 93.75%;
    }
    .small-margin-collapse > .large-46 {
        width: 95.8333333333%;
    }
    .small-margin-collapse > .large-47 {
        width: 97.9166666667%;
    }
    .small-margin-collapse > .large-48 {
        width: 100%;
    }
}
@media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 2.0833333333%;
    }
    .small-margin-collapse > .xlarge-2 {
        width: 4.1666666667%;
    }
    .small-margin-collapse > .xlarge-3 {
        width: 6.25%;
    }
    .small-margin-collapse > .xlarge-4 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .xlarge-5 {
        width: 10.4166666667%;
    }
    .small-margin-collapse > .xlarge-6 {
        width: 12.5%;
    }
    .small-margin-collapse > .xlarge-7 {
        width: 14.5833333333%;
    }
    .small-margin-collapse > .xlarge-8 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .xlarge-9 {
        width: 18.75%;
    }
    .small-margin-collapse > .xlarge-10 {
        width: 20.8333333333%;
    }
    .small-margin-collapse > .xlarge-11 {
        width: 22.9166666667%;
    }
    .small-margin-collapse > .xlarge-12 {
        width: 25%;
    }
    .small-margin-collapse > .xlarge-13 {
        width: 27.0833333333%;
    }
    .small-margin-collapse > .xlarge-14 {
        width: 29.1666666667%;
    }
    .small-margin-collapse > .xlarge-15 {
        width: 31.25%;
    }
    .small-margin-collapse > .xlarge-16 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .xlarge-17 {
        width: 35.4166666667%;
    }
    .small-margin-collapse > .xlarge-18 {
        width: 37.5%;
    }
    .small-margin-collapse > .xlarge-19 {
        width: 39.5833333333%;
    }
    .small-margin-collapse > .xlarge-20 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .xlarge-21 {
        width: 43.75%;
    }
    .small-margin-collapse > .xlarge-22 {
        width: 45.8333333333%;
    }
    .small-margin-collapse > .xlarge-23 {
        width: 47.9166666667%;
    }
    .small-margin-collapse > .xlarge-24 {
        width: 50%;
    }
    .small-margin-collapse > .xlarge-25 {
        width: 52.0833333333%;
    }
    .small-margin-collapse > .xlarge-26 {
        width: 54.1666666667%;
    }
    .small-margin-collapse > .xlarge-27 {
        width: 56.25%;
    }
    .small-margin-collapse > .xlarge-28 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .xlarge-29 {
        width: 60.4166666667%;
    }
    .small-margin-collapse > .xlarge-30 {
        width: 62.5%;
    }
    .small-margin-collapse > .xlarge-31 {
        width: 64.5833333333%;
    }
    .small-margin-collapse > .xlarge-32 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .xlarge-33 {
        width: 68.75%;
    }
    .small-margin-collapse > .xlarge-34 {
        width: 70.8333333333%;
    }
    .small-margin-collapse > .xlarge-35 {
        width: 72.9166666667%;
    }
    .small-margin-collapse > .xlarge-36 {
        width: 75%;
    }
    .small-margin-collapse > .xlarge-37 {
        width: 77.0833333333%;
    }
    .small-margin-collapse > .xlarge-38 {
        width: 79.1666666667%;
    }
    .small-margin-collapse > .xlarge-39 {
        width: 81.25%;
    }
    .small-margin-collapse > .xlarge-40 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .xlarge-41 {
        width: 85.4166666667%;
    }
    .small-margin-collapse > .xlarge-42 {
        width: 87.5%;
    }
    .small-margin-collapse > .xlarge-43 {
        width: 89.5833333333%;
    }
    .small-margin-collapse > .xlarge-44 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .xlarge-45 {
        width: 93.75%;
    }
    .small-margin-collapse > .xlarge-46 {
        width: 95.8333333333%;
    }
    .small-margin-collapse > .xlarge-47 {
        width: 97.9166666667%;
    }
    .small-margin-collapse > .xlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .small-margin-collapse > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .small-margin-collapse > .xxlarge-3 {
        width: 6.25%;
    }
    .small-margin-collapse > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .small-margin-collapse > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .small-margin-collapse > .xxlarge-6 {
        width: 12.5%;
    }
    .small-margin-collapse > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .small-margin-collapse > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .small-margin-collapse > .xxlarge-9 {
        width: 18.75%;
    }
    .small-margin-collapse > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .small-margin-collapse > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .small-margin-collapse > .xxlarge-12 {
        width: 25%;
    }
    .small-margin-collapse > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .small-margin-collapse > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .small-margin-collapse > .xxlarge-15 {
        width: 31.25%;
    }
    .small-margin-collapse > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .small-margin-collapse > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .small-margin-collapse > .xxlarge-18 {
        width: 37.5%;
    }
    .small-margin-collapse > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .small-margin-collapse > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .small-margin-collapse > .xxlarge-21 {
        width: 43.75%;
    }
    .small-margin-collapse > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .small-margin-collapse > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .small-margin-collapse > .xxlarge-24 {
        width: 50%;
    }
    .small-margin-collapse > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .small-margin-collapse > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .small-margin-collapse > .xxlarge-27 {
        width: 56.25%;
    }
    .small-margin-collapse > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .small-margin-collapse > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .small-margin-collapse > .xxlarge-30 {
        width: 62.5%;
    }
    .small-margin-collapse > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .small-margin-collapse > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .small-margin-collapse > .xxlarge-33 {
        width: 68.75%;
    }
    .small-margin-collapse > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .small-margin-collapse > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .small-margin-collapse > .xxlarge-36 {
        width: 75%;
    }
    .small-margin-collapse > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .small-margin-collapse > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .small-margin-collapse > .xxlarge-39 {
        width: 81.25%;
    }
    .small-margin-collapse > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .small-margin-collapse > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .small-margin-collapse > .xxlarge-42 {
        width: 87.5%;
    }
    .small-margin-collapse > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .small-margin-collapse > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .small-margin-collapse > .xxlarge-45 {
        width: 93.75%;
    }
    .small-margin-collapse > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .small-margin-collapse > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .small-margin-collapse > .xxlarge-48 {
        width: 100%;
    }
}
.small-padding-collapse {
    margin-left: 0;
    margin-right: 0;
}
.small-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse,
    .medium-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }
    .medium-margin-collapse > .small-1 {
        width: 2.0833333333%;
    }
    .medium-margin-collapse > .small-2 {
        width: 4.1666666667%;
    }
    .medium-margin-collapse > .small-3 {
        width: 6.25%;
    }
    .medium-margin-collapse > .small-4 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .small-5 {
        width: 10.4166666667%;
    }
    .medium-margin-collapse > .small-6 {
        width: 12.5%;
    }
    .medium-margin-collapse > .small-7 {
        width: 14.5833333333%;
    }
    .medium-margin-collapse > .small-8 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .small-9 {
        width: 18.75%;
    }
    .medium-margin-collapse > .small-10 {
        width: 20.8333333333%;
    }
    .medium-margin-collapse > .small-11 {
        width: 22.9166666667%;
    }
    .medium-margin-collapse > .small-12 {
        width: 25%;
    }
    .medium-margin-collapse > .small-13 {
        width: 27.0833333333%;
    }
    .medium-margin-collapse > .small-14 {
        width: 29.1666666667%;
    }
    .medium-margin-collapse > .small-15 {
        width: 31.25%;
    }
    .medium-margin-collapse > .small-16 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .small-17 {
        width: 35.4166666667%;
    }
    .medium-margin-collapse > .small-18 {
        width: 37.5%;
    }
    .medium-margin-collapse > .small-19 {
        width: 39.5833333333%;
    }
    .medium-margin-collapse > .small-20 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .small-21 {
        width: 43.75%;
    }
    .medium-margin-collapse > .small-22 {
        width: 45.8333333333%;
    }
    .medium-margin-collapse > .small-23 {
        width: 47.9166666667%;
    }
    .medium-margin-collapse > .small-24 {
        width: 50%;
    }
    .medium-margin-collapse > .small-25 {
        width: 52.0833333333%;
    }
    .medium-margin-collapse > .small-26 {
        width: 54.1666666667%;
    }
    .medium-margin-collapse > .small-27 {
        width: 56.25%;
    }
    .medium-margin-collapse > .small-28 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .small-29 {
        width: 60.4166666667%;
    }
    .medium-margin-collapse > .small-30 {
        width: 62.5%;
    }
    .medium-margin-collapse > .small-31 {
        width: 64.5833333333%;
    }
    .medium-margin-collapse > .small-32 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .small-33 {
        width: 68.75%;
    }
    .medium-margin-collapse > .small-34 {
        width: 70.8333333333%;
    }
    .medium-margin-collapse > .small-35 {
        width: 72.9166666667%;
    }
    .medium-margin-collapse > .small-36 {
        width: 75%;
    }
    .medium-margin-collapse > .small-37 {
        width: 77.0833333333%;
    }
    .medium-margin-collapse > .small-38 {
        width: 79.1666666667%;
    }
    .medium-margin-collapse > .small-39 {
        width: 81.25%;
    }
    .medium-margin-collapse > .small-40 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .small-41 {
        width: 85.4166666667%;
    }
    .medium-margin-collapse > .small-42 {
        width: 87.5%;
    }
    .medium-margin-collapse > .small-43 {
        width: 89.5833333333%;
    }
    .medium-margin-collapse > .small-44 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .small-45 {
        width: 93.75%;
    }
    .medium-margin-collapse > .small-46 {
        width: 95.8333333333%;
    }
    .medium-margin-collapse > .small-47 {
        width: 97.9166666667%;
    }
    .medium-margin-collapse > .small-48 {
        width: 100%;
    }
    .medium-margin-collapse > .medium-1 {
        width: 2.0833333333%;
    }
    .medium-margin-collapse > .medium-2 {
        width: 4.1666666667%;
    }
    .medium-margin-collapse > .medium-3 {
        width: 6.25%;
    }
    .medium-margin-collapse > .medium-4 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .medium-5 {
        width: 10.4166666667%;
    }
    .medium-margin-collapse > .medium-6 {
        width: 12.5%;
    }
    .medium-margin-collapse > .medium-7 {
        width: 14.5833333333%;
    }
    .medium-margin-collapse > .medium-8 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .medium-9 {
        width: 18.75%;
    }
    .medium-margin-collapse > .medium-10 {
        width: 20.8333333333%;
    }
    .medium-margin-collapse > .medium-11 {
        width: 22.9166666667%;
    }
    .medium-margin-collapse > .medium-12 {
        width: 25%;
    }
    .medium-margin-collapse > .medium-13 {
        width: 27.0833333333%;
    }
    .medium-margin-collapse > .medium-14 {
        width: 29.1666666667%;
    }
    .medium-margin-collapse > .medium-15 {
        width: 31.25%;
    }
    .medium-margin-collapse > .medium-16 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .medium-17 {
        width: 35.4166666667%;
    }
    .medium-margin-collapse > .medium-18 {
        width: 37.5%;
    }
    .medium-margin-collapse > .medium-19 {
        width: 39.5833333333%;
    }
    .medium-margin-collapse > .medium-20 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .medium-21 {
        width: 43.75%;
    }
    .medium-margin-collapse > .medium-22 {
        width: 45.8333333333%;
    }
    .medium-margin-collapse > .medium-23 {
        width: 47.9166666667%;
    }
    .medium-margin-collapse > .medium-24 {
        width: 50%;
    }
    .medium-margin-collapse > .medium-25 {
        width: 52.0833333333%;
    }
    .medium-margin-collapse > .medium-26 {
        width: 54.1666666667%;
    }
    .medium-margin-collapse > .medium-27 {
        width: 56.25%;
    }
    .medium-margin-collapse > .medium-28 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .medium-29 {
        width: 60.4166666667%;
    }
    .medium-margin-collapse > .medium-30 {
        width: 62.5%;
    }
    .medium-margin-collapse > .medium-31 {
        width: 64.5833333333%;
    }
    .medium-margin-collapse > .medium-32 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .medium-33 {
        width: 68.75%;
    }
    .medium-margin-collapse > .medium-34 {
        width: 70.8333333333%;
    }
    .medium-margin-collapse > .medium-35 {
        width: 72.9166666667%;
    }
    .medium-margin-collapse > .medium-36 {
        width: 75%;
    }
    .medium-margin-collapse > .medium-37 {
        width: 77.0833333333%;
    }
    .medium-margin-collapse > .medium-38 {
        width: 79.1666666667%;
    }
    .medium-margin-collapse > .medium-39 {
        width: 81.25%;
    }
    .medium-margin-collapse > .medium-40 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .medium-41 {
        width: 85.4166666667%;
    }
    .medium-margin-collapse > .medium-42 {
        width: 87.5%;
    }
    .medium-margin-collapse > .medium-43 {
        width: 89.5833333333%;
    }
    .medium-margin-collapse > .medium-44 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .medium-45 {
        width: 93.75%;
    }
    .medium-margin-collapse > .medium-46 {
        width: 95.8333333333%;
    }
    .medium-margin-collapse > .medium-47 {
        width: 97.9166666667%;
    }
    .medium-margin-collapse > .medium-48 {
        width: 100%;
    }
}
@media print, screen and (min-width: 60em) {
    .medium-margin-collapse > .large-1 {
        width: 2.0833333333%;
    }
    .medium-margin-collapse > .large-2 {
        width: 4.1666666667%;
    }
    .medium-margin-collapse > .large-3 {
        width: 6.25%;
    }
    .medium-margin-collapse > .large-4 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .large-5 {
        width: 10.4166666667%;
    }
    .medium-margin-collapse > .large-6 {
        width: 12.5%;
    }
    .medium-margin-collapse > .large-7 {
        width: 14.5833333333%;
    }
    .medium-margin-collapse > .large-8 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .large-9 {
        width: 18.75%;
    }
    .medium-margin-collapse > .large-10 {
        width: 20.8333333333%;
    }
    .medium-margin-collapse > .large-11 {
        width: 22.9166666667%;
    }
    .medium-margin-collapse > .large-12 {
        width: 25%;
    }
    .medium-margin-collapse > .large-13 {
        width: 27.0833333333%;
    }
    .medium-margin-collapse > .large-14 {
        width: 29.1666666667%;
    }
    .medium-margin-collapse > .large-15 {
        width: 31.25%;
    }
    .medium-margin-collapse > .large-16 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .large-17 {
        width: 35.4166666667%;
    }
    .medium-margin-collapse > .large-18 {
        width: 37.5%;
    }
    .medium-margin-collapse > .large-19 {
        width: 39.5833333333%;
    }
    .medium-margin-collapse > .large-20 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .large-21 {
        width: 43.75%;
    }
    .medium-margin-collapse > .large-22 {
        width: 45.8333333333%;
    }
    .medium-margin-collapse > .large-23 {
        width: 47.9166666667%;
    }
    .medium-margin-collapse > .large-24 {
        width: 50%;
    }
    .medium-margin-collapse > .large-25 {
        width: 52.0833333333%;
    }
    .medium-margin-collapse > .large-26 {
        width: 54.1666666667%;
    }
    .medium-margin-collapse > .large-27 {
        width: 56.25%;
    }
    .medium-margin-collapse > .large-28 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .large-29 {
        width: 60.4166666667%;
    }
    .medium-margin-collapse > .large-30 {
        width: 62.5%;
    }
    .medium-margin-collapse > .large-31 {
        width: 64.5833333333%;
    }
    .medium-margin-collapse > .large-32 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .large-33 {
        width: 68.75%;
    }
    .medium-margin-collapse > .large-34 {
        width: 70.8333333333%;
    }
    .medium-margin-collapse > .large-35 {
        width: 72.9166666667%;
    }
    .medium-margin-collapse > .large-36 {
        width: 75%;
    }
    .medium-margin-collapse > .large-37 {
        width: 77.0833333333%;
    }
    .medium-margin-collapse > .large-38 {
        width: 79.1666666667%;
    }
    .medium-margin-collapse > .large-39 {
        width: 81.25%;
    }
    .medium-margin-collapse > .large-40 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .large-41 {
        width: 85.4166666667%;
    }
    .medium-margin-collapse > .large-42 {
        width: 87.5%;
    }
    .medium-margin-collapse > .large-43 {
        width: 89.5833333333%;
    }
    .medium-margin-collapse > .large-44 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .large-45 {
        width: 93.75%;
    }
    .medium-margin-collapse > .large-46 {
        width: 95.8333333333%;
    }
    .medium-margin-collapse > .large-47 {
        width: 97.9166666667%;
    }
    .medium-margin-collapse > .large-48 {
        width: 100%;
    }
}
@media screen and (min-width: 75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 2.0833333333%;
    }
    .medium-margin-collapse > .xlarge-2 {
        width: 4.1666666667%;
    }
    .medium-margin-collapse > .xlarge-3 {
        width: 6.25%;
    }
    .medium-margin-collapse > .xlarge-4 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .xlarge-5 {
        width: 10.4166666667%;
    }
    .medium-margin-collapse > .xlarge-6 {
        width: 12.5%;
    }
    .medium-margin-collapse > .xlarge-7 {
        width: 14.5833333333%;
    }
    .medium-margin-collapse > .xlarge-8 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .xlarge-9 {
        width: 18.75%;
    }
    .medium-margin-collapse > .xlarge-10 {
        width: 20.8333333333%;
    }
    .medium-margin-collapse > .xlarge-11 {
        width: 22.9166666667%;
    }
    .medium-margin-collapse > .xlarge-12 {
        width: 25%;
    }
    .medium-margin-collapse > .xlarge-13 {
        width: 27.0833333333%;
    }
    .medium-margin-collapse > .xlarge-14 {
        width: 29.1666666667%;
    }
    .medium-margin-collapse > .xlarge-15 {
        width: 31.25%;
    }
    .medium-margin-collapse > .xlarge-16 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .xlarge-17 {
        width: 35.4166666667%;
    }
    .medium-margin-collapse > .xlarge-18 {
        width: 37.5%;
    }
    .medium-margin-collapse > .xlarge-19 {
        width: 39.5833333333%;
    }
    .medium-margin-collapse > .xlarge-20 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .xlarge-21 {
        width: 43.75%;
    }
    .medium-margin-collapse > .xlarge-22 {
        width: 45.8333333333%;
    }
    .medium-margin-collapse > .xlarge-23 {
        width: 47.9166666667%;
    }
    .medium-margin-collapse > .xlarge-24 {
        width: 50%;
    }
    .medium-margin-collapse > .xlarge-25 {
        width: 52.0833333333%;
    }
    .medium-margin-collapse > .xlarge-26 {
        width: 54.1666666667%;
    }
    .medium-margin-collapse > .xlarge-27 {
        width: 56.25%;
    }
    .medium-margin-collapse > .xlarge-28 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .xlarge-29 {
        width: 60.4166666667%;
    }
    .medium-margin-collapse > .xlarge-30 {
        width: 62.5%;
    }
    .medium-margin-collapse > .xlarge-31 {
        width: 64.5833333333%;
    }
    .medium-margin-collapse > .xlarge-32 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .xlarge-33 {
        width: 68.75%;
    }
    .medium-margin-collapse > .xlarge-34 {
        width: 70.8333333333%;
    }
    .medium-margin-collapse > .xlarge-35 {
        width: 72.9166666667%;
    }
    .medium-margin-collapse > .xlarge-36 {
        width: 75%;
    }
    .medium-margin-collapse > .xlarge-37 {
        width: 77.0833333333%;
    }
    .medium-margin-collapse > .xlarge-38 {
        width: 79.1666666667%;
    }
    .medium-margin-collapse > .xlarge-39 {
        width: 81.25%;
    }
    .medium-margin-collapse > .xlarge-40 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .xlarge-41 {
        width: 85.4166666667%;
    }
    .medium-margin-collapse > .xlarge-42 {
        width: 87.5%;
    }
    .medium-margin-collapse > .xlarge-43 {
        width: 89.5833333333%;
    }
    .medium-margin-collapse > .xlarge-44 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .xlarge-45 {
        width: 93.75%;
    }
    .medium-margin-collapse > .xlarge-46 {
        width: 95.8333333333%;
    }
    .medium-margin-collapse > .xlarge-47 {
        width: 97.9166666667%;
    }
    .medium-margin-collapse > .xlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .medium-margin-collapse > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .medium-margin-collapse > .xxlarge-3 {
        width: 6.25%;
    }
    .medium-margin-collapse > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .medium-margin-collapse > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .medium-margin-collapse > .xxlarge-6 {
        width: 12.5%;
    }
    .medium-margin-collapse > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .medium-margin-collapse > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .medium-margin-collapse > .xxlarge-9 {
        width: 18.75%;
    }
    .medium-margin-collapse > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .medium-margin-collapse > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .medium-margin-collapse > .xxlarge-12 {
        width: 25%;
    }
    .medium-margin-collapse > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .medium-margin-collapse > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .medium-margin-collapse > .xxlarge-15 {
        width: 31.25%;
    }
    .medium-margin-collapse > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .medium-margin-collapse > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .medium-margin-collapse > .xxlarge-18 {
        width: 37.5%;
    }
    .medium-margin-collapse > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .medium-margin-collapse > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .medium-margin-collapse > .xxlarge-21 {
        width: 43.75%;
    }
    .medium-margin-collapse > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .medium-margin-collapse > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .medium-margin-collapse > .xxlarge-24 {
        width: 50%;
    }
    .medium-margin-collapse > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .medium-margin-collapse > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .medium-margin-collapse > .xxlarge-27 {
        width: 56.25%;
    }
    .medium-margin-collapse > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .medium-margin-collapse > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .medium-margin-collapse > .xxlarge-30 {
        width: 62.5%;
    }
    .medium-margin-collapse > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .medium-margin-collapse > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .medium-margin-collapse > .xxlarge-33 {
        width: 68.75%;
    }
    .medium-margin-collapse > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .medium-margin-collapse > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .medium-margin-collapse > .xxlarge-36 {
        width: 75%;
    }
    .medium-margin-collapse > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .medium-margin-collapse > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .medium-margin-collapse > .xxlarge-39 {
        width: 81.25%;
    }
    .medium-margin-collapse > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .medium-margin-collapse > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .medium-margin-collapse > .xxlarge-42 {
        width: 87.5%;
    }
    .medium-margin-collapse > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .medium-margin-collapse > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .medium-margin-collapse > .xxlarge-45 {
        width: 93.75%;
    }
    .medium-margin-collapse > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .medium-margin-collapse > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .medium-margin-collapse > .xxlarge-48 {
        width: 100%;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .medium-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}
@media print, screen and (min-width: 60em) {
    .large-margin-collapse,
    .large-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }
    .large-margin-collapse > .small-1 {
        width: 2.0833333333%;
    }
    .large-margin-collapse > .small-2 {
        width: 4.1666666667%;
    }
    .large-margin-collapse > .small-3 {
        width: 6.25%;
    }
    .large-margin-collapse > .small-4 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .small-5 {
        width: 10.4166666667%;
    }
    .large-margin-collapse > .small-6 {
        width: 12.5%;
    }
    .large-margin-collapse > .small-7 {
        width: 14.5833333333%;
    }
    .large-margin-collapse > .small-8 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .small-9 {
        width: 18.75%;
    }
    .large-margin-collapse > .small-10 {
        width: 20.8333333333%;
    }
    .large-margin-collapse > .small-11 {
        width: 22.9166666667%;
    }
    .large-margin-collapse > .small-12 {
        width: 25%;
    }
    .large-margin-collapse > .small-13 {
        width: 27.0833333333%;
    }
    .large-margin-collapse > .small-14 {
        width: 29.1666666667%;
    }
    .large-margin-collapse > .small-15 {
        width: 31.25%;
    }
    .large-margin-collapse > .small-16 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .small-17 {
        width: 35.4166666667%;
    }
    .large-margin-collapse > .small-18 {
        width: 37.5%;
    }
    .large-margin-collapse > .small-19 {
        width: 39.5833333333%;
    }
    .large-margin-collapse > .small-20 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .small-21 {
        width: 43.75%;
    }
    .large-margin-collapse > .small-22 {
        width: 45.8333333333%;
    }
    .large-margin-collapse > .small-23 {
        width: 47.9166666667%;
    }
    .large-margin-collapse > .small-24 {
        width: 50%;
    }
    .large-margin-collapse > .small-25 {
        width: 52.0833333333%;
    }
    .large-margin-collapse > .small-26 {
        width: 54.1666666667%;
    }
    .large-margin-collapse > .small-27 {
        width: 56.25%;
    }
    .large-margin-collapse > .small-28 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .small-29 {
        width: 60.4166666667%;
    }
    .large-margin-collapse > .small-30 {
        width: 62.5%;
    }
    .large-margin-collapse > .small-31 {
        width: 64.5833333333%;
    }
    .large-margin-collapse > .small-32 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .small-33 {
        width: 68.75%;
    }
    .large-margin-collapse > .small-34 {
        width: 70.8333333333%;
    }
    .large-margin-collapse > .small-35 {
        width: 72.9166666667%;
    }
    .large-margin-collapse > .small-36 {
        width: 75%;
    }
    .large-margin-collapse > .small-37 {
        width: 77.0833333333%;
    }
    .large-margin-collapse > .small-38 {
        width: 79.1666666667%;
    }
    .large-margin-collapse > .small-39 {
        width: 81.25%;
    }
    .large-margin-collapse > .small-40 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .small-41 {
        width: 85.4166666667%;
    }
    .large-margin-collapse > .small-42 {
        width: 87.5%;
    }
    .large-margin-collapse > .small-43 {
        width: 89.5833333333%;
    }
    .large-margin-collapse > .small-44 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .small-45 {
        width: 93.75%;
    }
    .large-margin-collapse > .small-46 {
        width: 95.8333333333%;
    }
    .large-margin-collapse > .small-47 {
        width: 97.9166666667%;
    }
    .large-margin-collapse > .small-48 {
        width: 100%;
    }
    .large-margin-collapse > .medium-1 {
        width: 2.0833333333%;
    }
    .large-margin-collapse > .medium-2 {
        width: 4.1666666667%;
    }
    .large-margin-collapse > .medium-3 {
        width: 6.25%;
    }
    .large-margin-collapse > .medium-4 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .medium-5 {
        width: 10.4166666667%;
    }
    .large-margin-collapse > .medium-6 {
        width: 12.5%;
    }
    .large-margin-collapse > .medium-7 {
        width: 14.5833333333%;
    }
    .large-margin-collapse > .medium-8 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .medium-9 {
        width: 18.75%;
    }
    .large-margin-collapse > .medium-10 {
        width: 20.8333333333%;
    }
    .large-margin-collapse > .medium-11 {
        width: 22.9166666667%;
    }
    .large-margin-collapse > .medium-12 {
        width: 25%;
    }
    .large-margin-collapse > .medium-13 {
        width: 27.0833333333%;
    }
    .large-margin-collapse > .medium-14 {
        width: 29.1666666667%;
    }
    .large-margin-collapse > .medium-15 {
        width: 31.25%;
    }
    .large-margin-collapse > .medium-16 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .medium-17 {
        width: 35.4166666667%;
    }
    .large-margin-collapse > .medium-18 {
        width: 37.5%;
    }
    .large-margin-collapse > .medium-19 {
        width: 39.5833333333%;
    }
    .large-margin-collapse > .medium-20 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .medium-21 {
        width: 43.75%;
    }
    .large-margin-collapse > .medium-22 {
        width: 45.8333333333%;
    }
    .large-margin-collapse > .medium-23 {
        width: 47.9166666667%;
    }
    .large-margin-collapse > .medium-24 {
        width: 50%;
    }
    .large-margin-collapse > .medium-25 {
        width: 52.0833333333%;
    }
    .large-margin-collapse > .medium-26 {
        width: 54.1666666667%;
    }
    .large-margin-collapse > .medium-27 {
        width: 56.25%;
    }
    .large-margin-collapse > .medium-28 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .medium-29 {
        width: 60.4166666667%;
    }
    .large-margin-collapse > .medium-30 {
        width: 62.5%;
    }
    .large-margin-collapse > .medium-31 {
        width: 64.5833333333%;
    }
    .large-margin-collapse > .medium-32 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .medium-33 {
        width: 68.75%;
    }
    .large-margin-collapse > .medium-34 {
        width: 70.8333333333%;
    }
    .large-margin-collapse > .medium-35 {
        width: 72.9166666667%;
    }
    .large-margin-collapse > .medium-36 {
        width: 75%;
    }
    .large-margin-collapse > .medium-37 {
        width: 77.0833333333%;
    }
    .large-margin-collapse > .medium-38 {
        width: 79.1666666667%;
    }
    .large-margin-collapse > .medium-39 {
        width: 81.25%;
    }
    .large-margin-collapse > .medium-40 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .medium-41 {
        width: 85.4166666667%;
    }
    .large-margin-collapse > .medium-42 {
        width: 87.5%;
    }
    .large-margin-collapse > .medium-43 {
        width: 89.5833333333%;
    }
    .large-margin-collapse > .medium-44 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .medium-45 {
        width: 93.75%;
    }
    .large-margin-collapse > .medium-46 {
        width: 95.8333333333%;
    }
    .large-margin-collapse > .medium-47 {
        width: 97.9166666667%;
    }
    .large-margin-collapse > .medium-48 {
        width: 100%;
    }
    .large-margin-collapse > .large-1 {
        width: 2.0833333333%;
    }
    .large-margin-collapse > .large-2 {
        width: 4.1666666667%;
    }
    .large-margin-collapse > .large-3 {
        width: 6.25%;
    }
    .large-margin-collapse > .large-4 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .large-5 {
        width: 10.4166666667%;
    }
    .large-margin-collapse > .large-6 {
        width: 12.5%;
    }
    .large-margin-collapse > .large-7 {
        width: 14.5833333333%;
    }
    .large-margin-collapse > .large-8 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .large-9 {
        width: 18.75%;
    }
    .large-margin-collapse > .large-10 {
        width: 20.8333333333%;
    }
    .large-margin-collapse > .large-11 {
        width: 22.9166666667%;
    }
    .large-margin-collapse > .large-12 {
        width: 25%;
    }
    .large-margin-collapse > .large-13 {
        width: 27.0833333333%;
    }
    .large-margin-collapse > .large-14 {
        width: 29.1666666667%;
    }
    .large-margin-collapse > .large-15 {
        width: 31.25%;
    }
    .large-margin-collapse > .large-16 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .large-17 {
        width: 35.4166666667%;
    }
    .large-margin-collapse > .large-18 {
        width: 37.5%;
    }
    .large-margin-collapse > .large-19 {
        width: 39.5833333333%;
    }
    .large-margin-collapse > .large-20 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .large-21 {
        width: 43.75%;
    }
    .large-margin-collapse > .large-22 {
        width: 45.8333333333%;
    }
    .large-margin-collapse > .large-23 {
        width: 47.9166666667%;
    }
    .large-margin-collapse > .large-24 {
        width: 50%;
    }
    .large-margin-collapse > .large-25 {
        width: 52.0833333333%;
    }
    .large-margin-collapse > .large-26 {
        width: 54.1666666667%;
    }
    .large-margin-collapse > .large-27 {
        width: 56.25%;
    }
    .large-margin-collapse > .large-28 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .large-29 {
        width: 60.4166666667%;
    }
    .large-margin-collapse > .large-30 {
        width: 62.5%;
    }
    .large-margin-collapse > .large-31 {
        width: 64.5833333333%;
    }
    .large-margin-collapse > .large-32 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .large-33 {
        width: 68.75%;
    }
    .large-margin-collapse > .large-34 {
        width: 70.8333333333%;
    }
    .large-margin-collapse > .large-35 {
        width: 72.9166666667%;
    }
    .large-margin-collapse > .large-36 {
        width: 75%;
    }
    .large-margin-collapse > .large-37 {
        width: 77.0833333333%;
    }
    .large-margin-collapse > .large-38 {
        width: 79.1666666667%;
    }
    .large-margin-collapse > .large-39 {
        width: 81.25%;
    }
    .large-margin-collapse > .large-40 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .large-41 {
        width: 85.4166666667%;
    }
    .large-margin-collapse > .large-42 {
        width: 87.5%;
    }
    .large-margin-collapse > .large-43 {
        width: 89.5833333333%;
    }
    .large-margin-collapse > .large-44 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .large-45 {
        width: 93.75%;
    }
    .large-margin-collapse > .large-46 {
        width: 95.8333333333%;
    }
    .large-margin-collapse > .large-47 {
        width: 97.9166666667%;
    }
    .large-margin-collapse > .large-48 {
        width: 100%;
    }
}
@media screen and (min-width: 75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 2.0833333333%;
    }
    .large-margin-collapse > .xlarge-2 {
        width: 4.1666666667%;
    }
    .large-margin-collapse > .xlarge-3 {
        width: 6.25%;
    }
    .large-margin-collapse > .xlarge-4 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .xlarge-5 {
        width: 10.4166666667%;
    }
    .large-margin-collapse > .xlarge-6 {
        width: 12.5%;
    }
    .large-margin-collapse > .xlarge-7 {
        width: 14.5833333333%;
    }
    .large-margin-collapse > .xlarge-8 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .xlarge-9 {
        width: 18.75%;
    }
    .large-margin-collapse > .xlarge-10 {
        width: 20.8333333333%;
    }
    .large-margin-collapse > .xlarge-11 {
        width: 22.9166666667%;
    }
    .large-margin-collapse > .xlarge-12 {
        width: 25%;
    }
    .large-margin-collapse > .xlarge-13 {
        width: 27.0833333333%;
    }
    .large-margin-collapse > .xlarge-14 {
        width: 29.1666666667%;
    }
    .large-margin-collapse > .xlarge-15 {
        width: 31.25%;
    }
    .large-margin-collapse > .xlarge-16 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .xlarge-17 {
        width: 35.4166666667%;
    }
    .large-margin-collapse > .xlarge-18 {
        width: 37.5%;
    }
    .large-margin-collapse > .xlarge-19 {
        width: 39.5833333333%;
    }
    .large-margin-collapse > .xlarge-20 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .xlarge-21 {
        width: 43.75%;
    }
    .large-margin-collapse > .xlarge-22 {
        width: 45.8333333333%;
    }
    .large-margin-collapse > .xlarge-23 {
        width: 47.9166666667%;
    }
    .large-margin-collapse > .xlarge-24 {
        width: 50%;
    }
    .large-margin-collapse > .xlarge-25 {
        width: 52.0833333333%;
    }
    .large-margin-collapse > .xlarge-26 {
        width: 54.1666666667%;
    }
    .large-margin-collapse > .xlarge-27 {
        width: 56.25%;
    }
    .large-margin-collapse > .xlarge-28 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .xlarge-29 {
        width: 60.4166666667%;
    }
    .large-margin-collapse > .xlarge-30 {
        width: 62.5%;
    }
    .large-margin-collapse > .xlarge-31 {
        width: 64.5833333333%;
    }
    .large-margin-collapse > .xlarge-32 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .xlarge-33 {
        width: 68.75%;
    }
    .large-margin-collapse > .xlarge-34 {
        width: 70.8333333333%;
    }
    .large-margin-collapse > .xlarge-35 {
        width: 72.9166666667%;
    }
    .large-margin-collapse > .xlarge-36 {
        width: 75%;
    }
    .large-margin-collapse > .xlarge-37 {
        width: 77.0833333333%;
    }
    .large-margin-collapse > .xlarge-38 {
        width: 79.1666666667%;
    }
    .large-margin-collapse > .xlarge-39 {
        width: 81.25%;
    }
    .large-margin-collapse > .xlarge-40 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .xlarge-41 {
        width: 85.4166666667%;
    }
    .large-margin-collapse > .xlarge-42 {
        width: 87.5%;
    }
    .large-margin-collapse > .xlarge-43 {
        width: 89.5833333333%;
    }
    .large-margin-collapse > .xlarge-44 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .xlarge-45 {
        width: 93.75%;
    }
    .large-margin-collapse > .xlarge-46 {
        width: 95.8333333333%;
    }
    .large-margin-collapse > .xlarge-47 {
        width: 97.9166666667%;
    }
    .large-margin-collapse > .xlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .large-margin-collapse > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .large-margin-collapse > .xxlarge-3 {
        width: 6.25%;
    }
    .large-margin-collapse > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .large-margin-collapse > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .large-margin-collapse > .xxlarge-6 {
        width: 12.5%;
    }
    .large-margin-collapse > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .large-margin-collapse > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .large-margin-collapse > .xxlarge-9 {
        width: 18.75%;
    }
    .large-margin-collapse > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .large-margin-collapse > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .large-margin-collapse > .xxlarge-12 {
        width: 25%;
    }
    .large-margin-collapse > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .large-margin-collapse > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .large-margin-collapse > .xxlarge-15 {
        width: 31.25%;
    }
    .large-margin-collapse > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .large-margin-collapse > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .large-margin-collapse > .xxlarge-18 {
        width: 37.5%;
    }
    .large-margin-collapse > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .large-margin-collapse > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .large-margin-collapse > .xxlarge-21 {
        width: 43.75%;
    }
    .large-margin-collapse > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .large-margin-collapse > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .large-margin-collapse > .xxlarge-24 {
        width: 50%;
    }
    .large-margin-collapse > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .large-margin-collapse > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .large-margin-collapse > .xxlarge-27 {
        width: 56.25%;
    }
    .large-margin-collapse > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .large-margin-collapse > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .large-margin-collapse > .xxlarge-30 {
        width: 62.5%;
    }
    .large-margin-collapse > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .large-margin-collapse > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .large-margin-collapse > .xxlarge-33 {
        width: 68.75%;
    }
    .large-margin-collapse > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .large-margin-collapse > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .large-margin-collapse > .xxlarge-36 {
        width: 75%;
    }
    .large-margin-collapse > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .large-margin-collapse > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .large-margin-collapse > .xxlarge-39 {
        width: 81.25%;
    }
    .large-margin-collapse > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .large-margin-collapse > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .large-margin-collapse > .xxlarge-42 {
        width: 87.5%;
    }
    .large-margin-collapse > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .large-margin-collapse > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .large-margin-collapse > .xxlarge-45 {
        width: 93.75%;
    }
    .large-margin-collapse > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .large-margin-collapse > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .large-margin-collapse > .xxlarge-48 {
        width: 100%;
    }
}
@media print, screen and (min-width: 60em) {
    .large-padding-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .large-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-margin-collapse,
    .xlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }
    .xlarge-margin-collapse > .small-1 {
        width: 2.0833333333%;
    }
    .xlarge-margin-collapse > .small-2 {
        width: 4.1666666667%;
    }
    .xlarge-margin-collapse > .small-3 {
        width: 6.25%;
    }
    .xlarge-margin-collapse > .small-4 {
        width: 8.3333333333%;
    }
    .xlarge-margin-collapse > .small-5 {
        width: 10.4166666667%;
    }
    .xlarge-margin-collapse > .small-6 {
        width: 12.5%;
    }
    .xlarge-margin-collapse > .small-7 {
        width: 14.5833333333%;
    }
    .xlarge-margin-collapse > .small-8 {
        width: 16.6666666667%;
    }
    .xlarge-margin-collapse > .small-9 {
        width: 18.75%;
    }
    .xlarge-margin-collapse > .small-10 {
        width: 20.8333333333%;
    }
    .xlarge-margin-collapse > .small-11 {
        width: 22.9166666667%;
    }
    .xlarge-margin-collapse > .small-12 {
        width: 25%;
    }
    .xlarge-margin-collapse > .small-13 {
        width: 27.0833333333%;
    }
    .xlarge-margin-collapse > .small-14 {
        width: 29.1666666667%;
    }
    .xlarge-margin-collapse > .small-15 {
        width: 31.25%;
    }
    .xlarge-margin-collapse > .small-16 {
        width: 33.3333333333%;
    }
    .xlarge-margin-collapse > .small-17 {
        width: 35.4166666667%;
    }
    .xlarge-margin-collapse > .small-18 {
        width: 37.5%;
    }
    .xlarge-margin-collapse > .small-19 {
        width: 39.5833333333%;
    }
    .xlarge-margin-collapse > .small-20 {
        width: 41.6666666667%;
    }
    .xlarge-margin-collapse > .small-21 {
        width: 43.75%;
    }
    .xlarge-margin-collapse > .small-22 {
        width: 45.8333333333%;
    }
    .xlarge-margin-collapse > .small-23 {
        width: 47.9166666667%;
    }
    .xlarge-margin-collapse > .small-24 {
        width: 50%;
    }
    .xlarge-margin-collapse > .small-25 {
        width: 52.0833333333%;
    }
    .xlarge-margin-collapse > .small-26 {
        width: 54.1666666667%;
    }
    .xlarge-margin-collapse > .small-27 {
        width: 56.25%;
    }
    .xlarge-margin-collapse > .small-28 {
        width: 58.3333333333%;
    }
    .xlarge-margin-collapse > .small-29 {
        width: 60.4166666667%;
    }
    .xlarge-margin-collapse > .small-30 {
        width: 62.5%;
    }
    .xlarge-margin-collapse > .small-31 {
        width: 64.5833333333%;
    }
    .xlarge-margin-collapse > .small-32 {
        width: 66.6666666667%;
    }
    .xlarge-margin-collapse > .small-33 {
        width: 68.75%;
    }
    .xlarge-margin-collapse > .small-34 {
        width: 70.8333333333%;
    }
    .xlarge-margin-collapse > .small-35 {
        width: 72.9166666667%;
    }
    .xlarge-margin-collapse > .small-36 {
        width: 75%;
    }
    .xlarge-margin-collapse > .small-37 {
        width: 77.0833333333%;
    }
    .xlarge-margin-collapse > .small-38 {
        width: 79.1666666667%;
    }
    .xlarge-margin-collapse > .small-39 {
        width: 81.25%;
    }
    .xlarge-margin-collapse > .small-40 {
        width: 83.3333333333%;
    }
    .xlarge-margin-collapse > .small-41 {
        width: 85.4166666667%;
    }
    .xlarge-margin-collapse > .small-42 {
        width: 87.5%;
    }
    .xlarge-margin-collapse > .small-43 {
        width: 89.5833333333%;
    }
    .xlarge-margin-collapse > .small-44 {
        width: 91.6666666667%;
    }
    .xlarge-margin-collapse > .small-45 {
        width: 93.75%;
    }
    .xlarge-margin-collapse > .small-46 {
        width: 95.8333333333%;
    }
    .xlarge-margin-collapse > .small-47 {
        width: 97.9166666667%;
    }
    .xlarge-margin-collapse > .small-48 {
        width: 100%;
    }
    .xlarge-margin-collapse > .medium-1 {
        width: 2.0833333333%;
    }
    .xlarge-margin-collapse > .medium-2 {
        width: 4.1666666667%;
    }
    .xlarge-margin-collapse > .medium-3 {
        width: 6.25%;
    }
    .xlarge-margin-collapse > .medium-4 {
        width: 8.3333333333%;
    }
    .xlarge-margin-collapse > .medium-5 {
        width: 10.4166666667%;
    }
    .xlarge-margin-collapse > .medium-6 {
        width: 12.5%;
    }
    .xlarge-margin-collapse > .medium-7 {
        width: 14.5833333333%;
    }
    .xlarge-margin-collapse > .medium-8 {
        width: 16.6666666667%;
    }
    .xlarge-margin-collapse > .medium-9 {
        width: 18.75%;
    }
    .xlarge-margin-collapse > .medium-10 {
        width: 20.8333333333%;
    }
    .xlarge-margin-collapse > .medium-11 {
        width: 22.9166666667%;
    }
    .xlarge-margin-collapse > .medium-12 {
        width: 25%;
    }
    .xlarge-margin-collapse > .medium-13 {
        width: 27.0833333333%;
    }
    .xlarge-margin-collapse > .medium-14 {
        width: 29.1666666667%;
    }
    .xlarge-margin-collapse > .medium-15 {
        width: 31.25%;
    }
    .xlarge-margin-collapse > .medium-16 {
        width: 33.3333333333%;
    }
    .xlarge-margin-collapse > .medium-17 {
        width: 35.4166666667%;
    }
    .xlarge-margin-collapse > .medium-18 {
        width: 37.5%;
    }
    .xlarge-margin-collapse > .medium-19 {
        width: 39.5833333333%;
    }
    .xlarge-margin-collapse > .medium-20 {
        width: 41.6666666667%;
    }
    .xlarge-margin-collapse > .medium-21 {
        width: 43.75%;
    }
    .xlarge-margin-collapse > .medium-22 {
        width: 45.8333333333%;
    }
    .xlarge-margin-collapse > .medium-23 {
        width: 47.9166666667%;
    }
    .xlarge-margin-collapse > .medium-24 {
        width: 50%;
    }
    .xlarge-margin-collapse > .medium-25 {
        width: 52.0833333333%;
    }
    .xlarge-margin-collapse > .medium-26 {
        width: 54.1666666667%;
    }
    .xlarge-margin-collapse > .medium-27 {
        width: 56.25%;
    }
    .xlarge-margin-collapse > .medium-28 {
        width: 58.3333333333%;
    }
    .xlarge-margin-collapse > .medium-29 {
        width: 60.4166666667%;
    }
    .xlarge-margin-collapse > .medium-30 {
        width: 62.5%;
    }
    .xlarge-margin-collapse > .medium-31 {
        width: 64.5833333333%;
    }
    .xlarge-margin-collapse > .medium-32 {
        width: 66.6666666667%;
    }
    .xlarge-margin-collapse > .medium-33 {
        width: 68.75%;
    }
    .xlarge-margin-collapse > .medium-34 {
        width: 70.8333333333%;
    }
    .xlarge-margin-collapse > .medium-35 {
        width: 72.9166666667%;
    }
    .xlarge-margin-collapse > .medium-36 {
        width: 75%;
    }
    .xlarge-margin-collapse > .medium-37 {
        width: 77.0833333333%;
    }
    .xlarge-margin-collapse > .medium-38 {
        width: 79.1666666667%;
    }
    .xlarge-margin-collapse > .medium-39 {
        width: 81.25%;
    }
    .xlarge-margin-collapse > .medium-40 {
        width: 83.3333333333%;
    }
    .xlarge-margin-collapse > .medium-41 {
        width: 85.4166666667%;
    }
    .xlarge-margin-collapse > .medium-42 {
        width: 87.5%;
    }
    .xlarge-margin-collapse > .medium-43 {
        width: 89.5833333333%;
    }
    .xlarge-margin-collapse > .medium-44 {
        width: 91.6666666667%;
    }
    .xlarge-margin-collapse > .medium-45 {
        width: 93.75%;
    }
    .xlarge-margin-collapse > .medium-46 {
        width: 95.8333333333%;
    }
    .xlarge-margin-collapse > .medium-47 {
        width: 97.9166666667%;
    }
    .xlarge-margin-collapse > .medium-48 {
        width: 100%;
    }
    .xlarge-margin-collapse > .large-1 {
        width: 2.0833333333%;
    }
    .xlarge-margin-collapse > .large-2 {
        width: 4.1666666667%;
    }
    .xlarge-margin-collapse > .large-3 {
        width: 6.25%;
    }
    .xlarge-margin-collapse > .large-4 {
        width: 8.3333333333%;
    }
    .xlarge-margin-collapse > .large-5 {
        width: 10.4166666667%;
    }
    .xlarge-margin-collapse > .large-6 {
        width: 12.5%;
    }
    .xlarge-margin-collapse > .large-7 {
        width: 14.5833333333%;
    }
    .xlarge-margin-collapse > .large-8 {
        width: 16.6666666667%;
    }
    .xlarge-margin-collapse > .large-9 {
        width: 18.75%;
    }
    .xlarge-margin-collapse > .large-10 {
        width: 20.8333333333%;
    }
    .xlarge-margin-collapse > .large-11 {
        width: 22.9166666667%;
    }
    .xlarge-margin-collapse > .large-12 {
        width: 25%;
    }
    .xlarge-margin-collapse > .large-13 {
        width: 27.0833333333%;
    }
    .xlarge-margin-collapse > .large-14 {
        width: 29.1666666667%;
    }
    .xlarge-margin-collapse > .large-15 {
        width: 31.25%;
    }
    .xlarge-margin-collapse > .large-16 {
        width: 33.3333333333%;
    }
    .xlarge-margin-collapse > .large-17 {
        width: 35.4166666667%;
    }
    .xlarge-margin-collapse > .large-18 {
        width: 37.5%;
    }
    .xlarge-margin-collapse > .large-19 {
        width: 39.5833333333%;
    }
    .xlarge-margin-collapse > .large-20 {
        width: 41.6666666667%;
    }
    .xlarge-margin-collapse > .large-21 {
        width: 43.75%;
    }
    .xlarge-margin-collapse > .large-22 {
        width: 45.8333333333%;
    }
    .xlarge-margin-collapse > .large-23 {
        width: 47.9166666667%;
    }
    .xlarge-margin-collapse > .large-24 {
        width: 50%;
    }
    .xlarge-margin-collapse > .large-25 {
        width: 52.0833333333%;
    }
    .xlarge-margin-collapse > .large-26 {
        width: 54.1666666667%;
    }
    .xlarge-margin-collapse > .large-27 {
        width: 56.25%;
    }
    .xlarge-margin-collapse > .large-28 {
        width: 58.3333333333%;
    }
    .xlarge-margin-collapse > .large-29 {
        width: 60.4166666667%;
    }
    .xlarge-margin-collapse > .large-30 {
        width: 62.5%;
    }
    .xlarge-margin-collapse > .large-31 {
        width: 64.5833333333%;
    }
    .xlarge-margin-collapse > .large-32 {
        width: 66.6666666667%;
    }
    .xlarge-margin-collapse > .large-33 {
        width: 68.75%;
    }
    .xlarge-margin-collapse > .large-34 {
        width: 70.8333333333%;
    }
    .xlarge-margin-collapse > .large-35 {
        width: 72.9166666667%;
    }
    .xlarge-margin-collapse > .large-36 {
        width: 75%;
    }
    .xlarge-margin-collapse > .large-37 {
        width: 77.0833333333%;
    }
    .xlarge-margin-collapse > .large-38 {
        width: 79.1666666667%;
    }
    .xlarge-margin-collapse > .large-39 {
        width: 81.25%;
    }
    .xlarge-margin-collapse > .large-40 {
        width: 83.3333333333%;
    }
    .xlarge-margin-collapse > .large-41 {
        width: 85.4166666667%;
    }
    .xlarge-margin-collapse > .large-42 {
        width: 87.5%;
    }
    .xlarge-margin-collapse > .large-43 {
        width: 89.5833333333%;
    }
    .xlarge-margin-collapse > .large-44 {
        width: 91.6666666667%;
    }
    .xlarge-margin-collapse > .large-45 {
        width: 93.75%;
    }
    .xlarge-margin-collapse > .large-46 {
        width: 95.8333333333%;
    }
    .xlarge-margin-collapse > .large-47 {
        width: 97.9166666667%;
    }
    .xlarge-margin-collapse > .large-48 {
        width: 100%;
    }
    .xlarge-margin-collapse > .xlarge-1 {
        width: 2.0833333333%;
    }
    .xlarge-margin-collapse > .xlarge-2 {
        width: 4.1666666667%;
    }
    .xlarge-margin-collapse > .xlarge-3 {
        width: 6.25%;
    }
    .xlarge-margin-collapse > .xlarge-4 {
        width: 8.3333333333%;
    }
    .xlarge-margin-collapse > .xlarge-5 {
        width: 10.4166666667%;
    }
    .xlarge-margin-collapse > .xlarge-6 {
        width: 12.5%;
    }
    .xlarge-margin-collapse > .xlarge-7 {
        width: 14.5833333333%;
    }
    .xlarge-margin-collapse > .xlarge-8 {
        width: 16.6666666667%;
    }
    .xlarge-margin-collapse > .xlarge-9 {
        width: 18.75%;
    }
    .xlarge-margin-collapse > .xlarge-10 {
        width: 20.8333333333%;
    }
    .xlarge-margin-collapse > .xlarge-11 {
        width: 22.9166666667%;
    }
    .xlarge-margin-collapse > .xlarge-12 {
        width: 25%;
    }
    .xlarge-margin-collapse > .xlarge-13 {
        width: 27.0833333333%;
    }
    .xlarge-margin-collapse > .xlarge-14 {
        width: 29.1666666667%;
    }
    .xlarge-margin-collapse > .xlarge-15 {
        width: 31.25%;
    }
    .xlarge-margin-collapse > .xlarge-16 {
        width: 33.3333333333%;
    }
    .xlarge-margin-collapse > .xlarge-17 {
        width: 35.4166666667%;
    }
    .xlarge-margin-collapse > .xlarge-18 {
        width: 37.5%;
    }
    .xlarge-margin-collapse > .xlarge-19 {
        width: 39.5833333333%;
    }
    .xlarge-margin-collapse > .xlarge-20 {
        width: 41.6666666667%;
    }
    .xlarge-margin-collapse > .xlarge-21 {
        width: 43.75%;
    }
    .xlarge-margin-collapse > .xlarge-22 {
        width: 45.8333333333%;
    }
    .xlarge-margin-collapse > .xlarge-23 {
        width: 47.9166666667%;
    }
    .xlarge-margin-collapse > .xlarge-24 {
        width: 50%;
    }
    .xlarge-margin-collapse > .xlarge-25 {
        width: 52.0833333333%;
    }
    .xlarge-margin-collapse > .xlarge-26 {
        width: 54.1666666667%;
    }
    .xlarge-margin-collapse > .xlarge-27 {
        width: 56.25%;
    }
    .xlarge-margin-collapse > .xlarge-28 {
        width: 58.3333333333%;
    }
    .xlarge-margin-collapse > .xlarge-29 {
        width: 60.4166666667%;
    }
    .xlarge-margin-collapse > .xlarge-30 {
        width: 62.5%;
    }
    .xlarge-margin-collapse > .xlarge-31 {
        width: 64.5833333333%;
    }
    .xlarge-margin-collapse > .xlarge-32 {
        width: 66.6666666667%;
    }
    .xlarge-margin-collapse > .xlarge-33 {
        width: 68.75%;
    }
    .xlarge-margin-collapse > .xlarge-34 {
        width: 70.8333333333%;
    }
    .xlarge-margin-collapse > .xlarge-35 {
        width: 72.9166666667%;
    }
    .xlarge-margin-collapse > .xlarge-36 {
        width: 75%;
    }
    .xlarge-margin-collapse > .xlarge-37 {
        width: 77.0833333333%;
    }
    .xlarge-margin-collapse > .xlarge-38 {
        width: 79.1666666667%;
    }
    .xlarge-margin-collapse > .xlarge-39 {
        width: 81.25%;
    }
    .xlarge-margin-collapse > .xlarge-40 {
        width: 83.3333333333%;
    }
    .xlarge-margin-collapse > .xlarge-41 {
        width: 85.4166666667%;
    }
    .xlarge-margin-collapse > .xlarge-42 {
        width: 87.5%;
    }
    .xlarge-margin-collapse > .xlarge-43 {
        width: 89.5833333333%;
    }
    .xlarge-margin-collapse > .xlarge-44 {
        width: 91.6666666667%;
    }
    .xlarge-margin-collapse > .xlarge-45 {
        width: 93.75%;
    }
    .xlarge-margin-collapse > .xlarge-46 {
        width: 95.8333333333%;
    }
    .xlarge-margin-collapse > .xlarge-47 {
        width: 97.9166666667%;
    }
    .xlarge-margin-collapse > .xlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-3 {
        width: 6.25%;
    }
    .xlarge-margin-collapse > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-6 {
        width: 12.5%;
    }
    .xlarge-margin-collapse > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-9 {
        width: 18.75%;
    }
    .xlarge-margin-collapse > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-12 {
        width: 25%;
    }
    .xlarge-margin-collapse > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-15 {
        width: 31.25%;
    }
    .xlarge-margin-collapse > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-18 {
        width: 37.5%;
    }
    .xlarge-margin-collapse > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-21 {
        width: 43.75%;
    }
    .xlarge-margin-collapse > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-24 {
        width: 50%;
    }
    .xlarge-margin-collapse > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-27 {
        width: 56.25%;
    }
    .xlarge-margin-collapse > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-30 {
        width: 62.5%;
    }
    .xlarge-margin-collapse > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-33 {
        width: 68.75%;
    }
    .xlarge-margin-collapse > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-36 {
        width: 75%;
    }
    .xlarge-margin-collapse > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-39 {
        width: 81.25%;
    }
    .xlarge-margin-collapse > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-42 {
        width: 87.5%;
    }
    .xlarge-margin-collapse > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .xlarge-margin-collapse > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .xlarge-margin-collapse > .xxlarge-45 {
        width: 93.75%;
    }
    .xlarge-margin-collapse > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .xlarge-margin-collapse > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .xlarge-margin-collapse > .xxlarge-48 {
        width: 100%;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .xlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 93.75em) {
    .xxlarge-margin-collapse,
    .xxlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0;
    }
    .xxlarge-margin-collapse > .small-1 {
        width: 2.0833333333%;
    }
    .xxlarge-margin-collapse > .small-2 {
        width: 4.1666666667%;
    }
    .xxlarge-margin-collapse > .small-3 {
        width: 6.25%;
    }
    .xxlarge-margin-collapse > .small-4 {
        width: 8.3333333333%;
    }
    .xxlarge-margin-collapse > .small-5 {
        width: 10.4166666667%;
    }
    .xxlarge-margin-collapse > .small-6 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse > .small-7 {
        width: 14.5833333333%;
    }
    .xxlarge-margin-collapse > .small-8 {
        width: 16.6666666667%;
    }
    .xxlarge-margin-collapse > .small-9 {
        width: 18.75%;
    }
    .xxlarge-margin-collapse > .small-10 {
        width: 20.8333333333%;
    }
    .xxlarge-margin-collapse > .small-11 {
        width: 22.9166666667%;
    }
    .xxlarge-margin-collapse > .small-12 {
        width: 25%;
    }
    .xxlarge-margin-collapse > .small-13 {
        width: 27.0833333333%;
    }
    .xxlarge-margin-collapse > .small-14 {
        width: 29.1666666667%;
    }
    .xxlarge-margin-collapse > .small-15 {
        width: 31.25%;
    }
    .xxlarge-margin-collapse > .small-16 {
        width: 33.3333333333%;
    }
    .xxlarge-margin-collapse > .small-17 {
        width: 35.4166666667%;
    }
    .xxlarge-margin-collapse > .small-18 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse > .small-19 {
        width: 39.5833333333%;
    }
    .xxlarge-margin-collapse > .small-20 {
        width: 41.6666666667%;
    }
    .xxlarge-margin-collapse > .small-21 {
        width: 43.75%;
    }
    .xxlarge-margin-collapse > .small-22 {
        width: 45.8333333333%;
    }
    .xxlarge-margin-collapse > .small-23 {
        width: 47.9166666667%;
    }
    .xxlarge-margin-collapse > .small-24 {
        width: 50%;
    }
    .xxlarge-margin-collapse > .small-25 {
        width: 52.0833333333%;
    }
    .xxlarge-margin-collapse > .small-26 {
        width: 54.1666666667%;
    }
    .xxlarge-margin-collapse > .small-27 {
        width: 56.25%;
    }
    .xxlarge-margin-collapse > .small-28 {
        width: 58.3333333333%;
    }
    .xxlarge-margin-collapse > .small-29 {
        width: 60.4166666667%;
    }
    .xxlarge-margin-collapse > .small-30 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse > .small-31 {
        width: 64.5833333333%;
    }
    .xxlarge-margin-collapse > .small-32 {
        width: 66.6666666667%;
    }
    .xxlarge-margin-collapse > .small-33 {
        width: 68.75%;
    }
    .xxlarge-margin-collapse > .small-34 {
        width: 70.8333333333%;
    }
    .xxlarge-margin-collapse > .small-35 {
        width: 72.9166666667%;
    }
    .xxlarge-margin-collapse > .small-36 {
        width: 75%;
    }
    .xxlarge-margin-collapse > .small-37 {
        width: 77.0833333333%;
    }
    .xxlarge-margin-collapse > .small-38 {
        width: 79.1666666667%;
    }
    .xxlarge-margin-collapse > .small-39 {
        width: 81.25%;
    }
    .xxlarge-margin-collapse > .small-40 {
        width: 83.3333333333%;
    }
    .xxlarge-margin-collapse > .small-41 {
        width: 85.4166666667%;
    }
    .xxlarge-margin-collapse > .small-42 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse > .small-43 {
        width: 89.5833333333%;
    }
    .xxlarge-margin-collapse > .small-44 {
        width: 91.6666666667%;
    }
    .xxlarge-margin-collapse > .small-45 {
        width: 93.75%;
    }
    .xxlarge-margin-collapse > .small-46 {
        width: 95.8333333333%;
    }
    .xxlarge-margin-collapse > .small-47 {
        width: 97.9166666667%;
    }
    .xxlarge-margin-collapse > .small-48 {
        width: 100%;
    }
    .xxlarge-margin-collapse > .medium-1 {
        width: 2.0833333333%;
    }
    .xxlarge-margin-collapse > .medium-2 {
        width: 4.1666666667%;
    }
    .xxlarge-margin-collapse > .medium-3 {
        width: 6.25%;
    }
    .xxlarge-margin-collapse > .medium-4 {
        width: 8.3333333333%;
    }
    .xxlarge-margin-collapse > .medium-5 {
        width: 10.4166666667%;
    }
    .xxlarge-margin-collapse > .medium-6 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse > .medium-7 {
        width: 14.5833333333%;
    }
    .xxlarge-margin-collapse > .medium-8 {
        width: 16.6666666667%;
    }
    .xxlarge-margin-collapse > .medium-9 {
        width: 18.75%;
    }
    .xxlarge-margin-collapse > .medium-10 {
        width: 20.8333333333%;
    }
    .xxlarge-margin-collapse > .medium-11 {
        width: 22.9166666667%;
    }
    .xxlarge-margin-collapse > .medium-12 {
        width: 25%;
    }
    .xxlarge-margin-collapse > .medium-13 {
        width: 27.0833333333%;
    }
    .xxlarge-margin-collapse > .medium-14 {
        width: 29.1666666667%;
    }
    .xxlarge-margin-collapse > .medium-15 {
        width: 31.25%;
    }
    .xxlarge-margin-collapse > .medium-16 {
        width: 33.3333333333%;
    }
    .xxlarge-margin-collapse > .medium-17 {
        width: 35.4166666667%;
    }
    .xxlarge-margin-collapse > .medium-18 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse > .medium-19 {
        width: 39.5833333333%;
    }
    .xxlarge-margin-collapse > .medium-20 {
        width: 41.6666666667%;
    }
    .xxlarge-margin-collapse > .medium-21 {
        width: 43.75%;
    }
    .xxlarge-margin-collapse > .medium-22 {
        width: 45.8333333333%;
    }
    .xxlarge-margin-collapse > .medium-23 {
        width: 47.9166666667%;
    }
    .xxlarge-margin-collapse > .medium-24 {
        width: 50%;
    }
    .xxlarge-margin-collapse > .medium-25 {
        width: 52.0833333333%;
    }
    .xxlarge-margin-collapse > .medium-26 {
        width: 54.1666666667%;
    }
    .xxlarge-margin-collapse > .medium-27 {
        width: 56.25%;
    }
    .xxlarge-margin-collapse > .medium-28 {
        width: 58.3333333333%;
    }
    .xxlarge-margin-collapse > .medium-29 {
        width: 60.4166666667%;
    }
    .xxlarge-margin-collapse > .medium-30 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse > .medium-31 {
        width: 64.5833333333%;
    }
    .xxlarge-margin-collapse > .medium-32 {
        width: 66.6666666667%;
    }
    .xxlarge-margin-collapse > .medium-33 {
        width: 68.75%;
    }
    .xxlarge-margin-collapse > .medium-34 {
        width: 70.8333333333%;
    }
    .xxlarge-margin-collapse > .medium-35 {
        width: 72.9166666667%;
    }
    .xxlarge-margin-collapse > .medium-36 {
        width: 75%;
    }
    .xxlarge-margin-collapse > .medium-37 {
        width: 77.0833333333%;
    }
    .xxlarge-margin-collapse > .medium-38 {
        width: 79.1666666667%;
    }
    .xxlarge-margin-collapse > .medium-39 {
        width: 81.25%;
    }
    .xxlarge-margin-collapse > .medium-40 {
        width: 83.3333333333%;
    }
    .xxlarge-margin-collapse > .medium-41 {
        width: 85.4166666667%;
    }
    .xxlarge-margin-collapse > .medium-42 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse > .medium-43 {
        width: 89.5833333333%;
    }
    .xxlarge-margin-collapse > .medium-44 {
        width: 91.6666666667%;
    }
    .xxlarge-margin-collapse > .medium-45 {
        width: 93.75%;
    }
    .xxlarge-margin-collapse > .medium-46 {
        width: 95.8333333333%;
    }
    .xxlarge-margin-collapse > .medium-47 {
        width: 97.9166666667%;
    }
    .xxlarge-margin-collapse > .medium-48 {
        width: 100%;
    }
    .xxlarge-margin-collapse > .large-1 {
        width: 2.0833333333%;
    }
    .xxlarge-margin-collapse > .large-2 {
        width: 4.1666666667%;
    }
    .xxlarge-margin-collapse > .large-3 {
        width: 6.25%;
    }
    .xxlarge-margin-collapse > .large-4 {
        width: 8.3333333333%;
    }
    .xxlarge-margin-collapse > .large-5 {
        width: 10.4166666667%;
    }
    .xxlarge-margin-collapse > .large-6 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse > .large-7 {
        width: 14.5833333333%;
    }
    .xxlarge-margin-collapse > .large-8 {
        width: 16.6666666667%;
    }
    .xxlarge-margin-collapse > .large-9 {
        width: 18.75%;
    }
    .xxlarge-margin-collapse > .large-10 {
        width: 20.8333333333%;
    }
    .xxlarge-margin-collapse > .large-11 {
        width: 22.9166666667%;
    }
    .xxlarge-margin-collapse > .large-12 {
        width: 25%;
    }
    .xxlarge-margin-collapse > .large-13 {
        width: 27.0833333333%;
    }
    .xxlarge-margin-collapse > .large-14 {
        width: 29.1666666667%;
    }
    .xxlarge-margin-collapse > .large-15 {
        width: 31.25%;
    }
    .xxlarge-margin-collapse > .large-16 {
        width: 33.3333333333%;
    }
    .xxlarge-margin-collapse > .large-17 {
        width: 35.4166666667%;
    }
    .xxlarge-margin-collapse > .large-18 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse > .large-19 {
        width: 39.5833333333%;
    }
    .xxlarge-margin-collapse > .large-20 {
        width: 41.6666666667%;
    }
    .xxlarge-margin-collapse > .large-21 {
        width: 43.75%;
    }
    .xxlarge-margin-collapse > .large-22 {
        width: 45.8333333333%;
    }
    .xxlarge-margin-collapse > .large-23 {
        width: 47.9166666667%;
    }
    .xxlarge-margin-collapse > .large-24 {
        width: 50%;
    }
    .xxlarge-margin-collapse > .large-25 {
        width: 52.0833333333%;
    }
    .xxlarge-margin-collapse > .large-26 {
        width: 54.1666666667%;
    }
    .xxlarge-margin-collapse > .large-27 {
        width: 56.25%;
    }
    .xxlarge-margin-collapse > .large-28 {
        width: 58.3333333333%;
    }
    .xxlarge-margin-collapse > .large-29 {
        width: 60.4166666667%;
    }
    .xxlarge-margin-collapse > .large-30 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse > .large-31 {
        width: 64.5833333333%;
    }
    .xxlarge-margin-collapse > .large-32 {
        width: 66.6666666667%;
    }
    .xxlarge-margin-collapse > .large-33 {
        width: 68.75%;
    }
    .xxlarge-margin-collapse > .large-34 {
        width: 70.8333333333%;
    }
    .xxlarge-margin-collapse > .large-35 {
        width: 72.9166666667%;
    }
    .xxlarge-margin-collapse > .large-36 {
        width: 75%;
    }
    .xxlarge-margin-collapse > .large-37 {
        width: 77.0833333333%;
    }
    .xxlarge-margin-collapse > .large-38 {
        width: 79.1666666667%;
    }
    .xxlarge-margin-collapse > .large-39 {
        width: 81.25%;
    }
    .xxlarge-margin-collapse > .large-40 {
        width: 83.3333333333%;
    }
    .xxlarge-margin-collapse > .large-41 {
        width: 85.4166666667%;
    }
    .xxlarge-margin-collapse > .large-42 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse > .large-43 {
        width: 89.5833333333%;
    }
    .xxlarge-margin-collapse > .large-44 {
        width: 91.6666666667%;
    }
    .xxlarge-margin-collapse > .large-45 {
        width: 93.75%;
    }
    .xxlarge-margin-collapse > .large-46 {
        width: 95.8333333333%;
    }
    .xxlarge-margin-collapse > .large-47 {
        width: 97.9166666667%;
    }
    .xxlarge-margin-collapse > .large-48 {
        width: 100%;
    }
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 2.0833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-2 {
        width: 4.1666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-3 {
        width: 6.25%;
    }
    .xxlarge-margin-collapse > .xlarge-4 {
        width: 8.3333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-5 {
        width: 10.4166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-6 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse > .xlarge-7 {
        width: 14.5833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-8 {
        width: 16.6666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-9 {
        width: 18.75%;
    }
    .xxlarge-margin-collapse > .xlarge-10 {
        width: 20.8333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-11 {
        width: 22.9166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-12 {
        width: 25%;
    }
    .xxlarge-margin-collapse > .xlarge-13 {
        width: 27.0833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-14 {
        width: 29.1666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-15 {
        width: 31.25%;
    }
    .xxlarge-margin-collapse > .xlarge-16 {
        width: 33.3333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-17 {
        width: 35.4166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-18 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse > .xlarge-19 {
        width: 39.5833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-20 {
        width: 41.6666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-21 {
        width: 43.75%;
    }
    .xxlarge-margin-collapse > .xlarge-22 {
        width: 45.8333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-23 {
        width: 47.9166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-24 {
        width: 50%;
    }
    .xxlarge-margin-collapse > .xlarge-25 {
        width: 52.0833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-26 {
        width: 54.1666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-27 {
        width: 56.25%;
    }
    .xxlarge-margin-collapse > .xlarge-28 {
        width: 58.3333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-29 {
        width: 60.4166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-30 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse > .xlarge-31 {
        width: 64.5833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-32 {
        width: 66.6666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-33 {
        width: 68.75%;
    }
    .xxlarge-margin-collapse > .xlarge-34 {
        width: 70.8333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-35 {
        width: 72.9166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-36 {
        width: 75%;
    }
    .xxlarge-margin-collapse > .xlarge-37 {
        width: 77.0833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-38 {
        width: 79.1666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-39 {
        width: 81.25%;
    }
    .xxlarge-margin-collapse > .xlarge-40 {
        width: 83.3333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-41 {
        width: 85.4166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-42 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse > .xlarge-43 {
        width: 89.5833333333%;
    }
    .xxlarge-margin-collapse > .xlarge-44 {
        width: 91.6666666667%;
    }
    .xxlarge-margin-collapse > .xlarge-45 {
        width: 93.75%;
    }
    .xxlarge-margin-collapse > .xlarge-46 {
        width: 95.8333333333%;
    }
    .xxlarge-margin-collapse > .xlarge-47 {
        width: 97.9166666667%;
    }
    .xxlarge-margin-collapse > .xlarge-48 {
        width: 100%;
    }
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 2.0833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 4.1666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 6.25%;
    }
    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 8.3333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 10.4166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 14.5833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 16.6666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 18.75%;
    }
    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 20.8333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 22.9166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 25%;
    }
    .xxlarge-margin-collapse > .xxlarge-13 {
        width: 27.0833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-14 {
        width: 29.1666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-15 {
        width: 31.25%;
    }
    .xxlarge-margin-collapse > .xxlarge-16 {
        width: 33.3333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-17 {
        width: 35.4166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-18 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse > .xxlarge-19 {
        width: 39.5833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-20 {
        width: 41.6666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-21 {
        width: 43.75%;
    }
    .xxlarge-margin-collapse > .xxlarge-22 {
        width: 45.8333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-23 {
        width: 47.9166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-24 {
        width: 50%;
    }
    .xxlarge-margin-collapse > .xxlarge-25 {
        width: 52.0833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-26 {
        width: 54.1666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-27 {
        width: 56.25%;
    }
    .xxlarge-margin-collapse > .xxlarge-28 {
        width: 58.3333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-29 {
        width: 60.4166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-30 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse > .xxlarge-31 {
        width: 64.5833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-32 {
        width: 66.6666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-33 {
        width: 68.75%;
    }
    .xxlarge-margin-collapse > .xxlarge-34 {
        width: 70.8333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-35 {
        width: 72.9166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-36 {
        width: 75%;
    }
    .xxlarge-margin-collapse > .xxlarge-37 {
        width: 77.0833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-38 {
        width: 79.1666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-39 {
        width: 81.25%;
    }
    .xxlarge-margin-collapse > .xxlarge-40 {
        width: 83.3333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-41 {
        width: 85.4166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-42 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse > .xxlarge-43 {
        width: 89.5833333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-44 {
        width: 91.6666666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-45 {
        width: 93.75%;
    }
    .xxlarge-margin-collapse > .xxlarge-46 {
        width: 95.8333333333%;
    }
    .xxlarge-margin-collapse > .xxlarge-47 {
        width: 97.9166666667%;
    }
    .xxlarge-margin-collapse > .xxlarge-48 {
        width: 100%;
    }
    .xxlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .xxlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
}
.small-offset-0 {
    margin-left: 0;
}
.grid-margin-x > .small-offset-0 {
    margin-left: 0.27778rem;
}
.small-offset-1 {
    margin-left: 2.0833333333%;
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(2.08333% + 0.27778rem);
}
.small-offset-2 {
    margin-left: 4.1666666667%;
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(4.16667% + 0.27778rem);
}
.small-offset-3 {
    margin-left: 6.25%;
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(6.25% + 0.27778rem);
}
.small-offset-4 {
    margin-left: 8.3333333333%;
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(8.33333% + 0.27778rem);
}
.small-offset-5 {
    margin-left: 10.4166666667%;
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(10.41667% + 0.27778rem);
}
.small-offset-6 {
    margin-left: 12.5%;
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(12.5% + 0.27778rem);
}
.small-offset-7 {
    margin-left: 14.5833333333%;
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(14.58333% + 0.27778rem);
}
.small-offset-8 {
    margin-left: 16.6666666667%;
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(16.66667% + 0.27778rem);
}
.small-offset-9 {
    margin-left: 18.75%;
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(18.75% + 0.27778rem);
}
.small-offset-10 {
    margin-left: 20.8333333333%;
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(20.83333% + 0.27778rem);
}
.small-offset-11 {
    margin-left: 22.9166666667%;
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(22.91667% + 0.27778rem);
}
.small-offset-12 {
    margin-left: 25%;
}
.grid-margin-x > .small-offset-12 {
    margin-left: calc(25% + 0.27778rem);
}
.small-offset-13 {
    margin-left: 27.0833333333%;
}
.grid-margin-x > .small-offset-13 {
    margin-left: calc(27.08333% + 0.27778rem);
}
.small-offset-14 {
    margin-left: 29.1666666667%;
}
.grid-margin-x > .small-offset-14 {
    margin-left: calc(29.16667% + 0.27778rem);
}
.small-offset-15 {
    margin-left: 31.25%;
}
.grid-margin-x > .small-offset-15 {
    margin-left: calc(31.25% + 0.27778rem);
}
.small-offset-16 {
    margin-left: 33.3333333333%;
}
.grid-margin-x > .small-offset-16 {
    margin-left: calc(33.33333% + 0.27778rem);
}
.small-offset-17 {
    margin-left: 35.4166666667%;
}
.grid-margin-x > .small-offset-17 {
    margin-left: calc(35.41667% + 0.27778rem);
}
.small-offset-18 {
    margin-left: 37.5%;
}
.grid-margin-x > .small-offset-18 {
    margin-left: calc(37.5% + 0.27778rem);
}
.small-offset-19 {
    margin-left: 39.5833333333%;
}
.grid-margin-x > .small-offset-19 {
    margin-left: calc(39.58333% + 0.27778rem);
}
.small-offset-20 {
    margin-left: 41.6666666667%;
}
.grid-margin-x > .small-offset-20 {
    margin-left: calc(41.66667% + 0.27778rem);
}
.small-offset-21 {
    margin-left: 43.75%;
}
.grid-margin-x > .small-offset-21 {
    margin-left: calc(43.75% + 0.27778rem);
}
.small-offset-22 {
    margin-left: 45.8333333333%;
}
.grid-margin-x > .small-offset-22 {
    margin-left: calc(45.83333% + 0.27778rem);
}
.small-offset-23 {
    margin-left: 47.9166666667%;
}
.grid-margin-x > .small-offset-23 {
    margin-left: calc(47.91667% + 0.27778rem);
}
.small-offset-24 {
    margin-left: 50%;
}
.grid-margin-x > .small-offset-24 {
    margin-left: calc(50% + 0.27778rem);
}
.small-offset-25 {
    margin-left: 52.0833333333%;
}
.grid-margin-x > .small-offset-25 {
    margin-left: calc(52.08333% + 0.27778rem);
}
.small-offset-26 {
    margin-left: 54.1666666667%;
}
.grid-margin-x > .small-offset-26 {
    margin-left: calc(54.16667% + 0.27778rem);
}
.small-offset-27 {
    margin-left: 56.25%;
}
.grid-margin-x > .small-offset-27 {
    margin-left: calc(56.25% + 0.27778rem);
}
.small-offset-28 {
    margin-left: 58.3333333333%;
}
.grid-margin-x > .small-offset-28 {
    margin-left: calc(58.33333% + 0.27778rem);
}
.small-offset-29 {
    margin-left: 60.4166666667%;
}
.grid-margin-x > .small-offset-29 {
    margin-left: calc(60.41667% + 0.27778rem);
}
.small-offset-30 {
    margin-left: 62.5%;
}
.grid-margin-x > .small-offset-30 {
    margin-left: calc(62.5% + 0.27778rem);
}
.small-offset-31 {
    margin-left: 64.5833333333%;
}
.grid-margin-x > .small-offset-31 {
    margin-left: calc(64.58333% + 0.27778rem);
}
.small-offset-32 {
    margin-left: 66.6666666667%;
}
.grid-margin-x > .small-offset-32 {
    margin-left: calc(66.66667% + 0.27778rem);
}
.small-offset-33 {
    margin-left: 68.75%;
}
.grid-margin-x > .small-offset-33 {
    margin-left: calc(68.75% + 0.27778rem);
}
.small-offset-34 {
    margin-left: 70.8333333333%;
}
.grid-margin-x > .small-offset-34 {
    margin-left: calc(70.83333% + 0.27778rem);
}
.small-offset-35 {
    margin-left: 72.9166666667%;
}
.grid-margin-x > .small-offset-35 {
    margin-left: calc(72.91667% + 0.27778rem);
}
.small-offset-36 {
    margin-left: 75%;
}
.grid-margin-x > .small-offset-36 {
    margin-left: calc(75% + 0.27778rem);
}
.small-offset-37 {
    margin-left: 77.0833333333%;
}
.grid-margin-x > .small-offset-37 {
    margin-left: calc(77.08333% + 0.27778rem);
}
.small-offset-38 {
    margin-left: 79.1666666667%;
}
.grid-margin-x > .small-offset-38 {
    margin-left: calc(79.16667% + 0.27778rem);
}
.small-offset-39 {
    margin-left: 81.25%;
}
.grid-margin-x > .small-offset-39 {
    margin-left: calc(81.25% + 0.27778rem);
}
.small-offset-40 {
    margin-left: 83.3333333333%;
}
.grid-margin-x > .small-offset-40 {
    margin-left: calc(83.33333% + 0.27778rem);
}
.small-offset-41 {
    margin-left: 85.4166666667%;
}
.grid-margin-x > .small-offset-41 {
    margin-left: calc(85.41667% + 0.27778rem);
}
.small-offset-42 {
    margin-left: 87.5%;
}
.grid-margin-x > .small-offset-42 {
    margin-left: calc(87.5% + 0.27778rem);
}
.small-offset-43 {
    margin-left: 89.5833333333%;
}
.grid-margin-x > .small-offset-43 {
    margin-left: calc(89.58333% + 0.27778rem);
}
.small-offset-44 {
    margin-left: 91.6666666667%;
}
.grid-margin-x > .small-offset-44 {
    margin-left: calc(91.66667% + 0.27778rem);
}
.small-offset-45 {
    margin-left: 93.75%;
}
.grid-margin-x > .small-offset-45 {
    margin-left: calc(93.75% + 0.27778rem);
}
.small-offset-46 {
    margin-left: 95.8333333333%;
}
.grid-margin-x > .small-offset-46 {
    margin-left: calc(95.83333% + 0.27778rem);
}
.small-offset-47 {
    margin-left: 97.9166666667%;
}
.grid-margin-x > .small-offset-47 {
    margin-left: calc(97.91667% + 0.27778rem);
}
@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: 0.61111rem;
    }
    .medium-offset-1 {
        margin-left: 2.0833333333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(2.08333% + 0.61111rem);
    }
    .medium-offset-2 {
        margin-left: 4.1666666667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(4.16667% + 0.61111rem);
    }
    .medium-offset-3 {
        margin-left: 6.25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(6.25% + 0.61111rem);
    }
    .medium-offset-4 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(8.33333% + 0.61111rem);
    }
    .medium-offset-5 {
        margin-left: 10.4166666667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(10.41667% + 0.61111rem);
    }
    .medium-offset-6 {
        margin-left: 12.5%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(12.5% + 0.61111rem);
    }
    .medium-offset-7 {
        margin-left: 14.5833333333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(14.58333% + 0.61111rem);
    }
    .medium-offset-8 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(16.66667% + 0.61111rem);
    }
    .medium-offset-9 {
        margin-left: 18.75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(18.75% + 0.61111rem);
    }
    .medium-offset-10 {
        margin-left: 20.8333333333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(20.83333% + 0.61111rem);
    }
    .medium-offset-11 {
        margin-left: 22.9166666667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(22.91667% + 0.61111rem);
    }
    .medium-offset-12 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-12 {
        margin-left: calc(25% + 0.61111rem);
    }
    .medium-offset-13 {
        margin-left: 27.0833333333%;
    }
    .grid-margin-x > .medium-offset-13 {
        margin-left: calc(27.08333% + 0.61111rem);
    }
    .medium-offset-14 {
        margin-left: 29.1666666667%;
    }
    .grid-margin-x > .medium-offset-14 {
        margin-left: calc(29.16667% + 0.61111rem);
    }
    .medium-offset-15 {
        margin-left: 31.25%;
    }
    .grid-margin-x > .medium-offset-15 {
        margin-left: calc(31.25% + 0.61111rem);
    }
    .medium-offset-16 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .medium-offset-16 {
        margin-left: calc(33.33333% + 0.61111rem);
    }
    .medium-offset-17 {
        margin-left: 35.4166666667%;
    }
    .grid-margin-x > .medium-offset-17 {
        margin-left: calc(35.41667% + 0.61111rem);
    }
    .medium-offset-18 {
        margin-left: 37.5%;
    }
    .grid-margin-x > .medium-offset-18 {
        margin-left: calc(37.5% + 0.61111rem);
    }
    .medium-offset-19 {
        margin-left: 39.5833333333%;
    }
    .grid-margin-x > .medium-offset-19 {
        margin-left: calc(39.58333% + 0.61111rem);
    }
    .medium-offset-20 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .medium-offset-20 {
        margin-left: calc(41.66667% + 0.61111rem);
    }
    .medium-offset-21 {
        margin-left: 43.75%;
    }
    .grid-margin-x > .medium-offset-21 {
        margin-left: calc(43.75% + 0.61111rem);
    }
    .medium-offset-22 {
        margin-left: 45.8333333333%;
    }
    .grid-margin-x > .medium-offset-22 {
        margin-left: calc(45.83333% + 0.61111rem);
    }
    .medium-offset-23 {
        margin-left: 47.9166666667%;
    }
    .grid-margin-x > .medium-offset-23 {
        margin-left: calc(47.91667% + 0.61111rem);
    }
    .medium-offset-24 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-24 {
        margin-left: calc(50% + 0.61111rem);
    }
    .medium-offset-25 {
        margin-left: 52.0833333333%;
    }
    .grid-margin-x > .medium-offset-25 {
        margin-left: calc(52.08333% + 0.61111rem);
    }
    .medium-offset-26 {
        margin-left: 54.1666666667%;
    }
    .grid-margin-x > .medium-offset-26 {
        margin-left: calc(54.16667% + 0.61111rem);
    }
    .medium-offset-27 {
        margin-left: 56.25%;
    }
    .grid-margin-x > .medium-offset-27 {
        margin-left: calc(56.25% + 0.61111rem);
    }
    .medium-offset-28 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .medium-offset-28 {
        margin-left: calc(58.33333% + 0.61111rem);
    }
    .medium-offset-29 {
        margin-left: 60.4166666667%;
    }
    .grid-margin-x > .medium-offset-29 {
        margin-left: calc(60.41667% + 0.61111rem);
    }
    .medium-offset-30 {
        margin-left: 62.5%;
    }
    .grid-margin-x > .medium-offset-30 {
        margin-left: calc(62.5% + 0.61111rem);
    }
    .medium-offset-31 {
        margin-left: 64.5833333333%;
    }
    .grid-margin-x > .medium-offset-31 {
        margin-left: calc(64.58333% + 0.61111rem);
    }
    .medium-offset-32 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .medium-offset-32 {
        margin-left: calc(66.66667% + 0.61111rem);
    }
    .medium-offset-33 {
        margin-left: 68.75%;
    }
    .grid-margin-x > .medium-offset-33 {
        margin-left: calc(68.75% + 0.61111rem);
    }
    .medium-offset-34 {
        margin-left: 70.8333333333%;
    }
    .grid-margin-x > .medium-offset-34 {
        margin-left: calc(70.83333% + 0.61111rem);
    }
    .medium-offset-35 {
        margin-left: 72.9166666667%;
    }
    .grid-margin-x > .medium-offset-35 {
        margin-left: calc(72.91667% + 0.61111rem);
    }
    .medium-offset-36 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-36 {
        margin-left: calc(75% + 0.61111rem);
    }
    .medium-offset-37 {
        margin-left: 77.0833333333%;
    }
    .grid-margin-x > .medium-offset-37 {
        margin-left: calc(77.08333% + 0.61111rem);
    }
    .medium-offset-38 {
        margin-left: 79.1666666667%;
    }
    .grid-margin-x > .medium-offset-38 {
        margin-left: calc(79.16667% + 0.61111rem);
    }
    .medium-offset-39 {
        margin-left: 81.25%;
    }
    .grid-margin-x > .medium-offset-39 {
        margin-left: calc(81.25% + 0.61111rem);
    }
    .medium-offset-40 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .medium-offset-40 {
        margin-left: calc(83.33333% + 0.61111rem);
    }
    .medium-offset-41 {
        margin-left: 85.4166666667%;
    }
    .grid-margin-x > .medium-offset-41 {
        margin-left: calc(85.41667% + 0.61111rem);
    }
    .medium-offset-42 {
        margin-left: 87.5%;
    }
    .grid-margin-x > .medium-offset-42 {
        margin-left: calc(87.5% + 0.61111rem);
    }
    .medium-offset-43 {
        margin-left: 89.5833333333%;
    }
    .grid-margin-x > .medium-offset-43 {
        margin-left: calc(89.58333% + 0.61111rem);
    }
    .medium-offset-44 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .medium-offset-44 {
        margin-left: calc(91.66667% + 0.61111rem);
    }
    .medium-offset-45 {
        margin-left: 93.75%;
    }
    .grid-margin-x > .medium-offset-45 {
        margin-left: calc(93.75% + 0.61111rem);
    }
    .medium-offset-46 {
        margin-left: 95.8333333333%;
    }
    .grid-margin-x > .medium-offset-46 {
        margin-left: calc(95.83333% + 0.61111rem);
    }
    .medium-offset-47 {
        margin-left: 97.9166666667%;
    }
    .grid-margin-x > .medium-offset-47 {
        margin-left: calc(97.91667% + 0.61111rem);
    }
}
@media print, screen and (min-width: 60em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: 0.61111rem;
    }
    .large-offset-1 {
        margin-left: 2.0833333333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(2.08333% + 0.61111rem);
    }
    .large-offset-2 {
        margin-left: 4.1666666667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(4.16667% + 0.61111rem);
    }
    .large-offset-3 {
        margin-left: 6.25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(6.25% + 0.61111rem);
    }
    .large-offset-4 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(8.33333% + 0.61111rem);
    }
    .large-offset-5 {
        margin-left: 10.4166666667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(10.41667% + 0.61111rem);
    }
    .large-offset-6 {
        margin-left: 12.5%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(12.5% + 0.61111rem);
    }
    .large-offset-7 {
        margin-left: 14.5833333333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(14.58333% + 0.61111rem);
    }
    .large-offset-8 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(16.66667% + 0.61111rem);
    }
    .large-offset-9 {
        margin-left: 18.75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(18.75% + 0.61111rem);
    }
    .large-offset-10 {
        margin-left: 20.8333333333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(20.83333% + 0.61111rem);
    }
    .large-offset-11 {
        margin-left: 22.9166666667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(22.91667% + 0.61111rem);
    }
    .large-offset-12 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-12 {
        margin-left: calc(25% + 0.61111rem);
    }
    .large-offset-13 {
        margin-left: 27.0833333333%;
    }
    .grid-margin-x > .large-offset-13 {
        margin-left: calc(27.08333% + 0.61111rem);
    }
    .large-offset-14 {
        margin-left: 29.1666666667%;
    }
    .grid-margin-x > .large-offset-14 {
        margin-left: calc(29.16667% + 0.61111rem);
    }
    .large-offset-15 {
        margin-left: 31.25%;
    }
    .grid-margin-x > .large-offset-15 {
        margin-left: calc(31.25% + 0.61111rem);
    }
    .large-offset-16 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .large-offset-16 {
        margin-left: calc(33.33333% + 0.61111rem);
    }
    .large-offset-17 {
        margin-left: 35.4166666667%;
    }
    .grid-margin-x > .large-offset-17 {
        margin-left: calc(35.41667% + 0.61111rem);
    }
    .large-offset-18 {
        margin-left: 37.5%;
    }
    .grid-margin-x > .large-offset-18 {
        margin-left: calc(37.5% + 0.61111rem);
    }
    .large-offset-19 {
        margin-left: 39.5833333333%;
    }
    .grid-margin-x > .large-offset-19 {
        margin-left: calc(39.58333% + 0.61111rem);
    }
    .large-offset-20 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .large-offset-20 {
        margin-left: calc(41.66667% + 0.61111rem);
    }
    .large-offset-21 {
        margin-left: 43.75%;
    }
    .grid-margin-x > .large-offset-21 {
        margin-left: calc(43.75% + 0.61111rem);
    }
    .large-offset-22 {
        margin-left: 45.8333333333%;
    }
    .grid-margin-x > .large-offset-22 {
        margin-left: calc(45.83333% + 0.61111rem);
    }
    .large-offset-23 {
        margin-left: 47.9166666667%;
    }
    .grid-margin-x > .large-offset-23 {
        margin-left: calc(47.91667% + 0.61111rem);
    }
    .large-offset-24 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-24 {
        margin-left: calc(50% + 0.61111rem);
    }
    .large-offset-25 {
        margin-left: 52.0833333333%;
    }
    .grid-margin-x > .large-offset-25 {
        margin-left: calc(52.08333% + 0.61111rem);
    }
    .large-offset-26 {
        margin-left: 54.1666666667%;
    }
    .grid-margin-x > .large-offset-26 {
        margin-left: calc(54.16667% + 0.61111rem);
    }
    .large-offset-27 {
        margin-left: 56.25%;
    }
    .grid-margin-x > .large-offset-27 {
        margin-left: calc(56.25% + 0.61111rem);
    }
    .large-offset-28 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .large-offset-28 {
        margin-left: calc(58.33333% + 0.61111rem);
    }
    .large-offset-29 {
        margin-left: 60.4166666667%;
    }
    .grid-margin-x > .large-offset-29 {
        margin-left: calc(60.41667% + 0.61111rem);
    }
    .large-offset-30 {
        margin-left: 62.5%;
    }
    .grid-margin-x > .large-offset-30 {
        margin-left: calc(62.5% + 0.61111rem);
    }
    .large-offset-31 {
        margin-left: 64.5833333333%;
    }
    .grid-margin-x > .large-offset-31 {
        margin-left: calc(64.58333% + 0.61111rem);
    }
    .large-offset-32 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .large-offset-32 {
        margin-left: calc(66.66667% + 0.61111rem);
    }
    .large-offset-33 {
        margin-left: 68.75%;
    }
    .grid-margin-x > .large-offset-33 {
        margin-left: calc(68.75% + 0.61111rem);
    }
    .large-offset-34 {
        margin-left: 70.8333333333%;
    }
    .grid-margin-x > .large-offset-34 {
        margin-left: calc(70.83333% + 0.61111rem);
    }
    .large-offset-35 {
        margin-left: 72.9166666667%;
    }
    .grid-margin-x > .large-offset-35 {
        margin-left: calc(72.91667% + 0.61111rem);
    }
    .large-offset-36 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-36 {
        margin-left: calc(75% + 0.61111rem);
    }
    .large-offset-37 {
        margin-left: 77.0833333333%;
    }
    .grid-margin-x > .large-offset-37 {
        margin-left: calc(77.08333% + 0.61111rem);
    }
    .large-offset-38 {
        margin-left: 79.1666666667%;
    }
    .grid-margin-x > .large-offset-38 {
        margin-left: calc(79.16667% + 0.61111rem);
    }
    .large-offset-39 {
        margin-left: 81.25%;
    }
    .grid-margin-x > .large-offset-39 {
        margin-left: calc(81.25% + 0.61111rem);
    }
    .large-offset-40 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .large-offset-40 {
        margin-left: calc(83.33333% + 0.61111rem);
    }
    .large-offset-41 {
        margin-left: 85.4166666667%;
    }
    .grid-margin-x > .large-offset-41 {
        margin-left: calc(85.41667% + 0.61111rem);
    }
    .large-offset-42 {
        margin-left: 87.5%;
    }
    .grid-margin-x > .large-offset-42 {
        margin-left: calc(87.5% + 0.61111rem);
    }
    .large-offset-43 {
        margin-left: 89.5833333333%;
    }
    .grid-margin-x > .large-offset-43 {
        margin-left: calc(89.58333% + 0.61111rem);
    }
    .large-offset-44 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .large-offset-44 {
        margin-left: calc(91.66667% + 0.61111rem);
    }
    .large-offset-45 {
        margin-left: 93.75%;
    }
    .grid-margin-x > .large-offset-45 {
        margin-left: calc(93.75% + 0.61111rem);
    }
    .large-offset-46 {
        margin-left: 95.8333333333%;
    }
    .grid-margin-x > .large-offset-46 {
        margin-left: calc(95.83333% + 0.61111rem);
    }
    .large-offset-47 {
        margin-left: 97.9166666667%;
    }
    .grid-margin-x > .large-offset-47 {
        margin-left: calc(97.91667% + 0.61111rem);
    }
}
@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .xlarge-offset-0 {
        margin-left: 0.61111rem;
    }
    .xlarge-offset-1 {
        margin-left: 2.0833333333%;
    }
    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(2.08333% + 0.61111rem);
    }
    .xlarge-offset-2 {
        margin-left: 4.1666666667%;
    }
    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(4.16667% + 0.61111rem);
    }
    .xlarge-offset-3 {
        margin-left: 6.25%;
    }
    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(6.25% + 0.61111rem);
    }
    .xlarge-offset-4 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(8.33333% + 0.61111rem);
    }
    .xlarge-offset-5 {
        margin-left: 10.4166666667%;
    }
    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(10.41667% + 0.61111rem);
    }
    .xlarge-offset-6 {
        margin-left: 12.5%;
    }
    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(12.5% + 0.61111rem);
    }
    .xlarge-offset-7 {
        margin-left: 14.5833333333%;
    }
    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(14.58333% + 0.61111rem);
    }
    .xlarge-offset-8 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(16.66667% + 0.61111rem);
    }
    .xlarge-offset-9 {
        margin-left: 18.75%;
    }
    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(18.75% + 0.61111rem);
    }
    .xlarge-offset-10 {
        margin-left: 20.8333333333%;
    }
    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(20.83333% + 0.61111rem);
    }
    .xlarge-offset-11 {
        margin-left: 22.9166666667%;
    }
    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(22.91667% + 0.61111rem);
    }
    .xlarge-offset-12 {
        margin-left: 25%;
    }
    .grid-margin-x > .xlarge-offset-12 {
        margin-left: calc(25% + 0.61111rem);
    }
    .xlarge-offset-13 {
        margin-left: 27.0833333333%;
    }
    .grid-margin-x > .xlarge-offset-13 {
        margin-left: calc(27.08333% + 0.61111rem);
    }
    .xlarge-offset-14 {
        margin-left: 29.1666666667%;
    }
    .grid-margin-x > .xlarge-offset-14 {
        margin-left: calc(29.16667% + 0.61111rem);
    }
    .xlarge-offset-15 {
        margin-left: 31.25%;
    }
    .grid-margin-x > .xlarge-offset-15 {
        margin-left: calc(31.25% + 0.61111rem);
    }
    .xlarge-offset-16 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .xlarge-offset-16 {
        margin-left: calc(33.33333% + 0.61111rem);
    }
    .xlarge-offset-17 {
        margin-left: 35.4166666667%;
    }
    .grid-margin-x > .xlarge-offset-17 {
        margin-left: calc(35.41667% + 0.61111rem);
    }
    .xlarge-offset-18 {
        margin-left: 37.5%;
    }
    .grid-margin-x > .xlarge-offset-18 {
        margin-left: calc(37.5% + 0.61111rem);
    }
    .xlarge-offset-19 {
        margin-left: 39.5833333333%;
    }
    .grid-margin-x > .xlarge-offset-19 {
        margin-left: calc(39.58333% + 0.61111rem);
    }
    .xlarge-offset-20 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .xlarge-offset-20 {
        margin-left: calc(41.66667% + 0.61111rem);
    }
    .xlarge-offset-21 {
        margin-left: 43.75%;
    }
    .grid-margin-x > .xlarge-offset-21 {
        margin-left: calc(43.75% + 0.61111rem);
    }
    .xlarge-offset-22 {
        margin-left: 45.8333333333%;
    }
    .grid-margin-x > .xlarge-offset-22 {
        margin-left: calc(45.83333% + 0.61111rem);
    }
    .xlarge-offset-23 {
        margin-left: 47.9166666667%;
    }
    .grid-margin-x > .xlarge-offset-23 {
        margin-left: calc(47.91667% + 0.61111rem);
    }
    .xlarge-offset-24 {
        margin-left: 50%;
    }
    .grid-margin-x > .xlarge-offset-24 {
        margin-left: calc(50% + 0.61111rem);
    }
    .xlarge-offset-25 {
        margin-left: 52.0833333333%;
    }
    .grid-margin-x > .xlarge-offset-25 {
        margin-left: calc(52.08333% + 0.61111rem);
    }
    .xlarge-offset-26 {
        margin-left: 54.1666666667%;
    }
    .grid-margin-x > .xlarge-offset-26 {
        margin-left: calc(54.16667% + 0.61111rem);
    }
    .xlarge-offset-27 {
        margin-left: 56.25%;
    }
    .grid-margin-x > .xlarge-offset-27 {
        margin-left: calc(56.25% + 0.61111rem);
    }
    .xlarge-offset-28 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .xlarge-offset-28 {
        margin-left: calc(58.33333% + 0.61111rem);
    }
    .xlarge-offset-29 {
        margin-left: 60.4166666667%;
    }
    .grid-margin-x > .xlarge-offset-29 {
        margin-left: calc(60.41667% + 0.61111rem);
    }
    .xlarge-offset-30 {
        margin-left: 62.5%;
    }
    .grid-margin-x > .xlarge-offset-30 {
        margin-left: calc(62.5% + 0.61111rem);
    }
    .xlarge-offset-31 {
        margin-left: 64.5833333333%;
    }
    .grid-margin-x > .xlarge-offset-31 {
        margin-left: calc(64.58333% + 0.61111rem);
    }
    .xlarge-offset-32 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .xlarge-offset-32 {
        margin-left: calc(66.66667% + 0.61111rem);
    }
    .xlarge-offset-33 {
        margin-left: 68.75%;
    }
    .grid-margin-x > .xlarge-offset-33 {
        margin-left: calc(68.75% + 0.61111rem);
    }
    .xlarge-offset-34 {
        margin-left: 70.8333333333%;
    }
    .grid-margin-x > .xlarge-offset-34 {
        margin-left: calc(70.83333% + 0.61111rem);
    }
    .xlarge-offset-35 {
        margin-left: 72.9166666667%;
    }
    .grid-margin-x > .xlarge-offset-35 {
        margin-left: calc(72.91667% + 0.61111rem);
    }
    .xlarge-offset-36 {
        margin-left: 75%;
    }
    .grid-margin-x > .xlarge-offset-36 {
        margin-left: calc(75% + 0.61111rem);
    }
    .xlarge-offset-37 {
        margin-left: 77.0833333333%;
    }
    .grid-margin-x > .xlarge-offset-37 {
        margin-left: calc(77.08333% + 0.61111rem);
    }
    .xlarge-offset-38 {
        margin-left: 79.1666666667%;
    }
    .grid-margin-x > .xlarge-offset-38 {
        margin-left: calc(79.16667% + 0.61111rem);
    }
    .xlarge-offset-39 {
        margin-left: 81.25%;
    }
    .grid-margin-x > .xlarge-offset-39 {
        margin-left: calc(81.25% + 0.61111rem);
    }
    .xlarge-offset-40 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .xlarge-offset-40 {
        margin-left: calc(83.33333% + 0.61111rem);
    }
    .xlarge-offset-41 {
        margin-left: 85.4166666667%;
    }
    .grid-margin-x > .xlarge-offset-41 {
        margin-left: calc(85.41667% + 0.61111rem);
    }
    .xlarge-offset-42 {
        margin-left: 87.5%;
    }
    .grid-margin-x > .xlarge-offset-42 {
        margin-left: calc(87.5% + 0.61111rem);
    }
    .xlarge-offset-43 {
        margin-left: 89.5833333333%;
    }
    .grid-margin-x > .xlarge-offset-43 {
        margin-left: calc(89.58333% + 0.61111rem);
    }
    .xlarge-offset-44 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .xlarge-offset-44 {
        margin-left: calc(91.66667% + 0.61111rem);
    }
    .xlarge-offset-45 {
        margin-left: 93.75%;
    }
    .grid-margin-x > .xlarge-offset-45 {
        margin-left: calc(93.75% + 0.61111rem);
    }
    .xlarge-offset-46 {
        margin-left: 95.8333333333%;
    }
    .grid-margin-x > .xlarge-offset-46 {
        margin-left: calc(95.83333% + 0.61111rem);
    }
    .xlarge-offset-47 {
        margin-left: 97.9166666667%;
    }
    .grid-margin-x > .xlarge-offset-47 {
        margin-left: calc(97.91667% + 0.61111rem);
    }
}
@media screen and (min-width: 93.75em) {
    .xxlarge-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: 0.61111rem;
    }
    .xxlarge-offset-1 {
        margin-left: 2.0833333333%;
    }
    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(2.08333% + 0.61111rem);
    }
    .xxlarge-offset-2 {
        margin-left: 4.1666666667%;
    }
    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(4.16667% + 0.61111rem);
    }
    .xxlarge-offset-3 {
        margin-left: 6.25%;
    }
    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(6.25% + 0.61111rem);
    }
    .xxlarge-offset-4 {
        margin-left: 8.3333333333%;
    }
    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(8.33333% + 0.61111rem);
    }
    .xxlarge-offset-5 {
        margin-left: 10.4166666667%;
    }
    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(10.41667% + 0.61111rem);
    }
    .xxlarge-offset-6 {
        margin-left: 12.5%;
    }
    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(12.5% + 0.61111rem);
    }
    .xxlarge-offset-7 {
        margin-left: 14.5833333333%;
    }
    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(14.58333% + 0.61111rem);
    }
    .xxlarge-offset-8 {
        margin-left: 16.6666666667%;
    }
    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(16.66667% + 0.61111rem);
    }
    .xxlarge-offset-9 {
        margin-left: 18.75%;
    }
    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(18.75% + 0.61111rem);
    }
    .xxlarge-offset-10 {
        margin-left: 20.8333333333%;
    }
    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(20.83333% + 0.61111rem);
    }
    .xxlarge-offset-11 {
        margin-left: 22.9166666667%;
    }
    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(22.91667% + 0.61111rem);
    }
    .xxlarge-offset-12 {
        margin-left: 25%;
    }
    .grid-margin-x > .xxlarge-offset-12 {
        margin-left: calc(25% + 0.61111rem);
    }
    .xxlarge-offset-13 {
        margin-left: 27.0833333333%;
    }
    .grid-margin-x > .xxlarge-offset-13 {
        margin-left: calc(27.08333% + 0.61111rem);
    }
    .xxlarge-offset-14 {
        margin-left: 29.1666666667%;
    }
    .grid-margin-x > .xxlarge-offset-14 {
        margin-left: calc(29.16667% + 0.61111rem);
    }
    .xxlarge-offset-15 {
        margin-left: 31.25%;
    }
    .grid-margin-x > .xxlarge-offset-15 {
        margin-left: calc(31.25% + 0.61111rem);
    }
    .xxlarge-offset-16 {
        margin-left: 33.3333333333%;
    }
    .grid-margin-x > .xxlarge-offset-16 {
        margin-left: calc(33.33333% + 0.61111rem);
    }
    .xxlarge-offset-17 {
        margin-left: 35.4166666667%;
    }
    .grid-margin-x > .xxlarge-offset-17 {
        margin-left: calc(35.41667% + 0.61111rem);
    }
    .xxlarge-offset-18 {
        margin-left: 37.5%;
    }
    .grid-margin-x > .xxlarge-offset-18 {
        margin-left: calc(37.5% + 0.61111rem);
    }
    .xxlarge-offset-19 {
        margin-left: 39.5833333333%;
    }
    .grid-margin-x > .xxlarge-offset-19 {
        margin-left: calc(39.58333% + 0.61111rem);
    }
    .xxlarge-offset-20 {
        margin-left: 41.6666666667%;
    }
    .grid-margin-x > .xxlarge-offset-20 {
        margin-left: calc(41.66667% + 0.61111rem);
    }
    .xxlarge-offset-21 {
        margin-left: 43.75%;
    }
    .grid-margin-x > .xxlarge-offset-21 {
        margin-left: calc(43.75% + 0.61111rem);
    }
    .xxlarge-offset-22 {
        margin-left: 45.8333333333%;
    }
    .grid-margin-x > .xxlarge-offset-22 {
        margin-left: calc(45.83333% + 0.61111rem);
    }
    .xxlarge-offset-23 {
        margin-left: 47.9166666667%;
    }
    .grid-margin-x > .xxlarge-offset-23 {
        margin-left: calc(47.91667% + 0.61111rem);
    }
    .xxlarge-offset-24 {
        margin-left: 50%;
    }
    .grid-margin-x > .xxlarge-offset-24 {
        margin-left: calc(50% + 0.61111rem);
    }
    .xxlarge-offset-25 {
        margin-left: 52.0833333333%;
    }
    .grid-margin-x > .xxlarge-offset-25 {
        margin-left: calc(52.08333% + 0.61111rem);
    }
    .xxlarge-offset-26 {
        margin-left: 54.1666666667%;
    }
    .grid-margin-x > .xxlarge-offset-26 {
        margin-left: calc(54.16667% + 0.61111rem);
    }
    .xxlarge-offset-27 {
        margin-left: 56.25%;
    }
    .grid-margin-x > .xxlarge-offset-27 {
        margin-left: calc(56.25% + 0.61111rem);
    }
    .xxlarge-offset-28 {
        margin-left: 58.3333333333%;
    }
    .grid-margin-x > .xxlarge-offset-28 {
        margin-left: calc(58.33333% + 0.61111rem);
    }
    .xxlarge-offset-29 {
        margin-left: 60.4166666667%;
    }
    .grid-margin-x > .xxlarge-offset-29 {
        margin-left: calc(60.41667% + 0.61111rem);
    }
    .xxlarge-offset-30 {
        margin-left: 62.5%;
    }
    .grid-margin-x > .xxlarge-offset-30 {
        margin-left: calc(62.5% + 0.61111rem);
    }
    .xxlarge-offset-31 {
        margin-left: 64.5833333333%;
    }
    .grid-margin-x > .xxlarge-offset-31 {
        margin-left: calc(64.58333% + 0.61111rem);
    }
    .xxlarge-offset-32 {
        margin-left: 66.6666666667%;
    }
    .grid-margin-x > .xxlarge-offset-32 {
        margin-left: calc(66.66667% + 0.61111rem);
    }
    .xxlarge-offset-33 {
        margin-left: 68.75%;
    }
    .grid-margin-x > .xxlarge-offset-33 {
        margin-left: calc(68.75% + 0.61111rem);
    }
    .xxlarge-offset-34 {
        margin-left: 70.8333333333%;
    }
    .grid-margin-x > .xxlarge-offset-34 {
        margin-left: calc(70.83333% + 0.61111rem);
    }
    .xxlarge-offset-35 {
        margin-left: 72.9166666667%;
    }
    .grid-margin-x > .xxlarge-offset-35 {
        margin-left: calc(72.91667% + 0.61111rem);
    }
    .xxlarge-offset-36 {
        margin-left: 75%;
    }
    .grid-margin-x > .xxlarge-offset-36 {
        margin-left: calc(75% + 0.61111rem);
    }
    .xxlarge-offset-37 {
        margin-left: 77.0833333333%;
    }
    .grid-margin-x > .xxlarge-offset-37 {
        margin-left: calc(77.08333% + 0.61111rem);
    }
    .xxlarge-offset-38 {
        margin-left: 79.1666666667%;
    }
    .grid-margin-x > .xxlarge-offset-38 {
        margin-left: calc(79.16667% + 0.61111rem);
    }
    .xxlarge-offset-39 {
        margin-left: 81.25%;
    }
    .grid-margin-x > .xxlarge-offset-39 {
        margin-left: calc(81.25% + 0.61111rem);
    }
    .xxlarge-offset-40 {
        margin-left: 83.3333333333%;
    }
    .grid-margin-x > .xxlarge-offset-40 {
        margin-left: calc(83.33333% + 0.61111rem);
    }
    .xxlarge-offset-41 {
        margin-left: 85.4166666667%;
    }
    .grid-margin-x > .xxlarge-offset-41 {
        margin-left: calc(85.41667% + 0.61111rem);
    }
    .xxlarge-offset-42 {
        margin-left: 87.5%;
    }
    .grid-margin-x > .xxlarge-offset-42 {
        margin-left: calc(87.5% + 0.61111rem);
    }
    .xxlarge-offset-43 {
        margin-left: 89.5833333333%;
    }
    .grid-margin-x > .xxlarge-offset-43 {
        margin-left: calc(89.58333% + 0.61111rem);
    }
    .xxlarge-offset-44 {
        margin-left: 91.6666666667%;
    }
    .grid-margin-x > .xxlarge-offset-44 {
        margin-left: calc(91.66667% + 0.61111rem);
    }
    .xxlarge-offset-45 {
        margin-left: 93.75%;
    }
    .grid-margin-x > .xxlarge-offset-45 {
        margin-left: calc(93.75% + 0.61111rem);
    }
    .xxlarge-offset-46 {
        margin-left: 95.8333333333%;
    }
    .grid-margin-x > .xxlarge-offset-46 {
        margin-left: calc(95.83333% + 0.61111rem);
    }
    .xxlarge-offset-47 {
        margin-left: 97.9166666667%;
    }
    .grid-margin-x > .xxlarge-offset-47 {
        margin-left: calc(97.91667% + 0.61111rem);
    }
}
.grid-y {
    display: flex;
    flex-flow: column nowrap;
}
.grid-y > .cell {
    height: auto;
    max-height: none;
}
.grid-y > .auto,
.grid-y > .shrink {
    height: auto;
}
.grid-y > .small-1,
.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-2,
.grid-y > .small-20,
.grid-y > .small-21,
.grid-y > .small-22,
.grid-y > .small-23,
.grid-y > .small-24,
.grid-y > .small-25,
.grid-y > .small-26,
.grid-y > .small-27,
.grid-y > .small-28,
.grid-y > .small-29,
.grid-y > .small-3,
.grid-y > .small-30,
.grid-y > .small-31,
.grid-y > .small-32,
.grid-y > .small-33,
.grid-y > .small-34,
.grid-y > .small-35,
.grid-y > .small-36,
.grid-y > .small-37,
.grid-y > .small-38,
.grid-y > .small-39,
.grid-y > .small-4,
.grid-y > .small-40,
.grid-y > .small-41,
.grid-y > .small-42,
.grid-y > .small-43,
.grid-y > .small-44,
.grid-y > .small-45,
.grid-y > .small-46,
.grid-y > .small-47,
.grid-y > .small-48,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-full,
.grid-y > .small-shrink {
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1,
    .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-2,
    .grid-y > .medium-20,
    .grid-y > .medium-21,
    .grid-y > .medium-22,
    .grid-y > .medium-23,
    .grid-y > .medium-24,
    .grid-y > .medium-25,
    .grid-y > .medium-26,
    .grid-y > .medium-27,
    .grid-y > .medium-28,
    .grid-y > .medium-29,
    .grid-y > .medium-3,
    .grid-y > .medium-30,
    .grid-y > .medium-31,
    .grid-y > .medium-32,
    .grid-y > .medium-33,
    .grid-y > .medium-34,
    .grid-y > .medium-35,
    .grid-y > .medium-36,
    .grid-y > .medium-37,
    .grid-y > .medium-38,
    .grid-y > .medium-39,
    .grid-y > .medium-4,
    .grid-y > .medium-40,
    .grid-y > .medium-41,
    .grid-y > .medium-42,
    .grid-y > .medium-43,
    .grid-y > .medium-44,
    .grid-y > .medium-45,
    .grid-y > .medium-46,
    .grid-y > .medium-47,
    .grid-y > .medium-48,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 60em) {
    .grid-y > .large-1,
    .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-2,
    .grid-y > .large-20,
    .grid-y > .large-21,
    .grid-y > .large-22,
    .grid-y > .large-23,
    .grid-y > .large-24,
    .grid-y > .large-25,
    .grid-y > .large-26,
    .grid-y > .large-27,
    .grid-y > .large-28,
    .grid-y > .large-29,
    .grid-y > .large-3,
    .grid-y > .large-30,
    .grid-y > .large-31,
    .grid-y > .large-32,
    .grid-y > .large-33,
    .grid-y > .large-34,
    .grid-y > .large-35,
    .grid-y > .large-36,
    .grid-y > .large-37,
    .grid-y > .large-38,
    .grid-y > .large-39,
    .grid-y > .large-4,
    .grid-y > .large-40,
    .grid-y > .large-41,
    .grid-y > .large-42,
    .grid-y > .large-43,
    .grid-y > .large-44,
    .grid-y > .large-45,
    .grid-y > .large-46,
    .grid-y > .large-47,
    .grid-y > .large-48,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        flex-basis: auto;
    }
}
@media screen and (min-width: 75em) {
    .grid-y > .xlarge-1,
    .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-2,
    .grid-y > .xlarge-20,
    .grid-y > .xlarge-21,
    .grid-y > .xlarge-22,
    .grid-y > .xlarge-23,
    .grid-y > .xlarge-24,
    .grid-y > .xlarge-25,
    .grid-y > .xlarge-26,
    .grid-y > .xlarge-27,
    .grid-y > .xlarge-28,
    .grid-y > .xlarge-29,
    .grid-y > .xlarge-3,
    .grid-y > .xlarge-30,
    .grid-y > .xlarge-31,
    .grid-y > .xlarge-32,
    .grid-y > .xlarge-33,
    .grid-y > .xlarge-34,
    .grid-y > .xlarge-35,
    .grid-y > .xlarge-36,
    .grid-y > .xlarge-37,
    .grid-y > .xlarge-38,
    .grid-y > .xlarge-39,
    .grid-y > .xlarge-4,
    .grid-y > .xlarge-40,
    .grid-y > .xlarge-41,
    .grid-y > .xlarge-42,
    .grid-y > .xlarge-43,
    .grid-y > .xlarge-44,
    .grid-y > .xlarge-45,
    .grid-y > .xlarge-46,
    .grid-y > .xlarge-47,
    .grid-y > .xlarge-48,
    .grid-y > .xlarge-5,
    .grid-y > .xlarge-6,
    .grid-y > .xlarge-7,
    .grid-y > .xlarge-8,
    .grid-y > .xlarge-9,
    .grid-y > .xlarge-full,
    .grid-y > .xlarge-shrink {
        flex-basis: auto;
    }
}
@media screen and (min-width: 93.75em) {
    .grid-y > .xxlarge-1,
    .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-2,
    .grid-y > .xxlarge-20,
    .grid-y > .xxlarge-21,
    .grid-y > .xxlarge-22,
    .grid-y > .xxlarge-23,
    .grid-y > .xxlarge-24,
    .grid-y > .xxlarge-25,
    .grid-y > .xxlarge-26,
    .grid-y > .xxlarge-27,
    .grid-y > .xxlarge-28,
    .grid-y > .xxlarge-29,
    .grid-y > .xxlarge-3,
    .grid-y > .xxlarge-30,
    .grid-y > .xxlarge-31,
    .grid-y > .xxlarge-32,
    .grid-y > .xxlarge-33,
    .grid-y > .xxlarge-34,
    .grid-y > .xxlarge-35,
    .grid-y > .xxlarge-36,
    .grid-y > .xxlarge-37,
    .grid-y > .xxlarge-38,
    .grid-y > .xxlarge-39,
    .grid-y > .xxlarge-4,
    .grid-y > .xxlarge-40,
    .grid-y > .xxlarge-41,
    .grid-y > .xxlarge-42,
    .grid-y > .xxlarge-43,
    .grid-y > .xxlarge-44,
    .grid-y > .xxlarge-45,
    .grid-y > .xxlarge-46,
    .grid-y > .xxlarge-47,
    .grid-y > .xxlarge-48,
    .grid-y > .xxlarge-5,
    .grid-y > .xxlarge-6,
    .grid-y > .xxlarge-7,
    .grid-y > .xxlarge-8,
    .grid-y > .xxlarge-9,
    .grid-y > .xxlarge-full,
    .grid-y > .xxlarge-shrink {
        flex-basis: auto;
    }
}
.grid-y > .small-1,
.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-2,
.grid-y > .small-20,
.grid-y > .small-21,
.grid-y > .small-22,
.grid-y > .small-23,
.grid-y > .small-24,
.grid-y > .small-25,
.grid-y > .small-26,
.grid-y > .small-27,
.grid-y > .small-28,
.grid-y > .small-29,
.grid-y > .small-3,
.grid-y > .small-30,
.grid-y > .small-31,
.grid-y > .small-32,
.grid-y > .small-33,
.grid-y > .small-34,
.grid-y > .small-35,
.grid-y > .small-36,
.grid-y > .small-37,
.grid-y > .small-38,
.grid-y > .small-39,
.grid-y > .small-4,
.grid-y > .small-40,
.grid-y > .small-41,
.grid-y > .small-42,
.grid-y > .small-43,
.grid-y > .small-44,
.grid-y > .small-45,
.grid-y > .small-46,
.grid-y > .small-47,
.grid-y > .small-48,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9 {
    flex: 0 0 auto;
}
.grid-y > .small-1 {
    height: 2.0833333333%;
}
.grid-y > .small-2 {
    height: 4.1666666667%;
}
.grid-y > .small-3 {
    height: 6.25%;
}
.grid-y > .small-4 {
    height: 8.3333333333%;
}
.grid-y > .small-5 {
    height: 10.4166666667%;
}
.grid-y > .small-6 {
    height: 12.5%;
}
.grid-y > .small-7 {
    height: 14.5833333333%;
}
.grid-y > .small-8 {
    height: 16.6666666667%;
}
.grid-y > .small-9 {
    height: 18.75%;
}
.grid-y > .small-10 {
    height: 20.8333333333%;
}
.grid-y > .small-11 {
    height: 22.9166666667%;
}
.grid-y > .small-12 {
    height: 25%;
}
.grid-y > .small-13 {
    height: 27.0833333333%;
}
.grid-y > .small-14 {
    height: 29.1666666667%;
}
.grid-y > .small-15 {
    height: 31.25%;
}
.grid-y > .small-16 {
    height: 33.3333333333%;
}
.grid-y > .small-17 {
    height: 35.4166666667%;
}
.grid-y > .small-18 {
    height: 37.5%;
}
.grid-y > .small-19 {
    height: 39.5833333333%;
}
.grid-y > .small-20 {
    height: 41.6666666667%;
}
.grid-y > .small-21 {
    height: 43.75%;
}
.grid-y > .small-22 {
    height: 45.8333333333%;
}
.grid-y > .small-23 {
    height: 47.9166666667%;
}
.grid-y > .small-24 {
    height: 50%;
}
.grid-y > .small-25 {
    height: 52.0833333333%;
}
.grid-y > .small-26 {
    height: 54.1666666667%;
}
.grid-y > .small-27 {
    height: 56.25%;
}
.grid-y > .small-28 {
    height: 58.3333333333%;
}
.grid-y > .small-29 {
    height: 60.4166666667%;
}
.grid-y > .small-30 {
    height: 62.5%;
}
.grid-y > .small-31 {
    height: 64.5833333333%;
}
.grid-y > .small-32 {
    height: 66.6666666667%;
}
.grid-y > .small-33 {
    height: 68.75%;
}
.grid-y > .small-34 {
    height: 70.8333333333%;
}
.grid-y > .small-35 {
    height: 72.9166666667%;
}
.grid-y > .small-36 {
    height: 75%;
}
.grid-y > .small-37 {
    height: 77.0833333333%;
}
.grid-y > .small-38 {
    height: 79.1666666667%;
}
.grid-y > .small-39 {
    height: 81.25%;
}
.grid-y > .small-40 {
    height: 83.3333333333%;
}
.grid-y > .small-41 {
    height: 85.4166666667%;
}
.grid-y > .small-42 {
    height: 87.5%;
}
.grid-y > .small-43 {
    height: 89.5833333333%;
}
.grid-y > .small-44 {
    height: 91.6666666667%;
}
.grid-y > .small-45 {
    height: 93.75%;
}
.grid-y > .small-46 {
    height: 95.8333333333%;
}
.grid-y > .small-47 {
    height: 97.9166666667%;
}
.grid-y > .small-48 {
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y > .medium-1,
    .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-2,
    .grid-y > .medium-20,
    .grid-y > .medium-21,
    .grid-y > .medium-22,
    .grid-y > .medium-23,
    .grid-y > .medium-24,
    .grid-y > .medium-25,
    .grid-y > .medium-26,
    .grid-y > .medium-27,
    .grid-y > .medium-28,
    .grid-y > .medium-29,
    .grid-y > .medium-3,
    .grid-y > .medium-30,
    .grid-y > .medium-31,
    .grid-y > .medium-32,
    .grid-y > .medium-33,
    .grid-y > .medium-34,
    .grid-y > .medium-35,
    .grid-y > .medium-36,
    .grid-y > .medium-37,
    .grid-y > .medium-38,
    .grid-y > .medium-39,
    .grid-y > .medium-4,
    .grid-y > .medium-40,
    .grid-y > .medium-41,
    .grid-y > .medium-42,
    .grid-y > .medium-43,
    .grid-y > .medium-44,
    .grid-y > .medium-45,
    .grid-y > .medium-46,
    .grid-y > .medium-47,
    .grid-y > .medium-48,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
        height: auto;
    }
    .grid-y > .medium-1 {
        height: 2.0833333333%;
    }
    .grid-y > .medium-2 {
        height: 4.1666666667%;
    }
    .grid-y > .medium-3 {
        height: 6.25%;
    }
    .grid-y > .medium-4 {
        height: 8.3333333333%;
    }
    .grid-y > .medium-5 {
        height: 10.4166666667%;
    }
    .grid-y > .medium-6 {
        height: 12.5%;
    }
    .grid-y > .medium-7 {
        height: 14.5833333333%;
    }
    .grid-y > .medium-8 {
        height: 16.6666666667%;
    }
    .grid-y > .medium-9 {
        height: 18.75%;
    }
    .grid-y > .medium-10 {
        height: 20.8333333333%;
    }
    .grid-y > .medium-11 {
        height: 22.9166666667%;
    }
    .grid-y > .medium-12 {
        height: 25%;
    }
    .grid-y > .medium-13 {
        height: 27.0833333333%;
    }
    .grid-y > .medium-14 {
        height: 29.1666666667%;
    }
    .grid-y > .medium-15 {
        height: 31.25%;
    }
    .grid-y > .medium-16 {
        height: 33.3333333333%;
    }
    .grid-y > .medium-17 {
        height: 35.4166666667%;
    }
    .grid-y > .medium-18 {
        height: 37.5%;
    }
    .grid-y > .medium-19 {
        height: 39.5833333333%;
    }
    .grid-y > .medium-20 {
        height: 41.6666666667%;
    }
    .grid-y > .medium-21 {
        height: 43.75%;
    }
    .grid-y > .medium-22 {
        height: 45.8333333333%;
    }
    .grid-y > .medium-23 {
        height: 47.9166666667%;
    }
    .grid-y > .medium-24 {
        height: 50%;
    }
    .grid-y > .medium-25 {
        height: 52.0833333333%;
    }
    .grid-y > .medium-26 {
        height: 54.1666666667%;
    }
    .grid-y > .medium-27 {
        height: 56.25%;
    }
    .grid-y > .medium-28 {
        height: 58.3333333333%;
    }
    .grid-y > .medium-29 {
        height: 60.4166666667%;
    }
    .grid-y > .medium-30 {
        height: 62.5%;
    }
    .grid-y > .medium-31 {
        height: 64.5833333333%;
    }
    .grid-y > .medium-32 {
        height: 66.6666666667%;
    }
    .grid-y > .medium-33 {
        height: 68.75%;
    }
    .grid-y > .medium-34 {
        height: 70.8333333333%;
    }
    .grid-y > .medium-35 {
        height: 72.9166666667%;
    }
    .grid-y > .medium-36 {
        height: 75%;
    }
    .grid-y > .medium-37 {
        height: 77.0833333333%;
    }
    .grid-y > .medium-38 {
        height: 79.1666666667%;
    }
    .grid-y > .medium-39 {
        height: 81.25%;
    }
    .grid-y > .medium-40 {
        height: 83.3333333333%;
    }
    .grid-y > .medium-41 {
        height: 85.4166666667%;
    }
    .grid-y > .medium-42 {
        height: 87.5%;
    }
    .grid-y > .medium-43 {
        height: 89.5833333333%;
    }
    .grid-y > .medium-44 {
        height: 91.6666666667%;
    }
    .grid-y > .medium-45 {
        height: 93.75%;
    }
    .grid-y > .medium-46 {
        height: 95.8333333333%;
    }
    .grid-y > .medium-47 {
        height: 97.9166666667%;
    }
    .grid-y > .medium-48 {
        height: 100%;
    }
}
@media print, screen and (min-width: 60em) {
    .grid-y > .large-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y > .large-1,
    .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-2,
    .grid-y > .large-20,
    .grid-y > .large-21,
    .grid-y > .large-22,
    .grid-y > .large-23,
    .grid-y > .large-24,
    .grid-y > .large-25,
    .grid-y > .large-26,
    .grid-y > .large-27,
    .grid-y > .large-28,
    .grid-y > .large-29,
    .grid-y > .large-3,
    .grid-y > .large-30,
    .grid-y > .large-31,
    .grid-y > .large-32,
    .grid-y > .large-33,
    .grid-y > .large-34,
    .grid-y > .large-35,
    .grid-y > .large-36,
    .grid-y > .large-37,
    .grid-y > .large-38,
    .grid-y > .large-39,
    .grid-y > .large-4,
    .grid-y > .large-40,
    .grid-y > .large-41,
    .grid-y > .large-42,
    .grid-y > .large-43,
    .grid-y > .large-44,
    .grid-y > .large-45,
    .grid-y > .large-46,
    .grid-y > .large-47,
    .grid-y > .large-48,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
        height: auto;
    }
    .grid-y > .large-1 {
        height: 2.0833333333%;
    }
    .grid-y > .large-2 {
        height: 4.1666666667%;
    }
    .grid-y > .large-3 {
        height: 6.25%;
    }
    .grid-y > .large-4 {
        height: 8.3333333333%;
    }
    .grid-y > .large-5 {
        height: 10.4166666667%;
    }
    .grid-y > .large-6 {
        height: 12.5%;
    }
    .grid-y > .large-7 {
        height: 14.5833333333%;
    }
    .grid-y > .large-8 {
        height: 16.6666666667%;
    }
    .grid-y > .large-9 {
        height: 18.75%;
    }
    .grid-y > .large-10 {
        height: 20.8333333333%;
    }
    .grid-y > .large-11 {
        height: 22.9166666667%;
    }
    .grid-y > .large-12 {
        height: 25%;
    }
    .grid-y > .large-13 {
        height: 27.0833333333%;
    }
    .grid-y > .large-14 {
        height: 29.1666666667%;
    }
    .grid-y > .large-15 {
        height: 31.25%;
    }
    .grid-y > .large-16 {
        height: 33.3333333333%;
    }
    .grid-y > .large-17 {
        height: 35.4166666667%;
    }
    .grid-y > .large-18 {
        height: 37.5%;
    }
    .grid-y > .large-19 {
        height: 39.5833333333%;
    }
    .grid-y > .large-20 {
        height: 41.6666666667%;
    }
    .grid-y > .large-21 {
        height: 43.75%;
    }
    .grid-y > .large-22 {
        height: 45.8333333333%;
    }
    .grid-y > .large-23 {
        height: 47.9166666667%;
    }
    .grid-y > .large-24 {
        height: 50%;
    }
    .grid-y > .large-25 {
        height: 52.0833333333%;
    }
    .grid-y > .large-26 {
        height: 54.1666666667%;
    }
    .grid-y > .large-27 {
        height: 56.25%;
    }
    .grid-y > .large-28 {
        height: 58.3333333333%;
    }
    .grid-y > .large-29 {
        height: 60.4166666667%;
    }
    .grid-y > .large-30 {
        height: 62.5%;
    }
    .grid-y > .large-31 {
        height: 64.5833333333%;
    }
    .grid-y > .large-32 {
        height: 66.6666666667%;
    }
    .grid-y > .large-33 {
        height: 68.75%;
    }
    .grid-y > .large-34 {
        height: 70.8333333333%;
    }
    .grid-y > .large-35 {
        height: 72.9166666667%;
    }
    .grid-y > .large-36 {
        height: 75%;
    }
    .grid-y > .large-37 {
        height: 77.0833333333%;
    }
    .grid-y > .large-38 {
        height: 79.1666666667%;
    }
    .grid-y > .large-39 {
        height: 81.25%;
    }
    .grid-y > .large-40 {
        height: 83.3333333333%;
    }
    .grid-y > .large-41 {
        height: 85.4166666667%;
    }
    .grid-y > .large-42 {
        height: 87.5%;
    }
    .grid-y > .large-43 {
        height: 89.5833333333%;
    }
    .grid-y > .large-44 {
        height: 91.6666666667%;
    }
    .grid-y > .large-45 {
        height: 93.75%;
    }
    .grid-y > .large-46 {
        height: 95.8333333333%;
    }
    .grid-y > .large-47 {
        height: 97.9166666667%;
    }
    .grid-y > .large-48 {
        height: 100%;
    }
}
@media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y > .xlarge-1,
    .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-2,
    .grid-y > .xlarge-20,
    .grid-y > .xlarge-21,
    .grid-y > .xlarge-22,
    .grid-y > .xlarge-23,
    .grid-y > .xlarge-24,
    .grid-y > .xlarge-25,
    .grid-y > .xlarge-26,
    .grid-y > .xlarge-27,
    .grid-y > .xlarge-28,
    .grid-y > .xlarge-29,
    .grid-y > .xlarge-3,
    .grid-y > .xlarge-30,
    .grid-y > .xlarge-31,
    .grid-y > .xlarge-32,
    .grid-y > .xlarge-33,
    .grid-y > .xlarge-34,
    .grid-y > .xlarge-35,
    .grid-y > .xlarge-36,
    .grid-y > .xlarge-37,
    .grid-y > .xlarge-38,
    .grid-y > .xlarge-39,
    .grid-y > .xlarge-4,
    .grid-y > .xlarge-40,
    .grid-y > .xlarge-41,
    .grid-y > .xlarge-42,
    .grid-y > .xlarge-43,
    .grid-y > .xlarge-44,
    .grid-y > .xlarge-45,
    .grid-y > .xlarge-46,
    .grid-y > .xlarge-47,
    .grid-y > .xlarge-48,
    .grid-y > .xlarge-5,
    .grid-y > .xlarge-6,
    .grid-y > .xlarge-7,
    .grid-y > .xlarge-8,
    .grid-y > .xlarge-9,
    .grid-y > .xlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .xlarge-shrink {
        height: auto;
    }
    .grid-y > .xlarge-1 {
        height: 2.0833333333%;
    }
    .grid-y > .xlarge-2 {
        height: 4.1666666667%;
    }
    .grid-y > .xlarge-3 {
        height: 6.25%;
    }
    .grid-y > .xlarge-4 {
        height: 8.3333333333%;
    }
    .grid-y > .xlarge-5 {
        height: 10.4166666667%;
    }
    .grid-y > .xlarge-6 {
        height: 12.5%;
    }
    .grid-y > .xlarge-7 {
        height: 14.5833333333%;
    }
    .grid-y > .xlarge-8 {
        height: 16.6666666667%;
    }
    .grid-y > .xlarge-9 {
        height: 18.75%;
    }
    .grid-y > .xlarge-10 {
        height: 20.8333333333%;
    }
    .grid-y > .xlarge-11 {
        height: 22.9166666667%;
    }
    .grid-y > .xlarge-12 {
        height: 25%;
    }
    .grid-y > .xlarge-13 {
        height: 27.0833333333%;
    }
    .grid-y > .xlarge-14 {
        height: 29.1666666667%;
    }
    .grid-y > .xlarge-15 {
        height: 31.25%;
    }
    .grid-y > .xlarge-16 {
        height: 33.3333333333%;
    }
    .grid-y > .xlarge-17 {
        height: 35.4166666667%;
    }
    .grid-y > .xlarge-18 {
        height: 37.5%;
    }
    .grid-y > .xlarge-19 {
        height: 39.5833333333%;
    }
    .grid-y > .xlarge-20 {
        height: 41.6666666667%;
    }
    .grid-y > .xlarge-21 {
        height: 43.75%;
    }
    .grid-y > .xlarge-22 {
        height: 45.8333333333%;
    }
    .grid-y > .xlarge-23 {
        height: 47.9166666667%;
    }
    .grid-y > .xlarge-24 {
        height: 50%;
    }
    .grid-y > .xlarge-25 {
        height: 52.0833333333%;
    }
    .grid-y > .xlarge-26 {
        height: 54.1666666667%;
    }
    .grid-y > .xlarge-27 {
        height: 56.25%;
    }
    .grid-y > .xlarge-28 {
        height: 58.3333333333%;
    }
    .grid-y > .xlarge-29 {
        height: 60.4166666667%;
    }
    .grid-y > .xlarge-30 {
        height: 62.5%;
    }
    .grid-y > .xlarge-31 {
        height: 64.5833333333%;
    }
    .grid-y > .xlarge-32 {
        height: 66.6666666667%;
    }
    .grid-y > .xlarge-33 {
        height: 68.75%;
    }
    .grid-y > .xlarge-34 {
        height: 70.8333333333%;
    }
    .grid-y > .xlarge-35 {
        height: 72.9166666667%;
    }
    .grid-y > .xlarge-36 {
        height: 75%;
    }
    .grid-y > .xlarge-37 {
        height: 77.0833333333%;
    }
    .grid-y > .xlarge-38 {
        height: 79.1666666667%;
    }
    .grid-y > .xlarge-39 {
        height: 81.25%;
    }
    .grid-y > .xlarge-40 {
        height: 83.3333333333%;
    }
    .grid-y > .xlarge-41 {
        height: 85.4166666667%;
    }
    .grid-y > .xlarge-42 {
        height: 87.5%;
    }
    .grid-y > .xlarge-43 {
        height: 89.5833333333%;
    }
    .grid-y > .xlarge-44 {
        height: 91.6666666667%;
    }
    .grid-y > .xlarge-45 {
        height: 93.75%;
    }
    .grid-y > .xlarge-46 {
        height: 95.8333333333%;
    }
    .grid-y > .xlarge-47 {
        height: 97.9166666667%;
    }
    .grid-y > .xlarge-48 {
        height: 100%;
    }
}
@media screen and (min-width: 93.75em) {
    .grid-y > .xxlarge-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y > .xxlarge-1,
    .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-2,
    .grid-y > .xxlarge-20,
    .grid-y > .xxlarge-21,
    .grid-y > .xxlarge-22,
    .grid-y > .xxlarge-23,
    .grid-y > .xxlarge-24,
    .grid-y > .xxlarge-25,
    .grid-y > .xxlarge-26,
    .grid-y > .xxlarge-27,
    .grid-y > .xxlarge-28,
    .grid-y > .xxlarge-29,
    .grid-y > .xxlarge-3,
    .grid-y > .xxlarge-30,
    .grid-y > .xxlarge-31,
    .grid-y > .xxlarge-32,
    .grid-y > .xxlarge-33,
    .grid-y > .xxlarge-34,
    .grid-y > .xxlarge-35,
    .grid-y > .xxlarge-36,
    .grid-y > .xxlarge-37,
    .grid-y > .xxlarge-38,
    .grid-y > .xxlarge-39,
    .grid-y > .xxlarge-4,
    .grid-y > .xxlarge-40,
    .grid-y > .xxlarge-41,
    .grid-y > .xxlarge-42,
    .grid-y > .xxlarge-43,
    .grid-y > .xxlarge-44,
    .grid-y > .xxlarge-45,
    .grid-y > .xxlarge-46,
    .grid-y > .xxlarge-47,
    .grid-y > .xxlarge-48,
    .grid-y > .xxlarge-5,
    .grid-y > .xxlarge-6,
    .grid-y > .xxlarge-7,
    .grid-y > .xxlarge-8,
    .grid-y > .xxlarge-9,
    .grid-y > .xxlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .xxlarge-shrink {
        height: auto;
    }
    .grid-y > .xxlarge-1 {
        height: 2.0833333333%;
    }
    .grid-y > .xxlarge-2 {
        height: 4.1666666667%;
    }
    .grid-y > .xxlarge-3 {
        height: 6.25%;
    }
    .grid-y > .xxlarge-4 {
        height: 8.3333333333%;
    }
    .grid-y > .xxlarge-5 {
        height: 10.4166666667%;
    }
    .grid-y > .xxlarge-6 {
        height: 12.5%;
    }
    .grid-y > .xxlarge-7 {
        height: 14.5833333333%;
    }
    .grid-y > .xxlarge-8 {
        height: 16.6666666667%;
    }
    .grid-y > .xxlarge-9 {
        height: 18.75%;
    }
    .grid-y > .xxlarge-10 {
        height: 20.8333333333%;
    }
    .grid-y > .xxlarge-11 {
        height: 22.9166666667%;
    }
    .grid-y > .xxlarge-12 {
        height: 25%;
    }
    .grid-y > .xxlarge-13 {
        height: 27.0833333333%;
    }
    .grid-y > .xxlarge-14 {
        height: 29.1666666667%;
    }
    .grid-y > .xxlarge-15 {
        height: 31.25%;
    }
    .grid-y > .xxlarge-16 {
        height: 33.3333333333%;
    }
    .grid-y > .xxlarge-17 {
        height: 35.4166666667%;
    }
    .grid-y > .xxlarge-18 {
        height: 37.5%;
    }
    .grid-y > .xxlarge-19 {
        height: 39.5833333333%;
    }
    .grid-y > .xxlarge-20 {
        height: 41.6666666667%;
    }
    .grid-y > .xxlarge-21 {
        height: 43.75%;
    }
    .grid-y > .xxlarge-22 {
        height: 45.8333333333%;
    }
    .grid-y > .xxlarge-23 {
        height: 47.9166666667%;
    }
    .grid-y > .xxlarge-24 {
        height: 50%;
    }
    .grid-y > .xxlarge-25 {
        height: 52.0833333333%;
    }
    .grid-y > .xxlarge-26 {
        height: 54.1666666667%;
    }
    .grid-y > .xxlarge-27 {
        height: 56.25%;
    }
    .grid-y > .xxlarge-28 {
        height: 58.3333333333%;
    }
    .grid-y > .xxlarge-29 {
        height: 60.4166666667%;
    }
    .grid-y > .xxlarge-30 {
        height: 62.5%;
    }
    .grid-y > .xxlarge-31 {
        height: 64.5833333333%;
    }
    .grid-y > .xxlarge-32 {
        height: 66.6666666667%;
    }
    .grid-y > .xxlarge-33 {
        height: 68.75%;
    }
    .grid-y > .xxlarge-34 {
        height: 70.8333333333%;
    }
    .grid-y > .xxlarge-35 {
        height: 72.9166666667%;
    }
    .grid-y > .xxlarge-36 {
        height: 75%;
    }
    .grid-y > .xxlarge-37 {
        height: 77.0833333333%;
    }
    .grid-y > .xxlarge-38 {
        height: 79.1666666667%;
    }
    .grid-y > .xxlarge-39 {
        height: 81.25%;
    }
    .grid-y > .xxlarge-40 {
        height: 83.3333333333%;
    }
    .grid-y > .xxlarge-41 {
        height: 85.4166666667%;
    }
    .grid-y > .xxlarge-42 {
        height: 87.5%;
    }
    .grid-y > .xxlarge-43 {
        height: 89.5833333333%;
    }
    .grid-y > .xxlarge-44 {
        height: 91.6666666667%;
    }
    .grid-y > .xxlarge-45 {
        height: 93.75%;
    }
    .grid-y > .xxlarge-46 {
        height: 95.8333333333%;
    }
    .grid-y > .xxlarge-47 {
        height: 97.9166666667%;
    }
    .grid-y > .xxlarge-48 {
        height: 100%;
    }
}
.grid-padding-y .grid-padding-y {
    margin-bottom: -0.2777777778rem;
    margin-top: -0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom: -0.6111111111rem;
        margin-top: -0.6111111111rem;
    }
}
.grid-padding-y > .cell {
    padding-bottom: 0.2777777778rem;
    padding-top: 0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-bottom: 0.6111111111rem;
        padding-top: 0.6111111111rem;
    }
}
.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.cell .grid-frame {
    width: 100%;
}
.cell-block {
    max-width: 100%;
    overflow-x: auto;
}
.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto;
}
.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
}
@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }
    .cell .medium-grid-frame {
        width: 100%;
    }
    .medium-cell-block {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%;
    }
    .medium-cell-block-y {
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media print, screen and (min-width: 60em) {
    .large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }
    .cell .large-grid-frame {
        width: 100%;
    }
    .large-cell-block {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%;
    }
    .large-cell-block-y {
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }
    .cell .xlarge-grid-frame {
        width: 100%;
    }
    .xlarge-cell-block {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .xlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%;
    }
    .xlarge-cell-block-y {
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media screen and (min-width: 93.75em) {
    .xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }
    .cell .xxlarge-grid-frame {
        width: 100%;
    }
    .xxlarge-cell-block {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .xxlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .xxlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%;
    }
    .xxlarge-cell-block-y {
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
.grid-y.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}
@media print, screen and (min-width: 60em) {
    .grid-y.large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}
@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto;
    }
}
@media screen and (min-width: 93.75em) {
    .grid-y.xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        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: 93.75em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%;
    }
}
.grid-margin-y {
    margin-bottom: -0.2777777778rem;
    margin-top: -0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-bottom: -0.6111111111rem;
        margin-top: -0.6111111111rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 0.55556rem);
    margin-bottom: 0.2777777778rem;
    margin-top: 0.2777777778rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.22222rem);
        margin-bottom: 0.6111111111rem;
        margin-top: 0.6111111111rem;
    }
}
.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(2.08333% - 0.55556rem);
}
.grid-margin-y > .small-2 {
    height: calc(4.16667% - 0.55556rem);
}
.grid-margin-y > .small-3 {
    height: calc(6.25% - 0.55556rem);
}
.grid-margin-y > .small-4 {
    height: calc(8.33333% - 0.55556rem);
}
.grid-margin-y > .small-5 {
    height: calc(10.41667% - 0.55556rem);
}
.grid-margin-y > .small-6 {
    height: calc(12.5% - 0.55556rem);
}
.grid-margin-y > .small-7 {
    height: calc(14.58333% - 0.55556rem);
}
.grid-margin-y > .small-8 {
    height: calc(16.66667% - 0.55556rem);
}
.grid-margin-y > .small-9 {
    height: calc(18.75% - 0.55556rem);
}
.grid-margin-y > .small-10 {
    height: calc(20.83333% - 0.55556rem);
}
.grid-margin-y > .small-11 {
    height: calc(22.91667% - 0.55556rem);
}
.grid-margin-y > .small-12 {
    height: calc(25% - 0.55556rem);
}
.grid-margin-y > .small-13 {
    height: calc(27.08333% - 0.55556rem);
}
.grid-margin-y > .small-14 {
    height: calc(29.16667% - 0.55556rem);
}
.grid-margin-y > .small-15 {
    height: calc(31.25% - 0.55556rem);
}
.grid-margin-y > .small-16 {
    height: calc(33.33333% - 0.55556rem);
}
.grid-margin-y > .small-17 {
    height: calc(35.41667% - 0.55556rem);
}
.grid-margin-y > .small-18 {
    height: calc(37.5% - 0.55556rem);
}
.grid-margin-y > .small-19 {
    height: calc(39.58333% - 0.55556rem);
}
.grid-margin-y > .small-20 {
    height: calc(41.66667% - 0.55556rem);
}
.grid-margin-y > .small-21 {
    height: calc(43.75% - 0.55556rem);
}
.grid-margin-y > .small-22 {
    height: calc(45.83333% - 0.55556rem);
}
.grid-margin-y > .small-23 {
    height: calc(47.91667% - 0.55556rem);
}
.grid-margin-y > .small-24 {
    height: calc(50% - 0.55556rem);
}
.grid-margin-y > .small-25 {
    height: calc(52.08333% - 0.55556rem);
}
.grid-margin-y > .small-26 {
    height: calc(54.16667% - 0.55556rem);
}
.grid-margin-y > .small-27 {
    height: calc(56.25% - 0.55556rem);
}
.grid-margin-y > .small-28 {
    height: calc(58.33333% - 0.55556rem);
}
.grid-margin-y > .small-29 {
    height: calc(60.41667% - 0.55556rem);
}
.grid-margin-y > .small-30 {
    height: calc(62.5% - 0.55556rem);
}
.grid-margin-y > .small-31 {
    height: calc(64.58333% - 0.55556rem);
}
.grid-margin-y > .small-32 {
    height: calc(66.66667% - 0.55556rem);
}
.grid-margin-y > .small-33 {
    height: calc(68.75% - 0.55556rem);
}
.grid-margin-y > .small-34 {
    height: calc(70.83333% - 0.55556rem);
}
.grid-margin-y > .small-35 {
    height: calc(72.91667% - 0.55556rem);
}
.grid-margin-y > .small-36 {
    height: calc(75% - 0.55556rem);
}
.grid-margin-y > .small-37 {
    height: calc(77.08333% - 0.55556rem);
}
.grid-margin-y > .small-38 {
    height: calc(79.16667% - 0.55556rem);
}
.grid-margin-y > .small-39 {
    height: calc(81.25% - 0.55556rem);
}
.grid-margin-y > .small-40 {
    height: calc(83.33333% - 0.55556rem);
}
.grid-margin-y > .small-41 {
    height: calc(85.41667% - 0.55556rem);
}
.grid-margin-y > .small-42 {
    height: calc(87.5% - 0.55556rem);
}
.grid-margin-y > .small-43 {
    height: calc(89.58333% - 0.55556rem);
}
.grid-margin-y > .small-44 {
    height: calc(91.66667% - 0.55556rem);
}
.grid-margin-y > .small-45 {
    height: calc(93.75% - 0.55556rem);
}
.grid-margin-y > .small-46 {
    height: calc(95.83333% - 0.55556rem);
}
.grid-margin-y > .small-47 {
    height: calc(97.91667% - 0.55556rem);
}
.grid-margin-y > .small-48 {
    height: calc(100% - 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto,
    .grid-margin-y > .shrink {
        height: auto;
    }
    .grid-margin-y > .small-1 {
        height: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(6.25% - 1.22222rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(12.5% - 1.22222rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(18.75% - 1.22222rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(25% - 1.22222rem);
    }
    .grid-margin-y > .small-13 {
        height: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-y > .small-14 {
        height: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-y > .small-15 {
        height: calc(31.25% - 1.22222rem);
    }
    .grid-margin-y > .small-16 {
        height: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-y > .small-17 {
        height: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-y > .small-18 {
        height: calc(37.5% - 1.22222rem);
    }
    .grid-margin-y > .small-19 {
        height: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-y > .small-20 {
        height: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-y > .small-21 {
        height: calc(43.75% - 1.22222rem);
    }
    .grid-margin-y > .small-22 {
        height: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-y > .small-23 {
        height: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-y > .small-24 {
        height: calc(50% - 1.22222rem);
    }
    .grid-margin-y > .small-25 {
        height: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-y > .small-26 {
        height: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-y > .small-27 {
        height: calc(56.25% - 1.22222rem);
    }
    .grid-margin-y > .small-28 {
        height: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-y > .small-29 {
        height: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-y > .small-30 {
        height: calc(62.5% - 1.22222rem);
    }
    .grid-margin-y > .small-31 {
        height: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-y > .small-32 {
        height: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-y > .small-33 {
        height: calc(68.75% - 1.22222rem);
    }
    .grid-margin-y > .small-34 {
        height: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-y > .small-35 {
        height: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-y > .small-36 {
        height: calc(75% - 1.22222rem);
    }
    .grid-margin-y > .small-37 {
        height: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-y > .small-38 {
        height: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-y > .small-39 {
        height: calc(81.25% - 1.22222rem);
    }
    .grid-margin-y > .small-40 {
        height: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-y > .small-41 {
        height: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-y > .small-42 {
        height: calc(87.5% - 1.22222rem);
    }
    .grid-margin-y > .small-43 {
        height: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-y > .small-44 {
        height: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-y > .small-45 {
        height: calc(93.75% - 1.22222rem);
    }
    .grid-margin-y > .small-46 {
        height: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-y > .small-47 {
        height: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-y > .small-48 {
        height: calc(100% - 1.22222rem);
    }
    .grid-margin-y > .medium-auto,
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(6.25% - 1.22222rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(12.5% - 1.22222rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(18.75% - 1.22222rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(25% - 1.22222rem);
    }
    .grid-margin-y > .medium-13 {
        height: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-y > .medium-14 {
        height: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-y > .medium-15 {
        height: calc(31.25% - 1.22222rem);
    }
    .grid-margin-y > .medium-16 {
        height: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-y > .medium-17 {
        height: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-y > .medium-18 {
        height: calc(37.5% - 1.22222rem);
    }
    .grid-margin-y > .medium-19 {
        height: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-y > .medium-20 {
        height: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-y > .medium-21 {
        height: calc(43.75% - 1.22222rem);
    }
    .grid-margin-y > .medium-22 {
        height: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-y > .medium-23 {
        height: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-y > .medium-24 {
        height: calc(50% - 1.22222rem);
    }
    .grid-margin-y > .medium-25 {
        height: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-y > .medium-26 {
        height: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-y > .medium-27 {
        height: calc(56.25% - 1.22222rem);
    }
    .grid-margin-y > .medium-28 {
        height: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-y > .medium-29 {
        height: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-y > .medium-30 {
        height: calc(62.5% - 1.22222rem);
    }
    .grid-margin-y > .medium-31 {
        height: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-y > .medium-32 {
        height: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-y > .medium-33 {
        height: calc(68.75% - 1.22222rem);
    }
    .grid-margin-y > .medium-34 {
        height: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-y > .medium-35 {
        height: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-y > .medium-36 {
        height: calc(75% - 1.22222rem);
    }
    .grid-margin-y > .medium-37 {
        height: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-y > .medium-38 {
        height: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-y > .medium-39 {
        height: calc(81.25% - 1.22222rem);
    }
    .grid-margin-y > .medium-40 {
        height: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-y > .medium-41 {
        height: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-y > .medium-42 {
        height: calc(87.5% - 1.22222rem);
    }
    .grid-margin-y > .medium-43 {
        height: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-y > .medium-44 {
        height: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-y > .medium-45 {
        height: calc(93.75% - 1.22222rem);
    }
    .grid-margin-y > .medium-46 {
        height: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-y > .medium-47 {
        height: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-y > .medium-48 {
        height: calc(100% - 1.22222rem);
    }
}
@media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto,
    .grid-margin-y > .large-shrink {
        height: auto;
    }
    .grid-margin-y > .large-1 {
        height: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(6.25% - 1.22222rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(12.5% - 1.22222rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(18.75% - 1.22222rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(25% - 1.22222rem);
    }
    .grid-margin-y > .large-13 {
        height: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-y > .large-14 {
        height: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-y > .large-15 {
        height: calc(31.25% - 1.22222rem);
    }
    .grid-margin-y > .large-16 {
        height: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-y > .large-17 {
        height: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-y > .large-18 {
        height: calc(37.5% - 1.22222rem);
    }
    .grid-margin-y > .large-19 {
        height: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-y > .large-20 {
        height: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-y > .large-21 {
        height: calc(43.75% - 1.22222rem);
    }
    .grid-margin-y > .large-22 {
        height: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-y > .large-23 {
        height: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-y > .large-24 {
        height: calc(50% - 1.22222rem);
    }
    .grid-margin-y > .large-25 {
        height: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-y > .large-26 {
        height: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-y > .large-27 {
        height: calc(56.25% - 1.22222rem);
    }
    .grid-margin-y > .large-28 {
        height: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-y > .large-29 {
        height: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-y > .large-30 {
        height: calc(62.5% - 1.22222rem);
    }
    .grid-margin-y > .large-31 {
        height: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-y > .large-32 {
        height: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-y > .large-33 {
        height: calc(68.75% - 1.22222rem);
    }
    .grid-margin-y > .large-34 {
        height: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-y > .large-35 {
        height: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-y > .large-36 {
        height: calc(75% - 1.22222rem);
    }
    .grid-margin-y > .large-37 {
        height: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-y > .large-38 {
        height: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-y > .large-39 {
        height: calc(81.25% - 1.22222rem);
    }
    .grid-margin-y > .large-40 {
        height: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-y > .large-41 {
        height: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-y > .large-42 {
        height: calc(87.5% - 1.22222rem);
    }
    .grid-margin-y > .large-43 {
        height: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-y > .large-44 {
        height: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-y > .large-45 {
        height: calc(93.75% - 1.22222rem);
    }
    .grid-margin-y > .large-46 {
        height: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-y > .large-47 {
        height: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-y > .large-48 {
        height: calc(100% - 1.22222rem);
    }
}
@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto,
    .grid-margin-y > .xlarge-shrink {
        height: auto;
    }
    .grid-margin-y > .xlarge-1 {
        height: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-2 {
        height: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-3 {
        height: calc(6.25% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-4 {
        height: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-5 {
        height: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-6 {
        height: calc(12.5% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-7 {
        height: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-8 {
        height: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-9 {
        height: calc(18.75% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-10 {
        height: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-11 {
        height: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-12 {
        height: calc(25% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-13 {
        height: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-14 {
        height: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-15 {
        height: calc(31.25% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-16 {
        height: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-17 {
        height: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-18 {
        height: calc(37.5% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-19 {
        height: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-20 {
        height: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-21 {
        height: calc(43.75% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-22 {
        height: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-23 {
        height: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-24 {
        height: calc(50% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-25 {
        height: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-26 {
        height: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-27 {
        height: calc(56.25% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-28 {
        height: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-29 {
        height: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-30 {
        height: calc(62.5% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-31 {
        height: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-32 {
        height: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-33 {
        height: calc(68.75% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-34 {
        height: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-35 {
        height: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-36 {
        height: calc(75% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-37 {
        height: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-38 {
        height: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-39 {
        height: calc(81.25% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-40 {
        height: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-41 {
        height: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-42 {
        height: calc(87.5% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-43 {
        height: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-44 {
        height: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-45 {
        height: calc(93.75% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-46 {
        height: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-47 {
        height: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-y > .xlarge-48 {
        height: calc(100% - 1.22222rem);
    }
}
@media screen and (min-width: 93.75em) {
    .grid-margin-y > .xxlarge-auto,
    .grid-margin-y > .xxlarge-shrink {
        height: auto;
    }
    .grid-margin-y > .xxlarge-1 {
        height: calc(2.08333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-2 {
        height: calc(4.16667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-3 {
        height: calc(6.25% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-4 {
        height: calc(8.33333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-5 {
        height: calc(10.41667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-6 {
        height: calc(12.5% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-7 {
        height: calc(14.58333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-8 {
        height: calc(16.66667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-9 {
        height: calc(18.75% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-10 {
        height: calc(20.83333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-11 {
        height: calc(22.91667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-12 {
        height: calc(25% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-13 {
        height: calc(27.08333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-14 {
        height: calc(29.16667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-15 {
        height: calc(31.25% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-16 {
        height: calc(33.33333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-17 {
        height: calc(35.41667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-18 {
        height: calc(37.5% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-19 {
        height: calc(39.58333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-20 {
        height: calc(41.66667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-21 {
        height: calc(43.75% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-22 {
        height: calc(45.83333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-23 {
        height: calc(47.91667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-24 {
        height: calc(50% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-25 {
        height: calc(52.08333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-26 {
        height: calc(54.16667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-27 {
        height: calc(56.25% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-28 {
        height: calc(58.33333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-29 {
        height: calc(60.41667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-30 {
        height: calc(62.5% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-31 {
        height: calc(64.58333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-32 {
        height: calc(66.66667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-33 {
        height: calc(68.75% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-34 {
        height: calc(70.83333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-35 {
        height: calc(72.91667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-36 {
        height: calc(75% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-37 {
        height: calc(77.08333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-38 {
        height: calc(79.16667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-39 {
        height: calc(81.25% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-40 {
        height: calc(83.33333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-41 {
        height: calc(85.41667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-42 {
        height: calc(87.5% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-43 {
        height: calc(89.58333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-44 {
        height: calc(91.66667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-45 {
        height: calc(93.75% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-46 {
        height: calc(95.83333% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-47 {
        height: calc(97.91667% - 1.22222rem);
    }
    .grid-margin-y > .xxlarge-48 {
        height: calc(100% - 1.22222rem);
    }
}
.grid-frame.grid-margin-y {
    height: calc(100vh + 0.55556rem);
}
@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.22222rem);
    }
}
@media print, screen and (min-width: 60em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.22222rem);
    }
}
@media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.22222rem);
    }
}
@media screen and (min-width: 93.75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.22222rem);
    }
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.22222rem);
    }
}
@media print, screen and (min-width: 60em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.22222rem);
    }
}
@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.22222rem);
    }
}
@media screen and (min-width: 93.75em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.22222rem);
    }
}
.button {
    -webkit-appearance: none;
    border: 1px solid transparent;
    font-size: 0.9rem;
    margin: 0 0 0.25rem;
    padding: 0.85em 1em;
}
[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;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary:focus,
.button.primary:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover,
.button:focus,
.button:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #000;
    color: #fff;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: #634f8e;
    color: #fff;
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #4f3f72;
    color: #fff;
}
.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #000;
}
.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #000;
}
.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #eeb301;
    color: #000;
}
.button.warning:focus,
.button.warning:hover {
    background-color: #be8f01;
    color: #000;
}
.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #000;
}
.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #000;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 1px solid #000;
    color: #000;
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #000;
    color: #000;
}
.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 1px solid #000;
    color: #000;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #000;
    color: #000;
}
.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 1px solid #634f8e;
    color: #634f8e;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #322847;
    color: #322847;
}
.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 1px solid #eeb301;
    color: #eeb301;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #775a01;
    color: #775a01;
}
.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
    border-color: transparent;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary:focus,
.button.clear.primary:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #000;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #634f8e;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #322847;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #eeb301;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #775a01;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
.button.dropdown:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 0.4em 0.4em 0;
    content: "";
    display: block;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1em;
    position: relative;
    top: 0.4em;
    width: 0;
}
.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #000;
}
.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #634f8e;
}
.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}
.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #eeb301;
}
.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37;
}
.button.arrow-only:after {
    float: none;
    margin-left: 0;
    top: -0.1em;
}
a.button:focus,
a.button:hover {
    text-decoration: none;
}
.close-button {
    color: #8a8a8a;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}
[data-whatinput="mouse"] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #000;
}
.close-button.small {
    font-size: 1.5em;
    line-height: 1;
    right: 0.66rem;
    top: 0.33em;
}
.close-button,
.close-button.medium {
    font-size: 2em;
    line-height: 1;
    right: 1rem;
    top: 0.5rem;
}
.label {
    border-radius: 0;
    cursor: default;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.33333rem 0.5rem;
    white-space: nowrap;
}
.label,
.label.primary {
    background: #000;
    color: #fff;
}
.label.secondary {
    background: #634f8e;
    color: #fff;
}
.label.success {
    background: #3adb76;
    color: #000;
}
.label.warning {
    background: #eeb301;
    color: #000;
}
.label.alert {
    background: #cc4b37;
    color: #000;
}
.progress {
    background-color: #cacaca;
    border-radius: 0;
    height: 1rem;
    margin-bottom: 0.25rem;
}
.progress.primary .progress-meter {
    background-color: #000;
}
.progress.secondary .progress-meter {
    background-color: #634f8e;
}
.progress.success .progress-meter {
    background-color: #3adb76;
}
.progress.warning .progress-meter {
    background-color: #eeb301;
}
.progress.alert .progress-meter {
    background-color: #cc4b37;
}
.progress-meter {
    background-color: #000;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
}
.progress-meter-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.slider {
    background-color: #e6e6e6;
    cursor: pointer;
    height: 0.5rem;
    margin-bottom: 2.25rem;
    margin-top: 1.25rem;
    position: relative;
    touch-action: none;
    user-select: none;
}
.slider-fill {
    background-color: #cacaca;
    display: inline-block;
    height: 0.5rem;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
    transition: all 0s linear;
}
.slider-handle {
    background-color: #000;
    border-radius: 0;
    cursor: grab;
    display: inline-block;
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: 50%;
    touch-action: manipulation;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    width: 1.4rem;
    z-index: 1;
}
[data-whatinput="mouse"] .slider-handle {
    outline: 0;
}
.slider-handle:hover {
    background-color: #000;
}
.slider-handle.is-dragging {
    cursor: grabbing;
    transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
    cursor: not-allowed;
    opacity: 0.25;
}
.slider.vertical {
    display: inline-block;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scaleY(-1);
    width: 0.5rem;
}
.slider.vertical .slider-fill {
    max-height: 100%;
    top: 0;
    width: 0.5rem;
}
.slider.vertical .slider-handle {
    height: 1.4rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1.4rem;
}
.switch {
    color: #fff;
    font-size: 0.7777777778rem;
    font-weight: 700;
    height: 2rem;
    margin-bottom: 0.25rem;
    outline: 0;
    position: relative;
    user-select: none;
}
.switch-input {
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
}
.switch-paddle {
    background: #cacaca;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-weight: inherit;
    height: 2rem;
    position: relative;
    transition: all 0.25s ease-out;
    width: 4rem;
}
input + .switch-paddle {
    margin: 0;
}
.switch-paddle:after {
    background: #fff;
    border-radius: 0;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0.25rem;
    position: absolute;
    top: 0.25rem;
    transform: translateZ(0);
    transition: all 0.25s ease-out;
    width: 1.5rem;
}
input:checked ~ .switch-paddle {
    background: #000;
}
input:checked ~ .switch-paddle:after {
    left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
    background: #b6b6b6;
}
input:focus-visible ~ .switch-paddle:after {
    background: #fff;
}
input:checked:focus-visible ~ .switch-paddle {
    background: #000;
}
input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0;
}
.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.switch-active {
    display: none;
    left: 8%;
}
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 {
    font-size: 0.5555555556rem;
    height: 1.5rem;
    width: 3rem;
}
.switch.tiny .switch-paddle:after {
    height: 1rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}
.switch.small {
    height: 1.75rem;
}
.switch.small .switch-paddle {
    font-size: 0.6666666667rem;
    height: 1.75rem;
    width: 3.5rem;
}
.switch.small .switch-paddle:after {
    height: 1.25rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}
.switch.large {
    height: 2.5rem;
}
.switch.large .switch-paddle {
    font-size: 0.8888888889rem;
    height: 2.5rem;
    width: 5rem;
}
.switch.large .switch-paddle:after {
    height: 2rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}
table {
    border-radius: 0;
    margin-bottom: 0.25rem;
}
tbody,
tfoot,
thead {
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
caption {
    font-weight: 700;
    padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
}
thead {
    background: #f9f9f9;
    color: #000;
}
tfoot {
    background: #f2f2f2;
    color: #000;
}
tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
}
tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
}
table.unstriped tbody {
    background-color: #fff;
}
table.unstriped tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
@media print, screen and (max-width: 59.99875em) {
    table.stack tfoot,
    table.stack thead {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    overflow-x: auto;
    width: 100%;
}
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(2n):hover {
    background-color: #ededed;
}
.table-scroll {
    overflow-x: auto;
}
.badge {
    border-radius: 50%;
    display: inline-block;
    font-size: 0.6rem;
    min-width: 2.1em;
    padding: 0.3em;
    text-align: center;
}
.badge,
.badge.primary {
    background: #000;
    color: #fff;
}
.badge.secondary {
    background: #634f8e;
    color: #fff;
}
.badge.success {
    background: #3adb76;
    color: #000;
}
.badge.warning {
    background: #eeb301;
    color: #000;
}
.badge.alert {
    background: #cc4b37;
    color: #000;
}
.breadcrumbs {
    list-style: none;
    margin: 0 0 0.25rem;
}
.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    color: #000;
    cursor: default;
    float: left;
    font-size: 0.6111111111rem;
    text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
    color: #cacaca;
    content: "/";
    margin: 0 0.75rem;
    opacity: 1;
    position: relative;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}
.callout {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    color: #000;
    margin: 0 0 1rem;
    padding: 1rem;
    position: relative;
}
.callout > :first-child {
    margin-top: 0;
}
.callout > :last-child {
    margin-bottom: 0;
}
.callout.primary {
    background-color: #d9d9d9;
    color: #000;
}
.callout.secondary {
    background-color: #e7e3f0;
    color: #000;
}
.callout.success {
    background-color: #e1faea;
    color: #000;
}
.callout.warning {
    background-color: #fff5d7;
    color: #000;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #000;
}
.callout.small {
    padding: 0.5rem;
}
.callout.large {
    padding: 3rem;
}
.card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.card > :last-child {
    margin-bottom: 0;
}
.card-divider {
    background: #e6e6e6;
    display: flex;
    flex: 0 1 auto;
    padding: 0.25rem;
}
.card-divider > :last-child {
    margin-bottom: 0;
}
.card-section {
    flex: 1 0 auto;
    padding: 0.25rem;
}
.card-section > :last-child {
    margin-bottom: 0;
}
.card-image {
    min-height: 1px;
}
.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: none;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}
.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-bottom: 0.25rem;
    margin-left: 0;
}
.pagination:after,
.pagination:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
}
.pagination:after {
    clear: both;
}
.pagination li {
    border-radius: 0;
    display: none;
    font-size: 0.7777777778rem;
    margin-right: 0.0555555556rem;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    border-radius: 0;
    color: #000;
    display: block;
    padding: 0.1666666667rem 0.5555555556rem;
}
.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}
.pagination .current {
    background: #000;
    color: #fff;
    cursor: default;
    padding: 0.1666666667rem 0.5555555556rem;
}
.pagination .disabled {
    color: #cacaca;
    cursor: not-allowed;
    padding: 0.1666666667rem 0.5555555556rem;
}
.pagination .disabled:hover {
    background: transparent;
}
.pagination .ellipsis:after {
    color: #000;
    content: "…";
    padding: 0.1666666667rem 0.5555555556rem;
}
.pagination-previous a:before,
.pagination-previous.disabled:before {
    content: "«";
    display: inline-block;
    margin-right: 0.5rem;
}
.pagination-next a:after,
.pagination-next.disabled:after {
    content: "»";
    display: inline-block;
    margin-left: 0.5rem;
}
.has-tip {
    border-bottom: 1px dotted #8a8a8a;
    cursor: help;
    display: inline-block;
    font-weight: 700;
    position: relative;
}
.tooltip {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 80%;
    max-width: 10rem;
    padding: 0.75rem;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
}
.tooltip,
.tooltip:before {
    position: absolute;
}
.tooltip.bottom:before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 0.75rem 0.75rem;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.tooltip.bottom.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.top:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0.75rem 0.75rem 0;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    top: 100%;
    width: 0;
}
.tooltip.top.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.left:before {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    width: 0;
}
.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tooltip.right:before {
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 0.75rem 0.75rem 0.75rem 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    right: 100%;
    width: 0;
}
.tooltip.right.align-center:before {
    bottom: auto;
    top: 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 {
    background: #fff;
    list-style-type: none;
    margin-left: 0;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}
.accordion-title {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #000;
    display: block;
    font-size: 0.6666666667rem;
    line-height: 1;
    padding: 1.25rem 1rem;
    position: relative;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}
.accordion-title:before {
    content: "+";
    margin-top: -0.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
}
.is-active > .accordion-title:before {
    content: "–";
}
.accordion-content {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #000;
    display: none;
    padding: 1rem;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}
.media-object {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.25rem;
}
.media-object img {
    max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap;
    }
}
.media-object-section {
    flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 0.25rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 0.25rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 0.25rem;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}
.media-object-section.main-section {
    flex: 1 1 0px;
}
.flex-video,
.responsive-embed {
    height: 0;
    margin-bottom: 0.8888888889rem;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%;
}
.tabs {
    background: #fff;
    border: 1px solid #e6e6e6;
    list-style-type: none;
    margin: 0;
}
.tabs:after,
.tabs:before {
    content: " ";
    display: table;
    flex-basis: 0;
    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: transparent;
}
.tabs.primary {
    background: #000;
}
.tabs.primary > li > a {
    color: #fff;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #0d0d0d;
}
.tabs-title {
    float: left;
}
.tabs-title > a {
    color: #000;
    display: block;
    font-size: 0.6666666667rem;
    line-height: 1;
    padding: 1.25rem 1.5rem;
}
[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}
.tabs-title > a:hover {
    background: #fff;
    color: #000;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #e6e6e6;
    color: #000;
}
.tabs-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    color: #000;
    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 {
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    margin-bottom: 0.25rem;
    max-width: 100%;
}
a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
a.thumbnail image {
    box-shadow: none;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.menu .button,
.menu a {
    display: block;
    line-height: 1;
    padding: 0.7rem 1rem;
    text-decoration: none;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}
.menu.vertical {
    flex-direction: column;
    flex-wrap: nowrap;
}
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a svg,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a svg {
    text-align: left;
}
.menu.expanded li {
    flex: 1 1 0px;
}
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a svg,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a svg {
    text-align: left;
}
.menu.simple {
    align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .menu.medium-vertical {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 60em) {
    .menu.large-horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .menu.large-vertical {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}
@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .menu.xlarge-vertical {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu.xlarge-expanded li,
    .menu.xlarge-simple li {
        flex: 1 1 0px;
    }
}
@media screen and (min-width: 93.75em) {
    .menu.xxlarge-horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .menu.xxlarge-vertical {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .menu.xxlarge-expanded li,
    .menu.xxlarge-simple li {
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-left: 1rem;
    margin-right: 0;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex;
}
.menu.icon-left li a,
.menu.nested.icon-left li a {
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a,
.menu.nested.icon-right li a {
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a,
.menu.nested.icon-top li a {
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .active > a,
.menu .is-active > a {
    background: #000;
    color: #fff;
}
.menu.align-left {
    justify-content: flex-start;
}
.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a svg,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a svg,
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-left: 0;
    margin-right: 1rem;
}
.menu.align-center li {
    display: flex;
    justify-content: center;
}
.menu.align-center li .submenu li {
    justify-content: flex-start;
}
.menu .menu-text {
    color: inherit;
    font-weight: 700;
    line-height: 1;
    padding: 0.7rem 1rem;
}
.menu-centered > .menu {
    justify-content: center;
}
.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}
.menu-centered > .menu li .submenu li {
    justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.menu-icon {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.menu-icon:after {
    background: #fff;
    box-shadow:
        0 7px 0 #fff,
        0 14px 0 #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.menu-icon:hover:after {
    background: #cacaca;
    box-shadow:
        0 7px 0 #cacaca,
        0 14px 0 #cacaca;
}
.menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.menu-icon.dark:after {
    background: #000;
    box-shadow:
        0 7px 0 #000,
        0 14px 0 #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow:
        0 7px 0 #8a8a8a,
        0 14px 0 #8a8a8a;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-left: 1rem;
    margin-right: 0;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-left: 0;
    margin-right: 1rem;
}
.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 {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    left: auto;
    right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    left: 1rem;
    right: auto;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
    position: relative;
}
.has-submenu-toggle > a {
    margin-right: 40px;
}
.submenu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.submenu-toggle:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    top: 0;
    width: 0;
}
.submenu-toggle[aria-expanded="true"]:after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
}
.submenu-toggle-text {
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
.is-drilldown {
    overflow: hidden;
    position: relative;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    transition: height 0.5s;
}
.drilldown a {
    background: #fff;
    padding: 0.7rem 1rem;
}
.drilldown .is-drilldown-submenu {
    background: #fff;
    left: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.15s linear;
    width: 100%;
    z-index: -1;
}
.drilldown .is-drilldown-submenu.is-active {
    display: block;
    transform: translateX(-100%);
    z-index: 1;
}
.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-left: 0;
    margin-right: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a:after {
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.drilldown .is-drilldown-submenu-parent > a:after,
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    right: 1rem;
    width: 0;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    left: 1rem;
    right: auto;
}
.drilldown .js-drilldown-back > a:before,
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.drilldown .js-drilldown-back > a:before {
    display: inline-block;
    margin-right: 0.75rem;
    vertical-align: middle;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #000;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-left: 0;
    margin-right: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
}
.dropdown.menu.vertical > li > a:after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
}
.dropdown.menu.vertical > li.opens-right > a:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }
    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
    }
}
@media print, screen and (min-width: 60em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }
    .dropdown.menu.large-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a:after {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
    }
}
@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }
    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }
    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }
    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }
    .dropdown.menu.xlarge-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.xlarge-vertical > li.opens-left > a:after {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }
    .dropdown.menu.xlarge-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
    }
}
@media screen and (min-width: 93.75em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }
    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%;
    }
    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }
    .dropdown.menu.xxlarge-horizontal
        > li.is-dropdown-submenu-parent
        > a:after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0;
    }
    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0;
    }
    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
        left: 100%;
        right: auto;
    }
    .dropdown.menu.xxlarge-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.xxlarge-vertical > li.opens-left > a:after {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0;
    }
    .dropdown.menu.xxlarge-vertical > li.opens-right > a:after {
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    left: auto;
    right: 0;
    top: 100%;
}
.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 {
    left: auto;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    left: auto;
    top: 100%;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
}
.is-dropdown-submenu {
    background: #fff;
    border: 1px solid #cacaca;
    display: none;
    left: 100%;
    min-width: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.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 {
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.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 {
    background: hsla(0, 0%, 100%, 0.25);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 11;
}
.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 {
    overflow: hidden;
    position: relative;
}
.off-canvas {
    backface-visibility: hidden;
    background: #e6e6e6;
    position: fixed;
    transition: transform 0.5s ease;
    z-index: 12;
}
[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 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
    transform: translate(0);
}
.off-canvas-absolute {
    backface-visibility: hidden;
    background: #e6e6e6;
    position: absolute;
    transition: transform 0.5s ease;
    z-index: 12;
}
[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 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
    transform: translate(0);
}
.position-left {
    height: 100%;
    left: 0;
    overflow-y: auto;
    top: 0;
    -webkit-overflow-scrolling: touch;
    width: 250px;
}
.off-canvas-content .off-canvas.position-left,
.position-left {
    transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
}
.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-right {
    height: 100%;
    overflow-y: auto;
    right: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    width: 250px;
}
.off-canvas-content .off-canvas.position-right,
.position-right {
    transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
}
.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-top {
    left: 0;
    overflow-x: auto;
    top: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 250px;
}
.off-canvas-content .off-canvas.position-top,
.position-top {
    transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px);
}
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}
.position-bottom {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 250px;
}
.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px);
}
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}
.off-canvas-content {
    backface-visibility: hidden;
    transform: none;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: transform 0.5s ease;
}
.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
    transform: translate(0);
}
@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-left.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-right.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-top.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 60em) {
    .position-left.reveal-for-large {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-left.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-right.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-top.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-bottom.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-left.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-xlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-right.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-xlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-top.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-xlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-bottom.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media screen and (min-width: 93.75em) {
    .position-left.reveal-for-xxlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-left.reveal-for-xxlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-xxlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-xxlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-right.reveal-for-xxlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-xxlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-xxlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-top.reveal-for-xxlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-xxlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-xxlarge {
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 12;
    }
    .position-bottom.reveal-for-xxlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        transition: none;
        visibility: visible;
        width: auto;
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: 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 {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        transition: none;
        visibility: visible;
        width: auto;
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: 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 {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        transition: none;
        visibility: visible;
        width: auto;
    }
    .off-canvas.in-canvas-for-xlarge.position-bottom,
    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top {
        box-shadow: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none;
    }
}
@media screen and (min-width: 93.75em) {
    .off-canvas.in-canvas-for-xxlarge {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        transition: none;
        visibility: visible;
        width: auto;
    }
    .off-canvas.in-canvas-for-xxlarge.position-bottom,
    .off-canvas.in-canvas-for-xxlarge.position-left,
    .off-canvas.in-canvas-for-xxlarge.position-right,
    .off-canvas.in-canvas-for-xxlarge.position-top {
        box-shadow: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-xxlarge .close-button {
        display: none;
    }
}
html.is-reveal-open {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}
html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
    overflow-y: hidden;
}
.reveal-overlay {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
}
.reveal,
.reveal-overlay {
    display: none;
    -webkit-overflow-scrolling: touch;
}
.reveal {
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0.25rem;
    position: relative;
    top: 100px;
    z-index: 1006;
}
#quick-view-modal.reveal {
    top: 20px;
}
[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 {
        max-width: 80.1111111111rem;
        width: 600px;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        max-width: 80.1111111111rem;
        width: 30%;
    }
    .reveal.small {
        max-width: 80.1111111111rem;
        width: 50%;
    }
    .reveal.large {
        max-width: 80.1111111111rem;
        width: 90%;
    }
}
.reveal.full {
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    max-width: none;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
    .reveal {
        border: 0;
        border-radius: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        margin-left: 0;
        max-width: none;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 100%;
    }
}
.reveal.without-overlay {
    position: fixed;
}
.sticky,
.sticky-container {
    position: relative;
}
.sticky {
    transform: translateZ(0);
    z-index: 0;
}
.sticky.is-stuck {
    position: fixed;
    width: 100%;
    z-index: 5;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    left: auto;
    position: relative;
    right: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
.title-bar {
    align-items: center;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 0.5rem;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
    flex: 1 1 0px;
}
.title-bar-right {
    text-align: right;
}
.title-bar-title {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
}
.top-bar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0.5rem;
}
.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}
.top-bar input {
    margin-right: 1rem;
    max-width: 200px;
}
.top-bar .input-group-field {
    margin-right: 0;
    width: 100%;
}
.top-bar input.button {
    width: auto;
}
.top-bar {
    flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto;
    }
}
@media print, screen and (max-width: 59.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 93.74875em) {
    .top-bar.stacked-for-xlarge {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 119.99875em) {
    .top-bar.stacked-for-xxlarge {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
    flex: 0 0 auto;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
}
.clearfix:after {
    clear: both;
}
.align-left {
    justify-content: flex-start;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    align-content: center;
    align-items: center;
    justify-content: center;
}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
.small-order-3 {
    order: 3;
}
.small-order-4 {
    order: 4;
}
.small-order-5 {
    order: 5;
}
.small-order-6 {
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}
@media print, screen and (min-width: 60em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        order: 1;
    }
    .xlarge-order-2 {
        order: 2;
    }
    .xlarge-order-3 {
        order: 3;
    }
    .xlarge-order-4 {
        order: 4;
    }
    .xlarge-order-5 {
        order: 5;
    }
    .xlarge-order-6 {
        order: 6;
    }
}
@media screen and (min-width: 93.75em) {
    .xxlarge-order-1 {
        order: 1;
    }
    .xxlarge-order-2 {
        order: 2;
    }
    .xxlarge-order-3 {
        order: 3;
    }
    .xxlarge-order-4 {
        order: 4;
    }
    .xxlarge-order-5 {
        order: 5;
    }
    .xxlarge-order-6 {
        order: 6;
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 60em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: flex;
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto;
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto;
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto;
    }
    .xlarge-flex-dir-row {
        flex-direction: row;
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .xlarge-flex-dir-column {
        flex-direction: column;
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 93.75em) {
    .xxlarge-flex-container {
        display: flex;
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto;
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto;
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto;
    }
    .xxlarge-flex-dir-row {
        flex-direction: row;
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .xxlarge-flex-dir-column {
        flex-direction: column;
    }
    .xxlarge-flex-dir-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: 93.74875em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 93.75em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (min-width: 93.75em) {
    .hide-for-xxlarge {
        display: none !important;
    }
}
@media screen and (max-width: 93.74875em) {
    .show-for-xxlarge {
        display: none !important;
    }
}
@media screen and (min-width: 93.75em) and (max-width: 119.99875em) {
    .hide-for-xxlarge-only {
        display: none !important;
    }
}
@media screen and (max-width: 93.74875em), screen and (min-width: 120em) {
    .show-for-xxlarge-only {
        display: none !important;
    }
}
.show-for-sr,
.show-on-focus {
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
.show-on-focus:active,
.show-on-focus:focus {
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    clip: auto !important;
    white-space: normal !important;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        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 (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .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;
}
.dd {
    opacity: 0;
    position: relative;
    transition:
        visibility 0s linear 0.3s,
        opacity 0.3s linear;
    visibility: hidden;
    z-index: 1000;
}
.dd_show {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}
.dd__content {
    background: #fafafa;
    color: #000;
    left: 0;
    padding: 1.1666666667rem;
    position: absolute;
    top: 0;
    width: 100%;
}
.slick-slider {
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}
.slick-slide img {
    display: block;
}
[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 {
    border: 0.0555555556rem solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide a,
.slick-slide:focus {
    outline: none;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: none;
}
.slick-prev {
    left: 1rem;
}
.slick-next {
    right: 1rem;
}
.slick-next,
.slick-prev {
    align-items: center;
    background: rgba(0, 0, 0, 0.133);
    border: none;
    border-radius: 0.2777777778rem;
    color: hsla(0, 0%, 100%, 0.533);
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 2.7777777778rem;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6666666667rem;
    z-index: 1;
}
.slick-next svg,
.slick-prev svg {
    height: 2.3888888889rem;
    width: 1.3888888889rem;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: rgba(0, 0, 0, 0.333);
    color: hsla(0, 0%, 100%, 0.533);
    outline: none;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    background: rgba(0, 0, 0, 0.067);
    color: hsla(0, 0%, 100%, 0.533);
}
.slick-dots {
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.slick-dots li.slick-active button:after {
    left: 0;
    visibility: visible;
}
.slick-dots li button {
    background: hsla(0, 0%, 100%, 0.4);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 0.3333333333rem;
    line-height: 0;
    margin: 0 0.2777777778rem;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 6.6666666667rem;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    background: hsla(0, 0%, 100%, 0.533);
}
.slick-dots li button:after {
    background: #fff;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 10s linear;
    visibility: hidden;
    width: 100%;
}
@keyframes slideshowBars {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
@media print, screen and (max-width: 39.99875em) {
    .slick-dots li button {
        width: 2.5rem;
    }
}
.contacts {
    background: #0e0bd8;
    font-size: 0.7222222222rem;
    padding-bottom: 0.3888888889rem;
    padding-top: 0.7222222222rem;
}
.contacts__icon {
    font-size: 0.9444444444rem;
    line-height: 0.75rem;
    margin-right: 0.2222222222rem;
}
.contacts__search {
    color: #fff;
    font-weight: 700;
}
.contacts__search:active,
.contacts__search:focus,
.contacts__search:hover {
    color: #cacaca;
}
.contacts__block {
    font-size: 1.2222222222rem;
    line-height: 1;
    margin-right: 0.4444444444rem;
}
.contacts__link {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-right: 0.5555555556rem;
}
.contacts__link:active,
.contacts__link:focus,
.contacts__link:hover {
    color: #cacaca;
}
.contacts__menu {
    color: #fff;
    cursor: pointer;
    display: none;
    height: 1.0555555556rem;
    margin-right: 0.5555555556rem;
    width: 0.8333333333rem;
}
.contacts__cab,
.contacts__info {
    padding-bottom: 0.3888888889rem;
}
.contacts__info {
    text-align: right;
}
@media print, screen and (max-width: 59.99875em) {
    .contacts,
    .contacts__info {
        text-align: center;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .contacts {
        padding-bottom: 0.0555555556rem;
    }
    .contacts__block_spec {
        display: inline-block;
        width: calc(100% - 1.875rem);
    }
    .contacts__icon {
        display: none;
    }
    .contacts__menu {
        display: inline-block;
        height: 0.8333333333rem;
        margin-bottom: 0.3333333333rem;
    }
    .contacts__info {
        display: flex;
        flex-flow: row wrap;
    }
}
.promo {
    background: #000;
    color: #fff;
    margin-bottom: 2.2222222222rem;
    padding-bottom: 3.8888888889rem;
    padding-top: 3.8888888889rem;
}
.promo__img {
    width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
    .promo {
        padding-bottom: 1.1111111111rem;
        padding-top: 2.2222222222rem;
    }
}
.double {
    margin-left: 0.2222222222rem;
    margin-right: 0.2222222222rem;
}
.header {
    padding-bottom: 0;
    padding-top: 0.0555555556rem;
}
.header__main {
    box-shadow: 0 0 0.0555555556rem rgba(0, 0, 0, 0.2);
    padding-bottom: 1.0833333333rem;
    padding-top: 1.1111111111rem;
}
.header__rel {
    position: relative;
}
.header__core {
    position: absolute;
    right: 0;
    top: 0.3888888889rem;
    transform: rotate(0deg);
    transition: 0.3s;
    width: 0.6666666667rem;
}
.header__core svg {
    display: block;
    max-width: 100%;
}
.header__ico_opened .header__core {
    transform: rotate(180deg);
}
.header__flex,
.header__nav {
    display: flex;
    flex-flow: row wrap;
}
.header__flex {
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
}
.header__logo {
    display: block;
    width: 7.7777777778rem;
}
.header__second {
    display: block;
    font-size: 0.8888888889rem;
    padding: 0.4444444444rem 0.8333333333rem;
    text-transform: uppercase;
    white-space: nowrap;
}
.header__drop {
    background-color: #fff;
    box-shadow: 0 0.5555555556rem 1.1111111111rem rgba(0, 0, 0, 0.09);
    display: block;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0.5555555556rem 0 0.2777777778rem;
    position: absolute;
    transform: translate3d(0, -0.6666666667rem, 0);
    visibility: hidden;
    z-index: 5;
}
.header__drop_visible {
    transform: translateZ(0);
    transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    visibility: visible;
}
.header__li {
    position: relative;
}
.header__anchor {
    display: block;
    font-size: 0.8888888889rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
    padding: 0.4166666667rem 0.8333333333rem;
    text-transform: uppercase;
}
.header__anchor svg {
    height: 0.5555555556rem;
    margin-left: 0.2777777778rem;
    width: 0.5555555556rem;
}
.header__get {
    display: inline-block;
    position: relative;
}
.header__get:after {
    border-bottom: 0.1111111111rem solid;
    bottom: -0.2777777778rem;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
}
.header__get:hover:after {
    width: 100%;
}
.header__insta {
    display: block;
    font-size: 0;
    margin-right: 0;
    padding: 0.3888888889rem 0.5rem;
    position: relative;
    top: 0;
}
.header__insta svg {
    display: inline-block;
    height: 0.8888888889rem;
    width: 0.8888888889rem;
}
.header__menu {
    cursor: pointer;
    margin-right: 1.7222222222rem;
    padding: 0.4166666667rem;
}
.header__menu svg {
    display: block;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
}
.header__menu path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
.header__link {
    display: block;
    font-size: 0.85rem;
    padding: 0.2777777778rem 1.1111111111rem 0.2777777778rem 0;
}
.header__ico {
    cursor: pointer;
    display: block;
    padding: 0.4166666667rem 0.0555555556rem;
}
.header__ico svg {
    display: block;
    height: 1.5555555556rem;
    width: 1.5555555556rem;
}
.header__ico circle,
.header__ico path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
.header__ico_cart {
    position: relative;
}
.header__ico_src {
    margin-right: 2.8888888889rem;
}
.header__bubble {
    background: #ff4f33;
    border: 0.1111111111rem solid #fff;
    border-radius: 50%;
    height: 0.8333333333rem;
    position: absolute;
    right: -0.1666666667rem;
    top: 0.3333333333rem;
    width: 0.8333333333rem;
}
.header__wrap {
    background: #e6e6e6;
    height: calc(100vh - 1.77778rem);
    left: 0;
    overflow-y: auto;
    padding-top: 3.0555555556rem;
    position: fixed;
    top: 1.7777777778rem;
    width: 100%;
    z-index: 30;
}
@media print, screen and (max-width: 74.99875em) {
    .header__flex {
        padding-left: 0;
        padding-right: 0;
    }
    .header__logo {
        display: inline-block;
        width: 6.1111111111rem;
    }
    .header__anchor {
        padding: 0.3888888889rem;
    }
}
@media print, screen and (max-width: 59.99875em) {
    .header__wrap {
        height: 100vh;
        height: 100dvh;
        padding-left: 0.1666666667rem;
        padding-right: 0.1666666667rem;
        padding-top: 1.1111111111rem;
        top: 0;
    }
    .header__main {
        padding: 0.8638888889rem 0 0.975rem;
    }
    .header__ico {
        margin-right: -0.2222222222rem;
        padding: 0.4166666667rem 0.2222222222rem;
    }
    .header__ico svg {
        height: 1.6666666667rem;
        width: 1.6666666667rem;
    }
    .header__ico_src {
        margin-right: -0.3888888889rem;
    }
}
.share {
    font-size: 1.5555555556rem;
    margin-bottom: 1.3333333333rem;
}
.share__text {
    color: #9bb3be;
}
.share__enter,
.share__text {
    font-size: 0.7777777778rem;
    margin-right: 0.4444444444rem;
}
@media print, screen and (max-width: 59.99875em) {
    .share__text {
        display: none;
    }
}
.info {
    margin-bottom: 1.3888888889rem;
}
.info_7 {
    margin-bottom: 0.3888888889rem;
}
.info_9 {
    margin-bottom: 0.5rem;
}
.info_15 {
    margin-bottom: 0.8333333333rem;
}
.info_20 {
    margin-bottom: 1.1111111111rem;
}
.info_30 {
    margin-bottom: 1.6666666667rem;
}
.info_34 {
    margin-bottom: 1.8888888889rem;
}
.info_40 {
    margin-bottom: 2.2222222222rem;
}
.info_45 {
    margin-bottom: 2.5rem;
}
.info_50 {
    margin-bottom: 2.7777777778rem;
}
.info_55 {
    margin-bottom: 3.0555555556rem;
}
.info_75 {
    margin-bottom: 4.1666666667rem;
}
.info_76 {
    margin-bottom: 4.2222222222rem;
}
.info_95 {
    margin-bottom: 5.2777777778rem;
}
.info_98 {
    margin-bottom: 5.4444444444rem;
}
.info_150 {
    margin-bottom: 8.3333333333rem;
}
.info_155 {
    margin-bottom: 8.6111111111rem;
}
.info_200 {
    margin-bottom: 11.1111111111rem;
}
@media print, screen and (max-width: 39.99875em) {
    .info_40 {
        margin-bottom: 1.1111111111rem;
    }
    .info_45 {
        margin-bottom: 1.25rem;
    }
    .info_50 {
        margin-bottom: 1.6666666667rem;
    }
    .info_76 {
        margin-bottom: 2.2222222222rem;
    }
    .info_98 {
        margin-bottom: 3.5555555556rem;
    }
    .info_150 {
        margin-bottom: 4.4444444444rem;
    }
    .info_155 {
        margin-bottom: 6.6666666667rem;
    }
    .info_200 {
        margin-bottom: 6.1111111111rem;
    }
}
.news {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: 1.6666666667rem;
    text-decoration: none;
    text-transform: uppercase;
}
.news:hover .news__title {
    text-decoration: underline;
}
.news__main {
    padding-left: 2.3333333333rem;
    padding-right: 2.3333333333rem;
}
.news__img {
    display: block;
    margin-bottom: 1.4444444444rem;
}
.news__img img {
    width: 100%;
}
.news__title {
    margin-bottom: 0.5555555556rem;
}
.news__date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.7777777778rem;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.news__date:after {
    background: #000;
    content: "";
    display: inline-block;
    height: 0.0555555556rem;
    margin-left: 0.7777777778rem;
    position: relative;
    width: 2.8888888889rem;
}
.art {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin-left: 0;
}
.art__item_active {
    font-weight: 700;
}
.art__item_active,
.art__link {
    padding: 0.5555555556rem 0.7777777778rem;
}
.art__link {
    display: block;
    text-decoration: none;
}
.fa-layers {
    vertical-align: middle;
}
.step {
    display: flex;
    margin-bottom: 1.3333333333rem;
}
.step__label {
    cursor: pointer;
    font-size: 0.8888888889rem;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.7222222222rem;
    position: relative;
}
.step__label:before {
    background: none;
    border: 0.0555555556rem solid #dedede;
}
.step__label:after,
.step__label:before {
    border-radius: 0.2222222222rem;
    content: "";
    display: block;
    height: 1.0738888889rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.0738888889rem;
}
.step__label:after {
    background: #111 url(../images/gal.svg) no-repeat 50%;
    background-size: 0.5555555556rem 0.5555555556rem;
    opacity: 0;
    transition: 0.133s;
}
.step__input {
    display: none;
}
.step__input:checked + .step__label:after {
    opacity: 1;
}
.step__input:disabled + .step__label {
    cursor: not-allowed;
    opacity: 0.7;
}
.sect {
    margin-bottom: 1.3333333333rem;
}
.sect_iframe {
    border: 0;
    height: 19.4444444444rem;
    width: 100%;
}
.sect_col {
    width: 50%;
}
.sect_rect {
    margin-bottom: 0.6666666667rem;
}
.sect_primary {
    color: #000;
}
.sect_big {
    font-size: 1rem;
}
.sect_type {
    font-weight: 700;
    margin-bottom: 0.6666666667rem;
}
.sect_date {
    color: #634f8e;
    font-weight: 700;
}
.sect_time {
    color: #8a8a8a;
    margin-bottom: 0;
}
.sect_main {
    background: #fafafa;
}
.sect_dib {
    display: inline-block;
    margin-right: 0.4444444444rem;
}
.sect_dark,
.sect_place {
    color: #8a8a8a;
}
.sect_place {
    padding-bottom: 1.8888888889rem;
    padding-top: 1.8888888889rem;
}
.sect_link {
    margin-right: 0.4444444444rem;
}
.sect_err {
    display: inline-block;
    font-size: 1.8888888889rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0.5555555556rem;
}
.sect__date,
.sect_err {
    color: #cacaca;
}
.sect__svg {
    height: 3.8888888889rem;
    width: 100%;
}
.sect__svg use {
    fill: #48626f;
}
.picture {
    margin-right: 0.2222222222rem;
}
.side__block {
    background: #fafafa;
    border-radius: 0;
    margin-bottom: 1.3333333333rem;
    padding: 1.1666666667rem;
}
.side__city {
    font-weight: 700;
    margin-left: 0.2222222222rem;
    margin-right: 0.2222222222rem;
}
.side__place {
    font-size: 0.8333333333rem;
    margin-bottom: 1.3333333333rem;
}
.side__date {
    color: #634f8e;
    font-size: 1.1666666667rem;
    margin-bottom: 0.6666666667rem;
}
.way {
    font-size: 0.6111111111rem;
    margin-bottom: 1.3333333333rem;
}
.way__pole {
    margin-left: 0.2222222222rem;
    margin-right: 0.2222222222rem;
}
.partners {
    display: flex;
    flex-flow: column nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.partners .partners {
    margin-left: 1.1111111111rem;
}
.partners__link {
    display: block;
    line-height: 1;
    padding: 0.5555555556rem 0.7777777778rem;
    text-decoration: none;
}
.partners__link_active {
    background: #000;
    color: #fff;
}
.partners__link_active:active,
.partners__link_active:focus,
.partners__link_active:hover {
    color: #fff;
}
.canv {
    margin-left: 0.2222222222rem;
}
.hr {
    margin-bottom: 2.2222222222rem;
}
.soc {
    color: #9bb3be;
}
.soc_fb {
    color: #3f619c;
}
.soc_vk {
    color: #3e709c;
}
.soc_twi {
    color: #2fa4cc;
}
.soc_insta {
    color: #000;
}
.soc_ok {
    color: #fc6719;
}
.cat {
    display: flex;
    flex-flow: row wrap;
    font-weight: 700;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}
.cat_top {
    margin-top: 0.2777777778rem;
}
.cat__link {
    display: block;
    position: relative;
}
.cat__link,
.cat__link:active,
.cat__link:focus,
.cat__link:hover {
    color: #634f8e;
}
.cat__link:after {
    border-bottom: 0.1111111111rem solid #eeb301;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}
.cat__item {
    padding-right: 1.6666666667rem;
    position: relative;
}
.cat__item:last-child {
    padding-right: 0;
}
.cat__item .cat {
    background: #f9f9f9;
    border-bottom: 0.1111111111rem solid #eeb301;
    display: none;
    font-weight: 400;
    left: 0;
    margin: -0.1666666667rem 0 0 -1rem;
    padding: 0.5rem 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 13rem;
}
.cat__item .cat .cat {
    left: 100%;
    top: 0;
}
.cat__item .cat__item {
    padding: 0;
    width: 100%;
}
.cat__item .cat__item .cat__link {
    color: #634f8e;
    display: block;
    padding: 0.5rem 1rem;
}
.cat__item .cat__item .cat__link:after {
    display: none;
}
.cat__item .cat__item .cat__link:hover {
    background: #f2f2f2;
    color: #634f8e;
}
.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-bottom: 0.2777777778rem;
        padding-right: 0.8333333333rem;
        padding-top: 0.2777777778rem;
    }
    .cat__item .cat .cat__item:hover > .cat {
        display: none;
    }
}
@media print, screen and (max-width: 59.99875em) {
    .cat {
        justify-content: center;
        margin-top: 1.1666666667rem;
    }
    .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%;
    }
}
.footer {
    border-top: 0.0555555556rem solid #e8e8e1;
    padding-bottom: 3.3333333333rem;
    padding-top: 3.3333333333rem;
    position: relative;
}
.footer__h4 {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    margin-bottom: 1.1111111111rem;
    text-transform: uppercase;
}
.footer__logo {
    display: inline-block;
    width: 6.2777777778rem;
}
.footer__copy {
    font-size: 0.7rem;
    padding-top: 0.2222222222rem;
}
.footer__insta {
    display: block;
    font-size: 0;
    margin-right: 0;
    position: relative;
    top: 0;
}
.footer__insta svg {
    display: inline-block;
    height: 1.3333333333rem;
    width: 1.3333333333rem;
}
.footer__300 {
    max-width: 100%;
    width: 16.6666666667rem;
}
.footer__link {
    display: block;
    font-size: 0.85rem;
    padding-bottom: 0.2222222222rem;
    padding-top: 0.2222222222rem;
}
.footer__text {
    font-size: 0.85rem;
    margin-bottom: 0.8333333333rem;
}
@media print, screen and (max-width: 59.99875em) {
    .footer {
        border-top: 0;
        padding-top: 0;
    }
    .footer__300 {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__0 {
        border-bottom: 0.0555555556rem solid #e8e8e1;
        display: none;
        padding-bottom: 1.1111111111rem;
        text-align: center;
    }
    .footer__copy {
        padding-top: 1.4444444444rem;
    }
    .footer__link {
        text-align: center;
    }
    .footer__insta {
        margin-bottom: 0.5555555556rem;
    }
    .footer__logo {
        margin-bottom: 1.1111111111rem;
        padding-top: 1.1111111111rem;
    }
    .footer__h4 {
        border-top: 0.0555555556rem solid #e8e8e1;
        cursor: pointer;
        font-size: 0.7333333333rem;
        margin-bottom: 0;
        padding: 0.8055555556rem 2.2222222222rem;
        position: relative;
        text-align: center;
    }
    .footer__h4:after {
        background: url(../images/arr.svg) no-repeat 50%;
        content: "";
        display: block;
        height: 0.5555555556rem;
        position: absolute;
        right: 0;
        top: calc(50% - 0.27778rem);
        transform: rotate(0deg);
        transition: 0.2s;
        width: 0.5555555556rem;
    }
    .footer__h4_bottom {
        border-bottom: 0.0555555556rem solid #e8e8e1;
        height: 0;
        margin-bottom: 0.8333333333rem;
    }
    .footer__h4_opened {
        border-bottom: 0;
    }
    .footer__h4_opened:after {
        transform: rotate(180deg);
    }
}
.project {
    margin-bottom: 1.7777777778rem;
}
.project__img {
    margin-bottom: 1.3333333333rem;
}
.project__title {
    font-size: 1rem;
    margin-bottom: 0.6666666667rem;
}
.project__views {
    color: #8a8a8a;
    margin-left: 0.4444444444rem;
    margin-right: 0.8888888889rem;
}
.project__icon {
    color: #8a8a8a;
}
.project__info {
    padding-bottom: 1.1111111111rem;
}
.project__cat,
.project__text {
    margin-bottom: 0.6666666667rem;
}
.project__cat {
    color: #8a8a8a;
    display: block;
}
.traffic {
    background: #fafafa;
    margin-bottom: 2.2222222222rem;
    text-align: center;
    visibility: hidden;
}
.traffic.slick-initialized {
    visibility: visible;
}
.traffic__photo {
    align-self: center;
}
.traffic__img {
    margin-bottom: 1.3333333333rem;
    width: 100%;
}
.traffic__item {
    background: 50% no-repeat;
    background-size: cover;
    display: none;
    padding: 2rem 3rem;
    position: relative;
}
.traffic__item:first-child {
    display: block;
}
.traffic__text {
    font-size: 0.8333333333rem;
    margin-bottom: 1.1666666667rem;
}
.traffic__content {
    min-height: 22.2222222222rem;
}
.traffic__content_white {
    color: #fff;
}
.traffic__darken:before {
    background: rgba(0, 0, 0, 0.333);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}
@media print, screen and (max-width: 59.99875em) {
    .traffic__content {
        min-height: 16.6666666667rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .traffic {
        height: 34.2777777778rem;
        overflow: hidden;
    }
    .traffic.slick-initialized {
        height: auto;
        overflow: visible;
    }
    .traffic__img {
        display: none;
    }
    .traffic__content {
        min-height: unset;
    }
    .traffic__photo {
        order: 2;
    }
    .traffic__item {
        padding: 2rem 0;
    }
}
.offspring__img {
    margin-bottom: 1.1666666667rem;
}
.offspring__title {
    display: block;
    font-size: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
}
.offspring__old {
    color: #8a8a8a;
    text-decoration: line-through;
}
.offspring__cost {
    font-size: 0.7777777778rem;
}
.offspring__favor {
    color: #8a8a8a;
    margin-right: 0.4444444444rem;
}
.offspring__small {
    display: block;
    font-size: 0.6111111111rem;
    margin-bottom: 0.1666666667rem;
}
.offspring__price {
    font-size: 1.1666666667rem;
    font-weight: 700;
}
.offspring__price_cost {
    font-size: 0.7777777778rem;
}
.offspring__no {
    color: #8a8a8a;
    font-style: italic;
}
.offspring__info {
    margin-bottom: 1.1666666667rem;
}
.offspring__cat {
    color: #8a8a8a;
    display: block;
    font-size: 0.7222222222rem;
    font-weight: 400;
    margin-bottom: 0.5555555556rem;
}
@media print, screen and (max-width: 59.99875em) {
    .offspring__small {
        display: inline-block;
        margin-right: 0.4444444444rem;
    }
    .offspring__old {
        margin-bottom: 0.5555555556rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .offspring__cat {
        display: none;
    }
}
.reg {
    font-size: 0.6111111111rem;
    line-height: 1.9;
}
.comp__tr {
    vertical-align: top;
}
.comp__small {
    font-size: 0.7777777778rem;
}
.comp__clear {
    color: #8a8a8a;
    white-space: nowrap;
}
.menu-top {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.menu-top__hamburger {
    margin: 0.8888888889rem 0;
}
.menu-top__item {
    border: solid #e6e6e6;
    border-width: 0 0 0 0.0555555556rem;
    display: block;
    padding: 0 1rem;
}
.menu-top__item:first-child {
    border: 0;
    padding-left: 0;
}
.menu-top__item:last-child {
    padding-right: 0;
}
.menu-top__link {
    color: #fff;
    display: block;
    padding: 0;
}
.menu-top__link:hover,
.menu-top__link_active {
    color: #eee;
}
.menu-top__link_red {
    color: #000;
}
@media print, screen and (max-width: 59.99875em) {
    .menu-top {
        justify-content: center;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .menu-top {
        justify-content: flex-start;
    }
    .menu-top__item {
        border-width: 0.0555555556rem 0 0;
        padding: 0;
        width: 100%;
    }
    .menu-top__link {
        padding: 0.5rem 0;
    }
}
.capt__img {
    height: 3.3333333333rem;
    width: 100%;
}
.tile,
.tile__title {
    margin-bottom: 0.5555555556rem;
}
.tile__title {
    display: block;
}
.tile__no {
    color: #8a8a8a;
}
.tile__price {
    font-weight: 700;
    margin-bottom: 0.5555555556rem;
}
.tile__link {
    display: block;
    margin-bottom: 1.1666666667rem;
}
.tile__img {
    height: 4.4444444444rem;
}
.tile__clear {
    color: #8a8a8a;
    display: block;
    margin-bottom: 1.1666666667rem;
    white-space: nowrap;
}
.quant {
    display: inline-block;
    margin-bottom: 1.3888888889rem;
    position: relative;
    width: 4.4444444444rem;
}
.quant__input {
    border: 0.0555555556rem solid #e8e8e1;
    height: 1.8888888889rem;
    height: 1.6905555556rem;
    margin-bottom: 0;
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
    text-align: center;
}
.quant__input_big {
    height: 2.025rem;
}
.quant__minus,
.quant__plus {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.6666666667rem;
}
.quant__minus svg,
.quant__plus svg {
    display: block;
    height: 0.5555555556rem;
    width: 0.5555555556rem;
}
.quant__plus {
    left: auto;
    right: 0;
}
.radio {
    cursor: pointer;
    display: flex;
    margin-bottom: 0.6666666667rem;
}
.radio__label {
    background: url(../images/rad.svg) no-repeat left 0.1111111111rem;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.1111111111rem;
}
.radio__input {
    display: none;
    margin-bottom: 0;
    margin-top: 0.1111111111rem;
}
.radio__input:checked + .radio__label {
    background: url(../images/rad-2.svg) no-repeat left 0.1111111111rem;
}
.radio__input:disabled + .radio__label {
    cursor: not-allowed;
    opacity: 0.7;
}
.order__meta {
    color: #888;
}
.order__subtitle {
    font-size: 0.6666666667rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.4444444444rem;
    text-transform: uppercase;
}
.order__option-switch {
    position: absolute;
    visibility: hidden;
}
.order__option-more {
    display: none;
}
.order__option-item {
    background-color: #fff;
    border: 0.0555555556rem solid rgba(68, 68, 68, 0.267);
    border-radius: 0.25rem;
    color: #444;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    position: relative;
}
.order__option-item:hover,
.order__option-switch:checked + .order__option-item {
    border-color: #27bab5;
    box-shadow: inset 0 0 0 0.0555555556rem #27bab5;
}
.order__option-switch:checked + .order__option-item .order__option-more {
    display: block;
}
.order__option-title {
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 0.2222222222rem;
}
.order__option-title:hover {
    background-color: #f3f3f3;
}
.commodity__img {
    margin-bottom: 1.1666666667rem;
}
.commodity__title {
    display: block;
    font-size: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
}
.commodity__old {
    color: #8a8a8a;
    text-decoration: line-through;
}
.commodity__cost {
    font-size: 0.7777777778rem;
}
.commodity__favor {
    color: #8a8a8a;
    margin-right: 0.4444444444rem;
}
.commodity__small {
    display: block;
    font-size: 0.6111111111rem;
    margin-bottom: 0.1666666667rem;
}
.commodity__price {
    font-size: 1.1666666667rem;
    font-weight: 700;
}
.commodity__price_cost {
    font-size: 0.7777777778rem;
}
.commodity__no {
    color: #8a8a8a;
    font-style: italic;
}
.commodity__info {
    margin-bottom: 1.1666666667rem;
}
.commodity__cat {
    color: #8a8a8a;
    display: block;
    font-size: 0.7222222222rem;
    font-weight: 400;
    margin-bottom: 0.5555555556rem;
}
@media print, screen and (max-width: 59.99875em) {
    .commodity__small {
        display: inline-block;
        margin-right: 0.4444444444rem;
    }
    .commodity__old {
        margin-bottom: 0.5555555556rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .commodity__cat {
        display: none;
    }
}
.search {
    align-items: stretch;
    display: flex;
    margin: 0;
    width: 100%;
}
.search__input {
    border: 0;
    border-radius: 0 0 0 0;
    flex: 1 1 0;
    height: 1.8888888889rem;
    line-height: 1.4;
    margin: 0;
    min-width: 0;
    padding: 0.2777777778rem;
    white-space: nowrap;
    width: 100%;
}
.search__input:focus,
.search__input:hover {
    border: 0;
}
.search__input_border {
    border: 0.0555555556rem solid #cacaca;
    border-right: 0;
}
.search__input_border:focus,
.search__input_border:hover {
    border: 0.0555555556rem solid #000;
    border-right: 0;
}
.search__cont {
    border-radius: 0 0 0 0;
    display: flex;
    flex: 0 0 auto;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    white-space: nowrap;
}
.search__button {
    align-self: stretch;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #634f8e;
    font-size: 0.8888888889rem;
    height: 1.8888888889rem;
    margin: 0;
    padding: 0;
    width: 1.8888888889rem;
}
@media print, screen and (max-width: 59.99875em) {
    .search {
        margin: 1.5rem 0 0;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .search {
        margin: 0;
    }
}
.brand {
    background: #f3f3f3;
    padding-bottom: 1.1666666667rem;
    padding-top: 1.1666666667rem;
}
.checkbox-group {
    font-size: 0;
    margin-bottom: 0.3888888889rem;
}
.checkbox-group__label {
    background: #fff;
    border: 0.0555555556rem solid #000;
    border-right-width: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    min-height: 2.1666666667rem;
    min-width: 3rem;
    padding: 0.83rem;
    text-align: center;
}
.checkbox-group__label:last-child {
    border-right-width: 0.0555555556rem;
}
.checkbox-group__item {
    display: none;
}
.checkbox-group__item:checked + .checkbox-group__label {
    box-shadow: inset 0 0 0.2777777778rem 0.1111111111rem rgba(0, 0, 0, 0.4);
}
.rating {
    display: inline-block;
    margin-right: 0.2222222222rem;
    vertical-align: middle;
}
.rating:after,
.rating:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1;
}
.rating:after {
    clear: both;
}
.rating__star {
    float: right;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.rating__star:hover {
    cursor: pointer;
}
.rating__solid {
    color: #777;
    display: block;
    font-size: 1.35rem;
    margin-right: 0.2777777778rem;
    position: relative;
}
.rating__regular {
    color: #eeb301;
    display: none;
    font-size: 1.35rem;
    left: 0;
    position: absolute;
    top: 0;
}
.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;
}
.mark {
    color: #eeb301;
    font-size: 1rem;
    line-height: 0.75;
    vertical-align: -0.0555555556rem;
}
.growth__img,
.mark {
    margin-bottom: 1.1666666667rem;
}
.growth__title {
    display: block;
    font-size: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
}
.growth__old {
    color: #8a8a8a;
    text-decoration: line-through;
}
.growth__cost {
    font-size: 0.7777777778rem;
}
.growth__favor {
    color: #8a8a8a;
    margin-right: 0.4444444444rem;
}
.growth__small {
    display: block;
    font-size: 0.6111111111rem;
    margin-bottom: 0.1666666667rem;
}
.growth__price {
    font-size: 1.1666666667rem;
    font-weight: 700;
}
.growth__price_cost {
    font-size: 0.7777777778rem;
}
.growth__no {
    color: #8a8a8a;
    font-style: italic;
}
.growth__info {
    margin-bottom: 1.1666666667rem;
}
.growth__cat {
    color: #8a8a8a;
    display: block;
    font-size: 0.7222222222rem;
    font-weight: 400;
    margin-bottom: 0.5555555556rem;
}
@media print, screen and (max-width: 59.99875em) {
    .growth__small {
        display: inline-block;
        margin-right: 0.4444444444rem;
    }
    .growth__old {
        margin-bottom: 0.5555555556rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .growth__cat {
        display: none;
    }
}
.duct__img {
    margin-bottom: 1.1666666667rem;
}
.duct__title {
    display: block;
    font-size: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
}
.duct__old {
    color: #8a8a8a;
    text-decoration: line-through;
}
.duct__cost {
    font-size: 0.7777777778rem;
}
.duct__favor {
    color: #8a8a8a;
    margin-right: 0.4444444444rem;
}
.duct__small {
    display: block;
    font-size: 0.6111111111rem;
    margin-bottom: 0.1666666667rem;
}
.duct__price {
    font-size: 1.1666666667rem;
    font-weight: 700;
}
.duct__price_cost {
    font-size: 0.7777777778rem;
}
.duct__no {
    color: #8a8a8a;
    font-style: italic;
}
.duct__info {
    margin-bottom: 1.1666666667rem;
}
.duct__cat {
    color: #8a8a8a;
    display: block;
    font-size: 0.7222222222rem;
    font-weight: 400;
    margin-bottom: 0.5555555556rem;
}
@media print, screen and (max-width: 59.99875em) {
    .duct__small {
        display: inline-block;
        margin-right: 0.4444444444rem;
    }
    .duct__old {
        margin-bottom: 0.5555555556rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .duct__cat {
        display: none;
    }
}
.prod {
    margin-bottom: 1.9444444444rem;
    opacity: 0;
    transition: 0.3s;
}
.prod_fade,
.prod_opacity {
    opacity: 1;
}
.prod__img,
.prod__rel {
    position: relative;
}
.prod__img {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 0;
    margin-bottom: 0.5555555556rem;
    padding-bottom: 133.33334%;
}
.prod__sold {
    background: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.025rem;
    line-height: 1;
    padding: 0.3888888889rem 0.3888888889rem 0.3888888889rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.prod__link,
.prod__sold {
    color: #000;
    font-weight: 300;
}
.prod__link {
    display: block;
    font-size: 0.8888888889rem;
    letter-spacing: 0.1777777778rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.prod__div {
    margin-bottom: 0.2777777778rem;
}
.prod__div,
.prod__price {
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
}
.prod__price {
    font-size: 0.85rem;
    letter-spacing: 0.025rem;
}
.prod__btn {
    background-color: #111;
    bottom: 0.5555555556rem;
    color: #fff;
    cursor: pointer;
    left: 0.5555555556rem;
    line-height: 1.184;
    opacity: 0;
    overflow: hidden;
    padding: 0.4444444444rem 0.2777777778rem;
    position: absolute;
    text-align: center;
    transform: translateY(0.2777777778rem);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease-out,
        background 0.4s ease;
    width: calc(100% - 1.11111rem);
    z-index: 2;
}
.prod__btn_cart {
    bottom: 2.7777777778rem;
}
.prod:hover .prod__btn {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.25s ease,
        transform 0.25s;
}
@media print, screen and (max-width: 59.99875em) {
    .prod {
        margin-bottom: 0;
        opacity: 0;
        padding-bottom: 0.2777777778rem;
        transform: translateX(10.5555555556rem);
        transition: 0.6s;
    }
    .prod_second {
        transform: none;
    }
    .prod_fade {
        opacity: 1;
    }
    .prod_opacity {
        opacity: 1;
        transform: translateX(0);
    }
    .prod__btn {
        display: none;
    }
    .prod__btn_cart {
        bottom: 0.5555555556rem;
        display: block;
        opacity: 1;
        border: 1px solid rgb(95, 91, 89);
        font-size: 14px;
        padding: 5px;
    }
    .prod__sold {
        font-size: 0.65rem;
        padding: 0.3333333333rem 0.2777777778rem 0.3333333333rem 0.3888888889rem;
    }
    .prod__price {
        font-size: 0.6666666667rem;
    }
    .prod__link {
        font-size: 0.8333333333rem;
    }
}
.car {
    background-color: #fff;
    border: 0.0555555556rem solid rgba(68, 68, 68, 0.267);
    border-radius: 0.2222222222rem;
    margin: 0 0 1rem;
    padding: 1.1666666667rem;
    position: relative;
}
.car__anchor {
    display: block;
    margin-bottom: 1.1666666667rem;
}
.car__date {
    color: #cacaca;
    margin-right: 0.2222222222rem;
}
.user {
    margin-bottom: 1.3333333333rem;
}
.user__img {
    background: #bbb;
    width: 2.5rem;
}
.user__title {
    color: #48626f;
    font-weight: 700;
}
.user__date {
    color: #8a8a8a;
}
.carousel-news {
    padding: 0 0 1.5rem;
}
.carousel-news__item {
    background: #f3f3f3;
    background-position: 50%;
    background-size: cover;
    color: #000;
    display: none;
    min-height: 16.6666666667rem;
    padding: 2rem;
    position: relative;
}
.carousel-news__item_medium-gray {
    background: #cacaca;
}
.carousel-news__item:first-child {
    display: block;
}
.carousel-news__link {
    background: rgba(0, 0, 0, 0.333);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    left: 0;
    padding: 2rem;
    position: absolute;
    right: 0;
}
.carousel-news__link:hover {
    color: #fff;
}
.magazine {
    margin-bottom: 1.3333333333rem;
}
.magazine__img {
    background: #f3f3f3;
    height: 15.5555555556rem;
    margin-bottom: 0.6666666667rem;
    width: 100%;
}
.calendar {
    text-align: center;
}
.calendar__holiday {
    color: #48626f;
}
.calendar__strong {
    font-weight: 700;
}
.rubric {
    background: #fafafa;
    padding-bottom: 0.5555555556rem;
    padding-top: 0.5555555556rem;
}
.rubric__tgl {
    color: #634f8e;
    cursor: pointer;
    font-size: 1.1666666667rem;
}
.rubric__menu {
    display: inline-block;
    font-weight: 700;
    margin-left: 0.2222222222rem;
}
@media print, screen and (max-width: 39.99875em) {
    .rubric {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.manager {
    text-align: center;
}
.manager__img {
    width: 8.3333333333rem;
}
.manager__text {
    font-size: 0.7222222222rem;
    font-weight: 700;
}
.manager__block {
    font-size: 1.5555555556rem;
    margin-bottom: 1.3333333333rem;
}
.event {
    background: #fff;
    margin-bottom: 1.1666666667rem;
}
.event__date {
    font-weight: 700;
    margin-bottom: 0.2222222222rem;
}
.event__place {
    color: #9bb3be;
    font-weight: 700;
}
.event__block {
    background: #fff;
    border-radius: 0;
    padding: 1.1666666667rem;
}
.event__block_main,
.serve {
    background: #fafafa;
}
.serve {
    padding-top: 2.3333333333rem;
}
.serve__text {
    margin-bottom: 1.1666666667rem;
}
.serve__item {
    display: none;
}
.serve__item:first-child {
    display: block;
}
.services {
    background: #fafafa;
    border-radius: 0;
    margin-bottom: 2.2222222222rem;
    padding: 2.3333333333rem 1.1666666667rem 1.1666666667rem;
    text-align: center;
}
.services__title {
    margin-bottom: 0.5555555556rem;
}
.services__img {
    max-width: 5.4444444444rem;
}
.services__block {
    margin-bottom: 1.1666666667rem;
}
.assist__block {
    margin-bottom: 0.6666666667rem;
}
@media print, screen and (max-width: 59.99875em) {
    .assist {
        margin-bottom: 1.7777777778rem;
    }
}
.object {
    margin-bottom: 1.3333333333rem;
}
.object__img {
    width: 3.8888888889rem;
}
.client__img {
    margin-bottom: 1.3333333333rem;
}
.input-group {
    align-items: stretch;
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
}
.input-group-field {
    border-radius: 0;
    flex: 1 1 0;
    margin: 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 {
    align-items: center;
    background: #f3f3f3;
    border: 0.0555555556rem solid #cacaca;
    color: #0a0a0a;
    display: flex;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-button {
    display: flex;
    flex: 0 0 auto;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
.input-group-button a {
    margin: 0;
    padding-top: 0.3888888889rem;
}
.input-group-button button,
.input-group-button input,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
}
.youtube {
    margin-bottom: 1.1111111111rem;
}
.youtube__img {
    cursor: pointer;
    opacity: 0.7;
    top: -16.82%;
}
.youtube__iframe,
.youtube__img {
    left: 0;
    position: absolute;
    width: 100%;
}
.youtube__iframe {
    border: 0;
    height: 100%;
    top: 0;
}
.youtube__main {
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.youtube__button {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    font-size: 2.7777777778rem;
    left: 50%;
    line-height: 1.3;
    padding: 0.2777777778rem 1.6666666667rem 0.2777777778rem 1.9444444444rem;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}
.callout {
    margin-bottom: 1.3333333333rem;
    padding: 1.5rem;
}
.callout_st {
    width: 100%;
}
.callout_alert {
    background-color: #f7e4e1;
}
.callout_dd {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.callout_success {
    background-color: #d7f7f6;
}
.callout_light-gray {
    background-color: #f3f3f3;
    background-position: 50%;
    background-size: cover;
}
.callout__unit {
    color: #f3f3f3;
}
.callout__tag,
.callout__unit {
    display: inline-block;
    margin-right: 0.4444444444rem;
}
.callout__tag {
    color: #8a8a8a;
}
.callout__link {
    display: inline-block;
    margin-right: 0.4444444444rem;
}
.callout__rss {
    display: block;
    font-size: 1.3333333333rem;
    margin-bottom: 1.1111111111rem;
}
.callout__donate {
    color: #cacaca;
}
.callout__see {
    color: #8a8a8a;
    margin-left: 0.2222222222rem;
}
.callout__date {
    color: #3adb76;
    margin-bottom: 1.1666666667rem;
}
.callout__bill {
    background: #8a8a8a;
    font-weight: 700;
    height: 8.5555555556rem;
    margin-bottom: 1.1666666667rem;
    width: 100%;
}
.callout__report {
    background: #8a8a8a;
    height: 7.7777777778rem;
    margin-bottom: 1.1111111111rem;
    width: 100%;
}
.callout__label {
    margin-bottom: 0.5555555556rem;
}
.callout__dark {
    color: #8a8a8a;
}
.callout__include {
    font-size: 0.6111111111rem;
    font-style: italic;
}
.callout__quest {
    color: #8a8a8a;
    margin-left: 0.2222222222rem;
}
.callout__sum {
    font-size: 1.1666666667rem;
}
.callout__watch {
    display: inline-block;
    margin-right: 0.2222222222rem;
}
.callout__info {
    margin-bottom: 1.1111111111rem;
}
.callout__icon {
    max-height: 1.1111111111rem;
}
.callout__strong {
    font-weight: 700;
}
.callout__block {
    display: block;
}
.pagination {
    margin-bottom: 1.3333333333rem;
}
.pagination .current {
    background: #634f8e;
}
.button {
    border: 0.0555555556rem solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.8888888889rem;
    line-height: 1;
    margin: 0 0 1.3333333333rem;
    padding: 0.4444444444rem;
    text-align: center;
    transition:
        background-color 0.25s ease-out,
        color 0.25s ease-out;
    vertical-align: middle;
}
.button:active,
.button:focus,
.button:hover {
    background: #000;
}
.button_app {
    background: none;
    background: #f1f1f1;
    border: 0.0555555556rem solid #dadada;
    color: #000;
    opacity: 0.5;
    padding: 0.6944444444rem 0.7777777778rem;
}
.button_app,
.button_apply {
    border-radius: 0.4444444444rem;
}
.button_apply {
    font-size: 0.7777777778rem;
    letter-spacing: 0.025rem;
    line-height: 1.4;
    margin-bottom: 1.1111111111rem;
    padding: 0.7777777778rem 2.6111111111rem;
}
.button_big {
    color: #fff;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    overflow: hidden;
    padding: 0.6111111111rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_big,
.button_big:active,
.button_big:focus,
.button_big:hover {
    background: #111;
}
.button_big svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.4444444444rem;
    width: 1.1111111111rem;
}
.button_big path {
    fill: #fff;
}
.button_big:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_big:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_blue {
    background: #27a7e7;
    /*background: #6ac07a;*/
    color: #fff;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    overflow: hidden;
    padding: 0.6111111111rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_blue:active,
.button_blue:focus,
.button_blue:hover {
    background: #111;
}
.button_blue svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.4444444444rem;
    width: 1.1111111111rem;
}
.button_blue path {
    fill: #fff;
}
.button_blue:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_blue:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_green {
    background: #70bb18;
    color: #fff;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    overflow: hidden;
    padding: 0.6111111111rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_green:active,
.button_green:focus,
.button_green:hover {
    background: #111;
}
.button_green svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.4444444444rem;
    width: 1.1111111111rem;
}
.button_green path {
    fill: #fff;
}
.button_green:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_green:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_bot {
    color: #fff;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    overflow: hidden;
    padding: 0.8333333333rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_bot,
.button_bot:active,
.button_bot:focus,
.button_bot:hover {
    background: #111;
}
.button_bot svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.5555555556rem;
    width: 1.1111111111rem;
}
.button_bot path {
    fill: #fff;
}
.button_bot:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_bot:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_active {
    border: 0.0555555556rem solid #000;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    overflow: hidden;
    padding: 0.8333333333rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_active,
.button_active:active,
.button_active:focus,
.button_active:hover {
    background: none;
    color: #1a1a1a;
}
.button_active svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.5555555556rem;
    width: 1.1111111111rem;
}
.button_active path {
    fill: #fff;
}
.button_active:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_active:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_micro {
    color: #fff;
    display: inline-flex;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    margin-bottom: 0.5555555556rem;
    overflow: hidden;
    padding: 0.6111111111rem 1.1111111111rem;
    position: relative;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
}
.button_micro,
.button_micro:active,
.button_micro:focus,
.button_micro:hover {
    background: #111;
}
.button_micro svg {
    display: block;
    height: 1.1111111111rem;
    margin-right: 0.5555555556rem;
    width: 1.1111111111rem;
}
.button_micro path {
    fill: #fff;
}
.button_micro:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_micro:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_cart {
    color: #fff;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    margin-bottom: 0.7222222222rem;
    overflow: hidden;
    padding: 0.7222222222rem 0.2777777778rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s ease 0s;
    width: 100%;
}
.button_cart,
.button_cart:active,
.button_cart:focus,
.button_cart:hover {
    background: #111;
}
.button_cart:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.button_cart:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.button_cart:disabled {
    background: #f6f6f6;
    color: #b6b6b6;
    opacity: 0.75;
}
.button_wb {
    background: #8d297f;
}
.button_ozon {
    background: #005bff;
}
.button_expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.4444444444rem;
    padding-right: 0.4444444444rem;
    width: 100%;
}
.button_light-gray {
    background: #f3f3f3;
    color: #000;
}
.button_hollow {
    background: none;
    border: 0.0555555556rem solid #e8e8e1;
    color: #000;
    font-size: 0.6666666667rem;
    letter-spacing: 0.2rem;
    line-height: 1.42;
    margin-bottom: 0.5555555556rem;
    padding: 0.4444444444rem 0.7777777778rem;
    text-transform: uppercase;
}
.button_hollow:active,
.button_hollow:focus,
.button_hollow:hover {
    background: none;
    border-color: #000;
    color: #000;
}
.button_warning {
    background: #eeb301;
    color: #fff;
}
.button_secondary {
    background: #634f8e;
    color: #fff;
}
.button_quaternary {
    background: #48626f;
    color: #fff;
}
@media print, screen and (max-width: 59.99875em) {
    .button_cart {
        font-size: 0.7222222222rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .button_bot {
        font-size: 0.6666666667rem;
        font-weight: 700;
        justify-content: center;
        letter-spacing: 0.2rem;
        padding: 0.9166666667rem 0.8333333333rem;
        width: 100%;
    }
    .button_micro {
        font-size: 0.7222222222rem;
        letter-spacing: 0.2166666667rem;
        padding: 0.5rem 0.9444444444rem;
    }
}
.badge_secondary {
    background: #634f8e;
}
.badge_tel {
    left: 1rem;
    position: absolute;
    top: -0.2222222222rem;
}
.tabs-title > a {
    outline: none;
    padding: 0.8888888889rem;
}
.close-button {
    outline: none;
}
.accordion-title {
    font-weight: 700;
}
.accordion-item:last-child > a {
    border: 0.0555555556rem solid #f3f3f3;
}
.sticky {
    padding-bottom: 0.0555555556rem;
}
.sticky-container {
    margin-bottom: 1.1666666667rem;
}
.button-group {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
}
.button-group .button {
    flex: 0 0 auto;
    margin: 0 0.0555555556rem 0.0555555556rem 0;
}
.label_success {
    background: #3adb76;
    color: #fff;
}
.label_secondary {
    background: #634f8e;
    color: #fff;
}
.label_warning {
    background: #eeb301;
    color: #000;
}
.label_action {
    background: #634f8e;
    color: #fff;
    margin-right: 0.2222222222rem;
}
.reveal {
    max-height: 90vh;
    max-width: 66.6666666667rem;
    outline: none;
    overflow-y: auto;
    padding: 2.5rem 1.9444444444rem;
    width: 100%;
}
body,
html {
    letter-spacing: 0.025em;
}
small {
    font-size: 0.85rem;
}
ul ul {
    list-style-type: circle;
}
a,
li,
p {
    max-width: 100%;
    overflow-wrap: break-word;
}
a {
    color: #000;
}
a:not([class]) {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease-in-out;
}
a:not([class]):after {
    border-bottom: 0.1111111111rem solid;
    bottom: -0.1111111111rem;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
}
a:not([class]):active,
a:not([class]):focus,
a:not([class]):hover {
    color: #000;
}
a:not([class]):hover:after {
    width: 100%;
}
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}
fieldset {
    margin-bottom: 1.1111111111rem;
}
::-ms-clear {
    display: none;
}
hr {
    border-bottom: 0.0555555556rem solid #e8e8e1;
    margin: 2.5rem auto;
}
label {
    line-height: 1.5;
}
table {
    border-collapse: collapse;
    border-radius: 0.2222222222rem;
    margin-bottom: 1.3333333333rem;
    width: 100%;
}
dl,
ol,
p,
ul {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1.3888888889rem;
}
blockquote {
    border-left: 0.1111111111rem solid #000;
}
blockquote,
blockquote p {
    padding: 0 0.7777777778rem;
}
tfoot tr,
thead tr {
    background: transparent;
}
tbody {
    background: #fff;
    border: 0 solid #f2f2f2;
}
tbody th {
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    border: 0.0555555556rem solid rgba(0, 0, 0, 0.133);
    padding: 0.5555555556rem 0.8333333333rem;
    vertical-align: top;
}
tbody tr:nth-child(2n) {
    background: none;
    border-bottom: 0;
}
mark {
    background: transparent;
    font-weight: 400;
}
input,
textarea {
    appearance: none;
    background-color: #fff;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 1.8888888889rem;
    line-height: normal;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
    width: 100%;
}
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    box-shadow: none;
}
select {
    accent-color: #000;
    appearance: none;
    background: none;
    background-image: url(../images/ico-select.svg);
    background-position: right 0.5555555556rem center;
    background-repeat: no-repeat;
    background-size: 0.6111111111rem;
    border: 0.0555555556rem solid #e8e8e1;
    color: #000;
    display: block;
    font-size: 0.8888888889rem;
    height: 2.4444444444rem;
    margin-bottom: 0.8333333333rem;
    padding: 0 1.5555555556rem 0 0.5555555556rem;
}
textarea {
    height: 4.4444444444rem;
    padding: 0.4444444444rem 0.5555555556rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: Zap, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 3.3333333333rem;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}
.h1,
h1 {
    font-size: 2rem;
    margin-bottom: 0.8333333333rem;
}
.h1:first-child,
h1:first-child {
    margin-top: 0;
}
.h2,
h2 {
    font-size: 1.7rem;
    letter-spacing: 0;
    margin-bottom: 0.8333333333rem;
}
.h2:first-child,
h2:first-child {
    margin-top: 0;
}
.h3,
h3 {
    font-size: 1.3rem;
    letter-spacing: 0.08rem;
    margin-bottom: 1.3888888889rem;
    margin-top: 2.7777777778rem;
}
.h3:first-child,
h3:first-child {
    margin-top: 0;
}
.h4,
h4 {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    margin-top: 1.1111111111rem;
}
.h4:first-child,
h4:first-child {
    margin-top: 0;
}
.h5,
h5 {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    margin-bottom: 0.5555555556rem;
}
.h5:first-child,
h5:first-child {
    margin-top: 0;
}
.h6,
h6 {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    margin-bottom: 0.5555555556rem;
}
.h6:first-child,
h6:first-child {
    margin-top: 0;
}
@media print, screen and (max-width: 59.99875em) {
    body,
    html {
        overflow-x: hidden;
    }
}
@media print, screen and (max-width: 39.99875em) {
    a:not([class]):after {
        border-color: rgba(0, 0, 0, 0.145);
        border-width: 0.0555555556rem;
        width: 100%;
    }
    hr {
        margin-bottom: 1.6666666667rem;
        margin-top: 1.6666666667rem;
    }
    .h1,
    h1 {
        font-size: 1.7rem;
        letter-spacing: 0;
        margin-bottom: 0.5555555556rem;
    }
    .h1 {
        margin-bottom: 1.3888888889rem;
    }
    .h2,
    h2 {
        font-size: 1.46rem;
    }
    .h3,
    h3 {
        font-size: 1.24rem;
    }
    p,
    ul {
        font-size: 0.92rem;
    }
    p {
        letter-spacing: 0.023rem;
        margin-bottom: 0.8333333333rem;
    }
}
.svg-inline {
    visibility: hidden;
}
.over {
    overflow: hidden;
}
.tacky {
    position: sticky;
    top: 1.1111111111rem;
}
@media print, screen and (max-width: 39.99875em) {
    .tacky {
        position: static;
    }
}
.lang {
    display: inline-flex;
    position: relative;
}
.lang__li {
    padding: 0.2777777778rem 0.8333333333rem 0.2222222222rem;
    white-space: nowrap;
}
.lang__li:hover .lang__label {
    text-decoration: underline;
}
.lang__label {
    display: block;
    padding-top: 0.3111111111rem;
}
.lang__option {
    color: currentColor;
    display: block;
    font-size: 0.85rem;
    padding-left: 2.3333333333rem;
    position: relative;
}
.lang__ul {
    background: #fff;
    border-radius: 0;
    bottom: auto;
    box-shadow: 0 0 1.1111111111rem rgba(0, 0, 0, 0.09);
    color: #000;
    list-style-type: none;
    margin: 0;
    max-height: 60vh;
    min-height: 5.1111111111rem;
    overflow-y: auto;
    padding: 0.5555555556rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 23.7222222222rem;
    z-index: 30;
}
.lang__btn {
    cursor: pointer;
    display: inline-flex;
    font-size: 0.7777777778rem;
    padding-bottom: 0.5555555556rem;
    padding-right: 0.5555555556rem;
}
.lang__text {
    padding-left: 2.5rem;
    padding-right: 0.4444444444rem;
    padding-top: 0.4444444444rem;
}
.lang__text_18 {
    font-size: 1rem;
}
.lang__arr {
    height: 0.6111111111rem;
    position: relative;
    top: 0.3888888889rem;
    width: 0.6111111111rem;
}
.lang__flag {
    background-clip: padding-box;
    background-image: url(../images/country-flags-40.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0 0 0.0555555556rem rgba(0, 0, 0, 0.302);
    height: 2.2222222222rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -0.2222222222rem;
    transform: scale(0.55);
    vertical-align: middle;
    width: 2.2222222222rem;
}
.lang__flag,
.lang__flag_ad {
    background-position: 0 0;
}
.lang__flag_ae {
    background-position: 0 -50px;
}
.lang__flag_af {
    background-position: 0 -100px;
}
.lang__flag_ag {
    background-position: 0 -150px;
}
.lang__flag_ai {
    background-position: 0 -200px;
}
.lang__flag_al {
    background-position: 0 -250px;
}
.lang__flag_am {
    background-position: 0 -300px;
}
.lang__flag_ao {
    background-position: 0 -350px;
}
.lang__flag_ar {
    background-position: 0 -400px;
}
.lang__flag_as {
    background-position: 0 -450px;
}
.lang__flag_at {
    background-position: 0 -500px;
}
.lang__flag_au {
    background-position: 0 -550px;
}
.lang__flag_aw {
    background-position: 0 -600px;
}
.lang__flag_ax {
    background-position: 0 -650px;
}
.lang__flag_az {
    background-position: 0 -700px;
}
.lang__flag_ba {
    background-position: 0 -750px;
}
.lang__flag_bb {
    background-position: 0 -800px;
}
.lang__flag_bd {
    background-position: 0 -850px;
}
.lang__flag_be {
    background-position: 0 -900px;
}
.lang__flag_bf {
    background-position: 0 -950px;
}
.lang__flag_bg {
    background-position: 0 -1000px;
}
.lang__flag_bh {
    background-position: 0 -1050px;
}
.lang__flag_bi {
    background-position: 0 -1100px;
}
.lang__flag_bj {
    background-position: 0 -1150px;
}
.lang__flag_bl {
    background-position: 0 -1200px;
}
.lang__flag_bm {
    background-position: 0 -1250px;
}
.lang__flag_bn {
    background-position: 0 -1300px;
}
.lang__flag_bo {
    background-position: 0 -1350px;
}
.lang__flag_bq-bo {
    background-position: 0 -1400px;
}
.lang__flag_bq-sa {
    background-position: 0 -1450px;
}
.lang__flag_bq-se {
    background-position: 0 -1500px;
}
.lang__flag_br {
    background-position: 0 -1550px;
}
.lang__flag_bs {
    background-position: 0 -1600px;
}
.lang__flag_bt {
    background-position: 0 -1650px;
}
.lang__flag_bw {
    background-position: 0 -1700px;
}
.lang__flag_by {
    background-position: 0 -1750px;
}
.lang__flag_bz {
    background-position: 0 -1800px;
}
.lang__flag_ca-bc {
    background-position: 0 -1850px;
}
.lang__flag_ca {
    background-position: 0 -1900px;
}
.lang__flag_cc {
    background-position: 0 -1950px;
}
.lang__flag_cd {
    background-position: 0 -2000px;
}
.lang__flag_cf {
    background-position: 0 -2050px;
}
.lang__flag_cg {
    background-position: 0 -2100px;
}
.lang__flag_ch {
    background-position: 0 -2150px;
}
.lang__flag_ci {
    background-position: 0 -2200px;
}
.lang__flag_ck {
    background-position: 0 -2250px;
}
.lang__flag_cl {
    background-position: 0 -2300px;
}
.lang__flag_cm {
    background-position: 0 -2350px;
}
.lang__flag_cn {
    background-position: 0 -2400px;
}
.lang__flag_co {
    background-position: 0 -2450px;
}
.lang__flag_cr {
    background-position: 0 -2500px;
}
.lang__flag_cu {
    background-position: 0 -2550px;
}
.lang__flag_cv {
    background-position: 0 -2600px;
}
.lang__flag_cw {
    background-position: 0 -2650px;
}
.lang__flag_cx {
    background-position: 0 -2700px;
}
.lang__flag_cy {
    background-position: 0 -2750px;
}
.lang__flag_cz {
    background-position: 0 -2800px;
}
.lang__flag_de {
    background-position: 0 -2850px;
}
.lang__flag_dj {
    background-position: 0 -2900px;
}
.lang__flag_dk {
    background-position: 0 -2950px;
}
.lang__flag_dm {
    background-position: 0 -3000px;
}
.lang__flag_do {
    background-position: 0 -3050px;
}
.lang__flag_dz {
    background-position: 0 -3100px;
}
.lang__flag_easter_island {
    background-position: 0 -3150px;
}
.lang__flag_ec-w {
    background-position: 0 -3200px;
}
.lang__flag_ec {
    background-position: 0 -3250px;
}
.lang__flag_ee {
    background-position: 0 -3300px;
}
.lang__flag_eg {
    background-position: 0 -3350px;
}
.lang__flag_eh {
    background-position: 0 -3400px;
}
.lang__flag_er {
    background-position: 0 -3450px;
}
.lang__flag_es-ce {
    background-position: 0 -3500px;
}
.lang__flag_es-cn {
    background-position: 0 -3550px;
}
.lang__flag_es-ga {
    background-position: 0 -3600px;
}
.lang__flag_es-ib {
    background-position: 0 -3650px;
}
.lang__flag_es-ml {
    background-position: 0 -3700px;
}
.lang__flag_es-pv {
    background-position: 0 -3750px;
}
.lang__flag_es {
    background-position: 0 -3800px;
}
.lang__flag_esperanto {
    background-position: 0 -3850px;
}
.lang__flag_et {
    background-position: 0 -3900px;
}
.lang__flag_european_union {
    background-position: 0 -3950px;
}
.lang__flag_fi {
    background-position: 0 -4000px;
}
.lang__flag_fj {
    background-position: 0 -4050px;
}
.lang__flag_fk {
    background-position: 0 -4100px;
}
.lang__flag_fm {
    background-position: 0 -4150px;
}
.lang__flag_fo {
    background-position: 0 -4200px;
}
.lang__flag_fr-h {
    background-position: 0 -4250px;
}
.lang__flag_fr {
    background-position: 0 -4300px;
}
.lang__flag_ga {
    background-position: 0 -4350px;
}
.lang__flag_gb-eng {
    background-position: 0 -4400px;
}
.lang__flag_gb-ork {
    background-position: 0 -4450px;
}
.lang__flag_gb-sct {
    background-position: 0 -4500px;
}
.lang__flag_gb-wls {
    background-position: 0 -4550px;
}
.lang__flag_gb {
    background-position: 0 -4600px;
}
.lang__flag_gd {
    background-position: 0 -4650px;
}
.lang__flag_ge-ab {
    background-position: 0 -4700px;
}
.lang__flag_ge {
    background-position: 0 -4750px;
}
.lang__flag_gg {
    background-position: 0 -4800px;
}
.lang__flag_gh {
    background-position: 0 -4850px;
}
.lang__flag_gi {
    background-position: 0 -4900px;
}
.lang__flag_gl {
    background-position: 0 -4950px;
}
.lang__flag_gm {
    background-position: 0 -5000px;
}
.lang__flag_gn {
    background-position: 0 -5050px;
}
.lang__flag_gp {
    background-position: 0 -5100px;
}
.lang__flag_gq {
    background-position: 0 -5150px;
}
.lang__flag_gr {
    background-position: 0 -5200px;
}
.lang__flag_gt {
    background-position: 0 -5250px;
}
.lang__flag_gu {
    background-position: 0 -5300px;
}
.lang__flag_gw {
    background-position: 0 -5350px;
}
.lang__flag_gy {
    background-position: 0 -5400px;
}
.lang__flag_hausa {
    background-position: 0 -5450px;
}
.lang__flag_hk {
    background-position: 0 -5500px;
}
.lang__flag_hmong {
    background-position: 0 -5550px;
}
.lang__flag_hn {
    background-position: 0 -5600px;
}
.lang__flag_hr {
    background-position: 0 -5650px;
}
.lang__flag_ht {
    background-position: 0 -5700px;
}
.lang__flag_hu {
    background-position: 0 -5750px;
}
.lang__flag_id {
    background-position: 0 -5800px;
}
.lang__flag_ie {
    background-position: 0 -5850px;
}
.lang__flag_il {
    background-position: 0 -5900px;
}
.lang__flag_im {
    background-position: 0 -5950px;
}
.lang__flag_in {
    background-position: 0 -6000px;
}
.lang__flag_io {
    background-position: 0 -6050px;
}
.lang__flag_iq {
    background-position: 0 -6100px;
}
.lang__flag_ir {
    background-position: 0 -6150px;
}
.lang__flag_is {
    background-position: 0 -6200px;
}
.lang__flag_it-82 {
    background-position: 0 -6250px;
}
.lang__flag_it-88 {
    background-position: 0 -6300px;
}
.lang__flag_it {
    background-position: 0 -6350px;
}
.lang__flag_je {
    background-position: 0 -6400px;
}
.lang__flag_jm {
    background-position: 0 -6450px;
}
.lang__flag_jo {
    background-position: 0 -6500px;
}
.lang__flag_jp {
    background-position: 0 -6550px;
}
.lang__flag_kannada {
    background-position: 0 -6600px;
}
.lang__flag_ke {
    background-position: 0 -6650px;
}
.lang__flag_kg {
    background-position: 0 -6700px;
}
.lang__flag_kh {
    background-position: 0 -6750px;
}
.lang__flag_ki {
    background-position: 0 -6800px;
}
.lang__flag_km {
    background-position: 0 -6850px;
}
.lang__flag_kn {
    background-position: 0 -6900px;
}
.lang__flag_kp {
    background-position: 0 -6950px;
}
.lang__flag_kr {
    background-position: 0 -7000px;
}
.lang__flag_kurdistan {
    background-position: 0 -7050px;
}
.lang__flag_kw {
    background-position: 0 -7100px;
}
.lang__flag_ky {
    background-position: 0 -7150px;
}
.lang__flag_kz {
    background-position: 0 -7200px;
}
.lang__flag_la {
    background-position: 0 -7250px;
}
.lang__flag_lb {
    background-position: 0 -7300px;
}
.lang__flag_lc {
    background-position: 0 -7350px;
}
.lang__flag_li {
    background-position: 0 -7400px;
}
.lang__flag_lk {
    background-position: 0 -7450px;
}
.lang__flag_lr {
    background-position: 0 -7500px;
}
.lang__flag_ls {
    background-position: 0 -7550px;
}
.lang__flag_lt {
    background-position: 0 -7600px;
}
.lang__flag_lu {
    background-position: 0 -7650px;
}
.lang__flag_lv {
    background-position: 0 -7700px;
}
.lang__flag_ly {
    background-position: 0 -7750px;
}
.lang__flag_ma {
    background-position: 0 -7800px;
}
.lang__flag_malayali {
    background-position: 0 -7850px;
}
.lang__flag_maori {
    background-position: 0 -7900px;
}
.lang__flag_mc {
    background-position: 0 -7950px;
}
.lang__flag_md {
    background-position: 0 -8000px;
}
.lang__flag_me {
    background-position: 0 -8050px;
}
.lang__flag_mf {
    background-position: 0 -8100px;
}
.lang__flag_mg {
    background-position: 0 -8150px;
}
.lang__flag_mh {
    background-position: 0 -8200px;
}
.lang__flag_mk {
    background-position: 0 -8250px;
}
.lang__flag_ml {
    background-position: 0 -8300px;
}
.lang__flag_mm {
    background-position: 0 -8350px;
}
.lang__flag_mn {
    background-position: 0 -8400px;
}
.lang__flag_mo {
    background-position: 0 -8450px;
}
.lang__flag_mp {
    background-position: 0 -8500px;
}
.lang__flag_mq {
    background-position: 0 -8550px;
}
.lang__flag_mr {
    background-position: 0 -8600px;
}
.lang__flag_ms {
    background-position: 0 -8650px;
}
.lang__flag_mt {
    background-position: 0 -8700px;
}
.lang__flag_mu {
    background-position: 0 -8750px;
}
.lang__flag_mv {
    background-position: 0 -8800px;
}
.lang__flag_mw {
    background-position: 0 -8850px;
}
.lang__flag_mx {
    background-position: 0 -8900px;
}
.lang__flag_my {
    background-position: 0 -8950px;
}
.lang__flag_mz {
    background-position: 0 -9000px;
}
.lang__flag_na {
    background-position: 0 -9050px;
}
.lang__flag_nato {
    background-position: 0 -9100px;
}
.lang__flag_nc {
    background-position: 0 -9150px;
}
.lang__flag_ne {
    background-position: 0 -9200px;
}
.lang__flag_nf {
    background-position: 0 -9250px;
}
.lang__flag_ng {
    background-position: 0 -9300px;
}
.lang__flag_ni {
    background-position: 0 -9350px;
}
.lang__flag_nl {
    background-position: 0 -9400px;
}
.lang__flag_no {
    background-position: 0 -9450px;
}
.lang__flag_northern_cyprus {
    background-position: 0 -9500px;
}
.lang__flag_np {
    background-position: 0 -9550px;
}
.lang__flag_nr {
    background-position: 0 -9600px;
}
.lang__flag_nu {
    background-position: 0 -9650px;
}
.lang__flag_nz {
    background-position: 0 -9700px;
}
.lang__flag_om {
    background-position: 0 -9750px;
}
.lang__flag_pa {
    background-position: 0 -9800px;
}
.lang__flag_pe {
    background-position: 0 -9850px;
}
.lang__flag_pf {
    background-position: 0 -9900px;
}
.lang__flag_pg {
    background-position: 0 -9950px;
}
.lang__flag_ph {
    background-position: 0 -10000px;
}
.lang__flag_pk {
    background-position: 0 -10050px;
}
.lang__flag_pl {
    background-position: 0 -10100px;
}
.lang__flag_pn {
    background-position: 0 -10150px;
}
.lang__flag_pr {
    background-position: 0 -10200px;
}
.lang__flag_ps {
    background-position: 0 -10250px;
}
.lang__flag_pt-20 {
    background-position: 0 -10300px;
}
.lang__flag_pt-30 {
    background-position: 0 -10350px;
}
.lang__flag_pt {
    background-position: 0 -10400px;
}
.lang__flag_pw {
    background-position: 0 -10450px;
}
.lang__flag_py {
    background-position: 0 -10500px;
}
.lang__flag_qa {
    background-position: 0 -10550px;
}
.lang__flag_ro {
    background-position: 0 -10600px;
}
.lang__flag_rs {
    background-position: 0 -10650px;
}
.lang__flag_ru {
    background-position: 0 -10700px;
}
.lang__flag_rw {
    background-position: 0 -10750px;
}
.lang__flag_sa {
    background-position: 0 -10800px;
}
.lang__flag_sb {
    background-position: 0 -10850px;
}
.lang__flag_sc {
    background-position: 0 -10900px;
}
.lang__flag_sd {
    background-position: 0 -10950px;
}
.lang__flag_se {
    background-position: 0 -11000px;
}
.lang__flag_sg {
    background-position: 0 -11050px;
}
.lang__flag_sh {
    background-position: 0 -11100px;
}
.lang__flag_si {
    background-position: 0 -11150px;
}
.lang__flag_sindh {
    background-position: 0 -11200px;
}
.lang__flag_sj {
    background-position: 0 -11250px;
}
.lang__flag_sk {
    background-position: 0 -11300px;
}
.lang__flag_sl {
    background-position: 0 -11350px;
}
.lang__flag_sm {
    background-position: 0 -11400px;
}
.lang__flag_sn {
    background-position: 0 -11450px;
}
.lang__flag_so {
    background-position: 0 -11500px;
}
.lang__flag_somaliland {
    background-position: 0 -11550px;
}
.lang__flag_south_ossetia {
    background-position: 0 -11600px;
}
.lang__flag_sr {
    background-position: 0 -11650px;
}
.lang__flag_ss {
    background-position: 0 -11700px;
}
.lang__flag_st {
    background-position: 0 -11750px;
}
.lang__flag_sv {
    background-position: 0 -11800px;
}
.lang__flag_sx {
    background-position: 0 -11850px;
}
.lang__flag_sy {
    background-position: 0 -11900px;
}
.lang__flag_sz {
    background-position: 0 -11950px;
}
.lang__flag_tc {
    background-position: 0 -12000px;
}
.lang__flag_td {
    background-position: 0 -12050px;
}
.lang__flag_tg {
    background-position: 0 -12100px;
}
.lang__flag_th {
    background-position: 0 -12150px;
}
.lang__flag_tibet {
    background-position: 0 -12200px;
}
.lang__flag_tj {
    background-position: 0 -12250px;
}
.lang__flag_tk {
    background-position: 0 -12300px;
}
.lang__flag_tl {
    background-position: 0 -12350px;
}
.lang__flag_tm {
    background-position: 0 -12400px;
}
.lang__flag_tn {
    background-position: 0 -12450px;
}
.lang__flag_to {
    background-position: 0 -12500px;
}
.lang__flag_tr {
    background-position: 0 -12550px;
}
.lang__flag_transnistria {
    background-position: 0 -12600px;
}
.lang__flag_tt {
    background-position: 0 -12650px;
}
.lang__flag_tv {
    background-position: 0 -12700px;
}
.lang__flag_tw {
    background-position: 0 -12750px;
}
.lang__flag_tz {
    background-position: 0 -12800px;
}
.lang__flag_ua {
    background-position: 0 -12850px;
}
.lang__flag_ug {
    background-position: 0 -12900px;
}
.lang__flag_united_nations {
    background-position: 0 -12950px;
}
.lang__flag_us-hi {
    background-position: 0 -13000px;
}
.lang__flag_us {
    background-position: 0 -13050px;
}
.lang__flag_uy {
    background-position: 0 -13100px;
}
.lang__flag_uz {
    background-position: 0 -13150px;
}
.lang__flag_va {
    background-position: 0 -13200px;
}
.lang__flag_vc {
    background-position: 0 -13250px;
}
.lang__flag_ve {
    background-position: 0 -13300px;
}
.lang__flag_vg {
    background-position: 0 -13350px;
}
.lang__flag_vi {
    background-position: 0 -13400px;
}
.lang__flag_vn {
    background-position: 0 -13450px;
}
.lang__flag_vu {
    background-position: 0 -13500px;
}
.lang__flag_ws {
    background-position: 0 -13550px;
}
.lang__flag_xk {
    background-position: 0 -13600px;
}
.lang__flag_xx {
    background-position: 0 -13650px;
}
.lang__flag_ye {
    background-position: 0 -13700px;
}
.lang__flag_yiddish {
    background-position: 0 -13750px;
}
.lang__flag_za {
    background-position: 0 -13800px;
}
.lang__flag_zm {
    background-position: 0 -13850px;
}
.lang__flag_zw {
    background-position: 0 -13900px;
}
.ann {
    background: #0f0f0f;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0.5555555556rem;
    padding-top: 0.5555555556rem;
    text-align: center;
}
.ann__cap {
    font-size: 0.765rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.ann__text {
    font-size: 0.85rem;
    padding-left: 0.2777777778rem;
    position: relative;
    top: -0.1111111111rem;
}
@media print, screen and (max-width: 59.99875em) {
    .ann {
        padding-bottom: 0.4444444444rem;
        padding-top: 0.5555555556rem;
    }
    .ann__cap {
        font-size: 0.675rem;
        margin-bottom: 0.1111111111rem;
    }
    .ann__text {
        font-size: 0.75rem;
        padding-left: 0.1666666667rem;
        padding-right: 0.1666666667rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .ann {
        display: block;
    }
}
.src {
    margin-bottom: 1.6666666667rem;
    position: relative;
}
.src__btn {
    position: absolute;
    right: 0;
    top: 0.4444444444rem;
}
.src__btn svg {
    display: block;
    width: 1.4444444444rem;
}
.src__btn path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
.src__input,
.src__span {
    font-size: 0.85rem;
}
.src__input {
    border: 0;
    border-bottom: 0.1111111111rem solid #000;
    display: block;
    height: 2.3888888889rem;
    padding: 0.5555555556rem 4.1666666667rem 0.5555555556rem 0;
    width: 100%;
}
.src__input:active,
.src__input:focus,
.src__input:hover {
    box-shadow: none;
    outline: none;
}
.find__rel {
    position: relative;
}
.find__remove {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 2.3333333333rem;
    justify-content: center;
    width: 2.3333333333rem;
}
.find__remove svg {
    display: block;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
}
.find__input {
    border: 0.0555555556rem solid #e8e8e1;
    height: 2.3333333333rem;
    padding-left: 0.8888888889rem;
    padding-right: 2.7777777778rem;
}
.find__input:active,
.find__input:focus,
.find__input:hover {
    border: 0.0555555556rem solid #000;
    outline: none;
}
.find__src {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 0.2777777778rem;
}
.find__src svg {
    display: block;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
}
.find__src path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
.res {
    background: #fff;
    margin-bottom: 1.1111111111rem;
}
.res__main {
    padding: 2.2222222222rem 1.1111111111rem;
}
.res__h4 {
    border-bottom: 0.0555555556rem solid #e8e8e1;
    margin-bottom: 0.5555555556rem;
    padding-bottom: 0.5555555556rem;
}
.res__link {
    background: transparent;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5555555556rem;
    transition: 0.2s;
}
.res__link:hover {
    background: rgba(0, 0, 0, 0.051);
}
.res__link_big {
    font-weight: 300;
    text-transform: uppercase;
}
.res__more {
    background: transparent;
    border-top: 0.0555555556rem solid #e8e8e1;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5555555556rem 2.2222222222rem;
    transition: 0.2s;
}
.res__more svg {
    display: inline-block;
    height: 0.5555555556rem;
    width: 0.7777777778rem;
}
.res__more:hover {
    background: rgba(0, 0, 0, 0.051);
}
@media print, screen and (max-width: 59.99875em) {
    .res__block {
        margin-bottom: 1.1111111111rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .res {
        margin-left: -1.1111111111rem;
        width: 100vw;
    }
    .res__more {
        padding-left: 0.2777777778rem;
        padding-right: 0.2777777778rem;
        text-align: center;
    }
}
.nail {
    display: block;
    font-size: 1rem;
    padding: 0.5555555556rem;
}
.nail:hover {
    background: rgba(0, 0, 0, 0.051);
}
.nail__title {
    margin-bottom: 0.2777777778rem;
}
.nail__price {
    font-size: 0.85rem;
    font-weight: 300;
}
.nail__img {
    height: 4.4444444444rem;
    overflow: hidden;
    position: relative;
    width: 4.4444444444rem;
}
.nail__img img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.place {
    background: hsla(0, 0%, 90%, 0.502);
    height: 100vh;
    height: 100dvh;
    left: -110vw;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 30;
}
.place_second {
    left: auto;
    right: -110vw;
}
.place_opened,
.place_opened .place__sidebar {
    left: 0;
}
.place_opened .place__cover,
.place_opened .place__over {
    opacity: 1;
    padding-top: 0;
}
.place_opened.place_second .place__sidebar {
    left: auto;
    right: 0;
}
.place__sidebar {
    background: #fff;
    height: 100vh;
    height: 100dvh;
    left: 0;
    left: -110vw;
    max-width: 100vw;
    position: absolute;
    top: 0;
    transition:
        all 0.4s ease-out,
        all 0.2s ease-out;
    width: 19.4444444444rem;
    z-index: 10;
}
.place__sidebar_second {
    left: auto;
    right: -110vw;
    width: 25rem;
}
.place__name {
    display: block;
    /*padding-bottom: 1.5555555556rem;*/
    margin-bottom: 1.5555555556rem;
}
.place__par {
    border-top: 0.0555555556rem solid #e8e8e1;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 1.6666666667rem;
}
.place__inside {
    display: none;
    padding-bottom: 0.8611111111rem;
    width: 100%;
}
.place__nav {
    margin-bottom: 0.6666666667rem;
}
.place__title {
    font-family: Zap, serif;
    font-size: 1.7rem;
    font-weight: 400;
    padding-left: 1.6666666667rem;
    padding-top: 1.0555555556rem;
    text-transform: uppercase;
}
.place__grid {
    column-gap: 0.5555555556rem;
    display: grid;
    grid-template-columns: 56% auto;
    margin-bottom: 0.5555555556rem;
}
.place__lynx {
    display: block;
    font-size: 0.92rem;
    letter-spacing: 0.023rem;
    padding-bottom: 0.4166666667rem;
    padding-top: 0.4166666667rem;
}
.place__insta {
    align-items: center;
    border: 0.0555555556rem solid #e8e8e1;
    display: flex;
    flex-flow: row wrap;
    height: 2.6444444444rem;
    justify-content: center;
    margin-bottom: 1.1111111111rem;
    text-align: center;
    width: 5.6111111111rem;
}
.place__insta svg {
    display: inline-block;
    height: 1.1111111111rem;
    width: 1.1111111111rem;
}
.place__second {
    display: block;
    font-size: 0.92rem;
    letter-spacing: 0.023rem;
    padding-bottom: 0.3888888889rem;
    padding-top: 0.3888888889rem;
    text-transform: uppercase;
    width: 100%;
}
.place__arr {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 3.0722222222rem;
    justify-content: center;
    position: absolute;
    right: -1.1111111111rem;
    top: 0;
    width: 3.3333333333rem;
    z-index: 3;
}
.place__arr:before {
    background: #e8e8e1;
    content: "";
    height: 1.8333333333rem;
    left: 0;
    position: absolute;
    top: 0.6111111111rem;
    width: 0.0555555556rem;
}
.place__arr svg {
    height: 0.5555555556rem;
    transform: rotate(0deg);
    transition: 0.3s;
    width: 0.5555555556rem;
}
.place__arr path {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.1111111111rem;
}
.place__rel_opened .place__arr svg {
    transform: rotate(180deg);
}
.place__rel {
    display: flex;
    flex-flow: row wrap;
}
.place__link,
.place__rel {
    position: relative;
    width: 100%;
}
.place__link {
    display: block;
    font-size: 1.0111111111rem;
    letter-spacing: 0.2em;
    padding-bottom: 0.8055555556rem;
    padding-top: 0.8055555556rem;
    text-transform: uppercase;
}
.place__link:before {
    top: 0;
}
.place__link:before,
.place__link:last-child:after {
    background: #e8e8e1;
    content: "";
    height: 0.0555555556rem;
    left: 0;
    position: absolute;
    width: 100%;
}
.place__link:last-child:after {
    bottom: 0;
}
.place__link_drop {
    width: calc(100% - 2.22222rem);
}
.place__link_drop:after,
.place__link_drop:before {
    width: calc(100% + 2.22222rem);
}
.place__label {
    font-size: 0.8rem;
    letter-spacing: 0.24rem;
    margin-bottom: 0.5555555556rem;
    text-transform: uppercase;
}
.place__cover {
    max-height: calc(100vh - 20.55556rem);
    max-height: calc(100dvh - 22.77778rem);
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
    padding-top: 1rem;
}
.place__cover,
.place__over {
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s ease-out;
    transition-delay: 0.2s;
}
.place__over {
    max-height: calc(100vh - 3.88889rem);
    max-height: calc(100dvh - 3.88889rem);
    padding-top: 1.2777777778rem;
}
.place__over,
.place__remove {
    padding-left: 1.1111111111rem;
    padding-right: 1.1111111111rem;
}
.place__remove {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-flow: row wrap;
    height: 3.8888888889rem;
    padding-top: 0;
    width: 3.7777777778rem;
}
.place__remove svg {
    display: block;
    height: 1.5555555556rem;
    width: 1.5555555556rem;
}
.place__remove_second {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
    padding-top: 0.5555555556rem;
    width: 4.8888888889rem;
}
@keyframes shine {
    to {
        left: -200%;
    }
}
.place__mid {
    border-top: 0.0555555556rem solid #e8e8e1;
    overflow: hidden;
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
    padding-top: 1.1111111111rem;
}
.place__ship {
    font-size: 0.85rem;
    padding-top: 0.5rem;
    text-align: center;
}
.place__prod,
.place__ship {
    margin-bottom: 1.1111111111rem;
}
.place__prod {
    border-top: 0.0555555556rem solid #e8e8e1;
    column-gap: 1.2222222222rem;
    display: grid;
    grid-template-columns: 5.5555555556rem auto;
    padding-top: 1.1111111111rem;
}
.place__img {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.place__img img {
    max-height: 5.5555555556rem;
}
.place__flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.place__price {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
}
@media print, screen and (max-width: 39.99875em) {
    .grid-container_20 {
        padding-left: 1.1111111111rem;
        padding-right: 1.1111111111rem;
    }
}
.view {
    margin-bottom: 4.1666666667rem;
}
.view__slide {
    cursor: grab;
}
.view__back {
    background-position: 50%;
    background-size: cover;
    height: 25rem;
    position: relative;
}
.view__back:before {
    background: rgba(0, 0, 0, 0.102);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.view__btn {
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    opacity: 0;
    padding: 0.6111111111rem 1.1111111111rem;
    text-transform: uppercase;
    transition: 2s;
    transition-delay: 1.5s;
}
.slick-current .view__btn {
    opacity: 1;
}
.slick-current .view__title {
    top: 0;
}
.view__over {
    margin-bottom: 1.2777777778rem;
    overflow: hidden;
}
.view__grid {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    height: 25rem;
    justify-content: flex-end;
    padding-bottom: 2.8611111111rem;
    padding-right: 0;
    position: relative;
    right: -0.1111111111rem;
    text-align: right;
    z-index: 10;
}
.view__title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.33rem;
    line-height: 1.4;
    position: relative;
    right: -0.3888888889rem;
    text-transform: uppercase;
    top: 1.6666666667rem;
    transition: 1s;
    transition-delay: 0.8s;
    width: 100%;
}
@media (max-width: 1550px) {
    .view__title {
        right: 0;
    }
    .view__grid {
        padding-right: 1.8333333333rem;
    }
}
@media (max-width: 770px) {
    .view {
        margin-bottom: 2.2222222222rem;
    }
    .view__slide {
        display: block !important;
    }
    .view__back {
        height: auto;
    }
    .view__abs {
        bottom: 2.4444444444rem;
        position: absolute;
        right: 0.1666666667rem;
    }
    .view__btn {
        font-size: 0.7222222222rem;
        padding: 0.5rem 0.9444444444rem;
    }
    .view__title {
        font-size: 1.0111111111rem;
    }
    .view__grid {
        height: 0;
        padding-bottom: 152.8%;
        padding-right: 0;
        position: relative;
    }
    .view__over {
        margin-bottom: 0.8888888889rem;
    }
}
.touch {
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: block;
    height: 0;
    margin-bottom: 4.1666666667rem;
    opacity: 0;
    padding-bottom: 45.07%;
    position: relative;
    transition: 0.3s;
}
.touch:after {
    background: rgba(0, 0, 0, 0.102);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.touch_opacity {
    opacity: 1;
}
.touch_88 {
    margin-bottom: 0.5555555556rem;
    padding-bottom: 88.57%;
}
.touch_88:before {
    border: 0.3888888889rem solid transparent;
    bottom: 0;
    box-shadow: inset 0 0 0 0.1111111111rem #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.touch__title {
    color: #fff;
    font-family: Zap, serif;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.6666666667rem;
    text-transform: uppercase;
}
.touch__title_mini {
    font-size: 1.7rem;
}
.touch__main {
    left: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    z-index: 10;
}
.touch__main_63 {
    bottom: 0;
    padding: 3.5rem;
    top: auto;
}
.touch__main_right {
    left: auto;
    padding: 3.5rem;
    right: 0;
    text-align: right;
}
.touch__btn {
    border: 0.1111111111rem solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    padding: 0.6111111111rem 1.1111111111rem;
    text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
    .touch {
        margin-bottom: 2.2222222222rem;
        padding-bottom: 107.86%;
    }
    :last-child > .touch_88 {
        margin-bottom: 0.2777777778rem;
    }
    .touch__btn {
        font-size: 0.7222222222rem;
        letter-spacing: 0.2166666667rem;
        padding: 0.5rem 0.9444444444rem;
    }
    .touch__title {
        font-size: 1.2511111111rem;
        letter-spacing: 0;
    }
    .touch__main {
        padding: 1.38rem;
    }
    .touch__main_63,
    .touch__main_right {
        padding: 2.7555555556rem;
    }
}
.feel {
    padding-bottom: 1.6666666667rem;
    text-align: center;
}
.feel__title {
    text-transform: uppercase;
}
.tend__grid {
    column-gap: 1.2222222222rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 1.3888888889rem;
}
.tend_70 {
    margin-bottom: 2.5rem;
}
.tend__grid_4 {
    grid-template-columns: repeat(4, 1fr);
}
.tend__grid_6 {
    grid-template-columns: repeat(6, 1fr);
}
.tend__link {
    border: 0.0555555556rem solid #e8e8e1;
    display: block;
    font-size: 0.6666666667rem;
    font-weight: 300;
    letter-spacing: 0.023rem;
    margin-top: -5.3888888889rem;
    padding: 0.8333333333rem;
    text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
    .tend__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media print, screen and (max-width: 59.99875em) {
    .tend {
        -webkit-overflow-scrolling: touch;
        margin-bottom: 2.2222222222rem;
        margin-left: -0.9444444444rem;
        overflow: hidden;
        overflow-x: scroll;
        width: 100vw;
    }
    .tend__grid {
        column-gap: 0.9444444444rem;
        display: flex;
        margin-bottom: 0;
        padding-left: 0.9444444444rem;
        padding-right: 0.9444444444rem;
    }
    .tend__cell {
        width: 34.6vw;
    }
    .tend__cell_mid {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
}
.outer {
    column-gap: 1.2222222222rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.outer__cell {
    margin-bottom: 1.6666666667rem;
}
@media print, screen and (max-width: 74.99875em) {
    .outer {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media print, screen and (max-width: 59.99875em) {
    .outer {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media print, screen and (max-width: 39.99875em) {
    .outer {
        column-gap: 0.1111111111rem;
        grid-template-columns: repeat(2, 1fr);
        margin-left: -0.9444444444rem;
        padding-left: 0.1111111111rem;
        padding-right: 0.1111111111rem;
        width: 100vw;
    }
    .outer__cell {
        margin-bottom: 0.8333333333rem;
    }
}
.sales {
    align-items: center;
    color: #000;
    column-gap: 0.5555555556rem;
    display: grid;
    font-size: 1rem;
    font-weight: 300;
    grid-template-columns: 1.3888888889rem auto;
    letter-spacing: 0.025rem;
}
.sales path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
.sales__title {
    padding-bottom: 0.1666666667rem;
}
@keyframes inventory-pulse {
    0% {
        opacity: 0.5;
    }
    to {
        opacity: 0;
        transform: scale(2.5);
    }
}
.sales__icon {
    height: 1.3888888889rem;
    position: relative;
    width: 1.3888888889rem;
}
.sales__icon:before {
    animation: inventory-pulse 2s linear infinite;
}
.sales__icon:after,
.sales__icon:before {
    background: #54c63a;
    border-radius: 0.5rem;
    content: "";
    height: 0.5rem;
    left: 0;
    margin: 0.4444444444rem;
    position: absolute;
    top: 0;
    width: 0.5rem;
}
@media print, screen and (max-width: 59.99875em) {
    .sales {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .sales__ico {
        padding-top: 0.1111111111rem;
        width: 1.3888888889rem;
    }
    .sales__title {
        font-size: 0.92rem;
        max-width: calc(100% - 1.94444rem);
    }
}
.prog {
    margin-bottom: 3.0555555556rem;
}
.reveal_hidden {
    visibility: hidden;
}
.prog__volume_12 {
    padding-top: 0.6666666667rem;
}
.prog__rock {
    margin-top: -0.8333333333rem;
}
.prog__let {
    position: relative;
}
.prog__abs {
    position: fixed;
}
.prog__grid {
    margin-bottom: 7.7777777778rem;
    padding-top: 3.0555555556rem;
}
.prog__grid_0 {
    margin-bottom: 0;
    padding-top: 0;
}
.prog__sales {
    margin-bottom: 1.2222222222rem;
}
.prog__price {
    color: #1c1d1d;
    font-size: 1.1111111111rem;
    margin-right: 0.2777777778rem;
}
.prog__price_promo {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 0.5rem;
}
.prog__price_promo .prog__price-current {
    font-size: 1.1111111111rem;
    color: red;
    /*color: #1c1d1d;*/
}
.prog__price_promo .prog__price-old {
    font-size: 1.1111111111rem;
    color: #1c1d1d;
    text-decoration: line-through;
}
.prog__price_promo .prog__promo-note {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    color: red;
    margin-top: 0.25rem;
}
.prog__quant {
    font-size: 0.8rem;
    letter-spacing: 0.24rem;
    margin-bottom: 0.5555555556rem;
    text-transform: uppercase;
}
.prog__cent {
    cursor: zoom-in;
    display: block;
    position: relative;
    transition: 0s;
}
.prog__mini {
    border-bottom: 0.0555555556rem solid #e8e8e1;
    font-size: 0.85rem;
    margin-bottom: 1.3888888889rem;
    padding-bottom: 1.3888888889rem;
}
.prog__vert .slick-arrow {
    align-items: center;
    background: none;
    display: flex;
    flex-flow: row wrap;
    height: 1.9444444444rem;
    justify-content: center;
    left: 0;
    padding: 0.5555555556rem 0 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 4.2222222222rem;
}
.prog__vert .slick-arrow svg {
    display: block;
    height: 0.3333333333rem;
    width: 0.5555555556rem;
}
.prog__vert .slick-next {
    bottom: 0;
    padding: 0 0 0.5555555556rem;
    top: auto;
    transform: none;
}
.prog__video {
    display: block;
    height: auto;
    max-width: 100%;
}
/* Видео в галерее карточки — те же размеры, что и у картинок */
.prog__cent_video {
    cursor: default;
    display: block;
    position: relative;
}
.prog__cent_video .prog__video-inline,
.prog__cent_video video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: top;
}
/* Бейдж play на миниатюре видео в колонке превью */
.prog__item_video {
    position: relative;
}
.prog__item_video .prog__video-play-icon {
    background-color: #000;
    border-radius: 100px;
    font-size: 0;
    padding: 4px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}
.prog__item_video .prog__video-play-icon .icon-play {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
}
.prog__item_video .prog__video-play-icon .icon-play path {
    fill: #fff;
}
.prog__flex {
    display: flex;
    flex-flow: row wrap;
}
.prog__learn {
    font-family:
        ui-sans-serif,
        system-ui,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    text-decoration: underline;
}
.prog__shop {
    color: #5433eb;
    margin-left: 0.3333333333rem;
    margin-right: 0.3888888889rem;
    padding-top: 0.2222222222rem;
}
.prog__shop svg {
    display: block;
    width: 3.1111111111rem;
}
.prog__info {
    color: #000;
    display: inline-block;
    font-family:
        ui-sans-serif,
        system-ui,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    margin-bottom: 1.4444444444rem;
}
.prog__main {
    padding-left: 0.3888888889rem;
}
.prog__vert {
    padding-bottom: 1.9444444444rem;
    padding-top: 1.9444444444rem;
    width: 4.2222222222rem;
}
.prog__vert.no-slick {
    padding-top: 0;
}
.prog__vert .slick-list {
    height: 38.8888888889rem !important;
}
.prog__vert_top .slick-list {
    height: 29.3333333333rem !important;
}
.prog__item {
    cursor: pointer;
    margin-bottom: 0.8333333333rem;
    position: relative;
}
.prog__item_curr:after {
    border: 0.1111111111rem solid #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.prog__arr {
    align-items: center;
    background: #000;
    border-radius: 5.5555555556rem;
    display: flex;
    flex-flow: row wrap;
    height: 1.3888888889rem;
    justify-content: center;
    position: absolute;
    right: 0.2777777778rem;
    top: 0.2777777778rem;
    width: 1.3888888889rem;
}
.prog__arr svg {
    display: block;
    height: 0.7222222222rem;
    width: 0.7222222222rem;
}
.prog__arr path {
    fill: #fff;
}
.prog__slider .slick-slide {
    position: relative;
}
.prog__src {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: 0.8888888889rem;
    display: none;
    flex-flow: row wrap;
    height: 1.8888888889rem;
    justify-content: center;
    position: absolute;
    right: 0.7777777778rem;
    width: 1.8888888889rem;
    z-index: 10;
}
.prog__src svg {
    display: block;
    height: 1.1111111111rem;
    width: 1.1111111111rem;
}
.prog__src circle,
.prog__src path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
    stroke-width: 0.1111111111rem;
}
@media (max-width: 1450px) {
    .prog__vert .slick-list {
        height: 43vw !important;
    }
}
@media print, screen and (max-width: 59.99875em) {
    .prog {
        margin-bottom: 0.8888888889rem;
        padding-left: 0;
        padding-right: 0;
    }
    .prog__grid_0 {
        display: none;
    }
    .prog__grid .sticky {
        top: 0 !important;
    }
    .slick-current .prog__src {
        display: flex;
    }
    .prog__volume {
        text-align: left;
    }
    .prog__flex {
        justify-content: center;
        margin-bottom: 1.3888888889rem;
    }
    .prog__info {
        font-size: 0.782rem;
        margin-bottom: 0;
    }
    .prog__learn {
        font-size: 0.85rem;
    }
    .prog__mini {
        font-size: 0.782rem;
        padding-bottom: 1.4444444444rem;
    }
    .prog__slider .slick-dots {
        bottom: -0.8888888889rem;
    }
    .prog__slider .slick-dots button {
        background: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        height: 0.3333333333rem;
        margin: 0 0.2777777778rem;
        width: 0.3333333333rem;
    }
    .prog__slider .slick-dots button:after {
        display: none;
    }
    .prog__slider .slick-dots .slick-active button {
        background: #000;
        height: 0.5rem;
        margin-top: -0.0833333333rem;
        width: 0.5rem;
    }
    .prog__main {
        padding-left: 0.9444444444rem;
        padding-right: 0.9444444444rem;
        text-align: center;
    }
    .prog__grid {
        margin-bottom: 5.3888888889rem;
        padding-top: 0;
    }
    .prog__slider {
        margin-bottom: 0.9444444444rem;
        margin-left: -0.9444444444rem;
        margin-right: -0.9444444444rem;
    }
    .prog__slider_one {
        margin-left: 0;
        margin-right: 0;
        width: 100vw;
    }
    .prog__slider .slick-slide {
        padding-left: 0.1111111111rem;
        padding-right: 0.1111111111rem;
        width: 76.03vw;
    }
    .prog__slider_one .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .prog__slider_one .prog__cent {
        left: 0;
    }
    .prog__mid {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
}
.ship {
    margin-bottom: 1.3888888889rem;
}
.ship__copy {
    font-size: 0.7777777778rem;
    text-align: center;
}
.ship__item {
    border: 0.0555555556rem solid #e8e8e1;
    border-bottom: 0;
    cursor: pointer;
    position: relative;
}
.ship__item:last-child {
    border: 0.0555555556rem solid #e8e8e1;
}
.ship__item_opened .ship__arr {
    transform: rotate(180deg);
}
.ship__content {
    display: none;
    font-size: 0.92rem;
    padding: 0 1.1111111111rem 1.1111111111rem;
}
.ship__title {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.24rem;
    padding: 0.85rem 1.6666666667rem;
    text-align: center;
    text-transform: uppercase;
}
.ship__arr {
    position: absolute;
    right: 0.8333333333rem;
    top: 1.0555555556rem;
    transform: rotate(0deg);
    transition: 0.25s;
}
.ship__arr svg {
    display: block;
    height: 0.6666666667rem;
    width: 0.6666666667rem;
}
@media print, screen and (max-width: 59.99875em) {
    .ship__content {
        text-align: left;
    }
}
.tw {
    display: block;
    margin-bottom: 0.5555555556rem;
    margin-right: 1rem;
    padding-left: 1.3333333333rem;
    position: relative;
}
.tw svg {
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0.1111111111rem;
    width: 1rem;
}
@media print, screen and (max-width: 59.99875em) {
    .tw {
        font-size: 0.85rem;
    }
}
.dean {
    background: #f8f8f8;
    margin-bottom: 4.1666666667rem;
    padding: 3rem 0 1.8333333333rem;
}
.dean__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.6666666667rem;
    width: 100%;
}
@media print, screen and (max-width: 59.99875em) {
    .dean {
        margin-bottom: 2.2222222222rem;
        padding-bottom: 2.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.off {
    background: #fff;
    margin-bottom: 0.8333333333rem;
    padding: 2.3888888889rem 0.5555555556rem;
    text-align: center;
}
.off__title {
    font-size: 3.5555555556rem;
    line-height: 1;
    margin-bottom: 0.2222222222rem;
    text-transform: uppercase;
}
.off__order {
    font-size: 0.8888888889rem;
    line-height: 1.375;
    margin-bottom: 0.7222222222rem;
}
.off__text {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
}
.name {
    display: block;
    position: relative;
}
.name__btn {
    cursor: pointer;
    position: absolute;
    right: 0.5555555556rem;
    top: 2rem;
    width: 1.3333333333rem;
}
.name__red {
    color: #d93333;
}
.name__not,
.name__success {
    font-size: 0.8333333333rem;
    margin-bottom: 1.1111111111rem;
    margin-top: -1.1111111111rem;
}
.name__close {
    margin-left: 0.3333333333rem;
    text-decoration: none;
}
.name__close img {
    width: 1.4444444444rem;
}
.name__input {
    border: 0.0555555556rem solid #e8e8e1;
    height: 2.3577777778rem;
    margin-bottom: 1.6666666667rem;
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
}
.name__input:active {
    border-color: #000;
    outline: none;
}
.name__input_right {
    padding-right: 1.9444444444rem;
}
.name__area {
    background: none;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 0;
    height: 7.9444444444rem;
    margin-bottom: 1.6666666667rem;
    padding: 0.4444444444rem 0.5555555556rem;
}
.name__area:active,
.name__area:focus,
.name__area:hover {
    border-color: #000;
    outline: none;
}
.name__area_white {
    background: #fff;
}
.name__area_80 {
    height: 4.4444444444rem;
    margin-bottom: 0.8333333333rem;
    margin-top: 1rem;
}
.name__span {
    display: block;
    font-size: 0.7361111111rem;
    letter-spacing: 0.2208rem;
    margin-bottom: 0.5555555556rem;
    text-transform: uppercase;
}
.name__span_14 {
    font-size: 0.8rem;
    letter-spacing: 0.24rem;
}
@media print, screen and (max-width: 59.99875em) {
    .name__span_14 {
        font-size: 0.7361111111rem;
    }
    .name__area_80 {
        height: 3.3333333333rem;
    }
}
.base {
    column-gap: 0.5555555556rem;
    display: flex;
    flex-flow: row wrap;
}
.lynx {
    display: block;
    margin-bottom: 2.2222222222rem;
}
.lynx,
.lynx:active,
.lynx:focus,
.lynx:hover {
    color: #2c6ecb;
}
.same {
    column-gap: 0.5555555556rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -1.6111111111rem;
}
.same__link {
    display: block;
    margin-bottom: 0.5555555556rem;
}
@media print, screen and (max-width: 39.99875em) {
    .same {
        grid-template-columns: 1fr 1fr;
        padding-left: 1.3333333333rem;
        padding-right: 1.3333333333rem;
    }
}
.well {
    column-gap: 0.4444444444rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 1.3333333333rem;
}
.well__label {
    background: #e4e5e7;
    border-radius: 0.1111111111rem;
    color: #65625c;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.25rem;
    padding: 0.1111111111rem 0.8888888889rem;
}
@media print, screen and (max-width: 39.99875em) {
    .well {
        padding-left: 1.6666666667rem;
        padding-right: 1.6666666667rem;
    }
    .well__label {
        font-size: 0.92rem;
        margin-bottom: 0.4444444444rem;
    }
}
.cpnp {
    display: block;
    font-size: 1.1111111111rem;
    margin-bottom: 1.6666666667rem;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}
.cpnp_opacity {
    opacity: 1;
}
.cpnp__title {
    display: block;
    padding-top: 1.1111111111rem;
}
@media print, screen and (max-width: 39.99875em) {
    .cpnp {
        column-gap: 0.9444444444rem;
        display: grid;
        grid-template-columns: 29% auto;
        text-align: left;
    }
}
.cinema {
    background: #fff;
    height: 100vh;
    height: 100dvh;
    left: -110vw;
    padding-top: 2.4444444444rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1100;
}
.cinema_opened {
    left: 0;
}
.cinema__slider {
    text-align: center;
}
.cinema__slide img {
    display: inline-block;
    max-height: calc(100vh - 2.44444rem);
    max-height: calc(100dvh - 2.44444rem);
}
.cinema__control {
    bottom: 2.5rem;
    column-gap: 1.6666666667rem;
    left: 0;
    position: absolute;
    width: 100vw;
}
.cinema__close,
.cinema__control {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.cinema__close {
    background: #fff;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 50%;
    cursor: pointer;
    height: 3.4072222222rem;
    width: 3.4072222222rem;
}
.cinema__close svg {
    display: block;
    height: 1.6666666667rem;
    width: 1.6666666667rem;
}
.cinema__arr {
    align-items: center;
    background: #fff;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 2.7777777778rem;
    justify-content: center;
    transform: rotate(0deg);
    width: 2.7777777778rem;
}
.cinema__arr svg {
    display: block;
    height: 0.7222222222rem;
    width: 0.7222222222rem;
}
.cinema__arr_next {
    transform: rotate(180deg);
}
@media print, screen and (max-width: 39.99875em) {
    .cinema {
        align-items: flex-end;
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        padding-bottom: 0.8888888889rem;
    }
    .cinema__slider .slick-slide {
        opacity: 0;
    }
    .cinema__slider .slick-current {
        opacity: 1;
    }
    .cinema__slider {
        width: 100%;
    }
    .cinema__slide img {
        left: -22vw;
        max-height: calc(100vh - 3.5rem);
        max-height: calc(100dvh - 3.5rem);
        max-width: 144vw;
        position: relative;
        width: 144vw;
    }
}
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: hsla(0, 0%, 100%, 0.9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
    contain: layout style size;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.003;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: var(--pswp-root-z-index);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pswp,
.pswp:focus {
    outline: 0;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--open {
    display: block;
}
.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity;
}
.pswp__bg {
    background: #fff;
}
.pswp,
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: none !important;
}
.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
    height: auto;
    width: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__item {
    overflow: hidden;
    z-index: 1;
}
.pswp__hidden {
    display: none !important;
}
.pswp__content {
    pointer-events: none;
}
.pswp__content > * {
    pointer-events: auto;
}
.pswp__error-msg-container {
    display: grid;
}
.pswp__error-msg {
    color: var(--pswp-error-text-color);
    font-size: 1em;
    line-height: 1;
    margin: auto;
}
.pswp .pswp__hide-on-close {
    opacity: 0.005;
    pointer-events: none;
    transition: opacity var(--pswp-transition-duration)
        cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
    z-index: 10;
}
.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
}
.pswp__button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    opacity: 0.85;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px;
    -webkit-touch-callout: none;
}
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    transition: none;
}
.pswp__button:disabled {
    cursor: auto;
    opacity: 0.3;
}
.pswp__icn {
    color: var(--pswp-icon-color-secondary);
    fill: var(--pswp-icon-color);
    height: 32px;
    left: 9px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 32px;
}
.pswp__icn-shadow {
    fill: none;
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
}
.pswp__icn:focus {
    outline: 0;
}
.pswp__img--with-bg,
div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-end;
    left: 0;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.pswp__top-bar > * {
    pointer-events: auto;
    will-change: opacity;
}
.pswp__button--close {
    margin-right: 6px;
}
.pswp__button--arrow {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    top: 50%;
    width: 75px;
}
.pswp__button--arrow:disabled {
    cursor: default;
    display: none;
}
.pswp__button--arrow .pswp__icn {
    background: none;
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 60px;
}
.pswp--one-slide .pswp__button--arrow {
    display: none;
}
.pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
}
.pswp__button--arrow--next.pswp__hide-on-close,
.pswp__button--arrow--prev.pswp__hide-on-close {
    align-items: center;
    background: #fff url(../images/arr9.svg) no-repeat 50%;
    background-size: 0.7222222222rem 0.7222222222rem;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 50%;
    bottom: -5.5555555556rem;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 2.7777777778rem;
    justify-content: center;
    left: calc(50% - 6.11111rem);
    position: absolute;
    top: auto;
    transform: rotate(0deg);
    transition: bottom 0.25s;
    transition-delay: 0.5s;
    width: 2.7777777778rem;
}
.pswp__button--arrow--next.pswp__hide-on-close svg,
.pswp__button--arrow--prev.pswp__hide-on-close svg {
    display: none;
}
.pswp__button--arrow--next.pswp__hide-on-close:active,
.pswp__button--arrow--next.pswp__hide-on-close:focus,
.pswp__button--arrow--next.pswp__hide-on-close:hover,
.pswp__button--arrow--prev.pswp__hide-on-close:active,
.pswp__button--arrow--prev.pswp__hide-on-close:focus,
.pswp__button--arrow--prev.pswp__hide-on-close:hover {
    background: #fff url(../images/arr9.svg) no-repeat 50%;
    background-size: 0.7222222222rem 0.7222222222rem;
}
.pswp__button--arrow--next.pswp__hide-on-close {
    left: calc(50% + 3.44444rem);
    transform: rotate(180deg);
}
.pswp__button--close {
    align-items: center;
    background: #fff url(../images/remove.svg) no-repeat 50%;
    background-size: 1.6666666667rem 1.6666666667rem;
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 50%;
    bottom: -5.8333333333rem;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 3.4072222222rem;
    justify-content: center;
    left: calc(50% - 1.70278rem);
    opacity: 1;
    position: fixed;
    transition: bottom 0.25s;
    transition-delay: 0.5s;
    width: 3.4072222222rem;
}
.pswp__button--close svg {
    display: none;
}
.pswp__button--close:active,
.pswp__button--close:focus,
.pswp__button--close:hover {
    background: #fff url(../images/remove.svg) no-repeat 50%;
    background-size: 1.6666666667rem 1.6666666667rem;
    opacity: 1;
}
.pswp_opened .pswp__button--close {
    bottom: 2.5rem;
}
.pswp_opened .pswp__button--arrow--next.pswp__hide-on-close,
.pswp_opened .pswp__button--arrow--prev.pswp__hide-on-close {
    bottom: 2.8333333333rem;
}
.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1);
}
.pswp__button--zoom {
    display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
}
.pswp__preloader {
    height: 60px;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.pswp__preloader .pswp__icn {
    animation: pswp-clockwise 0.6s linear infinite;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.pswp__preloader--active .pswp__icn {
    opacity: 0.85;
}
@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.pswp__counter {
    color: var(--pswp-icon-color);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    opacity: 0.85;
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
}
.pswp--one-slide .pswp__counter {
    display: none;
}
.bread {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2.2222222222rem;
}
.bread__link {
    color: #adadad;
    display: inline-block;
    position: relative;
}
.bread__link:after {
    color: #000;
    content: "/";
    margin-left: 0.2777777778rem;
    margin-right: 0.2777777778rem;
}
.bread__lihk:last-child {
    color: #000;
    text-transform: uppercase;
}
.bread__lihk:last-child:after {
    display: none;
}
.ord {
    margin-bottom: 1.1111111111rem;
}
.ord__content {
    padding-top: 1.1111111111rem;
}
.ord__20 {
    margin-bottom: 1.1111111111rem;
}
.ord__title {
    background: hsla(87, 82%, 74%, 0.502);
    color: #2f3435;
    padding: 0.5555555556rem 1.5rem;
}
.ord__title_blue {
    background: #179ebb;
    color: #fff;
}
.ord__inform {
    background: #f2f2f2;
    font-weight: 700;
    margin-bottom: 0.5555555556rem;
    padding: 0.5555555556rem;
}
.ord__blue {
    border: 0.0555555556rem solid #179ebb;
    padding-bottom: 1.1111111111rem;
}
.ord__inform_10 {
    margin-bottom: 0.5555555556rem;
}
.ord__main {
    border: 0.0555555556rem solid #efecec;
    padding: 0.8333333333rem;
}
.ord__icon {
    position: relative;
}
.ord__icon:before {
    height: 0.0555555556rem;
    width: 1.6666666667rem;
}
.ord__icon:after,
.ord__icon:before {
    background: #777f8a;
    bottom: 0;
    content: "";
    left: -46%;
    position: absolute;
}
.ord__icon:after {
    height: 4.1666666667rem;
    width: 0.0555555556rem;
}
.ord__red {
    color: red;
    font-weight: 700;
}
.ord__date {
    color: #888;
    font-weight: 700;
}
.ord__pay {
    color: #9b9b9b;
    margin-bottom: 1.1111111111rem;
    text-transform: uppercase;
}
.ord__whole {
    background: #f2f2f2;
    padding: 0.2777777778rem 0.1111111111rem 0;
}
.ord__green {
    color: #4b8c03;
    font-weight: 700;
}
.ord__table {
    border: 0.0555555556rem solid #e8e9eb;
    margin-bottom: 1.1111111111rem;
    padding: 0.5555555556rem;
}
.ord__open {
    cursor: pointer;
    display: block;
}
.ord__open svg {
    margin-left: 0.3333333333rem;
    position: relative;
    top: -0.1111111111rem;
    transform: rotate(0deg);
    width: 0.5555555556rem;
}
.ord__open_opened svg {
    transform: rotate(180deg);
}
.ord__big {
    color: #4a90e2;
    font-size: 1.1111111111rem;
    font-weight: 500;
    text-decoration: underline;
}
.ord__cell {
    margin-bottom: 1.6666666667rem;
}
.ord__system {
    align-items: center;
    border: 0.1111111111rem solid #c3cace;
    border-radius: 0.1111111111rem;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    height: 4.8333333333rem;
    justify-content: center;
    margin-bottom: 0.3333333333rem;
    padding: 0.2222222222rem;
}
.ord__system img {
    max-height: 3.8888888889rem;
}
.ord__system:hover {
    border-color: #159ebb;
}
.ord__canv {
    border: 0.0555555556rem solid #c0cfd9;
    display: block;
    height: 3.9444444444rem;
    text-align: center;
    width: 3.8888888889rem;
}
.ord__canv img {
    max-height: 3.8888888889rem;
}
.ord__bank {
    color: #a3a3a3;
    font-size: 0.6666666667rem;
    text-align: center;
}
.ord__cap {
    color: #7c7c7c;
    font-size: 0.7222222222rem;
}
.ord__hr {
    background: #eee;
    height: 0.0555555556rem;
    margin-top: 1.1111111111rem;
}
.ord__hr_6 {
    margin-bottom: 0.4444444444rem;
    margin-top: 0.4444444444rem;
}
.ord__hr_bot {
    margin-bottom: 1.1111111111rem;
}
.ord__repeat {
    color: #4a90e2;
}
.ord__repeat img {
    margin-right: 0.2777777778rem;
    position: relative;
    top: -0.1111111111rem;
}
.ord__gray {
    color: grey;
}
.ord__grey {
    color: grey;
    text-decoration: underline;
}
.ord__count {
    color: #000;
    font-size: 1.1111111111rem;
    font-weight: 700;
}
.ord__label {
    background: #ffe5e8;
    border: 0.0555555556rem solid #eab3b9;
    border-radius: 0.1111111111rem;
    color: #d0021b;
    display: inline-block;
    font-size: 0.8333333333rem;
    font-weight: 700;
    padding: 0.2222222222rem 0.5555555556rem;
    position: relative;
    top: -0.1111111111rem;
}
.ord__label_grey {
    background: #f3f4f5;
    border-color: hsla(214, 6%, 53%, 0.2);
    color: #535c69;
}
.ord__label_green {
    background: #7b8f65;
    border-color: #7b8f65;
    color: #70bb18;
}
@media print, screen and (max-width: 39.99875em) {
    .ord__icon img {
        max-height: 2.7777777778rem;
    }
    .ord__canv {
        margin-left: auto;
        margin-right: auto;
    }
    .ord__icon,
    .ord__open {
        margin-bottom: 0.5555555556rem;
    }
    .ord__content {
        padding-top: 0;
    }
    .ord__big,
    .ord__count,
    .ord__repeat,
    .ord__sum {
        display: inline-block;
        margin-bottom: 0.3333333333rem;
    }
}
.basket {
    margin-bottom: 1.1111111111rem;
    padding-top: 0.5555555556rem;
}
.basket__top {
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 0.7777777778rem;
    text-transform: uppercase;
}
.basket__grey {
    color: #888;
    margin-bottom: 0.8888888889rem;
}
.basket__vol {
    color: #888;
    display: block;
    text-transform: uppercase;
}
.basket__old,
.basket__price {
    text-align: right;
}
.basket__old {
    color: #888;
    text-decoration: line-through;
}
.basket__img {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 1.2222222222rem;
    padding-right: 1.2222222222rem;
    position: relative;
    width: 9.5555555556rem;
}
.basket__img img {
    max-height: 5.5555555556rem;
}
.basket__label {
    background: #fff;
    border: 0.0555555556rem solid #0ea45c;
    border-radius: 1.1111111111rem;
    color: #0ea45c;
    font-size: 0.7222222222rem;
    left: 0.2777777778rem;
    padding: 0.0555555556rem 0.4444444444rem;
    position: absolute;
    top: 0.2777777778rem;
    z-index: 2;
}
.basket__title {
    color: #000;
    display: block;
    font-size: 1.0555555556rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    line-height: 1.4;
    margin-bottom: 0.4444444444rem;
    text-transform: uppercase;
}
.basket__total {
    font-size: 1.1111111111rem;
    font-weight: 700;
    margin-bottom: 0.8888888889rem;
}
.basket__tot {
    color: #000;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.4444444444rem;
    text-transform: uppercase;
}
.basket__remove {
    cursor: pointer;
    display: block;
    margin-top: -0.8888888889rem;
}
.basket__cell {
    padding-top: 2.2222222222rem;
}
.basket__cat {
    color: #888;
    display: block;
    font-size: 0.7777777778rem;
    font-weight: 700;
    margin-bottom: 0.4444444444rem;
    text-transform: uppercase;
}
@media print, screen and (max-width: 59.99875em) {
    .basket__top {
        display: none;
    }
    .basket__vol {
        margin-bottom: 0.5555555556rem;
    }
    .basket__cell {
        padding-top: 0;
        position: relative;
    }
    .basket__tot {
        padding-top: 0.5555555556rem;
    }
    .basket__img {
        padding-right: 0.9444444444rem;
        width: 9.2777777778rem;
    }
    .basket__price,
    .basket__remove {
        font-size: 0.92rem;
    }
}
.gray {
    color: rgba(0, 0, 0, 0.4);
}
.link {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration-skip-ink: none;
    transition: color 0.3s ease-in-out;
}
.link:after {
    width: 0;
}
.link:after,
.link:before {
    border-bottom: 0.1111111111rem solid;
    bottom: -0.1111111111rem;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
}
.link:before {
    opacity: 0.04;
    width: 100%;
}
.link:hover:after {
    width: 100%;
}
.tension {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tension__block {
    margin-bottom: 0.8333333333rem;
}
.tension__red {
    color: red;
}
.tension__sticky {
    background: #f7f7f7;
    flex: 0 1 35%;
    overflow: hidden;
    padding: 1.6666666667rem;
    position: sticky;
    top: 10%;
}
.tension__main {
    flex: 1 1 60%;
    padding-right: 5.5555555556rem;
    width: 65%;
}
.tension__copy {
    font-size: 0.85rem;
    letter-spacing: 0.025rem;
    line-height: 1.4;
    margin-bottom: 1.1111111111rem;
    text-align: center;
}
@media print, screen and (max-width: 59.99875em) {
    .tension {
        display: block;
    }
    .tension__block {
        font-size: 0.92rem;
    }
    .tension__copy {
        font-size: 0.782rem;
    }
    .tension__main {
        padding-right: 0;
        width: 100%;
    }
    .tension__sticky {
        background: none;
        padding: 0;
        position: relative;
        top: 0;
    }
}
.shop {
    background: #111;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.7777777778rem;
    font-weight: 700;
    letter-spacing: 0.2333333333rem;
    line-height: 1.42;
    margin-bottom: 0.6666666667rem;
    overflow: hidden;
    padding: 0.6666666667rem 1.1111111111rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.25s;
    width: 100%;
}
.shop:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        hsla(0, 0%, 100%, 0.25),
        transparent
    );
    content: "";
    height: 100%;
    left: 150%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 200%;
}
.shop:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.shop_btn {
    background: #4c3be5;
    border-radius: 0.2222222222rem;
    margin-bottom: 0.3888888889rem;
    opacity: 0.95;
    padding: 0.8055555556rem 0.2777777778rem;
}
.shop_btn svg {
    height: 1.1111111111rem;
    width: 2.8333333333rem;
}
.shop_btn:after {
    display: none;
}
.shop_btn:hover {
    opacity: 1;
}
.shop_google {
    background: #000;
    border-radius: 0.2222222222rem;
    margin-bottom: 1rem;
    opacity: 0.9;
    padding: 0.8055555556rem 0.2777777778rem;
}
.shop_google svg {
    height: 1.1511111111rem;
    width: 2.7777777778rem;
}
.shop_google:after {
    display: none;
}
.shop_google:hover {
    opacity: 1;
}
@media print, screen and (max-width: 59.99875em) {
    .shop {
        font-size: 0.7222222222rem;
        padding-bottom: 0.5555555556rem;
        padding-top: 0.5555555556rem;
    }
    .shop_btn,
    .shop_google {
        padding-bottom: 0.8055555556rem;
        padding-top: 0.8055555556rem;
    }
}
.conn {
    overflow-x: hidden;
    width: 100vw;
}
.bor {
    background: #e8e8e1;
    height: 0.0555555556rem;
    margin-bottom: 1rem;
}
.bor_45 {
    margin-bottom: 2.5rem;
}
.round {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.7777777778rem;
    margin-bottom: 0.5555555556rem;
    text-align: center;
}
.round:after,
.round:before {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 0.2777777778rem;
    margin-left: 0.6666666667rem;
    margin-right: 0.6666666667rem;
    position: relative;
    top: -0.1666666667rem;
    width: 0.2777777778rem;
}
.surf {
    border-bottom: 0.0555555556rem solid rgba(0, 0, 0, 0.133);
    border-top: 0.0555555556rem solid rgba(0, 0, 0, 0.133);
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4.6666666667rem;
}
.surf__inline {
    display: inline-block;
}
.surf__link {
    display: block;
    padding: 3.7222222222rem 6.5555555556rem;
    position: relative;
    width: 50%;
}
.surf__link img {
    left: 0;
    margin-top: -1.1111111111rem;
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    width: 1.4444444444rem;
}
.surf__link_next img {
    left: auto;
    right: 0;
    transform: rotate(0deg);
}
.surf__link:hover .surf__title {
    text-decoration: underline;
}
.surf__data {
    color: hsla(0, 0%, 52%, 0.565);
    font-size: 0.7777777778rem;
    margin-bottom: 0.4444444444rem;
    position: relative;
}
.surf__data:after {
    border-right: 0.0555555556rem solid rgba(0, 0, 0, 0.133);
    content: "";
    display: block;
    height: 2.8888888889rem;
    position: absolute;
    right: -6.6666666667rem;
    top: 0;
    width: 0.0555555556rem;
}
.surf__data_next:after {
    display: none;
}
.surf__title {
    font-weight: 700;
    text-transform: uppercase;
}
@media print, screen and (max-width: 74.99875em) {
    .surf__link {
        padding-left: 2.7777777778rem;
        padding-right: 2.7777777778rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .surf__link {
        padding: 2.6111111111rem 2.7777777778rem 2.6111111111rem 0;
        width: 100%;
    }
    .surf__link:first-child {
        border-top: 0.0555555556rem solid rgba(0, 0, 0, 0.133);
        order: 2;
        padding-left: 2.7777777778rem;
        padding-right: 0;
    }
    .surf__data:after {
        display: none;
    }
}
.blank {
    border-top: 0.0555555556rem solid #e8e8e1;
    display: grid;
    grid-template-columns: 50% auto;
}
.blank__h2 {
    font-size: 1.1666666667rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.blank__total {
    font-size: 1.0555555556rem;
    font-weight: 600;
}
.blank__let {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    font-size: 0.7777777778rem;
    margin-top: 0.2777777778rem;
    padding-top: 0.1111111111rem;
}
.blank__let svg {
    display: inline-block;
    height: 0.4444444444rem;
    margin-left: 0.3333333333rem;
    transform: rotate(-90deg);
    transition: 0.3s;
    width: 0.4444444444rem;
}
.blank__let path {
    stroke-width: 0.0833333333rem;
    vector-effect: non-scaling-stroke;
}
.blank__let_opened svg {
    transform: rotate(90deg);
}
.blank__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.blank__helper {
    display: block;
    padding: 2.1111111111rem;
    width: 32.2222222222rem;
}
.blank__back {
    background: #fafafa;
    border-left: 0.0555555556rem solid #e8e8e1;
    position: relative;
    z-index: 3;
}
.blank__over {
    margin-bottom: 1.3333333333rem;
    max-height: 22rem;
    overflow-y: auto;
    padding-top: 0.4444444444rem;
}
.blank__sticky {
    color: #000;
    font-size: 0.7777777778rem;
    max-width: 100%;
    padding: 2.1111111111rem;
    position: sticky;
    top: 0;
    width: 26.6666666667rem;
}
.blank__block {
    margin-bottom: 1.3333333333rem;
}
.blank__show {
    display: none;
}
.blank__hidden {
    background: #fafafa;
    display: none;
    padding: 0.7777777778rem 0.7777777778rem 0.0555555556rem;
}
.blank__roll {
    display: none;
}
@media (max-width: 990px) {
    .blank {
        display: block;
    }
    .blank__roll {
        display: flex;
        margin-bottom: 0.4444444444rem;
    }
    .blank__hidden .blank__roll {
        display: none;
    }
    .blank__show {
        display: block;
    }
    .blank__mob {
        display: none;
    }
    .blank__over {
        max-height: 50vh;
    }
    .blank__back {
        background: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .blank__sticky {
        padding: 0 1.1666666667rem 0.5555555556rem;
        position: relative;
        width: 32.2222222222rem;
    }
    .blank__helper {
        padding-bottom: 0.2222222222rem;
        padding-left: 1.1666666667rem;
        padding-right: 1.1666666667rem;
    }
    .blank__left {
        justify-content: center;
    }
    .blank__over_hidden {
        display: none;
    }
}
.boat__input {
    display: none;
}
.boat__label {
    border: 0.0555555556rem solid #dedede;
    border-radius: 0;
    display: block;
    position: relative;
}
.boat__label:after {
    border: 0.0555555556rem solid #e8e8e1;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1rem;
    left: 0.7777777778rem;
    position: absolute;
    top: 0.8888888889rem;
    transition: 0.133s;
    width: 1rem;
}
.boat__main {
    display: grid;
    grid-template-columns: auto 5rem;
    padding: 0.7777777778rem 0.7777777778rem 0.7777777778rem 2.3333333333rem;
}
.boat__input:checked + .boat__label {
    border-color: #000;
}
.boat__input:checked + .boat__label:after {
    border: 0.3333333333rem solid #111;
}
.boat__content {
    background: rgba(0, 0, 0, 0.043);
    display: none;
    font-size: 0.7777777778rem;
    padding: 0.7777777778rem;
}
.boat__price {
    font-size: 0.7777777778rem;
    font-weight: 600;
}
.boat__img,
.boat__price {
    display: block;
    text-align: right;
}
.boat__data {
    display: block;
}
.boat__data,
.boat__days {
    font-size: 0.7777777778rem;
}
.boat__days {
    color: #686868;
}
.wall {
    margin-bottom: 1.1111111111rem;
}
.wall__img {
    align-items: center;
    background: #f1f1f1;
    border: 0.1111111111rem solid #fff;
    border-radius: 0.6666666667rem;
    box-shadow:
        0 1px 1.75px 0 rgba(0, 0, 0, 0.12),
        0 -0.5px 1.5px 0 rgba(0, 0, 0, 0.09),
        0 3px 4px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    flex-flow: row wrap;
    height: 3.5555555556rem;
    justify-content: center;
    position: relative;
    width: 3.5555555556rem;
}
.wall__img img {
    max-height: 3.3333333333rem;
}
.wall__num {
    background: #000;
    border: 0.1111111111rem solid #fff;
    border-radius: 0.4444444444rem;
    color: #fff;
    display: block;
    font-size: 0.6666666667rem;
    font-weight: 600;
    height: 1.3333333333rem;
    padding-left: 0.0555555556rem;
    padding-top: 0.0555555556rem;
    position: absolute;
    right: -0.3888888889rem;
    text-align: center;
    top: -0.3888888889rem;
    width: 1.3333333333rem;
}
.sum {
    background: #f6f6f6;
    border-bottom: 0.0555555556rem solid #dfdfdf;
    border-top: 0.0555555556rem solid #dfdfdf;
    cursor: pointer;
    padding: 0.9444444444rem 0.8888888889rem;
}
.sum__title {
    font-size: 0.7777777778rem;
    padding-top: 0.1111111111rem;
}
.sum__title svg {
    display: inline-block;
    height: 0.4444444444rem;
    margin-left: 0.2222222222rem;
    transform: rotate(-90deg);
    transition: 0.3s;
    width: 0.4444444444rem;
}
.sum__title path {
    stroke-width: 0.0833333333rem;
    vector-effect: non-scaling-stroke;
}
.sum__price {
    font-size: 1.0555555556rem;
    font-weight: 600;
}
.sum_opened .sum__title svg {
    transform: rotate(90deg);
}
.glass {
    display: block;
    height: 0;
    margin-bottom: 1.2222222222rem;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.glass__text {
    background: #fff;
    bottom: 1rem;
    font-size: 0.7111111111rem;
    font-weight: 300;
    letter-spacing: 0.1422222222rem;
    max-width: calc(100% - 1.11111rem);
    padding: 0.3888888889rem 0.8333333333rem;
    position: absolute;
    right: 0.5555555556rem;
    text-align: right;
    text-transform: uppercase;
    z-index: 3;
}
.glass__img {
    background-size: cover;
    transform: scale(1);
}
.glass__img,
.glass__img:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.8s ease;
    width: 100%;
}
.glass__img:after {
    background: #000;
    content: "";
    display: block;
    opacity: 0;
}
.glass:hover .glass__img {
    transform: scale(1.03);
}
.glass:hover .glass__img:after {
    opacity: 0.25;
}
.abs {
    display: flex;
    flex-flow: row wrap;
    left: 0.6666666667rem;
    position: absolute;
    top: 0.5555555556rem;
    z-index: 10;
}
.abs__label {
    background: hsla(0, 0%, 100%, 0.82);
    border: 0.0555555556rem solid #000;
    color: #000;
    display: inline-block;
    font-size: 0.7222222222rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0.6666666667rem;
    margin-right: 0.6666666667rem;
    padding: 0.1666666667rem 0.5555555556rem 0.1111111111rem;
    text-transform: uppercase;
}
.abs__label_red {
    border-color: #e51a4b;
    color: #e51a4b;
}
.det {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
    width: 27.1111111111rem;
}
.det__val {
    padding-left: 0.5555555556rem;
    text-align: right;
}
.tg {
    align-items: center;
    border: 0.0555555556rem solid #e2e2e2;
    border-radius: 50%;
    display: flex;
    height: 2.7222222222rem;
    justify-content: center;
    margin-bottom: -2.1666666667rem;
    margin-left: 0.0555555556rem;
    margin-right: 0.0555555556rem;
    width: 2.7222222222rem;
}
.tg:active,
.tg:focus,
.tg:hover {
    border-color: #000;
}
.tg__wapp {
    background: url(../images/sprite2.png) no-repeat;
    background-position: -1.4444444444rem -1.6666666667rem;
    background-size: 13.7222222222rem;
    height: 1.3333333333rem;
    width: 1.2222222222rem;
}
.tg__tg {
    background: url(../images/sprite2.png) no-repeat;
    background-position: -2.5rem -3.0555555556rem;
    background-size: 13.7222222222rem;
    height: 1rem;
    width: 1rem;
}
.inn {
    border-bottom: 0.0555555556rem solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4444444444rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 0.4444444444rem;
    width: 32rem;
}
.inn__data {
    text-align: left;
}
.inn__val {
    text-align: right;
}
.mod {
    background: #fff;
    border-top: 0.1111111111rem solid #000;
    box-shadow: 0 0.2222222222rem 4.4444444444rem rgba(0, 0, 0, 0.24);
    left: calc(50% - 5.63889rem);
    padding: 0.6111111111rem 0;
    position: absolute;
    top: 1.8333333333rem;
    width: 11.2777777778rem;
    z-index: 100;
}
.mod__item {
    align-items: center;
    color: #000;
    display: flex;
    flex-flow: row wrap;
    font-size: 0.6666666667rem;
    padding: 0.6111111111rem 1.4444444444rem;
}
.mod__item:active,
.mod__item:focus,
.mod__item:hover {
    background: rgba(0, 0, 0, 0.03);
}
.mod__text {
    width: calc(100% - 2rem);
}
.mod__ico {
    background-image: url(../images/sprite2.png);
    background-position: -2.5555555556rem 0;
    background-size: 13.1111111111rem;
    height: 1.2777777778rem;
    margin-right: 0.7777777778rem;
    width: 1.1111111111rem;
}
.mod__ico_reg {
    background-position: -5.2777777778rem 0;
    width: 1.0555555556rem;
}
.mod__ico_pass {
    background-position: -6.3888888889rem 0;
}
.mod__ico_exit {
    background-position: -7.6666666667rem 0;
    width: 1.2222222222rem;
}
@media (max-width: 1510px) {
    .mod {
        left: auto;
        right: -2.7777777778rem;
    }
}

.bx-price-old {
    color: #888;
    text-decoration: line-through;
}
.bx-soa-pp-company-block {
    margin: 10px 0px;
}

.caption-text {
    margin-bottom: 10px;
}
@media (max-width: 770px) {
    .abs {
        display: flex;
        flex-flow: row wrap;
        left: 0.1rem;
        position: absolute;
        top: 0.1rem;
        z-index: 10;
    }
    .abs__label {
        background: hsla(0, 0%, 100%, 0.82);
        border: 0.0555555556rem solid #000;
        color: #000;
        display: inline-block;
        font-size: 0.5222222222rem;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 0.6666666667rem;
        margin-right: 0.6666666667rem;
        padding: 0.1666666667rem 0.5555555556rem 0.1111111111rem;
    }
}
