/*! * Primer-core * http://primer.github.io * * Released under MIT license. Copyright (c) 2018 GitHub Inc. */


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: repeat-x;
    background-position: -1px -1px;
    background-size: 110% 110%;
    border: 1px solid rgba(27, 31, 35, 0.2);
    border-radius: 0.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: 0.75
}

.btn:hover {
    text-decoration: none;
    background-repeat: repeat-x
}

.btn:focus {
    outline: 0
}

.btn:disabled,
.btn.disabled {
    cursor: default;
    background-position: 0 0
}

.btn:active,
.btn.selected {
    background-image: none
}

.btn {
    color: #24292e;
    background-color: #eff3f6;
    background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)
}

.btn:focus,
.btn.focus {
    box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3)
}

.btn:hover,
.btn.hover {
    /* background-color:#e6ebf1;
    background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
    background-position:-.5em;
    border-color:rgba(27,31,35,0.35) */
}

.btn:active,
.btn.selected,
[open]>.btn {
    background-color: #e9ecef;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.35);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn:disabled,
.btn.disabled {
    color: rgba(36, 41, 46, 0.4);
    background-color: #eff3f6;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-primary {
    color: #fff;
    background-color: #28a745;
    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%)
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4)
}

.btn-primary:hover,
.btn-primary.hover {
    background-color: #269f42;
    background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
    background-position: -.5em;
    border-color: rgba(27, 31, 35, 0.5)
}

.btn-primary:active,
.btn-primary.selected,
[open]>.btn-primary {
    background-color: #279f43;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: rgba(255, 255, 255, 0.75);
    background-color: #94d3a2;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-primary .counter {
    color: #29b249;
    background-color: #fff
}

.btn-purple {
    color: #fff;
    background-color: #643ab0;
    background-image: linear-gradient(-180deg, #7e55c7 0%, #643ab0 90%)
}

.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 0.2em rgba(126, 85, 199, 0.4)
}

.btn-purple:hover,
.btn-purple.hover {
    background-color: #5f37a8;
    background-image: linear-gradient(-180deg, #784ec5 0%, #5f37a8 90%);
    background-position: -.5em;
    border-color: rgba(27, 31, 35, 0.5)
}

.btn-purple:active,
.btn-purple.selected,
[open]>.btn-purple {
    background-color: #613ca4;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn-purple:disabled,
.btn-purple.disabled {
    color: rgba(255, 255, 255, 0.75);
    background-color: #b19cd7;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-purple .counter {
    color: #683cb8;
    background-color: #fff
}

.btn-blue {
    color: #fff;
    background-color: #0361cc;
    background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%)
}

.btn-blue:focus,
.btn-blue.focus {
    box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4)
}

.btn-blue:hover,
.btn-blue.hover {
    background-color: #035cc2;
    background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);
    background-position: -.5em;
    border-color: rgba(27, 31, 35, 0.5)
}

.btn-blue:active,
.btn-blue.selected,
[open]>.btn-blue {
    background-color: #045cc1;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: rgba(255, 255, 255, 0.75);
    background-color: #81b0e5;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-blue .counter {
    color: #34d058;
    background-color: #fff
}

.btn-danger {
    color: #cb2431;
    background-color: #fafbfc;
    background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)
}

.btn-danger:focus {
    box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4)
}

.btn-danger:hover {
    color: #fff;
    background-color: #cb2431;
    background-image: linear-gradient(-180deg, #de4450 0%, #cb2431 90%);
    border-color: rgba(27, 31, 35, 0.5)
}

.btn-danger:hover .counter {
    color: #fff
}

.btn-danger:active,
.btn-danger.selected,
[open]>.btn-danger {
    color: #fff;
    background-color: #b5202c;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: rgba(203, 36, 49, 0.4);
    background-color: #eff3f6;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-outline {
    color: #34d058;
    background-color: #fff;
    background-image: none
}

.btn-outline .counter {
    background-color: rgba(27, 31, 35, 0.07)
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline.selected,
[open]>.btn-outline {
    color: #fff;
    background-color: #34d058;
    background-image: none;
    border-color: #34d058
}

.btn-outline:hover .counter,
.btn-outline:active .counter,
.btn-outline.selected .counter,
[open]>.btn-outline .counter {
    color: #34d058;
    background-color: #fff
}

.btn-outline:focus {
    border-color: #34d058;
    box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4)
}

.btn-outline:disabled,
.btn-outline.disabled {
    color: rgba(27, 31, 35, 0.3);
    background-color: #fff;
    border-color: rgba(27, 31, 35, 0.15);
    box-shadow: none
}

.btn-default {
    color: #24292e;
    background-color: #fafbfc;
    background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)
}

.btn-default:focus {
    box-shadow: 0 0 0 0.2em rgba(27, 31, 35, 0.35)
}

.btn-default:hover {
    background-color: #e6ebf1;
    background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
    background-position: -.5em;
    border-color: rgba(27, 31, 35, 0.35);
}

.btn-default:hover .counter {
    color: #fff
}

.btn-default:active,
.btn-default.selected,
[open]>.btn-default {
    color: #fff;
    background-color: #e6ebf1;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15)
}

.btn-default:disabled,
.btn-default.disabled {
    color: rgba(27, 31, 35, 0.35);
    background-color: #eff3f6;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none
}

