body ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .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 .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 {
    y dd ??  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(.5, 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;
    y sp ??  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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .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: .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);
    y dt ?? 0px
}

.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, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(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: .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, .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(.19, 1, .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(.5, .5, .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(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.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 .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, .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, .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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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(.5);
    transition-duration: .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: .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: .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: .5s;
    transition-property: transform, opacity;
    transition-timing-function: linear
}

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

.spin-in.mui-enter {
    opacity: 0;
    transform: rotate(-270deg);
    transition-duration: .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: .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: .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: .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: .75s !important
}

.fast {
    transition-duration: .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(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important
}

.long-delay {
    transition-delay: .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: .5s
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: .75s !important
}

.fast {
    animation-duration: .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(.485, .155, .24, 1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    animation-delay: .3s !important
}

.long-delay {
    animation-delay: .7s !important
}

@font-face {
    font-display: swap;
    font-family: Mont;
    font-weight: 100;
    src: url(../fonts/Mont-ExtraLight.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Mont;
    font-weight: 400;
    src: url(../fonts/Mont-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Mont;
    font-weight: 700;
    src: url(../fonts/Mont-SemiBold.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: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    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: -.25em
}

sup {
    top: -.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: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[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=90em&xxxlarge=120em&giant=160em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

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

body {
    background: #FBFBFB;
    color: #232227;
    font-family: Mont, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px
}

select,
textarea {
    border-radius: .25rem
}

select {
    -webkit-box-sizing: border-box;
    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
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: .25rem;
    cursor: auto;
    line-height: 1;
    padding: 0
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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: Mont, sans-serif;
    font-weight: 400;
    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.5rem
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

.h2,
h2 {
    font-size: 1.25rem
}

.h3,
h3 {
    font-size: 1.1875rem
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: 1.0625rem
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4
}

@media print,
screen and (min-width:40em) {

    .h1,
    h1 {
        font-size: 3rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .h3,
    h3 {
        font-size: 1.9375rem
    }

    .h4,
    h4 {
        font-size: 1.5625rem
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }
}

a {
    color: #fd5b12;
    cursor: pointer;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

a:focus,
a:hover {
    color: #e74902
}

a img,
hr {
    border: 0
}

hr {
    border-bottom: 1px solid #cacaca;
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    max-width: 111.5625rem
}

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: .3rem
}

blockquote {
    border-left: 1px solid #cacaca;
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem
}

blockquote,
blockquote p {
    color: #8a8a8a;
    line-height: 1.6
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #232227;
    cursor: help;
    -webkit-text-decoration: none;
    text-decoration: none
}

figure,
kbd {
    margin: 0
}

kbd {
    background-color: #e6e6e6;
    border-radius: .25rem;
    color: #232227;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    padding: .125rem .25rem 0
}

.subheader {
    color: #8a8a8a;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: .2rem
}

.lead {
    font-size: 20px;
    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: .8125rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block,
.code-inline,
code {
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    color: #232227;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    font-weight: 400
}

.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
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        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 {
        -webkit-text-decoration: underline;
        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: .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: 111.5625rem;
    padding-left: clamp(10px, 3.3vw, 70px);
    padding-right: clamp(10px, 3.3vw, 70px);
}

.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .15625rem;
    padding-right: .15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container.fluid {
        padding-left: .15625rem;
        padding-right: .15625rem
    }
}

.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto,
.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 {
    -ms-flex-preferred-size: auto;
    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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.15625rem;
    margin-right: -.15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -.15625rem;
        margin-right: -.15625rem
    }
}

.grid-margin-x>.cell {
    margin-left: .15625rem;
    margin-right: .15625rem;
    width: calc(100% - .3125rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.cell {
        margin-left: .15625rem;
        margin-right: .15625rem;
        width: calc(100% - .3125rem)
    }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(2.08333% - .3125rem)
}

.grid-margin-x>.small-2 {
    width: calc(4.16667% - .3125rem)
}

.grid-margin-x>.small-3 {
    width: calc(6.25% - .3125rem)
}

.grid-margin-x>.small-4 {
    width: calc(8.33333% - .3125rem)
}

.grid-margin-x>.small-5 {
    width: calc(10.41667% - .3125rem)
}

.grid-margin-x>.small-6 {
    width: calc(12.5% - .3125rem)
}

.grid-margin-x>.small-7 {
    width: calc(14.58333% - .3125rem)
}

.grid-margin-x>.small-8 {
    width: calc(16.66667% - .3125rem)
}

.grid-margin-x>.small-9 {
    width: calc(18.75% - .3125rem)
}

.grid-margin-x>.small-10 {
    width: calc(20.83333% - .3125rem)
}

.grid-margin-x>.small-11 {
    width: calc(22.91667% - .3125rem)
}

.grid-margin-x>.small-12 {
    width: calc(25% - .3125rem)
}

.grid-margin-x>.small-13 {
    width: calc(27.08333% - .3125rem)
}

.grid-margin-x>.small-14 {
    width: calc(29.16667% - .3125rem)
}

.grid-margin-x>.small-15 {
    width: calc(31.25% - .3125rem)
}

.grid-margin-x>.small-16 {
    width: calc(33.33333% - .3125rem)
}

.grid-margin-x>.small-17 {
    width: calc(35.41667% - .3125rem)
}

.grid-margin-x>.small-18 {
    width: calc(37.5% - .3125rem)
}

.grid-margin-x>.small-19 {
    width: calc(39.58333% - .3125rem)
}

.grid-margin-x>.small-20 {
    width: calc(41.66667% - .3125rem)
}

.grid-margin-x>.small-21 {
    width: calc(43.75% - .3125rem)
}

.grid-margin-x>.small-22 {
    width: calc(45.83333% - .3125rem)
}

.grid-margin-x>.small-23 {
    width: calc(47.91667% - .3125rem)
}

.grid-margin-x>.small-24 {
    width: calc(50% - .3125rem)
}

.grid-margin-x>.small-25 {
    width: calc(52.08333% - .3125rem)
}

.grid-margin-x>.small-26 {
    width: calc(54.16667% - .3125rem)
}

.grid-margin-x>.small-27 {
    width: calc(56.25% - .3125rem)
}

.grid-margin-x>.small-28 {
    width: calc(58.33333% - .3125rem)
}

.grid-margin-x>.small-29 {
    width: calc(60.41667% - .3125rem)
}

.grid-margin-x>.small-30 {
    width: calc(62.5% - .3125rem)
}

.grid-margin-x>.small-31 {
    width: calc(64.58333% - .3125rem)
}

.grid-margin-x>.small-32 {
    width: calc(66.66667% - .3125rem)
}

.grid-margin-x>.small-33 {
    width: calc(68.75% - .3125rem)
}

.grid-margin-x>.small-34 {
    width: calc(70.83333% - .3125rem)
}

.grid-margin-x>.small-35 {
    width: calc(72.91667% - .3125rem)
}

.grid-margin-x>.small-36 {
    width: calc(75% - .3125rem)
}

.grid-margin-x>.small-37 {
    width: calc(77.08333% - .3125rem)
}

.grid-margin-x>.small-38 {
    width: calc(79.16667% - .3125rem)
}

.grid-margin-x>.small-39 {
    width: calc(81.25% - .3125rem)
}

.grid-margin-x>.small-40 {
    width: calc(83.33333% - .3125rem)
}

.grid-margin-x>.small-41 {
    width: calc(85.41667% - .3125rem)
}

.grid-margin-x>.small-42 {
    width: calc(87.5% - .3125rem)
}

.grid-margin-x>.small-43 {
    width: calc(89.58333% - .3125rem)
}

.grid-margin-x>.small-44 {
    width: calc(91.66667% - .3125rem)
}

.grid-margin-x>.small-45 {
    width: calc(93.75% - .3125rem)
}

.grid-margin-x>.small-46 {
    width: calc(95.83333% - .3125rem)
}

.grid-margin-x>.small-47 {
    width: calc(97.91667% - .3125rem)
}

.grid-margin-x>.small-48 {
    width: calc(100% - .3125rem)
}

@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% - .3125rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(4.16667% - .3125rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(6.25% - .3125rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(8.33333% - .3125rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(10.41667% - .3125rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(12.5% - .3125rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(14.58333% - .3125rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(18.75% - .3125rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(20.83333% - .3125rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(22.91667% - .3125rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x>.small-13 {
        width: calc(27.08333% - .3125rem)
    }

    .grid-margin-x>.small-14 {
        width: calc(29.16667% - .3125rem)
    }

    .grid-margin-x>.small-15 {
        width: calc(31.25% - .3125rem)
    }

    .grid-margin-x>.small-16 {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x>.small-17 {
        width: calc(35.41667% - .3125rem)
    }

    .grid-margin-x>.small-18 {
        width: calc(37.5% - .3125rem)
    }

    .grid-margin-x>.small-19 {
        width: calc(39.58333% - .3125rem)
    }

    .grid-margin-x>.small-20 {
        width: calc(41.66667% - .3125rem)
    }

    .grid-margin-x>.small-21 {
        width: calc(43.75% - .3125rem)
    }

    .grid-margin-x>.small-22 {
        width: calc(45.83333% - .3125rem)
    }

    .grid-margin-x>.small-23 {
        width: calc(47.91667% - .3125rem)
    }

    .grid-margin-x>.small-24 {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x>.small-25 {
        width: calc(52.08333% - .3125rem)
    }

    .grid-margin-x>.small-26 {
        width: calc(54.16667% - .3125rem)
    }

    .grid-margin-x>.small-27 {
        width: calc(56.25% - .3125rem)
    }

    .grid-margin-x>.small-28 {
        width: calc(58.33333% - .3125rem)
    }

    .grid-margin-x>.small-29 {
        width: calc(60.41667% - .3125rem)
    }

    .grid-margin-x>.small-30 {
        width: calc(62.5% - .3125rem)
    }

    .grid-margin-x>.small-31 {
        width: calc(64.58333% - .3125rem)
    }

    .grid-margin-x>.small-32 {
        width: calc(66.66667% - .3125rem)
    }

    .grid-margin-x>.small-33 {
        width: calc(68.75% - .3125rem)
    }

    .grid-margin-x>.small-34 {
        width: calc(70.83333% - .3125rem)
    }

    .grid-margin-x>.small-35 {
        width: calc(72.91667% - .3125rem)
    }

    .grid-margin-x>.small-36 {
        width: calc(75% - .3125rem)
    }

    .grid-margin-x>.small-37 {
        width: calc(77.08333% - .3125rem)
    }

    .grid-margin-x>.small-38 {
        width: calc(79.16667% - .3125rem)
    }

    .grid-margin-x>.small-39 {
        width: calc(81.25% - .3125rem)
    }

    .grid-margin-x>.small-40 {
        width: calc(83.33333% - .3125rem)
    }

    .grid-margin-x>.small-41 {
        width: calc(85.41667% - .3125rem)
    }

    .grid-margin-x>.small-42 {
        width: calc(87.5% - .3125rem)
    }

    .grid-margin-x>.small-43 {
        width: calc(89.58333% - .3125rem)
    }

    .grid-margin-x>.small-44 {
        width: calc(91.66667% - .3125rem)
    }

    .grid-margin-x>.small-45 {
        width: calc(93.75% - .3125rem)
    }

    .grid-margin-x>.small-46 {
        width: calc(95.83333% - .3125rem)
    }

    .grid-margin-x>.small-47 {
        width: calc(97.91667% - .3125rem)
    }

    .grid-margin-x>.small-48 {
        width: calc(100% - .3125rem)
    }

    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(2.08333% - .3125rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(4.16667% - .3125rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(6.25% - .3125rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(8.33333% - .3125rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(10.41667% - .3125rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(12.5% - .3125rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(14.58333% - .3125rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(18.75% - .3125rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(20.83333% - .3125rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(22.91667% - .3125rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x>.medium-13 {
        width: calc(27.08333% - .3125rem)
    }

    .grid-margin-x>.medium-14 {
        width: calc(29.16667% - .3125rem)
    }

    .grid-margin-x>.medium-15 {
        width: calc(31.25% - .3125rem)
    }

    .grid-margin-x>.medium-16 {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x>.medium-17 {
        width: calc(35.41667% - .3125rem)
    }

    .grid-margin-x>.medium-18 {
        width: calc(37.5% - .3125rem)
    }

    .grid-margin-x>.medium-19 {
        width: calc(39.58333% - .3125rem)
    }

    .grid-margin-x>.medium-20 {
        width: calc(41.66667% - .3125rem)
    }

    .grid-margin-x>.medium-21 {
        width: calc(43.75% - .3125rem)
    }

    .grid-margin-x>.medium-22 {
        width: calc(45.83333% - .3125rem)
    }

    .grid-margin-x>.medium-23 {
        width: calc(47.91667% - .3125rem)
    }

    .grid-margin-x>.medium-24 {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x>.medium-25 {
        width: calc(52.08333% - .3125rem)
    }

    .grid-margin-x>.medium-26 {
        width: calc(54.16667% - .3125rem)
    }

    .grid-margin-x>.medium-27 {
        width: calc(56.25% - .3125rem)
    }

    .grid-margin-x>.medium-28 {
        width: calc(58.33333% - .3125rem)
    }

    .grid-margin-x>.medium-29 {
        width: calc(60.41667% - .3125rem)
    }

    .grid-margin-x>.medium-30 {
        width: calc(62.5% - .3125rem)
    }

    .grid-margin-x>.medium-31 {
        width: calc(64.58333% - .3125rem)
    }

    .grid-margin-x>.medium-32 {
        width: calc(66.66667% - .3125rem)
    }

    .grid-margin-x>.medium-33 {
        width: calc(68.75% - .3125rem)
    }

    .grid-margin-x>.medium-34 {
        width: calc(70.83333% - .3125rem)
    }

    .grid-margin-x>.medium-35 {
        width: calc(72.91667% - .3125rem)
    }

    .grid-margin-x>.medium-36 {
        width: calc(75% - .3125rem)
    }

    .grid-margin-x>.medium-37 {
        width: calc(77.08333% - .3125rem)
    }

    .grid-margin-x>.medium-38 {
        width: calc(79.16667% - .3125rem)
    }

    .grid-margin-x>.medium-39 {
        width: calc(81.25% - .3125rem)
    }

    .grid-margin-x>.medium-40 {
        width: calc(83.33333% - .3125rem)
    }

    .grid-margin-x>.medium-41 {
        width: calc(85.41667% - .3125rem)
    }

    .grid-margin-x>.medium-42 {
        width: calc(87.5% - .3125rem)
    }

    .grid-margin-x>.medium-43 {
        width: calc(89.58333% - .3125rem)
    }

    .grid-margin-x>.medium-44 {
        width: calc(91.66667% - .3125rem)
    }

    .grid-margin-x>.medium-45 {
        width: calc(93.75% - .3125rem)
    }

    .grid-margin-x>.medium-46 {
        width: calc(95.83333% - .3125rem)
    }

    .grid-margin-x>.medium-47 {
        width: calc(97.91667% - .3125rem)
    }

    .grid-margin-x>.medium-48 {
        width: calc(100% - .3125rem)
    }
}

@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% - .3125rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(4.16667% - .3125rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(6.25% - .3125rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(8.33333% - .3125rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(10.41667% - .3125rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(12.5% - .3125rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(14.58333% - .3125rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(18.75% - .3125rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(20.83333% - .3125rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(22.91667% - .3125rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x>.large-13 {
        width: calc(27.08333% - .3125rem)
    }

    .grid-margin-x>.large-14 {
        width: calc(29.16667% - .3125rem)
    }

    .grid-margin-x>.large-15 {
        width: calc(31.25% - .3125rem)
    }

    .grid-margin-x>.large-16 {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x>.large-17 {
        width: calc(35.41667% - .3125rem)
    }

    .grid-margin-x>.large-18 {
        width: calc(37.5% - .3125rem)
    }

    .grid-margin-x>.large-19 {
        width: calc(39.58333% - .3125rem)
    }

    .grid-margin-x>.large-20 {
        width: calc(41.66667% - .3125rem)
    }

    .grid-margin-x>.large-21 {
        width: calc(43.75% - .3125rem)
    }

    .grid-margin-x>.large-22 {
        width: calc(45.83333% - .3125rem)
    }

    .grid-margin-x>.large-23 {
        width: calc(47.91667% - .3125rem)
    }

    .grid-margin-x>.large-24 {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x>.large-25 {
        width: calc(52.08333% - .3125rem)
    }

    .grid-margin-x>.large-26 {
        width: calc(54.16667% - .3125rem)
    }

    .grid-margin-x>.large-27 {
        width: calc(56.25% - .3125rem)
    }

    .grid-margin-x>.large-28 {
        width: calc(58.33333% - .3125rem)
    }

    .grid-margin-x>.large-29 {
        width: calc(60.41667% - .3125rem)
    }

    .grid-margin-x>.large-30 {
        width: calc(62.5% - .3125rem)
    }

    .grid-margin-x>.large-31 {
        width: calc(64.58333% - .3125rem)
    }

    .grid-margin-x>.large-32 {
        width: calc(66.66667% - .3125rem)
    }

    .grid-margin-x>.large-33 {
        width: calc(68.75% - .3125rem)
    }

    .grid-margin-x>.large-34 {
        width: calc(70.83333% - .3125rem)
    }

    .grid-margin-x>.large-35 {
        width: calc(72.91667% - .3125rem)
    }

    .grid-margin-x>.large-36 {
        width: calc(75% - .3125rem)
    }

    .grid-margin-x>.large-37 {
        width: calc(77.08333% - .3125rem)
    }

    .grid-margin-x>.large-38 {
        width: calc(79.16667% - .3125rem)
    }

    .grid-margin-x>.large-39 {
        width: calc(81.25% - .3125rem)
    }

    .grid-margin-x>.large-40 {
        width: calc(83.33333% - .3125rem)
    }

    .grid-margin-x>.large-41 {
        width: calc(85.41667% - .3125rem)
    }

    .grid-margin-x>.large-42 {
        width: calc(87.5% - .3125rem)
    }

    .grid-margin-x>.large-43 {
        width: calc(89.58333% - .3125rem)
    }

    .grid-margin-x>.large-44 {
        width: calc(91.66667% - .3125rem)
    }

    .grid-margin-x>.large-45 {
        width: calc(93.75% - .3125rem)
    }

    .grid-margin-x>.large-46 {
        width: calc(95.83333% - .3125rem)
    }

    .grid-margin-x>.large-47 {
        width: calc(97.91667% - .3125rem)
    }

    .grid-margin-x>.large-48 {
        width: calc(100% - .3125rem)
    }
}

@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% - .3125rem)
    }

    .grid-margin-x>.xlarge-2 {
        width: calc(4.16667% - .3125rem)
    }

    .grid-margin-x>.xlarge-3 {
        width: calc(6.25% - .3125rem)
    }

    .grid-margin-x>.xlarge-4 {
        width: calc(8.33333% - .3125rem)
    }

    .grid-margin-x>.xlarge-5 {
        width: calc(10.41667% - .3125rem)
    }

    .grid-margin-x>.xlarge-6 {
        width: calc(12.5% - .3125rem)
    }

    .grid-margin-x>.xlarge-7 {
        width: calc(14.58333% - .3125rem)
    }

    .grid-margin-x>.xlarge-8 {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x>.xlarge-9 {
        width: calc(18.75% - .3125rem)
    }

    .grid-margin-x>.xlarge-10 {
        width: calc(20.83333% - .3125rem)
    }

    .grid-margin-x>.xlarge-11 {
        width: calc(22.91667% - .3125rem)
    }

    .grid-margin-x>.xlarge-12 {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x>.xlarge-13 {
        width: calc(27.08333% - .3125rem)
    }

    .grid-margin-x>.xlarge-14 {
        width: calc(29.16667% - .3125rem)
    }

    .grid-margin-x>.xlarge-15 {
        width: calc(31.25% - .3125rem)
    }

    .grid-margin-x>.xlarge-16 {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x>.xlarge-17 {
        width: calc(35.41667% - .3125rem)
    }

    .grid-margin-x>.xlarge-18 {
        width: calc(37.5% - .3125rem)
    }

    .grid-margin-x>.xlarge-19 {
        width: calc(39.58333% - .3125rem)
    }

    .grid-margin-x>.xlarge-20 {
        width: calc(41.66667% - .3125rem)
    }

    .grid-margin-x>.xlarge-21 {
        width: calc(43.75% - .3125rem)
    }

    .grid-margin-x>.xlarge-22 {
        width: calc(45.83333% - .3125rem)
    }

    .grid-margin-x>.xlarge-23 {
        width: calc(47.91667% - .3125rem)
    }

    .grid-margin-x>.xlarge-24 {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x>.xlarge-25 {
        width: calc(52.08333% - .3125rem)
    }

    .grid-margin-x>.xlarge-26 {
        width: calc(54.16667% - .3125rem)
    }

    .grid-margin-x>.xlarge-27 {
        width: calc(56.25% - .3125rem)
    }

    .grid-margin-x>.xlarge-28 {
        width: calc(58.33333% - .3125rem)
    }

    .grid-margin-x>.xlarge-29 {
        width: calc(60.41667% - .3125rem)
    }

    .grid-margin-x>.xlarge-30 {
        width: calc(62.5% - .3125rem)
    }

    .grid-margin-x>.xlarge-31 {
        width: calc(64.58333% - .3125rem)
    }

    .grid-margin-x>.xlarge-32 {
        width: calc(66.66667% - .3125rem)
    }

    .grid-margin-x>.xlarge-33 {
        width: calc(68.75% - .3125rem)
    }

    .grid-margin-x>.xlarge-34 {
        width: calc(70.83333% - .3125rem)
    }

    .grid-margin-x>.xlarge-35 {
        width: calc(72.91667% - .3125rem)
    }

    .grid-margin-x>.xlarge-36 {
        width: calc(75% - .3125rem)
    }

    .grid-margin-x>.xlarge-37 {
        width: calc(77.08333% - .3125rem)
    }

    .grid-margin-x>.xlarge-38 {
        width: calc(79.16667% - .3125rem)
    }

    .grid-margin-x>.xlarge-39 {
        width: calc(81.25% - .3125rem)
    }

    .grid-margin-x>.xlarge-40 {
        width: calc(83.33333% - .3125rem)
    }

    .grid-margin-x>.xlarge-41 {
        width: calc(85.41667% - .3125rem)
    }

    .grid-margin-x>.xlarge-42 {
        width: calc(87.5% - .3125rem)
    }

    .grid-margin-x>.xlarge-43 {
        width: calc(89.58333% - .3125rem)
    }

    .grid-margin-x>.xlarge-44 {
        width: calc(91.66667% - .3125rem)
    }

    .grid-margin-x>.xlarge-45 {
        width: calc(93.75% - .3125rem)
    }

    .grid-margin-x>.xlarge-46 {
        width: calc(95.83333% - .3125rem)
    }

    .grid-margin-x>.xlarge-47 {
        width: calc(97.91667% - .3125rem)
    }

    .grid-margin-x>.xlarge-48 {
        width: calc(100% - .3125rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-left: -.15625rem;
    margin-right: -.15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -.15625rem;
        margin-right: -.15625rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-left: -.15625rem;
    margin-right: -.15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-left: -.15625rem;
        margin-right: -.15625rem
    }
}

.grid-padding-x>.cell {
    padding-left: .15625rem;
    padding-right: .15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x>.cell {
        padding-left: .15625rem;
        padding-right: .15625rem
    }
}

.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%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - .3125rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - .3125rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - .3125rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - .3125rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - .3125rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - .3125rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - .3125rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - .3125rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - .3125rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - .3125rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - .3125rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - .3125rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - .3125rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - .3125rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - .3125rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - .3125rem)
    }
}

@media print,
screen and (min-width:60em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - .3125rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - .3125rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - .3125rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - .3125rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width: calc(100% - .3125rem)
    }

    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - .3125rem)
    }

    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333% - .3125rem)
    }

    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - .3125rem)
    }

    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - .3125rem)
    }

    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66667% - .3125rem)
    }

    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571% - .3125rem)
    }

    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - .3125rem)
    }
}

.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%
    }
}

.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 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 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%
    }

    .xlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }

    .xlarge-padding-collapse>.cell {
        padding-left: 0;
        padding-right: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: .15625rem
}

.small-offset-1 {
    margin-left: 2.0833333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(2.08333% + .15625rem)
}

.small-offset-2 {
    margin-left: 4.1666666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(4.16667% + .15625rem)
}

.small-offset-3 {
    margin-left: 6.25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(6.25% + .15625rem)
}

.small-offset-4 {
    margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(8.33333% + .15625rem)
}

.small-offset-5 {
    margin-left: 10.4166666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(10.41667% + .15625rem)
}

.small-offset-6 {
    margin-left: 12.5%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(12.5% + .15625rem)
}

.small-offset-7 {
    margin-left: 14.5833333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(14.58333% + .15625rem)
}

.small-offset-8 {
    margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(16.66667% + .15625rem)
}

.small-offset-9 {
    margin-left: 18.75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(18.75% + .15625rem)
}

.small-offset-10 {
    margin-left: 20.8333333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(20.83333% + .15625rem)
}

.small-offset-11 {
    margin-left: 22.9166666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(22.91667% + .15625rem)
}

.small-offset-12 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-12 {
    margin-left: calc(25% + .15625rem)
}

.small-offset-13 {
    margin-left: 27.0833333333%
}

.grid-margin-x>.small-offset-13 {
    margin-left: calc(27.08333% + .15625rem)
}

.small-offset-14 {
    margin-left: 29.1666666667%
}

.grid-margin-x>.small-offset-14 {
    margin-left: calc(29.16667% + .15625rem)
}

.small-offset-15 {
    margin-left: 31.25%
}

.grid-margin-x>.small-offset-15 {
    margin-left: calc(31.25% + .15625rem)
}

.small-offset-16 {
    margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-16 {
    margin-left: calc(33.33333% + .15625rem)
}

.small-offset-17 {
    margin-left: 35.4166666667%
}

.grid-margin-x>.small-offset-17 {
    margin-left: calc(35.41667% + .15625rem)
}

.small-offset-18 {
    margin-left: 37.5%
}

.grid-margin-x>.small-offset-18 {
    margin-left: calc(37.5% + .15625rem)
}

.small-offset-19 {
    margin-left: 39.5833333333%
}

.grid-margin-x>.small-offset-19 {
    margin-left: calc(39.58333% + .15625rem)
}

.small-offset-20 {
    margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-20 {
    margin-left: calc(41.66667% + .15625rem)
}

.small-offset-21 {
    margin-left: 43.75%
}

.grid-margin-x>.small-offset-21 {
    margin-left: calc(43.75% + .15625rem)
}

.small-offset-22 {
    margin-left: 45.8333333333%
}

.grid-margin-x>.small-offset-22 {
    margin-left: calc(45.83333% + .15625rem)
}

.small-offset-23 {
    margin-left: 47.9166666667%
}

.grid-margin-x>.small-offset-23 {
    margin-left: calc(47.91667% + .15625rem)
}

.small-offset-24 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-24 {
    margin-left: calc(50% + .15625rem)
}

.small-offset-25 {
    margin-left: 52.0833333333%
}

.grid-margin-x>.small-offset-25 {
    margin-left: calc(52.08333% + .15625rem)
}

.small-offset-26 {
    margin-left: 54.1666666667%
}

.grid-margin-x>.small-offset-26 {
    margin-left: calc(54.16667% + .15625rem)
}

.small-offset-27 {
    margin-left: 56.25%
}

.grid-margin-x>.small-offset-27 {
    margin-left: calc(56.25% + .15625rem)
}

.small-offset-28 {
    margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-28 {
    margin-left: calc(58.33333% + .15625rem)
}

.small-offset-29 {
    margin-left: 60.4166666667%
}

.grid-margin-x>.small-offset-29 {
    margin-left: calc(60.41667% + .15625rem)
}

.small-offset-30 {
    margin-left: 62.5%
}

.grid-margin-x>.small-offset-30 {
    margin-left: calc(62.5% + .15625rem)
}

.small-offset-31 {
    margin-left: 64.5833333333%
}

.grid-margin-x>.small-offset-31 {
    margin-left: calc(64.58333% + .15625rem)
}

.small-offset-32 {
    margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-32 {
    margin-left: calc(66.66667% + .15625rem)
}

.small-offset-33 {
    margin-left: 68.75%
}

.grid-margin-x>.small-offset-33 {
    margin-left: calc(68.75% + .15625rem)
}

.small-offset-34 {
    margin-left: 70.8333333333%
}

.grid-margin-x>.small-offset-34 {
    margin-left: calc(70.83333% + .15625rem)
}

.small-offset-35 {
    margin-left: 72.9166666667%
}

.grid-margin-x>.small-offset-35 {
    margin-left: calc(72.91667% + .15625rem)
}

.small-offset-36 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-36 {
    margin-left: calc(75% + .15625rem)
}

.small-offset-37 {
    margin-left: 77.0833333333%
}

.grid-margin-x>.small-offset-37 {
    margin-left: calc(77.08333% + .15625rem)
}

.small-offset-38 {
    margin-left: 79.1666666667%
}

.grid-margin-x>.small-offset-38 {
    margin-left: calc(79.16667% + .15625rem)
}

.small-offset-39 {
    margin-left: 81.25%
}

.grid-margin-x>.small-offset-39 {
    margin-left: calc(81.25% + .15625rem)
}

.small-offset-40 {
    margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-40 {
    margin-left: calc(83.33333% + .15625rem)
}

.small-offset-41 {
    margin-left: 85.4166666667%
}

.grid-margin-x>.small-offset-41 {
    margin-left: calc(85.41667% + .15625rem)
}

.small-offset-42 {
    margin-left: 87.5%
}

.grid-margin-x>.small-offset-42 {
    margin-left: calc(87.5% + .15625rem)
}

.small-offset-43 {
    margin-left: 89.5833333333%
}

.grid-margin-x>.small-offset-43 {
    margin-left: calc(89.58333% + .15625rem)
}

.small-offset-44 {
    margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-44 {
    margin-left: calc(91.66667% + .15625rem)
}

.small-offset-45 {
    margin-left: 93.75%
}

.grid-margin-x>.small-offset-45 {
    margin-left: calc(93.75% + .15625rem)
}

.small-offset-46 {
    margin-left: 95.8333333333%
}

.grid-margin-x>.small-offset-46 {
    margin-left: calc(95.83333% + .15625rem)
}

.small-offset-47 {
    margin-left: 97.9166666667%
}

.grid-margin-x>.small-offset-47 {
    margin-left: calc(97.91667% + .15625rem)
}

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: .15625rem
    }

    .medium-offset-1 {
        margin-left: 2.0833333333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(2.08333% + .15625rem)
    }

    .medium-offset-2 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(4.16667% + .15625rem)
    }

    .medium-offset-3 {
        margin-left: 6.25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(6.25% + .15625rem)
    }

    .medium-offset-4 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(8.33333% + .15625rem)
    }

    .medium-offset-5 {
        margin-left: 10.4166666667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(10.41667% + .15625rem)
    }

    .medium-offset-6 {
        margin-left: 12.5%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(12.5% + .15625rem)
    }

    .medium-offset-7 {
        margin-left: 14.5833333333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(14.58333% + .15625rem)
    }

    .medium-offset-8 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(16.66667% + .15625rem)
    }

    .medium-offset-9 {
        margin-left: 18.75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(18.75% + .15625rem)
    }

    .medium-offset-10 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(20.83333% + .15625rem)
    }

    .medium-offset-11 {
        margin-left: 22.9166666667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(22.91667% + .15625rem)
    }

    .medium-offset-12 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-12 {
        margin-left: calc(25% + .15625rem)
    }

    .medium-offset-13 {
        margin-left: 27.0833333333%
    }

    .grid-margin-x>.medium-offset-13 {
        margin-left: calc(27.08333% + .15625rem)
    }

    .medium-offset-14 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x>.medium-offset-14 {
        margin-left: calc(29.16667% + .15625rem)
    }

    .medium-offset-15 {
        margin-left: 31.25%
    }

    .grid-margin-x>.medium-offset-15 {
        margin-left: calc(31.25% + .15625rem)
    }

    .medium-offset-16 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.medium-offset-16 {
        margin-left: calc(33.33333% + .15625rem)
    }

    .medium-offset-17 {
        margin-left: 35.4166666667%
    }

    .grid-margin-x>.medium-offset-17 {
        margin-left: calc(35.41667% + .15625rem)
    }

    .medium-offset-18 {
        margin-left: 37.5%
    }

    .grid-margin-x>.medium-offset-18 {
        margin-left: calc(37.5% + .15625rem)
    }

    .medium-offset-19 {
        margin-left: 39.5833333333%
    }

    .grid-margin-x>.medium-offset-19 {
        margin-left: calc(39.58333% + .15625rem)
    }

    .medium-offset-20 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.medium-offset-20 {
        margin-left: calc(41.66667% + .15625rem)
    }

    .medium-offset-21 {
        margin-left: 43.75%
    }

    .grid-margin-x>.medium-offset-21 {
        margin-left: calc(43.75% + .15625rem)
    }

    .medium-offset-22 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x>.medium-offset-22 {
        margin-left: calc(45.83333% + .15625rem)
    }

    .medium-offset-23 {
        margin-left: 47.9166666667%
    }

    .grid-margin-x>.medium-offset-23 {
        margin-left: calc(47.91667% + .15625rem)
    }

    .medium-offset-24 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-24 {
        margin-left: calc(50% + .15625rem)
    }

    .medium-offset-25 {
        margin-left: 52.0833333333%
    }

    .grid-margin-x>.medium-offset-25 {
        margin-left: calc(52.08333% + .15625rem)
    }

    .medium-offset-26 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x>.medium-offset-26 {
        margin-left: calc(54.16667% + .15625rem)
    }

    .medium-offset-27 {
        margin-left: 56.25%
    }

    .grid-margin-x>.medium-offset-27 {
        margin-left: calc(56.25% + .15625rem)
    }

    .medium-offset-28 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.medium-offset-28 {
        margin-left: calc(58.33333% + .15625rem)
    }

    .medium-offset-29 {
        margin-left: 60.4166666667%
    }

    .grid-margin-x>.medium-offset-29 {
        margin-left: calc(60.41667% + .15625rem)
    }

    .medium-offset-30 {
        margin-left: 62.5%
    }

    .grid-margin-x>.medium-offset-30 {
        margin-left: calc(62.5% + .15625rem)
    }

    .medium-offset-31 {
        margin-left: 64.5833333333%
    }

    .grid-margin-x>.medium-offset-31 {
        margin-left: calc(64.58333% + .15625rem)
    }

    .medium-offset-32 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.medium-offset-32 {
        margin-left: calc(66.66667% + .15625rem)
    }

    .medium-offset-33 {
        margin-left: 68.75%
    }

    .grid-margin-x>.medium-offset-33 {
        margin-left: calc(68.75% + .15625rem)
    }

    .medium-offset-34 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x>.medium-offset-34 {
        margin-left: calc(70.83333% + .15625rem)
    }

    .medium-offset-35 {
        margin-left: 72.9166666667%
    }

    .grid-margin-x>.medium-offset-35 {
        margin-left: calc(72.91667% + .15625rem)
    }

    .medium-offset-36 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-36 {
        margin-left: calc(75% + .15625rem)
    }

    .medium-offset-37 {
        margin-left: 77.0833333333%
    }

    .grid-margin-x>.medium-offset-37 {
        margin-left: calc(77.08333% + .15625rem)
    }

    .medium-offset-38 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x>.medium-offset-38 {
        margin-left: calc(79.16667% + .15625rem)
    }

    .medium-offset-39 {
        margin-left: 81.25%
    }

    .grid-margin-x>.medium-offset-39 {
        margin-left: calc(81.25% + .15625rem)
    }

    .medium-offset-40 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.medium-offset-40 {
        margin-left: calc(83.33333% + .15625rem)
    }

    .medium-offset-41 {
        margin-left: 85.4166666667%
    }

    .grid-margin-x>.medium-offset-41 {
        margin-left: calc(85.41667% + .15625rem)
    }

    .medium-offset-42 {
        margin-left: 87.5%
    }

    .grid-margin-x>.medium-offset-42 {
        margin-left: calc(87.5% + .15625rem)
    }

    .medium-offset-43 {
        margin-left: 89.5833333333%
    }

    .grid-margin-x>.medium-offset-43 {
        margin-left: calc(89.58333% + .15625rem)
    }

    .medium-offset-44 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.medium-offset-44 {
        margin-left: calc(91.66667% + .15625rem)
    }

    .medium-offset-45 {
        margin-left: 93.75%
    }

    .grid-margin-x>.medium-offset-45 {
        margin-left: calc(93.75% + .15625rem)
    }

    .medium-offset-46 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x>.medium-offset-46 {
        margin-left: calc(95.83333% + .15625rem)
    }

    .medium-offset-47 {
        margin-left: 97.9166666667%
    }

    .grid-margin-x>.medium-offset-47 {
        margin-left: calc(97.91667% + .15625rem)
    }
}

@media print,
screen and (min-width:60em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: .15625rem
    }

    .large-offset-1 {
        margin-left: 2.0833333333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(2.08333% + .15625rem)
    }

    .large-offset-2 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(4.16667% + .15625rem)
    }

    .large-offset-3 {
        margin-left: 6.25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(6.25% + .15625rem)
    }

    .large-offset-4 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(8.33333% + .15625rem)
    }

    .large-offset-5 {
        margin-left: 10.4166666667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(10.41667% + .15625rem)
    }

    .large-offset-6 {
        margin-left: 12.5%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(12.5% + .15625rem)
    }

    .large-offset-7 {
        margin-left: 14.5833333333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(14.58333% + .15625rem)
    }

    .large-offset-8 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(16.66667% + .15625rem)
    }

    .large-offset-9 {
        margin-left: 18.75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(18.75% + .15625rem)
    }

    .large-offset-10 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(20.83333% + .15625rem)
    }

    .large-offset-11 {
        margin-left: 22.9166666667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(22.91667% + .15625rem)
    }

    .large-offset-12 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-12 {
        margin-left: calc(25% + .15625rem)
    }

    .large-offset-13 {
        margin-left: 27.0833333333%
    }

    .grid-margin-x>.large-offset-13 {
        margin-left: calc(27.08333% + .15625rem)
    }

    .large-offset-14 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x>.large-offset-14 {
        margin-left: calc(29.16667% + .15625rem)
    }

    .large-offset-15 {
        margin-left: 31.25%
    }

    .grid-margin-x>.large-offset-15 {
        margin-left: calc(31.25% + .15625rem)
    }

    .large-offset-16 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.large-offset-16 {
        margin-left: calc(33.33333% + .15625rem)
    }

    .large-offset-17 {
        margin-left: 35.4166666667%
    }

    .grid-margin-x>.large-offset-17 {
        margin-left: calc(35.41667% + .15625rem)
    }

    .large-offset-18 {
        margin-left: 37.5%
    }

    .grid-margin-x>.large-offset-18 {
        margin-left: calc(37.5% + .15625rem)
    }

    .large-offset-19 {
        margin-left: 39.5833333333%
    }

    .grid-margin-x>.large-offset-19 {
        margin-left: calc(39.58333% + .15625rem)
    }

    .large-offset-20 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.large-offset-20 {
        margin-left: calc(41.66667% + .15625rem)
    }

    .large-offset-21 {
        margin-left: 43.75%
    }

    .grid-margin-x>.large-offset-21 {
        margin-left: calc(43.75% + .15625rem)
    }

    .large-offset-22 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x>.large-offset-22 {
        margin-left: calc(45.83333% + .15625rem)
    }

    .large-offset-23 {
        margin-left: 47.9166666667%
    }

    .grid-margin-x>.large-offset-23 {
        margin-left: calc(47.91667% + .15625rem)
    }

    .large-offset-24 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-24 {
        margin-left: calc(50% + .15625rem)
    }

    .large-offset-25 {
        margin-left: 52.0833333333%
    }

    .grid-margin-x>.large-offset-25 {
        margin-left: calc(52.08333% + .15625rem)
    }

    .large-offset-26 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x>.large-offset-26 {
        margin-left: calc(54.16667% + .15625rem)
    }

    .large-offset-27 {
        margin-left: 56.25%
    }

    .grid-margin-x>.large-offset-27 {
        margin-left: calc(56.25% + .15625rem)
    }

    .large-offset-28 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.large-offset-28 {
        margin-left: calc(58.33333% + .15625rem)
    }

    .large-offset-29 {
        margin-left: 60.4166666667%
    }

    .grid-margin-x>.large-offset-29 {
        margin-left: calc(60.41667% + .15625rem)
    }

    .large-offset-30 {
        margin-left: 62.5%
    }

    .grid-margin-x>.large-offset-30 {
        margin-left: calc(62.5% + .15625rem)
    }

    .large-offset-31 {
        margin-left: 64.5833333333%
    }

    .grid-margin-x>.large-offset-31 {
        margin-left: calc(64.58333% + .15625rem)
    }

    .large-offset-32 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.large-offset-32 {
        margin-left: calc(66.66667% + .15625rem)
    }

    .large-offset-33 {
        margin-left: 68.75%
    }

    .grid-margin-x>.large-offset-33 {
        margin-left: calc(68.75% + .15625rem)
    }

    .large-offset-34 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x>.large-offset-34 {
        margin-left: calc(70.83333% + .15625rem)
    }

    .large-offset-35 {
        margin-left: 72.9166666667%
    }

    .grid-margin-x>.large-offset-35 {
        margin-left: calc(72.91667% + .15625rem)
    }

    .large-offset-36 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-36 {
        margin-left: calc(75% + .15625rem)
    }

    .large-offset-37 {
        margin-left: 77.0833333333%
    }

    .grid-margin-x>.large-offset-37 {
        margin-left: calc(77.08333% + .15625rem)
    }

    .large-offset-38 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x>.large-offset-38 {
        margin-left: calc(79.16667% + .15625rem)
    }

    .large-offset-39 {
        margin-left: 81.25%
    }

    .grid-margin-x>.large-offset-39 {
        margin-left: calc(81.25% + .15625rem)
    }

    .large-offset-40 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.large-offset-40 {
        margin-left: calc(83.33333% + .15625rem)
    }

    .large-offset-41 {
        margin-left: 85.4166666667%
    }

    .grid-margin-x>.large-offset-41 {
        margin-left: calc(85.41667% + .15625rem)
    }

    .large-offset-42 {
        margin-left: 87.5%
    }

    .grid-margin-x>.large-offset-42 {
        margin-left: calc(87.5% + .15625rem)
    }

    .large-offset-43 {
        margin-left: 89.5833333333%
    }

    .grid-margin-x>.large-offset-43 {
        margin-left: calc(89.58333% + .15625rem)
    }

    .large-offset-44 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.large-offset-44 {
        margin-left: calc(91.66667% + .15625rem)
    }

    .large-offset-45 {
        margin-left: 93.75%
    }

    .grid-margin-x>.large-offset-45 {
        margin-left: calc(93.75% + .15625rem)
    }

    .large-offset-46 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x>.large-offset-46 {
        margin-left: calc(95.83333% + .15625rem)
    }

    .large-offset-47 {
        margin-left: 97.9166666667%
    }

    .grid-margin-x>.large-offset-47 {
        margin-left: calc(97.91667% + .15625rem)
    }
}

@media screen and (min-width:75em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: .15625rem
    }

    .xlarge-offset-1 {
        margin-left: 2.0833333333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(2.08333% + .15625rem)
    }

    .xlarge-offset-2 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(4.16667% + .15625rem)
    }

    .xlarge-offset-3 {
        margin-left: 6.25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(6.25% + .15625rem)
    }

    .xlarge-offset-4 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(8.33333% + .15625rem)
    }

    .xlarge-offset-5 {
        margin-left: 10.4166666667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(10.41667% + .15625rem)
    }

    .xlarge-offset-6 {
        margin-left: 12.5%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(12.5% + .15625rem)
    }

    .xlarge-offset-7 {
        margin-left: 14.5833333333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(14.58333% + .15625rem)
    }

    .xlarge-offset-8 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(16.66667% + .15625rem)
    }

    .xlarge-offset-9 {
        margin-left: 18.75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(18.75% + .15625rem)
    }

    .xlarge-offset-10 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(20.83333% + .15625rem)
    }

    .xlarge-offset-11 {
        margin-left: 22.9166666667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(22.91667% + .15625rem)
    }

    .xlarge-offset-12 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-12 {
        margin-left: calc(25% + .15625rem)
    }

    .xlarge-offset-13 {
        margin-left: 27.0833333333%
    }

    .grid-margin-x>.xlarge-offset-13 {
        margin-left: calc(27.08333% + .15625rem)
    }

    .xlarge-offset-14 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x>.xlarge-offset-14 {
        margin-left: calc(29.16667% + .15625rem)
    }

    .xlarge-offset-15 {
        margin-left: 31.25%
    }

    .grid-margin-x>.xlarge-offset-15 {
        margin-left: calc(31.25% + .15625rem)
    }

    .xlarge-offset-16 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.xlarge-offset-16 {
        margin-left: calc(33.33333% + .15625rem)
    }

    .xlarge-offset-17 {
        margin-left: 35.4166666667%
    }

    .grid-margin-x>.xlarge-offset-17 {
        margin-left: calc(35.41667% + .15625rem)
    }

    .xlarge-offset-18 {
        margin-left: 37.5%
    }

    .grid-margin-x>.xlarge-offset-18 {
        margin-left: calc(37.5% + .15625rem)
    }

    .xlarge-offset-19 {
        margin-left: 39.5833333333%
    }

    .grid-margin-x>.xlarge-offset-19 {
        margin-left: calc(39.58333% + .15625rem)
    }

    .xlarge-offset-20 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.xlarge-offset-20 {
        margin-left: calc(41.66667% + .15625rem)
    }

    .xlarge-offset-21 {
        margin-left: 43.75%
    }

    .grid-margin-x>.xlarge-offset-21 {
        margin-left: calc(43.75% + .15625rem)
    }

    .xlarge-offset-22 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x>.xlarge-offset-22 {
        margin-left: calc(45.83333% + .15625rem)
    }

    .xlarge-offset-23 {
        margin-left: 47.9166666667%
    }

    .grid-margin-x>.xlarge-offset-23 {
        margin-left: calc(47.91667% + .15625rem)
    }

    .xlarge-offset-24 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-24 {
        margin-left: calc(50% + .15625rem)
    }

    .xlarge-offset-25 {
        margin-left: 52.0833333333%
    }

    .grid-margin-x>.xlarge-offset-25 {
        margin-left: calc(52.08333% + .15625rem)
    }

    .xlarge-offset-26 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x>.xlarge-offset-26 {
        margin-left: calc(54.16667% + .15625rem)
    }

    .xlarge-offset-27 {
        margin-left: 56.25%
    }

    .grid-margin-x>.xlarge-offset-27 {
        margin-left: calc(56.25% + .15625rem)
    }

    .xlarge-offset-28 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.xlarge-offset-28 {
        margin-left: calc(58.33333% + .15625rem)
    }

    .xlarge-offset-29 {
        margin-left: 60.4166666667%
    }

    .grid-margin-x>.xlarge-offset-29 {
        margin-left: calc(60.41667% + .15625rem)
    }

    .xlarge-offset-30 {
        margin-left: 62.5%
    }

    .grid-margin-x>.xlarge-offset-30 {
        margin-left: calc(62.5% + .15625rem)
    }

    .xlarge-offset-31 {
        margin-left: 64.5833333333%
    }

    .grid-margin-x>.xlarge-offset-31 {
        margin-left: calc(64.58333% + .15625rem)
    }

    .xlarge-offset-32 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.xlarge-offset-32 {
        margin-left: calc(66.66667% + .15625rem)
    }

    .xlarge-offset-33 {
        margin-left: 68.75%
    }

    .grid-margin-x>.xlarge-offset-33 {
        margin-left: calc(68.75% + .15625rem)
    }

    .xlarge-offset-34 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x>.xlarge-offset-34 {
        margin-left: calc(70.83333% + .15625rem)
    }

    .xlarge-offset-35 {
        margin-left: 72.9166666667%
    }

    .grid-margin-x>.xlarge-offset-35 {
        margin-left: calc(72.91667% + .15625rem)
    }

    .xlarge-offset-36 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-36 {
        margin-left: calc(75% + .15625rem)
    }

    .xlarge-offset-37 {
        margin-left: 77.0833333333%
    }

    .grid-margin-x>.xlarge-offset-37 {
        margin-left: calc(77.08333% + .15625rem)
    }

    .xlarge-offset-38 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x>.xlarge-offset-38 {
        margin-left: calc(79.16667% + .15625rem)
    }

    .xlarge-offset-39 {
        margin-left: 81.25%
    }

    .grid-margin-x>.xlarge-offset-39 {
        margin-left: calc(81.25% + .15625rem)
    }

    .xlarge-offset-40 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.xlarge-offset-40 {
        margin-left: calc(83.33333% + .15625rem)
    }

    .xlarge-offset-41 {
        margin-left: 85.4166666667%
    }

    .grid-margin-x>.xlarge-offset-41 {
        margin-left: calc(85.41667% + .15625rem)
    }

    .xlarge-offset-42 {
        margin-left: 87.5%
    }

    .grid-margin-x>.xlarge-offset-42 {
        margin-left: calc(87.5% + .15625rem)
    }

    .xlarge-offset-43 {
        margin-left: 89.5833333333%
    }

    .grid-margin-x>.xlarge-offset-43 {
        margin-left: calc(89.58333% + .15625rem)
    }

    .xlarge-offset-44 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.xlarge-offset-44 {
        margin-left: calc(91.66667% + .15625rem)
    }

    .xlarge-offset-45 {
        margin-left: 93.75%
    }

    .grid-margin-x>.xlarge-offset-45 {
        margin-left: calc(93.75% + .15625rem)
    }

    .xlarge-offset-46 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x>.xlarge-offset-46 {
        margin-left: calc(95.83333% + .15625rem)
    }

    .xlarge-offset-47 {
        margin-left: 97.9166666667%
    }

    .grid-margin-x>.xlarge-offset-47 {
        margin-left: calc(97.91667% + .15625rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto,
.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 {
    -ms-flex-preferred-size: auto;
    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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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%
    }
}

.grid-padding-y .grid-padding-y {
    margin-bottom: -.15625rem;
    margin-top: -.15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom: -.15625rem;
        margin-top: -.15625rem
    }
}

.grid-padding-y>.cell {
    padding-bottom: .15625rem;
    padding-top: .15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y>.cell {
        padding-bottom: .15625rem;
        padding-top: .15625rem
    }
}

.grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
}

@media print,
screen and (min-width:40em) {
    .medium-grid-frame {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        -ms-flex-wrap: nowrap;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        -ms-flex-wrap: nowrap;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        -ms-flex-wrap: nowrap;
        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
    }
}

.grid-y.grid-frame {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print,
screen and (min-width:60em) {
    .grid-y.large-grid-frame {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width:75em) {
    .grid-y.xlarge-grid-frame {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-bottom: -.15625rem;
    margin-top: -.15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-bottom: -.15625rem;
        margin-top: -.15625rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - .3125rem);
    margin-bottom: .15625rem;
    margin-top: .15625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - .3125rem);
        margin-bottom: .15625rem;
        margin-top: .15625rem
    }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(2.08333% - .3125rem)
}

.grid-margin-y>.small-2 {
    height: calc(4.16667% - .3125rem)
}

.grid-margin-y>.small-3 {
    height: calc(6.25% - .3125rem)
}

.grid-margin-y>.small-4 {
    height: calc(8.33333% - .3125rem)
}

.grid-margin-y>.small-5 {
    height: calc(10.41667% - .3125rem)
}

.grid-margin-y>.small-6 {
    height: calc(12.5% - .3125rem)
}

.grid-margin-y>.small-7 {
    height: calc(14.58333% - .3125rem)
}

.grid-margin-y>.small-8 {
    height: calc(16.66667% - .3125rem)
}

.grid-margin-y>.small-9 {
    height: calc(18.75% - .3125rem)
}

.grid-margin-y>.small-10 {
    height: calc(20.83333% - .3125rem)
}

.grid-margin-y>.small-11 {
    height: calc(22.91667% - .3125rem)
}

.grid-margin-y>.small-12 {
    height: calc(25% - .3125rem)
}

.grid-margin-y>.small-13 {
    height: calc(27.08333% - .3125rem)
}

.grid-margin-y>.small-14 {
    height: calc(29.16667% - .3125rem)
}

.grid-margin-y>.small-15 {
    height: calc(31.25% - .3125rem)
}

.grid-margin-y>.small-16 {
    height: calc(33.33333% - .3125rem)
}

.grid-margin-y>.small-17 {
    height: calc(35.41667% - .3125rem)
}

.grid-margin-y>.small-18 {
    height: calc(37.5% - .3125rem)
}

.grid-margin-y>.small-19 {
    height: calc(39.58333% - .3125rem)
}

.grid-margin-y>.small-20 {
    height: calc(41.66667% - .3125rem)
}

.grid-margin-y>.small-21 {
    height: calc(43.75% - .3125rem)
}

.grid-margin-y>.small-22 {
    height: calc(45.83333% - .3125rem)
}

.grid-margin-y>.small-23 {
    height: calc(47.91667% - .3125rem)
}

.grid-margin-y>.small-24 {
    height: calc(50% - .3125rem)
}

.grid-margin-y>.small-25 {
    height: calc(52.08333% - .3125rem)
}

.grid-margin-y>.small-26 {
    height: calc(54.16667% - .3125rem)
}

.grid-margin-y>.small-27 {
    height: calc(56.25% - .3125rem)
}

.grid-margin-y>.small-28 {
    height: calc(58.33333% - .3125rem)
}

.grid-margin-y>.small-29 {
    height: calc(60.41667% - .3125rem)
}

.grid-margin-y>.small-30 {
    height: calc(62.5% - .3125rem)
}

.grid-margin-y>.small-31 {
    height: calc(64.58333% - .3125rem)
}

.grid-margin-y>.small-32 {
    height: calc(66.66667% - .3125rem)
}

.grid-margin-y>.small-33 {
    height: calc(68.75% - .3125rem)
}

.grid-margin-y>.small-34 {
    height: calc(70.83333% - .3125rem)
}

.grid-margin-y>.small-35 {
    height: calc(72.91667% - .3125rem)
}

.grid-margin-y>.small-36 {
    height: calc(75% - .3125rem)
}

.grid-margin-y>.small-37 {
    height: calc(77.08333% - .3125rem)
}

.grid-margin-y>.small-38 {
    height: calc(79.16667% - .3125rem)
}

.grid-margin-y>.small-39 {
    height: calc(81.25% - .3125rem)
}

.grid-margin-y>.small-40 {
    height: calc(83.33333% - .3125rem)
}

.grid-margin-y>.small-41 {
    height: calc(85.41667% - .3125rem)
}

.grid-margin-y>.small-42 {
    height: calc(87.5% - .3125rem)
}

.grid-margin-y>.small-43 {
    height: calc(89.58333% - .3125rem)
}

.grid-margin-y>.small-44 {
    height: calc(91.66667% - .3125rem)
}

.grid-margin-y>.small-45 {
    height: calc(93.75% - .3125rem)
}

.grid-margin-y>.small-46 {
    height: calc(95.83333% - .3125rem)
}

.grid-margin-y>.small-47 {
    height: calc(97.91667% - .3125rem)
}

.grid-margin-y>.small-48 {
    height: calc(100% - .3125rem)
}

@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% - .3125rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(4.16667% - .3125rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(6.25% - .3125rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(8.33333% - .3125rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(10.41667% - .3125rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(12.5% - .3125rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(14.58333% - .3125rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(16.66667% - .3125rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(18.75% - .3125rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(20.83333% - .3125rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(22.91667% - .3125rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(25% - .3125rem)
    }

    .grid-margin-y>.small-13 {
        height: calc(27.08333% - .3125rem)
    }

    .grid-margin-y>.small-14 {
        height: calc(29.16667% - .3125rem)
    }

    .grid-margin-y>.small-15 {
        height: calc(31.25% - .3125rem)
    }

    .grid-margin-y>.small-16 {
        height: calc(33.33333% - .3125rem)
    }

    .grid-margin-y>.small-17 {
        height: calc(35.41667% - .3125rem)
    }

    .grid-margin-y>.small-18 {
        height: calc(37.5% - .3125rem)
    }

    .grid-margin-y>.small-19 {
        height: calc(39.58333% - .3125rem)
    }

    .grid-margin-y>.small-20 {
        height: calc(41.66667% - .3125rem)
    }

    .grid-margin-y>.small-21 {
        height: calc(43.75% - .3125rem)
    }

    .grid-margin-y>.small-22 {
        height: calc(45.83333% - .3125rem)
    }

    .grid-margin-y>.small-23 {
        height: calc(47.91667% - .3125rem)
    }

    .grid-margin-y>.small-24 {
        height: calc(50% - .3125rem)
    }

    .grid-margin-y>.small-25 {
        height: calc(52.08333% - .3125rem)
    }

    .grid-margin-y>.small-26 {
        height: calc(54.16667% - .3125rem)
    }

    .grid-margin-y>.small-27 {
        height: calc(56.25% - .3125rem)
    }

    .grid-margin-y>.small-28 {
        height: calc(58.33333% - .3125rem)
    }

    .grid-margin-y>.small-29 {
        height: calc(60.41667% - .3125rem)
    }

    .grid-margin-y>.small-30 {
        height: calc(62.5% - .3125rem)
    }

    .grid-margin-y>.small-31 {
        height: calc(64.58333% - .3125rem)
    }

    .grid-margin-y>.small-32 {
        height: calc(66.66667% - .3125rem)
    }

    .grid-margin-y>.small-33 {
        height: calc(68.75% - .3125rem)
    }

    .grid-margin-y>.small-34 {
        height: calc(70.83333% - .3125rem)
    }

    .grid-margin-y>.small-35 {
        height: calc(72.91667% - .3125rem)
    }

    .grid-margin-y>.small-36 {
        height: calc(75% - .3125rem)
    }

    .grid-margin-y>.small-37 {
        height: calc(77.08333% - .3125rem)
    }

    .grid-margin-y>.small-38 {
        height: calc(79.16667% - .3125rem)
    }

    .grid-margin-y>.small-39 {
        height: calc(81.25% - .3125rem)
    }

    .grid-margin-y>.small-40 {
        height: calc(83.33333% - .3125rem)
    }

    .grid-margin-y>.small-41 {
        height: calc(85.41667% - .3125rem)
    }

    .grid-margin-y>.small-42 {
        height: calc(87.5% - .3125rem)
    }

    .grid-margin-y>.small-43 {
        height: calc(89.58333% - .3125rem)
    }

    .grid-margin-y>.small-44 {
        height: calc(91.66667% - .3125rem)
    }

    .grid-margin-y>.small-45 {
        height: calc(93.75% - .3125rem)
    }

    .grid-margin-y>.small-46 {
        height: calc(95.83333% - .3125rem)
    }

    .grid-margin-y>.small-47 {
        height: calc(97.91667% - .3125rem)
    }

    .grid-margin-y>.small-48 {
        height: calc(100% - .3125rem)
    }

    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(2.08333% - .3125rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(4.16667% - .3125rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(6.25% - .3125rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(8.33333% - .3125rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(10.41667% - .3125rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(12.5% - .3125rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(14.58333% - .3125rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(16.66667% - .3125rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(18.75% - .3125rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(20.83333% - .3125rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(22.91667% - .3125rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(25% - .3125rem)
    }

    .grid-margin-y>.medium-13 {
        height: calc(27.08333% - .3125rem)
    }

    .grid-margin-y>.medium-14 {
        height: calc(29.16667% - .3125rem)
    }

    .grid-margin-y>.medium-15 {
        height: calc(31.25% - .3125rem)
    }

    .grid-margin-y>.medium-16 {
        height: calc(33.33333% - .3125rem)
    }

    .grid-margin-y>.medium-17 {
        height: calc(35.41667% - .3125rem)
    }

    .grid-margin-y>.medium-18 {
        height: calc(37.5% - .3125rem)
    }

    .grid-margin-y>.medium-19 {
        height: calc(39.58333% - .3125rem)
    }

    .grid-margin-y>.medium-20 {
        height: calc(41.66667% - .3125rem)
    }

    .grid-margin-y>.medium-21 {
        height: calc(43.75% - .3125rem)
    }

    .grid-margin-y>.medium-22 {
        height: calc(45.83333% - .3125rem)
    }

    .grid-margin-y>.medium-23 {
        height: calc(47.91667% - .3125rem)
    }

    .grid-margin-y>.medium-24 {
        height: calc(50% - .3125rem)
    }

    .grid-margin-y>.medium-25 {
        height: calc(52.08333% - .3125rem)
    }

    .grid-margin-y>.medium-26 {
        height: calc(54.16667% - .3125rem)
    }

    .grid-margin-y>.medium-27 {
        height: calc(56.25% - .3125rem)
    }

    .grid-margin-y>.medium-28 {
        height: calc(58.33333% - .3125rem)
    }

    .grid-margin-y>.medium-29 {
        height: calc(60.41667% - .3125rem)
    }

    .grid-margin-y>.medium-30 {
        height: calc(62.5% - .3125rem)
    }

    .grid-margin-y>.medium-31 {
        height: calc(64.58333% - .3125rem)
    }

    .grid-margin-y>.medium-32 {
        height: calc(66.66667% - .3125rem)
    }

    .grid-margin-y>.medium-33 {
        height: calc(68.75% - .3125rem)
    }

    .grid-margin-y>.medium-34 {
        height: calc(70.83333% - .3125rem)
    }

    .grid-margin-y>.medium-35 {
        height: calc(72.91667% - .3125rem)
    }

    .grid-margin-y>.medium-36 {
        height: calc(75% - .3125rem)
    }

    .grid-margin-y>.medium-37 {
        height: calc(77.08333% - .3125rem)
    }

    .grid-margin-y>.medium-38 {
        height: calc(79.16667% - .3125rem)
    }

    .grid-margin-y>.medium-39 {
        height: calc(81.25% - .3125rem)
    }

    .grid-margin-y>.medium-40 {
        height: calc(83.33333% - .3125rem)
    }

    .grid-margin-y>.medium-41 {
        height: calc(85.41667% - .3125rem)
    }

    .grid-margin-y>.medium-42 {
        height: calc(87.5% - .3125rem)
    }

    .grid-margin-y>.medium-43 {
        height: calc(89.58333% - .3125rem)
    }

    .grid-margin-y>.medium-44 {
        height: calc(91.66667% - .3125rem)
    }

    .grid-margin-y>.medium-45 {
        height: calc(93.75% - .3125rem)
    }

    .grid-margin-y>.medium-46 {
        height: calc(95.83333% - .3125rem)
    }

    .grid-margin-y>.medium-47 {
        height: calc(97.91667% - .3125rem)
    }

    .grid-margin-y>.medium-48 {
        height: calc(100% - .3125rem)
    }
}

@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% - .3125rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(4.16667% - .3125rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(6.25% - .3125rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(8.33333% - .3125rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(10.41667% - .3125rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(12.5% - .3125rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(14.58333% - .3125rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(16.66667% - .3125rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(18.75% - .3125rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(20.83333% - .3125rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(22.91667% - .3125rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(25% - .3125rem)
    }

    .grid-margin-y>.large-13 {
        height: calc(27.08333% - .3125rem)
    }

    .grid-margin-y>.large-14 {
        height: calc(29.16667% - .3125rem)
    }

    .grid-margin-y>.large-15 {
        height: calc(31.25% - .3125rem)
    }

    .grid-margin-y>.large-16 {
        height: calc(33.33333% - .3125rem)
    }

    .grid-margin-y>.large-17 {
        height: calc(35.41667% - .3125rem)
    }

    .grid-margin-y>.large-18 {
        height: calc(37.5% - .3125rem)
    }

    .grid-margin-y>.large-19 {
        height: calc(39.58333% - .3125rem)
    }

    .grid-margin-y>.large-20 {
        height: calc(41.66667% - .3125rem)
    }

    .grid-margin-y>.large-21 {
        height: calc(43.75% - .3125rem)
    }

    .grid-margin-y>.large-22 {
        height: calc(45.83333% - .3125rem)
    }

    .grid-margin-y>.large-23 {
        height: calc(47.91667% - .3125rem)
    }

    .grid-margin-y>.large-24 {
        height: calc(50% - .3125rem)
    }

    .grid-margin-y>.large-25 {
        height: calc(52.08333% - .3125rem)
    }

    .grid-margin-y>.large-26 {
        height: calc(54.16667% - .3125rem)
    }

    .grid-margin-y>.large-27 {
        height: calc(56.25% - .3125rem)
    }

    .grid-margin-y>.large-28 {
        height: calc(58.33333% - .3125rem)
    }

    .grid-margin-y>.large-29 {
        height: calc(60.41667% - .3125rem)
    }

    .grid-margin-y>.large-30 {
        height: calc(62.5% - .3125rem)
    }

    .grid-margin-y>.large-31 {
        height: calc(64.58333% - .3125rem)
    }

    .grid-margin-y>.large-32 {
        height: calc(66.66667% - .3125rem)
    }

    .grid-margin-y>.large-33 {
        height: calc(68.75% - .3125rem)
    }

    .grid-margin-y>.large-34 {
        height: calc(70.83333% - .3125rem)
    }

    .grid-margin-y>.large-35 {
        height: calc(72.91667% - .3125rem)
    }

    .grid-margin-y>.large-36 {
        height: calc(75% - .3125rem)
    }

    .grid-margin-y>.large-37 {
        height: calc(77.08333% - .3125rem)
    }

    .grid-margin-y>.large-38 {
        height: calc(79.16667% - .3125rem)
    }

    .grid-margin-y>.large-39 {
        height: calc(81.25% - .3125rem)
    }

    .grid-margin-y>.large-40 {
        height: calc(83.33333% - .3125rem)
    }

    .grid-margin-y>.large-41 {
        height: calc(85.41667% - .3125rem)
    }

    .grid-margin-y>.large-42 {
        height: calc(87.5% - .3125rem)
    }

    .grid-margin-y>.large-43 {
        height: calc(89.58333% - .3125rem)
    }

    .grid-margin-y>.large-44 {
        height: calc(91.66667% - .3125rem)
    }

    .grid-margin-y>.large-45 {
        height: calc(93.75% - .3125rem)
    }

    .grid-margin-y>.large-46 {
        height: calc(95.83333% - .3125rem)
    }

    .grid-margin-y>.large-47 {
        height: calc(97.91667% - .3125rem)
    }

    .grid-margin-y>.large-48 {
        height: calc(100% - .3125rem)
    }
}

@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% - .3125rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(4.16667% - .3125rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(6.25% - .3125rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(8.33333% - .3125rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(10.41667% - .3125rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(12.5% - .3125rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(14.58333% - .3125rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(16.66667% - .3125rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(18.75% - .3125rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(20.83333% - .3125rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(22.91667% - .3125rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(25% - .3125rem)
    }

    .grid-margin-y>.xlarge-13 {
        height: calc(27.08333% - .3125rem)
    }

    .grid-margin-y>.xlarge-14 {
        height: calc(29.16667% - .3125rem)
    }

    .grid-margin-y>.xlarge-15 {
        height: calc(31.25% - .3125rem)
    }

    .grid-margin-y>.xlarge-16 {
        height: calc(33.33333% - .3125rem)
    }

    .grid-margin-y>.xlarge-17 {
        height: calc(35.41667% - .3125rem)
    }

    .grid-margin-y>.xlarge-18 {
        height: calc(37.5% - .3125rem)
    }

    .grid-margin-y>.xlarge-19 {
        height: calc(39.58333% - .3125rem)
    }

    .grid-margin-y>.xlarge-20 {
        height: calc(41.66667% - .3125rem)
    }

    .grid-margin-y>.xlarge-21 {
        height: calc(43.75% - .3125rem)
    }

    .grid-margin-y>.xlarge-22 {
        height: calc(45.83333% - .3125rem)
    }

    .grid-margin-y>.xlarge-23 {
        height: calc(47.91667% - .3125rem)
    }

    .grid-margin-y>.xlarge-24 {
        height: calc(50% - .3125rem)
    }

    .grid-margin-y>.xlarge-25 {
        height: calc(52.08333% - .3125rem)
    }

    .grid-margin-y>.xlarge-26 {
        height: calc(54.16667% - .3125rem)
    }

    .grid-margin-y>.xlarge-27 {
        height: calc(56.25% - .3125rem)
    }

    .grid-margin-y>.xlarge-28 {
        height: calc(58.33333% - .3125rem)
    }

    .grid-margin-y>.xlarge-29 {
        height: calc(60.41667% - .3125rem)
    }

    .grid-margin-y>.xlarge-30 {
        height: calc(62.5% - .3125rem)
    }

    .grid-margin-y>.xlarge-31 {
        height: calc(64.58333% - .3125rem)
    }

    .grid-margin-y>.xlarge-32 {
        height: calc(66.66667% - .3125rem)
    }

    .grid-margin-y>.xlarge-33 {
        height: calc(68.75% - .3125rem)
    }

    .grid-margin-y>.xlarge-34 {
        height: calc(70.83333% - .3125rem)
    }

    .grid-margin-y>.xlarge-35 {
        height: calc(72.91667% - .3125rem)
    }

    .grid-margin-y>.xlarge-36 {
        height: calc(75% - .3125rem)
    }

    .grid-margin-y>.xlarge-37 {
        height: calc(77.08333% - .3125rem)
    }

    .grid-margin-y>.xlarge-38 {
        height: calc(79.16667% - .3125rem)
    }

    .grid-margin-y>.xlarge-39 {
        height: calc(81.25% - .3125rem)
    }

    .grid-margin-y>.xlarge-40 {
        height: calc(83.33333% - .3125rem)
    }

    .grid-margin-y>.xlarge-41 {
        height: calc(85.41667% - .3125rem)
    }

    .grid-margin-y>.xlarge-42 {
        height: calc(87.5% - .3125rem)
    }

    .grid-margin-y>.xlarge-43 {
        height: calc(89.58333% - .3125rem)
    }

    .grid-margin-y>.xlarge-44 {
        height: calc(91.66667% - .3125rem)
    }

    .grid-margin-y>.xlarge-45 {
        height: calc(93.75% - .3125rem)
    }

    .grid-margin-y>.xlarge-46 {
        height: calc(95.83333% - .3125rem)
    }

    .grid-margin-y>.xlarge-47 {
        height: calc(97.91667% - .3125rem)
    }

    .grid-margin-y>.xlarge-48 {
        height: calc(100% - .3125rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + .3125rem)
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + .3125rem)
    }
}

@media print,
screen and (min-width:60em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + .3125rem)
    }
}

@media screen and (min-width:75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + .3125rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + .3125rem)
    }
}

@media print,
screen and (min-width:60em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + .3125rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + .3125rem)
    }
}

.button {
    -webkit-appearance: none;
    border: 1px solid transparent;
    font-size: .9rem;
    margin: 0 0 .25rem;
    padding: .85em 1em
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .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[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #fd5b12;
    color: #fbfbfb
}

.button:focus,
.button:hover {
    background-color: #e44802;
    color: #fbfbfb
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #fd5b12;
    color: #232227
}

.button.primary:focus,
.button.primary:hover {
    background-color: #d74402;
    color: #232227
}

.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: #807973;
    color: #fbfbfb
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #66615c;
    color: #fbfbfb
}

.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: #232227
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #232227
}

.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: #232227
}

.button.warning:focus,
.button.warning:hover {
    background-color: #be8f01;
    color: #232227
}

.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: #fbfbfb
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fbfbfb
}

.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 #fd5b12;
    color: #fd5b12
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #862b01;
    color: #862b01
}

.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 #fd5b12;
    color: #fd5b12
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #862b01;
    color: #862b01
}

.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 #807973;
    color: #807973
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #403d3a;
    color: #403d3a
}

.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[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #fd5b12
}

.button.clear:focus,
.button.clear:hover {
    color: #862b01
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #fd5b12
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #862b01
}

.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: #807973
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #403d3a
}

.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: .25
}

.button.dropdown:after {
    border-color: #fbfbfb transparent transparent;
    border-style: solid;
    border-width: .4em .4em 0;
    content: "";
    display: block;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1em;
    position: relative;
    top: .4em;
    width: 0
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #fd5b12
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #807973
}

.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: -.1em
}

a.button:focus,
a.button:hover {
    -webkit-text-decoration: none;
    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: #232227
}

.close-button.small {
    font-size: 1.5em;
    line-height: 1;
    right: .66rem;
    top: .33em
}

.close-button,
.close-button.medium {
    font-size: 2em;
    line-height: 1;
    right: 1rem;
    top: .5rem
}

.label {
    background: #fd5b12;
    border-radius: .25rem;
    color: #fbfbfb;
    cursor: default;
    display: inline-block;
    font-size: .8rem;
    line-height: 1;
    padding: .33333rem .5rem;
    white-space: nowrap
}

.label.primary {
    background: #fd5b12;
    color: #232227
}

.label.secondary {
    background: #807973;
    color: #fbfbfb
}

.label.success {
    background: #3adb76;
    color: #232227
}

.label.warning {
    background: #eeb301;
    color: #232227
}

.label.alert {
    background: #cc4b37;
    color: #fbfbfb
}

.progress {
    background-color: #cacaca;
    border-radius: .25rem;
    height: 1rem;
    margin-bottom: .25rem
}

.progress.primary .progress-meter {
    background-color: #fd5b12
}

.progress.secondary .progress-meter {
    background-color: #807973
}

.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: #fd5b12;
    border-radius: .25rem;
    display: block;
    height: 100%;
    position: relative;
    width: 0
}

.progress-meter-text {
    border-radius: .25rem;
    color: #fbfbfb;
    font-size: .75rem;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.slider {
    background-color: #e6e6e6;
    cursor: pointer;
    height: .5rem;
    margin-bottom: 2.25rem;
    margin-top: 1.25rem;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-fill {
    background-color: #cacaca;
    display: inline-block;
    height: .5rem;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    background-color: #fd5b12;
    border-radius: .25rem;
    cursor: -webkit-grab;
    cursor: grab;
    display: inline-block;
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: 50%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 1.4rem;
    z-index: 1
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #e44802
}

.slider-handle.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    cursor: not-allowed;
    opacity: .25
}

.slider.vertical {
    display: inline-block;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    width: .5rem
}

.slider.vertical .slider-fill {
    max-height: 100%;
    top: 0;
    width: .5rem
}

.slider.vertical .slider-handle {
    height: 1.4rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.4rem
}

.switch {
    color: #fbfbfb;
    font-size: .875rem;
    font-weight: 700;
    height: 2rem;
    margin-bottom: .25rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    margin-bottom: 0;
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #cacaca;
    border-radius: .25rem;
    color: inherit;
    cursor: pointer;
    display: block;
    font-weight: inherit;
    position: relative;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 4rem
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle:after {
    background: #fbfbfb;
    border-radius: .25rem;
    content: "";
    display: block;
    left: .25rem;
    position: absolute;
    top: .25rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

input:checked~.switch-paddle {
    background: #fd5b12
}

input:checked~.switch-paddle:after {
    left: 2.25rem
}

input:focus-visible~.switch-paddle {
    background: #b6b6b6
}

input:focus-visible~.switch-paddle:after {
    background: #fbfbfb
}

input:checked:focus-visible~.switch-paddle {
    background: #e44802
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-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: .625rem;
    height: 1.5rem;
    width: 3rem
}

.switch.tiny .switch-paddle:after {
    height: 1rem;
    left: .25rem;
    top: .25rem;
    width: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    font-size: .75rem;
    height: 1.75rem;
    width: 3.5rem
}

.switch.small .switch-paddle:after {
    height: 1.25rem;
    left: .25rem;
    top: .25rem;
    width: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    font-size: 1rem;
    height: 2.5rem;
    width: 5rem
}

.switch.large .switch-paddle:after {
    height: 2rem;
    left: .25rem;
    top: .25rem;
    width: 2rem
}

.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem
}

table {
    margin-bottom: .25rem
}

tbody,
tfoot,
thead {
    background-color: #fbfbfb;
    border: 1px solid #eee
}

caption {
    font-weight: 700;
    padding: .5rem .625rem .625rem
}

thead {
    background: #f5f5f5
}

tfoot,
thead {
    color: #232227
}

tfoot {
    background: #eee
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    background-color: #eee
}

table.unstriped tbody {
    background-color: #fbfbfb
}

table.unstriped tbody tr {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee
}

@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: #f0f0f0
}

table.hover tfoot tr:hover {
    background-color: #e9e9e9
}

table.hover tbody tr:hover {
    background-color: #f6f6f6
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #e9e9e9
}

.table-scroll {
    overflow-x: auto
}

.badge {
    background: #fd5b12;
    border-radius: 50%;
    color: #fbfbfb;
    display: inline-block;
    font-size: .6rem;
    min-width: 2.1em;
    padding: .3em;
    text-align: center
}

.badge.primary {
    background: #fd5b12;
    color: #232227
}

.badge.secondary {
    background: #807973;
    color: #fbfbfb
}

.badge.success {
    background: #3adb76;
    color: #232227
}

.badge.warning {
    background: #eeb301;
    color: #232227
}

.badge.alert {
    background: #cc4b37;
    color: #fbfbfb
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 .25rem
}

.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    color: #232227;
    cursor: default;
    float: left;
    font-size: .6875rem;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    opacity: 1;
    position: relative
}

.breadcrumbs a {
    color: #fd5b12
}

.breadcrumbs a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    background-color: #fefefe;
    border: 1px solid rgba(35, 34, 39, .25);
    border-radius: .25rem;
    color: #232227;
    margin: 0 0 1rem;
    padding: 1rem;
    position: relative
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #ffe6db;
    color: #232227
}

.callout.secondary {
    background-color: #ecebea;
    color: #232227
}

.callout.success {
    background-color: #e1faea;
    color: #232227
}

.callout.warning {
    background-color: #fff5d7;
    color: #232227
}

.callout.alert {
    background-color: #f7e4e1;
    color: #232227
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232227;
    flex-grow: 1;
    margin-bottom: .25rem;
    overflow: hidden
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    background: #e6e6e6;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: .25rem
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .25rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    background-color: #fbfbfb;
    border: 1px solid #cacaca;
    border-radius: .25rem;
    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: .25rem;
    margin-left: 0
}

.pagination:after,
.pagination:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pagination:after {
    clear: both
}

.pagination li {
    border-radius: .25rem;
    display: none;
    font-size: .875rem;
    margin-right: .0625rem
}

.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: .25rem;
    color: #232227;
    display: block;
    padding: .1875rem .625rem
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    background: #fd5b12;
    color: #fbfbfb;
    cursor: default;
    padding: .1875rem .625rem
}

.pagination .disabled {
    color: #cacaca;
    cursor: not-allowed;
    padding: .1875rem .625rem
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis:after {
    color: #232227;
    content: "…";
    padding: .1875rem .625rem
}

.pagination-previous a:before,
.pagination-previous.disabled:before {
    content: "«";
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a:after,
.pagination-next.disabled:after {
    content: "»";
    display: inline-block;
    margin-left: .5rem
}

.has-tip {
    border-bottom: 1px dotted #8a8a8a;
    cursor: help;
    display: inline-block;
    font-weight: 700;
    position: relative
}

.tooltip {
    background-color: #232227;
    border-radius: .25rem;
    color: #fbfbfb;
    font-size: 80%;
    max-width: 10rem;
    padding: .75rem;
    top: calc(100% + .6495rem);
    z-index: 1200
}

.tooltip,
.tooltip:before {
    position: absolute
}

.tooltip.bottom:before {
    border-color: transparent transparent #232227;
    border-style: solid;
    border-width: 0 .75rem .75rem;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top:before {
    border-color: #232227 transparent transparent;
    border-style: solid;
    border-width: .75rem .75rem 0;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    top: 100%;
    width: 0
}

.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left:before {
    border-color: transparent transparent transparent #232227;
    border-style: solid;
    border-width: .75rem 0 .75rem .75rem;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    width: 0
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right:before {
    border-color: transparent #232227 transparent transparent;
    border-style: solid;
    border-width: .75rem .75rem .75rem 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    right: 100%;
    width: 0
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left:before {
    left: 10%;
    right: auto
}

.tooltip.align-right:before {
    left: auto;
    right: 10%
}

.accordion {
    background: #fbfbfb;
    list-style-type: none;
    margin-left: 0
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: .25rem .25rem 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 .25rem .25rem
}

.accordion-title {
    border: #fbfbfb;
    border-bottom: 0;
    color: #232227;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 1.25rem 1rem;
    position: relative
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: #fbfbfb;
    border-radius: 0 0 .25rem .25rem
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #fbfbfb
}

.accordion-title:before {
    content: url(../images/arrow-down.svg);
    margin-top: -.5rem;
    position: absolute;
    right: 1rem;
    top: 50%
}

.is-active>.accordion-title:before {
    content: url(../images/arrow-up-orange.svg)
}

.accordion-content {
    background-color: #fbfbfb;
    border: #fbfbfb;
    border-bottom: 0;
    color: #232227;
    display: none;
    padding: 1rem
}

:last-child>.accordion-content:last-child {
    border-bottom: #fbfbfb
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: .25rem
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: .25rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: .25rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 .25rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.flex-video,
.responsive-embed {
    height: 0;
    margin-bottom: 1rem;
    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: #fbfbfb;
    border: 1px solid #fbfbfb;
    list-style-type: none;
    margin: 0
}

.tabs:after,
.tabs:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #fd5b12
}

.tabs.primary>li>a {
    color: #232227
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #fd5205
}

.tabs-title {
    float: left
}

.tabs-title>a {
    color: #232227;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 1.25rem 1.5rem
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fbfbfb;
    color: #1e1d22
}

.tabs-content,
.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #fbfbfb;
    color: #232227
}

.tabs-content {
    border: 1px solid #fbfbfb;
    border-top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #fbfbfb;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fbfbfb;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 0 1px rgba(35, 34, 39, .2);
    box-shadow: 0 0 0 1px rgba(35, 34, 39, .2);
    display: inline-block;
    line-height: 0;
    margin-bottom: .25rem;
    max-width: 100%
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(253, 91, 18, .5);
    box-shadow: 0 0 6px 1px rgba(253, 91, 18, .5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: .7rem 1rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li,
    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:60em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li,
    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li,
    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    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: .25rem
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    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: .25rem
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    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 {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    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 {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,
.menu .is-active>a {
    background: #fd5b12;
    color: #232227
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    color: inherit;
    font-weight: 700;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered>.menu,
.menu-centered>.menu li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: #fbfbfb;
    -webkit-box-shadow: 0 7px 0 #fbfbfb, 0 14px 0 #fbfbfb;
    box-shadow: 0 7px 0 #fbfbfb, 0 14px 0 #fbfbfb;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.menu-icon:hover:after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px
}

.menu-icon.dark:after {
    background: #232227;
    -webkit-box-shadow: 0 7px 0 #232227, 0 14px 0 #232227;
    box-shadow: 0 7px 0 #232227, 0 14px 0 #232227;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: .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: #fd5b12 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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.submenu-toggle:after {
    border-color: #fd5b12 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 {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    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 {
    -webkit-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    background: #fbfbfb;
    padding: .7rem 1rem
}

.drilldown .is-drilldown-submenu {
    background: #fbfbfb;
    left: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    width: 100%;
    z-index: -1
}

.drilldown .is-drilldown-submenu.is-active {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .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 #fd5b12;
    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 #fd5b12 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: .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: #fd5b12 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: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #fd5b12
}

.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 #fd5b12 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 #fd5b12;
    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: #fd5b12 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 #fd5b12 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 #fd5b12;
        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: #fd5b12 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 #fd5b12 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 #fd5b12;
        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: #fd5b12 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 #fd5b12 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 #fd5b12;
        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: #fbfbfb;
    border: 1px solid #cacaca;
    display: none;
    left: 100%;
    min-width: 200px;
    position: absolute;
    top: 0;
    z-index: 1
}

.dropdown .is-dropdown-submenu a {
    padding: .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 #fd5b12 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 #fd5b12;
    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%, 98%, .25);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    position: fixed;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .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 {
    -webkit-box-shadow: 0 0 10px rgba(35, 34, 39, .7);
    box-shadow: 0 0 10px rgba(35, 34, 39, .7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-absolute {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .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 {
    -webkit-box-shadow: 0 0 10px rgba(35, 34, 39, .7);
    box-shadow: 0 0 10px rgba(35, 34, 39, .7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    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 {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(35, 34, 39, .25);
    box-shadow: inset -13px 0 20px -13px rgba(35, 34, 39, .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 {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(35, 34, 39, .25);
    box-shadow: inset 13px 0 20px -13px rgba(35, 34, 39, .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 {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(35, 34, 39, .25);
    box-shadow: inset 0 -13px 20px -13px rgba(35, 34, 39, .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 {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(35, 34, 39, .25);
    box-shadow: inset 0 13px 20px -13px rgba(35, 34, 39, .25)
}

.off-canvas-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: none;
    transform: none
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        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 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        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 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 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 {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xlarge~.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;
        -webkit-transition: none;
        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 {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:60em) {
    .off-canvas.in-canvas-for-large {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        -webkit-transition: none;
        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 {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width:75em) {
    .off-canvas.in-canvas-for-xlarge {
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        -webkit-transition: none;
        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 {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .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(35, 34, 39, .45);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000;
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fbfbfb;
    border: 1px solid #cacaca;
    border-radius: .25rem;
    margin-left: auto;
    margin-right: auto;
    padding: .25rem;
    position: relative;
    top: 100px;
    z-index: 1006
}

[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: 111.5625rem;
        width: 600px
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .reveal.tiny {
        max-width: 111.5625rem;
        width: 30%
    }

    .reveal.small {
        max-width: 111.5625rem;
        width: 50%
    }

    .reveal.large {
        max-width: 111.5625rem;
        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 {
    -webkit-transform: translateZ(0);
    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 {
    background: #232227;
    color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: .5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width:59.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width:89.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right,
.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

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

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:60em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:60em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,
screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em)and (max-width:59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:60em)and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:59.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em)and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.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
}

.assist__block {
    margin-bottom: .75rem
}

@media print,
screen and (max-width:59.99875em) {
    .assist {
        margin-bottom: 2rem
    }
}

.client__img {
    margin-bottom: 1.5rem
}

.event {
    background: #fbfbfb;
    margin-bottom: 1.3125rem
}

.event__date {
    font-weight: 700;
    margin-bottom: .25rem
}

.event__place {
    color: #9bb3be;
    font-weight: 700
}

.event__block {
    background: #fbfbfb;
    border-radius: .25rem;
    padding: 1.3125rem
}

.event__block_main {
    background: #fafafa
}

.manager {
    text-align: center
}

.manager__img {
    width: 9.375rem
}

.manager__text {
    font-size: .8125rem;
    font-weight: 700
}

.manager__block {
    font-size: 1.75rem
}

.manager__block,
.object {
    margin-bottom: 1.5rem
}

.object__img {
    width: 4.375rem
}

.serve {
    background: #fafafa;
    padding-top: 2.625rem
}

.serve__text {
    margin-bottom: 1.3125rem
}

.serve__item {
    display: none
}

.serve__item:first-child {
    display: block
}

.services {
    background: #fafafa;
    border-radius: .25rem;
    margin-bottom: 2.5rem;
    padding: 2.625rem 1.3125rem 1.3125rem;
    text-align: center
}

.services__title {
    margin-bottom: .625rem
}

.services__img {
    max-width: 6.125rem
}

.services__block {
    margin-bottom: 1.3125rem
}

.accordion-title {
    font-weight: 700
}

.accordion__catalogue-title:before {
    display: block;
    height: .625rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - .3125rem);
    -webkit-transition: .3s;
    transition: .3s;
    width: .6875rem
}

.accordion__catalogue-title:hover,
.is-active .accordion__catalogue-title {
    color: #fd5b12
}

.accordion__link {
    color: #232227;
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    padding: .375rem 2rem
}

.accordion__link:active,
.accordion__link:focus,
.accordion__link:hover {
    color: #fd5b12
}

.accordion__catalogue-title {
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: .0625rem solid #e5e5e5;
    font-size: 1.125rem;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 15px 30px;
}

.accordion__catalogue-item:last-child {
    border-bottom: .0625rem solid #e5e5e5
}

.accordion__catalogue-item:last-child .accordion__catalogue-title {
    border-bottom: none
}

.accordion-content_catalogue {
    padding: 0 1rem 1rem
}

.accordion-content_catalogue .accordion-content {
    padding-top: 0
}

.accordion-title_nested:before {
    right: 1.6875rem
}

.accordion-title_nested {
    border: none;
    color: #232227;
    font-size: 1.125rem;
    font-weight: 800;
    padding: .5rem 3rem
}

.accordion-item_nested {
    border: none
}

@media print,
screen and (max-width:39.99875em) {
    .accordion__catalogue-title {
        padding-left: 0;
        padding-right: 1.875rem
    }

    .accordion__catalogue-title:before {
        right: .625rem
    }

    .accordion-title_nested {
        padding-left: 0;
        padding-right: 2.5rem
    }

    .accordion-title_nested:before {
        right: .625rem
    }

    .accordion__link {
        padding-left: 0;
        padding-right: 0
    }
}

.badge_secondary {
    background: #807973
}

.badge_tel {
    left: 1.125rem;
    position: absolute;
    top: -.25rem
}

.breadcrumbs {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.breadcrumbs a {
    color: #807973;
    font-size: .75rem
}

.button-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.button-group .button {
    margin: 0 .0625rem .0625rem 0
}

.button {
    border: .0625rem solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 1.5rem;
    padding: .5rem;
    text-align: center;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle
}

.button:active,
.button:focus,
.button:hover {
    background: #cb2a2a
}

.button_right {
    margin-right: .25rem
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group .button {
    margin: 0 .25rem .25rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button_input {
    background: #807973;
    border-radius: 0 .25rem .25rem 0
}

.button_prod {
    background: none;
    border: .0625rem solid #fd5b12;
    color: #fd5b12;
    margin-bottom: 0
}

.button_prod:active,
.button_prod:focus,
.button_prod:hover {
    background: #fd5b12;
    border-color: #fd5b12;
    color: #fbfbfb
}

.button_large {
    font-size: 1.5rem
}

.button_expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%
}

.button_light-gray {
    background: #e6e6e6;
    color: #232227
}

.button_dropdown:after {
    border-color: #fbfbfb transparent transparent;
    border-style: solid inset inset;
    border-width: .4rem .4rem 0;
    content: "";
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1rem;
    position: relative;
    top: .4rem;
    width: 0
}

.button_hollow {
    background: none;
    border: .0625rem solid #fd5b12;
    color: #fd5b12
}

.button_hollow:active,
.button_hollow:focus,
.button_hollow:hover {
    background: #fd5b12;
    border-color: #fd5b12;
    color: #fbfbfb
}

.button_hollow.button_dropdown:after {
    border-color: #fd5b12 transparent transparent
}

.button_hollow.button_dropdown:active:after,
.button_hollow.button_dropdown:focus:after,
.button_hollow.button_dropdown:hover:after {
    border-color: #fbfbfb transparent transparent
}

.button_warning {
    background: #eeb301;
    color: #fbfbfb
}

.button_secondary {
    background: #807973;
    color: #fbfbfb
}

.button_quaternary {
    background: #48626f;
    color: #fbfbfb
}

.callout {
    margin-bottom: 1.5rem;
    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: #e6e6e6;
    background-position: 50%;
    background-size: cover
}

.callout__unit {
    color: #e6e6e6
}

.callout__tag,
.callout__unit {
    display: inline-block;
    margin-right: .5rem
}

.callout__tag {
    color: #8a8a8a
}

.callout__link {
    display: inline-block;
    margin-right: .5rem
}

.callout__rss {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

.callout__donate {
    color: #cacaca
}

.callout__see {
    color: #8a8a8a;
    margin-left: .25rem
}

.callout__date {
    color: #3adb76;
    margin-bottom: 1.3125rem
}

.callout__bill {
    background: #8a8a8a;
    font-weight: 700;
    height: 9.625rem;
    margin-bottom: 1.3125rem;
    width: 100%
}

.callout__report {
    background: #8a8a8a;
    height: 8.75rem;
    margin-bottom: 1.25rem;
    width: 100%
}

.callout__label {
    margin-bottom: .625rem
}

.callout__dark {
    color: #8a8a8a
}

.callout__include {
    font-size: .6875rem;
    font-style: italic
}

.callout__quest {
    color: #8a8a8a;
    margin-left: .25rem
}

.callout__sum {
    font-size: 1.3125rem
}

.callout__watch {
    display: inline-block;
    margin-right: .25rem
}

.callout__info {
    margin-bottom: 1.25rem
}

.callout__icon {
    max-height: 1.25rem
}

.callout__strong {
    font-weight: 700
}

.callout__block {
    display: block
}

.close-button {
    outline: none
}

.close-button span {
    background: url(../images/search-close.svg) no-repeat 0;
    background-size: cover;
    display: block;
    height: .9375rem;
    width: .9375rem
}

.close-button,
.close-button.medium {
    right: 1.5625rem;
    top: 1.25rem
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group-field {
    border-radius: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>*,
.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0
}

.input-group-label {
    background: #e6e6e6;
    border: .0625rem solid #cacaca;
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0
}

.input-group-button a {
    margin: 0;
    padding-top: .4375rem
}

.input-group-button button,
.input-group-button input,
.input-group-button label {
    margin: 0;
    white-space: nowrap
}

.label_success {
    background: #3adb76;
    color: #fbfbfb
}

.label_secondary {
    background: #807973;
    color: #fbfbfb
}

.label_warning {
    background: #eeb301;
    color: #232227
}

.label_action {
    background: #807973;
    color: #fbfbfb;
    margin-right: .25rem
}

.pagination {
    margin-bottom: 1.5rem
}

.pagination .current {
    background: #807973
}

.reveal {
    outline: none;
    padding: 1.3125rem
}

.reveal__anon {
    color: #8a8a8a
}

.reveal_size-check {
    top: 6.25rem !important;
    width: 30rem
}

.reveal_one-click-order {
    padding: 5.5rem 4.5rem;
}

.reveal_auth,
.reveal_register {
    top: 9.1875rem !important
}

@media print,
screen and (max-width:39.99875em) {
    .reveal_auth {
        height: 21.875rem;
        min-height: 21.875rem
    }

    .reveal_register {
        height: 33.75rem;
        min-height: 33.75rem
    }
}

.slider-handle {
    background: #fd5b12;
    border-radius: 50%;
    height: .8125rem;
    left: 50%;
    position: relative;
    top: -.0625rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .8125rem
}

.slider {
    background: #e5e5e5;
    height: .1875rem;
    margin-bottom: .625rem;
    margin-top: 0
}

.slider-fill {
    background: #fd5b12;
    height: .1875rem
}

.sticky {
    padding-bottom: .0625rem
}

.sticky-container {
    margin-bottom: 1.3125rem
}

.tabs-title>a {
    outline: none;
    padding: 15px 10px;
}

.youtube {
    margin-bottom: 1.25rem
}

.youtube__img {
    cursor: pointer;
    opacity: .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, .6);
    color: #fbfbfb;
    cursor: pointer;
    font-size: 3.125rem;
    left: 50%;
    line-height: 1.3;
    padding: .3125rem 1.875rem .3125rem 2.1875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1
}

.art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style-type: none;
    margin-left: 0
}

.art__item_active {
    font-weight: 700;
    padding: .625rem .875rem
}

.art__link {
    display: block;
    padding: .625rem .875rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.canv {
    margin-left: .25rem
}

.cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: 700;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 100
}

.cat_top {
    margin-top: .3125rem
}

.cat__link {
    display: block;
    position: relative
}

.cat__link,
.cat__link:active,
.cat__link:focus,
.cat__link:hover {
    color: #807973
}

.cat__link:after {
    border-bottom: .125rem solid #eeb301;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    width: 0
}

.cat__item {
    padding-right: 1.875rem;
    position: relative
}

.cat__item:last-child {
    padding-right: 0
}

.cat__item .cat {
    background: #f9f9f9;
    border-bottom: .125rem solid #eeb301;
    display: none;
    font-weight: 400;
    left: 0;
    margin: -.1875rem 0 0 -1rem;
    padding: .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: #807973;
    display: block;
    padding: .5rem 1rem
}

.cat__item .cat__item .cat__link:after {
    display: none
}

.cat__item .cat__item .cat__link:hover {
    background: #f2f2f2;
    color: #807973
}

.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: .3125rem;
        padding-right: .9375rem;
        padding-top: .3125rem
    }

    .cat__item .cat .cat__item:hover>.cat {
        display: none
    }
}

@media print,
screen and (max-width:59.99875em) {
    .cat {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.3125rem
    }

    .cat_top {
        margin-top: 0
    }

    .cat__item:hover>.cat {
        display: none
    }

    .cat__item:hover>.cat__link:after {
        width: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .cat__item {
        width: 100%
    }
}

.cities-main-window-list-link {
    float: left;
    font-size: 1rem;
    line-height: 160%;
    padding-bottom: .3rem;
    padding-right: .625rem;
    padding-top: .3rem;
    text-align: left;
    width: 50%
}

.cities {
    display: inline-block;
    margin-bottom: .3125rem
}

.cities-main-window-wrapperlist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.cities-main-window {
    width: 100%
}

.cities-main-window-inner-search input {
    color: #232227;
    font-size: 1.2rem;
    width: 100%
}

.cities-main-window-inner {
    position: relative
}

.cities-main-window-inner-title {
    color: #232227;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.5rem
}

.cities__select {
    color: #fff;
    cursor: pointer;
    margin-right: .5rem
}

.cities__select_black {
    color: #232227
}

.cities__general {
    display: inline-block;
    position: relative
}

.cities-container {
    background-color: #fbfbfb;
    border-radius: .2rem;
    -webkit-box-shadow: 0 0 .625rem #232227;
    box-shadow: 0 0 .625rem #232227;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    display: none;
    min-width: 19rem;
    padding: 2rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3rem;
    width: 31.25rem;
    z-index: 101
}

.cities-container__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cities-container-list {
    -webkit-box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .267);
    box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .267);
    position: relative
}

.cities-container-list-link {
    float: left;
    font-size: 1rem;
    line-height: 2.4rem;
    margin-right: 1rem;
    width: 9rem
}

.cities-container-close {
    cursor: pointer;
    font-size: 2rem;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cities-container-close svg {
    display: block
}

.cities-container-close:hover {
    opacity: 1
}

.cities-container-region {
    background-color: #fbfbfb;
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    display: none;
    padding: 2rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3rem;
    width: 21.875rem;
    z-index: 101
}

.cities-container-region-inner-city {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 1.25rem
}

.overlay_visible {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    display: inline;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101
}

.cities-container-region .button-cities-group,
.cities-main-window .cities-message {
    margin: 0
}

@media print,
screen and (max-width:59.99875em) {
    .cities-container {
        left: 0;
        right: auto;
        width: 19.375rem
    }

    .cities-container-region {
        left: 0;
        right: auto
    }

    .cities-main-window-list-link {
        width: 100%
    }
}

@media print,
screen and (max-width:39.99875em) {
    .cities-container-region {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 19.375rem
    }

    .cities__select {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .cities__select i,
    .cities__select svg {
        margin-right: .25rem
    }

    .cities__select i {
        height: 1rem;
        width: .75rem
    }

    .cities__general {
        position: static
    }
}

.upheader__content {
    align-items: center;
}
@media screen and (max-width:1050px) {
    .upheader__content {
        flex-direction: column;
        gap: 15px;
    }
    .upheader__phone {
        justify-content: center;
    }
    .upheader .menu-top {
        justify-content: space-around;
    }
}

.upheader {
    background: #e5e5e5;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.upheader .contacts__icon {
    font-size: 1.0625rem;
    line-height: .75rem;
    margin-right: .25rem
}

.upheader .contacts__search {
    color: #fbfbfb;
    font-weight: 700
}

.upheader .contacts__search:active,
.upheader .contacts__search:focus,
.upheader .contacts__search:hover {
    color: #cacaca
}

.upheader .contacts__block {
    font-size: 1.375rem;
    line-height: 1;
    margin-right: .5rem
}

.upheader .contacts__link {
    color: #fbfbfb;
    display: inline-block;
    font-weight: 700;
    margin-right: .625rem
}

.upheader .contacts__link:active,
.upheader .contacts__link:focus,
.upheader .contacts__link:hover {
    color: #cacaca
}

.upheader .contacts__menu {
    color: #fbfbfb;
    cursor: pointer;
    display: none;
    height: 1.1875rem;
    margin-right: .625rem;
    width: .9375rem
}

.upheader .contacts__info .upheader__phone {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    color: #000;
}
@media screen and (max-width: 1050px) {
    .upheader .contacts__info .upheader__phone {
        justify-content: center;
    }
}

.upheader__phone svg {
    height: clamp(16px, 2vw, 23px);
}

.upheader .contacts__info {
    text-align: right
}

.upheader .contacts__info span {
    font-size: clamp(16px, 2vw, 22px);
    line-height: 100%;
}

.upheader .contacts__info:hover .fa-phone path {
    fill: #fd5b12
}

.upheader .contacts__info:hover span {
    color: #fd5b12
}

@media print,
screen and (max-width:59.99875em) {

    .upheader .contacts,
    .upheader .contacts__info {
        text-align: center
    }
}

@media print,
screen and (max-width:39.99875em) {
    .upheader .contacts {
        padding-bottom: .0625rem
    }

    .upheader .contacts__block_spec {
        display: inline-block;
        width: calc(100% - 1.875rem)
    }

    .upheader .contacts__icon {
        display: none
    }

    .upheader .contacts__menu {
        display: inline-block;
        height: .9375rem;
        margin-bottom: .375rem
    }

    .upheader .contacts__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .upheader .contacts__info span {
        font-size: 1rem
    }
}

.dd {
    opacity: 0;
    position: relative;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear;
    visibility: hidden;
    z-index: 1000
}

.dd_show {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible
}

.dd__content {
    background: #fafafa;
    color: #232227;
    left: 0;
    padding: 1.3125rem;
    position: absolute;
    top: 0;
    width: 100%
}

.double {
    margin-left: .25rem;
    margin-right: .25rem
}

.fa-layers {
    vertical-align: middle
}

.footer {
    background: #232227;
    color: #fbfbfb;
    left: 0;
    padding-bottom: 1.5rem;
    padding-top: 3rem;
    position: relative;
    width: 100%
}

.footer__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .9375rem;
    margin-bottom: .9375rem
}

.footer__main {
    border: solid #e5e5e5;
    border-width: 0 0 .0625rem
}

.footer__logo {
    margin-bottom: .9375rem;
    width: 11rem
}

.footer__head {
    font-weight: 300
}

.footer__head,
.footer__shop {
    color: #fbfbfb;
    display: block;
    font-size: 1.0625rem;
    margin-bottom: .75rem
}

.footer__shop {
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: clamp(16px, 3vw, 20px);
    width: fit-content;
    transition: color .2s ease;
}
.footer__shop:hover {
    color: #fd5b12;
}

.footer__shop:active,
.footer__shop:focus,
.footer__shop:hover {
    color: #fd5b12
}

a.footer__copyright {
    color: #e5e5e5
}

a.footer__copyright:hover {
    color: #fbfbfb
}

.footer__bottom {
    font-size: .8125rem;
    margin: 3.125rem 0 1.5625rem
}

.footer__bottom .logos {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.logos__item {
    max-height: 1.25rem;
    max-width: 2.5625rem
}

.footer__soc {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.footer__link_right {
    color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    font-weight: 100;
    margin-bottom: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__link_right:active,
.footer__link_right:focus,
.footer__link_right:hover {
    color: #fbfbfb
}

.footer__link {
    color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 100;
    margin-bottom: .4375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: fit-content;
    transition: color .2s ease;
}

.footer__link:active,
.footer__link:focus {
    color: #fbfbfb;
    -webkit-text-decoration: underline;
    text-decoration: underline
}
.footer__link:hover {
    color: #fd5205;
}

.footer__pay {
    height: 1.5rem
}

.footer__cetera,
.footer__labs {
    margin-right: 1.125rem
}

.footer__labs {
    color: #9bb3be;
    display: inline-block
}

.footer__labs:active,
.footer__labs:focus,
.footer__labs:hover {
    color: #fbfbfb
}

.footer__labs_right {
    margin-right: 0
}

.footer__nav {
    margin-bottom: .75rem
}

.footer__nav .tel {
    font-size: 1.25rem;
    font-weight: 700
}

.footer__link_tel:hover path {
    stroke: #fd5b12
}

.footer__link_tel:hover .tel {
    color: #fd5b12
}

.footer__link_mail:hover,
.footer__link_tel:hover .tel {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.footer__nav .icon {
    text-align: center;
    width: 1.8125rem
}

.footer__logo {
    width: 8.75rem
}

.footer__block {
    margin-bottom: .625rem
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .9375rem;
    margin-bottom: .9375rem
}

.footer__socials a:hover path {
    fill: #fd5b12
}

.footer__socials a:hover rect {
    stroke: #fd5b12
}

@media print,
screen and (max-width:39.99875em) {
    .footer__nav_mobile-right {
        float: right;
        width: 50%
    }

    .footer__logo {
        margin-bottom: 1.875rem
    }
}

.header {
    background: #FBFBFB;
    padding: 2.1875rem 0;
}
@media screen and (min-width: 1050px) {
    .header.sticky {
        position: sticky;
        top: 0;
        z-index: 999777;
        box-shadow: 0 1px 5px #e5e5e5;
    }
}

.header__content {
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 1050px) {
    .header__content {
        flex-direction: column;
    }
}

.header__menu-icon {
    position: relative
}

.header__menu-icon svg {
    height: clamp(20px, 1.5vw, 23px);
}

.header__icons {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 665px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 5px;
    justify-content: space-between;
}
@media screen and (max-width: 1050px) {
    .header__menu {
        width: 100% !important;
    }
}

.header__span_sale {
    color: #fd5b12;
    font-size: .875rem;
    margin-left: .25rem;
    margin-right: .25rem;
    padding: 0
}

.header__age {
    display: inline-block;
    font-size: 1.3125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    margin-left: .625rem;
    padding-top: .625rem
}

.header__alert {
    color: #cc4b37;
    margin-right: .25rem
}

.header__success {
    color: #3adb76
}

.header__small-menu {
    cursor: pointer
}

.header__reg {
    font-size: 1.3125rem;
    margin-right: .75rem
}

.header__hamb {
    color: #232227;
    display: none;
    font-size: 1.75rem;
    position: absolute;
    text-align: center;
    top: 4.6875rem;
    z-index: 10
}

.header__hamb,
.header__info {
    -ms-flex-item-align: center;
    align-self: center
}

.header__info {
    text-align: left;
    max-width: 180px;
}
@media screen and (max-width: 1050px) {
    .header__info {
        width: 100%;
    }
}

.header__span {
    color: #232227;
    font-size: 16px;
    line-height: 100%;
    transition: color .2s ease;
}

.header__block {
    text-align: right;
    -ms-flex-item-align: center;
    align-self: center
}

.header__logo--wrapper {
    width: clamp(140px, 15vw, 270px) !important;
    max-width: 270px;
}
@media screen and (max-width: 1050px) {
    .header__logo--wrapper {
        width: clamp(140px, 25vw, 270px) !important;
    }
    .header__content {
        gap: 30px;
    }
}

.header__logo {
    width: 100%;
}

.header__logo_mobile {
    display: none
}

.header__menu-icon-counter {
    background: #fd5b12;
    border: 0.0625rem solid #fbfbfb;
    border-radius: 50%;
    color: #fbfbfb;
    font-size: 12px;
    height: 15px;
    line-height: 110%;
    position: absolute;
    right: -4px;
    text-align: center;
    top: -3px;
    width: 15px;
}

.header__item {
    position: relative;
    padding: 10px;
    margin: -10px;
}

.header__item:hover {
    padding-bottom: 45px;
}

.header__item:hover .header__span {
    color: #fd5b12
}

.header__span_sale:hover {
    color: #232227
}

.header__menu-icon_fill:hover svg path {
    fill: #fd5b12
}

.header__menu-icon_stroke:hover svg path {
    stroke: #fd5b12
}

.header__span_active {
    color: #fd5b12
}

.header__span_active,
.header__span_sale_active {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.header__span_sale_active {
    color: #232227
}

@media print,
screen and (max-width:74.99875em) {
    .header__block {
        text-align: center
    }
}

@media print,
screen and (max-width:59.99875em) {
    .header__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .header__info {
        text-align: center
    }

    .header__menu-icon img {
        margin: 0
    }
}

@media print,
screen and (max-width:39.99875em) {
    .header {
        padding: .8125rem 0
    }

    .header__logo_mobile {
        display: block;
        width: 8.75rem
    }

    .header__menu-icon img {
        height: 1.25rem
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__info,
    .header__menu_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        top: -1.1875rem
    }

    .header__age {
        font-size: 1rem;
        padding-top: 0
    }

    .header__logo_mini {
        width: 9.375rem
    }

    .header__logo {
        display: none
    }

    .header__hamb {
        display: block;
        text-align: inherit;
        top: 3.3125rem
    }

    .header__icons {
        gap: 1.875rem
    }
}

.hr {
    margin-bottom: 2.5rem
}

.info {
    margin-bottom: 1.5rem
}

.info_top {
    padding-top: 1.5rem
}

.info_35 {
    margin-bottom: 2.1875rem
}

.news,
.news__img {
    margin-bottom: 1.5rem
}

.news__title {
    display: block;
    font-size: 1.125rem;
    margin-bottom: .75rem
}

.partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.partners .partners {
    margin-left: 1.25rem
}

.partners__link {
    display: block;
    line-height: 1;
    padding: .625rem .875rem;
    -webkit-text-decoration: none;
    text-decoration: none
}

.partners__link_active {
    background: #fd5b12;
    color: #fbfbfb
}

.partners__link_active:active,
.partners__link_active:focus,
.partners__link_active:hover {
    color: #fbfbfb
}

.picture {
    margin-right: .25rem
}

.project {
    margin-bottom: 2rem
}

.project__img {
    margin-bottom: 1.5rem
}

.project__title {
    font-size: 1.125rem;
    margin-bottom: .75rem
}

.project__views {
    color: #8a8a8a;
    margin-left: .5rem;
    margin-right: 1rem
}

.project__icon {
    color: #8a8a8a
}

.project__info {
    padding-bottom: 1.25rem
}

.project__cat,
.project__text {
    margin-bottom: .75rem
}

.project__cat {
    color: #8a8a8a;
    display: block
}

.promo {
    background: #fd5b12;
    color: #fbfbfb;
    margin-bottom: 2.5rem;
    padding-bottom: 4.375rem;
    padding-top: 4.375rem
}

.promo__img {
    width: 100%
}

@media print,
screen and (max-width:39.99875em) {
    .promo {
        padding-bottom: 1.25rem;
        padding-top: 2.5rem
    }
}

.sect {
    font-size: .875rem
}

.sect img {
    height: 3.75rem
}

.sect.sect_print {
    padding: 1rem 1.4375rem
}

.sect_iframe {
    border: 0;
    height: 21.875rem;
    width: 100%
}

.sect_col {
    width: 50%
}

.sect_rect {
    margin-bottom: .75rem
}

.sect_primary {
    color: #fd5b12
}

.sect_big {
    font-size: 1.125rem
}

.sect_type {
    font-weight: 700;
    margin-bottom: .75rem
}

.sect_date {
    color: #807973;
    font-weight: 700
}

.sect_time {
    color: #8a8a8a;
    margin-bottom: 0
}

.sect_main {
    background: #fafafa
}

.sect_dib {
    display: inline-block;
    margin-right: .5rem
}

.sect_dark,
.sect_place {
    color: #8a8a8a
}

.sect_place {
    padding-bottom: 2.125rem;
    padding-top: 2.125rem
}

.sect_link {
    margin-right: .5rem
}

.sect_err {
    display: inline-block;
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    margin-right: .625rem
}

.sect__date,
.sect_err {
    color: #cacaca
}

.sect__svg {
    height: 4.375rem;
    width: 100%
}

.sect__svg use {
    fill: #48626f
}

.share {
    font-size: 1.75rem;
    margin-bottom: 1.5rem
}

.share__text {
    color: #9bb3be
}

.share__enter,
.share__text {
    font-size: .875rem;
    margin-right: .5rem
}

@media print,
screen and (max-width:59.99875em) {
    .share__text {
        display: none
    }
}

.side__block {
    background: #fafafa;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    padding: 1.3125rem
}

.side__city {
    font-weight: 700;
    margin-left: .25rem;
    margin-right: .25rem
}

.side__place {
    font-size: .9375rem;
    margin-bottom: 1.5rem
}

.side__date {
    color: #807973;
    font-size: 1.3125rem;
    margin-bottom: .75rem
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.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: .0625rem;
    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: .0625rem 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 {
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none
}

.slick-prev {
    left: 1rem
}

.slick-next {
    right: 1rem
}

.slick-next,
.slick-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: rgba(0, 0, 0, .133);
    border: none;
    border-radius: .3125rem;
    color: hsla(0, 0%, 100%, .533);
    cursor: pointer;
    height: 3.125rem;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.875rem
}

.slick-next svg,
.slick-prev svg {
    height: 2.6875rem;
    width: 1.5625rem
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: rgba(0, 0, 0, .333);
    color: hsla(0, 0%, 100%, .533);
    outline: none
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    background: rgba(0, 0, 0, .067);
    color: hsla(0, 0%, 100%, .533)
}

.slick-dots {
    display: block;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.slick-dots li.slick-active button {
    background: rgba(0, 0, 0, .2)
}

.slick-dots li button {
    background: rgba(0, 0, 0, .067);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: .625rem;
    line-height: 0;
    margin: 1rem;
    outline: none;
    padding: 0;
    width: .625rem
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.soc {
    color: #9bb3be
}

.soc_fb {
    color: #3f619c
}

.soc_vk {
    color: #3e709c
}

.soc_twi {
    color: #2fa4cc
}

.soc_insta {
    color: #000
}

.soc_ok {
    color: #fc6719
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem
}

.step_second {
    border-bottom: .0625rem solid #e5e5e5;
    display: block;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    padding-right: 5.625rem
}

.step_second:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.step__place {
    color: #232227;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.25rem
}

.step__link {
    color: #fd5b12;
    font-weight: 400;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.step__btn {
    background: #232227;
    color: #fbfbfb;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 1.125rem;
    padding: .625rem 2.625rem;
    text-transform: uppercase
}

.step__btn:hover {
    background: #000
}

.step__del {
    color: #3c3b40;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.6875rem
}

.step__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 11.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.step__main {
    display: block;
    padding-left: 2.25rem;
    width: 100%
}

.step__label {
    background: url(../images/check.svg) no-repeat left .125rem;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.25rem
}

.step__price {
    background: #807973;
    border-radius: .75rem;
    color: #fbfbfb;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1.5rem;
    padding: .25rem .5375rem .1875rem
}

.step__day {
    color: #232227;
    font-size: 1rem;
    font-weight: 400;
    padding-top: .25rem
}

.step__input {
    display: none;
    margin-bottom: 0;
    margin-top: .125rem
}

.step__input:checked+.step__label {
    background: url(../images/check-square.svg) no-repeat left .125rem
}

.step__input:disabled+.step__label {
    cursor: not-allowed;
    opacity: .7
}

.step__lab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #3c3b40;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 1.125rem;
    line-height: 1;
    padding-left: 2.25rem;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step__lab:before {
    border: .0625rem solid #807973;
    content: "";
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.5rem
}

.step__input:checked+.step__lab:before {
    background: url(../images/step2.svg) no-repeat 50%;
    border: 0
}

.step__title {
    margin-bottom: 1.4375rem;
    padding-top: .25rem;
    width: calc(100% - 11.25rem)
}

@media print,
screen and (max-width:59.99875em) {
    .step_second {
        padding-right: 0
    }

    .step__btn {
        padding-left: .875rem;
        padding-right: .875rem
    }
}

.traffic {
    background: #fafafa;
    margin-bottom: 2.5rem;
    text-align: center;
    visibility: hidden
}

.traffic.slick-initialized {
    visibility: visible
}

.traffic__photo {
    -ms-flex-item-align: center;
    align-self: center
}

.traffic__img {
    margin-bottom: 1.5rem;
    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: .9375rem;
    margin-bottom: 1.3125rem
}

.traffic__content {
    min-height: 25rem
}

.traffic__content_white {
    color: #fbfbfb
}

.traffic__darken:before {
    background: rgba(0, 0, 0, .333);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media print,
screen and (max-width:59.99875em) {
    .traffic__content {
        min-height: 18.75rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .traffic {
        height: 38.5625rem;
        overflow: hidden
    }

    .traffic.slick-initialized {
        height: auto;
        overflow: visible
    }

    .traffic__img {
        display: none
    }

    .traffic__content {
        min-height: 0;
        min-height: auto
    }

    .traffic__photo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .traffic__item {
        padding: 2rem 0
    }
}

.way {
    font-size: .6875rem;
    margin-bottom: 1.5rem
}

.way__pole {
    margin-left: .25rem;
    margin-right: .25rem
}

.brand {
    background: #e6e6e6;
    padding-bottom: 1.3125rem;
    padding-top: 1.3125rem
}

.capt__img {
    height: 3.75rem;
    width: 100%
}

.checkbox-group {
    font-size: 0;
    margin-bottom: .4375rem
}

.checkbox-group__label {
    background: #fbfbfb;
    border: .0625rem solid #232227;
    border-right-width: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    min-height: 2.4375rem;
    min-width: 3rem;
    padding: .83rem;
    text-align: center
}

.checkbox-group__label:last-child {
    border-right-width: .0625rem
}

.checkbox-group__item {
    display: none
}

.checkbox-group__item:checked+.checkbox-group__label {
    -webkit-box-shadow: inset 0 0 .3125rem .125rem rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 .3125rem .125rem rgba(0, 0, 0, .4)
}

.commodity__img {
    margin-bottom: 1.3125rem
}

.commodity__title {
    display: block;
    font-size: 1rem;
    margin-bottom: .625rem
}

.commodity__old {
    color: #8a8a8a;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.commodity__cost {
    font-size: .875rem
}

.commodity__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.commodity__small {
    display: block;
    font-size: .6875rem;
    margin-bottom: .1875rem
}

.commodity__price {
    font-size: 1.3125rem;
    font-weight: 700
}

.commodity__price_cost {
    font-size: .875rem
}

.commodity__no {
    color: #8a8a8a;
    font-style: italic
}

.commodity__info {
    margin-bottom: 1.3125rem
}

.commodity__cat {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:59.99875em) {
    .commodity__small {
        display: inline-block;
        margin-right: .5rem
    }

    .commodity__old {
        margin-bottom: .625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .commodity__cat {
        display: none
    }
}

.comp__tr {
    vertical-align: top
}

.comp__small {
    font-size: .875rem
}

.comp__clear {
    color: #8a8a8a;
    white-space: nowrap
}

.duct__img {
    margin-bottom: 1.3125rem
}

.duct__title {
    display: block;
    font-size: 1rem;
    margin-bottom: .625rem
}

.duct__old {
    color: #8a8a8a;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.duct__cost {
    font-size: .875rem
}

.duct__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.duct__small {
    display: block;
    font-size: .6875rem;
    margin-bottom: .1875rem
}

.duct__price {
    font-size: 1.3125rem;
    font-weight: 700
}

.duct__price_cost {
    font-size: .875rem
}

.duct__no {
    color: #8a8a8a;
    font-style: italic
}

.duct__info {
    margin-bottom: 1.3125rem
}

.duct__cat {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:59.99875em) {
    .duct__small {
        display: inline-block;
        margin-right: .5rem
    }

    .duct__old {
        margin-bottom: .625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .duct__cat {
        display: none
    }
}

.growth__img {
    margin-bottom: 1.3125rem
}

.growth__title {
    display: block;
    font-size: 1rem;
    margin-bottom: .625rem
}

.growth__old {
    color: #8a8a8a;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.growth__cost {
    font-size: .875rem
}

.growth__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.growth__small {
    display: block;
    font-size: .6875rem;
    margin-bottom: .1875rem
}

.growth__price {
    font-size: 1.3125rem;
    font-weight: 700
}

.growth__price_cost {
    font-size: .875rem
}

.growth__no {
    color: #8a8a8a;
    font-style: italic
}

.growth__info {
    margin-bottom: 1.3125rem
}

.growth__cat {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:59.99875em) {
    .growth__small {
        display: inline-block;
        margin-right: .5rem
    }

    .growth__old {
        margin-bottom: .625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .growth__cat {
        display: none
    }
}

.mark {
    color: #eeb301;
    font-size: 1.125rem;
    line-height: .75;
    margin-bottom: 1.3125rem;
    vertical-align: -.0625rem
}

.menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.menu-top__hamburger {
    margin: 1rem 0
}

.menu-top__item {
    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: #232227;
    display: block;
    padding: 0
}

.menu-top__link:hover,
.menu-top__link_active,
.menu-top__link_red {
    color: #fd5b12
}

@media print,
screen and (max-width:59.99875em) {
    .menu-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print,
screen and (max-width:39.99875em) {
    .menu-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .menu-top__item {
        border-width: .0625rem 0 0;
        padding: 0;
        width: 100%
    }

    .menu-top__link {
        padding: .5rem 0
    }
}

.offspring__img {
    margin-bottom: 1.3125rem
}

.offspring__title {
    display: block;
    font-size: 1rem;
    margin-bottom: .625rem
}

.offspring__old {
    color: #8a8a8a;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.offspring__cost {
    font-size: .875rem
}

.offspring__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.offspring__small {
    display: block;
    font-size: .6875rem;
    margin-bottom: .1875rem
}

.offspring__price {
    font-size: 1.3125rem;
    font-weight: 700
}

.offspring__price_cost {
    font-size: .875rem
}

.offspring__no {
    color: #8a8a8a;
    font-style: italic
}

.offspring__info {
    margin-bottom: 1.3125rem
}

.offspring__cat {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: .625rem
}

@media print,
screen and (max-width:59.99875em) {
    .offspring__small {
        display: inline-block;
        margin-right: .5rem
    }

    .offspring__old {
        margin-bottom: .625rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .offspring__cat {
        display: none
    }
}

.order__meta {
    color: #888
}

.order__subtitle {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.order__option-switch {
    position: absolute;
    visibility: hidden
}

.order__option-more {
    display: none
}

.order__option-item {
    background-color: #fff;
    border: .0625rem solid rgba(68, 68, 68, .267);
    border-radius: .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;
    -webkit-box-shadow: inset 0 0 0 .0625rem #27bab5;
    box-shadow: inset 0 0 0 .0625rem #27bab5
}

.order__option-switch:checked+.order__option-item .order__option-more {
    display: block
}

.order__option-title {
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: .25rem
}

.order__option-title:hover {
    background-color: #f3f3f3
}

.prod {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.prod__info {
    margin-bottom: 1.5rem
}

.prod__favor {
    color: #8a8a8a;
    margin-right: .625rem
}

.prod__price {
    font-size: .9375rem;
    font-weight: 700;
    margin-right: .25rem
}

.prod__cat,
.prod__old {
    color: #8a8a8a;
    font-size: .8125rem
}

.prod__cat {
    display: block
}

.prod__rub {
    margin-bottom: .75rem
}

.prod__main {
    padding-bottom: .625rem
}

.prod__img {
    margin-bottom: 1.5rem
}

.quant {
    position: relative
}

.quant__input {
    border: .0625rem solid #cacaca;
    border-radius: .25rem 0 0 .25rem;
    height: 2.125rem;
    padding-left: 2.0625rem;
    text-align: right
}

.quant__minus,
.quant__plus {
    border-bottom: .375rem solid #232227;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    cursor: pointer;
    display: block;
    height: 0;
    left: 1rem;
    position: absolute;
    top: .4375rem;
    width: 0
}

.quant__minus {
    top: 1.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.radio {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .75rem
}

.radio__label {
    background: url(../images/rad.svg) no-repeat left .125rem;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.25rem
}

.radio__input {
    display: none;
    margin-bottom: 0;
    margin-top: .125rem
}

.radio__input:checked+.radio__label {
    background: url(../images/rad-2.svg) no-repeat left .125rem
}

.radio__input:disabled+.radio__label {
    cursor: not-allowed;
    opacity: .7
}

.rating {
    display: inline-block;
    margin-right: .25rem;
    vertical-align: middle
}

.rating:after,
.rating:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rating:after {
    clear: both
}

.rating__star {
    float: right;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    position: relative
}

.rating__star:hover {
    cursor: pointer
}

.rating__solid {
    color: #777;
    display: block;
    font-size: 1.35rem;
    margin-right: .3125rem;
    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
}

.reg {
    font-size: .6875rem;
    line-height: 1.9
}

.search {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%
}

.search__input {
    border: 0;
    height: 2.125rem;
    line-height: 1.5;
    margin: 0;
    padding: .3125rem;
    width: 100%;
    -webkit-box-flex: 1;
    border-radius: .25rem 0 0 .25rem;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap
}

.search__input:focus,
.search__input:hover {
    border: 0
}

.search__input_border {
    border: .0625rem solid #cacaca;
    border-right: 0
}

.search__input_border:focus,
.search__input_border:hover {
    border: .0625rem solid #232227;
    border-right: 0
}

.search__cont {
    border-radius: .25rem .25rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.search__button {
    background: #fbfbfb;
    border: 0;
    color: #634f8e;
    height: 2.125rem;
    margin: 0;
    padding: 0;
    width: 2.125rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0;
    font-size: 1rem
}

@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
    }
}

.shipment__tell {
    font-size: .875rem;
    margin-right: .5rem
}

.shipment__soc {
    font-size: 1.75rem;
    margin-bottom: 1.5rem
}

.shipment__art {
    color: #8a8a8a
}

.shipment__no {
    color: #cacaca;
    margin-left: .25rem
}

.shipment__num {
    color: #3adb76;
    margin-left: .25rem
}

.shipment__low {
    color: #cc4b37;
    margin-left: .25rem
}

.shipment__mark {
    color: #8a8a8a;
    font-style: italic
}

.shipment__old {
    color: #8a8a8a;
    display: block;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.shipment__compare {
    margin-right: .5rem
}

.shipment__text {
    color: #8a8a8a
}

.shipment__price {
    font-size: 2.1875rem
}

.tile,
.tile__title {
    margin-bottom: .625rem
}

.tile__title {
    display: block
}

.tile__no {
    color: #8a8a8a
}

.tile__price {
    font-weight: 700;
    margin-bottom: .625rem
}

.tile__link {
    display: block;
    margin-bottom: 1.3125rem
}

.tile__img {
    height: 5rem
}

.tile__clear {
    color: #8a8a8a;
    display: block;
    margin-bottom: 1.3125rem;
    white-space: nowrap
}

.calendar {
    text-align: center
}

.calendar__holiday {
    color: #48626f
}

.calendar__strong {
    font-weight: 700
}

.car {
    background-color: #fbfbfb;
    border: .0625rem solid rgba(68, 68, 68, .267);
    border-radius: .25rem;
    margin: 0 0 1rem;
    padding: 1.3125rem;
    position: relative
}

.car__anchor {
    display: block;
    margin-bottom: 1.3125rem
}

.car__date {
    color: #cacaca;
    margin-right: .25rem
}

.carousel-news {
    padding: 0 0 1.5rem
}

.carousel-news__item {
    background: #f3f3f3;
    background-position: 50%;
    background-size: cover;
    color: #232227;
    display: none;
    min-height: 18.75rem;
    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, .333);
    bottom: 0;
    color: #fbfbfb;
    display: block;
    font-size: 1.2rem;
    left: 0;
    padding: 2rem;
    position: absolute;
    right: 0
}

.carousel-news__link:hover {
    color: #fbfbfb
}

.magazine {
    margin-bottom: 1.5rem
}

.magazine__img {
    background: #f3f3f3;
    height: 17.5rem;
    margin-bottom: .75rem;
    width: 100%
}

.rubric {
    background: #fafafa;
    padding-bottom: .625rem;
    padding-top: .625rem
}

.rubric__tgl {
    color: #807973;
    cursor: pointer;
    font-size: 1.3125rem
}

.rubric__menu {
    display: inline-block;
    font-weight: 700;
    margin-left: .25rem
}

@media print,
screen and (max-width:39.99875em) {
    .rubric {
        padding-bottom: 0;
        padding-top: 0
    }
}

.user {
    margin-bottom: 1.5rem
}

.user__img {
    background: #bbb;
    width: 2.8125rem
}

.user__title {
    color: #48626f;
    font-weight: 700
}

.user__date {
    color: #8a8a8a
}

a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none
}

fieldset {
    margin-bottom: 1.25rem
}

::-ms-clear {
    display: none
}

hr {
    border-bottom: .0625rem solid #f3f3f3;
    margin: 0 auto 1.5rem
}

label {
    line-height: 1.5
}

table {
    border-collapse: collapse;
    border-radius: .25rem;
    width: 100%
}

dl,
ol,
p,
table,
ul {
    margin-bottom: 1.5rem
}

dl,
ol,
p,
ul {
    line-height: 1.5
}

blockquote {
    border-left: .125rem solid #fd5b12
}

blockquote,
blockquote p {
    padding: 0 .875rem
}

tfoot,
thead {
    background: #f2f2f2;
    border: .0625rem solid #f2f2f2
}

tfoot tr,
thead tr {
    background: transparent
}

tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    vertical-align: top
}

tbody {
    background: #fbfbfb;
    border: .0625rem solid #f2f2f2
}

tbody th {
    font-weight: 700
}

tbody td,
tbody th {
    padding: .5rem .625rem;
    vertical-align: top
}

tbody tr:nth-child(2n) {
    background: #f2f2f2;
    border-bottom: 0
}

input[type=text],
input[type=email],
textarea.deliv__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: .0625rem solid #cacaca;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #232227;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 2.125rem;
    line-height: normal;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    width: 100%;
    resize: none;
}
textarea.deliv__input {
    min-height: 70px;
}

input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

select {
    height: 2.125rem;
    padding-bottom: 0;
    padding-top: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizelegibility
}

.h1,
h1 {
    font-size: 3rem;
    line-height: 1
}

.h1,
.h2,
h1,
h2 {
    margin-bottom: 2rem
}

.h2,
h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase
}

.h3,
h3 {
    font-size: 1.4375rem;
    line-height: 1.2
}

.h3,
.h4,
h3,
h4 {
    margin-bottom: .75rem
}

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

.h5,
h5 {
    font-size: 1.3rem;
    line-height: 1.4
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: .75rem
}

.h6,
h6 {
    font-size: 1.0625rem;
    line-height: 1.5
}

h1,
h2 {
    position: relative
}

h1.large-text-center:after,
h1.medium-text-center:after,
h1.text-center:after,
h2.large-text-center:after,
h2.medium-text-center:after,
h2.text-center:after {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0
}

@media print,
screen and (max-width:39.99875em) {

    .h1,
    h1 {
        font-size: 2.2rem
    }

    .h2,
    h2 {
        font-size: 1.7rem
    }

    .h3,
    h3 {
        font-size: 1.5rem
    }

    .h4,
    h4 {
        font-size: 1.3rem
    }

    .h5,
    h5 {
        font-size: 1.2rem
    }

    .h6,
    h6 {
        font-size: 1.1rem
    }
}

.svg-inline {
    visibility: hidden
}

.over {
    overflow: hidden
}

.tacky {
    position: sticky;
    top: 1.25rem
}

@media print,
screen and (max-width:39.99875em) {
    .tacky {
        position: static
    }
}

.benefits {
    border: .0625rem solid #e5e5e5;
    font-weight: 700;
    margin-bottom: .3125rem;
    text-align: center;
    text-transform: uppercase
}

.catalogue-item {
    font-size: .6875rem;
    margin-bottom: 3.125rem;
    position: relative
}

.catalogue-item_merged {
    margin-bottom: .5rem
}

.catalogue-item__picture {
    background-position: 50%;
    background-size: cover;
    height: 100vw !important;
    max-height: 550px;
}
@media screen and (max-width: 550px) {
    .catalogue-item__picture {
        height: 120vw !important;
    }
}

.catalogue-item__info {
    display: grid;
    align-items: baseline;
    margin-bottom: .9375rem;
    grid-template-columns: 1fr 100px;
    gap: .625rem;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (min-width: 1025px) {
    .catalogue-item__info {
        margin-bottom: 50px;
    }
}

.catalogue-item__title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 110%;
    margin-bottom: auto;
}
.catalogue-item__title a {
    color: #000;
}

.catalogue-item__title_big {
    font-size: 1rem
}

.catalogue-item__price {
    text-align: right
}

.catalogue-item__old-price {
    font-size: 90%;
    color: #777;
    text-decoration: line-through;
}

.catalogue-item__new-price {
    font-size: 110%;
    color: #e74902;
    font-weight: 500;
}

.catalogue-item__price_big {
    font-size: 1rem
}
.catalogue-item__details {
    flex-direction: column;
    gap: 4px;
}
.catalogue-item__colors {
    display: flex;
    gap: 4px;
}
.catalogue-item__colors img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
} 
.catalogue-item__sizes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .3125rem 0;
    margin-bottom: .9375rem
}

.catalogue-item__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalogue-item__size {
    border: .0625rem solid #807973;
    color: #807973;
    font-size: 16px;
    line-height: 130%;
    padding: 5px;
    height: 32px !important;
    margin-right: 0.3125rem;
    margin-top: 0;
    min-width: 34px !important;
    width: fit-content !important;
    cursor: pointer;
    text-align: center;
}

.catalogue-item__size:hover {
    border: .0625rem solid #232227;
    color: #232227
}

.catalogue-item__size_active {
    background-color: #232227;
    border-color: #232227;
    color: #fbfbfb
}

.catalogue-item__size_active:hover {
    color: #fbfbfb
}

.catalogue-item__controls {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: auto;
}
@media (max-width: 1024px) {
    .catalogue-item__sizes {
        order: 1;
        display: flex;
        flex-wrap: wrap;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 10px 0;
        background: transparent;
    }
    .catalogue-item__add {
        order: 2;
        margin-top: 10px;
    }
    .size-warning-msg {
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .catalogue-item__add {
        order: 1;
    }
    .catalogue-item__sizes {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        background: #fafafa;
        width: 100%;
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
    }
    .catalogue-item:hover .catalogue-item__sizes,
    .catalogue-item.force-show-sizes .catalogue-item__sizes {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
.size-warning-msg {
    color: #d32f2f;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 8px;
    display: none;
}
.catalogue-item.force-show-sizes .size-warning-msg {
    display: block;
}

.catalogue-item__add-to-cart {
    background: #232227;
    color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: .3125rem;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center
}

.catalogue-item__add-to-cart:hover {
    background: #3c3b40
}

.catalogue-item__add-to-cart_active {
    background-color: #807973;
    border-color: #807973;
    pointer-events: none;
}

.catalogue-item__add-to-cart_active:hover {
    background-color: #807973
}

.catalogue-item__add-to-cart_big {
    font-size: 1rem;
    margin-right: 0;
    padding-bottom: .6875rem;
    padding-top: .6875rem
}

.catalogue-item__add-to-fav {
    border: .0625rem solid #807973;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.625rem;
    width: 50px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    justify-content: center
}

.catalogue-item__add-to-fav svg {
    height: .875rem
}

.catalogue-item__add-to-fav:hover path {
    fill: #fd5b12
}

.catalogue__cart-link {
    color: #fbfbfb;
    position: relative;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    pointer-events: all;
}

.catalogue__cart-link:after {
    background: url(../images/cart-white.svg) no-repeat 0;
    background-size: cover;
    content: "";
    display: block;
    height: 1rem;
    position: absolute;
    right: -1.3125rem;
    top: -.125rem;
    width: .875rem
}

.catalogue-item__add-to-fav_active svg path {
    fill: #fd5b12
}

.hollow-btn.catalogue-item__add-to-cart_active a {
    color: #fbfbfb;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.hollow-btn.catalogue-item__add-to-cart_active svg {
    height: .9375rem;
    margin-left: .1875rem
}

.hollow-btn.catalogue-item__add-to-cart_active svg path {
    fill: #fbfbfb
}

.catalogue-item__add-to-fav.hollow-btn svg {
    margin: 0
}

.catalogue-item__add-to-fav path {
    fill: #807973
}

.catalogue-item__carousel ul li button {
    background-color: #e5e5e5;
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: .1875rem;
    line-height: 0;
    margin: 0 .3125rem;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 80%
}

.catalogue-item__carousel ul li.slick-active button {
    background-color: #232227
}

.catalogue-item__carousel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 10px;
}

.catalogue-item__carousel ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.catalogue-item__carousel_top .slick-dots {
    top: .25rem
}

.catalogue-item__carousel_top .slick-dots li button {
    display: block
}
.catalogue-item__icons {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
    left: 7px;
    top: 7px;
    font-size: 12px;
    font-weight: 500;
    padding-right: 70px;
}
.catalogue-item__icons > div {
    float: left;
    margin-right: 5px;
    color: #fff;
    padding: 2px 9px;
}
.catalogue-item__new-icon {
    background: #888;
}
.catalogue-item__premium-icon {
    background: #000;
}

.catalogue-item__sale-icon {
    color: #fd5b12;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    padding: 0 3px;
    font-size: 17px;
    font-weight: 600;
    background: #fbfbfb;
    padding: 20px;
    padding-top: 10px;
    padding-right: 5px;
    border-bottom-left-radius: 50px;
}

.catalogue__sort {
    position: relative
}

.catalogue__sort-text {
    border: none;
    cursor: pointer;
    float: right;
    font-size: 1rem;
    font-weight: 700;
    margin-right: 1.25rem;
    text-align: center
}

.catalogue__sort-options {
    background: #fbfbfb;
    -webkit-box-shadow: .25rem .25rem .75rem rgba(30, 30, 30, .102);
    box-shadow: .25rem .25rem .75rem rgba(30, 30, 30, .102);
    display: none;
    height: auto;
    margin-top: 1.5625rem;
    padding: .5rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    width: 13rem;
    z-index: 100
}

.catalogue__sort-options_active {
    display: block
}

.catalogue__sort-option {
    color: #232227;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding: .125rem 1.25rem
}

.catalogue__sort-option_active {
    color: #fd5b12;
    font-weight: 700
}

.catalogue__sort-option_active:hover {
    cursor: default
}

.catalogue__sort-option:hover {
    background: #e5e5e5;
    font-weight: 700
}

.catalogue__sort-arrow,
.catalogue__sort-arrow-open {
    padding-left: .1875rem;
    position: relative;
    top: .25rem
}

.catalogue__sort-arrow svg,
.catalogue__sort-arrow-open svg  {
    height: 20px;
    width: 20px;
}

.catalogue__filter-result {
    margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
    .catalogue__filter-result {
        margin-top: 0;
    }
}

.catalogue__filter-result .catalogList {
    row-gap: 5px;
}

.catalogue__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
}

.catalogue__price-max,
.catalogue__price-min {
    background-color: #fbfbfb;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    font-size: .875rem;
    width: 8.125rem
}

.catalogue__price-max::-webkit-input-placeholder,
.catalogue__price-min::-webkit-input-placeholder {
    color: #e5e5e5
}

.catalogue__price-max::-moz-placeholder,
.catalogue__price-min::-moz-placeholder {
    color: #e5e5e5
}

.catalogue__price-max:-ms-input-placeholder,
.catalogue__price-min:-ms-input-placeholder {
    color: #e5e5e5
}

.catalogue__price-max::-ms-input-placeholder,
.catalogue__price-min::-ms-input-placeholder {
    color: #e5e5e5
}

.catalogue__price-max::placeholder,
.catalogue__price-min::placeholder {
    color: #e5e5e5
}

.catalogue__price-max:focus-visible,
.catalogue__price-min:focus-visible {
    outline: none
}

.catalogue__price-max:focus-visible::-webkit-input-placeholder,
.catalogue__price-min:focus-visible::-webkit-input-placeholder {
    color: #807973
}

.catalogue__price-max:focus-visible::-moz-placeholder,
.catalogue__price-min:focus-visible::-moz-placeholder {
    color: #807973
}

.catalogue__price-max:focus-visible:-ms-input-placeholder,
.catalogue__price-min:focus-visible:-ms-input-placeholder {
    color: #807973
}

.catalogue__price-max:focus-visible::-ms-input-placeholder,
.catalogue__price-min:focus-visible::-ms-input-placeholder {
    color: #807973
}

.catalogue__price-max:focus-visible::placeholder,
.catalogue__price-min:focus-visible::placeholder {
    color: #807973
}

.catalogue__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.catalogue__sizes_unavailable {
    opacity: .5
}

.catalogue__size,
.catalogue__size-stocks {
    cursor: pointer;
    border: .0625rem solid #807973;
    color: #807973;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 50px;
    min-width: 50px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s opacity ease;
}
.catalogue__size:hover,
.catalogue__size-stocks:hover {
    opacity: .7;
}

.catalogue__size_active,
.catalogue__size-stocks_active {
    background: #232227;
    border: none;
    color: #fbfbfb
}

.catalogue__scroll {
    height: 14.0625rem;
    overflow: auto;
    scrollbar-color: #807973 #fbfbfb;
    scrollbar-width: thin
}

.catalogue__brands {
    margin-left: .75rem
}

.catalogue__brands-search-input {
    border-color: #807973;
    border-radius: 0;
    height: 2.5rem;
    padding-left: 2.1875rem;
    width: 100%
}

.catalogue__brands-search-input::-webkit-input-placeholder {
    font-size: .75rem
}

.catalogue__brands-search-input::-moz-placeholder {
    font-size: .75rem
}

.catalogue__brands-search-input:-ms-input-placeholder {
    font-size: .75rem
}

.catalogue__brands-search-input::-ms-input-placeholder {
    font-size: .75rem
}

.catalogue__brands-search-input::placeholder {
    font-size: .75rem
}

.catalogue__brands-search {
    position: relative
}

.catalogue__brands-search-button {
    left: .625rem;
    position: absolute;
    top: .5rem
}

.catalogue-item__add-to-cart_unavailable {
    background: #ccc;
    cursor: default
}

.catalogue-item__add-to-cart_unavailable:hover {
    background: #ccc
}

.catalogue-item__price_unavailable {
    opacity: .5
}

.catalogue-item__add-to-fav_unavailable {
    border-color: #ccc;
    cursor: default
}

.catalogue-item__add-to-fav_unavailable path,
.catalogue-item__add-to-fav_unavailable:hover {
    fill: #ccc
}

.catalogue-item__sale-btn {
    border: .0625rem solid #fd5b12;
    color: #fd5b12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.75rem;
    margin-bottom: .3rem;
    text-transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogue-item__sale-btn-placeholder {
    min-height: 1.75rem;
    width: 100%;
    margin-bottom: .3rem;
}

.catalogue-item__sale-btn_big {
    font-size: .75rem
}

.catalogue-item__carousel .slick-slide {
    height: auto
}
.catalogue__size_large {
    padding: 5px;
}

@media print,
screen and (max-width:159.99875em) {
    .catalogue-item__picture {
        height: 27.8125rem
    }

    .hollow-btn.catalogue-item__add-to-fav svg {
        height: 1.125rem
    }
}

@media print,
screen and (max-width:89.99875em) {
    .catalogue__size_large {
        font-size: 1.25rem;
        min-width: 35px;
        height: 35px;
    }

    .catalogue-item__picture {
        height: 21.5625rem
    }
}

@media print,
screen and (max-width:74.99875em) {
    .hollow-btn.catalogue-item__add-to-fav svg {
        height: .875rem
    }
}

@media print,
screen and (max-width:39.99875em) {

    .catalogue-item__size {
        height: 1.5rem;
        width: 1.5rem;
        font-size: 14px;
    }

    .catalogue-item__sale-icon {
        font-size: 16px;
    }

    .catalogue-item__sale-btn {
        font-size: .75rem
    }
}

.carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel__chevron-back {
    height: 1.25rem;
    margin-right: 3.5rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.carousel__chevron-back.not-active path {
    opacity: .5
}

.carousel__chevron {
    cursor: pointer
}

.carousel__chevron-forward {
    height: 1.25rem;
    margin-left: 3rem
}

.carousel__chevron-forward.not-active path {
    opacity: .5
}

.carousel__chevron svg {
    height: 1.25rem
}

.carousel .fa-circle {
    height: .3125rem;
    margin-right: .5rem;
    vertical-align: .3125rem
}

.carousel .fa-circle.active {
    height: .5rem;
    vertical-align: .25rem
}

.carousel .fa-circle.active path {
    fill: #fd5b12
}

.carousel__dots ul li button {
    background-color: #232227;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: .3125rem;
    line-height: 0;
    margin: 0 .3125rem;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: .3125rem
}

.carousel__dots ul li.slick-active button {
    background-color: #fd5b12;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.carousel_previous {
    margin-top: 1.25rem
}

.carousel_previous .slick-dots {
    margin: 0
}

.carousel_previous .carousel__dots ul li button {
    line-height: .8125rem
}

.hollow-btn {
    border: .0625rem solid #807973;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    font-size: .75rem;
    justify-content: center;
    text-transform: uppercase
}

.hollow-btn svg {
    height: .625rem;
    margin-left: .9375rem
}

.hollow-btn_large {
    margin-top: 1.875rem;
    padding: .625rem 0
}

.hollow-btn_large:active,
.hollow-btn_large:hover {
    border: .0625rem solid #fd5b12
}

.hollow-btn_large:active {
    color: #fd5b12
}

.hollow-btn_large:active path {
    fill: #fd5b12
}

.hollow-btn_large svg {
    height: .5rem;
    margin-bottom: .0625rem;
    margin-left: .625rem
}

.hollow-btn_small {
    font-size: .625rem;
    padding: .375rem 0
}

.hollow-btn_small:active,
.hollow-btn_small:hover {
    border: .0625rem solid #fd5b12
}

.hollow-btn_small:active {
    color: #fd5b12
}

.hollow-btn_small:active path {
    fill: #fd5b12
}

.hollow-btn_small svg {
    height: .4375rem;
    margin-left: .625rem
}

.hollow-btn_bigger {
    font-size: 1rem;
    margin-top: 3.125rem;
    padding: .75rem .625rem
}

.hollow-btn_bigger:active,
.hollow-btn_bigger:hover {
    border: .0625rem solid #fd5b12
}

.hollow-btn_bigger:active {
    color: #fd5b12
}

.hollow-btn_bigger:active path {
    fill: #fd5b12
}

.hollow-btn_bigger svg {
    height: .5rem;
    margin-bottom: .0625rem;
    margin-left: .625rem
}

.hollow-btn__link-sale {
    color: #fd5b12;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

@media print,
screen and (max-width:39.99875em) {
    .hollow-btn_small {
        font-size: .75rem
    }
}

.single-block {
    margin-bottom: 3.125rem
}

.single-block_container {
    position: relative
}

.single-block_margin {
    margin-bottom: 4.5rem
}

.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-bottom: 1rem;
    margin-top: 1rem*/
}

.bread__item {
    text-transform: uppercase;
}

.bread__item:not(:last-child):after {
    content: "/";
    margin: 0 .6875rem
}

.bread__item a {
    color: #807973;
    transition: .2s color ease;
}
.bread__item:hover a {
    color: #fd5b12;
}

@media print,
screen and (max-width:39.99875em) {
    .bread {
        margin-bottom: 1.875rem;
        margin-top: 1.25rem
    }
}

.check__input {
    display: none
}

.check__label {
    color: #232227;
    cursor: pointer;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    padding-bottom: .15625rem;
    padding-left: 1.625rem;
    padding-top: .15625rem;
    position: relative
}
.check__label:before {
    border: .0625rem solid #807973;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 7px;
    width: 1rem;
}
.basketTemp .check__label {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-left: 30px;
}

.basketTemp .check__label:before {
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.check__label_second {
    font-size: 1rem;
    padding-top: .25rem
}

.check__label_one-click-order {
    display: inline;
    font-size: .875rem
}

.check__input:checked+.check__label:before {
    background: url(../images/ram.svg) no-repeat 50%;
    border: 0;
}

.check__input:disabled+.check__label {
    cursor: not-allowed;
    opacity: .5
}

.check__label.check__label_no-text {
    color: #fbfbfb
}

.check__label_policy {
    display: inline;
    font-size: .75rem
}

.check__link_white {
    color: #fbfbfb
}

.check__link_orange,
.check__link_white {
    -webkit-text-decoration: underline;
    text-decoration: underline
}
.fart__rel .check__label .check__link {
    position: relative;
    z-index: 3;
}

.check__link_orange,
.check__link_white:hover {
    color: #fd5b12
}

.check__label_error {
    background-image: url(../images/check-error.svg);
    color: #ff2a2a
}

.check__link_error {
    color: #ff2a2a
}

.check__label_tiny {
    font-size: .75rem
}

.check__label_cart {
    padding-left: 30px;
}

@media print,
screen and (max-width:39.99875em) {
    .check__label_tiny {
        font-size: .875rem
    }
}

.sale-item {
    background-position: 50%;
    background-size: cover;
    height: 25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    margin-bottom: .3125rem;
    padding: 1.25rem 0
}

.sale-item,
.sale-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sale-item__text {
    background: hsla(0, 0%, 98%, .698);
    min-height: 5.625rem;
    padding: 1.25rem;
    width: 95%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sale-item__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.sale-item__brand {
    font-size: .75rem
}

.sale-item__time {
    background: #fff;
    font-weight: 700;
    height: 2rem;
    padding: 0 .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sale-item__time,
.sale-item__time-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale-item__time-icon {
    margin-right: .3125rem
}

.about__text {
    font-size: 1.25rem;
    font-weight: 100
}

.about__floating-image {
    margin-left: 15.625rem;
    margin-top: -7.5rem
}

.about__large-img {
    background-position: 50%;
    background-size: cover;
    height: 100%
}

.about__images {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.about__image {
    height: 100%;
    position: absolute;
    width: 100%
}

.about__image_bottom {
    height: 13.4375rem;
    max-width: 100%;
    width: 27.375rem
}

.about__image_top {
    bottom: 0;
    height: 19.3125rem;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: 36.6875rem;
    z-index: 2
}

.about__large-img_mobile {
    display: none
}

@media print,
screen and (max-width:59.99875em) {
    .about__images {
        height: 18.75rem
    }

    .about__large-img_mobile {
        background-position: bottom;
        background-size: cover;
        display: block;
        height: 18.75rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .about__images {
        height: 26.875rem
    }

    .about__image_bottom {
        width: 17.5rem
    }

    .about__image_bottom,
    .about__image_top {
        background-position: 50%;
        background-size: cover
    }

    .about__image_top {
        margin-top: .3125rem;
        width: 18.75rem
    }
}

.menu-open {
    border-bottom: .0625rem solid #807973;
    border-top: .0625rem solid #807973;
    padding: 1.5625rem 0
}

.menu__open-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-weight: 1rem;
    margin-bottom: .625rem;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.menu__open-item {
    font-size: .875rem;
    font-weight: 100
}

.menu-open {
    background: #fbfbfb;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100
}

.menu-open_active {
    display: block
}

.menu__dropdown {
    position: relative
}

.menu__item {
    text-align: center
}

.search__open {
    background: #fbfbfb;
    border: .0625rem solid #e5e5e5;
    max-width: 100%;
    padding: 1.5625rem;
    position: absolute;
    right: 0;
    top: -1.875rem;
    width: 53.75rem;
    z-index: 2
}

.search__dropdown {
    display: none;
    position: relative
}

.search__dropdown_active {
    display: block
}

.search__input-line {
    border: .0625rem solid #807973;
    padding: .125rem 1.5625rem;
    width: 100%
}

.search__input-line,
.search__where {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search__where {
    border-right: .0625rem solid #e5e5e5;
    cursor: pointer;
    font-size: .75rem;
    padding-right: 1.5625rem
}

.search__where:after {
    background: url(../images/arrow-down.svg) no-repeat 0;
    background-size: cover;
    content: "";
    display: block;
    height: .5rem;
    margin-left: .3125rem;
    width: .75rem
}

.search__submit {
    background: #fd5b12;
    color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: .625rem;
    padding: 0 2.1875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .75rem;
    text-transform: uppercase
}

.search__submit:hover {
    background: #ca4104
}

.search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__camera:hover svg path {
    fill: #fd5b12
}

.search__camera,
.search__mic {
    cursor: pointer;
    margin-top: .1875rem;
    opacity: .6
}

.search__mic {
    margin-left: 1.25rem
}

.search__camera:hover,
.search__mic:hover {
    opacity: 1
}

.search__mic:hover svg path {
    stroke: #fd5b12
}

.search__input {
    font-size: .75rem;
    padding: .3125rem .9375rem
}

.search__header {
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .625rem
}

.search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    font-weight: 100;
    margin-bottom: .3125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    justify-content: space-between
}

.search__item_popular:after {
    background: url(../images/search-right-arrow.svg) no-repeat 0;
    content: "";
    display: block;
    height: .5rem;
    width: .625rem
}

.search__items_left {
    border-right: .0625rem solid #e5e5e5;
    padding-right: 2.5rem
}

.search__items {
    margin-top: 1.5625rem
}

.search__items_right {
    padding-left: 2.5rem
}

.search__item_history:after {
    background: url(../images/search-close.svg) no-repeat 0;
    content: "";
    display: block;
    height: .5rem;
    width: .625rem
}

.search__queries {
    width: 60%
}

.search__submit_mobile {
    display: none
}

.previous-carousel .slick-slide {
    padding: 0 5px;
}

@media print,
screen and (max-width:39.99875em) {
    .search__queries {
        width: 100%
    }

    .search__submit,
    .search__where {
        display: none
    }

    .search__input {
        padding: .3125rem 0
    }

    .search__submit_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 .6875rem
    }

    .search__submit_mobile path {
        fill: #fbfbfb
    }
}

.brands-large {
    border: .0625rem solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14.5rem;
    margin-top: .3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.125rem
}
.brand-item-large {
    height: 8.5rem;
    padding: 1.125rem;
    transition: box-shadow .2s ease;
}
.brand-item-large:hover {
    box-shadow: 0px 2px 4px #e5e5e5;
}

.tect__item {
    background: #232227;
    border-radius: 3rem;
    color: #fbfbfb;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .625rem;
    padding: .9375rem 1rem
}

.tect__item-remove {
    cursor: pointer;
    margin-left: .5rem;
    position: relative;
    top: .125rem
}

.tect__filter {
    display: none;
    left: 0;
    position: absolute;
    top: 10px;
}

.tect__input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tect__input:hover {
    color: #fd5b12
}

.tect__item_clear {
    background: #000;
    border: 0;
    border-radius: 4px;
    color: #807973;
    font-size: 1.25rem;
    padding: .75rem;
    position: relative;
    cursor: pointer;
}

.tect__item_clear:hover path {
    fill: #fd5b12
}

.tect__item_clear:hover {
    color: #fd5b12
}

.catalogue-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .625rem
}

.catalogue-color__item {
    height: 1.5rem;
    width: 1.5rem
}

.catalogue-color__check {
    display: none
}

.catalogue-color__check:checked+.catalogue-color__item {
    border: .0625rem solid #232227
}

.city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .9375rem
}

.city:before {
    background: url(../images/location.svg) no-repeat 0;
    background-size: cover;
    content: "";
    display: block;
    height: 1.25rem;
    margin-right: .3125rem;
    width: 1.25rem
}

.city__locations {
    color: #807973;
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: .3125rem;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.stores-list {
    font-size: 1.125rem;
    font-weight: 100;
    height: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stores-list,
.stores-list__item_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stores-list__item_active {
    color: #fd5b12;
    font-size: 2.5rem;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stores-list__item-dots {
    display: none
}

.stores-list__item-dots_active {
    display: block;
    margin-left: .3125rem
}

.stores-list__item-dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.stores-list__item-dots ul li button {
    background-color: #e5e5e5;
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: .1875rem;
    line-height: 1.5625rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: .8125rem
}

@media print,
screen and (max-width:39.99875em) {
    .stores-list {
        position: relative;
        z-index: 100
    }

    .stores-list__item {
        left: 3.125rem;
        position: relative;
        top: -.4375rem
    }

    .stores-list__item_active {
        font-size: 3.25rem;
        left: .0625rem
    }

    .stores-list__item-dots_active {
        margin-left: .625rem
    }

    .stores-list__item-dots ul li button {
        height: .125rem;
        width: 1.5rem;
        z-index: 100
    }
}

.story {
    color: #232227;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4.8125rem;
    text-transform: uppercase
}

@media print,
screen and (max-width:39.99875em) {
    .story {
        font-size: 2.25rem;
        margin-bottom: 1.875rem
    }
}

.rect {
    margin-bottom: .625rem
}

.rect,
.rect__btn {
    position: relative
}

.rect__btn {
    background: #fbfbfb;
    box-shadow: -2px 3px 7px #e5e5e5;
    border-radius: 2.5rem;
    color: #232227;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.03;
    padding: .875rem 2.5rem .875rem 1rem
}

.rect__btn svg {
    display: block;
    position: absolute;
    right: 1rem;
    top: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s
}

.rect_opened .rect__btn {
    border-color: #fd5b12;
    color: #fd5b12
}

.rect_opened .rect__btn path {
    fill: #fd5b12
}

.rect__chosen {
    background: #fafafa;
    padding: .75rem 1.1875rem
}

.rect__mini {
    font-size: .75rem
}

.rect__grey {
    background: #f2f2f2;
    padding: .5rem 0 .5rem .625rem
}

.rect__name {
    padding-right: .3125rem
}

.rect_opened .rect__btn svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rect_opened .rect__drop {
    left: 0;
    visibility: visible
}

.rect__grid {
    display: grid;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(4, 1fr)
}

.rect__drop {
    background: #fbfbfb;
    -webkit-box-shadow: .25rem .25rem .625rem 0 rgba(30, 30, 30, .102);
    box-shadow: .25rem .25rem .625rem 0 rgba(30, 30, 30, .102);
    display: block;
    left: -200vw;
    padding: .5rem .625rem;
    position: absolute;
    top: calc(100% + .125rem);
    -webkit-transition: 0s;
    transition: 0s;
    visibility: hidden;
    width: 12.3125rem;
    z-index: 3
}

.rect__drop_214 {
    width: 13.375rem
}

.rect__drop_239 {
    width: 14.9375rem
}

.rect__drop_273 {
    width: 17.0625rem
}

.rect__drop_295 {
    margin-left: -1.25rem;
    padding: 1.5rem 1.1875rem;
    width: 18.4375rem
}

.rect__button {
    background: #fd5b12;
    border: 0;
    border-radius: 0;
    color: #fbfbfb;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-left: .5625rem;
    padding: .84375rem .3125rem;
    text-align: center;
    width: 100%;
    width: calc(100% - 1.125rem)
}

.rect__button:disabled {
    background-color: #ccc
}

.rect__letter {
    color: #232227;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .4375rem
}

.rect__content {
    padding-bottom: .4375rem;
    padding-left: 1rem
}

.rect__main {
    margin-bottom: .875rem;
    max-height: 18.4375rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 .625rem;
    width: calc(100% - .75rem);
}

.rect__main::-webkit-scrollbar {
    background: #d9d9d9;
    border-radius: .1875rem;
    width: .1875rem
}

.rect__main::-webkit-scrollbar-thumb {
    background: #232227;
    width: .1875rem
}

.rect__main_top {
    margin-bottom: 0;
    padding-top: .625rem
}

.rect__main_color {
    margin-bottom: 0;
    padding: 1.5rem .5625rem 0;
    width: 100%
}

.rect__main_spec {
    padding: 0
}

.rect__input {
    border: 0;
    border-bottom: .0625rem solid #807973;
    border-radius: 0;
    color: #232227;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0
}

.rect__input::-webkit-input-placeholder {
    color: rgba(35, 34, 39, .502)
}

.rect__input::-moz-placeholder {
    color: rgba(35, 34, 39, .502)
}

.rect__input:-ms-input-placeholder {
    color: rgba(35, 34, 39, .502)
}

.rect__input::-ms-input-placeholder {
    color: rgba(35, 34, 39, .502)
}

.rect__input::placeholder {
    color: rgba(35, 34, 39, .502)
}

.rect__input:active,
.rect__input:focus,
.rect__input:hover {
    border: 0;
    border-bottom: .0625rem solid #000;
    outline: none
}

.color {
    margin-bottom: 1rem
}

.color__input {
    display: none
}

.color__label {
    border: .67px solid #807973;
    display: block;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.color__span {
    display: none
}

.color__input:checked+.color__label .color__span {
    color: #fff;
    display: block;
    height: 1.125rem;
    left: calc(50% - .3125rem);
    mix-blend-mode: difference;
    position: absolute;
    top: calc(50% - .5625rem);
    width: 1.125rem
}

.slot {
    margin-bottom: 1.5rem
}

.slot__input {
    display: none
}

.slot__main {
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 1.125rem
}

.slot__slide {
    background: #ccc;
    border-radius: 1rem;
    display: block;
    height: 2rem;
    margin-right: 1.5rem;
    position: relative;
    width: 3.75rem
}

.slot__name {
    display: block;
    padding-top: .1875rem;
    width: calc(100% - 5.25rem)
}

.slot__circle {
    background: #fbfbfb;
    border-radius: 50%;
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    -webkit-transition: .3s;
    transition: .3s;
    width: 1.5rem
}

.slot__input:checked+.slot__main .slot__slide {
    background: #fd5b12
}

.slot__input:checked+.slot__main .slot__circle {
    left: 2rem
}

.src {
    margin-bottom: 1.5rem;
    position: relative
}

.src__input {
    background: #fbfbfb;
    border: .0625rem solid #807973;
    border-radius: 0;
    display: block;
    height: 2.5rem;
    margin-bottom: 0;
    padding-left: 2.875rem;
    padding-right: 1rem;
    width: 100%
}

.src__input::-webkit-input-placeholder {
    color: rgba(35, 34, 39, .502);
    font-size: .75rem;
    font-weight: 400
}

.src__input::-moz-placeholder {
    color: rgba(35, 34, 39, .502);
    font-size: .75rem;
    font-weight: 400
}

.src__input:-ms-input-placeholder {
    color: rgba(35, 34, 39, .502);
    font-size: .75rem;
    font-weight: 400
}

.src__input::-ms-input-placeholder {
    color: rgba(35, 34, 39, .502);
    font-size: .75rem;
    font-weight: 400
}

.src__input::placeholder {
    color: rgba(35, 34, 39, .502);
    font-size: .75rem;
    font-weight: 400
}

.src__mag {
    cursor: pointer;
    left: 1rem;
    position: absolute;
    top: .5625rem
}

.basket-item-amount-filed {
    font-size: .75rem;
    margin: 0;
    padding: 0
}

.banner {
    background: #232227;
    margin-bottom: 4.25rem
}

.banner__wrap {
    padding-left: 2.125rem;
    padding-right: 2.5rem
}

.banner__title {
    color: #fbfbfb;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.27;
    text-transform: uppercase
}

.banner__text {
    color: #fbfbfb;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.29;
    margin-top: .5rem
}

@media print,
screen and (max-width:89.99875em) {
    .banner__title {
        font-size: 2.375rem
    }

    .banner__text {
        font-size: 1.25rem
    }
}

@media print,
screen and (max-width:74.99875em) {
    .banner__title {
        font-size: 2.25rem
    }

    .banner__text {
        font-size: 1.125rem
    }
}

@media print,
screen and (max-width:59.99875em) {
    .banner__wrap {
        padding-left: 1.25rem;
        padding-right: .9375rem
    }

    .banner__title {
        font-size: 1.75rem
    }

    .banner__text {
        font-size: 1rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .banner__wrap {
        padding: 1.25rem
    }
}

.previous-carousel {
    height: 120px;
}

.let {
    color: #232227;
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 3.5rem;
    text-transform: uppercase
}

@media print,
screen and (max-width:59.99875em) {
    .let {
        font-size: 2rem;
        margin-bottom: 1.25rem
    }
}

.lot {
    margin-bottom: 1.6875rem
}

.lot__input {
    display: none
}

.lot__label {
    color: #3c3b40;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 400;
    padding-left: 2.25rem;
    padding-top: .375rem;
    position: relative
}

.lot__label:before {
    border: .0625rem solid #807973;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.5rem
}

.lot__input:checked+.lot__label:after {
    background: #fd5b12;
    border-radius: 50%;
    content: "";
    height: .625rem;
    left: .4375rem;
    position: absolute;
    top: .4375rem;
    width: .625rem
}

.lot__span {
    background: #fd5b12;
    border-radius: .8125rem;
    color: #fbfbfb;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-left: .5625rem;
    padding: .21875rem .53125rem
}

.shirt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border: .0625rem solid #e5e5e5;
    border-radius: 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: .5rem;
    padding: .25rem .3125rem
}

.shirt__img {
    display: block;
    position: relative;
    width: 8.1875rem
}

.shirt__img-pic {
    max-width: 107px;
}

.shirt__main {
    padding-left: 1.52375rem;
    padding-top: 1rem;
    width: calc(100% - 8.1875rem)
}

.shirt__title {
    color: #232227;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .4375rem;
    text-transform: uppercase
}

.shirt__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.shirt__size {
    color: #232227;
    font-size: .875rem;
    margin-bottom: .4375rem;
    margin-right: 2.4375rem
}

.shirt__sale {
    border: .015625rem solid #fd5b12;
    border-radius: 0;
    color: #fd5b12;
    font-size: .4375rem;
    font-weight: 600;
    line-height: 1;
    padding: .020625rem .34375rem;
    position: absolute;
    right: .5rem;
    top: .5rem
}

.shirt__count {
    color: #232227;
    font-size: .875rem;
    margin-bottom: 0
}

.shirt__price {
    color: #232227;
    font-size: 1.125rem;
    font-weight: 600;
    margin-right: .5rem
}

.shirt__old {
    color: #232227;
    font-size: .875rem;
    font-weight: 300;
    padding-top: .25rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.shirt__old::after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 1px;
    background-color: #717171;
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 639px) {
    .header {
        padding: 20px 0 55px;
    }
    .header__content {
        position: relative;
    }
    .header__logo--wrapper {
        display: none;
    }
    .header__hamb {
        position: absolute;
        left: 0;
        top: 5px;
        width: fit-content !important;
    }
    .header__info {
        top: unset;
        max-width: unset;
        position: absolute;
    }
    .upheader__content {
        gap: 0;
    }
    .header__menu_open {
        padding-top: 60px;
        gap: 20px;
        flex: unset !important;
    }
    .footer__bottom {
        flex-direction: column;
        gap: 15px;
    }
    .footer__bottom .logos {
        justify-content: unset;
    }
    .footer__bottom .cell {
        width: 100%;
    }
    .mainSlider__content {
        gap: 5px;
    }
    .upheader .contacts__info .upheader__phone {
        gap: 10px;
    }
}
.mainPageCat a:has(.hollow-btn) {
    color: #000;
}
.mainPageCat .grid-x:has(.catalogue-item) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}
@media screen and (max-width: 1400px) {
    .mainPageCat .grid-x:has(.catalogue-item) {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 959px) {
    .mainPageCat .grid-x:has(.catalogue-item) {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 639px) {
    .mainPageCat .grid-x:has(.catalogue-item) {
        grid-template-columns: 1fr;
    }
}
.mainPageCat .cell:has(.catalogue-item) {
    width: 100% !important;
}
.catalogue-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: unset;
}
.catalogue-item__add {
    margin-top: auto;
    font-size: 16px;
    overflow: hidden;
}

.header__menu.header__menu_open {
    display: none;
}

@media screen and (max-width: 1050px) {
    .header__content {
        display: flex;
        flex-direction: row;
    }
    .header__menu {
        display: none;
    }
    .header__hamb {
        display: block;
        position: unset;
    }
}
.generalCatalog__filter .catalogue__filter {
    position: sticky;
    top: 20px;
    margin-bottom: 200px;
}
@media screen and (min-width: 1050px) {
    .generalCatalog__filter .catalogue__filter {
        top: 130px;
    }
}
.generalCatalog__list {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}
.generalCatalog__list-wide {
    display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
}
@media screen and (max-width: 1450px) {
	.generalCatalog__list {
		grid-template-columns: repeat(3, 1fr);
	}
    .generalCatalog__list-wide {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1200px) {
	.generalCatalog__list {
		grid-template-columns: 1fr 1fr;
	}
    .generalCatalog__list-wide {
        grid-template-columns: repeat(3, 1fr);
    }
}
.generalCatalog__filter {
	width: 300px !important;
}
.generalCatalog__list .generalCatalog__item {
	width: 100% !important;
}
.generalCatalog__item {
	width: 100% !important;
}
.generalCatalog__content {
	min-width: 525px !important;
}
.generalCatalog__wrapper {
    gap: 10px;
}
@media screen and (max-width: 963px) {
	.generalCatalog__filter {
		width: 100% !important;
	}
	.generalCatalog__wrapper {
		gap: 20px;
	}
	.generalCatalog__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 768px) {
	.generalCatalog__list {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 481px) {
	.generalCatalog__list .generalCatalog__item {
        max-width: 375px;
    }
}
@media screen and (max-width: 480px) {
	.generalCatalog__list {
		grid-template-columns: 1fr;
	}
    .slick-slide a img {
        object-fit: cover !important;
    }
}
.generalCatalog__wrapper input[type=text], 
.generalCatalog__wrapper textarea {
    background-color: transparent;
    border: 0;
    border-bottom: .0625rem solid #807973;
    border-radius: 0;
}
.subcatalogFilter {
    gap: 15px;
}
.generalCatalog__btns {
    flex-direction: row-reverse;
    margin-bottom: 15px
}
.generalCatalog__showfilter {
    display: none;
}
.rect__main .check.disabled {
    pointer-events: none;
}
.rect__main .check.disabled .check__label {
    color: #dadada;
}
.rect__main .check.disabled .check__label::before {
    border-color: #dadada;
}
.current-filters-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.current-filters-block:has(.current-filter-item) {
    padding-bottom: 15px;
}
.current-filter-item {
    display: inline-flex;
    align-items: center;
    background: #f0f0f0; 
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}
.current-filter-item:hover {
    background: #e0e0e0;
    color: #ff0000;
}
.current-filter-name {
    margin-right: 8px;
    margin-top: 2px;
}
.current-filter-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}
.current-filter-remove svg {
    width: 100%;
    height: 100%;
}
.current-filter-apply-btn {
    margin-left: 10px;
    font-size: 14px;
    padding: 5px 15px;
    background: #fd5b12;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    height: 35px;
}
.current-filters-block:not(:has(.current-filter-item)) .current-filter-apply-btn{
    margin-bottom: 15px;
}
@media (max-width: 963px) and (min-width: 767px) {
    .generalCatalog__btns form .bx-filter {
        padding-right: 50px;
    }
}
.rect__main .check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check__color {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
    .rect:has(.active-filter) .rect__name {
        color: #fff;
        font-weight: 700;
    }
    .rect:has(.active-filter) .rect__btn {
        background: #000;
    }
    .rect:has(.active-filter) .rect__btn svg {
        filter: invert(1);
    }
}
@media screen and (max-width: 767px) { 
    .current-filters-block:has(.current-filter-item) {
        padding: 15px 0;
    }
    #modef {
        width: 100%;
    }
    #modef.modef-visible {
        display: inline-block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .modef-visible #modef_link {
        margin-left: unset;
    }
    .filter-submit-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 100%;
        cursor: pointer;
    }
    .filter-submit-btn__count {
        font-weight: bold;
    } 
    .generalCatalog__filter,
    .rect__button.btn-submit-filter {
        display: none;
    }
    .generalCatalog__btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .generalCatalog__filter-btn {
        display: block !important;
        min-height: 55px;
    }
    .tect {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out;
    }
    .tect.is-visible {
        max-height: fit-content !important; 
        opacity: 1;
    }
    .generalCatalog__btns form .bx-filter {
        flex-direction: column;
    }
    .rect {
        margin-bottom: unset;
    }
    .rect__button {
        display: inline-block;
        max-width: 450px;
    }
    .tect__item_clear {
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.84375rem 0.3125rem !important;
        max-width: 450px;
        background: #232227 !important;
        border-radius: 0;
    }
    .tect__item_clear .tect__filter {
        display: none;
    }
    .tect__item_clear .tect__input {
        font-size: 18px !important;
        cursor: pointer;
    }
    .shrink:has(.tect__item_clear) {
        margin-top: 20px;
        padding: 0 !important;
    }
    .rect__main .check {
        padding-right: 10px;
    }
    .rect_opened .rect__btn {
        border: 0;
    }
    .rect__btn {
        border: unset;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 0;
        box-shadow: unset;
    }
    .rect__btn svg {
        right: 3px;
    }
    .rect__drop {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out;
        box-shadow: unset;
    }
    .rect_opened .rect__drop {
        width: 100%;
        height: 100%;
        position: unset;
        border-bottom: 1px solid #e5e5e5;
        max-height: fit-content !important; 
        opacity: 1;
    }
    .generalCatalog__wrapper .generalCatalog__content {
        min-width: unset !important;
        margin: 0 !important;
    }
    .generalCatalog__btns form .bx-filter .bx-filter-parameters-box {
        padding: 0 !important;
    }
    .catalogue__sort-wrapper {
        position: absolute;
        right: 0;
    }
    .generalCatalog__showfilter {
        position: relative;
        display: block;
        cursor: pointer;
        line-height: 24px;
        font-weight: 600;
        color: #000;
        padding-left: 30px;
    }
    .generalCatalog__showfilter::before,
    .generalCatalog__showfilter::after {
        content: '';
        position: absolute;
        z-index: 1;
        opacity: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/local/templates/Med/images/filter-open.svg');
    }
    .generalCatalog__showfilter::after {
        opacity: 0;
        background-image: url('/local/templates/Med/images/filter-close.svg');
    }
    .generalCatalog__showfilter.active::after {
        opacity: 1;
    }
    .generalCatalog__showfilter.active::before {
        opacity: 0;
    }
    .catalogue__sort-wrapper {
        width: fit-content !important;
    }
}

@media screen and (max-width: 550px) {
    .rect_opened .rect__drop {
        padding-left: 5px;
        padding-right: 5px;
    }
    .rect__main {
        padding: 0;
        width: 100%;
    }
    .rect__button {
        margin-left: unset;
        width: 100%;
    }
    .catalogue__sort-text {
        margin-right: 12px;
    }
}
.font_upper {
    .font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #999;
    padding: 5px 0;
}
.social-block {
    margin: 30px 0;
}
.clearfix {
    content: "";
    display: table;
    clear: both;
}
.error404__btns {
    display: flex;
    gap: 50px;
    align-items: center;
}
.error404__btn {
    display: inline-block;
    width: fit-content;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #fd5b12;
    color: #fbfbfb;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    transition: opacity .2s ease;
}
.error404__btn:hover {
    opacity: .7;
    color: #fff
}
@media screen and (max-width: 450px) {
    .error404__btns {
        flex-direction: column;
        gap: 15px;
    }
    .error404__btn {
        width: 100%;
        text-align: center;
        padding: 10px 20px; 
    }
}

.profile-page input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
.input-error {
    border-color: #ff0000 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3) !important;
}

.error-message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.custom-modal__content {
    position: relative;
}
#feedback-modal .custom-modal__content::before,
#feedback-modal .custom-modal__content::after {
    content: "→";
    color: #848484;
    background: #e5e5e5;
    top: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px;
    border: 1px solid #c2c2c2;
    border-radius: 50px;
    padding: 10px;
    line-height: 60%;
    animation: trace-right 2s linear infinite;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#feedback-modal .custom-modal__content::after {
    content: "←";
    left: 20px;
    right: 0;
    animation: trace-left 2s linear infinite;
}
#feedback-modal .custom-modal__content.show-right::before,
#feedback-modal .custom-modal__content.show-left::after {
    opacity: 1;
    visibility: visible;
}
@keyframes trace-right {
    0% { transform: translateY(-50%) translateX(0px); }
    25% { transform: translateY(-50%) translateX(5px); }
    50% { transform: translateY(-50%) translateX(10px); }
    75% { transform: translateY(-50%) translateX(5px); }
    100% { transform: translateY(-50%) translateX(0px); }
}
@keyframes trace-left {
    0% { transform: translateY(-50%) translateX(0px); }
    25% { transform: translateY(-50%) translateX(-5px); }
    50% { transform: translateY(-50%) translateX(-10px); }
    75% { transform: translateY(-50%) translateX(-5px); }
    100% { transform: translateY(-50%) translateX(0px); }
}
.custom-modal__body .tabs .nav li.active {
  border-bottom: 2px solid #000;
}
.custom-modal__body .tab-pane.active {
  display: block;
}
.custom-modal__body .tab-content {
    overflow-y: hidden;
}
.custom-modal__body .tabs .nav-tabs {
    display: flex;
    gap: 10px;
    overflow-y: hidden;
}
.custom-modal__body .tabs li {
    min-width: 165px;
}
.custom-modal__body .tabs a {
    color: #000;
    margin-right: 0;
}
.custom-modal__body .tabs a span {
    display: inline-block;
    width: 100%;
}
.custom-modal__body .tab-pane {
    min-width: 1250px;
}
.custom-modal__body .tab-pane .heading {
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-left: 10px;
}
.custom-modal__body .tables-responsive:has(.sizes) tbody td, 
.custom-modal__body .tables-responsive:has(.sizes) tbody th {
    border: 1px solid #e5e5e5;
}
#feedback-modal-stocks .custom-modal__body {
    padding: 15px;
    padding-top: 0;
}
.bottomMenu {
    padding: 15px;
    display: block;
    bottom: 0;
    position: sticky;
    background: #fbfbfb;
    box-shadow: 0px 0px 3px #e5e5e5;
    z-index: 50;
    display: none;
}
@media screen and (min-width: 767px) {
    .bottomMenu {
        display: none;
    }
}
.bottomMenu__content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.bottomMenu__item {
    display: flex;
}
.profile-page .info_46 {
    margin-top: 20px;
}
.profile-page select {
    background: #fff;
    border: .0625rem solid #cacaca;
}
.profile-page img.calendar-icon {
    position: absolute;
    top: 30px;
    right: 5px;
}
.profile-page .agree-check {
    display: flex;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
}
.profile-page .agree-check input,
.profile-page .agree-check label {
    cursor: pointer;
}
.profile-page input.button {
    width: auto;
    min-width: 200px;
    background: #fd5b12;
    padding: 15px;
}
.mag__birthday {
    position: relative;
}
.mag__lab {
    font-size: 14px;
}
.eco form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
}
.eco__grid {
    width: 100%;
    max-width: 700px;
}
@media screen and (max-width: 550px) {
    .eco form {
        padding: 20px;
    }
}
.auth__input-container .auth__input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
}
.auth-buttons .button {
    border-radius: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 640px) {
    .cell.athorize {
        max-width: 90%;
    }
    .auth-buttons {
        flex-direction: column;
    }
    .auth-buttons .button {
        height: 46px;
        padding: 15px;
    }
    .cell.athorize {
        max-width: 100%;
    }
    .shirt__title {
        font-size: 1rem;
    }
    .shirt__main {
        padding-left: unset;
    }
}

.grid-container:has(.generalCatalog__list-wide) .rect__button {
    display: none;
}


@media screen and (max-width: 640px) {
    .error-message-local {
        padding: 3px 6px;
    }
    .check__label_second {
        font-size: 14px !important;
    }
    .grid-container:has(#bx-soa-order-form) h1 {
        font-size: 26px;
    }
    .bx-soa .deliv {
        padding: 15px 10px;
    }
    .bx-soa .mag .col-xs-12 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .bx-soa .mag .mag__info {
        font-size: 14px;
    }
    .grid-container:has(#bx-soa-order-form) .alert {
        font-size: 14px;
    }
    .step__lab {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .step__lab:before {
        height: 1rem;
        top: 5px;
        width: 1rem;
    }
    .step__input:checked+.step__lab:before {
        background-size: 100%;
    }
    .step__del {
        font-size: 14px;
        color: #334848;
    }
    .step__main {
        padding-left: unset;
    }
    .step__title {
        width: 100%;
        font-size: 16px;
    }
    .step__main #russianpost_select_address {
        margin-top: 10px;
        display: inline-block;
        color: #14b900;
    }
    .sdek_pvzAddr {
        font-size: 16px;
        color: #14b900;
    }
    .deliv__input {
        height: 40px !important;
    }
    .lot__label:before {
        height: 20px;
        top: 7px;
        width: 20px;
    }
    .lot__input:checked+.lot__label:after {
        height: 10px;
        left: 5px;
        top: 12px;
        width: 10px;
    }
    .lot__label {
        font-size: 16px;
    }
    .lot {
        margin-bottom: 1rem;
    }
    .bx-soa-pp-company-description {
        font-size: 14px;
    }
    .SDEK_selectPVZ {
        padding: 0.625rem 1.625rem;
    }
    .fart__rel .deliv {
        padding: 15px 10px;
    }
    .deliv__anchor {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .deliv__text {
        font-size: 1.2rem;
    }
}
.deliv__anchor a {
    color: #000;
}
.deliv__old {
    font-weight: 100;
}
@media screen and (max-width: 964px) {
    .catalogue-item__add-to-cart_active {
        font-size: 14px;
    }
    .generalCatalog__filter .catalogue__filter {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 550px) {
    .bx-soa-item-table .shirt {
        flex-direction: column;
        
    }
    .bx-soa-item-table .shirt__main {
        width: 100%;
    }
    .bx-soa-item-table .shirt__img {
        align-self: center;
    }
}
#bx-soa-properties .alert.alert-danger {
    display: none;
}
#SDEK_pvz {
    z-index: 2100000;
}

#SDEK_mask {
    z-index: 2000000;
}
#SDEK_preloader {
    z-index: 2200000;
}
input[name=ORDER_PROP_7] {
    pointer-events: none;
}
.error-message-local {
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -15px;
    background: #000;
}
.check .error-message-local {
    top: unset;
    bottom: -25px;
    left: 0;
    right: unset;
}

@media screen  and (max-width: 1023px) {
    .catalogue-item__sizes {
        box-shadow: none !important;
    }
    .catalogue-item__controls {
        margin-top: auto;
        height: 100%;
        gap: 20px;
        justify-content: end;
    }
    .catalogue-item__add {
        margin-top: unset;
    }
    .catalogue-item__sizes {
        margin-bottom: unset;
    }
}

.notify {
    position: fixed;
    top: 120px;
    right: 20px;
    max-width: 300px;
    background: rgb(251 251 251);
    color: #232227;
    padding: 12px 20px;
    border-radius: 4px;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
 @media screen and (max-width: 1050px) {
    .notify {
        top: 20px;
    }
 }

.catalogue-item__carousel .slick-slide-pic {
    width: 100%; 
    height: 100%; 
}
.catalogue-item__carousel .slick-slide-image {
    max-height: 550px; 
    object-fit: contain;
}
.catalogue-item__carousel .slick-slide-image-empty {
    max-height: 494px;
    object-fit: cover;
}

.product-slider__slide:has(.product-slider__slide-empty) {
    display: flex !important;
    justify-content: center;
}
.slick-list:has(.product-slider__slide-empty) {
    background: #e8e9ec;
}
.header__mobile--wrapper {
    display: none;
}
@media screen and (max-width: 480px) {
    .catalogue-item__carousel .slick-slide-image {
        max-height: 303px; 
    }
    .upheader,
    .header__info,
    .header__hamb--tablet {
        display: none;
    }
    .header .grid-container {
        padding: 0;
    }
    .header__mobile--wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .header {
        padding: 20px 15px 15px !important;
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .header__mobile--left,
    .header__mobile--right {
        display: flex;
        gap: 20px;
    }
    .header__menu-icon {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .header__menu-icon a {
        display: inline-block;
        height: 26px;
    }
    .header__menu-icon-counter {
        font-size: 10px;
        line-height: 140%;
        right: -5px;
    }
    .header__mobile--wrapper .bx-opener {
        height: 26px;
    }
    .header__menu-icon svg {
        height: clamp(25px, 1.5vw, 25px);
    }
    .header__hamb img {
        height: 12px;
    }
}

.generalCatalog__single {
    margin-top: 30px;
}
.generalCatalog__title--mob {
    display: none;
}
.section-header {
    display: none;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
    margin-bottom: 10px;
}
.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    padding-left: 0px;
    color: #333;
    text-decoration: none;
    flex-shrink: 0;
    overflow: hidden;
    max-width: 70%;
}
.back-btn-text {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    flex-grow: 1;
}
.section-count {
    margin-left: auto;
    font-size: 13px;
    color: #666;
}
@media screen and (max-width: 480px) {
    .catalogue-item__title {
        font-weight: 400;
        text-transform: unset;
    }
    .catalogue-item__details {
        display: flex;
        flex-direction: column;
    }
    .catalogue-item__colors {
        margin: 0;
    }
    .single-block.generalCatalog {
        margin-bottom: 0;
    }
    .generalCatalog__title--desk {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* .generalCatalog__title--desk,
    .catalogue__sort-wrapper {
        display: none;
    } */
    
    .generalCatalog__title--mob {
        display: block;
        font-size: 16px;
        margin-bottom: 0;
        max-width: 260px;
    }
    .generalCatalog__btns--wrapper {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row;
    }
    .generalCatalog__showfilter {
        white-space: nowrap;
        line-height: 30px;
    }
    .catalog-bread {
        display: none;
    }
    .section-header {
        display: flex;
    }
}
.catalogue-item__sale-btn-placeholder,
.catalogue-item__sale-btn {
    display: none;
}
@media screen and (max-width: 480px) {
    .generalCatalog__list {
        grid-template-columns: 1fr 1fr;
    }
    .catalogue-item__icons {
        left: 5px;
        top: 5px;
        font-size: 11px;
        padding-right: 35px;
    }
    .catalogue-item__sale-icon {
        font-size: 12px;
        line-height: 100%;
        padding: 10px;
        padding-top: 8px;
        padding-right: 2px;
        border-bottom-left-radius: 25px;
    }
    .catalogue-item__sale-btn-placeholder {
        height: 20px;
        min-height: unset;
    }
    .catalogue-item__sale-btn {
        font-size: 10px;
        height: 20px;
    }
    .catalogue-item__info {
        margin-top: 5px;
        display: flex;
        gap: 5px;
        font-size: 14px;
        flex-direction: column;
        overflow: hidden;
    }
    /* .catalogue-item__title a {
        white-space: nowrap;
    } */
    .catalogue-item__carousel .slick-dots {
        display: none !important;
    }
    .catalogue-item__controls {
        height: unset;
    }
    .catalogue-item__add {
        display: none;
        height: unset;
    }
    .catalogue-item__sizes {
        position: relative;
        flex-wrap: nowrap;
        padding-top: 0;
        overflow: hidden;
        gap: 10px;
        padding: 0;
        margin-bottom: 20px;
    }
    .catalogue-item__size {
        font-size: 12px;
        border: none;
        padding: 0;
        margin: 0;
        pointer-events: none;
        text-align: inherit;
        white-space: nowrap;
        height: unset !important;
        min-width: unset !important;
    }
    .catalogue-item__title {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .catalogue-item__sizes::before {
        content: '';
        position: absolute;
        right: 0;
        height: 100%;
        width: 36px;
        background: linear-gradient(270deg, #fbfbfb 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
    .catalogue-item__icons > div {
        padding: 2px 5px;
        line-height: 105%;
    }
    .product-slider__slides img {
        height: 31.75rem;
    }
    .catalogElement__title {
        font-size: 21px;
    }
    .catalogElement__title {
        margin-bottom: 0;
    }
    .single-block:has(.catalogElement__title) {
        margin-bottom: 10px;
    }
    .catalogElement {
        margin-top: 20px;
    }

}
@media screen and (max-width: 640px) {
    .journal__wrapper {
        display: none !important;
    }
}