.btn-with-count {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-sm {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 20px
}

.btn-large {
    padding: .75em 1.25em;
    font-size: inherit;
    border-radius: 6px
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center
}

.btn-link {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    color: #34d058;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn-link:hover {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link:disabled:hover {
    color: rgba(88, 96, 105, 0.5);
    cursor: default
}

.input-sm {
    min-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 20px
}

.input-lg {
    padding: 4px 10px;
    font-size: 16px
}

.input-block {
    display: block;
    width: 100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.one-third {
    width: 33.333333%
}

.two-thirds {
    width: 66.666667%
}

.one-fourth {
    width: 25%
}

.one-half {
    width: 50%
}

.three-fourths {
    width: 75%
}

.one-fifth {
    width: 20%
}

.four-fifths {
    width: 80%
}

.centered {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.menu {
    margin-bottom: 15px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d1d5da;
    border-radius: 3px
}

.menu-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #e1e4e8
}

.menu-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.menu-item:first-child::before {
    border-top-left-radius: 2px
}

.menu-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.menu-item:last-child::before {
    border-bottom-left-radius: 2px
}

.menu-item:hover {
    text-decoration: none;
    background-color: #f6f8fa
}

.menu-item.selected {
    font-weight: 600;
    color: #24292e;
    cursor: default;
    background-color: #fff
}

.menu-item.selected::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    content: "";
    background-color: #e36209
}

.menu-item .octicon {
    width: 16px;
    margin-right: 5px;
    color: #24292e;
    text-align: center
}

.menu-item .counter {
    float: right;
    margin-left: 5px
}

.menu-item .menu-warning {
    float: right;
    color: #86181d
}

.menu-item .avatar {
    float: left;
    margin-right: 5px
}

.menu-item.alert .counter {
    color: #cb2431
}

.menu-heading {
    display: block;
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #586069;
    background-color: #f3f5f8;
    border-bottom: 1px solid #e1e4e8
}

.menu-heading:hover {
    text-decoration: none
}

.menu-heading:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.menu-heading:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.tabnav {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d5da
}

.tabnav .counter {
    margin-left: 5px
}

.tabnav-tabs {
    margin-bottom: -1px
}

.tabnav-tab {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #586069;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0
}

.tabnav-tab.selected {
    color: #24292e;
    background-color: #fff;
    border-color: #d1d5da;
    border-radius: 3px 3px 0 0
}

.tabnav-tab:hover,
.tabnav-tab:focus {
    color: #24292e;
    text-decoration: none
}

.tabnav-extra {
    display: inline-block;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #586069
}

.tabnav-extra>.octicon {
    margin-right: 2px
}

a.tabnav-extra:hover {
    color: #34d058;
    text-decoration: none
}

.tabnav-btn {
    margin-left: 10px
}

.pagination::before {
    display: table;
    content: ""
}

.pagination::after {
    display: table;
    clear: both;
    content: ""
}

.pagination a,
.pagination span,
.pagination em {
    position: relative;
    float: left;
    padding: 7px 12px;
    margin-left: -1px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #34d058;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #e1e4e8
}

.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination a:last-child,
.pagination span:last-child,
.pagination em:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
    z-index: 2;
    text-decoration: none;
    background-color: #eff3f6;
    border-color: #e1e4e8
}

.pagination .selected {
    z-index: 3
}

.pagination .current,
.pagination .current:hover {
    z-index: 3;
    color: #fff;
    background-color: #34d058;
    border-color: #34d058
}

.pagination .gap,
.pagination .disabled,
.pagination .gap:hover,
.pagination .disabled:hover {
    color: #d1d5da;
    cursor: default;
    background-color: #fafbfc
}

.paginate-container {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center
}

.paginate-container .pagination {
    display: inline-block
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #28a745 !important;
    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
    border-color: #28a745 !important;
}

.anim-fade-in {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

.anim-fade-in.fast {
    animation-duration: 300ms
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.anim-fade-out {
    animation-name: fade-out;
    animation-duration: 1s;
    animation-timing-function: ease-out
}

.anim-fade-out.fast {
    animation-duration: 0.3s
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.anim-fade-up {
    opacity: 0;
    animation-name: fade-up;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-delay: 1s
}

@keyframes fade-up {
    0% {
        opacity: 0.8;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.anim-fade-down {
    animation-name: fade-down;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in
}

@keyframes fade-down {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0.5;
        transform: translateY(100%)
    }
}

.anim-grow-x {
    width: 0%;
    animation-name: grow-x;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s
}

@keyframes grow-x {
    to {
        width: 100%
    }
}

.anim-shrink-x {
    animation-name: shrink-x;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s
}

@keyframes shrink-x {
    to {
        width: 0%
    }
}

.anim-scale-in {
    animation-name: scale-in;
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5)
}

@keyframes scale-in {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.anim-pulse {
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        opacity: 0.3
    }
    10% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

.anim-pulse-in {
    animation-name: pulse-in;
    animation-duration: 0.5s
}

@keyframes pulse-in {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.hover-grow {
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hover-grow:hover {
    transform: scale(1.025)
}

.border {
    border: 1px #e1e4e8 solid !important
}

.border-top {
    border-top: 1px #e1e4e8 solid !important
}

.border-right {
    border-right: 1px #e1e4e8 solid !important
}

.border-bottom {
    border-bottom: 1px #e1e4e8 solid !important
}

.border-left {
    border-left: 1px #e1e4e8 solid !important
}

.border-y {
    border-top: 1px #e1e4e8 solid !important;
    border-bottom: 1px #e1e4e8 solid !important
}

.border-dashed {
    border-style: dashed !important
}

.border-blue {
    border-color: #34d058 !important
}

.border-blue-light {
    border-color: #c8e1ff !important
}

.border-green {
    border-color: #34d058 !important
}

.border-green-light {
    border-color: #a2cbac !important
}

.border-red {
    border-color: #d73a49 !important
}

.border-red-light {
    border-color: #cea0a5 !important
}

.border-purple {
    border-color: #6f42c1 !important
}

.border-yellow {
    border-color: #d9d0a5 !important
}

.border-gray-light {
    border-color: #eaecef !important
}

.border-gray-dark {
    border-color: #d1d5da !important
}

.border-black-fade {
    border-color: rgba(27, 31, 35, 0.15) !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 3px !important
}

.rounded-2 {
    border-radius: 6px !important
}

.circle {
    border-radius: 50% !important
}

.box-shadow {
    box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important
}

.box-shadow-medium {
    box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important
}

.box-shadow-large {
    box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important
}

.box-shadow-extra-large {
    box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important
}

.box-shadow-none {
    box-shadow: none !important
}

.bg-white {
    background-color: #fff !important
}

.bg-blue {
    background-color: #34d058 !important
}

.bg-blue-light {
    background-color: #f1f8ff !important
}

.bg-gray-dark {
    background-color: #24292e !important
}

.bg-gray-darker {
    background-color: #333 !important
}

.bg-gray {
    background-color: #f6f8fa !important
}

.bg-gray-light {
    background-color: #ddd !important
}

.bg-gray-lighter {
    background-color: #fafbfc !important
}

.bg-green {
    background-color: #28a745 !important
}

.bg-green-light {
    background-color: #dcffe4 !important
}

.bg-red {
    background-color: #d73a49 !important
}

.bg-red-light {
    background-color: #ffdce0 !important
}

.bg-yellow {
    background-color: #ffd33d !important
}

.bg-yellow-light {
    background-color: #fff5b1 !important
}

.bg-purple {
    background-color: #6f42c1 !important
}

.bg-purple-light {
    background-color: #f5f0ff !important
}

.bg-shade-gradient {
    background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 200px !important
}

.text-blue {
    color: #34d058 !important
}

.text-red {
    color: #cb2431 !important
}

.text-gray-light {
    color: #6a737d !important
}

.text-gray {
    color: #586069 !important
}

.text-gray-dark {
    color: #24292e !important
}

.text-green {
    color: #28a745 !important
}

.text-orange {
    color: #ff6800 !important
}

.text-orange-light {
    color: #e36209 !important
}

.text-purple {
    color: #6f42c1 !important
}

.text-white {
    color: #fff !important
}

.text-inherit {
    color: inherit !important
}

.text-pending {
    color: #b08800 !important
}

.bg-pending {
    color: #dbab09 !important
}

.link-gray {
    color: #586069 !important
}

.link-gray:hover {
    color: #34d058 !important
}

.link-gray-dark {
    color: #24292e !important
}

.link-gray-dark:hover {
    color: #34d058 !important
}

.link-hover-blue:hover {
    color: #34d058 !important
}

.muted-link {
    color: #586069 !important
}

.muted-link:hover {
    color: #34d058 !important;
    text-decoration: none
}

.details-overlay[open]>summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: block;
    cursor: default;
    content: " ";
    background: transparent
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

/* 0, 4,8,16,24,32,40 */


.top-0 {
    top: 0 !important
}

.top-1 {
    top: 4px !important
}

.top-2 {
    top: 8px !important
}

.top-3 {
    top: 16px !important
}

.top-4 {
    top: 24px !important
}

.top-5 {
    top: 32px !important
}

.top-6 {
    top: 40px !important
}

.top-n0 {
    top: -0 !important
}

.top-n1 {
    top: -4px !important
}

.top-n2 {
    top: -8px !important
}

.top-n3 {
    top: -16px !important
}

.top-n4 {
    top: -24px !important
}

.top-n5 {
    top: -32px !important
}

.top-n6 {
    top: -40px !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-1 {
    bottom: 4px !important
}

.bottom-2 {
    bottom: 8px !important
}

.bottom-3 {
    bottom: 16px !important
}

.bottom-4 {
    bottom: 24px !important
}

.bottom-5 {
    bottom: 32px !important
}

.bottom-6 {
    bottom: 40px !important
}

.bottom-n0 {
    bottom: -0 !important
}

.bottom-n1 {
    bottom: -4px !important
}

.bottom-n2 {
    bottom: -8px !important
}

.bottom-n3 {
    bottom: -16px !important
}

.bottom-n4 {
    bottom: -24px !important
}

.bottom-n5 {
    bottom: -32px !important
}

.bottom-n6 {
    bottom: -40px !important
}

.right-0 {
    right: 0 !important
}

.right-1 {
    right: 4px !important
}

.right-2 {
    right: 8px !important
}

.right-3 {
    right: 16px !important
}

.right-4 {
    right: 24px !important
}

.right-5 {
    right: 32px !important
}

.right-6 {
    right: 40px !important
}

.right-n0 {
    right: -0 !important
}

.right-n1 {
    right: -4px !important
}

.right-n2 {
    right: -8px !important
}

.right-n3 {
    right: -16px !important
}

.right-n4 {
    right: -24px !important
}

.right-n5 {
    right: -32px !important
}

.right-n6 {
    right: -40px !important
}

.left-0 {
    left: 0 !important
}

.left-1 {
    left: 4px !important
}

.left-2 {
    left: 8px !important
}

.left-3 {
    left: 16px !important
}

.left-4 {
    left: 24px !important
}

.left-5 {
    left: 32px !important
}

.left-6 {
    left: 40px !important
}

.left-n0 {
    left: -0 !important
}

.left-n1 {
    left: -4px !important
}

.left-n2 {
    left: -8px !important
}

.left-n3 {
    left: -16px !important
}

.left-n4 {
    left: -24px !important
}

.left-n5 {
    left: -32px !important
}

.left-n6 {
    left: -40px !important
}

.v-align-middle {
    vertical-align: middle !important
}

.v-align-top {
    vertical-align: top !important
}

.v-align-bottom {
    vertical-align: bottom !important
}

.v-align-text-top {
    vertical-align: text-top !important
}

.v-align-text-bottom {
    vertical-align: text-bottom !important
}

.v-align-baseline {
    vertical-align: baseline !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-auto {
    overflow: auto !important
}

.clearfix::before {
    display: table;
    content: ""
}

.clearfix::after {
    display: table;
    clear: both;
    content: ""
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.float-none {
    float: none !important
}

@media (min-width: 544px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1012px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.width-fit {
    max-width: 100% !important
}

.width-full {
    width: 100% !important
}

.width-max-content {
    width: max-content !important;
}

.height-fit {
    max-height: 100% !important
}

.height-full {
    height: 100% !important
}

.min-width-0 {
    min-width: 0 !important
}

.direction-rtl {
    direction: rtl !important
}

.direction-ltr {
    direction: ltr !important
}

@media (min-width: 544px) {
    .direction-sm-rtl {
        direction: rtl !important
    }
    .direction-sm-ltr {
        direction: ltr !important
    }
}

@media (min-width: 768px) {
    .direction-md-rtl {
        direction: rtl !important
    }
    .direction-md-ltr {
        direction: ltr !important
    }
}

@media (min-width: 1012px) {
    .direction-lg-rtl {
        direction: rtl !important
    }
    .direction-lg-ltr {
        direction: ltr !important
    }
}

@media (min-width: 1280px) {
    .direction-xl-rtl {
        direction: rtl !important
    }
    .direction-xl-ltr {
        direction: ltr !important
    }
}


/* START MARGIN */

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mt-n0 {
    margin-top: -0 !important
}

.mr-n0 {
    margin-right: -0 !important
}

.mb-n0 {
    margin-bottom: -0 !important
}

.ml-n0 {
    margin-left: -0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 4px !important
}

.mt-1 {
    margin-top: 4px !important
}

.mr-1 {
    margin-right: 4px !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.ml-1 {
    margin-left: 4px !important
}

.mt-n1 {
    margin-top: -4px !important
}

.mr-n1 {
    margin-right: -4px !important
}

.mb-n1 {
    margin-bottom: -4px !important
}

.ml-n1 {
    margin-left: -4px !important
}

.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important
}

.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.m-2 {
    margin: 8px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mr-2 {
    margin-right: 8px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.ml-2 {
    margin-left: 8px !important
}

.mt-n2 {
    margin-top: -8px !important
}

.mr-n2 {
    margin-right: -8px !important
}

.mb-n2 {
    margin-bottom: -8px !important
}

.ml-n2 {
    margin-left: -8px !important
}

.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important
}

.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.m-3 {
    margin: 16px !important
}

.mt-3 {
    margin-top: 16px !important
}

.mr-3 {
    margin-right: 16px !important
}

.mb-3 {
    margin-bottom: 16px !important
}

.ml-3 {
    margin-left: 16px !important
}

.mt-n3 {
    margin-top: -16px !important
}

.mr-n3 {
    margin-right: -16px !important
}

.mb-n3 {
    margin-bottom: -16px !important
}

.ml-n3 {
    margin-left: -16px !important
}

.mx-3 {
    margin-right: 16px !important;
    margin-left: 16px !important
}

.my-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.m-4 {
    margin: 24px !important
}

.mt-4 {
    margin-top: 24px !important
}

.mr-4 {
    margin-right: 24px !important
}

.mb-4 {
    margin-bottom: 24px !important
}

.ml-4 {
    margin-left: 24px !important
}

.mt-n4 {
    margin-top: -24px !important
}

.mr-n4 {
    margin-right: -24px !important
}

.mb-n4 {
    margin-bottom: -24px !important
}

.ml-n4 {
    margin-left: -24px !important
}

.mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.m-5 {
    margin: 32px !important
}

.mt-5 {
    margin-top: 32px !important
}

.mr-5 {
    margin-right: 32px !important
}

.mb-5 {
    margin-bottom: 32px !important
}

.ml-5 {
    margin-left: 32px !important
}

.mt-n5 {
    margin-top: -32px !important
}

.mr-n5 {
    margin-right: -32px !important
}

.mb-n5 {
    margin-bottom: -32px !important
}

.ml-n5 {
    margin-left: -32px !important
}

.mx-5 {
    margin-right: 32px !important;
    margin-left: 32px !important
}

.my-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.m-6 {
    margin: 40px !important
}

.mt-6 {
    margin-top: 40px !important
}

.mr-6 {
    margin-right: 40px !important
}

.mb-6 {
    margin-bottom: 40px !important
}

.ml-6 {
    margin-left: 40px !important
}

.mt-n6 {
    margin-top: -40px !important
}

.mr-n6 {
    margin-right: -40px !important
}

.mb-n6 {
    margin-bottom: -40px !important
}

.ml-n6 {
    margin-left: -40px !important
}

.mx-6 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.my-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width: 544px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mt-sm-n0 {
        margin-top: -0 !important
    }
    .mr-sm-n0 {
        margin-right: -0 !important
    }
    .mb-sm-n0 {
        margin-bottom: -0 !important
    }
    .ml-sm-n0 {
        margin-left: -0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 544px) {
    .m-sm-1 {
        margin: 4px !important
    }
    .mt-sm-1 {
        margin-top: 4px !important
    }
    .mr-sm-1 {
        margin-right: 4px !important
    }
    .mb-sm-1 {
        margin-bottom: 4px !important
    }
    .ml-sm-1 {
        margin-left: 4px !important
    }
    .mt-sm-n1 {
        margin-top: -4px !important
    }
    .mr-sm-n1 {
        margin-right: -4px !important
    }
    .mb-sm-n1 {
        margin-bottom: -4px !important
    }
    .ml-sm-n1 {
        margin-left: -4px !important
    }
    .mx-sm-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }
    .my-sm-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }
}

@media (min-width: 544px) {
    .m-sm-2 {
        margin: 8px !important
    }
    .mt-sm-2 {
        margin-top: 8px !important
    }
    .mr-sm-2 {
        margin-right: 8px !important
    }
    .mb-sm-2 {
        margin-bottom: 8px !important
    }
    .ml-sm-2 {
        margin-left: 8px !important
    }
    .mt-sm-n2 {
        margin-top: -8px !important
    }
    .mr-sm-n2 {
        margin-right: -8px !important
    }
    .mb-sm-n2 {
        margin-bottom: -8px !important
    }
    .ml-sm-n2 {
        margin-left: -8px !important
    }
    .mx-sm-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }
    .my-sm-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media (min-width: 544px) {
    .m-sm-3 {
        margin: 16px !important
    }
    .mt-sm-3 {
        margin-top: 16px !important
    }
    .mr-sm-3 {
        margin-right: 16px !important
    }
    .mb-sm-3 {
        margin-bottom: 16px !important
    }
    .ml-sm-3 {
        margin-left: 16px !important
    }
    .mt-sm-n3 {
        margin-top: -16px !important
    }
    .mr-sm-n3 {
        margin-right: -16px !important
    }
    .mb-sm-n3 {
        margin-bottom: -16px !important
    }
    .ml-sm-n3 {
        margin-left: -16px !important
    }
    .mx-sm-3 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }
    .my-sm-3 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media (min-width: 544px) {
    .m-sm-4 {
        margin: 24px !important
    }
    .mt-sm-4 {
        margin-top: 24px !important
    }
    .mr-sm-4 {
        margin-right: 24px !important
    }
    .mb-sm-4 {
        margin-bottom: 24px !important
    }
    .ml-sm-4 {
        margin-left: 24px !important
    }
    .mt-sm-n4 {
        margin-top: -24px !important
    }
    .mr-sm-n4 {
        margin-right: -24px !important
    }
    .mb-sm-n4 {
        margin-bottom: -24px !important
    }
    .ml-sm-n4 {
        margin-left: -24px !important
    }
    .mx-sm-4 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }
    .my-sm-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media (min-width: 544px) {
    .m-sm-5 {
        margin: 32px !important
    }
    .mt-sm-5 {
        margin-top: 32px !important
    }
    .mr-sm-5 {
        margin-right: 32px !important
    }
    .mb-sm-5 {
        margin-bottom: 32px !important
    }
    .ml-sm-5 {
        margin-left: 32px !important
    }
    .mt-sm-n5 {
        margin-top: -32px !important
    }
    .mr-sm-n5 {
        margin-right: -32px !important
    }
    .mb-sm-n5 {
        margin-bottom: -32px !important
    }
    .ml-sm-n5 {
        margin-left: -32px !important
    }
    .mx-sm-5 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }
    .my-sm-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }
}

@media (min-width: 544px) {
    .m-sm-6 {
        margin: 40px !important
    }
    .mt-sm-6 {
        margin-top: 40px !important
    }
    .mr-sm-6 {
        margin-right: 40px !important
    }
    .mb-sm-6 {
        margin-bottom: 40px !important
    }
    .ml-sm-6 {
        margin-left: 40px !important
    }
    .mt-sm-n6 {
        margin-top: -40px !important
    }
    .mr-sm-n6 {
        margin-right: -40px !important
    }
    .mb-sm-n6 {
        margin-bottom: -40px !important
    }
    .ml-sm-n6 {
        margin-left: -40px !important
    }
    .mx-sm-6 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
    .my-sm-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mt-md-n0 {
        margin-top: -0 !important
    }
    .mr-md-n0 {
        margin-right: -0 !important
    }
    .mb-md-n0 {
        margin-bottom: -0 !important
    }
    .ml-md-n0 {
        margin-left: -0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) {
    .m-md-1 {
        margin: 4px !important
    }
    .mt-md-1 {
        margin-top: 4px !important
    }
    .mr-md-1 {
        margin-right: 4px !important
    }
    .mb-md-1 {
        margin-bottom: 4px !important
    }
    .ml-md-1 {
        margin-left: 4px !important
    }
    .mt-md-n1 {
        margin-top: -4px !important
    }
    .mr-md-n1 {
        margin-right: -4px !important
    }
    .mb-md-n1 {
        margin-bottom: -4px !important
    }
    .ml-md-n1 {
        margin-left: -4px !important
    }
    .mx-md-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }
    .my-md-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }
}

@media (min-width: 768px) {
    .m-md-2 {
        margin: 8px !important
    }
    .mt-md-2 {
        margin-top: 8px !important
    }
    .mr-md-2 {
        margin-right: 8px !important
    }
    .mb-md-2 {
        margin-bottom: 8px !important
    }
    .ml-md-2 {
        margin-left: 8px !important
    }
    .mt-md-n2 {
        margin-top: -8px !important
    }
    .mr-md-n2 {
        margin-right: -8px !important
    }
    .mb-md-n2 {
        margin-bottom: -8px !important
    }
    .ml-md-n2 {
        margin-left: -8px !important
    }
    .mx-md-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }
    .my-md-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media (min-width: 768px) {
    .m-md-3 {
        margin: 16px !important
    }
    .mt-md-3 {
        margin-top: 16px !important
    }
    .mr-md-3 {
        margin-right: 16px !important
    }
    .mb-md-3 {
        margin-bottom: 16px !important
    }
    .ml-md-3 {
        margin-left: 16px !important
    }
    .mt-md-n3 {
        margin-top: -16px !important
    }
    .mr-md-n3 {
        margin-right: -16px !important
    }
    .mb-md-n3 {
        margin-bottom: -16px !important
    }
    .ml-md-n3 {
        margin-left: -16px !important
    }
    .mx-md-3 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }
    .my-md-3 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media (min-width: 768px) {
    .m-md-4 {
        margin: 24px !important
    }
    .mt-md-4 {
        margin-top: 24px !important
    }
    .mr-md-4 {
        margin-right: 24px !important
    }
    .mb-md-4 {
        margin-bottom: 24px !important
    }
    .ml-md-4 {
        margin-left: 24px !important
    }
    .mt-md-n4 {
        margin-top: -24px !important
    }
    .mr-md-n4 {
        margin-right: -24px !important
    }
    .mb-md-n4 {
        margin-bottom: -24px !important
    }
    .ml-md-n4 {
        margin-left: -24px !important
    }
    .mx-md-4 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }
    .my-md-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media (min-width: 768px) {
    .m-md-5 {
        margin: 32px !important
    }
    .mt-md-5 {
        margin-top: 32px !important
    }
    .mr-md-5 {
        margin-right: 32px !important
    }
    .mb-md-5 {
        margin-bottom: 32px !important
    }
    .ml-md-5 {
        margin-left: 32px !important
    }
    .mt-md-n5 {
        margin-top: -32px !important
    }
    .mr-md-n5 {
        margin-right: -32px !important
    }
    .mb-md-n5 {
        margin-bottom: -32px !important
    }
    .ml-md-n5 {
        margin-left: -32px !important
    }
    .mx-md-5 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }
    .my-md-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }
}

@media (min-width: 768px) {
    .m-md-6 {
        margin: 40px !important
    }
    .mt-md-6 {
        margin-top: 40px !important
    }
    .mr-md-6 {
        margin-right: 40px !important
    }
    .mb-md-6 {
        margin-bottom: 40px !important
    }
    .ml-md-6 {
        margin-left: 40px !important
    }
    .mt-md-n6 {
        margin-top: -40px !important
    }
    .mr-md-n6 {
        margin-right: -40px !important
    }
    .mb-md-n6 {
        margin-bottom: -40px !important
    }
    .ml-md-n6 {
        margin-left: -40px !important
    }
    .mx-md-6 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
    .my-md-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mt-lg-n0 {
        margin-top: -0 !important
    }
    .mr-lg-n0 {
        margin-right: -0 !important
    }
    .mb-lg-n0 {
        margin-bottom: -0 !important
    }
    .ml-lg-n0 {
        margin-left: -0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 1012px) {
    .m-lg-1 {
        margin: 4px !important
    }
    .mt-lg-1 {
        margin-top: 4px !important
    }
    .mr-lg-1 {
        margin-right: 4px !important
    }
    .mb-lg-1 {
        margin-bottom: 4px !important
    }
    .ml-lg-1 {
        margin-left: 4px !important
    }
    .mt-lg-n1 {
        margin-top: -4px !important
    }
    .mr-lg-n1 {
        margin-right: -4px !important
    }
    .mb-lg-n1 {
        margin-bottom: -4px !important
    }
    .ml-lg-n1 {
        margin-left: -4px !important
    }
    .mx-lg-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }
    .my-lg-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-2 {
        margin: 8px !important
    }
    .mt-lg-2 {
        margin-top: 8px !important
    }
    .mr-lg-2 {
        margin-right: 8px !important
    }
    .mb-lg-2 {
        margin-bottom: 8px !important
    }
    .ml-lg-2 {
        margin-left: 8px !important
    }
    .mt-lg-n2 {
        margin-top: -8px !important
    }
    .mr-lg-n2 {
        margin-right: -8px !important
    }
    .mb-lg-n2 {
        margin-bottom: -8px !important
    }
    .ml-lg-n2 {
        margin-left: -8px !important
    }
    .mx-lg-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }
    .my-lg-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-3 {
        margin: 16px !important
    }
    .mt-lg-3 {
        margin-top: 16px !important
    }
    .mr-lg-3 {
        margin-right: 16px !important
    }
    .mb-lg-3 {
        margin-bottom: 16px !important
    }
    .ml-lg-3 {
        margin-left: 16px !important
    }
    .mt-lg-n3 {
        margin-top: -16px !important
    }
    .mr-lg-n3 {
        margin-right: -16px !important
    }
    .mb-lg-n3 {
        margin-bottom: -16px !important
    }
    .ml-lg-n3 {
        margin-left: -16px !important
    }
    .mx-lg-3 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }
    .my-lg-3 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-4 {
        margin: 24px !important
    }
    .mt-lg-4 {
        margin-top: 24px !important
    }
    .mr-lg-4 {
        margin-right: 24px !important
    }
    .mb-lg-4 {
        margin-bottom: 24px !important
    }
    .ml-lg-4 {
        margin-left: 24px !important
    }
    .mt-lg-n4 {
        margin-top: -24px !important
    }
    .mr-lg-n4 {
        margin-right: -24px !important
    }
    .mb-lg-n4 {
        margin-bottom: -24px !important
    }
    .ml-lg-n4 {
        margin-left: -24px !important
    }
    .mx-lg-4 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }
    .my-lg-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-5 {
        margin: 32px !important
    }
    .mt-lg-5 {
        margin-top: 32px !important
    }
    .mr-lg-5 {
        margin-right: 32px !important
    }
    .mb-lg-5 {
        margin-bottom: 32px !important
    }
    .ml-lg-5 {
        margin-left: 32px !important
    }
    .mt-lg-n5 {
        margin-top: -32px !important
    }
    .mr-lg-n5 {
        margin-right: -32px !important
    }
    .mb-lg-n5 {
        margin-bottom: -32px !important
    }
    .ml-lg-n5 {
        margin-left: -32px !important
    }
    .mx-lg-5 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }
    .my-lg-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }
}

@media (min-width: 1012px) {
    .m-lg-6 {
        margin: 40px !important
    }
    .mt-lg-6 {
        margin-top: 40px !important
    }
    .mr-lg-6 {
        margin-right: 40px !important
    }
    .mb-lg-6 {
        margin-bottom: 40px !important
    }
    .ml-lg-6 {
        margin-left: 40px !important
    }
    .mt-lg-n6 {
        margin-top: -40px !important
    }
    .mr-lg-n6 {
        margin-right: -40px !important
    }
    .mb-lg-n6 {
        margin-bottom: -40px !important
    }
    .ml-lg-n6 {
        margin-left: -40px !important
    }
    .mx-lg-6 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
    .my-lg-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mt-xl-n0 {
        margin-top: -0 !important
    }
    .mr-xl-n0 {
        margin-right: -0 !important
    }
    .mb-xl-n0 {
        margin-bottom: -0 !important
    }
    .ml-xl-n0 {
        margin-left: -0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width: 1280px) {
    .m-xl-1 {
        margin: 4px !important
    }
    .mt-xl-1 {
        margin-top: 4px !important
    }
    .mr-xl-1 {
        margin-right: 4px !important
    }
    .mb-xl-1 {
        margin-bottom: 4px !important
    }
    .ml-xl-1 {
        margin-left: 4px !important
    }
    .mt-xl-n1 {
        margin-top: -4px !important
    }
    .mr-xl-n1 {
        margin-right: -4px !important
    }
    .mb-xl-n1 {
        margin-bottom: -4px !important
    }
    .ml-xl-n1 {
        margin-left: -4px !important
    }
    .mx-xl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important
    }
    .my-xl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-2 {
        margin: 8px !important
    }
    .mt-xl-2 {
        margin-top: 8px !important
    }
    .mr-xl-2 {
        margin-right: 8px !important
    }
    .mb-xl-2 {
        margin-bottom: 8px !important
    }
    .ml-xl-2 {
        margin-left: 8px !important
    }
    .mt-xl-n2 {
        margin-top: -8px !important
    }
    .mr-xl-n2 {
        margin-right: -8px !important
    }
    .mb-xl-n2 {
        margin-bottom: -8px !important
    }
    .ml-xl-n2 {
        margin-left: -8px !important
    }
    .mx-xl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important
    }
    .my-xl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-3 {
        margin: 16px !important
    }
    .mt-xl-3 {
        margin-top: 16px !important
    }
    .mr-xl-3 {
        margin-right: 16px !important
    }
    .mb-xl-3 {
        margin-bottom: 16px !important
    }
    .ml-xl-3 {
        margin-left: 16px !important
    }
    .mt-xl-n3 {
        margin-top: -16px !important
    }
    .mr-xl-n3 {
        margin-right: -16px !important
    }
    .mb-xl-n3 {
        margin-bottom: -16px !important
    }
    .ml-xl-n3 {
        margin-left: -16px !important
    }
    .mx-xl-3 {
        margin-right: 16px !important;
        margin-left: 16px !important
    }
    .my-xl-3 {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-4 {
        margin: 24px !important
    }
    .mt-xl-4 {
        margin-top: 24px !important
    }
    .mr-xl-4 {
        margin-right: 24px !important
    }
    .mb-xl-4 {
        margin-bottom: 24px !important
    }
    .ml-xl-4 {
        margin-left: 24px !important
    }
    .mt-xl-n4 {
        margin-top: -24px !important
    }
    .mr-xl-n4 {
        margin-right: -24px !important
    }
    .mb-xl-n4 {
        margin-bottom: -24px !important
    }
    .ml-xl-n4 {
        margin-left: -24px !important
    }
    .mx-xl-4 {
        margin-right: 24px !important;
        margin-left: 24px !important
    }
    .my-xl-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-5 {
        margin: 32px !important
    }
    .mt-xl-5 {
        margin-top: 32px !important
    }
    .mr-xl-5 {
        margin-right: 32px !important
    }
    .mb-xl-5 {
        margin-bottom: 32px !important
    }
    .ml-xl-5 {
        margin-left: 32px !important
    }
    .mt-xl-n5 {
        margin-top: -32px !important
    }
    .mr-xl-n5 {
        margin-right: -32px !important
    }
    .mb-xl-n5 {
        margin-bottom: -32px !important
    }
    .ml-xl-n5 {
        margin-left: -32px !important
    }
    .mx-xl-5 {
        margin-right: 32px !important;
        margin-left: 32px !important
    }
    .my-xl-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important
    }
}

@media (min-width: 1280px) {
    .m-xl-6 {
        margin: 40px !important
    }
    .mt-xl-6 {
        margin-top: 40px !important
    }
    .mr-xl-6 {
        margin-right: 40px !important
    }
    .mb-xl-6 {
        margin-bottom: 40px !important
    }
    .ml-xl-6 {
        margin-left: 40px !important
    }
    .mt-xl-n6 {
        margin-top: -40px !important
    }
    .mr-xl-n6 {
        margin-right: -40px !important
    }
    .mb-xl-n6 {
        margin-bottom: -40px !important
    }
    .ml-xl-n6 {
        margin-left: -40px !important
    }
    .mx-xl-6 {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
    .my-xl-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 4px !important
}

.pt-1 {
    padding-top: 4px !important
}

.pr-1 {
    padding-right: 4px !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pl-1 {
    padding-left: 4px !important
}

.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.p-2 {
    padding: 8px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pr-2 {
    padding-right: 8px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.pl-2 {
    padding-left: 8px !important
}

.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.p-3 {
    padding: 16px !important
}

.pt-3 {
    padding-top: 16px !important
}

.pr-3 {
    padding-right: 16px !important
}

.pb-3 {
    padding-bottom: 16px !important
}

.pl-3 {
    padding-left: 16px !important
}

.px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.py-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.p-4 {
    padding: 24px !important
}

.pt-4 {
    padding-top: 24px !important
}

.pr-4 {
    padding-right: 24px !important
}

.pb-4 {
    padding-bottom: 24px !important
}

.pl-4 {
    padding-left: 24px !important
}

.px-4 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.p-5 {
    padding: 32px !important
}

.pt-5 {
    padding-top: 32px !important
}

.pr-5 {
    padding-right: 32px !important
}

.pb-5 {
    padding-bottom: 32px !important
}

.pl-5 {
    padding-left: 32px !important
}

.px-5 {
    padding-right: 32px !important;
    padding-left: 32px !important
}

.py-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.p-6 {
    padding: 40px !important
}

.pt-6 {
    padding-top: 40px !important
}

.pr-6 {
    padding-right: 40px !important
}

.pb-6 {
    padding-bottom: 40px !important
}

.pl-6 {
    padding-left: 40px !important
}

.px-6 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.py-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

@media (min-width: 544px) {
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 544px) {
    .p-sm-1 {
        padding: 4px !important
    }
    .pt-sm-1 {
        padding-top: 4px !important
    }
    .pr-sm-1 {
        padding-right: 4px !important
    }
    .pb-sm-1 {
        padding-bottom: 4px !important
    }
    .pl-sm-1 {
        padding-left: 4px !important
    }
    .px-sm-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }
    .py-sm-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }
}

@media (min-width: 544px) {
    .p-sm-2 {
        padding: 8px !important
    }
    .pt-sm-2 {
        padding-top: 8px !important
    }
    .pr-sm-2 {
        padding-right: 8px !important
    }
    .pb-sm-2 {
        padding-bottom: 8px !important
    }
    .pl-sm-2 {
        padding-left: 8px !important
    }
    .px-sm-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }
    .py-sm-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media (min-width: 544px) {
    .p-sm-3 {
        padding: 16px !important
    }
    .pt-sm-3 {
        padding-top: 16px !important
    }
    .pr-sm-3 {
        padding-right: 16px !important
    }
    .pb-sm-3 {
        padding-bottom: 16px !important
    }
    .pl-sm-3 {
        padding-left: 16px !important
    }
    .px-sm-3 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }
    .py-sm-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media (min-width: 544px) {
    .p-sm-4 {
        padding: 24px !important
    }
    .pt-sm-4 {
        padding-top: 24px !important
    }
    .pr-sm-4 {
        padding-right: 24px !important
    }
    .pb-sm-4 {
        padding-bottom: 24px !important
    }
    .pl-sm-4 {
        padding-left: 24px !important
    }
    .px-sm-4 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }
    .py-sm-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media (min-width: 544px) {
    .p-sm-5 {
        padding: 32px !important
    }
    .pt-sm-5 {
        padding-top: 32px !important
    }
    .pr-sm-5 {
        padding-right: 32px !important
    }
    .pb-sm-5 {
        padding-bottom: 32px !important
    }
    .pl-sm-5 {
        padding-left: 32px !important
    }
    .px-sm-5 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }
    .py-sm-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }
}

@media (min-width: 544px) {
    .p-sm-6 {
        padding: 40px !important
    }
    .pt-sm-6 {
        padding-top: 40px !important
    }
    .pr-sm-6 {
        padding-right: 40px !important
    }
    .pb-sm-6 {
        padding-bottom: 40px !important
    }
    .pl-sm-6 {
        padding-left: 40px !important
    }
    .px-sm-6 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
    .py-sm-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 768px) {
    .p-md-1 {
        padding: 4px !important
    }
    .pt-md-1 {
        padding-top: 4px !important
    }
    .pr-md-1 {
        padding-right: 4px !important
    }
    .pb-md-1 {
        padding-bottom: 4px !important
    }
    .pl-md-1 {
        padding-left: 4px !important
    }
    .px-md-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }
    .py-md-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }
}

@media (min-width: 768px) {
    .p-md-2 {
        padding: 8px !important
    }
    .pt-md-2 {
        padding-top: 8px !important
    }
    .pr-md-2 {
        padding-right: 8px !important
    }
    .pb-md-2 {
        padding-bottom: 8px !important
    }
    .pl-md-2 {
        padding-left: 8px !important
    }
    .px-md-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }
    .py-md-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media (min-width: 768px) {
    .p-md-3 {
        padding: 16px !important
    }
    .pt-md-3 {
        padding-top: 16px !important
    }
    .pr-md-3 {
        padding-right: 16px !important
    }
    .pb-md-3 {
        padding-bottom: 16px !important
    }
    .pl-md-3 {
        padding-left: 16px !important
    }
    .px-md-3 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }
    .py-md-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media (min-width: 768px) {
    .p-md-4 {
        padding: 24px !important
    }
    .pt-md-4 {
        padding-top: 24px !important
    }
    .pr-md-4 {
        padding-right: 24px !important
    }
    .pb-md-4 {
        padding-bottom: 24px !important
    }
    .pl-md-4 {
        padding-left: 24px !important
    }
    .px-md-4 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }
    .py-md-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 32px !important
    }
    .pt-md-5 {
        padding-top: 32px !important
    }
    .pr-md-5 {
        padding-right: 32px !important
    }
    .pb-md-5 {
        padding-bottom: 32px !important
    }
    .pl-md-5 {
        padding-left: 32px !important
    }
    .px-md-5 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }
    .py-md-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }
}

@media (min-width: 768px) {
    .p-md-6 {
        padding: 40px !important
    }
    .pt-md-6 {
        padding-top: 40px !important
    }
    .pr-md-6 {
        padding-right: 40px !important
    }
    .pb-md-6 {
        padding-bottom: 40px !important
    }
    .pl-md-6 {
        padding-left: 40px !important
    }
    .px-md-6 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
    .py-md-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 1012px) {
    .p-lg-1 {
        padding: 4px !important
    }
    .pt-lg-1 {
        padding-top: 4px !important
    }
    .pr-lg-1 {
        padding-right: 4px !important
    }
    .pb-lg-1 {
        padding-bottom: 4px !important
    }
    .pl-lg-1 {
        padding-left: 4px !important
    }
    .px-lg-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }
    .py-lg-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-2 {
        padding: 8px !important
    }
    .pt-lg-2 {
        padding-top: 8px !important
    }
    .pr-lg-2 {
        padding-right: 8px !important
    }
    .pb-lg-2 {
        padding-bottom: 8px !important
    }
    .pl-lg-2 {
        padding-left: 8px !important
    }
    .px-lg-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }
    .py-lg-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-3 {
        padding: 16px !important
    }
    .pt-lg-3 {
        padding-top: 16px !important
    }
    .pr-lg-3 {
        padding-right: 16px !important
    }
    .pb-lg-3 {
        padding-bottom: 16px !important
    }
    .pl-lg-3 {
        padding-left: 16px !important
    }
    .px-lg-3 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }
    .py-lg-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-4 {
        padding: 24px !important
    }
    .pt-lg-4 {
        padding-top: 24px !important
    }
    .pr-lg-4 {
        padding-right: 24px !important
    }
    .pb-lg-4 {
        padding-bottom: 24px !important
    }
    .pl-lg-4 {
        padding-left: 24px !important
    }
    .px-lg-4 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }
    .py-lg-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-5 {
        padding: 32px !important
    }
    .pt-lg-5 {
        padding-top: 32px !important
    }
    .pr-lg-5 {
        padding-right: 32px !important
    }
    .pb-lg-5 {
        padding-bottom: 32px !important
    }
    .pl-lg-5 {
        padding-left: 32px !important
    }
    .px-lg-5 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }
    .py-lg-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }
}

@media (min-width: 1012px) {
    .p-lg-6 {
        padding: 40px !important
    }
    .pt-lg-6 {
        padding-top: 40px !important
    }
    .pr-lg-6 {
        padding-right: 40px !important
    }
    .pb-lg-6 {
        padding-bottom: 40px !important
    }
    .pl-lg-6 {
        padding-left: 40px !important
    }
    .px-lg-6 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
    .py-lg-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media (min-width: 1280px) {
    .p-xl-1 {
        padding: 4px !important
    }
    .pt-xl-1 {
        padding-top: 4px !important
    }
    .pr-xl-1 {
        padding-right: 4px !important
    }
    .pb-xl-1 {
        padding-bottom: 4px !important
    }
    .pl-xl-1 {
        padding-left: 4px !important
    }
    .px-xl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important
    }
    .py-xl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-2 {
        padding: 8px !important
    }
    .pt-xl-2 {
        padding-top: 8px !important
    }
    .pr-xl-2 {
        padding-right: 8px !important
    }
    .pb-xl-2 {
        padding-bottom: 8px !important
    }
    .pl-xl-2 {
        padding-left: 8px !important
    }
    .px-xl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important
    }
    .py-xl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-3 {
        padding: 16px !important
    }
    .pt-xl-3 {
        padding-top: 16px !important
    }
    .pr-xl-3 {
        padding-right: 16px !important
    }
    .pb-xl-3 {
        padding-bottom: 16px !important
    }
    .pl-xl-3 {
        padding-left: 16px !important
    }
    .px-xl-3 {
        padding-right: 16px !important;
        padding-left: 16px !important
    }
    .py-xl-3 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-4 {
        padding: 24px !important
    }
    .pt-xl-4 {
        padding-top: 24px !important
    }
    .pr-xl-4 {
        padding-right: 24px !important
    }
    .pb-xl-4 {
        padding-bottom: 24px !important
    }
    .pl-xl-4 {
        padding-left: 24px !important
    }
    .px-xl-4 {
        padding-right: 24px !important;
        padding-left: 24px !important
    }
    .py-xl-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-5 {
        padding: 32px !important
    }
    .pt-xl-5 {
        padding-top: 32px !important
    }
    .pr-xl-5 {
        padding-right: 32px !important
    }
    .pb-xl-5 {
        padding-bottom: 32px !important
    }
    .pl-xl-5 {
        padding-left: 32px !important
    }
    .px-xl-5 {
        padding-right: 32px !important;
        padding-left: 32px !important
    }
    .py-xl-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }
}

@media (min-width: 1280px) {
    .p-xl-6 {
        padding: 40px !important
    }
    .pt-xl-6 {
        padding-top: 40px !important
    }
    .pr-xl-6 {
        padding-right: 40px !important
    }
    .pb-xl-6 {
        padding-bottom: 40px !important
    }
    .pl-xl-6 {
        padding-left: 40px !important
    }
    .px-xl-6 {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
    .py-xl-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}


/* END MARGIN */

.p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important
}

@media (min-width: 544px) {
    .p-responsive {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media (min-width: 1012px) {
    .p-responsive {
        padding-right: 16px !important;
        padding-left: 16px !important
    }
}

.h1 {
    font-size: 26px !important
}

@media (min-width: 768px) {
    .h1 {
        font-size: 32px !important
    }
}

.h2 {
    font-size: 22px !important
}

@media (min-width: 768px) {
    .h2 {
        font-size: 24px !important
    }
}

.h3 {
    font-size: 18px !important
}

@media (min-width: 768px) {
    .h3 {
        font-size: 20px !important
    }
}

.h4 {
    font-size: 16px !important
}

.h5 {
    font-size: 14px !important
}

.h6 {
    font-size: 12px !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600 !important
}

.f1 {
    font-size: 26px !important
}

@media (min-width: 768px) {
    .f1 {
        font-size: 32px !important
    }
}

.f2 {
    font-size: 22px !important
}

@media (min-width: 768px) {
    .f2 {
        font-size: 24px !important
    }
}

.f3 {
    font-size: 18px !important
}

@media (min-width: 768px) {
    .f3 {
        font-size: 20px !important
    }
}

.f4 {
    font-size: 16px !important
}

@media (min-width: 768px) {
    .f4 {
        font-size: 16px !important
    }
}

.f5 {
    font-size: 14px !important
}

.f6 {
    font-size: 12px !important
}

.f00-light {
    font-size: 40px !important;
    font-weight: 300 !important
}

@media (min-width: 768px) {
    .f00-light {
        font-size: 48px !important
    }
}

.f0-light {
    font-size: 32px !important;
    font-weight: 300 !important
}

@media (min-width: 768px) {
    .f0-light {
        font-size: 40px !important
    }
}

.f1-light {
    font-size: 26px !important;
    font-weight: 300 !important
}

@media (min-width: 768px) {
    .f1-light {
        font-size: 32px !important
    }
}

.f2-light {
    font-size: 22px !important;
    font-weight: 300 !important
}

@media (min-width: 768px) {
    .f2-light {
        font-size: 24px !important
    }
}

.f3-light {
    font-size: 18px !important;
    font-weight: 300 !important
}

@media (min-width: 768px) {
    .f3-light {
        font-size: 20px !important
    }
}

.text-small {
    font-size: 12px !important
}

.lh-condensed-ultra {
    line-height: 1 !important
}

.lh-condensed {
    line-height: 1.25 !important
}

.lh-default {
    line-height: 1.5 !important
}

.lh-0 {
    line-height: 0 !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-center,
.center {
    text-align: center !important
}

@media (min-width: 544px) {
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important
    }
    .text-md-left {
        text-align: left !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1012px) {
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1280px) {
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-normal {
    font-weight: 400 !important
}

.text-bold {
    font-weight: 600 !important
}

.text-italic {
    font-style: italic !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-underline {
    text-decoration: underline !important
}

.no-underline {
    text-decoration: none !important
}

.no-wrap {
    white-space: nowrap !important
}

.ws-normal {
    white-space: normal !important
}

.wb-break-all {
    word-break: break-all !important
}

.text-emphasized {
    font-weight: 600;
    color: #24292e
}

.list-style-none {
    list-style: none !important
}

.text-shadow-dark {
    text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75)
}

.text-shadow-light {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.text-mono {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.v-hidden {
    visibility: hidden !important
}

.v-visible {
    visibility: visible !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.table-fixed {
    table-layout: fixed !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.cursor-pointer {
    cursor: pointer !important;
}

@media (min-width: 544px) {
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
}

@media (min-width: 768px) {
    .d-md-table {
        display: table !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
}

@media (min-width: 1012px) {
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
}

@media (max-width: 544px) {
    .hide-sm {
        display: none !important
    }
}

@media (min-width: 544px) and (max-width: 768px) {
    .hide-md {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1012px) {
    .hide-lg {
        display: none !important
    }
}

@media (min-width: 1012px) {
    .hide-xl {
        display: none !important
    }
}