
@keyframes fadeSlideInLeft {
    0% {
        transform: translate3d(100%,0,0);
        opacity: 0
    }

    50% {
        transform: translate3d(50%,0,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeSlideInRight {
    0% {
        transform: translate3d(-100%,0,0);
        opacity: 0
    }

    50% {
        transform: translate3d(-50%,0,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes basicSlideDown {
    0% {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes shortSlideDown {
    0% {
        transform: translate3d(0,-5%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes comeUp {
    0% {
        transform: translate3d(0,50%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes route-builder-loading {
    0% {
        left: 50%;
        width: 0;
        z-index: 100
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10
    }

    to {
        left: 0;
        width: 100%
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes loading-text {
    0% {
        height: auto;
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    25%,75% {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes easeOutElastic {
    0% {
        transform: translateY(-50%)
    }

    70% {
        transform: translateY(5%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-75%)
    }
}

@keyframes fadingCicle {
    0%,39%,to {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes rotatingCircle {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "Harriet-v2-Display-Bold";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  src: url(/wp-content/themes/bus/assets/fonts/Harriet-v2-Display-Bold.woff2) format("woff2")}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900; /* Supports the full range of weights */
    font-display: swap;
    src: url("/wp-content/themes/bus/assets/fonts/inter/Inter-Variable.ttf") format("truetype-variations");
}

body {
    font-weight: 500!important
}

.fw-book {
    font-weight: 600!important
}

.wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.icon-fixed-32 {
    width: 32px;
    height: 32px
}

.icon-fixed-50 {
    width: 50px;
    height: 50px
}

.bg-xxxxx-light-grey {
    background-color: #f5f5f5
}

.cursor-pointer {
    cursor: pointer
}

.alignnone {
    margin: 8px 24px 24px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 8px auto
}

.aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.alignright,a img.alignright {
    float: right;
    margin: 8px 0 24px 24px
}

.alignleft {
    float: left;
    margin: 5px 24px 24px 0
}

.wp-caption.alignleft,.wp-caption.alignnone,a img.alignleft,a img.alignnone {
    margin: 8px 24px 24px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    padding: 8px 4px 10px
}

.wp-caption.alignright {
    margin: 8px 0 24px 24px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}

.gallery-caption,.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 16px 4px 8px
}

@media only screen and (min-width: 980px) {
    .horizontal-center {
        left:50%;
        transform: translateX(-50%)
    }

    .vertical-center {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 1180px) {
    .referral-container .tns-item:focus {
        outline:0
    }

    .referral-container .nav {
        transform: translateY(-50%);
        top: 50%
    }

    .referral-container .nav .prev {
        transform: translateX(-370px) rotate(90deg);
        left: 50%
    }

    .referral-container .nav .next {
        transform: translateX(370px) rotate(-90deg);
        right: 50%
    }
}

.c-accordion .c-accordion__content {
    max-height: 0;
    overflow: hidden
}

.c-accordion .c-accordion__block .c-accordion__title {
    margin-bottom: -1px;
    cursor: pointer
}

.c-accordion .c-accordion__block.is-open .c-accordion__content {
    max-height: 800px
}

.c-accordion .c-accordion__block .c-accordion__toggle {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.c-accordion .c-accordion__block.is-open .c-accordion__toggle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.blue-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35,213,214,.4)
}

@media only screen and (min-width: 768px) {
    .yellow-loop:before {
        content:"";
        display: block;
        position: absolute;
        background: url(https://assets3.bus.com/assets/v3/svg/homepage/loops/home-events-loop-a70a0fc77040a2ca1c06e4f239e6635aece70a4b07e3995c10995935bade0009.svg) no-repeat;
        background-size: contain;
        top: 0;
        right: -30%;
        width: 100%;
        height: 100%
    }
}

.footer-nav ul li a,.navbar a {
    color: #474a56
}

.footer-nav ul li a:hover {
    color: #1277ff
}

@media only screen and (min-width: 768px) {
    .footer-nav ul li {
        padding-right:16px;
        border-right: 1px solid #cccdd0;
        margin-right: 16px
    }

    .footer-nav ul li:last-child {
        border-right: 0
    }
}

.navbar a {
    padding-bottom: 16px;
    display: block
}

.navbar .c-btn a {
    color: #fff
}

.navbar__search .navbar__search__icon,.navbar__search .screen-reader-text {
    display: none
}

@media only screen and (min-width: 980px) {
    .navbar a {
        padding-bottom:0
    }

    .navbar__search .navbar__search__icon {
        cursor: pointer;
        display: block
    }

    .navbar__search .search-form {
        display: none;
        overflow: hidden
    }

    .navbar__search.is-open .search-form {
        display: block
    }

    .navbar__search.is-open .navbar__search__icon {
        display: none
    }
}

.navbar__search .search-form .search-submit {
    width: 90px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-weight: 400
}

.navbar__search .search-form .search-field:focus,.navbar__search .search-form .search-field:hover {
    border-color: #eceff5
}

@media only screen and (min-width: 990px) {
    .navbar__search.is-open {
        background-color:#45afff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 3
    }

    .navbar__search .search-form {
        position: relative;
        height: 80px
    }

    .navbar__search .navbar__search__close {
        display: none
    }

    .navbar__search.is-open .navbar__search__close {
        display: block;
        width: 32px;
        cursor: pointer
    }

    .navbar__search .search-form .search-field {
        box-shadow: none;
        border-radius: 0 4px 4px 0
    }

    .navbar__search .search-form .search-field::placeholder {
        color: #fff
    }

    .navbar__search .search-form .search-field:-webkit-autofill {
        background: 0 0
    }

    .navbar__search .search-form .search-submit {
        border: 0;
        color: #45afff;
        background-color: #fff
    }
}

.navbar__menus a:hover {
    color: #45afff
}

.navbar__menus ul li.orange a {
    color: #e5a30b
}

.navbar__menus ul li.white a {
    color: #fff
}

@media only screen and (max-width: 980px) {
    .featured-content {
        display:none
    }

    .nav .menu__item {
        margin-right: 0
    }

    .nav .menu__item.has-submenu::after,.nav .menu__item__link--back::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        padding: 3px;
        border: solid #474a56;
        border-width: 0 1px 1px 0;
        position: absolute
    }

    .nav .menu__item.has-submenu::after {
        top: 50%;
        right: 28px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%)
    }

    .nav .menu__item__link--back::before {
        top: 40%;
        left: 16px;
        -webkit-transform: rotate(135deg) translateY(-50%);
        transform: rotate(135deg) translateY(-50%)
    }

    .menu-lvl2,.menu-lvl3 {
        position: fixed;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transform: translate(100%,0);
        transition: all 700ms cubic-bezier(.19,1,.22,1);
        display: flex;
        flex-direction: column;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0
    }

    .menu-lvl3 {
        top: 0
    }

    .menu-lvl2.jsIsOpen,.menu-lvl3.jsIsOpen {
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 2
    }

    .menu-lvl3.jsIsOpen {
        z-index: 3
    }
}

@media only screen and (min-width: 981px) {
    .navbar__menus ul li a {
        color:#474a56;
        font-size: 14px
    }

    .nav .menu__item--lvl1 {
        margin-right: 32px
    }

    .nav .menu__item--lvl1.has-submenu {
        padding-right: 12px
    }

    .nav .menu__item__link--back {
        display: none
    }

    .nav .menu__item--lvl1.has-submenu::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        padding: 3px;
        border: solid #474a56;
        border-width: 0 1px 1px 0;
        position: absolute;
        top: 36%;
        right: 0;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%)
    }

    .nav .menu__submenu,.nav .menu__submenu2 {
        display: none;
        right: 0;
        background-color: #fff;
        text-align: left;
        margin: 0 auto;
        box-shadow: 0 14px 20px -14px rgba(15,15,16,.25)
    }

    .nav .menu__submenu {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        max-width: 1440px
    }

    .nav .menu__submenu2 {
        position: absolute;
        top: 44px;
        min-width: 160px;
        border: 1px solid #eceff5;
        border-radius: 4px;
        padding: 16px
    }

    .nav .menu__item.menu__item--lvl2:first-child {
        display: none
    }

    .nav .menu__item.menu__item--lvl2 {
        display: flex;
        min-width: 25%;
        flex-direction: column
    }

    .nav .menu__item.menu__item--lvl2.menu-title>a {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 16px
    }

    .nav .menu-lvl3 {
        visibility: visible;
        display: flex;
        flex-direction: column;
        padding-bottom: 16px
    }

    .nav .menu__item.menu__item--lvl3 {
        padding-bottom: 4px
    }

    .nav .menu__item__link--lvl3.xx-light-grey {
        color: #abacb2
    }
}

.clouds:before,.hills:before,.page-template-page-hero-video .banner::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-page-hero-video .banner::before {
    background-color: rgba(0,0,0,.3);
    z-index: 3
}

.banner__text,.bus-image {
    position: absolute;
    left: 50%
}

.banner__text {
    top: 50%;
    z-index: 4;
    transform: translate(-50%,-50%)
}

.clouds:before,.hills:before {
    background: url(./images/clouds.svg) no-repeat center top;
    background-size: cover;
    right: 0;
    min-height: 30vh
}

.bus-image {
    top: -95px;
    transform: translateX(-50%)
}

@media only screen and (max-width: 768px) {
    .step-border::after {
        content:"";
        display: block;
        width: 50px;
        height: 1px;
        background-color: #898b93;
        margin: 24px auto 0
    }
}

@media only screen and (min-width: 768px) {
    #quote-steps-images .quote-qw {
        left:25%;
        transition: 1s ease-in
    }

    #quote-steps-images .quote-rb {
        right: 25%;
        transition: 1s ease-in
    }

    #quote-steps-images.animate .quote-qw {
        left: 0;
        transition: 1s ease-in
    }

    #quote-steps-images.animate .quote-rb {
        right: 0;
        transition: 1s ease-in
    }
}

.article-meta .author-card-image,.pre-footer .author-card-image {
    height: 48px;
    width: 48px;
    margin-right: 24px;
    border-radius: 50%
}

.pre-footer .author-card-image {
    height: 115px;
    width: 115px
}

.entry-content p {
    margin-bottom: 30px
}

.entry-content img,img {
    height: auto
}

.pre-footer .tags a {
    padding: 7px 24px;
    background-color: #eeeeef;
    border-radius: 100px;
    color: #898b93;
    transition: background-color .3s ease-in,color .3s ease-in
}

.pre-footer .tags a:hover {
    background-color: #faf9f8;
    color: #1277ff
}

.pagination .next,.pagination .prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative
}

.pagination .prev {
    margin-right: 20px
}

.pagination .next {
    margin-left: 20px
}

.pagination .next:before,.pagination .prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding: 5px;
    border: solid #474a56;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%
}

.pagination .prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 50%
}

.pagination .next:hover:before,.pagination .prev:hover:before {
    border: solid #1277ff;
    border-width: 0 2px 2px 0
}

.pagination .next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 50%
}

.pagination .page-numbers {
    color: #abacb2;
    margin: 0 5px
}

.pagination .page-numbers.current {
    color: #474a56;
    border-bottom: 1px solid #1277ff
}

.z-3 {
    z-index: 3
}

.banner-img {
    max-height: 750px
}

.stop-for-menu {
    overflow: hidden
}

p b,p strong {
    font-weight: 700
}

.prtnr-logo {
    max-width: 100%;
    max-height: 100px
}

.ftr-bus-logo svg {
    height: 21px
}

.cities-nav-arrow {
    width: 17px;
    height: 12px
}

.styl-hang-quotes {
    position: relative
}

.styl-hang-quotes::before {
    content: "“";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -8px
}

@media only screen and (max-width: 767px) {
    .styl-hang-quotes::before {
        position:relative;
        left: 0;
        display: inline
    }
}

.styl-hang-quotes::after {
    content: "”";
    display: inline
}

#hp-clients svg:hover circle,#hp-clients svg:hover path,#hp-clients svg:hover polygon,#hp-clients svg:hover rect {
    fill: #28292a;
    transition: fill .25s ease-in-out
}

.hp-find-slash {
    width: 2px;
    transform: rotate(15deg)
}

.priv-sidenav {
    will-change: min-height
}

.priv-sidenav-inner {
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform
}

.priv-sidenav-inner li:hover {
    color: #000
}

.grey-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(40,41,42,.65)
}

#widget-container {
    min-height: 200px
}

.m-toggle-wrapper .m-toggle-card {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
    width: 20%
}

.m-toggle-wrapper .m-toggle-card:nth-child(1),.m-toggle-wrapper .m-toggle-card:nth-child(2),.m-toggle-wrapper .m-toggle-card:nth-child(3),.m-toggle-wrapper .m-toggle-card:nth-child(4),.m-toggle-wrapper .m-toggle-card:nth-child(5) {
    opacity: 1;
    max-height: 800px
}

@media (max-width: 1200px) {
    .m-toggle-wrapper .m-toggle-card {
        width:25%
    }

    .m-toggle-wrapper .m-toggle-card:nth-child(5) {
        opacity: 0;
        max-height: 0
    }
}

@media (max-width: 980px) {
    .m-toggle-wrapper .m-toggle-card {
        width:33.3333%
    }

    .m-toggle-wrapper .m-toggle-card:nth-child(4) {
        opacity: 0;
        max-height: 0
    }
}

@media (max-width: 768px) {
    .m-toggle-wrapper .m-toggle-card {
        width:350px;
        max-width: 100%
    }

    .m-toggle-wrapper .m-toggle-card:nth-child(4),.m-toggle-wrapper .m-toggle-card:nth-child(5) {
        opacity: 1;
        max-height: 800px
    }
}

.m-toggle-wrapper .m-toggle-card .card-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center center
}

@media (max-width: 768px) {
    .m-toggle-wrapper .m-toggle-card .card-img {
        display:none
    }
}

.m-toggle-wrapper .m-toggle-card .mob-card-img {
    display: none
}

.m-toggle-wrapper .m-toggle-card .icn-plus {
    position: relative
}

.m-toggle-wrapper .m-toggle-card .icn-plus::before {
    content: "+";
    display: block
}

.m-toggle-wrapper .m-toggle-card .card-cntnt {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: #fff;
    min-height: 0%;
    transition: min-height .25s ease-out
}

@media (max-width: 768px) {
    .m-toggle-wrapper .m-toggle-card .card-cntnt {
        position:relative
    }
}

.m-toggle-wrapper .m-toggle-card .card-cntnt .card-bdy {
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.m-toggle-wrapper .m-toggle-card .card-cntnt .card-cta {
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 0;
    right: 0
}

.m-toggle-wrapper .m-toggle-card.shw-card .icn-plus {
    transform: rotate(45deg);
    transition: transform .25s ease-in
}

@media (max-width: 768px) {
    .m-toggle-wrapper .m-toggle-card.shw-card .mob-card-img {
        display:block
    }
}

.m-toggle-wrapper .m-toggle-card.shw-card .card-cntnt {
    background: #474a56;
    color: #fff;
    min-height: 100%;
    transition: min-height .35s ease-in
}

.m-toggle-wrapper .m-toggle-card.shw-card .card-cntnt .card-bdy {
    max-height: 500px;
    opacity: 1;
    padding: 0 16px 16px;
    transition: all .15s .15s ease-in
}

@media (max-width: 768px) {
    .m-toggle-wrapper .m-toggle-card.shw-card .card-cntnt .card-bdy {
        padding-bottom:80px;
        padding-top: 16px
    }
}

.m-toggle-wrapper .m-toggle-card.shw-card .card-cntnt .card-cta {
    bottom: 16px;
    transition: bottom .15s .5s ease-in
}

.m-toggle-wrapper .see-more-icn {
    width: 12px
}

.m-toggle-wrapper .shw-more-cards .m-toggle-card {
    opacity: 1;
    max-height: 800px
}

.m-toggle-wrapper .shw-more-cards .m-toggle-see-more,.parent-pageid-2611 .m-10 a.grey,.parent-pageid-2611 footer .l-cntnt>.w-100 {
    display: none
}

.m39-team-member .card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center
}

@media (max-width: 600px) {
    .m39-team-member .card-img {
        height:180px
    }
}

.m39-team-member .card-icons {
    min-height: 24px
}

.m39-team-member .card-icons .h-fixed-15 {
    height: 15px
}

@media (max-width: 600px) {
    .min-h-fixed-25 {
        min-height:25px
    }
}

.parent-pageid-2611 .bg-dark-grey.w-100.pos-rel .l-cntnt,.parent-pageid-2611 .hdr-btm-nav .js-trigger-nav,.parent-pageid-2611 .hdr-btm-nav .tab-hide,.parent-pageid-2611 .hdr-nav-menu,.parent-pageid-2611 .hdr-top-nav {
    visibility: hidden
}

.parent-pageid-2611 footer {
    padding: 0
}

@media (max-width: 980px) {
    .bus-show-carousel {
        width:100%
    }
}

.bus-show-carousel .swiper-pagination {
    position: relative
}

.sbt-compare-wrap .sbt-ct-scroll {
    writing-mode: vertical-rl;
    display: none
}

.sbt-compare-wrap .sbt-ct-scroll>div {
    transform: rotate(180deg);
    display: block
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-1 {
    width: 300px
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-2 {
    width: 450px
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-3 {
    width: 600px
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-4 {
    width: 750px
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-5 {
    width: 900px
}

.sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-6 {
    width: 1050px
}

@media (max-width: 768px) {
    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-1 {
        width:290px
    }

    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-2 {
        width: 580px
    }

    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-3 {
        width: 830px
    }

    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-4 {
        width: 1080px
    }

    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-5 {
        width: 1330px
    }

    .sbt-compare-wrap .sbt-compare-table .sbt-ct-inner.w-col-6 {
        width: 1580px
    }
}

@media (max-width: 1200px) {
    .sbt-compare-wrap .sbt-compare-table {
        overflow:hidden
    }
}

.sbt-compare-wrap.show-scroll {
    padding-right: 40px
}

@media (max-width: 768px) {
    .sbt-compare-wrap.show-scroll {
        padding-right:0
    }
}

.sbt-compare-wrap.show-scroll .sbt-compare-table {
    overflow-x: scroll
}

.sbt-compare-wrap.show-scroll .sbt-ct-scroll {
    display: flex
}

.cc-team-ttl {
    min-height: 24px
}

html {
    box-sizing: border-box
}

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

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Inter";
    vertical-align: baseline
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: .05px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 16px
}

article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    text-align: left
}

html {
    height: 100%
}

body {
    background: #fff;
    letter-spacing: .05px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn .3s ease-in
}

@media only screen and (min-width: 1400px) {
    body {
        font-size:16px
    }
}

a {
    text-decoration: none;
    color: #1277ff;
    transition: color .15s linear
}

img {
    max-width: 100%
}

table tr td,table tr th {
    padding: 16px 8px;
    border-bottom: 1px solid #686a74
}

table tr td {
    border-bottom: 1px solid #abacb2;
    vertical-align: middle
}

div,header {
    position: relative
}

@media only screen and (min-width: 980px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom:24px
    }
}

h1 {
    font-size: 24px
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size:28px
    }
}

@media only screen and (min-width: 1180px) {
    h1 {
        font-size:30px
    }
}

h2 {
    font-size: 22px
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size:24px
    }
}

@media only screen and (min-width: 1180px) {
    h2 {
        font-size:26px
    }
}

h3 {
    font-size: 18px
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size:20px
    }
}

body,h4 {
    font-size: 16px
}

h5,h6 {
    font-size: 14px
}

body {
    color: #474a56;
    font-display: swap;
    height: 100%;
    width: 100%
}

.u-inline-icon-wrapper {
    line-height: 0
}

.icon {
    width: 14px
}

.icon-small {
    width: 16px
}

.icon-medium {
    width: 24px
}

.icon-fixed-64 {
    width: 64px
}

.icon-fixed-72 {
    width: 72px
}

.icon-fixed-100 {
    width: 100px
}

.icon-fixed-120 {
    width: 120px
}

.icon-fixed-140 {
    width: 140px
}

.icon-fixed-160 {
    width: 160px
}

.icon-fixed-180 {
    width: 180px
}

@media only screen and (min-width: 768px) {
    .tab-icon {
        width:14px
    }

    .tab-icon-small {
        width: 16px
    }

    .tab-icon-medium {
        width: 24px
    }

    .tab-icon-fixed-64 {
        width: 64px
    }

    .tab-icon-fixed-72 {
        width: 72px
    }

    .tab-icon-fixed-100 {
        width: 100px
    }

    .tab-icon-fixed-120 {
        width: 120px
    }

    .tab-icon-fixed-140 {
        width: 140px
    }

    .tab-icon-fixed-160 {
        width: 160px
    }

    .tab-icon-fixed-180 {
        width: 180px
    }

    .tab-icon-fixed-200 {
        width: 200px
    }
}

@media only screen and (min-width: 980px) {
    .med-icon-fixed-64 {
        width:64px
    }

    .med-icon-fixed-72 {
        width: 72px
    }

    .med-icon-fixed-100 {
        width: 100px
    }

    .med-icon-fixed-120 {
        width: 120px
    }

    .med-icon-fixed-140 {
        width: 140px
    }

    .med-icon-fixed-160 {
        width: 160px
    }

    .med-icon-fixed-180 {
        width: 180px
    }

    .med-icon-fixed-200 {
        width: 200px
    }
}

.br-reset {
    border-radius: 0
}

.br-top-left-reset {
    border-top-left-radius: 0
}

.br-top-right-reset {
    border-top-right-radius: 0
}

.br-bottom-left-reset {
    border-bottom-left-radius: 0
}

.br-bottom-right-reset {
    border-bottom-right-radius: 0
}

.br-xxs {
    border-radius: 2px
}

.br-left-xxs {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.br-right-xxs,.br-top-xxs {
    border-top-right-radius: 2px
}

.br-right-xxs {
    border-bottom-right-radius: 2px
}

.br-top-xxs {
    border-top-left-radius: 2px
}

.br-bottom-xxs {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.br-xs {
    border-radius: 4px
}

.br-left-xs {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.br-right-xs,.br-top-xs {
    border-top-right-radius: 4px
}

.br-right-xs {
    border-bottom-right-radius: 4px
}

.br-top-xs {
    border-top-left-radius: 4px
}

.br-bottom-xs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.br-top-x {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.br-bottom-x {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.br-x {
    border-radius: 8px
}

.br-small {
    border-radius: 16px
}

.br-medium {
    border-radius: 24px
}

.br-lrg {
    border-radius: 32px
}

.br-circle {
    border-radius: 100%
}

.disc {
    list-style-type: disc
}

.decimal-leading-zero {
    list-style: decimal-leading-zero
}

.reset-list {
    list-style: none;
    padding-left: 0
}

.hidden {
    display: none
}

@media only screen and (min-width: 768px) {
    .tab-hide {
        display:none!important
    }
}

.show {
    display: block
}

@media only screen and (min-width: 768px) {
    .tab-show {
        display:block
    }
}

.flex-show {
    display: flex
}

@media only screen and (min-width: 768px) {
    .tab-flex-show {
        display:flex!important
    }
}

@media only screen and (min-width: 980px) {
    .med-show {
        display:block!important
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-show {
        display:block!important
    }
}

@media only screen and (min-width: 1400px) {
    .xl-show {
        display:block!important
    }
}

@media only screen and (min-width: 1450px) {
    .custom-size-show {
        display:block!important
    }

    .custom-size-hide {
        display: none!important
    }
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-99 {
    z-index: 99
}

.z-999 {
    z-index: 999
}

.z-9999 {
    z-index: 9999
}

.z-99999 {
    z-index: 99999
}

.z-999999 {
    z-index: 999999
}

.z-9999999 {
    z-index: 9999999
}

.z-99999999 {
    z-index: 99999999
}

.z-999999999 {
    z-index: 999999999
}

.z-max {
    z-index: 2147483647
}

.z-inherit {
    z-index: inherit
}

.z-initial {
    z-index: initial
}

.z-unset {
    z-index: unset
}

.bs-subtle {
    box-shadow: 0 3px 3px -3px rgba(0,0,0,.35)
}

.bs-small {
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.bs-medium {
    box-shadow: 0 14px 20px -14px rgba(0,0,0,.25)
}

.bs-soft {
    box-shadow: 3px 14px 15px 0 rgba(0,0,0,.1)
}

.bs-broad {
    box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 18px 0 rgba(63,63,68,.15)
}

.bs-complex {
    box-shadow: 0 14px 34px rgba(50,50,90,.1),0 4px 14px rgba(0,0,0,.07)
}

.bs-complex-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.bs-top {
    box-shadow: 0 -2px 10px rgba(0,0,0,.1)
}

.bs-harsh {
    box-shadow: 0 -1px 5px 0 rgba(63,63,68,.2)
}

.bs-light {
    box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)
}

@media only screen and (min-width: 768px) {
    .tab-bs-subtle {
        box-shadow:0 3px 3px -3px rgba(0,0,0,.35)
    }

    .tab-bs-small {
        box-shadow: 0 1px 2px rgba(0,0,0,.1)
    }

    .tab-bs-medium {
        box-shadow: 0 14px 20px -14px rgba(0,0,0,.25)
    }

    .tab-bs-soft {
        box-shadow: 3px 14px 15px 0 rgba(0,0,0,.1)
    }

    .tab-bs-complex {
        box-shadow: 0 14px 34px rgba(50,50,90,.1),0 4px 14px rgba(0,0,0,.07)
    }

    .tab-bs-complex-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
    }

    .tab-bs-top {
        box-shadow: 0 -2px 10px rgba(0,0,0,.1)
    }

    .tab-bs-harsh {
        box-shadow: 0 -1px 5px 0 rgba(63,63,68,.2)
    }

    .tab-bs-light {
        box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)
    }
}

@media only screen and (min-width: 980px) {
    .med-bs-subtle {
        box-shadow:0 3px 3px -3px rgba(0,0,0,.35)
    }

    .med-bs-small {
        box-shadow: 0 1px 2px rgba(0,0,0,.1)
    }

    .med-bs-medium {
        box-shadow: 0 14px 20px -14px rgba(0,0,0,.25)
    }

    .med-bs-soft {
        box-shadow: 3px 14px 15px 0 rgba(0,0,0,.1)
    }

    .med-bs-complex {
        box-shadow: 0 14px 34px rgba(50,50,90,.1),0 4px 14px rgba(0,0,0,.07)
    }

    .med-bs-complex-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
    }

    .med-bs-top {
        box-shadow: 0 -2px 10px rgba(0,0,0,.1)
    }

    .med-bs-harsh {
        box-shadow: 0 -1px 5px 0 rgba(63,63,68,.2)
    }

    .med-bs-light {
        box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-bs-subtle {
        box-shadow:0 3px 3px -3px rgba(0,0,0,.35)
    }

    .lrg-bs-small {
        box-shadow: 0 1px 2px rgba(0,0,0,.1)
    }

    .lrg-bs-medium {
        box-shadow: 0 14px 20px -14px rgba(0,0,0,.25)
    }

    .lrg-bs-soft {
        box-shadow: 3px 14px 15px 0 rgba(0,0,0,.1)
    }

    .lrg-bs-complex {
        box-shadow: 0 14px 34px rgba(50,50,90,.1),0 4px 14px rgba(0,0,0,.07)
    }

    .lrg-bs-complex-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
    }

    .lrg-bs-top {
        box-shadow: 0 -2px 10px rgba(0,0,0,.1)
    }

    .lrg-bs-harsh {
        box-shadow: 0 -1px 5px 0 rgba(63,63,68,.2)
    }

    .lrg-bs-light {
        box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)
    }
}

@media only screen and (min-width: 1400px) {
    .xl-bs-subtle {
        box-shadow:0 3px 3px -3px rgba(0,0,0,.35)
    }

    .xl-bs-small {
        box-shadow: 0 1px 2px rgba(0,0,0,.1)
    }

    .xl-bs-medium {
        box-shadow: 0 14px 20px -14px rgba(0,0,0,.25)
    }

    .xl-bs-soft {
        box-shadow: 3px 14px 15px 0 rgba(0,0,0,.1)
    }

    .xl-bs-complex {
        box-shadow: 0 14px 34px rgba(50,50,90,.1),0 4px 14px rgba(0,0,0,.07)
    }

    .xl-bs-complex-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
    }

    .xl-bs-top {
        box-shadow: 0 -2px 10px rgba(0,0,0,.1)
    }

    .xl-bs-harsh {
        box-shadow: 0 -1px 5px 0 rgba(63,63,68,.2)
    }

    .xl-bs-light {
        box-shadow: 0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)
    }
}

table.striped tr:nth-child(even),table.striped-odd tr:nth-child(odd),ul.striped li:nth-child(even),ul.striped-odd li:nth-child(odd) {
    background: #f9f8ee
}

.debug-1 {
    background: #ffe4e1
}

.debug-2 {
    background: #ff0
}

.debug-3 {
    background: #0f0
}

.debug-4 {
    background: #ffefd5
}

.debug-5 {
    background: teal
}

.opacity-100 {
    opacity: 1!important
}

.opacity-95 {
    opacity: .95
}

.opacity-90 {
    opacity: .9
}

.opacity-80 {
    opacity: .8
}

.opacity-70 {
    opacity: .7
}

.opacity-60 {
    opacity: .6
}

.opacity-50 {
    opacity: .5
}

.opacity-40 {
    opacity: .4
}

.opacity-30 {
    opacity: .3
}

.opacity-20 {
    opacity: .2
}

.opacity-10 {
    opacity: .1
}

@media only screen and (min-width: 768px) {
    .f-left {
        float:left
    }

    .f-right {
        float: right
    }
}

.over-visible {
    overflow: visible
}

.over-hidden {
    overflow: hidden
}

.over-scroll {
    overflow: scroll
}

.over-auto {
    overflow: auto
}

.over-x-visible {
    overflow-x: visible
}

.over-x-hidden {
    overflow-x: hidden
}

.over-x-scroll {
    overflow-x: scroll
}

.over-x-auto {
    overflow-x: auto
}

.over-y-visible {
    overflow-y: visible
}

.over-y-hidden {
    overflow-y: hidden
}

.over-y-scroll {
    overflow-y: scroll
}

.over-y-auto {
    overflow-y: auto
}

.hover-pointer:hover {
    cursor: pointer
}

.hover-copy:hover {
    cursor: copy
}

.hover-not-allowed:hover {
    cursor: not-allowed
}

.negative-t-1 {
    margin-top: -1px
}

.negative-b-1 {
    margin-bottom: -1px
}

.negative-l-1 {
    margin-left: -1px
}

.negative-r-1 {
    margin-right: -1px
}

.neg-text-indent {
    text-indent: -9999px
}

.disabled {
    color: #cccdd0!important
}

.disabled-state {
    border-color: #cccdd0!important;
    background: rgba(204,205,208,.75)!important;
    cursor: not-allowed
}

@media only screen and (min-width: 768px) {
    .tab-over-y-auto {
        overflow-y:auto
    }
}

.b-trans {
    border: 1px solid transparent
}

.bt-trans {
    border-top: 1px solid transparent
}

.bl-trans {
    border-left: 1px solid transparent
}

.bb-trans {
    border-bottom: 1px solid transparent
}

.br-trans {
    border-right: 1px solid transparent
}

.b-trans-xxs {
    border: 2px solid transparent
}

.bt-trans-xxs {
    border-top: 2px solid transparent
}

.bl-trans-xxs {
    border-left: 2px solid transparent
}

.bb-trans-xxs {
    border-bottom: 2px solid transparent
}

.br-trans-xxs {
    border-right: 2px solid transparent
}

.b-white {
    border: 1px solid #fff
}

.bt-white {
    border-top: 1px solid #fff
}

.bl-white {
    border-left: 1px solid #fff
}

.bb-white {
    border-bottom: 1px solid #fff
}

.br-white {
    border-right: 1px solid #fff
}

.b-white-2 {
    border: 2px solid #fff
}

.bt-white-2 {
    border-top: 2px solid #fff
}

.bl-white-2 {
    border-left: 2px solid #fff
}

.bb-white-2 {
    border-bottom: 2px solid #fff
}

.br-white-2 {
    border-right: 2px solid #fff
}

.b-light {
    border: 1px solid #f9f8ee
}

.bt-light {
    border-top: 1px solid #f9f8ee
}

.bl-light {
    border-left: 1px solid #f9f8ee
}

.bb-light {
    border-bottom: 1px solid #f9f8ee
}

.br-light {
    border-right: 1px solid #f9f8ee
}

.b-grey {
    border: 1px solid #cccdd0
}

.bt-grey {
    border-top: 1px solid #cccdd0
}

.bl-grey {
    border-left: 1px solid #cccdd0
}

.bb-grey {
    border-bottom: 1px solid #cccdd0
}

.br-grey {
    border-right: 1px solid #cccdd0
}

.b-grey-xxs {
    border: 2px solid #474a56
}

.bt-grey-xxs {
    border-top: 2px solid #474a56
}

.bl-grey-xxs {
    border-left: 2px solid #474a56
}

.bb-grey-xxs {
    border-bottom: 2px solid #474a56
}

.br-grey-xxs {
    border-right: 2px solid #474a56
}

.b-red {
    border: 1px solid #e53b3b
}

.bt-red {
    border-top: 1px solid #e53b3b
}

.bl-red {
    border-left: 1px solid #e53b3b
}

.bb-red {
    border-bottom: 1px solid #e53b3b
}

.br-red {
    border-right: 1px solid #e53b3b
}

.b-orange {
    border: 1px solid #fda755
}

.bt-orange {
    border-top: 1px solid #fda755
}

.bl-orange {
    border-left: 1px solid #fda755
}

.bb-orange {
    border-bottom: 1px solid #fda755
}

.br-orange {
    border-right: 1px solid #fda755
}

.b-xxx-light-orange {
    border: 1px solid #f3efeb
}

.bt-xxx-light-orange {
    border-top: 1px solid #f3efeb
}

.bl-xxx-light-orange {
    border-left: 1px solid #f3efeb
}

.bb-xxx-light-orange {
    border-bottom: 1px solid #f3efeb
}

.br-xxx-light-orange {
    border-right: 1px solid #f3efeb
}

.bl-xxx-light-orange-2 {
    border-left: 2px solid #f3efeb
}

.b-xxxx-light-orange {
    border: 1px solid #eae6e2
}

.bt-xxxx-light-orange {
    border-top: 1px solid #eae6e2
}

.bl-xxxx-light-orange {
    border-left: 1px solid #eae6e2
}

.bb-xxxx-light-orange {
    border-bottom: 1px solid #eae6e2
}

.br-xxxx-light-orange {
    border-right: 1px solid #eae6e2
}

.b-cyan {
    border: 1px solid #23d5d6
}

.bt-cyan {
    border-top: 1px solid #23d5d6
}

.bl-cyan {
    border-left: 1px solid #23d5d6
}

.bb-cyan {
    border-bottom: 1px solid #23d5d6
}

.br-cyan {
    border-right: 1px solid #23d5d6
}

.b-cyan-xxs {
    border: 2px solid #23d5d6
}

.bt-cyan-xxs {
    border-top: 2px solid #23d5d6
}

.bl-cyan-xxs {
    border-left: 2px solid #23d5d6
}

.bb-cyan-xxs {
    border-bottom: 2px solid #23d5d6
}

.br-cyan-xxs {
    border-right: 2px solid #23d5d6
}

.b-x-dark-cyan-xxs {
    border: 2px solid #0095a0
}

.bt-x-dark-cyan-xxs {
    border-top: 2px solid #0095a0
}

.bl-x-dark-cyan-xxs {
    border-left: 2px solid #0095a0
}

.bb-x-dark-cyan-xxs {
    border-bottom: 2px solid #0095a0
}

.br-x-dark-cyan-xxs {
    border-right: 2px solid #0095a0
}

.b-red-xs {
    border: 4px solid #e53b3b
}

.bt-red-xs {
    border-top: 4px solid #e53b3b
}

.bl-red-xs {
    border-left: 4px solid #e53b3b
}

.bb-red-xs {
    border-bottom: 4px solid #e53b3b
}

.br-red-xs {
    border-right: 4px solid #e53b3b
}

.b-none {
    border: 0
}

.bt-none {
    border-top: none
}

.bl-none {
    border-left: none
}

.bb-none {
    border-bottom: none
}

.br-none {
    border-right: none
}

.b-xxxx-light-grey-shadow {
    box-shadow: 0 0 0 1px #f9f8ee inset
}

@media only screen and (min-width: 768px) {
    .tab-b-light {
        border:1px solid #f9f8ee
    }

    .tab-bt-light {
        border-top: 1px solid #f9f8ee
    }

    .tab-bl-light {
        border-left: 1px solid #f9f8ee
    }

    .tab-bb-light {
        border-bottom: 1px solid #f9f8ee
    }

    .tab-br-light {
        border-right: 1px solid #f9f8ee
    }

    .tab-b-grey {
        border: 1px solid #cccdd0
    }

    .tab-bt-grey {
        border-top: 1px solid #cccdd0
    }

    .tab-bl-grey {
        border-left: 1px solid #cccdd0
    }

    .tab-bb-grey {
        border-bottom: 1px solid #cccdd0
    }

    .tab-br-grey {
        border-right: 1px solid #cccdd0
    }

    .tab-b-white-2 {
        border: 2px solid #fff
    }

    .tab-bt-white-2 {
        border-top: 2px solid #fff
    }

    .tab-bb-white-2 {
        border-bottom: 2px solid #fff
    }

    .tab-br-white-2 {
        border-right: 2px solid #fff
    }

    .tab-b-orange {
        border: 1px solid #fda755
    }

    .tab-bt-orange {
        border-top: 1px solid #fda755
    }

    .tab-bl-orange {
        border-left: 1px solid #fda755
    }

    .tab-bb-orange {
        border-bottom: 1px solid #fda755
    }

    .tab-br-orange {
        border-right: 1px solid #fda755
    }

    .tab-b-xxx-light-orange {
        border: 1px solid #f3efeb
    }

    .tab-bt-xxx-light-orange {
        border-top: 1px solid #f3efeb
    }

    .tab-bl-xxx-light-orange {
        border-left: 1px solid #f3efeb
    }

    .tab-bb-xxx-light-orange {
        border-bottom: 1px solid #f3efeb
    }

    .tab-br-xxx-light-orange {
        border-right: 1px solid #f3efeb
    }

    .tab-bl-xxx-light-orange-2 {
        border-left: 2px solid #f3efeb
    }

    .tab-b-xxxx-light-orange {
        border: 1px solid #eae6e2
    }

    .tab-bt-xxxx-light-orange {
        border-top: 1px solid #eae6e2
    }

    .tab-bl-xxxx-light-orange {
        border-left: 1px solid #eae6e2
    }

    .tab-bb-xxxx-light-orange {
        border-bottom: 1px solid #eae6e2
    }

    .tab-br-xxxx-light-orange {
        border-right: 1px solid #eae6e2
    }

    .tab-b-white {
        border: 1px solid #fff
    }

    .tab-bt-white {
        border-top: 1px solid #fff
    }

    .tab-bl-white {
        border-left: 1px solid #fff
    }

    .tab-bb-white {
        border-bottom: 1px solid #fff
    }

    .tab-br-white {
        border-right: 1px solid #fff
    }

    .tab-bl-white-2 {
        border-left: 2px solid #fff
    }

    .tab-b-cyan {
        border: 1px solid #23d5d6
    }

    .tab-bt-cyan {
        border-top: 1px solid #23d5d6
    }

    .tab-bl-cyan {
        border-left: 1px solid #23d5d6
    }

    .tab-bb-cyan {
        border-bottom: 1px solid #23d5d6
    }

    .tab-br-cyan {
        border-right: 1px solid #23d5d6
    }

    .tab-b-x-dark-cyan-xxs {
        border: 2px solid #0095a0
    }

    .tab-bt-x-dark-cyan-xxs {
        border-top: 2px solid #0095a0
    }

    .tab-bl-x-dark-cyan-xxs {
        border-left: 2px solid #0095a0
    }

    .tab-bb-x-dark-cyan-xxs {
        border-bottom: 2px solid #0095a0
    }

    .tab-br-x-dark-cyan-xxs {
        border-right: 2px solid #0095a0
    }

    .tab-b-none {
        border: 0
    }

    .tab-bt-none {
        border-top: none
    }

    .tab-bl-none {
        border-left: none
    }

    .tab-bb-none {
        border-bottom: none
    }

    .tab-br-none {
        border-right: none
    }

    .tab-b-xxxx-light-grey-shadow {
        box-shadow: 0 0 0 1px #f9f8ee inset
    }
}

@media only screen and (min-width: 980px) {
    .med-b-trans {
        border:1px solid transparent
    }

    .med-bt-trans {
        border-top: 1px solid transparent
    }

    .med-bl-trans {
        border-left: 1px solid transparent
    }

    .med-bb-trans {
        border-bottom: 1px solid transparent
    }

    .med-br-trans {
        border-right: 1px solid transparent
    }

    .med-b-trans-xxs {
        border: 2px solid transparent
    }

    .med-bt-trans-xxs {
        border-top: 2px solid transparent
    }

    .med-bl-trans-xxs {
        border-left: 2px solid transparent
    }

    .med-bb-trans-xxs {
        border-bottom: 2px solid transparent
    }

    .med-br-trans-xxs {
        border-right: 2px solid transparent
    }

    .med-b-white-2 {
        border: 2px solid #fff
    }

    .med-bt-white-2 {
        border-top: 2px solid #fff
    }

    .med-bl-white-2 {
        border-left: 2px solid #fff
    }

    .med-bb-white-2 {
        border-bottom: 2px solid #fff
    }

    .med-br-white-2 {
        border-right: 2px solid #fff
    }

    .med-b-white {
        border: 1px solid #fff
    }

    .med-bt-white {
        border-top: 1px solid #fff
    }

    .med-bl-white {
        border-left: 1px solid #fff
    }

    .med-bb-white {
        border-bottom: 1px solid #fff
    }

    .med-br-white {
        border-right: 1px solid #fff
    }

    .med-b-light {
        border: 1px solid #f9f8ee
    }

    .med-bt-light {
        border-top: 1px solid #f9f8ee
    }

    .med-bl-light {
        border-left: 1px solid #f9f8ee
    }

    .med-bb-light {
        border-bottom: 1px solid #f9f8ee
    }

    .med-br-light {
        border-right: 1px solid #f9f8ee
    }

    .med-b-grey {
        border: 1px solid #cccdd0
    }

    .med-bt-grey {
        border-top: 1px solid #cccdd0
    }

    .med-bl-grey {
        border-left: 1px solid #cccdd0
    }

    .med-bb-grey {
        border-bottom: 1px solid #cccdd0
    }

    .med-br-grey {
        border-right: 1px solid #cccdd0
    }

    .med-b-orange {
        border: 1px solid #fda755
    }

    .med-bt-orange {
        border-top: 1px solid #fda755
    }

    .med-bl-orange {
        border-left: 1px solid #fda755
    }

    .med-bb-orange {
        border-bottom: 1px solid #fda755
    }

    .med-br-orange {
        border-right: 1px solid #fda755
    }

    .med-b-xxx-light-orange {
        border: 1px solid #f3efeb
    }

    .med-bt-xxx-light-orange {
        border-top: 1px solid #f3efeb
    }

    .med-bl-xxx-light-orange {
        border-left: 1px solid #f3efeb
    }

    .med-bb-xxx-light-orange {
        border-bottom: 1px solid #f3efeb
    }

    .med-br-xxx-light-orange {
        border-right: 1px solid #f3efeb
    }

    .med-bl-xxx-light-orange-2 {
        border-left: 2px solid #f3efeb
    }

    .med-b-xxxx-light-orange {
        border: 1px solid #eae6e2
    }

    .med-bt-xxxx-light-orange {
        border-top: 1px solid #eae6e2
    }

    .med-bl-xxxx-light-orange {
        border-left: 1px solid #eae6e2
    }

    .med-bb-xxxx-light-orange {
        border-bottom: 1px solid #eae6e2
    }

    .med-br-xxxx-light-orange {
        border-right: 1px solid #eae6e2
    }

    .med-b-cyan {
        border: 1px solid #23d5d6
    }

    .med-bt-cyan {
        border-top: 1px solid #23d5d6
    }

    .med-bl-cyan {
        border-left: 1px solid #23d5d6
    }

    .med-bb-cyan {
        border-bottom: 1px solid #23d5d6
    }

    .med-br-cyan {
        border-right: 1px solid #23d5d6
    }

    .med-b-cyan-xxs {
        border: 2px solid #23d5d6
    }

    .med-bt-cyan-xxs {
        border-top: 2px solid #23d5d6
    }

    .med-bl-cyan-xxs {
        border-left: 2px solid #23d5d6
    }

    .med-bb-cyan-xxs {
        border-bottom: 2px solid #23d5d6
    }

    .med-br-cyan-xxs {
        border-right: 2px solid #23d5d6
    }

    .med-b-x-dark-cyan-xxs {
        border: 2px solid #0095a0
    }

    .med-bt-x-dark-cyan-xxs {
        border-top: 2px solid #0095a0
    }

    .med-bl-x-dark-cyan-xxs {
        border-left: 2px solid #0095a0
    }

    .med-bb-x-dark-cyan-xxs {
        border-bottom: 2px solid #0095a0
    }

    .med-br-x-dark-cyan-xxs {
        border-right: 2px solid #0095a0
    }

    .med-b-none {
        border: 0
    }

    .med-bt-none {
        border-top: none
    }

    .med-bl-none {
        border-left: none
    }

    .med-bb-none {
        border-bottom: none
    }

    .med-br-none {
        border-right: none
    }

    .med-b-xxxx-light-grey-shadow {
        box-shadow: 0 0 0 1px #f9f8ee inset
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-b-light {
        border:1px solid #f9f8ee
    }

    .lrg-bt-light {
        border-top: 1px solid #f9f8ee
    }

    .lrg-bl-light {
        border-left: 1px solid #f9f8ee
    }

    .lrg-bb-light {
        border-bottom: 1px solid #f9f8ee
    }

    .lrg-br-light {
        border-right: 1px solid #f9f8ee
    }

    .lrg-b-white-2 {
        border: 2px solid #fff
    }

    .lrg-bt-white-2 {
        border-top: 2px solid #fff
    }

    .lrg-bl-white-2 {
        border-left: 2px solid #fff
    }

    .lrg-bb-white-2 {
        border-bottom: 2px solid #fff
    }

    .lrg-br-white-2 {
        border-right: 2px solid #fff
    }

    .lrg-b-white {
        border: 1px solid #fff
    }

    .lrg-bt-white {
        border-top: 1px solid #fff
    }

    .lrg-bl-white {
        border-left: 1px solid #fff
    }

    .lrg-bb-white {
        border-bottom: 1px solid #fff
    }

    .lrg-br-white {
        border-right: 1px solid #fff
    }

    .lrg-b-grey {
        border: 1px solid #cccdd0
    }

    .lrg-bt-grey {
        border-top: 1px solid #cccdd0
    }

    .lrg-bl-grey {
        border-left: 1px solid #cccdd0
    }

    .lrg-bb-grey {
        border-bottom: 1px solid #cccdd0
    }

    .lrg-br-grey {
        border-right: 1px solid #cccdd0
    }

    .lrg-b-orange {
        border: 1px solid #fda755
    }

    .lrg-bt-orange {
        border-top: 1px solid #fda755
    }

    .lrg-bl-orange {
        border-left: 1px solid #fda755
    }

    .lrg-bb-orange {
        border-bottom: 1px solid #fda755
    }

    .lrg-br-orange {
        border-right: 1px solid #fda755
    }

    .lrg-b-xxx-light-orange {
        border: 1px solid #f3efeb
    }

    .lrg-bt-xxx-light-orange {
        border-top: 1px solid #f3efeb
    }

    .lrg-bl-xxx-light-orange {
        border-left: 1px solid #f3efeb
    }

    .lrg-bb-xxx-light-orange {
        border-bottom: 1px solid #f3efeb
    }

    .lrg-br-xxx-light-orange {
        border-right: 1px solid #f3efeb
    }

    .lrg-bl-xxx-light-orange-2 {
        border-left: 2px solid #f3efeb
    }

    .lrg-b-xxxx-light-orange {
        border: 1px solid #eae6e2
    }

    .lrg-bt-xxxx-light-orange {
        border-top: 1px solid #eae6e2
    }

    .lrg-bl-xxxx-light-orange {
        border-left: 1px solid #eae6e2
    }

    .lrg-bb-xxxx-light-orange {
        border-bottom: 1px solid #eae6e2
    }

    .lrg-br-xxxx-light-orange {
        border-right: 1px solid #eae6e2
    }

    .lrg-b-cyan {
        border: 1px solid #23d5d6
    }

    .lrg-bt-cyan {
        border-top: 1px solid #23d5d6
    }

    .lrg-bl-cyan {
        border-left: 1px solid #23d5d6
    }

    .lrg-bb-cyan {
        border-bottom: 1px solid #23d5d6
    }

    .lrg-br-cyan {
        border-right: 1px solid #23d5d6
    }

    .lrg-b-x-dark-cyan-xxs {
        border: 2px solid #0095a0
    }

    .lrg-bt-x-dark-cyan-xxs {
        border-top: 2px solid #0095a0
    }

    .lrg-bl-x-dark-cyan-xxs {
        border-left: 2px solid #0095a0
    }

    .lrg-bb-x-dark-cyan-xxs {
        border-bottom: 2px solid #0095a0
    }

    .lrg-br-x-dark-cyan-xxs {
        border-right: 2px solid #0095a0
    }

    .lrg-b-none {
        border: 0
    }

    .lrg-bt-none {
        border-top: none
    }

    .lrg-bl-none {
        border-left: none
    }

    .lrg-bb-none {
        border-bottom: none
    }

    .lrg-br-none {
        border-right: none
    }

    .lrg-b-xxxx-light-grey-shadow {
        box-shadow: 0 0 0 1px #f9f8ee inset
    }
}

@media only screen and (min-width: 1400px) {
    .xl-b-light {
        border:1px solid #f9f8ee
    }

    .xl-bt-light {
        border-top: 1px solid #f9f8ee
    }

    .xl-bl-light {
        border-left: 1px solid #f9f8ee
    }

    .xl-bb-light {
        border-bottom: 1px solid #f9f8ee
    }

    .xl-br-light {
        border-right: 1px solid #f9f8ee
    }

    .xl-b-grey {
        border: 1px solid #cccdd0
    }

    .xl-bt-grey {
        border-top: 1px solid #cccdd0
    }

    .xl-bl-grey {
        border-left: 1px solid #cccdd0
    }

    .xl-bb-grey {
        border-bottom: 1px solid #cccdd0
    }

    .xl-br-grey {
        border-right: 1px solid #cccdd0
    }

    .xl-b-white-2 {
        border: 2px solid #fff
    }

    .xl-bt-white-2 {
        border-top: 2px solid #fff
    }

    .xl-bl-white-2 {
        border-left: 2px solid #fff
    }

    .xl-bb-white-2 {
        border-bottom: 2px solid #fff
    }

    .xl-br-white-2 {
        border-right: 2px solid #fff
    }

    .xl-b-white {
        border: 1px solid #fff
    }

    .xl-bt-white {
        border-top: 1px solid #fff
    }

    .xl-bl-white {
        border-left: 1px solid #fff
    }

    .xl-bb-white {
        border-bottom: 1px solid #fff
    }

    .xl-br-white {
        border-right: 1px solid #fff
    }

    .xl-b-orange {
        border: 1px solid #fda755
    }

    .xl-bt-orange {
        border-top: 1px solid #fda755
    }

    .xl-bl-orange {
        border-left: 1px solid #fda755
    }

    .xl-bb-orange {
        border-bottom: 1px solid #fda755
    }

    .xl-br-orange {
        border-right: 1px solid #fda755
    }

    .xl-b-xxx-light-orange {
        border: 1px solid #f3efeb
    }

    .xl-bt-xxx-light-orange {
        border-top: 1px solid #f3efeb
    }

    .xl-bl-xxx-light-orange {
        border-left: 1px solid #f3efeb
    }

    .xl-bb-xxx-light-orange {
        border-bottom: 1px solid #f3efeb
    }

    .xl-br-xxx-light-orange {
        border-right: 1px solid #f3efeb
    }

    .xl-bl-xxx-light-orange-2 {
        border-left: 2px solid #f3efeb
    }

    .xl-b-xxxx-light-orange {
        border: 1px solid #eae6e2
    }

    .xl-bt-xxxx-light-orange {
        border-top: 1px solid #eae6e2
    }

    .xl-bl-xxxx-light-orange {
        border-left: 1px solid #eae6e2
    }

    .xl-bb-xxxx-light-orange {
        border-bottom: 1px solid #eae6e2
    }

    .xl-br-xxxx-light-orange {
        border-right: 1px solid #eae6e2
    }

    .xl-b-cyan {
        border: 1px solid #23d5d6
    }

    .xl-bt-cyan {
        border-top: 1px solid #23d5d6
    }

    .xl-bl-cyan {
        border-left: 1px solid #23d5d6
    }

    .xl-bb-cyan {
        border-bottom: 1px solid #23d5d6
    }

    .xl-br-cyan {
        border-right: 1px solid #23d5d6
    }

    .xl-b-x-dark-cyan-xxs {
        border: 2px solid #0095a0
    }

    .xl-bt-x-dark-cyan-xxs {
        border-top: 2px solid #0095a0
    }

    .xl-bl-x-dark-cyan-xxs {
        border-left: 2px solid #0095a0
    }

    .xl-bb-x-dark-cyan-xxs {
        border-bottom: 2px solid #0095a0
    }

    .xl-br-x-dark-cyan-xxs {
        border-right: 2px solid #0095a0
    }

    .xl-b-none {
        border: 0
    }

    .xl-bt-none {
        border-top: none
    }

    .xl-bl-none {
        border-left: none
    }

    .xl-bb-none {
        border-bottom: none
    }

    .xl-br-none {
        border-right: none
    }

    .xl-b-xxxx-light-grey-shadow {
        box-shadow: 0 0 0 1px #f9f8ee inset
    }
}

.greyscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.greyscale-75 {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%)
}

.greyscale-50 {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.greyscale-25 {
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%)
}

.grey {
    color: #474a56
}

.light-grey {
    color: #686a74
}

.x-light-grey {
    color: #898b93
}

.xx-light-grey {
    color: #abacb2
}

.xxx-light-grey {
    color: #cccdd0
}

.dark-grey {
    color: #343740
}

.yellow {
    color: #ffd23f
}

.x-light-yellow {
    color: #ffe284
}

.xx-light-yellow {
    color: #ffeaa7
}

.orange {
    color: #fda755
}

.xxx-light-orange {
    color: #f3efeb
}

.cyan {
    color: #23d5d6
}

.x-dark-cyan {
    color: #0095a0
}

.white,div.bg-dark-cyan p,div.bg-dark-grey p,div.bg-dark-grey-10 p,div.bg-dark-grey-20 p,div.bg-dark-grey-30 p,div.bg-dark-grey-40 p,div.bg-dark-grey-50 p,div.bg-dark-grey-60 p,div.bg-dark-grey-70 p,div.bg-dark-grey-80 p,div.bg-dark-grey-90 p,div.bg-grey-70 p,div.bg-grey-80 p,div.bg-grey-90 p {
    color: #fff
}

.red {
    color: #e53b3b
}

.fill-white {
    fill: #fff
}

.stroke-white {
    stroke: #fff
}

.fill-grey {
    fill: #474a56
}

.stroke-grey {
    stroke: #474a56
}

.fill-light-grey {
    fill: #cccdd0
}

.stroke-light-grey {
    stroke: #cccdd0
}

.fill-cyan {
    fill: #23d5d6
}

.stroke-cyan {
    stroke: #23d5d6
}

.fill-x-dark-cyan {
    fill: #0095a0
}

.stroke-x-dark-cyan {
    stroke: #0095a0
}

.bg-beige {
    background: #faf9f8
}

.fill-orange {
    fill: #fda755
}

.fill-trans {
    fill: transparent
}

.stroke-trans {
    stroke: transparent
}

.bg-white,.c-btn .fading-circle-spinner [class^=circle-]:before {
    background: #fff
}

.bg-yellow {
    background: #ffd23f
}

.bg-x-light-yellow {
    background: #ffe284
}

.bg-xx-light-yellow {
    background: #ffeaa7
}

.bg-grey {
    background: #474a56
}

.bg-light-grey {
    background: #686a74
}

.bg-x-light-grey {
    background: #898b93
}

.bg-xx-light-grey {
    background: #abacb2
}

.bg-xxx-light-grey {
    background: #cccdd0
}

.bg-xxxx-light-grey,.dropdown-white ul li:hover {
    background: #f9f8ee
}

.bg-dark-grey {
    background-color: #28292a
}

.bg-xx-dark-grey {
    background-color: #262626
}

.bg-x-dark-cyan {
    background: #0095a0
}

.bg-dark-cyan {
    background: #1dafb0
}

.bg-cyan {
    background: #23d5d6
}

.bg-light-cyan {
    background: #4bdcdd
}

.bg-x-light-cyan {
    background: #73e4e4
}

.bg-xx-light-cyan {
    background: #9bebec
}

.bg-xxx-light-cyan {
    background: #ebfbfb
}

.bg-xxxx-light-cyan {
    background: #dff2f2
}

.bg-xxxxx-light-cyan {
    background: #eff8f8
}

.bg-orange {
    background: #fda755
}

.bg-light-orange {
    background: #ffb774
}

.bg-x-light-orange {
    background: #ffc793
}

.bg-xx-light-orange {
    background: #ffe7d0
}

.bg-xxx-light-orange {
    background: #f3efeb
}

.bg-xxxx-light-orange {
    background: #eae6e2
}

.bg-biscuit {
    background: #faf9f8
}

.bg-warm-biscuit {
    background: #f3efeb
}

.bg-facebook {
    background: #4c68a7
}

.bg-facebook:hover {
    background: #3e5f99!important;
    color: #fff
}

.bg-trans {
    background: 0 0
}

.bg-white-10 {
    background: rgba(255,255,255,.1)
}

.bg-white-20 {
    background: rgba(255,255,255,.2)
}

.bg-white-30 {
    background: rgba(255,255,255,.3)
}

.bg-white-40 {
    background: rgba(255,255,255,.4)
}

.bg-white-50 {
    background: rgba(255,255,255,.5)
}

.bg-white-60 {
    background: rgba(255,255,255,.6)
}

.bg-white-70 {
    background: rgba(255,255,255,.7)
}

.bg-white-80 {
    background: rgba(255,255,255,.8)
}

.bg-white-90 {
    background: rgba(255,255,255,.9)
}

.bg-grey-10 {
    background: rgba(71,74,86,.1)
}

.bg-grey-20 {
    background: rgba(71,74,86,.2)
}

.bg-grey-30 {
    background: rgba(71,74,86,.3)
}

.bg-grey-40 {
    background: rgba(71,74,86,.4)
}

.bg-grey-50 {
    background: rgba(71,74,86,.5)
}

.bg-grey-60 {
    background: rgba(71,74,86,.6)
}

.bg-grey-70 {
    background: rgba(71,74,86,.7)
}

.bg-grey-80 {
    background: rgba(71,74,86,.8)
}

.bg-grey-90 {
    background: rgba(71,74,86,.9)
}

.bg-dark-grey-10 {
    background: rgba(40,41,42,.1)
}

.bg-dark-grey-20 {
    background: rgba(40,41,42,.2)
}

.bg-dark-grey-30 {
    background: rgba(40,41,42,.3)
}

.bg-dark-grey-40 {
    background: rgba(40,41,42,.4)
}

.bg-dark-grey-50 {
    background: rgba(40,41,42,.5)
}

.bg-dark-grey-60 {
    background: rgba(40,41,42,.6)
}

.bg-dark-grey-70 {
    background: rgba(40,41,42,.7)
}

.bg-dark-grey-80 {
    background: rgba(40,41,42,.8)
}

.bg-dark-grey-90 {
    background: rgba(40,41,42,.9)
}

.site-gradient {
    background: -moz-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
    background: -webkit-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
    background: -o-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
    background: -ms-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
    background: linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%)
}

.white-beige-gradient {
    background: -moz-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
    background: -webkit-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
    background: -o-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
    background: -ms-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
    background: linear-gradient(-180deg,#fff 0,#f3efeb 100%)
}

.cyan-beige-gradient {
    background: -moz-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
    background: -webkit-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
    background: -o-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
    background: -ms-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
    background: linear-gradient(184deg,#f3efeb 0,#0095a0 100%)
}

.orange-grey-gradient {
    background: -moz-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
    background: -webkit-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
    background: -o-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
    background: -ms-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
    background: linear-gradient(184deg,#ffc793 0,#f9f8ee 50%)
}

.white.hover-white:hover {
    color: #d7d7d7
}

.white.hover-white:hover path,.white.hover-white:hover polygon,.white.hover-white:hover rect {
    fill: #d7d7d7
}

.c-btn-site:hover.bg-hover-cyan,.c-btn:hover.bg-hover-cyan {
    background: #23d5d6
}

button:hover.bg-hover-cyan {
    background: #23d5d6;
    color: #fff
}

.c-btn-site:hover.bg-hover-dark-cyan,.c-btn:hover.bg-hover-dark-cyan,button:hover.bg-hover-dark-cyan {
    background: #1dafb0;
    color: #fff
}

.c-btn-site:hover.bg-hover-x-dark-cyan,.c-btn:hover.bg-hover-x-dark-cyan,button:hover.bg-hover-x-dark-cyan {
    background: #0095a0;
    color: #fff
}

.c-btn-site:hover.bg-hover-orange,.c-btn:hover.bg-hover-orange,button:hover.bg-hover-orange {
    background: #fda755;
    color: #fff
}

.c-btn-site:hover.bg-hover-x-dark-orange,.c-btn:hover.bg-hover-x-dark-orange,button:hover.bg-hover-x-dark-orange {
    background: #a36b37;
    color: #fff
}

.c-btn-site:hover.bg-hover-grey,.c-btn:hover.bg-hover-grey,button:hover.bg-hover-grey {
    background: #474a56;
    color: #fff
}

.c-btn-site:hover.bg-hover-b-orange,.c-btn:hover.bg-hover-b-orange,button:hover.bg-hover-b-orange {
    border-color: #fda755;
    color: gray
}

.c-btn-site:hover.bg-hover-b-grey,.c-btn:hover.bg-hover-b-grey,button:hover.bg-hover-b-grey {
    border-color: #474a56;
    color: gray
}

.c-btn-site:hover.bg-hover-trans,.c-btn:hover.bg-hover-trans,button:hover.bg-hover-trans {
    background: 0 0
}

.c-btn-site:hover.hover-orange,.c-btn:hover.hover-orange,button:hover.hover-orange {
    color: #fda755
}

.hover-cyan:hover {
    color: #23d5d6;
    fill: #23d5d6
}

.focus-cyan:focus {
    color: #23d5d6
}

.hover-dark-cyan:hover {
    color: #1dafb0
}

.hover-x-dark-cyan:hover {
    color: #0095a0
}

.hover-orange:hover {
    color: #fda755
}

.hover-dark-orange:hover {
    color: #d18a47
}

.hover-x-dark-orange:hover {
    color: #a36b37
}

.hover-xx-dark-cyan:hover {
    color: #d08946
}

@media only screen and (min-width: 768px) {
    .tab-greyscale {
        -webkit-filter:grayscale(1);
        filter: grayscale(1)
    }

    .tab-greyscale-75 {
        -webkit-filter: grayscale(75%);
        filter: grayscale(75%)
    }

    .tab-greyscale-50 {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }

    .tab-greyscale-25 {
        -webkit-filter: grayscale(25%);
        filter: grayscale(25%)
    }

    .tab-grey {
        color: #474a56
    }

    .tab-light-grey {
        color: #686a74
    }

    .tab-x-light-grey {
        color: #898b93
    }

    .tab-xx-light-grey {
        color: #abacb2
    }

    .tab-xxx-light-grey {
        color: #cccdd0
    }

    .tab-dark-grey {
        color: #343740
    }

    .tab-xx-dark-grey {
        color: #262626
    }

    .tab-yellow {
        color: #ffd23f
    }

    .tab-x-light-yellow {
        color: #ffe284
    }

    .tab-xx-light-yellow {
        color: #ffeaa7
    }

    .tab-orange {
        color: #fda755
    }

    .tab-xxx-light-orange {
        color: #f3efeb
    }

    .tab-cyan {
        color: #23d5d6
    }

    .tab-x-dark-cyan {
        color: #0095a0
    }

    .tab-white {
        color: #fff
    }

    .tab-red {
        color: #e53b3b
    }

    .tab-fill-white {
        fill: #fff
    }

    .tab-stroke-white {
        stroke: #fff
    }

    .tab-fill-grey {
        fill: #474a56
    }

    .tab-stroke-grey {
        stroke: #474a56
    }

    .tab-fill-light-grey {
        fill: #cccdd0
    }

    .tab-stroke-light-grey {
        stroke: #cccdd0
    }

    .tab-fill-cyan {
        fill: #23d5d6
    }

    .tab-stroke-cyan {
        stroke: #23d5d6
    }

    .tab-fill-x-dark-cyan {
        fill: #0095a0
    }

    .tab-stroke-x-dark-cyan {
        stroke: #0095a0
    }

    .tab-fill-orange {
        fill: #fda755
    }

    .tab-stroke-orange {
        stroke: #fda755
    }

    .tab-fill-trans {
        fill: transparent
    }

    .tab-stroke-trans {
        stroke: transparent
    }

    .tab-bg-white {
        background: #fff
    }

    .tab-bg-yellow {
        background: #ffd23f
    }

    .tab-bg-x-light-yellow {
        background: #ffe284
    }

    .tab-bg-xx-light-yellow {
        background: #ffeaa7
    }

    .tab-bg-grey {
        background: #474a56
    }

    .tab-bg-light-grey {
        background: #686a74
    }

    .tab-bg-x-light-grey {
        background: #898b93
    }

    .tab-bg-xx-light-grey {
        background: #abacb2
    }

    .tab-bg-xxx-light-grey {
        background: #cccdd0
    }

    .tab-bg-xxxx-light-grey {
        background: #f9f8ee
    }

    .tab-bg-xx-dark-grey {
        background-color: #262626
    }

    .tab-bg-x-dark-cyan {
        background: #0095a0
    }

    .tab-bg-dark-cyan {
        background: #1dafb0
    }

    .tab-bg-cyan {
        background: #23d5d6
    }

    .tab-bg-light-cyan {
        background: #4bdcdd
    }

    .tab-bg-x-light-cyan {
        background: #73e4e4
    }

    .tab-bg-xx-light-cyan {
        background: #9bebec
    }

    .tab-bg-xxx-light-cyan {
        background: #ebfbfb
    }

    .tab-bg-xxxx-light-cyan {
        background: #dff2f2
    }

    .tab-bg-xxxxx-light-cyan {
        background: #eff8f8
    }

    .tab-bg-orange {
        background: #fda755
    }

    .tab-bg-light-orange {
        background: #ffb774
    }

    .tab-bg-x-light-orange {
        background: #ffc793
    }

    .tab-bg-xx-light-orange {
        background: #ffe7d0
    }

    .tab-bg-xxx-light-orange {
        background: #f3efeb
    }

    .tab-bg-xxxx-light-orange {
        background: #eae6e2
    }

    .tab-bg-biscuit {
        background: #faf9f8
    }

    .tab-bg-warm-biscuit {
        background: #f3efeb
    }

    .tab-bg-facebook {
        background: #4c68a7
    }

    .tab-bg-facebook:hover {
        background: #3e5f99!important;
        color: #fff
    }

    .tab-bg-trans {
        background: 0 0
    }

    .tab-bg-white-10 {
        background: rgba(255,255,255,.1)
    }

    .tab-bg-white-20 {
        background: rgba(255,255,255,.2)
    }

    .tab-bg-white-30 {
        background: rgba(255,255,255,.3)
    }

    .tab-bg-white-40 {
        background: rgba(255,255,255,.4)
    }

    .tab-bg-white-50 {
        background: rgba(255,255,255,.5)
    }

    .tab-bg-white-60 {
        background: rgba(255,255,255,.6)
    }

    .tab-bg-white-70 {
        background: rgba(255,255,255,.7)
    }

    .tab-bg-white-80 {
        background: rgba(255,255,255,.8)
    }

    .tab-bg-white-90 {
        background: rgba(255,255,255,.9)
    }

    .tab-bg-grey-10 {
        background: rgba(71,74,86,.1)
    }

    .tab-bg-grey-20 {
        background: rgba(71,74,86,.2)
    }

    .tab-bg-grey-30 {
        background: rgba(71,74,86,.3)
    }

    .tab-bg-grey-40 {
        background: rgba(71,74,86,.4)
    }

    .tab-bg-grey-50 {
        background: rgba(71,74,86,.5)
    }

    .tab-bg-grey-60 {
        background: rgba(71,74,86,.6)
    }

    .tab-bg-grey-70 {
        background: rgba(71,74,86,.7)
    }

    .tab-bg-grey-80 {
        background: rgba(71,74,86,.8)
    }

    .tab-bg-grey-90 {
        background: rgba(71,74,86,.9)
    }

    .tab-site-gradient {
        background: -moz-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -webkit-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -o-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -ms-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%)
    }

    .tab-white-beige-gradient {
        background: -moz-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -webkit-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -o-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -ms-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: linear-gradient(-180deg,#fff 0,#f3efeb 100%)
    }

    .tab-cyan-beige-gradient {
        background: -moz-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -webkit-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -o-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -ms-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: linear-gradient(184deg,#f3efeb 0,#0095a0 100%)
    }

    .tab-orange-grey-gradient {
        background: -moz-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -webkit-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -o-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -ms-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: linear-gradient(184deg,#ffc793 0,#f9f8ee 50%)
    }
}

.tab-hover-cyan:hover {
    color: #23d5d6
}

.tab-focus-cyan:focus {
    color: #23d5d6
}

.tab-hover-dark-cyan:hover {
    color: #1dafb0
}

.tab-hover-x-dark-cyan:hover {
    color: #0095a0
}

.tab-hover-orange:hover {
    color: #fda755
}

.tab-hover-dark-orange:hover {
    color: #d18a47
}

.tab-hover-x-dark-orange:hover {
    color: #a36b37
}

.tab-hover-xx-dark-cyan:hover {
    color: #d08946
}

@media only screen and (min-width: 980px) {
    .med-greyscale {
        -webkit-filter:grayscale(1);
        filter: grayscale(1)
    }

    .med-greyscale-75 {
        -webkit-filter: grayscale(75%);
        filter: grayscale(75%)
    }

    .med-greyscale-50 {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }

    .med-greyscale-25 {
        -webkit-filter: grayscale(25%);
        filter: grayscale(25%)
    }

    .med-grey {
        color: #474a56
    }

    .med-light-grey {
        color: #686a74
    }

    .med-x-light-grey {
        color: #898b93
    }

    .med-xx-light-grey {
        color: #abacb2
    }

    .med-xxx-light-grey {
        color: #cccdd0
    }

    .med-dark-grey {
        color: #343740
    }

    .med-xx-dark-grey {
        color: #262626
    }

    .med-yellow {
        color: #ffd23f
    }

    .med-x-light-yellow {
        color: #ffe284
    }

    .med-xx-light-yellow {
        color: #ffeaa7
    }

    .med-orange {
        color: #fda755
    }

    .med-xxx-light-orange {
        color: #f3efeb
    }

    .med-cyan {
        color: #23d5d6
    }

    .med-x-dark-cyan {
        color: #0095a0
    }

    .med-white {
        color: #fff
    }

    .med-red {
        color: #e53b3b
    }

    .med-fill-white {
        fill: #fff
    }

    .med-stroke-white {
        stroke: #fff
    }

    .med-fill-grey {
        fill: #474a56
    }

    .med-stroke-grey {
        stroke: #474a56
    }

    .med-fill-light-grey {
        fill: #cccdd0
    }

    .med-stroke-light-grey {
        stroke: #cccdd0
    }

    .med-fill-cyan {
        fill: #23d5d6
    }

    .med-stroke-cyan {
        stroke: #23d5d6
    }

    .med-fill-x-dark-cyan {
        fill: #0095a0
    }

    .med-stroke-x-dark-cyan {
        stroke: #0095a0
    }

    .med-fill-orange {
        fill: #fda755
    }

    .med-stroke-orange {
        stroke: #fda755
    }

    .med-fill-trans {
        fill: transparent
    }

    .med-stroke-trans {
        stroke: transparent
    }

    .med-bg-white {
        background: #fff
    }

    .med-bg-yellow {
        background: #ffd23f
    }

    .med-bg-x-light-yellow {
        background: #ffe284
    }

    .med-bg-xx-light-yellow {
        background: #ffeaa7
    }

    .med-bg-grey {
        background: #474a56
    }

    .med-bg-light-grey {
        background: #686a74
    }

    .med-bg-x-light-grey {
        background: #898b93
    }

    .med-bg-xx-light-grey {
        background: #abacb2
    }

    .med-bg-xxx-light-grey {
        background: #cccdd0
    }

    .med-bg-xxxx-light-grey {
        background: #f9f8ee
    }

    .med-bg-xx-dark-grey {
        background-color: #262626
    }

    .med-bg-x-dark-cyan {
        background: #0095a0
    }

    .med-bg-dark-cyan {
        background: #1dafb0
    }

    .med-bg-cyan {
        background: #23d5d6
    }

    .med-bg-light-cyan {
        background: #4bdcdd
    }

    .med-bg-x-light-cyan {
        background: #73e4e4
    }

    .med-bg-xx-light-cyan {
        background: #9bebec
    }

    .med-bg-xxx-light-cyan {
        background: #ebfbfb
    }

    .med-bg-xxxx-light-cyan {
        background: #dff2f2
    }

    .med-bg-xxxxx-light-cyan {
        background: #eff8f8
    }

    .med-bg-orange {
        background: #fda755
    }

    .med-bg-light-orange {
        background: #ffb774
    }

    .med-bg-x-light-orange {
        background: #ffc793
    }

    .med-bg-xx-light-orange {
        background: #ffe7d0
    }

    .med-bg-xxx-light-orange {
        background: #f3efeb
    }

    .med-bg-xxxx-light-orange {
        background: #eae6e2
    }

    .med-bg-biscuit {
        background: #faf9f8
    }

    .med-bg-warm-biscuit {
        background: #f3efeb
    }

    .med-bg-facebook {
        background: #4c68a7
    }

    .med-bg-facebook:hover {
        background: #3e5f99!important;
        color: #fff
    }

    .med-bg-trans {
        background: 0 0
    }

    .med-bg-white-10 {
        background: rgba(255,255,255,.1)
    }

    .med-bg-white-20 {
        background: rgba(255,255,255,.2)
    }

    .med-bg-white-30 {
        background: rgba(255,255,255,.3)
    }

    .med-bg-white-40 {
        background: rgba(255,255,255,.4)
    }

    .med-bg-white-50 {
        background: rgba(255,255,255,.5)
    }

    .med-bg-white-60 {
        background: rgba(255,255,255,.6)
    }

    .med-bg-white-70 {
        background: rgba(255,255,255,.7)
    }

    .med-bg-white-80 {
        background: rgba(255,255,255,.8)
    }

    .med-bg-white-90 {
        background: rgba(255,255,255,.9)
    }

    .med-bg-grey-10 {
        background: rgba(71,74,86,.1)
    }

    .med-bg-grey-20 {
        background: rgba(71,74,86,.2)
    }

    .med-bg-grey-30 {
        background: rgba(71,74,86,.3)
    }

    .med-bg-grey-40 {
        background: rgba(71,74,86,.4)
    }

    .med-bg-grey-50 {
        background: rgba(71,74,86,.5)
    }

    .med-bg-grey-60 {
        background: rgba(71,74,86,.6)
    }

    .med-bg-grey-70 {
        background: rgba(71,74,86,.7)
    }

    .med-bg-grey-80 {
        background: rgba(71,74,86,.8)
    }

    .med-bg-grey-90 {
        background: rgba(71,74,86,.9)
    }

    .med-site-gradient {
        background: -moz-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -webkit-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -o-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -ms-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%)
    }

    .med-white-beige-gradient {
        background: -moz-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -webkit-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -o-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -ms-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: linear-gradient(-180deg,#fff 0,#f3efeb 100%)
    }

    .med-cyan-beige-gradient {
        background: -moz-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -webkit-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -o-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -ms-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: linear-gradient(184deg,#f3efeb 0,#0095a0 100%)
    }

    .med-orange-grey-gradient {
        background: -moz-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -webkit-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -o-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -ms-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: linear-gradient(184deg,#ffc793 0,#f9f8ee 50%)
    }
}

.med-hover-cyan:hover {
    color: #23d5d6
}

.med-focus-cyan:focus {
    color: #23d5d6
}

.med-hover-dark-cyan:hover {
    color: #1dafb0
}

.med-hover-x-dark-cyan:hover {
    color: #0095a0
}

.med-hover-orange:hover {
    color: #fda755
}

.med-hover-dark-orange:hover {
    color: #d18a47
}

.med-hover-x-dark-orange:hover {
    color: #a36b37
}

.med-hover-xx-dark-cyan:hover {
    color: #d08946
}

@media only screen and (min-width: 1180px) {
    .lrg-greyscale {
        -webkit-filter:grayscale(1);
        filter: grayscale(1)
    }

    .lrg-greyscale-75 {
        -webkit-filter: grayscale(75%);
        filter: grayscale(75%)
    }

    .lrg-greyscale-50 {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }

    .lrg-greyscale-25 {
        -webkit-filter: grayscale(25%);
        filter: grayscale(25%)
    }

    .lrg-grey {
        color: #474a56
    }

    .lrg-light-grey {
        color: #686a74
    }

    .lrg-x-light-grey {
        color: #898b93
    }

    .lrg-xx-light-grey {
        color: #abacb2
    }

    .lrg-xxx-light-grey {
        color: #cccdd0
    }

    .lrg-dark-grey {
        color: #343740
    }

    .lrg-xx-dark-grey {
        color: #262626
    }

    .lrg-yellow {
        color: #ffd23f
    }

    .lrg-x-light-yellow {
        color: #ffe284
    }

    .lrg-xx-light-yellow {
        color: #ffeaa7
    }

    .lrg-orange {
        color: #fda755
    }

    .lrg-xxx-light-orange {
        color: #f3efeb
    }

    .lrg-cyan {
        color: #23d5d6
    }

    .lrg-x-dark-cyan {
        color: #0095a0
    }

    .lrg-white {
        color: #fff
    }

    .lrg-red {
        color: #e53b3b
    }

    .lrg-fill-white {
        fill: #fff
    }

    .lrg-stroke-white {
        stroke: #fff
    }

    .lrg-fill-grey {
        fill: #474a56
    }

    .lrg-stroke-grey {
        stroke: #474a56
    }

    .lrg-fill-light-grey {
        fill: #cccdd0
    }

    .lrg-stroke-light-grey {
        stroke: #cccdd0
    }

    .lrg-fill-cyan {
        fill: #23d5d6
    }

    .lrg-stroke-cyan {
        stroke: #23d5d6
    }

    .lrg-fill-x-dark-cyan {
        fill: #0095a0
    }

    .lrg-stroke-x-dark-cyan {
        stroke: #0095a0
    }

    .lrg-fill-orange {
        fill: #fda755
    }

    .lrg-stroke-orange {
        stroke: #fda755
    }

    .lrg-fill-trans {
        fill: transparent
    }

    .lrg-stroke-trans {
        stroke: transparent
    }

    .lrg-bg-white {
        background: #fff
    }

    .lrg-bg-yellow {
        background: #ffd23f
    }

    .lrg-bg-x-light-yellow {
        background: #ffe284
    }

    .lrg-bg-xx-light-yellow {
        background: #ffeaa7
    }

    .lrg-bg-grey {
        background: #474a56
    }

    .lrg-bg-light-grey {
        background: #686a74
    }

    .lrg-bg-x-light-grey {
        background: #898b93
    }

    .lrg-bg-xx-light-grey {
        background: #abacb2
    }

    .lrg-bg-xxx-light-grey {
        background: #cccdd0
    }

    .lrg-bg-xxxx-light-grey {
        background: #f9f8ee
    }

    .lrg-bg-xx-dark-grey {
        background-color: #262626
    }

    .lrg-bg-x-dark-cyan {
        background: #0095a0
    }

    .lrg-bg-dark-cyan {
        background: #1dafb0
    }

    .lrg-bg-cyan {
        background: #23d5d6
    }

    .lrg-bg-light-cyan {
        background: #4bdcdd
    }

    .lrg-bg-x-light-cyan {
        background: #73e4e4
    }

    .lrg-bg-xx-light-cyan {
        background: #9bebec
    }

    .lrg-bg-xxx-light-cyan {
        background: #ebfbfb
    }

    .lrg-bg-xxxx-light-cyan {
        background: #dff2f2
    }

    .lrg-bg-xxxxx-light-cyan {
        background: #eff8f8
    }

    .lrg-bg-orange {
        background: #fda755
    }

    .lrg-bg-light-orange {
        background: #ffb774
    }

    .lrg-bg-x-light-orange {
        background: #ffc793
    }

    .lrg-bg-xx-light-orange {
        background: #ffe7d0
    }

    .lrg-bg-xxx-light-orange {
        background: #f3efeb
    }

    .lrg-bg-xxxx-light-orange {
        background: #eae6e2
    }

    .lrg-bg-biscuit {
        background: #faf9f8
    }

    .lrg-bg-warm-biscuit {
        background: #f3efeb
    }

    .lrg-bg-facebook {
        background: #4c68a7
    }

    .lrg-bg-facebook:hover {
        background: #3e5f99!important;
        color: #fff
    }

    .lrg-bg-trans {
        background: 0 0
    }

    .lrg-bg-white-10 {
        background: rgba(255,255,255,.1)
    }

    .lrg-bg-white-20 {
        background: rgba(255,255,255,.2)
    }

    .lrg-bg-white-30 {
        background: rgba(255,255,255,.3)
    }

    .lrg-bg-white-40 {
        background: rgba(255,255,255,.4)
    }

    .lrg-bg-white-50 {
        background: rgba(255,255,255,.5)
    }

    .lrg-bg-white-60 {
        background: rgba(255,255,255,.6)
    }

    .lrg-bg-white-70 {
        background: rgba(255,255,255,.7)
    }

    .lrg-bg-white-80 {
        background: rgba(255,255,255,.8)
    }

    .lrg-bg-white-90 {
        background: rgba(255,255,255,.9)
    }

    .lrg-bg-grey-10 {
        background: rgba(71,74,86,.1)
    }

    .lrg-bg-grey-20 {
        background: rgba(71,74,86,.2)
    }

    .lrg-bg-grey-30 {
        background: rgba(71,74,86,.3)
    }

    .lrg-bg-grey-40 {
        background: rgba(71,74,86,.4)
    }

    .lrg-bg-grey-50 {
        background: rgba(71,74,86,.5)
    }

    .lrg-bg-grey-60 {
        background: rgba(71,74,86,.6)
    }

    .lrg-bg-grey-70 {
        background: rgba(71,74,86,.7)
    }

    .lrg-bg-grey-80 {
        background: rgba(71,74,86,.8)
    }

    .lrg-bg-grey-90 {
        background: rgba(71,74,86,.9)
    }

    .lrg-site-gradient {
        background: -moz-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -webkit-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -o-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -ms-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%)
    }

    .lrg-white-beige-gradient {
        background: -moz-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -webkit-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -o-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -ms-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: linear-gradient(-180deg,#fff 0,#f3efeb 100%)
    }

    .lrg-cyan-beige-gradient {
        background: -moz-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -webkit-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -o-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -ms-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: linear-gradient(184deg,#f3efeb 0,#0095a0 100%)
    }

    .lrg-orange-grey-gradient {
        background: -moz-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -webkit-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -o-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -ms-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: linear-gradient(184deg,#ffc793 0,#f9f8ee 50%)
    }
}

.lrg-hover-cyan:hover {
    color: #23d5d6
}

.lrg-focus-cyan:focus {
    color: #23d5d6
}

.lrg-hover-dark-cyan:hover {
    color: #1dafb0
}

.lrg-hover-x-dark-cyan:hover {
    color: #0095a0
}

.lrg-hover-orange:hover {
    color: #fda755
}

.lrg-hover-dark-orange:hover {
    color: #d18a47
}

.lrg-hover-x-dark-orange:hover {
    color: #a36b37
}

.lrg-hover-xx-dark-cyan:hover {
    color: #d08946
}

@media only screen and (min-width: 1400px) {
    .xl-greyscale {
        -webkit-filter:grayscale(1);
        filter: grayscale(1)
    }

    .xl-greyscale-75 {
        -webkit-filter: grayscale(75%);
        filter: grayscale(75%)
    }

    .xl-greyscale-50 {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }

    .xl-greyscale-25 {
        -webkit-filter: grayscale(25%);
        filter: grayscale(25%)
    }

    .xl-grey {
        color: #474a56
    }

    .xl-light-grey {
        color: #686a74
    }

    .xl-x-light-grey {
        color: #898b93
    }

    .xl-xx-light-grey {
        color: #abacb2
    }

    .xl-xxx-light-grey {
        color: #cccdd0
    }

    .xl-dark-grey {
        color: #343740
    }

    .xl-xx-dark-grey {
        color: #262626
    }

    .xl-yellow {
        color: #ffd23f
    }

    .xl-x-light-yellow {
        color: #ffe284
    }

    .xl-xx-light-yellow {
        color: #ffeaa7
    }

    .xl-orange {
        color: #fda755
    }

    .xl-xxx-light-orange {
        color: #f3efeb
    }

    .xl-cyan {
        color: #23d5d6
    }

    .xl-x-dark-cyan {
        color: #0095a0
    }

    .xl-white {
        color: #fff
    }

    .xl-red {
        color: #e53b3b
    }

    .xl-fill-white {
        fill: #fff
    }

    .xl-stroke-white {
        stroke: #fff
    }

    .xl-fill-grey {
        fill: #474a56
    }

    .xl-stroke-grey {
        stroke: #474a56
    }

    .xl-fill-light-grey {
        fill: #cccdd0
    }

    .xl-stroke-light-grey {
        stroke: #cccdd0
    }

    .xl-fill-cyan {
        fill: #23d5d6
    }

    .xl-stroke-cyan {
        stroke: #23d5d6
    }

    .xl-fill-x-dark-cyan {
        fill: #0095a0
    }

    .xl-stroke-x-dark-cyan {
        stroke: #0095a0
    }

    .xl-fill-orange {
        fill: #fda755
    }

    .xl-stroke-orange {
        stroke: #fda755
    }

    .xl-fill-trans {
        fill: transparent
    }

    .xl-stroke-trans {
        stroke: transparent
    }

    .xl-bg-white {
        background: #fff
    }

    .xl-bg-yellow {
        background: #ffd23f
    }

    .xl-bg-x-light-yellow {
        background: #ffe284
    }

    .xl-bg-xx-light-yellow {
        background: #ffeaa7
    }

    .xl-bg-grey {
        background: #474a56
    }

    .xl-bg-light-grey {
        background: #686a74
    }

    .xl-bg-x-light-grey {
        background: #898b93
    }

    .xl-bg-xx-light-grey {
        background: #abacb2
    }

    .xl-bg-xxx-light-grey {
        background: #cccdd0
    }

    .xl-bg-xxxx-light-grey {
        background: #f9f8ee
    }

    .xl-bg-xx-dark-grey {
        background-color: #262626
    }

    .xl-bg-x-dark-cyan {
        background: #0095a0
    }

    .xl-bg-dark-cyan {
        background: #1dafb0
    }

    .xl-bg-cyan {
        background: #23d5d6
    }

    .xl-bg-light-cyan {
        background: #4bdcdd
    }

    .xl-bg-x-light-cyan {
        background: #73e4e4
    }

    .xl-bg-xx-light-cyan {
        background: #9bebec
    }

    .xl-bg-xxx-light-cyan {
        background: #ebfbfb
    }

    .xl-bg-xxxx-light-cyan {
        background: #dff2f2
    }

    .xl-bg-xxxxx-light-cyan {
        background: #eff8f8
    }

    .xl-bg-orange {
        background: #fda755
    }

    .xl-bg-light-orange {
        background: #ffb774
    }

    .xl-bg-x-light-orange {
        background: #ffc793
    }

    .xl-bg-xx-light-orange {
        background: #ffe7d0
    }

    .xl-bg-xxx-light-orange {
        background: #f3efeb
    }

    .xl-bg-xxxx-light-orange {
        background: #eae6e2
    }

    .xl-bg-biscuit {
        background: #faf9f8
    }

    .xl-bg-warm-biscuit {
        background: #f3efeb
    }

    .xl-bg-facebook {
        background: #4c68a7
    }

    .xl-bg-facebook:hover {
        background: #3e5f99!important;
        color: #fff
    }

    .xl-bg-trans {
        background: 0 0
    }

    .xl-bg-white-10 {
        background: rgba(255,255,255,.1)
    }

    .xl-bg-white-20 {
        background: rgba(255,255,255,.2)
    }

    .xl-bg-white-30 {
        background: rgba(255,255,255,.3)
    }

    .xl-bg-white-40 {
        background: rgba(255,255,255,.4)
    }

    .xl-bg-white-50 {
        background: rgba(255,255,255,.5)
    }

    .xl-bg-white-60 {
        background: rgba(255,255,255,.6)
    }

    .xl-bg-white-70 {
        background: rgba(255,255,255,.7)
    }

    .xl-bg-white-80 {
        background: rgba(255,255,255,.8)
    }

    .xl-bg-white-90 {
        background: rgba(255,255,255,.9)
    }

    .xl-bg-grey-10 {
        background: rgba(71,74,86,.1)
    }

    .xl-bg-grey-20 {
        background: rgba(71,74,86,.2)
    }

    .xl-bg-grey-30 {
        background: rgba(71,74,86,.3)
    }

    .xl-bg-grey-40 {
        background: rgba(71,74,86,.4)
    }

    .xl-bg-grey-50 {
        background: rgba(71,74,86,.5)
    }

    .xl-bg-grey-60 {
        background: rgba(71,74,86,.6)
    }

    .xl-bg-grey-70 {
        background: rgba(71,74,86,.7)
    }

    .xl-bg-grey-80 {
        background: rgba(71,74,86,.8)
    }

    .xl-bg-grey-90 {
        background: rgba(71,74,86,.9)
    }

    .xl-site-gradient {
        background: -moz-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -webkit-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -o-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: -ms-linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%);
        background: linear-gradient(135deg,#f3efeb 0,#eae6e2 49.86%,#ebfbfb 100%)
    }

    .xl-white-beige-gradient {
        background: -moz-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -webkit-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -o-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: -ms-linear-gradient(-180deg,#fff 0,#f3efeb 100%);
        background: linear-gradient(-180deg,#fff 0,#f3efeb 100%)
    }

    .xl-cyan-beige-gradient {
        background: -moz-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -webkit-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -o-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: -ms-linear-gradient(184deg,#f3efeb 0,#0095a0 100%);
        background: linear-gradient(184deg,#f3efeb 0,#0095a0 100%)
    }

    .xl-orange-grey-gradient {
        background: -moz-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -webkit-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -o-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: -ms-linear-gradient(184deg,#ffc793 0,#f9f8ee 50%);
        background: linear-gradient(184deg,#ffc793 0,#f9f8ee 50%)
    }
}

.xl-hover-cyan:hover {
    color: #23d5d6
}

.xl-focus-cyan:focus {
    color: #23d5d6
}

.xl-hover-dark-cyan:hover {
    color: #1dafb0
}

.xl-hover-x-dark-cyan:hover {
    color: #0095a0
}

.xl-hover-orange:hover {
    color: #fda755
}

.xl-hover-dark-orange:hover {
    color: #d18a47
}

.xl-hover-x-dark-orange:hover {
    color: #a36b37
}

.xl-hover-xx-dark-cyan:hover {
    color: #d08946
}

.focus-no-outline:focus {
    outline: 0
}

.hover-select:hover {
    opacity: .8
}

.active-select:checked {
    font-weight: 700
}

.unselect {
    opacity: .4
}

.bg-size-cover {
    background-size: cover
}

.bg-size-contain {
    background-size: contain
}

.bg-size-auto {
    background-size: auto
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-repeat-space {
    background-repeat: space
}

.bg-repeat-round {
    background-repeat: round
}

.bg-position-top {
    background-position: top
}

.bg-position-center {
    background-position: center
}

.bg-position-bottom {
    background-position: bottom
}

.bg-position-left {
    background-position: left
}

.bg-position-right {
    background-position: right
}

@media only screen and (min-width: 768px) {
    .tab-bg-size-cover {
        background-size:cover
    }

    .tab-bg-size-contain {
        background-size: contain
    }

    .tab-bg-size-auto {
        background-size: auto
    }

    .tab-bg-repeat {
        background-repeat: repeat
    }

    .tab-bg-no-repeat {
        background-repeat: no-repeat
    }

    .tab-bg-repeat-x {
        background-repeat: repeat-x
    }

    .tab-bg-repeat-y {
        background-repeat: repeat-y
    }

    .tab-bg-repeat-space {
        background-repeat: space
    }

    .tab-bg-repeat-round {
        background-repeat: round
    }

    .tab-bg-position-top {
        background-position: top
    }

    .tab-bg-position-center {
        background-position: center
    }

    .tab-bg-position-bottom {
        background-position: bottom
    }

    .tab-bg-position-left {
        background-position: left
    }

    .tab-bg-position-right {
        background-position: right
    }
}

@media only screen and (min-width: 980px) {
    .med-bg-size-cover {
        background-size:cover
    }

    .med-bg-size-contain {
        background-size: contain
    }

    .med-bg-size-auto {
        background-size: auto
    }

    .med-bg-repeat {
        background-repeat: repeat
    }

    .med-bg-no-repeat {
        background-repeat: no-repeat
    }

    .med-bg-repeat-x {
        background-repeat: repeat-x
    }

    .med-bg-repeat-y {
        background-repeat: repeat-y
    }

    .med-bg-repeat-space {
        background-repeat: space
    }

    .med-bg-repeat-round {
        background-repeat: round
    }

    .med-bg-position-top {
        background-position: top
    }

    .med-bg-position-center {
        background-position: center
    }

    .med-bg-position-bottom {
        background-position: bottom
    }

    .med-bg-position-left {
        background-position: left
    }

    .med-bg-position-right {
        background-position: right
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-bg-size-cover {
        background-size:cover
    }

    .lrg-bg-size-contain {
        background-size: contain
    }

    .lrg-bg-size-auto {
        background-size: auto
    }

    .lrg-bg-repeat {
        background-repeat: repeat
    }

    .lrg-bg-no-repeat {
        background-repeat: no-repeat
    }

    .lrg-bg-repeat-x {
        background-repeat: repeat-x
    }

    .lrg-bg-repeat-y {
        background-repeat: repeat-y
    }

    .lrg-bg-repeat-space {
        background-repeat: space
    }

    .lrg-bg-repeat-round {
        background-repeat: round
    }

    .lrg-bg-position-top {
        background-position: top
    }

    .lrg-bg-position-center {
        background-position: center
    }

    .lrg-bg-position-bottom {
        background-position: bottom
    }

    .lrg-bg-position-left {
        background-position: left
    }

    .lrg-bg-position-right {
        background-position: right
    }
}

@media only screen and (min-width: 1400px) {
    .xl-bg-size-cover {
        background-size:cover
    }

    .xl-bg-size-contain {
        background-size: contain
    }

    .xl-bg-size-auto {
        background-size: auto
    }

    .xl-bg-repeat {
        background-repeat: repeat
    }

    .xl-bg-no-repeat {
        background-repeat: no-repeat
    }

    .xl-bg-repeat-x {
        background-repeat: repeat-x
    }

    .xl-bg-repeat-y {
        background-repeat: repeat-y
    }

    .xl-bg-repeat-space {
        background-repeat: space
    }

    .xl-bg-repeat-round {
        background-repeat: round
    }

    .xl-bg-position-top {
        background-position: top
    }

    .xl-bg-position-center {
        background-position: center
    }

    .xl-bg-position-bottom {
        background-position: bottom
    }

    .xl-bg-position-left {
        background-position: left
    }

    .xl-bg-position-right {
        background-position: right
    }
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pos-static {
    position: static
}

.top-0 {
    top: 0
}

.top-xs {
    top: 4px
}

.top-x {
    top: 8px
}

.top-small {
    top: 16px
}

.top-medium {
    top: 24px
}

.top-lrg {
    top: 32px
}

.top-xl {
    top: 40px
}

.top-xxl {
    top: 48px
}

.top-xxxl {
    top: 56px
}

.top-xxxxl {
    top: 64px
}

.top-xxxxxl {
    top: 72px
}

.top-xxxxxxl {
    top: 80px
}

.top-xxxxxxxl {
    top: 88px
}

.bottom-0 {
    bottom: 0
}

.bottom-xs {
    bottom: 4px
}

.bottom-x {
    bottom: 8px
}

.bottom-small {
    bottom: 16px
}

.bottom-medium {
    bottom: 24px
}

.bottom-lrg {
    bottom: 32px
}

.bottom-xl {
    bottom: 40px
}

.bottom-xxl {
    bottom: 48px
}

.bottom-xxxl {
    bottom: 56px
}

.bottom-xxxxl {
    bottom: 64px
}

.bottom-xxxxxl {
    bottom: 72px
}

.bottom-xxxxxxl {
    bottom: 80px
}

.bottom-xxxxxxxl {
    bottom: 88px
}

.left-0 {
    left: 0
}

.left-xs {
    left: 4px
}

.left-x {
    left: 8px
}

.left-small {
    left: 16px
}

.left-medium {
    left: 24px
}

.left-lrg {
    left: 32px
}

.left-xl {
    left: 40px
}

.left-xxl {
    left: 48px
}

.left-xxxl {
    left: 56px
}

.left-xxxxl {
    left: 64px
}

.left-xxxxxl {
    left: 72px
}

.left-xxxxxxl {
    left: 80px
}

.left-xxxxxxxl {
    left: 88px
}

.right-0 {
    right: 0
}

.right-xs {
    right: 4px
}

.right-x {
    right: 8px
}

.right-small {
    right: 16px
}

.right-medium {
    right: 24px
}

.right-lrg {
    right: 32px
}

.right-xl {
    right: 40px
}

.right-xxl {
    right: 48px
}

.right-xxxl {
    right: 56px
}

.right-xxxxl {
    right: 64px
}

.right-xxxxxl {
    right: 72px
}

.right-xxxxxxl {
    right: 80px
}

.right-xxxxxxxl {
    right: 88px
}

.left-10 {
    left: 10%
}

.left-20 {
    left: 20%
}

.left-30 {
    left: 30%
}

.left-40 {
    left: 40%
}

.left-50 {
    left: 50%
}

.left-60 {
    left: 60%
}

.left-70 {
    left: 70%
}

.left-80 {
    left: 80%
}

.left-90 {
    left: 90%
}

.left-100 {
    left: 100%
}

.right-10 {
    right: 10%
}

.right-20 {
    right: 20%
}

.right-30 {
    right: 30%
}

.right-40 {
    right: 40%
}

.right-50 {
    right: 50%
}

.right-60 {
    right: 60%
}

.right-70 {
    right: 70%
}

.right-80 {
    right: 80%
}

.right-90 {
    right: 90%
}

.right-100 {
    right: 100%
}

.top-10 {
    top: 10%
}

.top-20 {
    top: 20%
}

.top-30 {
    top: 30%
}

.top-40 {
    top: 40%
}

.top-50 {
    top: 50%
}

.top-60 {
    top: 60%
}

.top-70 {
    top: 70%
}

.top-80 {
    top: 80%
}

.top-90 {
    top: 90%
}

.top-100 {
    top: 100%
}

.top-110 {
    top: 110%
}

.bottom-10 {
    bottom: 10%
}

.bottom-20 {
    bottom: 20%
}

.bottom-30 {
    bottom: 30%
}

.bottom-40 {
    bottom: 40%
}

.bottom-50 {
    bottom: 50%
}

.bottom-60 {
    bottom: 60%
}

.bottom-70 {
    bottom: 70%
}

.bottom-80 {
    bottom: 80%
}

.bottom-90 {
    bottom: 90%
}

.bottom-100 {
    bottom: 100%
}

.neg-top-xs {
    top: -4px
}

.neg-top-x {
    top: -8px
}

.neg-top-small {
    top: -16px
}

.neg-top-medium {
    top: -24px
}

.neg-top-lrg {
    top: -32px
}

.neg-top-xl {
    top: -40px
}

.neg-top-xxl {
    top: -48px
}

.neg-top-xxxl {
    top: -56px
}

.neg-top-xxxxl {
    top: -64px
}

.neg-top-xxxxxl {
    top: 72px
}

.neg-top-xxxxxxl {
    top: 80px
}

.neg-top-xxxxxxxl {
    top: -88px
}

.neg-bottom-xs {
    bottom: -4px
}

.neg-bottom-x {
    bottom: -8px
}

.neg-bottom-small {
    bottom: -16px
}

.neg-bottom-medium {
    bottom: -24px
}

.neg-bottom-lrg {
    bottom: -32px
}

.neg-bottom-xl {
    bottom: -40px
}

.neg-bottom-xxl {
    bottom: -48px
}

.neg-bottom-xxxl {
    bottom: -56px
}

.neg-bottom-xxxxl {
    bottom: -64px
}

.neg-bottom-xxxxxl {
    bottom: 72px
}

.neg-bottom-xxxxxxl {
    bottom: 80px
}

.neg-bottom-xxxxxxxl {
    bottom: -88px
}

.neg-left-xs {
    left: -4px
}

.neg-left-x {
    left: -8px
}

.neg-left-small {
    left: -16px
}

.neg-left-medium {
    left: -24px
}

.neg-left-lrg {
    left: -32px
}

.neg-left-xl {
    left: -40px
}

.neg-left-xxl {
    left: -48px
}

.neg-left-xxxl {
    left: -64px
}

.neg-left-xxxxxl {
    left: 72px
}

.neg-left-xxxxxxl {
    left: 80px
}

.neg-left-xxxxxxxl {
    left: -88px
}

.neg-right-xs {
    right: -4px
}

.neg-right-x {
    right: -8px
}

.neg-right-small {
    right: -16px
}

.neg-right-medium {
    right: -24px
}

.neg-right-lrg {
    right: -32px
}

.neg-right-xl {
    right: -40px
}

.neg-right-xxl {
    right: -48px
}

.neg-right-xxxl {
    right: -56px
}

.neg-right-xxxxl {
    right: -64px
}

.neg-right-xxxxxl {
    right: 72px
}

.neg-right-xxxxxxl {
    right: 80px
}

.neg-right-xxxxxxxxl {
    right: -88px
}

.object-fit-100-0 {
    object-position: 100% 0
}

.object-fit-100-10 {
    object-position: 100% 10%
}

.object-fit-100-20 {
    object-position: 100% 20%
}

.object-fit-100-30 {
    object-position: 100% 30%
}

.object-fit-100-40 {
    object-position: 100% 40%
}

.object-fit-100-50 {
    object-position: 100% 50%
}

.object-fit-100-60 {
    object-position: 100% 60%
}

.object-fit-100-70 {
    object-position: 100% 70%
}

.object-fit-100-80 {
    object-position: 100% 80%
}

.object-fit-100-90 {
    object-position: 100% 90%
}

.object-fit-100 {
    object-position: 100% 100%
}

.object-fit-50-0 {
    object-position: 50% 0
}

.object-fit-50-10 {
    object-position: 50% 10%
}

.object-fit-50-20 {
    object-position: 50% 20%
}

.object-fit-50-30 {
    object-position: 50% 30%
}

.object-fit-50-40 {
    object-position: 50% 40%
}

.object-fit-center {
    object-position: 50% 50%
}

.object-fit-50-60 {
    object-position: 50% 60%
}

.object-fit-50-70 {
    object-position: 50% 70%
}

.object-fit-50-80 {
    object-position: 50% 80%
}

.object-fit-50-90 {
    object-position: 50% 90%
}

.object-fit-50-100 {
    object-position: 50% 100%
}

.object-fit-0 {
    object-position: 0 0
}

.object-fit-0-10 {
    object-position: 0 10%
}

.object-fit-0-20 {
    object-position: 0 20%
}

.object-fit-0-30 {
    object-position: 0 30%
}

.object-fit-0-40 {
    object-position: 0 40%
}

.object-fit-0-50 {
    object-position: 0 50%
}

.object-fit-0-60 {
    object-position: 0 60%
}

.object-fit-0-70 {
    object-position: 0 70%
}

.object-fit-0-80 {
    object-position: 0 80%
}

.object-fit-0-90 {
    object-position: 0 90%
}

.object-fit-0-100 {
    object-position: 0 100%
}

@media only screen and (min-width: 768px) {
    .tab-pos-rel {
        position:relative
    }

    .tab-pos-abs {
        position: absolute
    }

    .tab-pos-fixed {
        position: fixed
    }

    .tab-pos-static {
        position: static
    }

    .tab-top-0 {
        top: 0
    }

    .tab-top-xs {
        top: 4px
    }

    .tab-top-x {
        top: 8px
    }

    .tab-top-small {
        top: 16px
    }

    .tab-top-medium {
        top: 24px
    }

    .tab-top-lrg {
        top: 32px
    }

    .tab-top-xl {
        top: 40px
    }

    .tab-top-xxl {
        top: 48px
    }

    .tab-top-xxxl {
        top: 56px
    }

    .tab-top-xxxxl {
        top: 64px
    }

    .tab-top-xxxxxl {
        top: 72px
    }

    .tab-top-xxxxxxl {
        top: 80px
    }

    .tab-top-xxxxxxxl {
        top: 88px
    }

    .tab-bottom-0 {
        bottom: 0
    }

    .tab-bottom-xs {
        bottom: 4px
    }

    .tab-bottom-x {
        bottom: 8px
    }

    .tab-bottom-small {
        bottom: 16px
    }

    .tab-bottom-medium {
        bottom: 24px
    }

    .tab-bottom-lrg {
        bottom: 32px
    }

    .tab-bottom-xl {
        bottom: 40px
    }

    .tab-bottom-xxl {
        bottom: 48px
    }

    .tab-bottom-xxxl {
        bottom: 56px
    }

    .tab-bottom-xxxxl {
        bottom: 64px
    }

    .tab-bottom-xxxxxl {
        bottom: 72px
    }

    .tab-bottom-xxxxxxl {
        bottom: 80px
    }

    .tab-bottom-xxxxxxxl {
        bottom: 88px
    }

    .tab-left-0 {
        left: 0
    }

    .tab-left-xs {
        left: 4px
    }

    .tab-left-x {
        left: 8px
    }

    .tab-left-small {
        left: 16px
    }

    .tab-left-medium {
        left: 24px
    }

    .tab-left-lrg {
        left: 32px
    }

    .tab-left-xl {
        left: 40px
    }

    .tab-left-xxl {
        left: 48px
    }

    .tab-left-xxxl {
        left: 56px
    }

    .tab-left-xxxxl {
        left: 64px
    }

    .tab-left-xxxxxl {
        left: 72px
    }

    .tab-left-xxxxxxl {
        left: 80px
    }

    .tab-left-xxxxxxxl {
        left: 88px
    }

    .tab-right-0 {
        right: 0
    }

    .tab-right-xs {
        right: 4px
    }

    .tab-right-x {
        right: 8px
    }

    .tab-right-small {
        right: 16px
    }

    .tab-right-medium {
        right: 24px
    }

    .tab-right-lrg {
        right: 32px
    }

    .tab-right-xl {
        right: 40px
    }

    .tab-right-xxl {
        right: 48px
    }

    .tab-right-xxxl {
        right: 56px
    }

    .tab-right-xxxxl {
        right: 64px
    }

    .tab-right-xxxxxl {
        right: 72px
    }

    .tab-right-xxxxxxl {
        right: 80px
    }

    .tab-right-xxxxxxxl {
        right: 88px
    }

    .tab-left-10 {
        left: 10%
    }

    .tab-left-20 {
        left: 20%
    }

    .tab-left-30 {
        left: 30%
    }

    .tab-left-40 {
        left: 40%
    }

    .tab-left-50 {
        left: 50%
    }

    .tab-left-60 {
        left: 60%
    }

    .tab-left-70 {
        left: 70%
    }

    .tab-left-80 {
        left: 80%
    }

    .tab-left-90 {
        left: 90%
    }

    .tab-left-100 {
        left: 100%
    }

    .tab-right-10 {
        right: 10%
    }

    .tab-right-20 {
        right: 20%
    }

    .tab-right-30 {
        right: 30%
    }

    .tab-right-40 {
        right: 40%
    }

    .tab-right-50 {
        right: 50%
    }

    .tab-right-60 {
        right: 60%
    }

    .tab-right-70 {
        right: 70%
    }

    .tab-right-80 {
        right: 80%
    }

    .tab-right-90 {
        right: 90%
    }

    .tab-right-100 {
        right: 100%
    }

    .tab-top-10 {
        top: 10%
    }

    .tab-top-20 {
        top: 20%
    }

    .tab-top-30 {
        top: 30%
    }

    .tab-top-40 {
        top: 40%
    }

    .tab-top-50 {
        top: 50%
    }

    .tab-top-60 {
        top: 60%
    }

    .tab-top-70 {
        top: 70%
    }

    .tab-top-80 {
        top: 80%
    }

    .tab-top-90 {
        top: 90%
    }

    .tab-top-100 {
        top: 100%
    }

    .tab-top-110 {
        top: 110%
    }

    .tab-bottom-10 {
        bottom: 10%
    }

    .tab-bottom-20 {
        bottom: 20%
    }

    .tab-bottom-30 {
        bottom: 30%
    }

    .tab-bottom-40 {
        bottom: 40%
    }

    .tab-bottom-50 {
        bottom: 50%
    }

    .tab-bottom-60 {
        bottom: 60%
    }

    .tab-bottom-70 {
        bottom: 70%
    }

    .tab-bottom-80 {
        bottom: 80%
    }

    .tab-bottom-90 {
        bottom: 90%
    }

    .tab-bottom-100 {
        bottom: 100%
    }

    .tab-neg-top-xs {
        top: -4px
    }

    .tab-neg-top-x {
        top: -8px
    }

    .tab-neg-top-small {
        top: -16px
    }

    .tab-neg-top-medium {
        top: -24px
    }

    .tab-neg-top-lrg {
        top: -32px
    }

    .tab-neg-top-xl {
        top: -40px
    }

    .tab-neg-top-xxl {
        top: -48px
    }

    .tab-neg-top-xxxl {
        top: -56px
    }

    .tab-neg-top-xxxxl {
        top: -64px
    }

    .tab-neg-top-xxxxxl {
        top: -72px
    }

    .tab-neg-top-xxxxxxl {
        top: -80px
    }

    .tab-neg-top-xxxxxxxl {
        top: -88px
    }

    .tab-neg-bottom-xs {
        bottom: -4px
    }

    .tab-neg-bottom-x {
        bottom: -8px
    }

    .tab-neg-bottom-small {
        bottom: -16px
    }

    .tab-neg-bottom-medium {
        bottom: -24px
    }

    .tab-neg-bottom-lrg {
        bottom: -32px
    }

    .tab-neg-bottom-xl {
        bottom: -40px
    }

    .tab-neg-bottom-xxl {
        bottom: -48px
    }

    .tab-neg-bottom-xxxl {
        bottom: -56px
    }

    .tab-neg-bottom-xxxxl {
        bottom: -64px
    }

    .tab-neg-bottom-xxxxxl {
        bottom: -72px
    }

    .tab-neg-bottom-xxxxxxl {
        bottom: -80px
    }

    .tab-neg-bottom-xxxxxxxl {
        bottom: -88px
    }

    .tab-neg-left-xs {
        left: -4px
    }

    .tab-neg-left-x {
        left: -8px
    }

    .tab-neg-left-small {
        left: -16px
    }

    .tab-neg-left-medium {
        left: -24px
    }

    .tab-neg-left-lrg {
        left: -32px
    }

    .tab-neg-left-xl {
        left: -40px
    }

    .tab-neg-left-xxl {
        left: -48px
    }

    .tab-neg-left-xxxl {
        left: -64px
    }

    .tab-neg-left-xxxxxl {
        left: -72px
    }

    .tab-neg-left-xxxxxxl {
        left: -80px
    }

    .tab-neg-left-xxxxxxxl {
        left: -88px
    }

    .tab-neg-right-xs {
        right: -4px
    }

    .tab-neg-right-x {
        right: -8px
    }

    .tab-neg-right-small {
        right: -16px
    }

    .tab-neg-right-medium {
        right: -24px
    }

    .tab-neg-right-lrg {
        right: -32px
    }

    .tab-neg-right-xl {
        right: -40px
    }

    .tab-neg-right-xxl {
        right: -48px
    }

    .tab-neg-right-xxxl {
        right: -56px
    }

    .tab-neg-right-xxxxl {
        right: -64px
    }

    .tab-neg-right-xxxxxl {
        right: -72px
    }

    .tab-neg-right-xxxxxxl {
        right: -80px
    }

    .tab-neg-right-xxxxxxxxl {
        right: -88px
    }

    .tab-object-fit-100-0 {
        object-position: 100% 0
    }

    .tab-object-fit-100-10 {
        object-position: 100% 10%
    }

    .tab-object-fit-100-20 {
        object-position: 100% 20%
    }

    .tab-object-fit-100-30 {
        object-position: 100% 30%
    }

    .tab-object-fit-100-40 {
        object-position: 100% 40%
    }

    .tab-object-fit-100-50 {
        object-position: 100% 50%
    }

    .tab-object-fit-100-60 {
        object-position: 100% 60%
    }

    .tab-object-fit-100-70 {
        object-position: 100% 70%
    }

    .tab-object-fit-100-80 {
        object-position: 100% 80%
    }

    .tab-object-fit-100-90 {
        object-position: 100% 90%
    }

    .tab-object-fit-100 {
        object-position: 100% 100%
    }

    .tab-object-fit-50-0 {
        object-position: 50% 0
    }

    .tab-object-fit-50-10 {
        object-position: 50% 10%
    }

    .tab-object-fit-50-20 {
        object-position: 50% 20%
    }

    .tab-object-fit-50-30 {
        object-position: 50% 30%
    }

    .tab-object-fit-50-40 {
        object-position: 50% 40%
    }

    .tab-object-fit-center {
        object-position: 50% 50%
    }

    .tab-object-fit-50-60 {
        object-position: 50% 60%
    }

    .tab-object-fit-50-70 {
        object-position: 50% 70%
    }

    .tab-object-fit-50-80 {
        object-position: 50% 80%
    }

    .tab-object-fit-50-90 {
        object-position: 50% 90%
    }

    .tab-object-fit-50-100 {
        object-position: 50% 100%
    }

    .tab-object-fit-0 {
        object-position: 0 0
    }

    .tab-object-fit-0-10 {
        object-position: 0 10%
    }

    .tab-object-fit-0-20 {
        object-position: 0 20%
    }

    .tab-object-fit-0-30 {
        object-position: 0 30%
    }

    .tab-object-fit-0-40 {
        object-position: 0 40%
    }

    .tab-object-fit-0-50 {
        object-position: 0 50%
    }

    .tab-object-fit-0-60 {
        object-position: 0 60%
    }

    .tab-object-fit-0-70 {
        object-position: 0 70%
    }

    .tab-object-fit-0-80 {
        object-position: 0 80%
    }

    .tab-object-fit-0-90 {
        object-position: 0 90%
    }

    .tab-object-fit-0-100 {
        object-position: 0 100%
    }
}

@media only screen and (min-width: 980px) {
    .med-pos-rel {
        position:relative
    }

    .med-pos-abs {
        position: absolute
    }

    .med-pos-fixed {
        position: fixed
    }

    .med-pos-static {
        position: static
    }

    .med-top-0 {
        top: 0
    }

    .med-top-xs {
        top: 4px
    }

    .med-top-x {
        top: 8px
    }

    .med-top-small {
        top: 16px
    }

    .med-top-medium {
        top: 24px
    }

    .med-top-lrg {
        top: 32px
    }

    .med-top-xl {
        top: 40px
    }

    .med-top-xxl {
        top: 48px
    }

    .med-top-xxxl {
        top: 56px
    }

    .med-top-xxxxl {
        top: 64px
    }

    .med-top-xxxxxl {
        top: 72px
    }

    .med-top-xxxxxxl {
        top: 80px
    }

    .med-top-xxxxxxxl {
        top: 88px
    }

    .med-bottom-0 {
        bottom: 0
    }

    .med-bottom-xs {
        bottom: 4px
    }

    .med-bottom-x {
        bottom: 8px
    }

    .med-bottom-small {
        bottom: 16px
    }

    .med-bottom-medium {
        bottom: 24px
    }

    .med-bottom-lrg {
        bottom: 32px
    }

    .med-bottom-xl {
        bottom: 40px
    }

    .med-bottom-xxl {
        bottom: 48px
    }

    .med-bottom-xxxl {
        bottom: 56px
    }

    .med-bottom-xxxxl {
        bottom: 64px
    }

    .med-bottom-xxxxxl {
        bottom: 72px
    }

    .med-bottom-xxxxxxl {
        bottom: 80px
    }

    .med-bottom-xxxxxxxl {
        bottom: 88px
    }

    .med-left-0 {
        left: 0
    }

    .med-left-xs {
        left: 4px
    }

    .med-left-x {
        left: 8px
    }

    .med-left-small {
        left: 16px
    }

    .med-left-medium {
        left: 24px
    }

    .med-left-lrg {
        left: 32px
    }

    .med-left-xl {
        left: 40px
    }

    .med-left-xxl {
        left: 48px
    }

    .med-left-xxxl {
        left: 56px
    }

    .med-left-xxxxl {
        left: 64px
    }

    .med-left-xxxxxl {
        left: 72px
    }

    .med-left-xxxxxxl {
        left: 80px
    }

    .med-left-xxxxxxxl {
        left: 88px
    }

    .med-right-0 {
        right: 0
    }

    .med-right-xs {
        right: 4px
    }

    .med-right-x {
        right: 8px
    }

    .med-right-small {
        right: 16px
    }

    .med-right-medium {
        right: 24px
    }

    .med-right-lrg {
        right: 32px
    }

    .med-right-xl {
        right: 40px
    }

    .med-right-xxl {
        right: 48px
    }

    .med-right-xxxl {
        right: 56px
    }

    .med-right-xxxxl {
        right: 64px
    }

    .med-right-xxxxxl {
        right: 72px
    }

    .med-right-xxxxxxl {
        right: 80px
    }

    .med-right-xxxxxxxl {
        right: 88px
    }

    .med-left-10 {
        left: 10%
    }

    .med-left-20 {
        left: 20%
    }

    .med-left-30 {
        left: 30%
    }

    .med-left-40 {
        left: 40%
    }

    .med-left-50 {
        left: 50%
    }

    .med-left-60 {
        left: 60%
    }

    .med-left-70 {
        left: 70%
    }

    .med-left-80 {
        left: 80%
    }

    .med-left-90 {
        left: 90%
    }

    .med-left-100 {
        left: 100%
    }

    .med-right-10 {
        right: 10%
    }

    .med-right-20 {
        right: 20%
    }

    .med-right-30 {
        right: 30%
    }

    .med-right-40 {
        right: 40%
    }

    .med-right-50 {
        right: 50%
    }

    .med-right-60 {
        right: 60%
    }

    .med-right-70 {
        right: 70%
    }

    .med-right-80 {
        right: 80%
    }

    .med-right-90 {
        right: 90%
    }

    .med-right-100 {
        right: 100%
    }

    .med-top-10 {
        top: 10%
    }

    .med-top-20 {
        top: 20%
    }

    .med-top-30 {
        top: 30%
    }

    .med-top-40 {
        top: 40%
    }

    .med-top-50 {
        top: 50%
    }

    .med-top-60 {
        top: 60%
    }

    .med-top-70 {
        top: 70%
    }

    .med-top-80 {
        top: 80%
    }

    .med-top-90 {
        top: 90%
    }

    .med-top-100 {
        top: 100%
    }

    .med-top-110 {
        top: 110%
    }

    .med-bottom-10 {
        bottom: 10%
    }

    .med-bottom-20 {
        bottom: 20%
    }

    .med-bottom-30 {
        bottom: 30%
    }

    .med-bottom-40 {
        bottom: 40%
    }

    .med-bottom-50 {
        bottom: 50%
    }

    .med-bottom-60 {
        bottom: 60%
    }

    .med-bottom-70 {
        bottom: 70%
    }

    .med-bottom-80 {
        bottom: 80%
    }

    .med-bottom-90 {
        bottom: 90%
    }

    .med-bottom-100 {
        bottom: 100%
    }

    .med-neg-top-xs {
        top: -4px
    }

    .med-neg-top-x {
        top: -8px
    }

    .med-neg-top-small {
        top: -16px
    }

    .med-neg-top-medium {
        top: -24px
    }

    .med-neg-top-lrg {
        top: -32px
    }

    .med-neg-top-xl {
        top: -40px
    }

    .med-neg-top-xxl {
        top: -48px
    }

    .med-neg-top-xxxl {
        top: -56px
    }

    .med-neg-top-xxxxl {
        top: -64px
    }

    .med-neg-top-xxxxxl {
        top: -72px
    }

    .med-neg-top-xxxxxxl {
        top: -80px
    }

    .med-neg-top-xxxxxxxl {
        top: -88px
    }

    .med-neg-bottom-xs {
        bottom: -4px
    }

    .med-neg-bottom-x {
        bottom: -8px
    }

    .med-neg-bottom-small {
        bottom: -16px
    }

    .med-neg-bottom-medium {
        bottom: -24px
    }

    .med-neg-bottom-lrg {
        bottom: -32px
    }

    .med-neg-bottom-xl {
        bottom: -40px
    }

    .med-neg-bottom-xxl {
        bottom: -48px
    }

    .med-neg-bottom-xxxl {
        bottom: -56px
    }

    .med-neg-bottom-xxxxl {
        bottom: -64px
    }

    .med-neg-bottom-xxxxxl {
        bottom: -72px
    }

    .med-neg-bottom-xxxxxxl {
        bottom: -80px
    }

    .med-neg-bottom-xxxxxxxl {
        bottom: -88px
    }

    .med-neg-left-xs {
        left: -4px
    }

    .med-neg-left-x {
        left: -8px
    }

    .med-neg-left-small {
        left: -16px
    }

    .med-neg-left-medium {
        left: -24px
    }

    .med-neg-left-lrg {
        left: -32px
    }

    .med-neg-left-xl {
        left: -40px
    }

    .med-neg-left-xxl {
        left: -48px
    }

    .med-neg-left-xxxl {
        left: -64px
    }

    .med-neg-left-xxxxxl {
        left: -72px
    }

    .med-neg-left-xxxxxxl {
        left: -80px
    }

    .med-neg-left-xxxxxxxl {
        left: -88px
    }

    .med-neg-right-xs {
        right: -4px
    }

    .med-neg-right-x {
        right: -8px
    }

    .med-neg-right-small {
        right: -16px
    }

    .med-neg-right-medium {
        right: -24px
    }

    .med-neg-right-lrg {
        right: -32px
    }

    .med-neg-right-xl {
        right: -40px
    }

    .med-neg-right-xxl {
        right: -48px
    }

    .med-neg-right-xxxl {
        right: -56px
    }

    .med-neg-right-xxxxl {
        right: -64px
    }

    .med-neg-right-xxxxxl {
        right: -72px
    }

    .med-neg-right-xxxxxxl {
        right: -80px
    }

    .med-neg-right-xxxxxxxxl {
        right: -88px
    }

    .med-object-fit-100-0 {
        object-position: 100% 0
    }

    .med-object-fit-100-10 {
        object-position: 100% 10%
    }

    .med-object-fit-100-20 {
        object-position: 100% 20%
    }

    .med-object-fit-100-30 {
        object-position: 100% 30%
    }

    .med-object-fit-100-40 {
        object-position: 100% 40%
    }

    .med-object-fit-100-50 {
        object-position: 100% 50%
    }

    .med-object-fit-100-60 {
        object-position: 100% 60%
    }

    .med-object-fit-100-70 {
        object-position: 100% 70%
    }

    .med-object-fit-100-80 {
        object-position: 100% 80%
    }

    .med-object-fit-100-90 {
        object-position: 100% 90%
    }

    .med-object-fit-100 {
        object-position: 100% 100%
    }

    .med-object-fit-50-0 {
        object-position: 50% 0
    }

    .med-object-fit-50-10 {
        object-position: 50% 10%
    }

    .med-object-fit-50-20 {
        object-position: 50% 20%
    }

    .med-object-fit-50-30 {
        object-position: 50% 30%
    }

    .med-object-fit-50-40 {
        object-position: 50% 40%
    }

    .med-object-fit-center {
        object-position: 50% 50%
    }

    .med-object-fit-50-60 {
        object-position: 50% 60%
    }

    .med-object-fit-50-70 {
        object-position: 50% 70%
    }

    .med-object-fit-50-80 {
        object-position: 50% 80%
    }

    .med-object-fit-50-90 {
        object-position: 50% 90%
    }

    .med-object-fit-50-100 {
        object-position: 50% 100%
    }

    .med-object-fit-0 {
        object-position: 0 0
    }

    .med-object-fit-0-10 {
        object-position: 0 10%
    }

    .med-object-fit-0-20 {
        object-position: 0 20%
    }

    .med-object-fit-0-30 {
        object-position: 0 30%
    }

    .med-object-fit-0-40 {
        object-position: 0 40%
    }

    .med-object-fit-0-50 {
        object-position: 0 50%
    }

    .med-object-fit-0-60 {
        object-position: 0 60%
    }

    .med-object-fit-0-70 {
        object-position: 0 70%
    }

    .med-object-fit-0-80 {
        object-position: 0 80%
    }

    .med-object-fit-0-90 {
        object-position: 0 90%
    }

    .med-object-fit-0-100 {
        object-position: 0 100%
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-pos-rel {
        position:relative
    }

    .lrg-pos-abs {
        position: absolute
    }

    .lrg-pos-fixed {
        position: fixed
    }

    .lrg-pos-static {
        position: static
    }

    .lrg-top-0 {
        top: 0
    }

    .lrg-top-xs {
        top: 4px
    }

    .lrg-top-x {
        top: 8px
    }

    .lrg-top-small {
        top: 16px
    }

    .lrg-top-medium {
        top: 24px
    }

    .lrg-top-lrg {
        top: 32px
    }

    .lrg-top-xl {
        top: 40px
    }

    .lrg-top-xxl {
        top: 48px
    }

    .lrg-top-xxxl {
        top: 56px
    }

    .lrg-top-xxxxl {
        top: 64px
    }

    .lrg-top-xxxxxl {
        top: 72px
    }

    .lrg-top-xxxxxxl {
        top: 80px
    }

    .lrg-top-xxxxxxxl {
        top: 88px
    }

    .lrg-bottom-0 {
        bottom: 0
    }

    .lrg-bottom-xs {
        bottom: 4px
    }

    .lrg-bottom-x {
        bottom: 8px
    }

    .lrg-bottom-small {
        bottom: 16px
    }

    .lrg-bottom-medium {
        bottom: 24px
    }

    .lrg-bottom-lrg {
        bottom: 32px
    }

    .lrg-bottom-xl {
        bottom: 40px
    }

    .lrg-bottom-xxl {
        bottom: 48px
    }

    .lrg-bottom-xxxl {
        bottom: 56px
    }

    .lrg-bottom-xxxxl {
        bottom: 64px
    }

    .lrg-bottom-xxxxxl {
        bottom: 72px
    }

    .lrg-bottom-xxxxxxl {
        bottom: 80px
    }

    .lrg-bottom-xxxxxxxl {
        bottom: 88px
    }

    .lrg-left-0 {
        left: 0
    }

    .lrg-left-xs {
        left: 4px
    }

    .lrg-left-x {
        left: 8px
    }

    .lrg-left-small {
        left: 16px
    }

    .lrg-left-medium {
        left: 24px
    }

    .lrg-left-lrg {
        left: 32px
    }

    .lrg-left-xl {
        left: 40px
    }

    .lrg-left-xxl {
        left: 48px
    }

    .lrg-left-xxxl {
        left: 56px
    }

    .lrg-left-xxxxl {
        left: 64px
    }

    .lrg-left-xxxxxl {
        left: 72px
    }

    .lrg-left-xxxxxxl {
        left: 80px
    }

    .lrg-left-xxxxxxxl {
        left: 88px
    }

    .lrg-right-0 {
        right: 0
    }

    .lrg-right-xs {
        right: 4px
    }

    .lrg-right-x {
        right: 8px
    }

    .lrg-right-small {
        right: 16px
    }

    .lrg-right-medium {
        right: 24px
    }

    .lrg-right-lrg {
        right: 32px
    }

    .lrg-right-xl {
        right: 40px
    }

    .lrg-right-xxl {
        right: 48px
    }

    .lrg-right-xxxl {
        right: 56px
    }

    .lrg-right-xxxxl {
        right: 64px
    }

    .lrg-right-xxxxxl {
        right: 72px
    }

    .lrg-right-xxxxxxl {
        right: 80px
    }

    .lrg-right-xxxxxxxl {
        right: 88px
    }

    .lrg-left-10 {
        left: 10%
    }

    .lrg-left-20 {
        left: 20%
    }

    .lrg-left-30 {
        left: 30%
    }

    .lrg-left-40 {
        left: 40%
    }

    .lrg-left-50 {
        left: 50%
    }

    .lrg-left-60 {
        left: 60%
    }

    .lrg-left-70 {
        left: 70%
    }

    .lrg-left-80 {
        left: 80%
    }

    .lrg-left-90 {
        left: 90%
    }

    .lrg-left-100 {
        left: 100%
    }

    .lrg-right-10 {
        right: 10%
    }

    .lrg-right-20 {
        right: 20%
    }

    .lrg-right-30 {
        right: 30%
    }

    .lrg-right-40 {
        right: 40%
    }

    .lrg-right-50 {
        right: 50%
    }

    .lrg-right-60 {
        right: 60%
    }

    .lrg-right-70 {
        right: 70%
    }

    .lrg-right-80 {
        right: 80%
    }

    .lrg-right-90 {
        right: 90%
    }

    .lrg-right-100 {
        right: 100%
    }

    .lrg-top-10 {
        top: 10%
    }

    .lrg-top-20 {
        top: 20%
    }

    .lrg-top-30 {
        top: 30%
    }

    .lrg-top-40 {
        top: 40%
    }

    .lrg-top-50 {
        top: 50%
    }

    .lrg-top-60 {
        top: 60%
    }

    .lrg-top-70 {
        top: 70%
    }

    .lrg-top-80 {
        top: 80%
    }

    .lrg-top-90 {
        top: 90%
    }

    .lrg-top-100 {
        top: 100%
    }

    .lrg-top-110 {
        top: 110%
    }

    .lrg-bottom-10 {
        bottom: 10%
    }

    .lrg-bottom-20 {
        bottom: 20%
    }

    .lrg-bottom-30 {
        bottom: 30%
    }

    .lrg-bottom-40 {
        bottom: 40%
    }

    .lrg-bottom-50 {
        bottom: 50%
    }

    .lrg-bottom-60 {
        bottom: 60%
    }

    .lrg-bottom-70 {
        bottom: 70%
    }

    .lrg-bottom-80 {
        bottom: 80%
    }

    .lrg-bottom-90 {
        bottom: 90%
    }

    .lrg-bottom-100 {
        bottom: 100%
    }

    .lrg-neg-top-xs {
        top: -4px
    }

    .lrg-neg-top-x {
        top: -8px
    }

    .lrg-neg-top-small {
        top: -16px
    }

    .lrg-neg-top-medium {
        top: -24px
    }

    .lrg-neg-top-lrg {
        top: -32px
    }

    .lrg-neg-top-xl {
        top: -40px
    }

    .lrg-neg-top-xxl {
        top: -48px
    }

    .lrg-neg-top-xxxl {
        top: -56px
    }

    .lrg-neg-top-xxxxl {
        top: -64px
    }

    .lrg-neg-top-xxxxxl {
        top: -72px
    }

    .lrg-neg-top-xxxxxxl {
        top: -80px
    }

    .lrg-neg-top-xxxxxxxl {
        top: -88px
    }

    .lrg-neg-bottom-xs {
        bottom: -4px
    }

    .lrg-neg-bottom-x {
        bottom: -8px
    }

    .lrg-neg-bottom-small {
        bottom: -16px
    }

    .lrg-neg-bottom-medium {
        bottom: -24px
    }

    .lrg-neg-bottom-lrg {
        bottom: -32px
    }

    .lrg-neg-bottom-xl {
        bottom: -40px
    }

    .lrg-neg-bottom-xxl {
        bottom: -48px
    }

    .lrg-neg-bottom-xxxl {
        bottom: -56px
    }

    .lrg-neg-bottom-xxxxl {
        bottom: -64px
    }

    .lrg-neg-bottom-xxxxxl {
        bottom: -72px
    }

    .lrg-neg-bottom-xxxxxxl {
        bottom: -80px
    }

    .lrg-neg-bottom-xxxxxxxl {
        bottom: -88px
    }

    .lrg-neg-left-xs {
        left: -4px
    }

    .lrg-neg-left-x {
        left: -8px
    }

    .lrg-neg-left-small {
        left: -16px
    }

    .lrg-neg-left-medium {
        left: -24px
    }

    .lrg-neg-left-lrg {
        left: -32px
    }

    .lrg-neg-left-xl {
        left: -40px
    }

    .lrg-neg-left-xxl {
        left: -48px
    }

    .lrg-neg-left-xxxl {
        left: -64px
    }

    .lrg-neg-left-xxxxxl {
        left: -72px
    }

    .lrg-neg-left-xxxxxxl {
        left: -80px
    }

    .lrg-neg-left-xxxxxxxl {
        left: -88px
    }

    .lrg-neg-right-xs {
        right: -4px
    }

    .lrg-neg-right-x {
        right: -8px
    }

    .lrg-neg-right-small {
        right: -16px
    }

    .lrg-neg-right-medium {
        right: -24px
    }

    .lrg-neg-right-lrg {
        right: -32px
    }

    .lrg-neg-right-xl {
        right: -40px
    }

    .lrg-neg-right-xxl {
        right: -48px
    }

    .lrg-neg-right-xxxl {
        right: -56px
    }

    .lrg-neg-right-xxxxl {
        right: -64px
    }

    .lrg-neg-right-xxxxxl {
        right: -72px
    }

    .lrg-neg-right-xxxxxxl {
        right: -80px
    }

    .lrg-neg-right-xxxxxxxxl {
        right: -88px
    }

    .lrg-object-fit-100-0 {
        object-position: 100% 0
    }

    .lrg-object-fit-100-10 {
        object-position: 100% 10%
    }

    .lrg-object-fit-100-20 {
        object-position: 100% 20%
    }

    .lrg-object-fit-100-30 {
        object-position: 100% 30%
    }

    .lrg-object-fit-100-40 {
        object-position: 100% 40%
    }

    .lrg-object-fit-100-50 {
        object-position: 100% 50%
    }

    .lrg-object-fit-100-60 {
        object-position: 100% 60%
    }

    .lrg-object-fit-100-70 {
        object-position: 100% 70%
    }

    .lrg-object-fit-100-80 {
        object-position: 100% 80%
    }

    .lrg-object-fit-100-90 {
        object-position: 100% 90%
    }

    .lrg-object-fit-100 {
        object-position: 100% 100%
    }

    .lrg-object-fit-50-0 {
        object-position: 50% 0
    }

    .lrg-object-fit-50-10 {
        object-position: 50% 10%
    }

    .lrg-object-fit-50-20 {
        object-position: 50% 20%
    }

    .lrg-object-fit-50-30 {
        object-position: 50% 30%
    }

    .lrg-object-fit-50-40 {
        object-position: 50% 40%
    }

    .lrg-object-fit-center {
        object-position: 50% 50%
    }

    .lrg-object-fit-50-60 {
        object-position: 50% 60%
    }

    .lrg-object-fit-50-70 {
        object-position: 50% 70%
    }

    .lrg-object-fit-50-80 {
        object-position: 50% 80%
    }

    .lrg-object-fit-50-90 {
        object-position: 50% 90%
    }

    .lrg-object-fit-50-100 {
        object-position: 50% 100%
    }

    .lrg-object-fit-0 {
        object-position: 0 0
    }

    .lrg-object-fit-0-10 {
        object-position: 0 10%
    }

    .lrg-object-fit-0-20 {
        object-position: 0 20%
    }

    .lrg-object-fit-0-30 {
        object-position: 0 30%
    }

    .lrg-object-fit-0-40 {
        object-position: 0 40%
    }

    .lrg-object-fit-0-50 {
        object-position: 0 50%
    }

    .lrg-object-fit-0-60 {
        object-position: 0 60%
    }

    .lrg-object-fit-0-70 {
        object-position: 0 70%
    }

    .lrg-object-fit-0-80 {
        object-position: 0 80%
    }

    .lrg-object-fit-0-90 {
        object-position: 0 90%
    }

    .lrg-object-fit-0-100 {
        object-position: 0 100%
    }
}

@media only screen and (min-width: 1400px) {
    .xl-pos-rel {
        position:relative
    }

    .xl-pos-abs {
        position: absolute
    }

    .xl-pos-fixed {
        position: fixed
    }

    .xl-pos-static {
        position: static
    }

    .xl-top-0 {
        top: 0
    }

    .xl-top-xs {
        top: 4px
    }

    .xl-top-x {
        top: 8px
    }

    .xl-top-small {
        top: 16px
    }

    .xl-top-medium {
        top: 24px
    }

    .xl-top-lrg {
        top: 32px
    }

    .xl-top-xl {
        top: 40px
    }

    .xl-top-xxl {
        top: 48px
    }

    .xl-top-xxxl {
        top: 56px
    }

    .xl-top-xxxxl {
        top: 64px
    }

    .xl-top-xxxxxl {
        top: 72px
    }

    .xl-top-xxxxxxl {
        top: 80px
    }

    .xl-top-xxxxxxxl {
        top: 88px
    }

    .xl-bottom-0 {
        bottom: 0
    }

    .xl-bottom-xs {
        bottom: 4px
    }

    .xl-bottom-x {
        bottom: 8px
    }

    .xl-bottom-small {
        bottom: 16px
    }

    .xl-bottom-medium {
        bottom: 24px
    }

    .xl-bottom-lrg {
        bottom: 32px
    }

    .xl-bottom-xl {
        bottom: 40px
    }

    .xl-bottom-xxl {
        bottom: 48px
    }

    .xl-bottom-xxxl {
        bottom: 56px
    }

    .xl-bottom-xxxxl {
        bottom: 64px
    }

    .xl-bottom-xxxxxl {
        bottom: 72px
    }

    .xl-bottom-xxxxxxl {
        bottom: 80px
    }

    .xl-bottom-xxxxxxxl {
        bottom: 88px
    }

    .xl-left-0 {
        left: 0
    }

    .xl-left-xs {
        left: 4px
    }

    .xl-left-x {
        left: 8px
    }

    .xl-left-small {
        left: 16px
    }

    .xl-left-medium {
        left: 24px
    }

    .xl-left-lrg {
        left: 32px
    }

    .xl-left-xl {
        left: 40px
    }

    .xl-left-xxl {
        left: 48px
    }

    .xl-left-xxxl {
        left: 56px
    }

    .xl-left-xxxxl {
        left: 64px
    }

    .xl-left-xxxxxl {
        left: 72px
    }

    .xl-left-xxxxxxl {
        left: 80px
    }

    .xl-left-xxxxxxxl {
        left: 88px
    }

    .xl-right-0 {
        right: 0
    }

    .xl-right-xs {
        right: 4px
    }

    .xl-right-x {
        right: 8px
    }

    .xl-right-small {
        right: 16px
    }

    .xl-right-medium {
        right: 24px
    }

    .xl-right-lrg {
        right: 32px
    }

    .xl-right-xl {
        right: 40px
    }

    .xl-right-xxl {
        right: 48px
    }

    .xl-right-xxxl {
        right: 56px
    }

    .xl-right-xxxxl {
        right: 64px
    }

    .xl-right-xxxxxl {
        right: 72px
    }

    .xl-right-xxxxxxl {
        right: 80px
    }

    .xl-right-xxxxxxxl {
        right: 88px
    }

    .xl-left-10 {
        left: 10%
    }

    .xl-left-20 {
        left: 20%
    }

    .xl-left-30 {
        left: 30%
    }

    .xl-left-40 {
        left: 40%
    }

    .xl-left-50 {
        left: 50%
    }

    .xl-left-60 {
        left: 60%
    }

    .xl-left-70 {
        left: 70%
    }

    .xl-left-80 {
        left: 80%
    }

    .xl-left-90 {
        left: 90%
    }

    .xl-left-100 {
        left: 100%
    }

    .xl-right-10 {
        right: 10%
    }

    .xl-right-20 {
        right: 20%
    }

    .xl-right-30 {
        right: 30%
    }

    .xl-right-40 {
        right: 40%
    }

    .xl-right-50 {
        right: 50%
    }

    .xl-right-60 {
        right: 60%
    }

    .xl-right-70 {
        right: 70%
    }

    .xl-right-80 {
        right: 80%
    }

    .xl-right-90 {
        right: 90%
    }

    .xl-right-100 {
        right: 100%
    }

    .xl-top-10 {
        top: 10%
    }

    .xl-top-20 {
        top: 20%
    }

    .xl-top-30 {
        top: 30%
    }

    .xl-top-40 {
        top: 40%
    }

    .xl-top-50 {
        top: 50%
    }

    .xl-top-60 {
        top: 60%
    }

    .xl-top-70 {
        top: 70%
    }

    .xl-top-80 {
        top: 80%
    }

    .xl-top-90 {
        top: 90%
    }

    .xl-top-100 {
        top: 100%
    }

    .xl-top-110 {
        top: 110%
    }

    .xl-bottom-10 {
        bottom: 10%
    }

    .xl-bottom-20 {
        bottom: 20%
    }

    .xl-bottom-30 {
        bottom: 30%
    }

    .xl-bottom-40 {
        bottom: 40%
    }

    .xl-bottom-50 {
        bottom: 50%
    }

    .xl-bottom-60 {
        bottom: 60%
    }

    .xl-bottom-70 {
        bottom: 70%
    }

    .xl-bottom-80 {
        bottom: 80%
    }

    .xl-bottom-90 {
        bottom: 90%
    }

    .xl-bottom-100 {
        bottom: 100%
    }

    .xl-neg-top-xs {
        top: -4px
    }

    .xl-neg-top-x {
        top: -8px
    }

    .xl-neg-top-small {
        top: -16px
    }

    .xl-neg-top-medium {
        top: -24px
    }

    .xl-neg-top-lrg {
        top: -32px
    }

    .xl-neg-top-xl {
        top: -40px
    }

    .xl-neg-top-xxl {
        top: -48px
    }

    .xl-neg-top-xxxl {
        top: -56px
    }

    .xl-neg-top-xxxxl {
        top: -64px
    }

    .xl-neg-top-xxxxxl {
        top: -72px
    }

    .xl-neg-top-xxxxxxl {
        top: -80px
    }

    .xl-neg-top-xxxxxxxl {
        top: -88px
    }

    .xl-neg-bottom-xs {
        bottom: -4px
    }

    .xl-neg-bottom-x {
        bottom: -8px
    }

    .xl-neg-bottom-small {
        bottom: -16px
    }

    .xl-neg-bottom-medium {
        bottom: -24px
    }

    .xl-neg-bottom-lrg {
        bottom: -32px
    }

    .xl-neg-bottom-xl {
        bottom: -40px
    }

    .xl-neg-bottom-xxl {
        bottom: -48px
    }

    .xl-neg-bottom-xxxl {
        bottom: -56px
    }

    .xl-neg-bottom-xxxxl {
        bottom: -64px
    }

    .xl-neg-bottom-xxxxxl {
        bottom: -72px
    }

    .xl-neg-bottom-xxxxxxl {
        bottom: -80px
    }

    .xl-neg-bottom-xxxxxxxl {
        bottom: -88px
    }

    .xl-neg-left-xs {
        left: -4px
    }

    .xl-neg-left-x {
        left: -8px
    }

    .xl-neg-left-small {
        left: -16px
    }

    .xl-neg-left-medium {
        left: -24px
    }

    .xl-neg-left-lrg {
        left: -32px
    }

    .xl-neg-left-xl {
        left: -40px
    }

    .xl-neg-left-xxl {
        left: -48px
    }

    .xl-neg-left-xxxl {
        left: -64px
    }

    .xl-neg-left-xxxxxl {
        left: -72px
    }

    .xl-neg-left-xxxxxxl {
        left: -80px
    }

    .xl-neg-left-xxxxxxxl {
        left: -88px
    }

    .xl-neg-right-xs {
        right: -4px
    }

    .xl-neg-right-x {
        right: -8px
    }

    .xl-neg-right-small {
        right: -16px
    }

    .xl-neg-right-medium {
        right: -24px
    }

    .xl-neg-right-lrg {
        right: -32px
    }

    .xl-neg-right-xl {
        right: -40px
    }

    .xl-neg-right-xxl {
        right: -48px
    }

    .xl-neg-right-xxxl {
        right: -56px
    }

    .xl-neg-right-xxxxl {
        right: -64px
    }

    .xl-neg-right-xxxxxl {
        right: -72px
    }

    .xl-neg-right-xxxxxxl {
        right: -80px
    }

    .xl-neg-right-xxxxxxxxl {
        right: -88px
    }

    .xl-object-fit-100-0 {
        object-position: 100% 0
    }

    .xl-object-fit-100-10 {
        object-position: 100% 10%
    }

    .xl-object-fit-100-20 {
        object-position: 100% 20%
    }

    .xl-object-fit-100-30 {
        object-position: 100% 30%
    }

    .xl-object-fit-100-40 {
        object-position: 100% 40%
    }

    .xl-object-fit-100-50 {
        object-position: 100% 50%
    }

    .xl-object-fit-100-60 {
        object-position: 100% 60%
    }

    .xl-object-fit-100-70 {
        object-position: 100% 70%
    }

    .xl-object-fit-100-80 {
        object-position: 100% 80%
    }

    .xl-object-fit-100-90 {
        object-position: 100% 90%
    }

    .xl-object-fit-100 {
        object-position: 100% 100%
    }

    .xl-object-fit-50-0 {
        object-position: 50% 0
    }

    .xl-object-fit-50-10 {
        object-position: 50% 10%
    }

    .xl-object-fit-50-20 {
        object-position: 50% 20%
    }

    .xl-object-fit-50-30 {
        object-position: 50% 30%
    }

    .xl-object-fit-50-40 {
        object-position: 50% 40%
    }

    .xl-object-fit-center {
        object-position: 50% 50%
    }

    .xl-object-fit-50-60 {
        object-position: 50% 60%
    }

    .xl-object-fit-50-70 {
        object-position: 50% 70%
    }

    .xl-object-fit-50-80 {
        object-position: 50% 80%
    }

    .xl-object-fit-50-90 {
        object-position: 50% 90%
    }

    .xl-object-fit-50-100 {
        object-position: 50% 100%
    }

    .xl-object-fit-0 {
        object-position: 0 0
    }

    .xl-object-fit-0-10 {
        object-position: 0 10%
    }

    .xl-object-fit-0-20 {
        object-position: 0 20%
    }

    .xl-object-fit-0-30 {
        object-position: 0 30%
    }

    .xl-object-fit-0-40 {
        object-position: 0 40%
    }

    .xl-object-fit-0-50 {
        object-position: 0 50%
    }

    .xl-object-fit-0-60 {
        object-position: 0 60%
    }

    .xl-object-fit-0-70 {
        object-position: 0 70%
    }

    .xl-object-fit-0-80 {
        object-position: 0 80%
    }

    .xl-object-fit-0-90 {
        object-position: 0 90%
    }

    .xl-object-fit-0-100 {
        object-position: 0 100%
    }
}

.m-auto {
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important
}

.m-center {
    margin: 0 auto
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.m0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0,.mx0 {
    margin-left: 0
}

.mx0 {
    margin-right: 0
}

.my0 {
    margin-top: 0;
    margin-bottom: 0
}

.m-xxs {
    margin: 2px
}

.mt-xxs {
    margin-top: 2px
}

.mb-xxs {
    margin-bottom: 2px
}

.mx-xxs {
    margin-left: 2px;
    margin-right: 2px
}

.my-xxs {
    margin-top: 2px;
    margin-bottom: 2px
}

.m-xs {
    margin: 4px
}

.mt-xs {
    margin-top: 4px
}

.mr-xs {
    margin-right: 4px
}

.mb-xs {
    margin-bottom: 4px
}

.ml-xs,.mx-xs {
    margin-left: 4px
}

.mx-xs {
    margin-right: 4px
}

.my-xs {
    margin-top: 4px;
    margin-bottom: 4px
}

.m-x {
    margin: 8px
}

.mt-x {
    margin-top: 8px
}

.mr-x {
    margin-right: 8px
}

.mb-x {
    margin-bottom: 8px
}

.ml-x,.mx-x {
    margin-left: 8px
}

.mx-x {
    margin-right: 8px
}

.my-x {
    margin-top: 8px;
    margin-bottom: 8px
}

.m-xx {
    margin: 12px
}

.mt-xx {
    margin-top: 12px
}

.mr-xx {
    margin-right: 12px
}

.mb-xx {
    margin-bottom: 12px
}

.ml-xx,.mx-xx {
    margin-left: 12px
}

.mx-xx {
    margin-right: 12px
}

.my-xx {
    margin-top: 12px;
    margin-bottom: 12px
}

.m-xxx {
    margin: 15px
}

.mt-xxx {
    margin-top: 15px
}

.mr-xxx {
    margin-right: 15px
}

.mb-xxx {
    margin-bottom: 15px
}

.ml-xxx,.mx-xxx {
    margin-left: 15px
}

.mx-xxx {
    margin-right: 15px
}

.my-xxx {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-small {
    margin: 16px
}

.mt-small {
    margin-top: 16px
}

.mr-small {
    margin-right: 16px
}

.mb-small {
    margin-bottom: 16px
}

.ml-small,.mx-small {
    margin-left: 16px
}

.mx-small {
    margin-right: 16px
}

.my-small {
    margin-top: 16px;
    margin-bottom: 16px
}

.m-xxxm {
    margin: 20px
}

.mt-xxxm {
    margin-top: 20px
}

.mr-xxxm {
    margin-right: 20px
}

.mb-xxxm {
    margin-bottom: 20px
}

.ml-xxxm,.mx-xxxm {
    margin-left: 20px
}

.mx-xxxm {
    margin-right: 20px
}

.my-xxxm {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-medium {
    margin: 24px
}

.mt-medium {
    margin-top: 24px
}

.mr-medium {
    margin-right: 24px
}

.mb-medium {
    margin-bottom: 24px
}

.ml-medium,.mx-medium {
    margin-left: 24px
}

.mx-medium {
    margin-right: 24px
}

.my-medium {
    margin-top: 24px;
    margin-bottom: 24px
}

.m-lrg {
    margin: 32px
}

.mt-lrg {
    margin-top: 32px
}

.mr-lrg {
    margin-right: 32px
}

.mb-lrg {
    margin-bottom: 32px
}

.ml-lrg,.mx-lrg {
    margin-left: 32px
}

.mx-lrg {
    margin-right: 32px
}

.my-lrg {
    margin-top: 32px;
    margin-bottom: 32px
}

.mx-l {
    margin-left: 36px;
    margin-right: 36px
}

.my-l {
    margin-bottom: 36px
}

.mt-l,.my-l {
    margin-top: 36px
}

.mb-l {
    margin-bottom: 36px
}

.ml-l {
    margin-left: 36px
}

.mr-l {
    margin-right: 36px
}

.m-l {
    margin: 36px
}

.m-xl {
    margin: 40px
}

.mt-xl {
    margin-top: 40px
}

.mr-xl {
    margin-right: 40px
}

.mb-xl {
    margin-bottom: 40px
}

.ml-xl,.mx-xl {
    margin-left: 40px
}

.mx-xl {
    margin-right: 40px
}

.my-xl {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-xxl {
    margin: 48px
}

.mt-xxl {
    margin-top: 48px
}

.mr-xxl {
    margin-right: 48px
}

.mb-xxl {
    margin-bottom: 48px
}

.ml-xxl,.mx-xxl {
    margin-left: 48px
}

.mx-xxl {
    margin-right: 48px
}

.my-xxl {
    margin-top: 48px;
    margin-bottom: 48px
}

.m-xxxl {
    margin: 56px
}

.mt-xxxl {
    margin-top: 56px
}

.mr-xxxl {
    margin-right: 56px
}

.mb-xxxl {
    margin-bottom: 56px
}

.ml-xxxl,.mx-xxxl {
    margin-left: 56px
}

.mx-xxxl {
    margin-right: 56px
}

.my-xxxl {
    margin-top: 56px;
    margin-bottom: 56px
}

.m-xxxxl {
    margin: 64px
}

.mt-xxxxl {
    margin-top: 64px
}

.mr-xxxxl {
    margin-right: 64px
}

.mb-xxxxl {
    margin-bottom: 64px
}

.ml-xxxxl,.mx-xxxxl {
    margin-left: 64px
}

.mx-xxxxl {
    margin-right: 64px
}

.my-xxxxl {
    margin-top: 64px;
    margin-bottom: 64px
}

.m-xxxxxl {
    margin: 72px
}

.mt-xxxxxl {
    margin-top: 72px
}

.mr-xxxxxl {
    margin-right: 72px
}

.mb-xxxxxl {
    margin-bottom: 72px
}

.ml-xxxxxl,.mx-xxxxxl {
    margin-left: 72px
}

.mx-xxxxxl {
    margin-right: 72px
}

.my-xxxxxl {
    margin-top: 72px;
    margin-bottom: 72px
}

.mb-xxxxxxl {
    margin-bottom: 80px
}

.ml-xxxxxxl,.mx-xxxxxxl {
    margin-left: 80px
}

.mx-xxxxxxl {
    margin-right: 80px
}

.my-xxxxxxl {
    margin-top: 80px;
    margin-bottom: 80px
}

.mb-xxxxxxxl {
    margin-bottom: 88px
}

.ml-xxxxxxxl,.mx-xxxxxxxl {
    margin-left: 88px
}

.mx-xxxxxxxl {
    margin-right: 88px
}

.my-xxxxxxxl {
    margin-top: 88px;
    margin-bottom: 88px
}

@media only screen and (min-width: 768px) {
    .tab-m-auto {
        margin-left:auto!important;
        margin-right: auto!important;
        float: none!important
    }

    .tab-m0 {
        margin: 0
    }

    .tab-mt0 {
        margin-top: 0
    }

    .tab-mr0 {
        margin-right: 0
    }

    .tab-mb0 {
        margin-bottom: 0
    }

    .tab-ml0,.tab-mx0 {
        margin-left: 0
    }

    .tab-mx0 {
        margin-right: 0
    }

    .tab-my0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .tab-m-xs {
        margin: 4px
    }

    .tab-mt-xs {
        margin-top: 4px
    }

    .tab-mr-xs {
        margin-right: 4px
    }

    .tab-mb-xs {
        margin-bottom: 4px
    }

    .tab-ml-xs,.tab-mx-xs {
        margin-left: 4px
    }

    .tab-mx-xs {
        margin-right: 4px
    }

    .tab-my-xs {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .tab-m-x {
        margin: 8px
    }

    .tab-mt-x {
        margin-top: 8px
    }

    .tab-mr-x {
        margin-right: 8px
    }

    .tab-mb-x {
        margin-bottom: 8px
    }

    .tab-ml-x,.tab-mx-x {
        margin-left: 8px
    }

    .tab-mx-x {
        margin-right: 8px
    }

    .tab-my-x {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .tab-m-xx {
        margin: 12px
    }

    .tab-mt-xx {
        margin-top: 12px
    }

    .tab-mr-xx {
        margin-right: 12px
    }

    .tab-mb-xx {
        margin-bottom: 12px
    }

    .tab-ml-xx,.tab-mx-xx {
        margin-left: 12px
    }

    .tab-mx-xx {
        margin-right: 12px
    }

    .tab-my-xx {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .tab-m-xxx {
        margin: 15px
    }

    .tab-mt-xxx {
        margin-top: 15px
    }

    .tab-mr-xxx {
        margin-right: 15px
    }

    .tab-mb-xxx {
        margin-bottom: 15px
    }

    .tab-ml-xxx,.tab-mx-xxx {
        margin-left: 15px
    }

    .tab-mx-xxx {
        margin-right: 15px
    }

    .tab-my-xxx {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .tab-m-small {
        margin: 16px
    }

    .tab-mt-small {
        margin-top: 16px
    }

    .tab-mr-small {
        margin-right: 16px
    }

    .tab-mb-small {
        margin-bottom: 16px
    }

    .tab-ml-small,.tab-mx-small {
        margin-left: 16px
    }

    .tab-mx-small {
        margin-right: 16px
    }

    .tab-my-small {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .tab-m-xxxm {
        margin: 20px
    }

    .tab-mt-xxxm {
        margin-top: 20px
    }

    .tab-mr-xxxm {
        margin-right: 20px
    }

    .tab-mb-xxxm {
        margin-bottom: 20px
    }

    .tab-ml-xxxm,.tab-mx-xxxm {
        margin-left: 20px
    }

    .tab-mx-xxxm {
        margin-right: 20px
    }

    .tab-my-xxxm {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .tab-m-medium {
        margin: 24px
    }

    .tab-mt-medium {
        margin-top: 24px
    }

    .tab-mr-medium {
        margin-right: 24px
    }

    .tab-mb-medium {
        margin-bottom: 24px
    }

    .tab-ml-medium,.tab-mx-medium {
        margin-left: 24px
    }

    .tab-mx-medium {
        margin-right: 24px
    }

    .tab-my-medium {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .tab-m-lrg {
        margin: 32px
    }

    .tab-mt-lrg {
        margin-top: 32px
    }

    .tab-mr-lrg {
        margin-right: 32px
    }

    .tab-mb-lrg {
        margin-bottom: 32px
    }

    .tab-ml-lrg,.tab-mx-lrg {
        margin-left: 32px
    }

    .tab-mx-lrg {
        margin-right: 32px
    }

    .tab-my-lrg {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .tab-mx-l {
        margin-left: 36px;
        margin-right: 36px
    }

    .tab-my-l {
        margin-bottom: 36px
    }

    .tab-mt-l,.tab-my-l {
        margin-top: 36px
    }

    .tab-mb-l {
        margin-bottom: 36px
    }

    .tab-ml-l {
        margin-left: 36px
    }

    .tab-mr-l {
        margin-right: 36px
    }

    .tab-m-l {
        margin: 36px
    }

    .tab-m-xl {
        margin: 40px
    }

    .tab-mt-xl {
        margin-top: 40px
    }

    .tab-mr-xl {
        margin-right: 40px
    }

    .tab-mb-xl {
        margin-bottom: 40px
    }

    .tab-ml-xl,.tab-mx-xl {
        margin-left: 40px
    }

    .tab-mx-xl {
        margin-right: 40px
    }

    .tab-my-xl {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .tab-m-xxl {
        margin: 48px
    }

    .tab-mt-xxl {
        margin-top: 48px
    }

    .tab-mr-xxl {
        margin-right: 48px
    }

    .tab-mb-xxl {
        margin-bottom: 48px
    }

    .tab-ml-xxl,.tab-mx-xxl {
        margin-left: 48px
    }

    .tab-mx-xxl {
        margin-right: 48px
    }

    .tab-my-xxl {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .tab-m-xxxl {
        margin: 56px
    }

    .tab-mt-xxxl {
        margin-top: 56px
    }

    .tab-mr-xxxl {
        margin-right: 56px
    }

    .tab-mb-xxxl {
        margin-bottom: 56px
    }

    .tab-ml-xxxl,.tab-mx-xxxl {
        margin-left: 56px
    }

    .tab-mx-xxxl {
        margin-right: 56px
    }

    .tab-my-xxxl {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .tab-m-xxxxl {
        margin: 64px
    }

    .tab-mt-xxxxl {
        margin-top: 64px
    }

    .tab-mr-xxxxl {
        margin-right: 64px
    }

    .tab-mb-xxxxl {
        margin-bottom: 64px
    }

    .tab-ml-xxxxl,.tab-mx-xxxxl {
        margin-left: 64px
    }

    .tab-mx-xxxxl {
        margin-right: 64px
    }

    .tab-my-xxxxl {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .tab-m-xxxxxl {
        margin: 72px
    }

    .tab-mt-xxxxxl {
        margin-top: 72px
    }

    .tab-mr-xxxxxl {
        margin-right: 72px
    }

    .tab-mb-xxxxxl {
        margin-bottom: 72px
    }

    .tab-ml-xxxxxl,.tab-mx-xxxxxl {
        margin-left: 72px
    }

    .tab-mx-xxxxxl {
        margin-right: 72px
    }

    .tab-my-xxxxxl {
        margin-top: 72px;
        margin-bottom: 72px
    }

    .tab-mb-xxxxxxl {
        margin-bottom: 80px
    }

    .tab-ml-xxxxxxl,.tab-mx-xxxxxxl {
        margin-left: 80px
    }

    .tab-mx-xxxxxxl {
        margin-right: 80px
    }

    .tab-my-xxxxxxl {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .tab-mb-xxxxxxxl {
        margin-bottom: 88px
    }

    .tab-ml-xxxxxxxl {
        margin-left: 88px
    }

    .tab-mx-xxxxxxxl {
        margin-left: 88px;
        margin-right: 88px
    }

    .tab-my-xxxxxxxl {
        margin-top: 88px;
        margin-bottom: 88px
    }
}

@media only screen and (min-width: 980px) {
    .med-m-auto {
        margin-left:auto!important;
        margin-right: auto!important;
        float: none!important
    }

    .med-m0 {
        margin: 0
    }

    .med-mt0 {
        margin-top: 0
    }

    .med-mr0 {
        margin-right: 0
    }

    .med-mb0 {
        margin-bottom: 0
    }

    .med-ml0,.med-mx0 {
        margin-left: 0
    }

    .med-mx0 {
        margin-right: 0
    }

    .med-my0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .med-m-xs {
        margin: 4px
    }

    .med-mt-xs {
        margin-top: 4px
    }

    .med-mr-xs {
        margin-right: 4px
    }

    .med-mb-xs {
        margin-bottom: 4px
    }

    .med-ml-xs,.med-mx-xs {
        margin-left: 4px
    }

    .med-mx-xs {
        margin-right: 4px
    }

    .med-my-xs {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .med-m-x {
        margin: 8px
    }

    .med-mt-x {
        margin-top: 8px
    }

    .med-mr-x {
        margin-right: 8px
    }

    .med-mb-x {
        margin-bottom: 8px
    }

    .med-ml-x,.med-mx-x {
        margin-left: 8px
    }

    .med-mx-x {
        margin-right: 8px
    }

    .med-my-x {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .med-m-xx {
        margin: 12px
    }

    .med-mt-xx {
        margin-top: 12px
    }

    .med-mr-xx {
        margin-right: 12px
    }

    .med-mb-xx {
        margin-bottom: 12px
    }

    .med-ml-xx,.med-mx-xx {
        margin-left: 12px
    }

    .med-mx-xx {
        margin-right: 12px
    }

    .med-my-xx {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .med-m-xxx {
        margin: 15px
    }

    .med-mt-xxx {
        margin-top: 15px
    }

    .med-mr-xxx {
        margin-right: 15px
    }

    .med-mb-xxx {
        margin-bottom: 15px
    }

    .med-ml-xxx,.med-mx-xxx {
        margin-left: 15px
    }

    .med-mx-xxx {
        margin-right: 15px
    }

    .med-my-xxx {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .med-m-small {
        margin: 16px
    }

    .med-mt-small {
        margin-top: 16px
    }

    .med-mr-small {
        margin-right: 16px
    }

    .med-mb-small {
        margin-bottom: 16px
    }

    .med-ml-small,.med-mx-small {
        margin-left: 16px
    }

    .med-mx-small {
        margin-right: 16px
    }

    .med-my-small {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .med-m-xxxm {
        margin: 20px
    }

    .med-mt-xxxm {
        margin-top: 20px
    }

    .med-mr-xxxm {
        margin-right: 20px
    }

    .med-mb-xxxm {
        margin-bottom: 20px
    }

    .med-ml-xxxm,.med-mx-xxxm {
        margin-left: 20px
    }

    .med-mx-xxxm {
        margin-right: 20px
    }

    .med-my-xxxm {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .med-m-medium {
        margin: 24px
    }

    .med-mt-medium {
        margin-top: 24px
    }

    .med-mr-medium {
        margin-right: 24px
    }

    .med-mb-medium {
        margin-bottom: 24px
    }

    .med-ml-medium,.med-mx-medium {
        margin-left: 24px
    }

    .med-mx-medium {
        margin-right: 24px
    }

    .med-my-medium {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .med-m-lrg {
        margin: 32px
    }

    .med-mt-lrg {
        margin-top: 32px
    }

    .med-mr-lrg {
        margin-right: 32px
    }

    .med-mb-lrg {
        margin-bottom: 32px
    }

    .med-ml-lrg,.med-mx-lrg {
        margin-left: 32px
    }

    .med-mx-lrg {
        margin-right: 32px
    }

    .med-my-lrg {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .med-mx-l {
        margin-left: 36px;
        margin-right: 36px
    }

    .med-my-l {
        margin-bottom: 36px
    }

    .med-mt-l,.med-my-l {
        margin-top: 36px
    }

    .med-mb-l {
        margin-bottom: 36px
    }

    .med-ml-l {
        margin-left: 36px
    }

    .med-mr-l {
        margin-right: 36px
    }

    .med-m-l {
        margin: 36px
    }

    .med-m-xl {
        margin: 40px
    }

    .med-mt-xl {
        margin-top: 40px
    }

    .med-mr-xl {
        margin-right: 40px
    }

    .med-mb-xl {
        margin-bottom: 40px
    }

    .med-ml-xl,.med-mx-xl {
        margin-left: 40px
    }

    .med-mx-xl {
        margin-right: 40px
    }

    .med-my-xl {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .med-m-xxl {
        margin: 48px
    }

    .med-mt-xxl {
        margin-top: 48px
    }

    .med-mr-xxl {
        margin-right: 48px
    }

    .med-mb-xxl {
        margin-bottom: 48px
    }

    .med-ml-xxl,.med-mx-xxl {
        margin-left: 48px
    }

    .med-mx-xxl {
        margin-right: 48px
    }

    .med-my-xxl {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .med-m-xxxl {
        margin: 56px
    }

    .med-mt-xxxl {
        margin-top: 56px
    }

    .med-mr-xxxl {
        margin-right: 56px
    }

    .med-mb-xxxl {
        margin-bottom: 56px
    }

    .med-ml-xxxl,.med-mx-xxxl {
        margin-left: 56px
    }

    .med-mx-xxxl {
        margin-right: 56px
    }

    .med-my-xxxl {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .med-m-xxxxl {
        margin: 64px
    }

    .med-mt-xxxxl {
        margin-top: 64px
    }

    .med-mr-xxxxl {
        margin-right: 64px
    }

    .med-mb-xxxxl {
        margin-bottom: 64px
    }

    .med-ml-xxxxl,.med-mx-xxxxl {
        margin-left: 64px
    }

    .med-mx-xxxxl {
        margin-right: 64px
    }

    .med-my-xxxxl {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .med-m-xxxxxl {
        margin: 72px
    }

    .med-mt-xxxxxl {
        margin-top: 72px
    }

    .med-mr-xxxxxl {
        margin-right: 72px
    }

    .med-mb-xxxxxl {
        margin-bottom: 72px
    }

    .med-ml-xxxxxl,.med-mx-xxxxxl {
        margin-left: 72px
    }

    .med-mx-xxxxxl {
        margin-right: 72px
    }

    .med-my-xxxxxl {
        margin-top: 72px;
        margin-bottom: 72px
    }

    .med-mb-xxxxxxl {
        margin-bottom: 80px
    }

    .med-ml-xxxxxxl,.med-mx-xxxxxxl {
        margin-left: 80px
    }

    .med-mx-xxxxxxl {
        margin-right: 80px
    }

    .med-my-xxxxxxl {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .med-mb-xxxxxxxl {
        margin-bottom: 88px
    }

    .med-ml-xxxxxxxl {
        margin-left: 88px
    }

    .med-mx-xxxxxxxl {
        margin-left: 88px;
        margin-right: 88px
    }

    .med-my-xxxxxxxl {
        margin-top: 88px;
        margin-bottom: 88px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-m-auto {
        margin-left:auto!important;
        margin-right: auto!important;
        float: none!important
    }

    .lrg-m0 {
        margin: 0
    }

    .lrg-mt0 {
        margin-top: 0
    }

    .lrg-mr0 {
        margin-right: 0
    }

    .lrg-mb0 {
        margin-bottom: 0
    }

    .lrg-ml0,.lrg-mx0 {
        margin-left: 0
    }

    .lrg-mx0 {
        margin-right: 0
    }

    .lrg-my0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .lrg-m-xs {
        margin: 4px
    }

    .lrg-mt-xs {
        margin-top: 4px
    }

    .lrg-mr-xs {
        margin-right: 4px
    }

    .lrg-mb-xs {
        margin-bottom: 4px
    }

    .lrg-ml-xs,.lrg-mx-xs {
        margin-left: 4px
    }

    .lrg-mx-xs {
        margin-right: 4px
    }

    .lrg-my-xs {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .lrg-m-x {
        margin: 8px
    }

    .lrg-mt-x {
        margin-top: 8px
    }

    .lrg-mr-x {
        margin-right: 8px
    }

    .lrg-mb-x {
        margin-bottom: 8px
    }

    .lrg-ml-x,.lrg-mx-x {
        margin-left: 8px
    }

    .lrg-mx-x {
        margin-right: 8px
    }

    .lrg-my-x {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .lrg-m-xx {
        margin: 12px
    }

    .lrg-mt-xx {
        margin-top: 12px
    }

    .lrg-mr-xx {
        margin-right: 12px
    }

    .lrg-mb-xx {
        margin-bottom: 12px
    }

    .lrg-ml-xx,.lrg-mx-xx {
        margin-left: 12px
    }

    .lrg-mx-xx {
        margin-right: 12px
    }

    .lrg-my-xx {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .lrg-m-xxx {
        margin: 15px
    }

    .lrg-mt-xxx {
        margin-top: 15px
    }

    .lrg-mr-xxx {
        margin-right: 15px
    }

    .lrg-mb-xxx {
        margin-bottom: 15px
    }

    .lrg-ml-xxx,.lrg-mx-xxx {
        margin-left: 15px
    }

    .lrg-mx-xxx {
        margin-right: 15px
    }

    .lrg-my-xxx {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .lrg-m-small {
        margin: 16px
    }

    .lrg-mt-small {
        margin-top: 16px
    }

    .lrg-mr-small {
        margin-right: 16px
    }

    .lrg-mb-small {
        margin-bottom: 16px
    }

    .lrg-ml-small,.lrg-mx-small {
        margin-left: 16px
    }

    .lrg-mx-small {
        margin-right: 16px
    }

    .lrg-my-small {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .lrg-m-xxxm {
        margin: 20px
    }

    .lrg-mt-xxxm {
        margin-top: 20px
    }

    .lrg-mr-xxxm {
        margin-right: 20px
    }

    .lrg-mb-xxxm {
        margin-bottom: 20px
    }

    .lrg-ml-xxxm,.lrg-mx-xxxm {
        margin-left: 20px
    }

    .lrg-mx-xxxm {
        margin-right: 20px
    }

    .lrg-my-xxxm {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .lrg-m-medium {
        margin: 24px
    }

    .lrg-mt-medium {
        margin-top: 24px
    }

    .lrg-mr-medium {
        margin-right: 24px
    }

    .lrg-mb-medium {
        margin-bottom: 24px
    }

    .lrg-ml-medium,.lrg-mx-medium {
        margin-left: 24px
    }

    .lrg-mx-medium {
        margin-right: 24px
    }

    .lrg-my-medium {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .lrg-m-lrg {
        margin: 32px
    }

    .lrg-mt-lrg {
        margin-top: 32px
    }

    .lrg-mr-lrg {
        margin-right: 32px
    }

    .lrg-mb-lrg {
        margin-bottom: 32px
    }

    .lrg-ml-lrg,.lrg-mx-lrg {
        margin-left: 32px
    }

    .lrg-mx-lrg {
        margin-right: 32px
    }

    .lrg-my-lrg {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .lrg-mx-l {
        margin-left: 36px;
        margin-right: 36px
    }

    .lrg-my-l {
        margin-bottom: 36px
    }

    .lrg-mt-l,.lrg-my-l {
        margin-top: 36px
    }

    .lrg-mb-l {
        margin-bottom: 36px
    }

    .lrg-ml-l {
        margin-left: 36px
    }

    .lrg-mr-l {
        margin-right: 36px
    }

    .lrg-m-l {
        margin: 36px
    }

    .lrg-m-xl {
        margin: 40px
    }

    .lrg-mt-xl {
        margin-top: 40px
    }

    .lrg-mr-xl {
        margin-right: 40px
    }

    .lrg-mb-xl {
        margin-bottom: 40px
    }

    .lrg-ml-xl,.lrg-mx-xl {
        margin-left: 40px
    }

    .lrg-mx-xl {
        margin-right: 40px
    }

    .lrg-my-xl {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .lrg-m-xxl {
        margin: 48px
    }

    .lrg-mt-xxl {
        margin-top: 48px
    }

    .lrg-mr-xxl {
        margin-right: 48px
    }

    .lrg-mb-xxl {
        margin-bottom: 48px
    }

    .lrg-ml-xxl,.lrg-mx-xxl {
        margin-left: 48px
    }

    .lrg-mx-xxl {
        margin-right: 48px
    }

    .lrg-my-xxl {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .lrg-m-xxxl {
        margin: 56px
    }

    .lrg-mt-xxxl {
        margin-top: 56px
    }

    .lrg-mr-xxxl {
        margin-right: 56px
    }

    .lrg-mb-xxxl {
        margin-bottom: 56px
    }

    .lrg-ml-xxxl,.lrg-mx-xxxl {
        margin-left: 56px
    }

    .lrg-mx-xxxl {
        margin-right: 56px
    }

    .lrg-my-xxxl {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .lrg-m-xxxxl {
        margin: 64px
    }

    .lrg-mt-xxxxl {
        margin-top: 64px
    }

    .lrg-mr-xxxxl {
        margin-right: 64px
    }

    .lrg-mb-xxxxl {
        margin-bottom: 64px
    }

    .lrg-ml-xxxxl,.lrg-mx-xxxxl {
        margin-left: 64px
    }

    .lrg-mx-xxxxl {
        margin-right: 64px
    }

    .lrg-my-xxxxl {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .lrg-m-xxxxxl {
        margin: 72px
    }

    .lrg-mt-xxxxxl {
        margin-top: 72px
    }

    .lrg-mr-xxxxxl {
        margin-right: 72px
    }

    .lrg-mb-xxxxxl {
        margin-bottom: 72px
    }

    .lrg-ml-xxxxxl,.lrg-mx-xxxxxl {
        margin-left: 72px
    }

    .lrg-mx-xxxxxl {
        margin-right: 72px
    }

    .lrg-my-xxxxxl {
        margin-top: 72px;
        margin-bottom: 72px
    }

    .lrg-mb-xxxxxxl {
        margin-bottom: 80px
    }

    .lrg-ml-xxxxxxl,.lrg-mx-xxxxxxl {
        margin-left: 80px
    }

    .lrg-mx-xxxxxxl {
        margin-right: 80px
    }

    .lrg-my-xxxxxxl {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .lrg-mb-xxxxxxxl {
        margin-bottom: 88px
    }

    .lrg-ml-xxxxxxxl {
        margin-left: 88px
    }

    .lrg-mx-xxxxxxxl {
        margin-left: 88px;
        margin-right: 88px
    }

    .lrg-my-xxxxxxxl {
        margin-top: 88px;
        margin-bottom: 88px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-m-auto {
        margin-left:auto!important;
        margin-right: auto!important;
        float: none!important
    }

    .xl-m0 {
        margin: 0
    }

    .xl-mt0 {
        margin-top: 0
    }

    .xl-mr0 {
        margin-right: 0
    }

    .xl-mb0 {
        margin-bottom: 0
    }

    .xl-ml0,.xl-mx0 {
        margin-left: 0
    }

    .xl-mx0 {
        margin-right: 0
    }

    .xl-my0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .xl-m-xs {
        margin: 4px
    }

    .xl-mt-xs {
        margin-top: 4px
    }

    .xl-mr-xs {
        margin-right: 4px
    }

    .xl-mb-xs {
        margin-bottom: 4px
    }

    .xl-ml-xs,.xl-mx-xs {
        margin-left: 4px
    }

    .xl-mx-xs {
        margin-right: 4px
    }

    .xl-my-xs {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .xl-m-x {
        margin: 8px
    }

    .xl-mt-x {
        margin-top: 8px
    }

    .xl-mr-x {
        margin-right: 8px
    }

    .xl-mb-x {
        margin-bottom: 8px
    }

    .xl-ml-x,.xl-mx-x {
        margin-left: 8px
    }

    .xl-mx-x {
        margin-right: 8px
    }

    .xl-my-x {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .xl-m-xx {
        margin: 12px
    }

    .xl-mt-xx {
        margin-top: 12px
    }

    .xl-mr-xx {
        margin-right: 12px
    }

    .xl-mb-xx {
        margin-bottom: 12px
    }

    .xl-ml-xx,.xl-mx-xx {
        margin-left: 12px
    }

    .xl-mx-xx {
        margin-right: 12px
    }

    .xl-my-xx {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .xl-m-xxx {
        margin: 15px
    }

    .xl-mt-xxx {
        margin-top: 15px
    }

    .xl-mr-xxx {
        margin-right: 15px
    }

    .xl-mb-xxx {
        margin-bottom: 15px
    }

    .xl-ml-xxx,.xl-mx-xxx {
        margin-left: 15px
    }

    .xl-mx-xxx {
        margin-right: 15px
    }

    .xl-my-xxx {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .xl-m-small {
        margin: 16px
    }

    .xl-mt-small {
        margin-top: 16px
    }

    .xl-mr-small {
        margin-right: 16px
    }

    .xl-mb-small {
        margin-bottom: 16px
    }

    .xl-ml-small,.xl-mx-small {
        margin-left: 16px
    }

    .xl-mx-small {
        margin-right: 16px
    }

    .xl-my-small {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .xl-m-xxxm {
        margin: 20px
    }

    .xl-mt-xxxm {
        margin-top: 20px
    }

    .xl-mr-xxxm {
        margin-right: 20px
    }

    .xl-mb-xxxm {
        margin-bottom: 20px
    }

    .xl-ml-xxxm,.xl-mx-xxxm {
        margin-left: 20px
    }

    .xl-mx-xxxm {
        margin-right: 20px
    }

    .xl-my-xxxm {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .xl-m-medium {
        margin: 24px
    }

    .xl-mt-medium {
        margin-top: 24px
    }

    .xl-mr-medium {
        margin-right: 24px
    }

    .xl-mb-medium {
        margin-bottom: 24px
    }

    .xl-ml-medium,.xl-mx-medium {
        margin-left: 24px
    }

    .xl-mx-medium {
        margin-right: 24px
    }

    .xl-my-medium {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .xl-m-lrg {
        margin: 32px
    }

    .xl-mt-lrg {
        margin-top: 32px
    }

    .xl-mr-lrg {
        margin-right: 32px
    }

    .xl-mb-lrg {
        margin-bottom: 32px
    }

    .xl-ml-lrg,.xl-mx-lrg {
        margin-left: 32px
    }

    .xl-mx-lrg {
        margin-right: 32px
    }

    .xl-my-lrg {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .xl-mx-l {
        margin-left: 36px;
        margin-right: 36px
    }

    .xl-my-l {
        margin-bottom: 36px
    }

    .xl-mt-l,.xl-my-l {
        margin-top: 36px
    }

    .xl-mb-l {
        margin-bottom: 36px
    }

    .xl-ml-l {
        margin-left: 36px
    }

    .xl-mr-l {
        margin-right: 36px
    }

    .xl-m-l {
        margin: 36px
    }

    .xl-m-xl {
        margin: 40px
    }

    .xl-mt-xl {
        margin-top: 40px
    }

    .xl-mr-xl {
        margin-right: 40px
    }

    .xl-mb-xl {
        margin-bottom: 40px
    }

    .xl-ml-xl,.xl-mx-xl {
        margin-left: 40px
    }

    .xl-mx-xl {
        margin-right: 40px
    }

    .xl-my-xl {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .xl-m-xxl {
        margin: 48px
    }

    .xl-mt-xxl {
        margin-top: 48px
    }

    .xl-mr-xxl {
        margin-right: 48px
    }

    .xl-mb-xxl {
        margin-bottom: 48px
    }

    .xl-ml-xxl,.xl-mx-xxl {
        margin-left: 48px
    }

    .xl-mx-xxl {
        margin-right: 48px
    }

    .xl-my-xxl {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .xl-m-xxxl {
        margin: 56px
    }

    .xl-mt-xxxl {
        margin-top: 56px
    }

    .xl-mr-xxxl {
        margin-right: 56px
    }

    .xl-mb-xxxl {
        margin-bottom: 56px
    }

    .xl-ml-xxxl,.xl-mx-xxxl {
        margin-left: 56px
    }

    .xl-mx-xxxl {
        margin-right: 56px
    }

    .xl-my-xxxl {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .xl-m-xxxxl {
        margin: 64px
    }

    .xl-mt-xxxxl {
        margin-top: 64px
    }

    .xl-mr-xxxxl {
        margin-right: 64px
    }

    .xl-mb-xxxxl {
        margin-bottom: 64px
    }

    .xl-ml-xxxxl,.xl-mx-xxxxl {
        margin-left: 64px
    }

    .xl-mx-xxxxl {
        margin-right: 64px
    }

    .xl-my-xxxxl {
        margin-top: 64px;
        margin-bottom: 64px
    }

    .xl-m-xxxxxl {
        margin: 72px
    }

    .xl-mt-xxxxxl {
        margin-top: 72px
    }

    .xl-mr-xxxxxl {
        margin-right: 72px
    }

    .xl-mb-xxxxxl {
        margin-bottom: 72px
    }

    .xl-ml-xxxxxl,.xl-mx-xxxxxl {
        margin-left: 72px
    }

    .xl-mx-xxxxxl {
        margin-right: 72px
    }

    .xl-my-xxxxxl {
        margin-top: 72px;
        margin-bottom: 72px
    }

    .xl-mb-xxxxxxl {
        margin-bottom: 80px
    }

    .xl-ml-xxxxxxl,.xl-mx-xxxxxxl {
        margin-left: 80px
    }

    .xl-mx-xxxxxxl {
        margin-right: 80px
    }

    .xl-my-xxxxxxl {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .xl-mb-xxxxxxxl {
        margin-bottom: 88px
    }

    .xl-ml-xxxxxxxl,.xl-mx-xxxxxxxl {
        margin-left: 88px
    }

    .xl-mx-xxxxxxxl {
        margin-right: 88px
    }

    .xl-my-xxxxxxxl {
        margin-top: 88px;
        margin-bottom: 88px
    }
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0,.px0 {
    padding-left: 0
}

.px0 {
    padding-right: 0
}

.py0 {
    padding-top: 0;
    padding-bottom: 0
}

.p-1 {
    padding: 1px
}

.pt-1 {
    padding-top: 1px
}

.pr-1 {
    padding-right: 1px
}

.pb-1 {
    padding-bottom: 1px
}

.pl-1,.px-1 {
    padding-left: 1px
}

.px-1 {
    padding-right: 1px
}

.py-11 {
    padding-top: 11px;
    padding-bottom: 11px
}

.p-11 {
    padding: 11px
}

.pt-11 {
    padding-top: 11px
}

.pr-11 {
    padding-right: 11px
}

.pb-11 {
    padding-bottom: 11px
}

.pl-11,.px-11 {
    padding-left: 11px
}

.px-11 {
    padding-right: 11px
}

.py-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.p-13 {
    padding: 13px
}

.pt-13 {
    padding-top: 13px
}

.pr-13 {
    padding-right: 13px
}

.pb-13 {
    padding-bottom: 13px
}

.pl-13,.px-13 {
    padding-left: 13px
}

.px-13 {
    padding-right: 13px
}

.p-xs {
    padding: 4px
}

.pt-xs {
    padding-top: 4px
}

.pr-xs {
    padding-right: 4px
}

.pb-xs {
    padding-bottom: 4px
}

.pl-xs,.px-xs {
    padding-left: 4px
}

.px-xs {
    padding-right: 4px
}

.py-xs {
    padding-top: 4px;
    padding-bottom: 4px
}

.p-x {
    padding: 8px
}

.pt-x {
    padding-top: 8px
}

.pr-x {
    padding-right: 8px
}

.pb-x {
    padding-bottom: 8px
}

.pl-x,.px-x {
    padding-left: 8px
}

.px-x {
    padding-right: 8px
}

.py-x {
    padding-top: 8px;
    padding-bottom: 8px
}

.p-xx {
    padding: 12px
}

.pt-xx {
    padding-top: 12px
}

.pr-xx {
    padding-right: 12px
}

.pb-xx {
    padding-bottom: 12px
}

.pl-xx,.px-xx {
    padding-left: 12px
}

.px-xx {
    padding-right: 12px
}

.py-xx {
    padding-top: 12px;
    padding-bottom: 12px
}

.p-xxx {
    padding: 15px
}

.pt-xxx {
    padding-top: 15px
}

.pr-xxx {
    padding-right: 15px
}

.pb-xxx {
    padding-bottom: 15px
}

.pl-xxx,.px-xxx {
    padding-left: 15px
}

.px-xxx {
    padding-right: 15px
}

.py-xxx {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-small {
    padding: 16px
}

.pt-small {
    padding-top: 16px
}

.pr-small {
    padding-right: 16px
}

.pb-small {
    padding-bottom: 16px
}

.pl-small,.px-small {
    padding-left: 16px
}

.px-small {
    padding-right: 16px
}

.py-small {
    padding-top: 16px;
    padding-bottom: 16px
}

.p-xxxm {
    padding: 20px
}

.pt-xxxm {
    padding-top: 20px
}

.pr-xxxm {
    padding-right: 20px
}

.pb-xxxm {
    padding-bottom: 20px
}

.pl-xxxm,.px-xxxm {
    padding-left: 20px
}

.px-xxxm {
    padding-right: 20px
}

.py-xxxm {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-medium {
    padding: 24px
}

.pt-medium {
    padding-top: 24px
}

.pr-medium {
    padding-right: 24px
}

.pb-medium {
    padding-bottom: 24px
}

.pl-medium,.px-medium {
    padding-left: 24px
}

.px-medium {
    padding-right: 24px
}

.py-medium {
    padding-top: 24px;
    padding-bottom: 24px
}

.p-mx {
    padding: 26px
}

.pt-mx {
    padding-top: 26px
}

.pr-mx {
    padding-right: 26px
}

.pb-mx {
    padding-bottom: 26px
}

.pl-mx,.px-mx {
    padding-left: 26px
}

.px-mx {
    padding-right: 26px
}

.py-mx {
    padding-top: 26px;
    padding-bottom: 26px
}

.py-27 {
    padding-top: 27px;
    padding-bottom: 27px
}

.p-27 {
    padding: 27px
}

.pt-27 {
    padding-top: 27px
}

.pr-27 {
    padding-right: 27px
}

.pb-27 {
    padding-bottom: 27px
}

.pl-27,.px-27 {
    padding-left: 27px
}

.px-27 {
    padding-right: 27px
}

.p-mxxx {
    padding: 26px
}

.pt-mxxx {
    padding-top: 30px
}

.pr-mxxx {
    padding-right: 30px
}

.pb-mxxx {
    padding-bottom: 30px
}

.pl-mxxx,.px-mxxx {
    padding-left: 30px
}

.px-mxxx {
    padding-right: 30px
}

.py-mxxx {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-lrg {
    padding: 32px
}

.pt-lrg {
    padding-top: 32px
}

.pr-lrg {
    padding-right: 32px
}

.pb-lrg {
    padding-bottom: 32px
}

.pl-lrg,.px-lrg {
    padding-left: 32px
}

.px-lrg {
    padding-right: 32px
}

.py-lrg {
    padding-top: 32px;
    padding-bottom: 32px
}

.px-l {
    padding-left: 36px;
    padding-right: 36px
}

.py-l {
    padding-bottom: 36px
}

.pt-l,.py-l {
    padding-top: 36px
}

.pb-l {
    padding-bottom: 36px
}

.pl-l {
    padding-left: 36px
}

.pr-l {
    padding-right: 36px
}

.p-l {
    padding: 36px
}

.p-xl {
    padding: 40px
}

.pt-xl {
    padding-top: 40px
}

.pr-xl {
    padding-right: 40px
}

.pb-xl {
    padding-bottom: 40px
}

.pl-xl,.px-xl {
    padding-left: 40px
}

.px-xl {
    padding-right: 40px
}

.py-xl {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-xxl {
    padding: 48px
}

.pt-xxl {
    padding-top: 48px
}

.pr-xxl {
    padding-right: 48px
}

.pb-xxl {
    padding-bottom: 48px
}

.pl-xxl,.px-xxl {
    padding-left: 48px
}

.px-xxl {
    padding-right: 48px
}

.py-xxl {
    padding-top: 48px;
    padding-bottom: 48px
}

.p-xxlrg {
    padding: 46px
}

.pt-xxlrg {
    padding-top: 46px
}

.pr-xxlrg {
    padding-right: 46px
}

.pb-xxlrg {
    padding-bottom: 46px
}

.pl-xxlrg,.px-xxlrg {
    padding-left: 46px
}

.px-xxlrg {
    padding-right: 46px
}

.py-xxlrg {
    padding-top: 46px;
    padding-bottom: 46px
}

.p-xxxl {
    padding: 56px
}

.pt-xxxl {
    padding-top: 56px
}

.pr-xxxl {
    padding-right: 56px
}

.pb-xxxl {
    padding-bottom: 56px
}

.pl-xxxl,.px-xxxl {
    padding-left: 56px
}

.px-xxxl {
    padding-right: 56px
}

.py-xxxl {
    padding-top: 56px;
    padding-bottom: 56px
}

.p-xxxxl {
    padding: 64px
}

.pt-xxxxl {
    padding-top: 64px
}

.pr-xxxxl {
    padding-right: 64px
}

.pb-xxxxl {
    padding-bottom: 64px
}

.pl-xxxxl,.px-xxxxl {
    padding-left: 64px
}

.px-xxxxl {
    padding-right: 64px
}

.py-xxxxl {
    padding-top: 64px;
    padding-bottom: 64px
}

.p-xxxxxl {
    padding: 72px
}

.pt-xxxxxl {
    padding-top: 72px
}

.pr-xxxxxl {
    padding-right: 72px
}

.pb-xxxxxl {
    padding-bottom: 72px
}

.pl-xxxxxl,.px-xxxxxl {
    padding-left: 72px
}

.px-xxxxxl {
    padding-right: 72px
}

.py-xxxxxl {
    padding-top: 72px;
    padding-bottom: 72px
}

.pt-xxxxxxl {
    padding-top: 80px
}

.pb-xxxxxxl {
    padding-bottom: 80px
}

.px-xxxxxxl {
    padding-left: 80px;
    padding-right: 80px
}

.py-xxxxxxl {
    padding-top: 80px;
    padding-bottom: 80px
}

.pt-xxxxxxxl {
    padding-top: 88px
}

.pb-xxxxxxxl {
    padding-bottom: 88px
}

.px-xxxxxxxl {
    padding-left: 88px;
    padding-right: 88px
}

.py-xxxxxxxl {
    padding-top: 88px;
    padding-bottom: 88px
}

.pt-xxxxxxxxl {
    padding-top: 96px
}

.pb-xxxxxxxxl {
    padding-bottom: 96px
}

@media only screen and (min-width: 768px) {
    .tab-p0 {
        padding:0
    }

    .tab-pt0 {
        padding-top: 0
    }

    .tab-pr0 {
        padding-right: 0
    }

    .tab-pb0 {
        padding-bottom: 0
    }

    .tab-pl0,.tab-px0 {
        padding-left: 0
    }

    .tab-px0 {
        padding-right: 0
    }

    .tab-py0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .tab-p-1 {
        padding: 1px
    }

    .tab-pt-1 {
        padding-top: 1px
    }

    .tab-pr-1 {
        padding-right: 1px
    }

    .tab-pb-1 {
        padding-bottom: 1px
    }

    .tab-pl-1,.tab-px-1 {
        padding-left: 1px
    }

    .tab-px-1 {
        padding-right: 1px
    }

    .tab-py-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .tab-p-11 {
        padding: 11px
    }

    .tab-pt-11 {
        padding-top: 11px
    }

    .tab-pr-11 {
        padding-right: 11px
    }

    .tab-pb-11 {
        padding-bottom: 11px
    }

    .tab-pl-11,.tab-px-11 {
        padding-left: 11px
    }

    .tab-px-11 {
        padding-right: 11px
    }

    .tab-py-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .tab-p-13 {
        padding: 13px
    }

    .tab-pt-13 {
        padding-top: 13px
    }

    .tab-pr-13 {
        padding-right: 13px
    }

    .tab-pb-13 {
        padding-bottom: 13px
    }

    .tab-pl-13,.tab-px-13 {
        padding-left: 13px
    }

    .tab-px-13 {
        padding-right: 13px
    }

    .tab-p-xs {
        padding: 4px
    }

    .tab-pt-xs {
        padding-top: 4px
    }

    .tab-pr-xs {
        padding-right: 4px
    }

    .tab-pb-xs {
        padding-bottom: 4px
    }

    .tab-pl-xs,.tab-px-xs {
        padding-left: 4px
    }

    .tab-px-xs {
        padding-right: 4px
    }

    .tab-py-xs {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .tab-p-x {
        padding: 8px
    }

    .tab-pt-x {
        padding-top: 8px
    }

    .tab-pr-x {
        padding-right: 8px
    }

    .tab-pb-x {
        padding-bottom: 8px
    }

    .tab-pl-x,.tab-px-x {
        padding-left: 8px
    }

    .tab-px-x {
        padding-right: 8px
    }

    .tab-py-x {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .tab-p-xx {
        padding: 12px
    }

    .tab-pt-xx {
        padding-top: 12px
    }

    .tab-pr-xx {
        padding-right: 12px
    }

    .tab-pb-xx {
        padding-bottom: 12px
    }

    .tab-pl-xx,.tab-px-xx {
        padding-left: 12px
    }

    .tab-px-xx {
        padding-right: 12px
    }

    .tab-py-xx {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .tab-p-xxx {
        padding: 15px
    }

    .tab-pt-xxx {
        padding-top: 15px
    }

    .tab-pr-xxx {
        padding-right: 15px
    }

    .tab-pb-xxx {
        padding-bottom: 15px
    }

    .tab-pl-xxx,.tab-px-xxx {
        padding-left: 15px
    }

    .tab-px-xxx {
        padding-right: 15px
    }

    .tab-py-xxx {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .tab-p-small {
        padding: 16px
    }

    .tab-pt-small {
        padding-top: 16px
    }

    .tab-pr-small {
        padding-right: 16px
    }

    .tab-pb-small {
        padding-bottom: 16px
    }

    .tab-pl-small,.tab-px-small {
        padding-left: 16px
    }

    .tab-px-small {
        padding-right: 16px
    }

    .tab-py-small {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .tab-p-xxxm {
        padding: 20px
    }

    .tab-pt-xxxm {
        padding-top: 20px
    }

    .tab-pr-xxxm {
        padding-right: 20px
    }

    .tab-pb-xxxm {
        padding-bottom: 20px
    }

    .tab-pl-xxxm,.tab-px-xxxm {
        padding-left: 20px
    }

    .tab-px-xxxm {
        padding-right: 20px
    }

    .tab-py-xxxm {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .tab-p-medium {
        padding: 24px
    }

    .tab-pt-medium {
        padding-top: 24px
    }

    .tab-pr-medium {
        padding-right: 24px
    }

    .tab-pb-medium {
        padding-bottom: 24px
    }

    .tab-pl-medium,.tab-px-medium {
        padding-left: 24px
    }

    .tab-px-medium {
        padding-right: 24px
    }

    .tab-py-medium {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .tab-p-mx {
        padding: 26px
    }

    .tab-pt-mx {
        padding-top: 26px
    }

    .tab-pr-mx {
        padding-right: 26px
    }

    .tab-pb-mx {
        padding-bottom: 26px
    }

    .tab-pl-mx,.tab-px-mx {
        padding-left: 26px
    }

    .tab-px-mx {
        padding-right: 26px
    }

    .tab-py-mx {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .tab-py-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .tab-p-27 {
        padding: 27px
    }

    .tab-pt-27 {
        padding-top: 27px
    }

    .tab-pr-27 {
        padding-right: 27px
    }

    .tab-pb-27 {
        padding-bottom: 27px
    }

    .tab-pl-27,.tab-px-27 {
        padding-left: 27px
    }

    .tab-px-27 {
        padding-right: 27px
    }

    .tab-p-mxxx {
        padding: 30px
    }

    .tab-pt-mxxx {
        padding-top: 30px
    }

    .tab-pr-mxxx {
        padding-right: 30px
    }

    .tab-pb-mxxx {
        padding-bottom: 30px
    }

    .tab-pl-mxxx,.tab-px-mxxx {
        padding-left: 30px
    }

    .tab-px-mxxx {
        padding-right: 30px
    }

    .tab-py-mxxx {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .tab-p-lrg {
        padding: 32px
    }

    .tab-pt-lrg {
        padding-top: 32px
    }

    .tab-pr-lrg {
        padding-right: 32px
    }

    .tab-pb-lrg {
        padding-bottom: 32px
    }

    .tab-pl-lrg,.tab-px-lrg {
        padding-left: 32px
    }

    .tab-px-lrg {
        padding-right: 32px
    }

    .tab-py-lrg {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .tab-px-l {
        padding-left: 36px;
        padding-right: 36px
    }

    .tab-py-l {
        padding-bottom: 36px
    }

    .tab-pt-l,.tab-py-l {
        padding-top: 36px
    }

    .tab-pb-l {
        padding-bottom: 36px
    }

    .tab-pl-l {
        padding-left: 36px
    }

    .tab-pr-l {
        padding-right: 36px
    }

    .tab-p-l {
        padding: 36px
    }

    .tab-p-xl {
        padding: 40px
    }

    .tab-pt-xl {
        padding-top: 40px
    }

    .tab-pr-xl {
        padding-right: 40px
    }

    .tab-pb-xl {
        padding-bottom: 40px
    }

    .tab-pl-xl,.tab-px-xl {
        padding-left: 40px
    }

    .tab-px-xl {
        padding-right: 40px
    }

    .tab-py-xl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .tab-p-xxl {
        padding: 48px
    }

    .tab-pt-xxl {
        padding-top: 48px
    }

    .tab-pr-xxl {
        padding-right: 48px
    }

    .tab-pb-xxl {
        padding-bottom: 48px
    }

    .tab-pl-xxl,.tab-px-xxl {
        padding-left: 48px
    }

    .tab-px-xxl {
        padding-right: 48px
    }

    .tab-py-xxl {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .tab-p-xxlrg {
        padding: 46px
    }

    .tab-pt-xxlrg {
        padding-top: 46px
    }

    .tab-pr-xxlrg {
        padding-right: 46px
    }

    .tab-pb-xxlrg {
        padding-bottom: 46px
    }

    .tab-pl-xxlrg,.tab-px-xxlrg {
        padding-left: 46px
    }

    .tab-px-xxlrg {
        padding-right: 46px
    }

    .tab-py-xxlrg {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .tab-p-xxxl {
        padding: 56px
    }

    .tab-pt-xxxl {
        padding-top: 56px
    }

    .tab-pr-xxxl {
        padding-right: 56px
    }

    .tab-pb-xxxl {
        padding-bottom: 56px
    }

    .tab-pl-xxxl,.tab-px-xxxl {
        padding-left: 56px
    }

    .tab-px-xxxl {
        padding-right: 56px
    }

    .tab-py-xxxl {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .tab-p-xxxxl {
        padding: 64px
    }

    .tab-pt-xxxxl {
        padding-top: 64px
    }

    .tab-pr-xxxxl {
        padding-right: 64px
    }

    .tab-pb-xxxxl {
        padding-bottom: 64px
    }

    .tab-pl-xxxxl,.tab-px-xxxxl {
        padding-left: 64px
    }

    .tab-px-xxxxl {
        padding-right: 64px
    }

    .tab-py-xxxxl {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .tab-p-xxxxxl {
        padding: 72px
    }

    .tab-pt-xxxxxl {
        padding-top: 72px
    }

    .tab-pr-xxxxxl {
        padding-right: 72px
    }

    .tab-pb-xxxxxl {
        padding-bottom: 72px
    }

    .tab-pl-xxxxxl,.tab-px-xxxxxl {
        padding-left: 72px
    }

    .tab-px-xxxxxl {
        padding-right: 72px
    }

    .tab-py-xxxxxl {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .tab-px-xxxxxxl {
        padding-left: 80px;
        padding-right: 80px
    }

    .tab-py-xxxxxxl {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .tab-pt-xxxxxxxl {
        padding-top: 88px
    }

    .tab-pb-xxxxxxxl {
        padding-bottom: 88px
    }

    .tab-px-xxxxxxxl {
        padding-left: 88px;
        padding-right: 88px
    }

    .tab-py-xxxxxxxl {
        padding-top: 88px;
        padding-bottom: 88px
    }

    .tab-pt-xxxxxxxxl {
        padding-top: 96px
    }

    .tab-pb-xxxxxxxxl {
        padding-bottom: 96px
    }
}

@media only screen and (min-width: 980px) {
    .med-p0 {
        padding:0
    }

    .med-pt0 {
        padding-top: 0
    }

    .med-pr0 {
        padding-right: 0
    }

    .med-pb0 {
        padding-bottom: 0
    }

    .med-pl0,.med-px0 {
        padding-left: 0
    }

    .med-px0 {
        padding-right: 0
    }

    .med-py0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .med-p-1 {
        padding: 1px
    }

    .med-pt-1 {
        padding-top: 1px
    }

    .med-pr-1 {
        padding-right: 1px
    }

    .med-pb-1 {
        padding-bottom: 1px
    }

    .med-pl-1,.med-px-1 {
        padding-left: 1px
    }

    .med-px-1 {
        padding-right: 1px
    }

    .med-py-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .med-p-11 {
        padding: 11px
    }

    .med-pt-11 {
        padding-top: 11px
    }

    .med-pr-11 {
        padding-right: 11px
    }

    .med-pb-11 {
        padding-bottom: 11px
    }

    .med-pl-11,.med-px-11 {
        padding-left: 11px
    }

    .med-px-11 {
        padding-right: 11px
    }

    .med-py-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .med-p-13 {
        padding: 13px
    }

    .med-pt-13 {
        padding-top: 13px
    }

    .med-pr-13 {
        padding-right: 13px
    }

    .med-pb-13 {
        padding-bottom: 13px
    }

    .med-pl-13,.med-px-13 {
        padding-left: 13px
    }

    .med-px-13 {
        padding-right: 13px
    }

    .med-p-xs {
        padding: 4px
    }

    .med-pt-xs {
        padding-top: 4px
    }

    .med-pr-xs {
        padding-right: 4px
    }

    .med-pb-xs {
        padding-bottom: 4px
    }

    .med-pl-xs,.med-px-xs {
        padding-left: 4px
    }

    .med-px-xs {
        padding-right: 4px
    }

    .med-py-xs {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .med-p-xx {
        padding: 12px
    }

    .med-pt-xx {
        padding-top: 12px
    }

    .med-pr-xx {
        padding-right: 12px
    }

    .med-pb-xx {
        padding-bottom: 12px
    }

    .med-pl-xx,.med-px-xx {
        padding-left: 12px
    }

    .med-px-xx {
        padding-right: 12px
    }

    .med-py-xx {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .med-p-xxx {
        padding: 15px
    }

    .med-pt-xxx {
        padding-top: 15px
    }

    .med-pr-xxx {
        padding-right: 15px
    }

    .med-pb-xxx {
        padding-bottom: 15px
    }

    .med-pl-xxx,.med-px-xxx {
        padding-left: 15px
    }

    .med-px-xxx {
        padding-right: 15px
    }

    .med-py-xxx {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .med-p-small {
        padding: 16px
    }

    .med-pt-small {
        padding-top: 16px
    }

    .med-pr-small {
        padding-right: 16px
    }

    .med-pb-small {
        padding-bottom: 16px
    }

    .med-pl-small,.med-px-small {
        padding-left: 16px
    }

    .med-px-small {
        padding-right: 16px
    }

    .med-py-small {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .med-p-xxxm {
        padding: 20px
    }

    .med-pt-xxxm {
        padding-top: 20px
    }

    .med-pr-xxxm {
        padding-right: 20px
    }

    .med-pb-xxxm {
        padding-bottom: 20px
    }

    .med-pl-xxxm,.med-px-xxxm {
        padding-left: 20px
    }

    .med-px-xxxm {
        padding-right: 20px
    }

    .med-py-xxxm {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .med-p-medium {
        padding: 24px
    }

    .med-pt-medium {
        padding-top: 24px
    }

    .med-pr-medium {
        padding-right: 24px
    }

    .med-pb-medium {
        padding-bottom: 24px
    }

    .med-pl-medium,.med-px-medium {
        padding-left: 24px
    }

    .med-px-medium {
        padding-right: 24px
    }

    .med-py-medium {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .med-p-mx {
        padding: 26px
    }

    .med-pt-mx {
        padding-top: 26px
    }

    .med-pr-mx {
        padding-right: 26px
    }

    .med-pb-mx {
        padding-bottom: 26px
    }

    .med-pl-mx,.med-px-mx {
        padding-left: 26px
    }

    .med-px-mx {
        padding-right: 26px
    }

    .med-py-mx {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .med-py-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .med-p-27 {
        padding: 27px
    }

    .med-pt-27 {
        padding-top: 27px
    }

    .med-pr-27 {
        padding-right: 27px
    }

    .med-pb-27 {
        padding-bottom: 27px
    }

    .med-pl-27,.med-px-27 {
        padding-left: 27px
    }

    .med-px-27 {
        padding-right: 27px
    }

    .med-p-mxxx {
        padding: 30px
    }

    .med-pt-mxxx {
        padding-top: 30px
    }

    .med-pr-mxxx {
        padding-right: 30px
    }

    .med-pb-mxxx {
        padding-bottom: 30px
    }

    .med-pl-mxxx,.med-px-mxxx {
        padding-left: 30px
    }

    .med-px-mxxx {
        padding-right: 30px
    }

    .med-py-mxxx {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .med-p-lrg {
        padding: 32px
    }

    .med-pt-lrg {
        padding-top: 32px
    }

    .med-pr-lrg {
        padding-right: 32px
    }

    .med-pb-lrg {
        padding-bottom: 32px
    }

    .med-pl-lrg,.med-px-lrg {
        padding-left: 32px
    }

    .med-px-lrg {
        padding-right: 32px
    }

    .med-py-lrg {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .med-px-l {
        padding-left: 36px;
        padding-right: 36px
    }

    .med-py-l {
        padding-bottom: 36px
    }

    .med-pt-l,.med-py-l {
        padding-top: 36px
    }

    .med-pb-l {
        padding-bottom: 36px
    }

    .med-pl-l {
        padding-left: 36px
    }

    .med-pr-l {
        padding-right: 36px
    }

    .med-p-l {
        padding: 36px
    }

    .med-p-xl {
        padding: 40px
    }

    .med-pt-xl {
        padding-top: 40px
    }

    .med-pr-xl {
        padding-right: 40px
    }

    .med-pb-xl {
        padding-bottom: 40px
    }

    .med-pl-xl,.med-px-xl {
        padding-left: 40px
    }

    .med-px-xl {
        padding-right: 40px
    }

    .med-py-xl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .med-p-xxl {
        padding: 48px
    }

    .med-pt-xxl {
        padding-top: 48px
    }

    .med-pr-xxl {
        padding-right: 48px
    }

    .med-pb-xxl {
        padding-bottom: 48px
    }

    .med-pl-xxl,.med-px-xxl {
        padding-left: 48px
    }

    .med-px-xxl {
        padding-right: 48px
    }

    .med-py-xxl {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .med-p-xxlrg {
        padding: 46px
    }

    .med-pt-xxlrg {
        padding-top: 46px
    }

    .med-pr-xxlrg {
        padding-right: 46px
    }

    .med-pb-xxlrg {
        padding-bottom: 46px
    }

    .med-pl-xxlrg,.med-px-xxlrg {
        padding-left: 46px
    }

    .med-px-xxlrg {
        padding-right: 46px
    }

    .med-py-xxlrg {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .med-p-xxxl {
        padding: 56px
    }

    .med-pt-xxxl {
        padding-top: 56px
    }

    .med-pr-xxxl {
        padding-right: 56px
    }

    .med-pb-xxxl {
        padding-bottom: 56px
    }

    .med-pl-xxxl,.med-px-xxxl {
        padding-left: 56px
    }

    .med-px-xxxl {
        padding-right: 56px
    }

    .med-py-xxxl {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .med-p-xxxxl {
        padding: 64px
    }

    .med-pt-xxxxl {
        padding-top: 64px
    }

    .med-pr-xxxxl {
        padding-right: 64px
    }

    .med-pb-xxxxl {
        padding-bottom: 64px
    }

    .med-pl-xxxxl,.med-px-xxxxl {
        padding-left: 64px
    }

    .med-px-xxxxl {
        padding-right: 64px
    }

    .med-py-xxxxl {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .med-p-xxxxxl {
        padding: 72px
    }

    .med-pt-xxxxxl {
        padding-top: 72px
    }

    .med-pr-xxxxxl {
        padding-right: 72px
    }

    .med-pb-xxxxxl {
        padding-bottom: 72px
    }

    .med-pl-xxxxxl,.med-px-xxxxxl {
        padding-left: 72px
    }

    .med-px-xxxxxl {
        padding-right: 72px
    }

    .med-py-xxxxxl {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .med-px-xxxxxxl {
        padding-left: 80px;
        padding-right: 80px
    }

    .med-py-xxxxxxl {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .med-pt-xxxxxxxl {
        padding-top: 88px
    }

    .med-pb-xxxxxxxl {
        padding-bottom: 88px
    }

    .med-px-xxxxxxxl {
        padding-left: 88px;
        padding-right: 88px
    }

    .med-py-xxxxxxxl {
        padding-top: 88px;
        padding-bottom: 88px
    }

    .med-pt-xxxxxxxxl {
        padding-top: 96px
    }

    .med-pb-xxxxxxxxl {
        padding-bottom: 96px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-p0 {
        padding:0
    }

    .lrg-pt0 {
        padding-top: 0
    }

    .lrg-pr0 {
        padding-right: 0
    }

    .lrg-pb0 {
        padding-bottom: 0
    }

    .lrg-pl0,.lrg-px0 {
        padding-left: 0
    }

    .lrg-px0 {
        padding-right: 0
    }

    .lrg-py0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lrg-p-1 {
        padding: 1px
    }

    .lrg-pt-1 {
        padding-top: 1px
    }

    .lrg-pr-1 {
        padding-right: 1px
    }

    .lrg-pb-1 {
        padding-bottom: 1px
    }

    .lrg-pl-1,.lrg-px-1 {
        padding-left: 1px
    }

    .lrg-px-1 {
        padding-right: 1px
    }

    .lrg-py-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .lrg-p-11 {
        padding: 11px
    }

    .lrg-pt-11 {
        padding-top: 11px
    }

    .lrg-pr-11 {
        padding-right: 11px
    }

    .lrg-pb-11 {
        padding-bottom: 11px
    }

    .lrg-pl-11,.lrg-px-11 {
        padding-left: 11px
    }

    .lrg-px-11 {
        padding-right: 11px
    }

    .lrg-py-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .lrg-p-13 {
        padding: 13px
    }

    .lrg-pt-13 {
        padding-top: 13px
    }

    .lrg-pr-13 {
        padding-right: 13px
    }

    .lrg-pb-13 {
        padding-bottom: 13px
    }

    .lrg-pl-13,.lrg-px-13 {
        padding-left: 13px
    }

    .lrg-px-13 {
        padding-right: 13px
    }

    .lrg-p-xs {
        padding: 4px
    }

    .lrg-pt-xs {
        padding-top: 4px
    }

    .lrg-pr-xs {
        padding-right: 4px
    }

    .lrg-pb-xs {
        padding-bottom: 4px
    }

    .lrg-pl-xs,.lrg-px-xs {
        padding-left: 4px
    }

    .lrg-px-xs {
        padding-right: 4px
    }

    .lrg-py-xs {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .lrg-p-x {
        padding: 8px
    }

    .lrg-pt-x {
        padding-top: 8px
    }

    .lrg-pr-x {
        padding-right: 8px
    }

    .lrg-pb-x {
        padding-bottom: 8px
    }

    .lrg-pl-x,.lrg-px-x {
        padding-left: 8px
    }

    .lrg-px-x {
        padding-right: 8px
    }

    .lrg-py-x {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .lrg-p-xx {
        padding: 12px
    }

    .lrg-pt-xx {
        padding-top: 12px
    }

    .lrg-pr-xx {
        padding-right: 12px
    }

    .lrg-pb-xx {
        padding-bottom: 12px
    }

    .lrg-pl-xx,.lrg-px-xx {
        padding-left: 12px
    }

    .lrg-px-xx {
        padding-right: 12px
    }

    .lrg-py-xx {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .lrg-p-xxx {
        padding: 15px
    }

    .lrg-pt-xxx {
        padding-top: 15px
    }

    .lrg-pr-xxx {
        padding-right: 15px
    }

    .lrg-pb-xxx {
        padding-bottom: 15px
    }

    .lrg-pl-xxx,.lrg-px-xxx {
        padding-left: 15px
    }

    .lrg-px-xxx {
        padding-right: 15px
    }

    .lrg-py-xxx {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .lrg-p-small {
        padding: 16px
    }

    .lrg-pt-small {
        padding-top: 16px
    }

    .lrg-pr-small {
        padding-right: 16px
    }

    .lrg-pb-small {
        padding-bottom: 16px
    }

    .lrg-pl-small,.lrg-px-small {
        padding-left: 16px
    }

    .lrg-px-small {
        padding-right: 16px
    }

    .lrg-py-small {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .lrg-p-xxxm {
        padding: 20px
    }

    .lrg-pt-xxxm {
        padding-top: 20px
    }

    .lrg-pr-xxxm {
        padding-right: 20px
    }

    .lrg-pb-xxxm {
        padding-bottom: 20px
    }

    .lrg-pl-xxxm,.lrg-px-xxxm {
        padding-left: 20px
    }

    .lrg-px-xxxm {
        padding-right: 20px
    }

    .lrg-py-xxxm {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lrg-p-medium {
        padding: 24px
    }

    .lrg-pt-medium {
        padding-top: 24px
    }

    .lrg-pr-medium {
        padding-right: 24px
    }

    .lrg-pb-medium {
        padding-bottom: 24px
    }

    .lrg-pl-medium,.lrg-px-medium {
        padding-left: 24px
    }

    .lrg-px-medium {
        padding-right: 24px
    }

    .lrg-py-medium {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .lrg-p-mx {
        padding: 26px
    }

    .lrg-pt-mx {
        padding-top: 26px
    }

    .lrg-pr-mx {
        padding-right: 26px
    }

    .lrg-pb-mx {
        padding-bottom: 26px
    }

    .lrg-pl-mx,.lrg-px-mx {
        padding-left: 26px
    }

    .lrg-px-mx {
        padding-right: 26px
    }

    .lrg-py-mx {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .lrg-py-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .lrg-p-27 {
        padding: 27px
    }

    .lrg-pt-27 {
        padding-top: 27px
    }

    .lrg-pr-27 {
        padding-right: 27px
    }

    .lrg-pb-27 {
        padding-bottom: 27px
    }

    .lrg-pl-27,.lrg-px-27 {
        padding-left: 27px
    }

    .lrg-px-27 {
        padding-right: 27px
    }

    .lrg-p-mxxx {
        padding: 30px
    }

    .lrg-pt-mxxx {
        padding-top: 30px
    }

    .lrg-pr-mxxx {
        padding-right: 30px
    }

    .lrg-pb-mxxx {
        padding-bottom: 30px
    }

    .lrg-pl-mxxx,.lrg-px-mxxx {
        padding-left: 30px
    }

    .lrg-px-mxxx {
        padding-right: 30px
    }

    .lrg-py-mxxx {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .lrg-p-lrg {
        padding: 32px
    }

    .lrg-pt-lrg {
        padding-top: 32px
    }

    .lrg-pr-lrg {
        padding-right: 32px
    }

    .lrg-pb-lrg {
        padding-bottom: 32px
    }

    .lrg-pl-lrg,.lrg-px-lrg {
        padding-left: 32px
    }

    .lrg-px-lrg {
        padding-right: 32px
    }

    .lrg-py-lrg {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .lrg-px-l {
        padding-left: 36px;
        padding-right: 36px
    }

    .lrg-py-l {
        padding-bottom: 36px
    }

    .lrg-pt-l,.lrg-py-l {
        padding-top: 36px
    }

    .lrg-pb-l {
        padding-bottom: 36px
    }

    .lrg-pl-l {
        padding-left: 36px
    }

    .lrg-pr-l {
        padding-right: 36px
    }

    .lrg-p-l {
        padding: 36px
    }

    .lrg-p-xl {
        padding: 40px
    }

    .lrg-pt-xl {
        padding-top: 40px
    }

    .lrg-pr-xl {
        padding-right: 40px
    }

    .lrg-pb-xl {
        padding-bottom: 40px
    }

    .lrg-pl-xl,.lrg-px-xl {
        padding-left: 40px
    }

    .lrg-px-xl {
        padding-right: 40px
    }

    .lrg-py-xl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lrg-p-xxl {
        padding: 48px
    }

    .lrg-pt-xxl {
        padding-top: 48px
    }

    .lrg-pr-xxl {
        padding-right: 48px
    }

    .lrg-pb-xxl {
        padding-bottom: 48px
    }

    .lrg-pl-xxl,.lrg-px-xxl {
        padding-left: 48px
    }

    .lrg-px-xxl {
        padding-right: 48px
    }

    .lrg-py-xxl {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .lrg-p-xxlrg {
        padding: 46px
    }

    .lrg-pt-xxlrg {
        padding-top: 46px
    }

    .lrg-pr-xxlrg {
        padding-right: 46px
    }

    .lrg-pb-xxlrg {
        padding-bottom: 46px
    }

    .lrg-pl-xxlrg,.lrg-px-xxlrg {
        padding-left: 46px
    }

    .lrg-px-xxlrg {
        padding-right: 46px
    }

    .lrg-py-xxlrg {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .lrg-p-xxxl {
        padding: 56px
    }

    .lrg-pt-xxxl {
        padding-top: 56px
    }

    .lrg-pr-xxxl {
        padding-right: 56px
    }

    .lrg-pb-xxxl {
        padding-bottom: 56px
    }

    .lrg-pl-xxxl,.lrg-px-xxxl {
        padding-left: 56px
    }

    .lrg-px-xxxl {
        padding-right: 56px
    }

    .lrg-py-xxxl {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .lrg-p-xxxxl {
        padding: 64px
    }

    .lrg-pt-xxxxl {
        padding-top: 64px
    }

    .lrg-pr-xxxxl {
        padding-right: 64px
    }

    .lrg-pb-xxxxl {
        padding-bottom: 64px
    }

    .lrg-pl-xxxxl,.lrg-px-xxxxl {
        padding-left: 64px
    }

    .lrg-px-xxxxl {
        padding-right: 64px
    }

    .lrg-py-xxxxl {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .lrg-p-xxxxxl {
        padding: 72px
    }

    .lrg-pt-xxxxxl {
        padding-top: 72px
    }

    .lrg-pr-xxxxxl {
        padding-right: 72px
    }

    .lrg-pb-xxxxxl {
        padding-bottom: 72px
    }

    .lrg-pl-xxxxxl,.lrg-px-xxxxxl {
        padding-left: 72px
    }

    .lrg-px-xxxxxl {
        padding-right: 72px
    }

    .lrg-py-xxxxxl {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .lrg-px-xxxxxxl {
        padding-left: 80px;
        padding-right: 80px
    }

    .lrg-py-xxxxxxl {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .lrg-pt-xxxxxxxl {
        padding-top: 88px
    }

    .lrg-pb-xxxxxxxl {
        padding-bottom: 88px
    }

    .lrg-px-xxxxxxxl {
        padding-left: 88px;
        padding-right: 88px
    }

    .lrg-py-xxxxxxxl {
        padding-top: 88px;
        padding-bottom: 88px
    }

    .lrg-pt-xxxxxxxxl {
        padding-top: 96px
    }

    .lrg-pb-xxxxxxxxl {
        padding-bottom: 96px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-p0 {
        padding:0
    }

    .xl-pt0 {
        padding-top: 0
    }

    .xl-pr0 {
        padding-right: 0
    }

    .xl-pb0 {
        padding-bottom: 0
    }

    .xl-pl0,.xl-px0 {
        padding-left: 0
    }

    .xl-px0 {
        padding-right: 0
    }

    .xl-py0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .xl-p-1 {
        padding: 1px
    }

    .xl-pt-1 {
        padding-top: 1px
    }

    .xl-pr-1 {
        padding-right: 1px
    }

    .xl-pb-1 {
        padding-bottom: 1px
    }

    .xl-pl-1,.xl-px-1 {
        padding-left: 1px
    }

    .xl-px-1 {
        padding-right: 1px
    }

    .xl-py-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .xl-p-11 {
        padding: 11px
    }

    .xl-pt-11 {
        padding-top: 11px
    }

    .xl-pr-11 {
        padding-right: 11px
    }

    .xl-pb-11 {
        padding-bottom: 11px
    }

    .xl-pl-11,.xl-px-11 {
        padding-left: 11px
    }

    .xl-px-11 {
        padding-right: 11px
    }

    .xl-py-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .xl-p-13 {
        padding: 13px
    }

    .xl-pt-13 {
        padding-top: 13px
    }

    .xl-pr-13 {
        padding-right: 13px
    }

    .xl-pb-13 {
        padding-bottom: 13px
    }

    .xl-pl-13,.xl-px-13 {
        padding-left: 13px
    }

    .xl-px-13 {
        padding-right: 13px
    }

    .xl-p-xs {
        padding: 4px
    }

    .xl-pt-xs {
        padding-top: 4px
    }

    .xl-pr-xs {
        padding-right: 4px
    }

    .xl-pb-xs {
        padding-bottom: 4px
    }

    .xl-pl-xs,.xl-px-xs {
        padding-left: 4px
    }

    .xl-px-xs {
        padding-right: 4px
    }

    .xl-py-xs {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .xl-p-x {
        padding: 8px
    }

    .xl-pt-x {
        padding-top: 8px
    }

    .xl-pr-x {
        padding-right: 8px
    }

    .xl-pb-x {
        padding-bottom: 8px
    }

    .xl-pl-x,.xl-px-x {
        padding-left: 8px
    }

    .xl-px-x {
        padding-right: 8px
    }

    .xl-py-x {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .xl-p-xx {
        padding: 12px
    }

    .xl-pt-xx {
        padding-top: 12px
    }

    .xl-pr-xx {
        padding-right: 12px
    }

    .xl-pb-xx {
        padding-bottom: 12px
    }

    .xl-pl-xx,.xl-px-xx {
        padding-left: 12px
    }

    .xl-px-xx {
        padding-right: 12px
    }

    .xl-py-xx {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .xl-p-xxx {
        padding: 15px
    }

    .xl-pt-xxx {
        padding-top: 15px
    }

    .xl-pr-xxx {
        padding-right: 15px
    }

    .xl-pb-xxx {
        padding-bottom: 15px
    }

    .xl-pl-xxx,.xl-px-xxx {
        padding-left: 15px
    }

    .xl-px-xxx {
        padding-right: 15px
    }

    .xl-py-xxx {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .xl-p-small {
        padding: 16px
    }

    .xl-pt-small {
        padding-top: 16px
    }

    .xl-pr-small {
        padding-right: 16px
    }

    .xl-pb-small {
        padding-bottom: 16px
    }

    .xl-pl-small,.xl-px-small {
        padding-left: 16px
    }

    .xl-px-small {
        padding-right: 16px
    }

    .xl-py-small {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .xl-p-xxxm {
        padding: 20px
    }

    .xl-pt-xxxm {
        padding-top: 20px
    }

    .xl-pr-xxxm {
        padding-right: 20px
    }

    .xl-pb-xxxm {
        padding-bottom: 20px
    }

    .xl-pl-xxxm,.xl-px-xxxm {
        padding-left: 20px
    }

    .xl-px-xxxm {
        padding-right: 20px
    }

    .xl-py-xxxm {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .xl-p-medium {
        padding: 24px
    }

    .xl-pt-medium {
        padding-top: 24px
    }

    .xl-pr-medium {
        padding-right: 24px
    }

    .xl-pb-medium {
        padding-bottom: 24px
    }

    .xl-pl-medium,.xl-px-medium {
        padding-left: 24px
    }

    .xl-px-medium {
        padding-right: 24px
    }

    .xl-py-medium {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .xl-p-mx {
        padding: 26px
    }

    .xl-pt-mx {
        padding-top: 26px
    }

    .xl-pr-mx {
        padding-right: 26px
    }

    .xl-pb-mx {
        padding-bottom: 26px
    }

    .xl-pl-mx,.xl-px-mx {
        padding-left: 26px
    }

    .xl-px-mx {
        padding-right: 26px
    }

    .xl-py-mx {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .xl-py-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .xl-p-27 {
        padding: 27px
    }

    .xl-pt-27 {
        padding-top: 27px
    }

    .xl-pr-27 {
        padding-right: 27px
    }

    .xl-pb-27 {
        padding-bottom: 27px
    }

    .xl-pl-27,.xl-px-27 {
        padding-left: 27px
    }

    .xl-px-27 {
        padding-right: 27px
    }

    .xl-p-mxxx {
        padding: 30px
    }

    .xl-pt-mxxx {
        padding-top: 30px
    }

    .xl-pr-mxxx {
        padding-right: 30px
    }

    .xl-pb-mxxx {
        padding-bottom: 30px
    }

    .xl-pl-mxxx,.xl-px-mxxx {
        padding-left: 30px
    }

    .xl-px-mxxx {
        padding-right: 30px
    }

    .xl-py-mxxx {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .xl-p-lrg {
        padding: 32px
    }

    .xl-pt-lrg {
        padding-top: 32px
    }

    .xl-pr-lrg {
        padding-right: 32px
    }

    .xl-pb-lrg {
        padding-bottom: 32px
    }

    .xl-pl-lrg,.xl-px-lrg {
        padding-left: 32px
    }

    .xl-px-lrg {
        padding-right: 32px
    }

    .xl-py-lrg {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .xl-px-l {
        padding-left: 36px;
        padding-right: 36px
    }

    .xl-py-l {
        padding-bottom: 36px
    }

    .xl-pt-l,.xl-py-l {
        padding-top: 36px
    }

    .xl-pb-l {
        padding-bottom: 36px
    }

    .xl-pl-l {
        padding-left: 36px
    }

    .xl-pr-l {
        padding-right: 36px
    }

    .xl-p-l {
        padding: 36px
    }

    .xl-p-xl {
        padding: 40px
    }

    .xl-pt-xl {
        padding-top: 40px
    }

    .xl-pr-xl {
        padding-right: 40px
    }

    .xl-pb-xl {
        padding-bottom: 40px
    }

    .xl-pl-xl,.xl-px-xl {
        padding-left: 40px
    }

    .xl-px-xl {
        padding-right: 40px
    }

    .xl-py-xl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .xl-p-xxl {
        padding: 48px
    }

    .xl-pt-xxl {
        padding-top: 48px
    }

    .xl-pr-xxl {
        padding-right: 48px
    }

    .xl-pb-xxl {
        padding-bottom: 48px
    }

    .xl-pl-xxl,.xl-px-xxl {
        padding-left: 48px
    }

    .xl-px-xxl {
        padding-right: 48px
    }

    .xl-py-xxl {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .xl-p-xxlrg {
        padding: 46px
    }

    .xl-pt-xxlrg {
        padding-top: 46px
    }

    .xl-pr-xxlrg {
        padding-right: 46px
    }

    .xl-pb-xxlrg {
        padding-bottom: 46px
    }

    .xl-pl-xxlrg,.xl-px-xxlrg {
        padding-left: 46px
    }

    .xl-px-xxlrg {
        padding-right: 46px
    }

    .xl-py-xxlrg {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .xl-p-xxxl {
        padding: 56px
    }

    .xl-pt-xxxl {
        padding-top: 56px
    }

    .xl-pr-xxxl {
        padding-right: 56px
    }

    .xl-pb-xxxl {
        padding-bottom: 56px
    }

    .xl-pl-xxxl,.xl-px-xxxl {
        padding-left: 56px
    }

    .xl-px-xxxl {
        padding-right: 56px
    }

    .xl-py-xxxl {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .xl-p-xxxxl {
        padding: 64px
    }

    .xl-pt-xxxxl {
        padding-top: 64px
    }

    .xl-pr-xxxxl {
        padding-right: 64px
    }

    .xl-pb-xxxxl {
        padding-bottom: 64px
    }

    .xl-pl-xxxxl,.xl-px-xxxxl {
        padding-left: 64px
    }

    .xl-px-xxxxl {
        padding-right: 64px
    }

    .xl-py-xxxxl {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .xl-p-xxxxxl {
        padding: 72px
    }

    .xl-pt-xxxxxl {
        padding-top: 72px
    }

    .xl-pr-xxxxxl {
        padding-right: 72px
    }

    .xl-pb-xxxxxl {
        padding-bottom: 72px
    }

    .xl-pl-xxxxxl,.xl-px-xxxxxl {
        padding-left: 72px
    }

    .xl-px-xxxxxl {
        padding-right: 72px
    }

    .xl-py-xxxxxl {
        padding-top: 72px;
        padding-bottom: 72px
    }

    .xl-px-xxxxxxl {
        padding-left: 80px;
        padding-right: 80px
    }

    .xl-py-xxxxxxl {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .xl-pt-xxxxxxxl {
        padding-top: 88px
    }

    .xl-pb-xxxxxxxl {
        padding-bottom: 88px
    }

    .xl-px-xxxxxxxl {
        padding-left: 88px;
        padding-right: 88px
    }

    .xl-py-xxxxxxxl {
        padding-top: 88px;
        padding-bottom: 88px
    }

    .xl-pt-xxxxxxxxl {
        padding-top: 96px
    }

    .xl-pb-xxxxxxxxl {
        padding-bottom: 96px
    }
}

.upper {
    text-transform: uppercase;
    letter-spacing: .5px
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.small-caps {
    font-variant: small-caps
}

.text-deco-none {
    text-decoration: none
}

.fw-light {
    font-weight: 200
}

.fw-regular {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-demi-bold {
    font-weight: 700
}

.fw-bold {
    font-weight: 800
}

.fw-heavy {
    font-weight: 900
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.nowrap,.truncate {
    white-space: nowrap
}

.break-word {
    word-wrap: break-word
}

.small-type {
    font-size: 10px
}

.italic,.italic-bold,.italic-demi-bold,.italic-heavy,.italic-medium,.italic-regular {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.v-align-base {
    vertical-align: baseline
}

.v-align-mid {
    vertical-align: middle
}

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

.v-align-btm {
    vertical-align: bottom
}

.serif-georgia {
    font-family: georgia,Cambria,serif
}

.serif-cambria {
    font-family: Cambria,georgia,serif
}

.ts-basic {
    text-shadow: 0 1px 1px rgba(0,0,0,.35)
}

.fs-1 {
    font-size: 24px
}

.fs-2 {
    font-size: 22px
}

.fs-2-25 {
    font-size: 21px
}

.fs-2-5 {
    font-size: 20px
}

.fs-3 {
    font-size: 18px
}

.fs-3-5 {
    font-size: 17px
}

.fs-4 {
    font-size: 16px
}

.fs-4-5 {
    font-size: 15px
}

.fs-5 {
    font-size: 14px
}

.fs-5-5 {
    font-size: 13px
}

.fs-6 {
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .tab-fs-1 {
        font-size:24px
    }

    .tab-fs-2 {
        font-size: 22px
    }

    .tab-fs-2-25 {
        font-size: 21px
    }

    .tab-fs-2-5 {
        font-size: 20px
    }

    .tab-fs-3 {
        font-size: 18px
    }

    .tab-fs-3-5 {
        font-size: 17px
    }

    .tab-fs-4 {
        font-size: 16px
    }

    .tab-fs-4-5 {
        font-size: 15px
    }

    .tab-fs-5 {
        font-size: 14px
    }

    .tab-fs-5-5 {
        font-size: 13px
    }

    .tab-fs-6 {
        font-size: 12px
    }
}

@media only screen and (min-width: 980px) {
    .med-fs-1 {
        font-size:24px
    }

    .med-fs-2 {
        font-size: 22px
    }

    .med-fs-2-25 {
        font-size: 21px
    }

    .med-fs-2-5 {
        font-size: 20px
    }

    .med-fs-3 {
        font-size: 18px
    }

    .med-fs-3-5 {
        font-size: 17px
    }

    .med-fs-4 {
        font-size: 16px
    }

    .med-fs-4-5 {
        font-size: 15px
    }

    .med-fs-5 {
        font-size: 14px
    }

    .med-fs-5-5 {
        font-size: 13px
    }

    .med-fs-6 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-fs-1 {
        font-size:24px
    }

    .lrg-fs-2 {
        font-size: 22px
    }

    .lrg-fs-2-25 {
        font-size: 21px
    }

    .lrg-fs-2-5 {
        font-size: 20px
    }

    .lrg-fs-3 {
        font-size: 18px
    }

    .lrg-fs-3-5 {
        font-size: 17px
    }

    .lrg-fs-4 {
        font-size: 16px
    }

    .lrg-fs-4-5 {
        font-size: 15px
    }

    .lrg-fs-5 {
        font-size: 14px
    }

    .lrg-fs-5-5 {
        font-size: 13px
    }

    .lrg-fs-6 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-fs-1 {
        font-size:24px
    }

    .xl-fs-2 {
        font-size: 22px
    }

    .xl-fs-2-25 {
        font-size: 21px
    }

    .xl-fs-2-5 {
        font-size: 20px
    }

    .xl-fs-3 {
        font-size: 18px
    }

    .xl-fs-3-5 {
        font-size: 17px
    }

    .xl-fs-4 {
        font-size: 16px
    }

    .xl-fs-4-5 {
        font-size: 15px
    }

    .xl-fs-5 {
        font-size: 14px
    }

    .xl-fs-5-5 {
        font-size: 13px
    }

    .xl-fs-6 {
        font-size: 12px
    }
}

.hl-1 {
    font-size: 72px
}

.hl-2 {
    font-size: 64px
}

.hl-3 {
    font-size: 56px
}

.hl-4 {
    font-size: 48px
}

.hl-4-25 {
    font-size: 46px
}

.hl-4-5 {
    font-size: 42px
}

.hl-5 {
    font-size: 40px
}

.hl-5-25 {
    font-size: 36px
}

.hl-5-5 {
    font-size: 34px
}

.hl-6 {
    font-size: 32px
}

.hl-6-5 {
    font-size: 26px
}

@media only screen and (min-width: 768px) {
    .tab-hl-1 {
        font-size:72px
    }

    .tab-hl-2 {
        font-size: 64px
    }

    .tab-hl-3 {
        font-size: 56px
    }

    .tab-hl-4 {
        font-size: 48px
    }

    .tab-hl-4-25 {
        font-size: 46px
    }

    .tab-hl-4-5 {
        font-size: 42px
    }

    .tab-hl-5 {
        font-size: 40px
    }

    .tab-hl-5-25 {
        font-size: 36px
    }

    .tab-hl-5-5 {
        font-size: 34px
    }

    .tab-hl-6 {
        font-size: 32px
    }

    .tab-hl-6-5 {
        font-size: 26px
    }
}

@media only screen and (min-width: 980px) {
    .med-hl-1 {
        font-size:72px
    }

    .med-hl-2 {
        font-size: 64px
    }

    .med-hl-3 {
        font-size: 56px
    }

    .med-hl-4 {
        font-size: 48px
    }

    .med-hl-4-25 {
        font-size: 46px
    }

    .med-hl-4-5 {
        font-size: 42px
    }

    .med-hl-5 {
        font-size: 40px
    }

    .med-hl-5-25 {
        font-size: 36px
    }

    .med-hl-5-5 {
        font-size: 34px
    }

    .med-hl-6 {
        font-size: 32px
    }

    .med-hl-6-5 {
        font-size: 26px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-hl-1 {
        font-size:72px
    }

    .lrg-hl-2 {
        font-size: 64px
    }

    .lrg-hl-3 {
        font-size: 56px
    }

    .lrg-hl-4 {
        font-size: 48px
    }

    .lrg-hl-4-25 {
        font-size: 46px
    }

    .lrg-hl-4-5 {
        font-size: 42px
    }

    .lrg-hl-5 {
        font-size: 40px
    }

    .lrg-hl-5-25 {
        font-size: 36px
    }

    .lrg-hl-5-5 {
        font-size: 34px
    }

    .lrg-hl-6 {
        font-size: 32px
    }

    .lrg-hl-6-5 {
        font-size: 26px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-hl-1 {
        font-size:72px
    }

    .xl-hl-2 {
        font-size: 64px
    }

    .xl-hl-3 {
        font-size: 56px
    }

    .xl-hl-4 {
        font-size: 48px
    }

    .xl-hl-4-25 {
        font-size: 46px
    }

    .xl-hl-4-5 {
        font-size: 42px
    }

    .xl-hl-5 {
        font-size: 40px
    }

    .xl-hl-5-25 {
        font-size: 36px
    }

    .xl-hl-5-5 {
        font-size: 34px
    }

    .xl-hl-6 {
        font-size: 32px
    }

    .xl-hl-6-5 {
        font-size: 26px
    }
}

@media only screen and (min-width: 1440px) {
    .xxl-hl-1 {
        font-size:72px
    }

    .xxl-hl-2 {
        font-size: 64px
    }

    .xxl-hl-3 {
        font-size: 56px
    }

    .xxl-hl-4 {
        font-size: 48px
    }

    .xxl-hl-4-25 {
        font-size: 46px
    }

    .xxl-hl-4-5 {
        font-size: 42px
    }

    .xxl-hl-5 {
        font-size: 40px
    }

    .xxl-hl-5-25 {
        font-size: 36px
    }

    .xxl-hl-5-5 {
        font-size: 34px
    }

    .xxl-hl-6 {
        font-size: 32px
    }

    .xxl-hl-6-5 {
        font-size: 26px
    }
}

.lh0 {
    line-height: 0
}

.lh-1 {
    line-height: 1
}

.lh-1-2 {
    line-height: 1.2
}

.lh-1-25 {
    line-height: 1.25
}

.lh-1-3 {
    line-height: 1.3
}

.lh-1-38 {
    line-height: 1.38
}

.lh-1-45 {
    line-height: 1.45
}

.lh-1-5 {
    line-height: 1.5
}

.lh-1-6 {
    line-height: 1.6
}

.lh-xs {
    line-height: 4px
}

.lh-x {
    line-height: 8px
}

.lh-small {
    line-height: 16px
}

.lh-medium {
    line-height: 24px
}

.lh-lrg {
    line-height: 32px
}

.lh-xl {
    line-height: 40px
}

.lh-xxl {
    line-height: 48px
}

.lh-xxxlrg {
    line-height: 54px
}

.lh-xxxl {
    line-height: 56px
}

.lh-xxxxl {
    line-height: 64px
}

.lh-xxxxxl {
    line-height: 72px
}

.lh-xxxxxxl {
    line-height: 80px
}

@media only screen and (min-width: 768px) {
    .tab-lh0 {
        line-height:0
    }

    .tab-lh-1 {
        line-height: 1
    }

    .tab-lh-1-25 {
        line-height: 1.25
    }

    .tab-lh-1-3 {
        line-height: 1.3
    }

    .tab-lh-1-38 {
        line-height: 1.38
    }

    .tab-lh-1-45 {
        line-height: 1.45
    }

    .tab-lh-1-5 {
        line-height: 1.5
    }

    .tab-lh-1-6 {
        line-height: 1.6
    }

    .tab-lh-xs {
        line-height: 4px
    }

    .tab-lh-x {
        line-height: 8px
    }

    .tab-lh-small {
        line-height: 16px
    }

    .tab-lh-medium {
        line-height: 24px
    }

    .tab-lh-lrg {
        line-height: 32px
    }

    .tab-lh-xl {
        line-height: 40px
    }

    .tab-lh-xxl {
        line-height: 48px
    }

    .tab-lh-xxxlrg {
        line-height: 54px
    }

    .tab-lh-xxxl {
        line-height: 56px
    }

    .tab-lh-xxxxl {
        line-height: 64px
    }
}

@media only screen and (min-width: 980px) {
    .med-lh0 {
        line-height:0
    }

    .med-lh-1 {
        line-height: 1
    }

    .med-lh-1-25 {
        line-height: 1.25
    }

    .med-lh-1-3 {
        line-height: 1.3
    }

    .med-lh-1-38 {
        line-height: 1.38
    }

    .med-lh-1-45 {
        line-height: 1.45
    }

    .med-lh-1-5 {
        line-height: 1.5
    }

    .med-lh-1-6 {
        line-height: 1.6
    }

    .med-lh-xs {
        line-height: 4px
    }

    .med-lh-x {
        line-height: 8px
    }

    .med-lh-small {
        line-height: 16px
    }

    .med-lh-medium {
        line-height: 24px
    }

    .med-lh-lrg {
        line-height: 32px
    }

    .med-lh-xl {
        line-height: 40px
    }

    .med-lh-xxl {
        line-height: 48px
    }

    .med-lh-xxxlrg {
        line-height: 54px
    }

    .med-lh-xxxl {
        line-height: 56px
    }

    .med-lh-xxxxl {
        line-height: 64px
    }

    .med-lh-xxxxxl {
        line-height: 72px
    }

    .med-lh-xxxxxxl {
        line-height: 80px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-lh0 {
        line-height:0
    }

    .lrg-lh-1 {
        line-height: 1
    }

    .lrg-lh-1-25 {
        line-height: 1.25
    }

    .lrg-lh-1-3 {
        line-height: 1.3
    }

    .lrg-lh-1-38 {
        line-height: 1.38
    }

    .lrg-lh-1-45 {
        line-height: 1.45
    }

    .lrg-lh-1-5 {
        line-height: 1.5
    }

    .lrg-lh-1-6 {
        line-height: 1.6
    }

    .lrg-lh-xs {
        line-height: 4px
    }

    .lrg-lh-x {
        line-height: 8px
    }

    .lrg-lh-small {
        line-height: 16px
    }

    .lrg-lh-medium {
        line-height: 24px
    }

    .lrg-lh-lrg {
        line-height: 32px
    }

    .lrg-lh-xl {
        line-height: 40px
    }

    .lrg-lh-xxl {
        line-height: 48px
    }

    .lrg-lh-xxxlrg {
        line-height: 54px
    }

    .lrg-lh-xxxl {
        line-height: 56px
    }

    .lrg-lh-xxxxl {
        line-height: 64px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-lh0 {
        line-height:0
    }

    .xl-lh-1 {
        line-height: 1
    }

    .xl-lh-1-25 {
        line-height: 1.25
    }

    .xl-lh-1-3 {
        line-height: 1.3
    }

    .xl-lh-1-38 {
        line-height: 1.38
    }

    .xl-lh-1-45 {
        line-height: 1.45
    }

    .xl-lh-1-5 {
        line-height: 1.5
    }

    .xl-lh-1-6 {
        line-height: 1.6
    }

    .xl-lh-xs {
        line-height: 4px
    }

    .xl-lh-x {
        line-height: 8px
    }

    .xl-lh-small {
        line-height: 16px
    }

    .xl-lh-medium {
        line-height: 24px
    }

    .xl-lh-lrg {
        line-height: 32px
    }

    .xl-lh-xl {
        line-height: 40px
    }

    .xl-lh-xxl {
        line-height: 48px
    }

    .xl-lh-xxxlrg {
        line-height: 54px
    }

    .xl-lh-xxxl {
        line-height: 56px
    }

    .xl-lh-xxxxl {
        line-height: 64px
    }
}

.ls-reset {
    letter-spacing: normal
}

.ls {
    letter-spacing: .5px
}

.ls-tight {
    letter-spacing: -1px
}

.ls-medium {
    letter-spacing: 1px
}

.ls-loose {
    letter-spacing: 2.37px
}

.ls-xloose {
    letter-spacing: 3px
}

@media only screen and (min-width: 768px) {
    .tab-ls-reset {
        letter-spacing:normal
    }

    .tab-ls {
        letter-spacing: .5px
    }

    .tab-ls-tight {
        letter-spacing: -1px
    }

    .tab-ls-medium {
        letter-spacing: 1px
    }

    .tab-ls-loose {
        letter-spacing: 2px
    }

    .tab-ls-xloose {
        letter-spacing: 2.5px
    }
}

@media only screen and (min-width: 980px) {
    .med-ls-reset {
        letter-spacing:normal
    }

    .med-ls {
        letter-spacing: .5px
    }

    .med-ls-tight {
        letter-spacing: -1px
    }

    .med-ls-medium {
        letter-spacing: 1px
    }

    .med-ls-loose {
        letter-spacing: 2px
    }

    .med-ls-xloose {
        letter-spacing: 2.5px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-ls-reset {
        letter-spacing:normal
    }

    .lrg-ls {
        letter-spacing: .5px
    }

    .lrg-ls-tight {
        letter-spacing: -1px
    }

    .lrg-ls-medium {
        letter-spacing: 1px
    }

    .lrg-ls-loose {
        letter-spacing: 2px
    }

    .lrg-ls-xloose {
        letter-spacing: 2.5px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-ls-reset {
        letter-spacing:normal
    }

    .xl-ls {
        letter-spacing: .5px
    }

    .xl-ls-tight {
        letter-spacing: -1px
    }

    .xl-ls-medium {
        letter-spacing: 1px
    }

    .xl-ls-loose {
        letter-spacing: 2px
    }

    .xl-ls-xloose {
        letter-spacing: 2.5px
    }
}

.left-align {
    text-align: left
}

.center-align {
    text-align: center
}

.right-align {
    text-align: right
}

.justify {
    text-align: justify
}

@media only screen and (min-width: 768px) {
    .tab-left-align {
        text-align:left
    }

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

    .tab-right-align {
        text-align: right
    }

    .tab-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 980px) {
    .med-left-align {
        text-align:left
    }

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

    .med-right-align {
        text-align: right
    }

    .med-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-left-align {
        text-align:left
    }

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

    .lrg-right-align {
        text-align: right
    }

    .lrg-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 1400px) {
    .xl-left-align {
        text-align:left
    }

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

    .xl-right-align {
        text-align: right
    }

    .xl-justify {
        text-align: justify
    }
}

.w-full {
    width: 100%
}

.w-three-quarters {
    width: 75%
}

.w-half {
    width: 50%
}

.w-third {
    width: 33.3%
}

.w-quarter {
    width: 25%
}

.w-fifth {
    width: 20%
}

.w-inherit {
    width: inherit
}

.w-auto {
    width: auto
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.h-5 {
    height: 5%
}

.h-10 {
    height: 10%
}

.h-20 {
    height: 20%
}

.h-30 {
    height: 30%
}

.h-40 {
    height: 40%
}

.h-50 {
    height: 50%
}

.h-60 {
    height: 60%
}

.h-70 {
    height: 70%
}

.h-80 {
    height: 80%
}

.h-90 {
    height: 90%
}

.h-100 {
    height: 100%
}

.h-110 {
    height: 110%
}

.h-120 {
    height: 120%
}

.h-130 {
    height: 130%
}

.h-140 {
    height: 140%
}

.h-150 {
    height: 150%
}

.h-160 {
    height: 160%
}

.h-170 {
    height: 170%
}

.h-180 {
    height: 180%
}

.h-190 {
    height: 190%
}

.h-200 {
    height: 200%
}

.input-wrap,.input-wrap-full {
    width: 100%
}

.input-wrap-half {
    width: 48%
}

.input-wrap-3-4 {
    width: 75%
}

.input-wrap-1-3 {
    width: 33%
}

.max-w-10 {
    max-width: 10%
}

.max-w-20 {
    max-width: 20%
}

.max-w-30 {
    max-width: 30%
}

.max-w-40 {
    max-width: 40%
}

.max-w-50 {
    max-width: 50%
}

.max-w-60 {
    max-width: 60%
}

.max-w-70 {
    max-width: 70%
}

.max-w-80 {
    max-width: 80%
}

.max-w-90 {
    max-width: 90%
}

.max-w-100 {
    max-width: 100%
}

.min-w-10 {
    min-width: 10%
}

.min-w-20 {
    min-width: 20%
}

.min-w-30 {
    min-width: 30%
}

.min-w-40 {
    min-width: 40%
}

.min-w-50 {
    min-width: 50%
}

.min-w-60 {
    min-width: 60%
}

.min-w-70 {
    min-width: 70%
}

.min-w-80 {
    min-width: 80%
}

.min-w-90 {
    min-width: 90%
}

.min-w-100 {
    min-width: 100%
}

.h-fixed-160 {
    height: 160px
}

.h-fixed-170 {
    height: 170px
}

.h-fixed-180 {
    height: 180px
}

.h-fixed-190 {
    height: 190px
}

.h-fixed-210 {
    height: 210px
}

.h-fixed-220 {
    height: 220px
}

.h-fixed-230 {
    height: 230px
}

.h-fixed-240 {
    height: 240px
}

.h-fixed-260 {
    height: 260px
}

.h-fixed-270 {
    height: 270px
}

.h-fixed-280 {
    height: 280px
}

.h-fixed-290 {
    height: 290px
}

.w-fixed-10 {
    width: 10px
}

.w-fixed-20 {
    width: 20px
}

.w-fixed-30 {
    width: 30px
}

.w-fixed-40 {
    width: 40px
}

.w-fixed-50 {
    width: 50px
}

.w-fixed-60 {
    width: 60px
}

.w-fixed-70 {
    width: 70px
}

.w-fixed-80 {
    width: 80px
}

.w-fixed-90 {
    width: 90px
}

.w-fixed-100 {
    width: 100px
}

.w-fixed-110 {
    width: 110px
}

.w-fixed-120 {
    width: 120px
}

.w-fixed-130 {
    width: 130px
}

.w-fixed-140 {
    width: 140px
}

.w-fixed-150 {
    width: 150px
}

.w-fixed-160 {
    width: 160px
}

.w-fixed-170 {
    width: 170px
}

.w-fixed-180 {
    width: 180px
}

.w-fixed-190 {
    width: 190px
}

.w-fixed-200 {
    width: 200px
}

.w-fixed-210 {
    width: 210px
}

.w-fixed-220 {
    width: 220px
}

.w-fixed-230 {
    width: 230px
}

.w-fixed-240 {
    width: 240px
}

.w-fixed-250 {
    width: 250px
}

.w-fixed-260 {
    width: 260px
}

.w-fixed-270 {
    width: 270px
}

.w-fixed-280 {
    width: 280px
}

.w-fixed-290 {
    width: 290px
}

.w-fixed-300 {
    width: 300px
}

.w-fixed-400 {
    width: 400px
}

.w-fixed-500 {
    width: 500px
}

.w-fixed-600 {
    width: 600px
}

.w-fixed-700 {
    width: 700px
}

.w-fixed-800 {
    width: 800px
}

.w-fixed-900 {
    width: 900px
}

.max-h-fixed-50 {
    max-height: 50px
}

.max-h-fixed-60 {
    max-height: 60px
}

.max-h-fixed-70 {
    max-height: 70px
}

.max-h-fixed-80 {
    max-height: 80px
}

.max-h-fixed-90 {
    max-height: 90px
}

.min-h-fixed-520 {
    min-height: 520px
}

@media only screen and (min-width: 768px) {
    .tab-w-full {
        width:100%
    }

    .tab-w-three-quarters {
        width: 75%
    }

    .tab-w-half {
        width: 50%
    }

    .tab-w-third {
        width: 33.3%
    }

    .tab-w-quarter {
        width: 25%
    }

    .tab-w-fifth {
        width: 20%
    }

    .tab-w-inherit {
        width: inherit
    }

    .tab-w-auto {
        width: auto
    }

    .tab-w-5 {
        width: 5%
    }

    .tab-w-10 {
        width: 10%
    }

    .tab-w-20 {
        width: 20%
    }

    .tab-w-30 {
        width: 30%
    }

    .tab-w-40 {
        width: 40%
    }

    .tab-w-50 {
        width: 50%
    }

    .tab-w-60 {
        width: 60%
    }

    .tab-w-70 {
        width: 70%
    }

    .tab-w-80 {
        width: 80%
    }

    .tab-w-90 {
        width: 90%
    }

    .tab-input-wrap,.tab-input-wrap-full,.tab-w-100 {
        width: 100%
    }

    .tab-input-wrap-half {
        width: 48%
    }

    .tab-input-wrap-3-4 {
        width: 75%
    }

    .tab-input-wrap-1-3 {
        width: 33%
    }

    .tab-max-w-10 {
        max-width: 10%
    }

    .tab-max-w-20 {
        max-width: 20%
    }

    .tab-max-w-30 {
        max-width: 30%
    }

    .tab-max-w-40 {
        max-width: 40%
    }

    .tab-max-w-50 {
        max-width: 50%
    }

    .tab-max-w-60 {
        max-width: 60%
    }

    .tab-max-w-70 {
        max-width: 70%
    }

    .tab-max-w-80 {
        max-width: 80%
    }

    .tab-max-w-90 {
        max-width: 90%
    }

    .tab-max-w-100 {
        max-width: 100%
    }

    .tab-min-w-10 {
        min-width: 10%
    }

    .tab-min-w-20 {
        min-width: 20%
    }

    .tab-min-w-30 {
        min-width: 30%
    }

    .tab-min-w-40 {
        min-width: 40%
    }

    .tab-min-w-50 {
        min-width: 50%
    }

    .tab-min-w-60 {
        min-width: 60%
    }

    .tab-min-w-70 {
        min-width: 70%
    }

    .tab-min-w-80 {
        min-width: 80%
    }

    .tab-min-w-90 {
        min-width: 90%
    }

    .tab-min-w-100 {
        min-width: 100%
    }

    .tab-h-fixed-110 {
        height: 110px
    }

    .tab-h-fixed-120 {
        height: 120px
    }

    .tab-h-fixed-130 {
        height: 130px
    }

    .tab-h-fixed-140 {
        height: 140px
    }

    .tab-h-fixed-150 {
        height: 150px
    }

    .tab-h-fixed-160 {
        height: 160px
    }

    .tab-h-fixed-170 {
        height: 170px
    }

    .tab-h-fixed-180 {
        height: 180px
    }

    .tab-h-fixed-190 {
        height: 190px
    }

    .tab-h-fixed-200 {
        height: 200px
    }

    .tab-h-fixed-210 {
        height: 210px
    }

    .tab-h-fixed-220 {
        height: 220px
    }

    .tab-h-fixed-230 {
        height: 230px
    }

    .tab-h-fixed-240 {
        height: 240px
    }

    .tab-h-fixed-250 {
        height: 250px
    }

    .tab-h-fixed-260 {
        height: 260px
    }

    .tab-h-fixed-270 {
        height: 270px
    }

    .tab-h-fixed-280 {
        height: 280px
    }

    .tab-h-fixed-290 {
        height: 290px
    }

    .tab-h-fixed-300 {
        height: 300px
    }

    .tab-w-fixed-10 {
        width: 10px
    }

    .tab-w-fixed-20 {
        width: 20px
    }

    .tab-w-fixed-30 {
        width: 30px
    }

    .tab-w-fixed-40 {
        width: 40px
    }

    .tab-w-fixed-50 {
        width: 50px
    }

    .tab-w-fixed-60 {
        width: 60px
    }

    .tab-w-fixed-70 {
        width: 70px
    }

    .tab-w-fixed-80 {
        width: 80px
    }

    .tab-w-fixed-90 {
        width: 90px
    }

    .tab-w-fixed-100 {
        width: 100px
    }

    .tab-w-fixed-110 {
        width: 110px
    }

    .tab-w-fixed-120 {
        width: 120px
    }

    .tab-w-fixed-130 {
        width: 130px
    }

    .tab-w-fixed-140 {
        width: 140px
    }

    .tab-w-fixed-150 {
        width: 150px
    }

    .tab-w-fixed-160 {
        width: 160px
    }

    .tab-w-fixed-170 {
        width: 170px
    }

    .tab-w-fixed-180 {
        width: 180px
    }

    .tab-w-fixed-190 {
        width: 190px
    }

    .tab-w-fixed-200 {
        width: 200px
    }

    .tab-w-fixed-210 {
        width: 210px
    }

    .tab-w-fixed-220 {
        width: 220px
    }

    .tab-w-fixed-230 {
        width: 230px
    }

    .tab-w-fixed-240 {
        width: 240px
    }

    .tab-w-fixed-250 {
        width: 250px
    }

    .tab-w-fixed-260 {
        width: 260px
    }

    .tab-w-fixed-270 {
        width: 270px
    }

    .tab-w-fixed-280 {
        width: 280px
    }

    .tab-w-fixed-290 {
        width: 290px
    }

    .tab-w-fixed-300 {
        width: 300px
    }

    .tab-w-fixed-400 {
        width: 400px
    }

    .tab-w-fixed-500 {
        width: 500px
    }

    .tab-w-fixed-600 {
        width: 600px
    }

    .tab-w-fixed-700 {
        width: 700px
    }

    .tab-w-fixed-800 {
        width: 800px
    }

    .tab-w-fixed-900 {
        width: 900px
    }

    .tab-max-h-fixed-50 {
        max-height: 50px
    }

    .tab-max-h-fixed-60 {
        max-height: 60px
    }

    .tab-max-h-fixed-70 {
        max-height: 70px
    }

    .tab-max-h-fixed-80 {
        max-height: 80px
    }

    .tab-max-h-fixed-90 {
        max-height: 90px
    }

    .tab-max-h-fixed-100 {
        max-height: 100px
    }

    .tab-max-h-fixed-200 {
        max-height: 200px
    }

    .tab-min-h-fixed-400 {
        min-height: 400px
    }

    .tab-min-h-fixed-450 {
        min-height: 450px
    }

    .tab-min-h-fixed-500 {
        min-height: 500px
    }

    .tab-min-h-fixed-520 {
        min-height: 520px
    }

    .tab-min-h-fixed-550 {
        min-height: 550px
    }

    .tab-min-h-fixed-600 {
        min-height: 600px
    }

    .tab-min-h-fixed-650 {
        min-height: 650px
    }

    .tab-min-h-fixed-700 {
        min-height: 700px
    }

    .tab-min-h-fixed-750 {
        min-height: 750px
    }

    .tab-min-h-fixed-760 {
        min-height: 760px
    }

    .tab-min-h-fixed-770 {
        min-height: 770px
    }

    .tab-min-h-fixed-780 {
        min-height: 780px
    }

    .tab-min-h-fixed-790 {
        min-height: 790px
    }

    .tab-min-h-fixed-800 {
        min-height: 800px
    }
}

@media only screen and (min-width: 980px) {
    .med-w-full {
        width:100%
    }

    .med-w-three-quarters {
        width: 75%
    }

    .med-w-half {
        width: 50%
    }

    .med-w-third {
        width: 33.3%
    }

    .med-w-quarter {
        width: 25%
    }

    .med-w-fifth {
        width: 20%
    }

    .med-w-inherit {
        width: inherit
    }

    .med-w-auto {
        width: auto
    }

    .med-w-5 {
        width: 5%
    }

    .med-w-10 {
        width: 10%
    }

    .med-w-20 {
        width: 20%
    }

    .med-w-30 {
        width: 30%
    }

    .med-w-40 {
        width: 40%
    }

    .med-w-50 {
        width: 50%
    }

    .med-w-60 {
        width: 60%
    }

    .med-w-70 {
        width: 70%
    }

    .med-w-80 {
        width: 80%
    }

    .med-w-90 {
        width: 90%
    }

    .med-input-wrap,.med-input-wrap-full,.med-w-100 {
        width: 100%
    }

    .med-input-wrap-half {
        width: 48%
    }

    .med-input-wrap-3-4 {
        width: 75%
    }

    .med-input-wrap-1-3 {
        width: 33%
    }

    .med-max-w-10 {
        max-width: 10%
    }

    .med-max-w-20 {
        max-width: 20%
    }

    .med-max-w-30 {
        max-width: 30%
    }

    .med-max-w-40 {
        max-width: 40%
    }

    .med-max-w-50 {
        max-width: 50%
    }

    .med-max-w-60 {
        max-width: 60%
    }

    .med-max-w-70 {
        max-width: 70%
    }

    .med-max-w-80 {
        max-width: 80%
    }

    .med-max-w-90 {
        max-width: 90%
    }

    .med-max-w-100 {
        max-width: 100%
    }

    .med-min-w-10 {
        min-width: 10%
    }

    .med-min-w-20 {
        min-width: 20%
    }

    .med-min-w-30 {
        min-width: 30%
    }

    .med-min-w-40 {
        min-width: 40%
    }

    .med-min-w-50 {
        min-width: 50%
    }

    .med-min-w-60 {
        min-width: 60%
    }

    .med-min-w-70 {
        min-width: 70%
    }

    .med-min-w-80 {
        min-width: 80%
    }

    .med-min-w-90 {
        min-width: 90%
    }

    .med-min-w-100 {
        min-width: 100%
    }

    .med-h-fixed-10 {
        height: 10px
    }

    .med-h-fixed-20 {
        height: 20px
    }

    .med-h-fixed-30 {
        height: 30px
    }

    .med-h-fixed-40 {
        height: 40px
    }

    .med-h-fixed-50 {
        height: 50px
    }

    .med-h-fixed-60 {
        height: 60px
    }

    .med-h-fixed-70 {
        height: 70px
    }

    .med-h-fixed-80 {
        height: 80px
    }

    .med-h-fixed-90 {
        height: 90px
    }

    .med-h-fixed-100 {
        height: 100px
    }

    .med-h-fixed-110 {
        height: 110px
    }

    .med-h-fixed-120 {
        height: 120px
    }

    .med-h-fixed-130 {
        height: 130px
    }

    .med-h-fixed-140 {
        height: 140px
    }

    .med-h-fixed-150 {
        height: 150px
    }

    .med-h-fixed-160 {
        height: 160px
    }

    .med-h-fixed-170 {
        height: 170px
    }

    .med-h-fixed-180 {
        height: 180px
    }

    .med-h-fixed-190 {
        height: 190px
    }

    .med-h-fixed-200 {
        height: 200px
    }

    .med-h-fixed-210 {
        height: 210px
    }

    .med-h-fixed-220 {
        height: 220px
    }

    .med-h-fixed-230 {
        height: 230px
    }

    .med-h-fixed-240 {
        height: 240px
    }

    .med-h-fixed-250 {
        height: 250px
    }

    .med-h-fixed-260 {
        height: 260px
    }

    .med-h-fixed-270 {
        height: 270px
    }

    .med-h-fixed-280 {
        height: 280px
    }

    .med-h-fixed-290 {
        height: 290px
    }

    .med-h-fixed-300 {
        height: 300px
    }

    .med-h-fixed-xxxxl {
        height: 64px
    }

    .med-w-fixed-10 {
        width: 10px
    }

    .med-w-fixed-20 {
        width: 20px
    }

    .med-w-fixed-30 {
        width: 30px
    }

    .med-w-fixed-40 {
        width: 40px
    }

    .med-w-fixed-50 {
        width: 50px
    }

    .med-w-fixed-60 {
        width: 60px
    }

    .med-w-fixed-70 {
        width: 70px
    }

    .med-w-fixed-80 {
        width: 80px
    }

    .med-w-fixed-90 {
        width: 90px
    }

    .med-w-fixed-100 {
        width: 100px
    }

    .med-w-fixed-110 {
        width: 110px
    }

    .med-w-fixed-120 {
        width: 120px
    }

    .med-w-fixed-130 {
        width: 130px
    }

    .med-w-fixed-140 {
        width: 140px
    }

    .med-w-fixed-150 {
        width: 150px
    }

    .med-w-fixed-160 {
        width: 160px
    }

    .med-w-fixed-170 {
        width: 170px
    }

    .med-w-fixed-180 {
        width: 180px
    }

    .med-w-fixed-190 {
        width: 190px
    }

    .med-w-fixed-200 {
        width: 200px
    }

    .med-w-fixed-210 {
        width: 210px
    }

    .med-w-fixed-220 {
        width: 220px
    }

    .med-w-fixed-230 {
        width: 230px
    }

    .med-w-fixed-240 {
        width: 240px
    }

    .med-w-fixed-250 {
        width: 250px
    }

    .med-w-fixed-260 {
        width: 260px
    }

    .med-w-fixed-270 {
        width: 270px
    }

    .med-w-fixed-280 {
        width: 280px
    }

    .med-w-fixed-290 {
        width: 290px
    }

    .med-w-fixed-300 {
        width: 300px
    }

    .med-w-fixed-400 {
        width: 400px
    }

    .med-w-fixed-500 {
        width: 500px
    }

    .med-w-fixed-600 {
        width: 600px
    }

    .med-w-fixed-700 {
        width: 700px
    }

    .med-w-fixed-800 {
        width: 800px
    }

    .med-w-fixed-900 {
        width: 900px
    }

    .med-max-h-fixed-50 {
        max-height: 50px
    }

    .med-max-h-fixed-60 {
        max-height: 60px
    }

    .med-max-h-fixed-70 {
        max-height: 70px
    }

    .med-max-h-fixed-80 {
        max-height: 80px
    }

    .med-max-h-fixed-90 {
        max-height: 90px
    }

    .med-max-h-fixed-100 {
        max-height: 100px
    }

    .med-max-h-fixed-200 {
        max-height: 200px
    }

    .med-min-h-fixed-400 {
        min-height: 400px
    }

    .med-min-h-fixed-450 {
        min-height: 450px
    }

    .med-min-h-fixed-500 {
        min-height: 500px
    }

    .med-min-h-fixed-520 {
        min-height: 520px
    }

    .med-min-h-fixed-550 {
        min-height: 550px
    }

    .med-min-h-fixed-600 {
        min-height: 600px
    }

    .med-min-h-fixed-650 {
        min-height: 650px
    }

    .med-min-h-fixed-700 {
        min-height: 700px
    }

    .med-min-h-fixed-750 {
        min-height: 750px
    }

    .med-min-h-fixed-760 {
        min-height: 760px
    }

    .med-min-h-fixed-770 {
        min-height: 770px
    }

    .med-min-h-fixed-780 {
        min-height: 780px
    }

    .med-min-h-fixed-790 {
        min-height: 790px
    }

    .med-min-h-fixed-800 {
        min-height: 800px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-w-full {
        width:100%
    }

    .lrg-w-three-quarters {
        width: 75%
    }

    .lrg-w-half {
        width: 50%
    }

    .lrg-w-third {
        width: 33.3%
    }

    .lrg-w-quarter {
        width: 25%
    }

    .lrg-w-fifth {
        width: 20%
    }

    .lrg-w-inherit {
        width: inherit
    }

    .lrg-w-auto {
        width: auto
    }

    .lrg-w-5 {
        width: 5%
    }

    .lrg-w-10 {
        width: 10%
    }

    .lrg-w-20 {
        width: 20%
    }

    .lrg-w-30 {
        width: 30%
    }

    .lrg-w-40 {
        width: 40%
    }

    .lrg-w-50 {
        width: 50%
    }

    .lrg-w-60 {
        width: 60%
    }

    .lrg-w-70 {
        width: 70%
    }

    .lrg-w-80 {
        width: 80%
    }

    .lrg-w-90 {
        width: 90%
    }

    .lrg-input-wrap,.lrg-input-wrap-full,.lrg-w-100 {
        width: 100%
    }

    .lrg-input-wrap-half {
        width: 48%
    }

    .lrg-input-wrap-3-4 {
        width: 75%
    }

    .lrg-input-wrap-1-3 {
        width: 33%
    }

    .lrg-max-w-10 {
        max-width: 10%
    }

    .lrg-max-w-20 {
        max-width: 20%
    }

    .lrg-max-w-30 {
        max-width: 30%
    }

    .lrg-max-w-40 {
        max-width: 40%
    }

    .lrg-max-w-50 {
        max-width: 50%
    }

    .lrg-max-w-60 {
        max-width: 60%
    }

    .lrg-max-w-70 {
        max-width: 70%
    }

    .lrg-max-w-80 {
        max-width: 80%
    }

    .lrg-max-w-90 {
        max-width: 90%
    }

    .lrg-max-w-100 {
        max-width: 100%
    }

    .lrg-min-w-10 {
        min-width: 10%
    }

    .lrg-min-w-20 {
        min-width: 20%
    }

    .lrg-min-w-30 {
        min-width: 30%
    }

    .lrg-min-w-40 {
        min-width: 40%
    }

    .lrg-min-w-50 {
        min-width: 50%
    }

    .lrg-min-w-60 {
        min-width: 60%
    }

    .lrg-min-w-70 {
        min-width: 70%
    }

    .lrg-min-w-80 {
        min-width: 80%
    }

    .lrg-min-w-90 {
        min-width: 90%
    }

    .lrg-min-w-100 {
        min-width: 100%
    }

    .lrg-h-fixed-10 {
        height: 10px
    }

    .lrg-h-fixed-20 {
        height: 20px
    }

    .lrg-h-fixed-30 {
        height: 30px
    }

    .lrg-h-fixed-40 {
        height: 40px
    }

    .lrg-h-fixed-50 {
        height: 50px
    }

    .lrg-h-fixed-60 {
        height: 60px
    }

    .lrg-h-fixed-70 {
        height: 70px
    }

    .lrg-h-fixed-80 {
        height: 80px
    }

    .lrg-h-fixed-90 {
        height: 90px
    }

    .lrg-h-fixed-100 {
        height: 100px
    }

    .lrg-h-fixed-110 {
        height: 110px
    }

    .lrg-h-fixed-120 {
        height: 120px
    }

    .lrg-h-fixed-130 {
        height: 130px
    }

    .lrg-h-fixed-140 {
        height: 140px
    }

    .lrg-h-fixed-150 {
        height: 150px
    }

    .lrg-h-fixed-160 {
        height: 160px
    }

    .lrg-h-fixed-170 {
        height: 170px
    }

    .lrg-h-fixed-180 {
        height: 180px
    }

    .lrg-h-fixed-190 {
        height: 190px
    }

    .lrg-h-fixed-200 {
        height: 200px
    }

    .lrg-h-fixed-210 {
        height: 210px
    }

    .lrg-h-fixed-220 {
        height: 220px
    }

    .lrg-h-fixed-230 {
        height: 230px
    }

    .lrg-h-fixed-240 {
        height: 240px
    }

    .lrg-h-fixed-250 {
        height: 250px
    }

    .lrg-h-fixed-260 {
        height: 260px
    }

    .lrg-h-fixed-270 {
        height: 270px
    }

    .lrg-h-fixed-280 {
        height: 280px
    }

    .lrg-h-fixed-290 {
        height: 290px
    }

    .lrg-h-fixed-300 {
        height: 300px
    }

    .lrg-w-fixed-10 {
        width: 10px
    }

    .lrg-w-fixed-20 {
        width: 20px
    }

    .lrg-w-fixed-30 {
        width: 30px
    }

    .lrg-w-fixed-40 {
        width: 40px
    }

    .lrg-w-fixed-50 {
        width: 50px
    }

    .lrg-w-fixed-60 {
        width: 60px
    }

    .lrg-w-fixed-70 {
        width: 70px
    }

    .lrg-w-fixed-80 {
        width: 80px
    }

    .lrg-w-fixed-90 {
        width: 90px
    }

    .lrg-w-fixed-100 {
        width: 100px
    }

    .lrg-w-fixed-110 {
        width: 110px
    }

    .lrg-w-fixed-120 {
        width: 120px
    }

    .lrg-w-fixed-130 {
        width: 130px
    }

    .lrg-w-fixed-140 {
        width: 140px
    }

    .lrg-w-fixed-150 {
        width: 150px
    }

    .lrg-w-fixed-160 {
        width: 160px
    }

    .lrg-w-fixed-170 {
        width: 170px
    }

    .lrg-w-fixed-180 {
        width: 180px
    }

    .lrg-w-fixed-190 {
        width: 190px
    }

    .lrg-w-fixed-200 {
        width: 200px
    }

    .lrg-w-fixed-210 {
        width: 210px
    }

    .lrg-w-fixed-220 {
        width: 220px
    }

    .lrg-w-fixed-230 {
        width: 230px
    }

    .lrg-w-fixed-240 {
        width: 240px
    }

    .lrg-w-fixed-250 {
        width: 250px
    }

    .lrg-w-fixed-260 {
        width: 260px
    }

    .lrg-w-fixed-270 {
        width: 270px
    }

    .lrg-w-fixed-280 {
        width: 280px
    }

    .lrg-w-fixed-290 {
        width: 290px
    }

    .lrg-w-fixed-300 {
        width: 300px
    }

    .lrg-w-fixed-400 {
        width: 400px
    }

    .lrg-w-fixed-500 {
        width: 500px
    }

    .lrg-w-fixed-600 {
        width: 600px
    }

    .lrg-w-fixed-700 {
        width: 700px
    }

    .lrg-w-fixed-800 {
        width: 800px
    }

    .lrg-w-fixed-900 {
        width: 900px
    }

    .lrg-max-h-fixed-50 {
        max-height: 50px
    }

    .lrg-max-h-fixed-60 {
        max-height: 60px
    }

    .lrg-max-h-fixed-70 {
        max-height: 70px
    }

    .lrg-max-h-fixed-80 {
        max-height: 80px
    }

    .lrg-max-h-fixed-90 {
        max-height: 90px
    }

    .lrg-max-h-fixed-100 {
        max-height: 100px
    }

    .lrg-max-h-fixed-200 {
        max-height: 200px
    }

    .lrg-min-h-fixed-400 {
        min-height: 400px
    }

    .lrg-min-h-fixed-450 {
        min-height: 450px
    }

    .lrg-min-h-fixed-500 {
        min-height: 500px
    }

    .lrg-min-h-fixed-520 {
        min-height: 520px
    }

    .lrg-min-h-fixed-550 {
        min-height: 550px
    }

    .lrg-min-h-fixed-600 {
        min-height: 600px
    }

    .lrg-min-h-fixed-650 {
        min-height: 650px
    }

    .lrg-min-h-fixed-700 {
        min-height: 700px
    }

    .lrg-min-h-fixed-750 {
        min-height: 750px
    }

    .lrg-min-h-fixed-760 {
        min-height: 760px
    }

    .lrg-min-h-fixed-770 {
        min-height: 770px
    }

    .lrg-min-h-fixed-780 {
        min-height: 780px
    }

    .lrg-min-h-fixed-790 {
        min-height: 790px
    }

    .lrg-min-h-fixed-800 {
        min-height: 800px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-w-full {
        width:100%
    }

    .xl-w-three-quarters {
        width: 75%
    }

    .xl-w-half {
        width: 50%
    }

    .xl-w-third {
        width: 33.3%
    }

    .xl-w-quarter {
        width: 25%
    }

    .xl-w-fifth {
        width: 20%
    }

    .xl-w-inherit {
        width: inherit
    }

    .xl-w-auto {
        width: auto
    }

    .xl-w-5 {
        width: 5%
    }

    .xl-w-10 {
        width: 10%
    }

    .xl-w-20 {
        width: 20%
    }

    .xl-w-30 {
        width: 30%
    }

    .xl-w-40 {
        width: 40%
    }

    .xl-w-50 {
        width: 50%
    }

    .xl-w-60 {
        width: 60%
    }

    .xl-w-70 {
        width: 70%
    }

    .xl-w-80 {
        width: 80%
    }

    .xl-w-90 {
        width: 90%
    }

    .xl-input-wrap,.xl-input-wrap-full,.xl-w-100 {
        width: 100%
    }

    .xl-input-wrap-half {
        width: 48%
    }

    .xl-input-wrap-3-4 {
        width: 75%
    }

    .xl-input-wrap-1-3 {
        width: 33%
    }

    .xl-max-w-10 {
        max-width: 10%
    }

    .xl-max-w-20 {
        max-width: 20%
    }

    .xl-max-w-30 {
        max-width: 30%
    }

    .xl-max-w-40 {
        max-width: 40%
    }

    .xl-max-w-50 {
        max-width: 50%
    }

    .xl-max-w-60 {
        max-width: 60%
    }

    .xl-max-w-70 {
        max-width: 70%
    }

    .xl-max-w-80 {
        max-width: 80%
    }

    .xl-max-w-90 {
        max-width: 90%
    }

    .xl-max-w-100 {
        max-width: 100%
    }

    .xl-min-w-10 {
        min-width: 10%
    }

    .xl-min-w-20 {
        min-width: 20%
    }

    .xl-min-w-30 {
        min-width: 30%
    }

    .xl-min-w-40 {
        min-width: 40%
    }

    .xl-min-w-50 {
        min-width: 50%
    }

    .xl-min-w-60 {
        min-width: 60%
    }

    .xl-min-w-70 {
        min-width: 70%
    }

    .xl-min-w-80 {
        min-width: 80%
    }

    .xl-min-w-90 {
        min-width: 90%
    }

    .xl-min-w-100 {
        min-width: 100%
    }

    .xl-h-fixed-110 {
        height: 110px
    }

    .xl-h-fixed-120 {
        height: 120px
    }

    .xl-h-fixed-130 {
        height: 130px
    }

    .xl-h-fixed-140 {
        height: 140px
    }

    .xl-h-fixed-150 {
        height: 150px
    }

    .xl-h-fixed-160 {
        height: 160px
    }

    .xl-h-fixed-170 {
        height: 170px
    }

    .xl-h-fixed-180 {
        height: 180px
    }

    .xl-h-fixed-190 {
        height: 190px
    }

    .xl-h-fixed-200 {
        height: 200px
    }

    .xl-h-fixed-210 {
        height: 210px
    }

    .xl-h-fixed-220 {
        height: 220px
    }

    .xl-h-fixed-230 {
        height: 230px
    }

    .xl-h-fixed-240 {
        height: 240px
    }

    .xl-h-fixed-250 {
        height: 250px
    }

    .xl-h-fixed-260 {
        height: 260px
    }

    .xl-h-fixed-270 {
        height: 270px
    }

    .xl-h-fixed-280 {
        height: 280px
    }

    .xl-h-fixed-290 {
        height: 290px
    }

    .xl-h-fixed-300 {
        height: 300px
    }

    .xl-w-fixed-10 {
        width: 10px
    }

    .xl-w-fixed-20 {
        width: 20px
    }

    .xl-w-fixed-30 {
        width: 30px
    }

    .xl-w-fixed-40 {
        width: 40px
    }

    .xl-w-fixed-50 {
        width: 50px
    }

    .xl-w-fixed-60 {
        width: 60px
    }

    .xl-w-fixed-70 {
        width: 70px
    }

    .xl-w-fixed-80 {
        width: 80px
    }

    .xl-w-fixed-90 {
        width: 90px
    }

    .xl-w-fixed-100 {
        width: 100px
    }

    .xl-w-fixed-110 {
        width: 110px
    }

    .xl-w-fixed-120 {
        width: 120px
    }

    .xl-w-fixed-130 {
        width: 130px
    }

    .xl-w-fixed-140 {
        width: 140px
    }

    .xl-w-fixed-150 {
        width: 150px
    }

    .xl-w-fixed-160 {
        width: 160px
    }

    .xl-w-fixed-170 {
        width: 170px
    }

    .xl-w-fixed-180 {
        width: 180px
    }

    .xl-w-fixed-190 {
        width: 190px
    }

    .xl-w-fixed-200 {
        width: 200px
    }

    .xl-w-fixed-210 {
        width: 210px
    }

    .xl-w-fixed-220 {
        width: 220px
    }

    .xl-w-fixed-230 {
        width: 230px
    }

    .xl-w-fixed-240 {
        width: 240px
    }

    .xl-w-fixed-250 {
        width: 250px
    }

    .xl-w-fixed-260 {
        width: 260px
    }

    .xl-w-fixed-270 {
        width: 270px
    }

    .xl-w-fixed-280 {
        width: 280px
    }

    .xl-w-fixed-290 {
        width: 290px
    }

    .xl-w-fixed-300 {
        width: 300px
    }

    .xl-w-fixed-400 {
        width: 400px
    }

    .xl-w-fixed-500 {
        width: 500px
    }

    .xl-w-fixed-600 {
        width: 600px
    }

    .xl-w-fixed-700 {
        width: 700px
    }

    .xl-w-fixed-800 {
        width: 800px
    }

    .xl-w-fixed-900 {
        width: 900px
    }

    .xl-max-h-fixed-50 {
        max-height: 50px
    }

    .xl-max-h-fixed-60 {
        max-height: 60px
    }

    .xl-max-h-fixed-70 {
        max-height: 70px
    }

    .xl-max-h-fixed-80 {
        max-height: 80px
    }

    .xl-max-h-fixed-90 {
        max-height: 90px
    }

    .xl-max-h-fixed-100 {
        max-height: 100px
    }

    .xl-max-h-fixed-200 {
        max-height: 200px
    }

    .xl-min-h-fixed-400 {
        min-height: 400px
    }

    .xl-min-h-fixed-450 {
        min-height: 450px
    }

    .xl-min-h-fixed-500 {
        min-height: 500px
    }

    .xl-min-h-fixed-520 {
        min-height: 520px
    }

    .xl-min-h-fixed-550 {
        min-height: 550px
    }

    .xl-min-h-fixed-600 {
        min-height: 600px
    }

    .xl-min-h-fixed-650 {
        min-height: 650px
    }

    .xl-min-h-fixed-700 {
        min-height: 700px
    }

    .xl-min-h-fixed-750 {
        min-height: 750px
    }

    .xl-min-h-fixed-760 {
        min-height: 760px
    }

    .xl-min-h-fixed-770 {
        min-height: 770px
    }

    .xl-min-h-fixed-780 {
        min-height: 780px
    }

    .xl-min-h-fixed-790 {
        min-height: 790px
    }

    .xl-min-h-fixed-800 {
        min-height: 800px
    }
}

.flex,ul.pagination {
    display: flex
}

@media all and (-ms-high-contrast:none) {
    .ie-no-flex {
        display: block
    }

    .ie-no-flex,::-ms-backdrop {
        display: block
    }
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-2 {
    flex: 2
}

.flex-wrap {
    flex-wrap: wrap
}

.space-between {
    justify-content: space-between
}

.space-around {
    justify-content: space-around
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.flex-start {
    justify-content: flex-start
}

.flex-align-center {
    align-items: center
}

.flex-align-baseline {
    align-items: baseline
}

.flex-align-stretch {
    align-items: stretch
}

.flex-align-start {
    align-items: flex-start
}

.flex-end {
    align-items: flex-end
}

.flex-1 {
    flex: 1
}

.flex-self-start {
    align-self: flex-start
}

.flex-self-end {
    align-self: flex-end
}

.flex-self-center {
    align-self: center
}

.flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-grow {
    flex: 1 0 auto
}

.flex-none {
    flex: none
}

.flex-first {
    order: -1
}

.flex-second {
    order: 2
}

.flex-last {
    order: 99999
}

.flex-shrink-0 {
    flex-shrink: 0
}

@media only screen and (min-width: 768px) {
    .tab-flex {
        display:flex
    }
}

@media only screen and (min-width: 768px)and (-ms-high-contrast:none) {
    .med-ie-no-flex {
        display:block
    }

    .med-ie-no-flex,::-ms-backdrop {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    .tab-flex-column {
        flex-direction:column
    }

    .tab-flex-row {
        flex-direction: row
    }

    .tab-flex-2 {
        flex: 2
    }

    .tab-space-between {
        justify-content: space-between
    }

    .tab-space-around {
        justify-content: space-around
    }

    .tab-justify-center {
        justify-content: center
    }

    .tab-flex-start {
        justify-content: flex-start
    }

    .tab-flex-end {
        justify-content: flex-end
    }

    .tab-flex-align-center {
        align-items: center
    }

    .tab-flex-align-baseline {
        align-items: baseline
    }

    .tab-flex-align-stretch {
        align-items: stretch
    }

    .tab-flex-align-start {
        align-items: flex-start
    }

    .tab-flex-align-end {
        align-items: flex-end
    }

    .tab-flex-1 {
        flex: 1
    }

    .tab-flex-auto {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .tab-flex-grow {
        flex: 1 0 auto
    }

    .tab-flex-none {
        flex: none
    }

    .tab-flex-first {
        order: -1
    }

    .tab.flex-second {
        order: 2
    }

    .tab-flex-last {
        order: 99999
    }

    .tab-flex-shrink-0 {
        flex-shrink: 0
    }

    .tab-flex-wrap {
        flex-wrap: wrap
    }

    .tab-flex-self-start {
        align-self: flex-start
    }

    .tab-flex-self-end {
        align-self: flex-end
    }

    .tab-flex-self-center {
        align-self: center
    }
}

@media only screen and (min-width: 980px) {
    .med-flex {
        display:flex
    }
}

@media only screen and (min-width: 980px)and (-ms-high-contrast:none) {
    .med-ie-no-flex {
        display:block
    }

    .med-ie-no-flex,::-ms-backdrop {
        display: block
    }
}

@media only screen and (min-width: 980px) {
    .med-flex-column {
        flex-direction:column
    }

    .med-flex-row {
        flex-direction: row
    }

    .med-flex-2 {
        flex: 2
    }

    .med-space-between {
        justify-content: space-between
    }

    .med-space-around {
        justify-content: space-around
    }

    .med-justify-center {
        justify-content: center
    }

    .med-flex-end {
        justify-content: flex-end
    }

    .med-flex-start {
        justify-content: flex-start
    }

    .med-flex-align-center {
        align-items: center
    }

    .med-flex-align-baseline {
        align-items: baseline
    }

    .med-flex-align-stretch {
        align-items: stretch
    }

    .med-flex-align-start {
        align-items: flex-start
    }

    .med-flex-align-end {
        align-items: flex-end
    }

    .med-flex-1 {
        flex: 1
    }

    .med-flex-auto {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .med-flex-grow {
        flex: 1 0 auto
    }

    .med-flex-none {
        flex: none
    }

    .med.flex-second {
        order: 2
    }

    .med-flex-first {
        order: -1
    }

    .med-flex-last {
        order: 99999
    }

    .med-flex-shrink-0 {
        flex-shrink: 0
    }

    .med-flex-self-start {
        align-self: flex-start
    }

    .med-flex-self-end {
        align-self: flex-end
    }

    .med-flex-self-center {
        align-self: center
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-flex {
        display:flex
    }
}

@media only screen and (min-width: 1180px)and (-ms-high-contrast:none) {
    .lrg-ie-no-flex {
        display:block
    }

    .lrg-ie-no-flex,::-ms-backdrop {
        display: block
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-flex-column {
        flex-direction:column
    }

    .lrg-flex-row {
        flex-direction: row
    }

    .lrg-flex-2 {
        flex: 2
    }

    .lrg-space-between {
        justify-content: space-between
    }

    .lrg-space-around {
        justify-content: space-around
    }

    .lrg-justify-center {
        justify-content: center
    }

    .lrg-flex-end {
        justify-content: flex-end
    }

    .lrg-flex-start {
        justify-content: flex-start
    }

    .lrg-flex-align-center {
        align-items: center
    }

    .lrg-flex-align-baseline {
        align-items: baseline
    }

    .lrg-flex-align-stretch {
        align-items: stretch
    }

    .lrg-flex-align-start {
        align-items: flex-start
    }

    .lrg-flex-align-end {
        align-items: flex-end
    }

    .lrg-flex-1 {
        flex: 1
    }

    .lrg-flex-auto {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .lrg-flex-grow {
        flex: 1 0 auto
    }

    .lrg-flex-none {
        flex: none
    }

    .lrg-flex-first {
        order: -1
    }

    .lrg.flex-second {
        order: 2
    }

    .lrg-flex-last {
        order: 99999
    }

    .lrg-flex-shrink-0 {
        flex-shrink: 0
    }

    .lrg-flex-self-start {
        align-self: flex-start
    }

    .lrg-flex-self-end {
        align-self: flex-end
    }

    .lrg-flex-self-center {
        align-self: center
    }
}

@media only screen and (min-width: 1400px) {
    .xl-flex {
        display:flex
    }
}

@media only screen and (min-width: 1400px)and (-ms-high-contrast:none) {
    .xl-ie-no-flex {
        display:block
    }

    .xl-ie-no-flex,::-ms-backdrop {
        display: block
    }
}

@media only screen and (min-width: 1400px) {
    .xl-flex-column {
        flex-direction:column
    }

    .xl-flex-row {
        flex-direction: row
    }

    .xl-flex-2 {
        flex: 2
    }

    .xl-space-between {
        justify-content: space-between
    }

    .xl-space-around {
        justify-content: space-around
    }

    .xl-justify-center {
        justify-content: center
    }

    .xl-flex-end {
        justify-content: flex-end
    }

    .xl-flex-start {
        justify-content: flex-start
    }

    .xl-flex-align-center {
        align-items: center
    }

    .xl-flex-align-baseline {
        align-items: baseline
    }

    .xl-flex-align-stretch {
        align-items: stretch
    }

    .xl-flex-align-start {
        align-items: flex-start
    }

    .xl-flex-align-end {
        align-items: flex-end
    }

    .xl-flex-1 {
        flex: 1
    }

    .xl-flex-auto {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .xl-flex-grow {
        flex: 1 0 auto
    }

    .xl-flex-none {
        flex: none
    }

    .xl-flex-first {
        order: -1
    }

    .xl.flex-second {
        order: 2
    }

    .xl-flex-last {
        order: 99999
    }

    .xl-flex-shrink-0 {
        flex-shrink: 0
    }

    .xl-flex-self-start {
        align-self: flex-start
    }

    .xl-flex-self-end {
        align-self: flex-end
    }

    .xl-flex-self-center {
        align-self: center
    }
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.hide {
    display: none
}

.clear {
    clear: both
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.rotate-45 {
    transform: rotate(45deg)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

@media only screen and (min-width: 768px) {
    .tab-f-left {
        float:left
    }

    .tab-f-right {
        float: right
    }

    .tab-hide {
        display: none
    }

    .tab-clear {
        clear: both
    }

    .tab-block {
        display: block
    }

    .tab-inline-block {
        display: inline-block
    }

    .tab-inline {
        display: inline
    }

    .tab-rotate-45 {
        transform: rotate(45deg)
    }
}

@media only screen and (min-width: 980px) {
    .med-f-left {
        float:left
    }

    .med-f-right {
        float: right
    }

    .med-hide {
        display: none
    }

    .med-clear {
        clear: both
    }

    .med-block {
        display: block
    }

    .med-inline-block {
        display: inline-block
    }

    .med-inline {
        display: inline
    }

    .med-rotate-45 {
        transform: rotate(45deg)
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-f-left {
        float:left
    }

    .lrg-f-right {
        float: right
    }

    .lrg-hide {
        display: none
    }

    .lrg-clear {
        clear: both
    }

    .lrg-block {
        display: block
    }

    .lrg-inline-block {
        display: inline-block
    }

    .lrg-inline {
        display: inline
    }

    .lrg-rotate-45 {
        transform: rotate(45deg)
    }
}

@media only screen and (min-width: 1400px) {
    .xl-f-left {
        float:left
    }

    .xl-f-right {
        float: right
    }

    .xl-hide {
        display: none
    }

    .xl-clear {
        clear: both
    }

    .xl-block {
        display: block
    }

    .xl-inline-block {
        display: inline-block
    }

    .xl-inline {
        display: inline
    }

    .xl-rotate-45 {
        transform: rotate(45deg)
    }
}

.vh-100 {
    height: 100vh
}

.vh-90 {
    height: 90vh
}

.vh-80 {
    height: 80vh
}

.vh-70 {
    height: 70vh
}

.vh-60 {
    height: 60vh
}

.vh-50 {
    height: 50vh
}

.vh-40 {
    height: 40vh
}

.vh-30 {
    height: 30vh
}

.vh-20 {
    height: 20vh
}

.vh-10 {
    height: 10vh
}

.h-fixed-450 {
    height: 450px
}

.h-fixed-400 {
    height: 400px
}

.h-fixed-350 {
    height: 350px
}

.h-fixed-320 {
    height: 320px
}

.h-fixed-300 {
    height: 300px
}

.h-fixed-250 {
    height: 250px
}

.h-fixed-200 {
    height: 200px
}

.h-fixed-150 {
    height: 150px
}

.h-fixed-140 {
    height: 140px
}

.h-fixed-130 {
    height: 130px
}

.h-fixed-120 {
    height: 120px
}

.h-fixed-110 {
    height: 110px
}

.h-fixed-100 {
    height: 100px
}

.h-fixed-90 {
    height: 90px
}

.h-fixed-80 {
    height: 80px
}

.h-fixed-70 {
    height: 70px
}

.h-fixed-60 {
    height: 60px
}

.h-fixed-50 {
    height: 50px
}

.h-fixed-40 {
    height: 40px
}

.h-fixed-30 {
    height: 30px
}

.h-fixed-20 {
    height: 20px
}

.h-fixed-10 {
    height: 10px
}

.min-vh-100 {
    min-height: 100vh
}

.min-vh-90 {
    min-height: 90vh
}

.min-vh-80 {
    min-height: 80vh
}

.min-vh-70 {
    min-height: 70vh
}

.min-vh-60 {
    min-height: 60vh
}

.min-vh-50 {
    min-height: 50vh
}

.min-vh-40 {
    min-height: 40vh
}

.min-vh-30 {
    min-height: 30vh
}

.min-vh-20 {
    min-height: 20vh
}

.min-vh-10 {
    min-height: 10vh
}

.min-h-fixed-1500 {
    min-height: 1500px
}

.min-h-fixed-1200 {
    min-height: 1200px
}

.min-h-fixed-1000 {
    min-height: 1000px
}

.min-h-fixed-950 {
    min-height: 950px
}

.min-h-fixed-900 {
    min-height: 900px
}

.min-h-fixed-890 {
    min-height: 890px
}

.min-h-fixed-880 {
    min-height: 880px
}

.min-h-fixed-870 {
    min-height: 870px
}

.min-h-fixed-860 {
    min-height: 860px
}

.min-h-fixed-850 {
    min-height: 850px
}

.min-h-fixed-800 {
    min-height: 800px
}

.min-h-fixed-790 {
    min-height: 790px
}

.min-h-fixed-780 {
    min-height: 780px
}

.min-h-fixed-770 {
    min-height: 770px
}

.min-h-fixed-760 {
    min-height: 760px
}

.min-h-fixed-750 {
    min-height: 750px
}

.min-h-fixed-700 {
    min-height: 700px
}

.min-h-fixed-690 {
    min-height: 690px
}

.min-h-fixed-680 {
    min-height: 680px
}

.min-h-fixed-670 {
    min-height: 670px
}

.min-h-fixed-660 {
    min-height: 660px
}

.min-h-fixed-650 {
    min-height: 650px
}

.min-h-fixed-640 {
    min-height: 640px
}

.min-h-fixed-630 {
    min-height: 630px
}

.min-h-fixed-620 {
    min-height: 620px
}

.min-h-fixed-610 {
    min-height: 610px
}

.min-h-fixed-608 {
    min-height: 608px
}

.min-h-fixed-600 {
    min-height: 600px
}

.min-h-fixed-550 {
    min-height: 550px
}

.min-h-fixed-500 {
    min-height: 500px
}

.min-h-fixed-450 {
    min-height: 450px
}

.min-h-fixed-400 {
    min-height: 400px
}

.min-h-fixed-350 {
    min-height: 350px
}

.min-h-fixed-320 {
    min-height: 320px
}

.min-h-fixed-300 {
    min-height: 300px
}

.max-vh-100 {
    max-height: 100vh
}

.max-vh-90 {
    max-height: 90vh
}

.max-vh-80 {
    max-height: 80vh
}

.max-vh-70 {
    max-height: 70vh
}

.max-vh-60 {
    max-height: 60vh
}

.max-vh-50 {
    max-height: 50vh
}

.max-vh-40 {
    max-height: 40vh
}

.max-vh-30 {
    max-height: 30vh
}

.max-vh-20 {
    max-height: 20vh
}

.max-vh-10 {
    max-height: 10vh
}

.max-h-fixed-1500 {
    max-height: 1500px
}

.max-h-fixed-1200 {
    max-height: 1200px
}

.max-h-fixed-1000 {
    max-height: 1000px
}

.max-h-fixed-950 {
    max-height: 950px
}

.max-h-fixed-900 {
    max-height: 900px
}

.max-h-fixed-890 {
    max-height: 890px
}

.max-h-fixed-880 {
    max-height: 880px
}

.max-h-fixed-870 {
    max-height: 870px
}

.max-h-fixed-860 {
    max-height: 860px
}

.max-h-fixed-850 {
    max-height: 850px
}

.max-h-fixed-800 {
    max-height: 800px
}

.max-h-fixed-790 {
    max-height: 790px
}

.max-h-fixed-780 {
    max-height: 780px
}

.max-h-fixed-770 {
    max-height: 770px
}

.max-h-fixed-760 {
    max-height: 760px
}

.max-h-fixed-750 {
    max-height: 750px
}

.max-h-fixed-700 {
    max-height: 700px
}

.max-h-fixed-690 {
    max-height: 690px
}

.max-h-fixed-680 {
    max-height: 680px
}

.max-h-fixed-670 {
    max-height: 670px
}

.max-h-fixed-660 {
    max-height: 660px
}

.max-h-fixed-650 {
    max-height: 650px
}

.max-h-fixed-640 {
    max-height: 640px
}

.max-h-fixed-630 {
    max-height: 630px
}

.max-h-fixed-620 {
    max-height: 620px
}

.max-h-fixed-610 {
    max-height: 610px
}

.max-h-fixed-608 {
    max-height: 608px
}

.max-h-fixed-600 {
    max-height: 600px
}

.max-h-fixed-550 {
    max-height: 550px
}

.max-h-fixed-500 {
    max-height: 500px
}

.max-h-fixed-460 {
    max-height: 460px
}

.max-h-fixed-450 {
    max-height: 450px
}

.max-h-fixed-400 {
    max-height: 400px
}

.max-h-fixed-370 {
    max-height: 370px
}

.max-h-fixed-360 {
    max-height: 360px
}

.max-h-fixed-350 {
    max-height: 350px
}

.max-h-fixed-320 {
    max-height: 320px
}

.max-h-fixed-300 {
    max-height: 300px
}

.max-h-fixed-250 {
    max-height: 250px
}

.max-h-fixed-200 {
    max-height: 200px
}

.max-h-fixed-150 {
    max-height: 150px
}

.max-h-fixed-100 {
    max-height: 100px
}

.vw-100 {
    width: 100vw
}

.vw-90 {
    width: 90vw
}

.vw-80 {
    width: 80vw
}

.vw-70 {
    width: 70vw
}

.vw-60 {
    width: 60vw
}

.vw-50 {
    width: 50vw
}

.vw-40 {
    width: 40vw
}

.vw-30 {
    width: 30vw
}

.vw-20 {
    width: 20vw
}

.vw-10 {
    width: 10vw
}

.min-vw-100 {
    min-width: 100vw
}

.min-vw-90 {
    min-width: 90vw
}

.min-vw-80 {
    min-width: 80vw
}

.min-vw-70 {
    min-width: 70vw
}

.min-vw-60 {
    min-width: 60vw
}

.min-vw-50 {
    min-width: 50vw
}

.min-vw-40 {
    min-width: 40vw
}

.min-vw-30 {
    min-width: 30vw
}

.min-vw-20 {
    min-width: 20vw
}

.min-vw-10 {
    min-width: 10vw
}

.max-vw-100 {
    max-width: 100vw
}

.max-vw-90 {
    max-width: 90vw
}

.max-vw-80 {
    max-width: 80vw
}

.max-vw-70 {
    max-width: 70vw
}

.max-vw-60 {
    max-width: 60vw
}

.max-vw-50 {
    max-width: 50vw
}

.max-vw-40 {
    max-width: 40vw
}

.max-vw-30 {
    max-width: 30vw
}

.max-vw-20 {
    max-width: 20vw
}

.max-vw-10 {
    max-width: 10vw
}

.max-w-fixed-1000 {
    max-width: 1000px
}

.max-w-fixed-900 {
    max-width: 900px
}

.max-w-fixed-850 {
    max-width: 850px
}

.max-w-fixed-824 {
    max-width: 824px
}

.max-w-fixed-800 {
    max-width: 800px
}

.max-w-fixed-750 {
    max-width: 750px
}

.max-w-fixed-700 {
    max-width: 700px
}

.max-w-fixed-650 {
    max-width: 650px
}

.max-w-fixed-600 {
    max-width: 600px
}

.max-w-fixed-590 {
    max-width: 590px
}

.max-w-fixed-580 {
    max-width: 580px
}

.max-w-fixed-570 {
    max-width: 570px
}

.max-w-fixed-560 {
    max-width: 560px
}

.max-w-fixed-550 {
    max-width: 550px
}

.max-w-fixed-540 {
    max-width: 540px
}

.max-w-fixed-500 {
    max-width: 500px
}

.max-w-fixed-490 {
    max-width: 490px
}

.max-w-fixed-480 {
    max-width: 480px
}

.max-w-fixed-470 {
    max-width: 470px
}

.max-w-fixed-460 {
    max-width: 460px
}

.max-w-fixed-450 {
    max-width: 450px
}

.max-w-fixed-420 {
    max-width: 420px
}

.max-w-fixed-400 {
    max-width: 400px
}

.max-w-fixed-350 {
    max-width: 350px
}

.max-w-fixed-320 {
    max-width: 320px
}

.max-w-fixed-300 {
    max-width: 300px
}

.max-w-fixed-250 {
    max-width: 250px
}

.max-w-fixed-200 {
    max-width: 200px
}

.max-w-fixed-150 {
    max-width: 150px
}

.max-w-fixed-100 {
    max-width: 100px
}

.max-w-fixed-90 {
    max-width: 90px
}

.max-w-fixed-80 {
    max-width: 80px
}

.max-w-fixed-70 {
    max-width: 70px
}

.max-w-fixed-60 {
    max-width: 60px
}

.max-w-fixed-50 {
    max-width: 50px
}

.max-w-fixed-40 {
    max-width: 40px
}

.max-w-fixed-30 {
    max-width: 30px
}

.max-w-fixed-20 {
    max-width: 20px
}

.max-w-fixed-10 {
    max-width: 10px
}

@media only screen and (min-width: 768px) {
    .tab-h-100 {
        height:100%
    }

    .tab-w-auto {
        width: auto
    }

    .tab-vh-100 {
        height: 100vh
    }

    .tab-vh-90 {
        height: 90vh
    }

    .tab-vh-80 {
        height: 80vh
    }

    .tab-vh-70 {
        height: 70vh
    }

    .tab-vh-60 {
        height: 60vh
    }

    .tab-vh-50 {
        height: 50vh
    }

    .tab-vh-40 {
        height: 40vh
    }

    .tab-vh-30 {
        height: 30vh
    }

    .tab-vh-20 {
        height: 20vh
    }

    .tab-vh-10 {
        height: 10vh
    }

    .tab-h-fixed-450 {
        height: 450px
    }

    .tab-h-fixed-400 {
        height: 400px
    }

    .tab-h-fixed-350 {
        height: 350px
    }

    .tab-h-fixed-320 {
        height: 320px
    }

    .tab-h-fixed-300 {
        height: 300px
    }

    .tab-h-fixed-250 {
        height: 250px
    }

    .tab-h-fixed-200 {
        height: 200px
    }

    .tab-h-fixed-150 {
        height: 150px
    }

    .tab-h-fixed-140 {
        height: 140px
    }

    .tab-h-fixed-130 {
        height: 130px
    }

    .tab-h-fixed-120 {
        height: 120px
    }

    .tab-h-fixed-110 {
        height: 110px
    }

    .tab-h-fixed-100 {
        height: 100px
    }

    .tab-h-fixed-90 {
        height: 90px
    }

    .tab-h-fixed-80 {
        height: 80px
    }

    .tab-h-fixed-70 {
        height: 70px
    }

    .tab-h-fixed-60 {
        height: 60px
    }

    .tab-h-fixed-50 {
        height: 50px
    }

    .tab-h-fixed-40 {
        height: 40px
    }

    .tab-h-fixed-30 {
        height: 30px
    }

    .tab-h-fixed-20 {
        height: 20px
    }

    .tab-h-fixed-10 {
        height: 10px
    }

    .tab-min-vh-100 {
        min-height: 100vh
    }

    .tab-min-vh-90 {
        min-height: 90vh
    }

    .tab-min-vh-80 {
        min-height: 80vh
    }

    .tab-min-vh-70 {
        min-height: 70vh
    }

    .tab-min-vh-60 {
        min-height: 60vh
    }

    .tab-min-vh-50 {
        min-height: 50vh
    }

    .tab-min-vh-40 {
        min-height: 40vh
    }

    .tab-min-vh-30 {
        min-height: 30vh
    }

    .tab-min-vh-20 {
        min-height: 20vh
    }

    .tab-min-vh-10 {
        min-height: 10vh
    }

    .tab-min-h-fixed-1500 {
        min-height: 1500px
    }

    .tab-min-h-fixed-1200 {
        min-height: 1200px
    }

    .tab-min-h-fixed-1000 {
        min-height: 1000px
    }

    .tab-min-h-fixed-950 {
        min-height: 950px
    }

    .tab-min-h-fixed-900 {
        min-height: 900px
    }

    .tab-min-h-fixed-890 {
        min-height: 890px
    }

    .tab-min-h-fixed-880 {
        min-height: 880px
    }

    .tab-min-h-fixed-870 {
        min-height: 870px
    }

    .tab-min-h-fixed-860 {
        min-height: 860px
    }

    .tab-min-h-fixed-850 {
        min-height: 850px
    }

    .tab-min-h-fixed-800 {
        min-height: 800px
    }

    .tab-min-h-fixed-790 {
        min-height: 790px
    }

    .tab-min-h-fixed-780 {
        min-height: 780px
    }

    .tab-min-h-fixed-770 {
        min-height: 770px
    }

    .tab-min-h-fixed-760 {
        min-height: 760px
    }

    .tab-min-h-fixed-750 {
        min-height: 750px
    }

    .tab-min-h-fixed-700 {
        min-height: 700px
    }

    .tab-min-h-fixed-690 {
        min-height: 690px
    }

    .tab-min-h-fixed-680 {
        min-height: 680px
    }

    .tab-min-h-fixed-670 {
        min-height: 670px
    }

    .tab-min-h-fixed-660 {
        min-height: 660px
    }

    .tab-min-h-fixed-650 {
        min-height: 650px
    }

    .tab-min-h-fixed-640 {
        min-height: 640px
    }

    .tab-min-h-fixed-630 {
        min-height: 630px
    }

    .tab-min-h-fixed-620 {
        min-height: 620px
    }

    .tab-min-h-fixed-610 {
        min-height: 610px
    }

    .tab-min-h-fixed-608 {
        min-height: 608px
    }

    .tab-min-h-fixed-600 {
        min-height: 600px
    }

    .tab-min-h-fixed-550 {
        min-height: 550px
    }

    .tab-min-h-fixed-500 {
        min-height: 500px
    }

    .tab-min-h-fixed-450 {
        min-height: 450px
    }

    .tab-min-h-fixed-400 {
        min-height: 400px
    }

    .tab-min-h-fixed-350 {
        min-height: 350px
    }

    .tab-min-h-fixed-320 {
        min-height: 320px
    }

    .tab-min-h-fixed-300 {
        min-height: 300px
    }

    .tab-max-vh-100 {
        max-height: 100vh
    }

    .tab-max-vh-90 {
        max-height: 90vh
    }

    .tab-max-vh-80 {
        max-height: 80vh
    }

    .tab-max-vh-70 {
        max-height: 70vh
    }

    .tab-max-vh-60 {
        max-height: 60vh
    }

    .tab-max-vh-50 {
        max-height: 50vh
    }

    .tab-max-vh-40 {
        max-height: 40vh
    }

    .tab-max-vh-30 {
        max-height: 30vh
    }

    .tab-max-vh-20 {
        max-height: 20vh
    }

    .tab-max-vh-10 {
        max-height: 10vh
    }

    .tab-max-h-fixed-1500 {
        max-height: 1500px
    }

    .tab-max-h-fixed-1200 {
        max-height: 1200px
    }

    .tab-max-h-fixed-1000 {
        max-height: 1000px
    }

    .tab-max-h-fixed-950 {
        max-height: 950px
    }

    .tab-max-h-fixed-900 {
        max-height: 900px
    }

    .tab-max-h-fixed-890 {
        max-height: 890px
    }

    .tab-max-h-fixed-880 {
        max-height: 880px
    }

    .tab-max-h-fixed-870 {
        max-height: 870px
    }

    .tab-max-h-fixed-860 {
        max-height: 860px
    }

    .tab-max-h-fixed-850 {
        max-height: 850px
    }

    .tab-max-h-fixed-800 {
        max-height: 800px
    }

    .tab-max-h-fixed-790 {
        max-height: 790px
    }

    .tab-max-h-fixed-780 {
        max-height: 780px
    }

    .tab-max-h-fixed-770 {
        max-height: 770px
    }

    .tab-max-h-fixed-760 {
        max-height: 760px
    }

    .tab-max-h-fixed-750 {
        max-height: 750px
    }

    .tab-max-h-fixed-700 {
        max-height: 700px
    }

    .tab-max-h-fixed-690 {
        max-height: 690px
    }

    .tab-max-h-fixed-680 {
        max-height: 680px
    }

    .tab-max-h-fixed-670 {
        max-height: 670px
    }

    .tab-max-h-fixed-660 {
        max-height: 660px
    }

    .tab-max-h-fixed-650 {
        max-height: 650px
    }

    .tab-max-h-fixed-640 {
        max-height: 640px
    }

    .tab-max-h-fixed-630 {
        max-height: 630px
    }

    .tab-max-h-fixed-620 {
        max-height: 620px
    }

    .tab-max-h-fixed-610 {
        max-height: 610px
    }

    .tab-max-h-fixed-608 {
        max-height: 608px
    }

    .tab-max-h-fixed-600 {
        max-height: 600px
    }

    .tab-max-h-fixed-550 {
        max-height: 550px
    }

    .tab-max-h-fixed-500 {
        max-height: 500px
    }

    .tab-max-h-fixed-460 {
        max-height: 460px
    }

    .tab-max-h-fixed-450 {
        max-height: 450px
    }

    .tab-max-h-fixed-400 {
        max-height: 400px
    }

    .tab-max-h-fixed-370 {
        max-height: 370px
    }

    .tab-max-h-fixed-360 {
        max-height: 360px
    }

    .tab-max-h-fixed-350 {
        max-height: 350px
    }

    .tab-max-h-fixed-320 {
        max-height: 320px
    }

    .tab-max-h-fixed-300 {
        max-height: 300px
    }

    .tab-max-h-fixed-250 {
        max-height: 250px
    }

    .tab-max-h-fixed-200 {
        max-height: 200px
    }

    .tab-max-h-fixed-150 {
        max-height: 150px
    }

    .tab-max-h-fixed-100 {
        max-height: 100px
    }

    .tab-vw-100 {
        width: 100vw
    }

    .tab-vw-90 {
        width: 90vw
    }

    .tab-vw-80 {
        width: 80vw
    }

    .tab-vw-70 {
        width: 70vw
    }

    .tab-vw-60 {
        width: 60vw
    }

    .tab-vw-50 {
        width: 50vw
    }

    .tab-vw-40 {
        width: 40vw
    }

    .tab-vw-30 {
        width: 30vw
    }

    .tab-vw-20 {
        width: 20vw
    }

    .tab-vw-10 {
        width: 10vw
    }

    .tab-min-vw-100 {
        min-width: 100vw
    }

    .tab-min-vw-90 {
        min-width: 90vw
    }

    .tab-min-vw-80 {
        min-width: 80vw
    }

    .tab-min-vw-70 {
        min-width: 70vw
    }

    .tab-min-vw-60 {
        min-width: 60vw
    }

    .tab-min-vw-50 {
        min-width: 50vw
    }

    .tab-min-vw-40 {
        min-width: 40vw
    }

    .tab-min-vw-30 {
        min-width: 30vw
    }

    .tab-min-vw-20 {
        min-width: 20vw
    }

    .tab-min-vw-10 {
        min-width: 10vw
    }

    .tab-max-vw-100 {
        max-width: 100vw
    }

    .tab-max-vw-90 {
        max-width: 90vw
    }

    .tab-max-vw-80 {
        max-width: 80vw
    }

    .tab-max-vw-70 {
        max-width: 70vw
    }

    .tab-max-vw-60 {
        max-width: 60vw
    }

    .tab-max-vw-50 {
        max-width: 50vw
    }

    .tab-max-vw-40 {
        max-width: 40vw
    }

    .tab-max-vw-30 {
        max-width: 30vw
    }

    .tab-max-vw-20 {
        max-width: 20vw
    }

    .tab-max-vw-10 {
        max-width: 10vw
    }

    .tab-max-w-fixed-1000 {
        max-width: 1000px
    }

    .tab-max-w-fixed-900 {
        max-width: 900px
    }

    .tab-max-w-fixed-850 {
        max-width: 850px
    }

    .tab-max-w-fixed-824 {
        max-width: 824px
    }

    .tab-max-w-fixed-800 {
        max-width: 800px
    }

    .tab-max-w-fixed-750 {
        max-width: 750px
    }

    .tab-max-w-fixed-700 {
        max-width: 700px
    }

    .tab-max-w-fixed-650 {
        max-width: 650px
    }

    .tab-max-w-fixed-600 {
        max-width: 600px
    }

    .tab-max-w-fixed-590 {
        max-width: 590px
    }

    .tab-max-w-fixed-580 {
        max-width: 580px
    }

    .tab-max-w-fixed-570 {
        max-width: 570px
    }

    .tab-max-w-fixed-560 {
        max-width: 560px
    }

    .tab-max-w-fixed-550 {
        max-width: 550px
    }

    .tab-max-w-fixed-540 {
        max-width: 540px
    }

    .tab-max-w-fixed-500 {
        max-width: 500px
    }

    .tab-max-w-fixed-490 {
        max-width: 490px
    }

    .tab-max-w-fixed-480 {
        max-width: 480px
    }

    .tab-max-w-fixed-470 {
        max-width: 470px
    }

    .tab-max-w-fixed-460 {
        max-width: 460px
    }

    .tab-max-w-fixed-450 {
        max-width: 450px
    }

    .tab-max-w-fixed-420 {
        max-width: 420px
    }

    .tab-max-w-fixed-400 {
        max-width: 400px
    }

    .tab-max-w-fixed-350 {
        max-width: 350px
    }

    .tab-max-w-fixed-320 {
        max-width: 320px
    }

    .tab-max-w-fixed-300 {
        max-width: 300px
    }

    .tab-max-w-fixed-250 {
        max-width: 250px
    }

    .tab-max-w-fixed-200 {
        max-width: 200px
    }

    .tab-max-w-fixed-150 {
        max-width: 150px
    }

    .tab-max-w-fixed-100 {
        max-width: 100px
    }

    .tab-max-w-fixed-90 {
        max-width: 90px
    }

    .tab-max-w-fixed-80 {
        max-width: 80px
    }

    .tab-max-w-fixed-70 {
        max-width: 70px
    }

    .tab-max-w-fixed-60 {
        max-width: 60px
    }

    .tab-max-w-fixed-50 {
        max-width: 50px
    }

    .tab-max-w-fixed-40 {
        max-width: 40px
    }

    .tab-max-w-fixed-30 {
        max-width: 30px
    }

    .tab-max-w-fixed-20 {
        max-width: 20px
    }

    .tab-max-w-fixed-10 {
        max-width: 10px
    }
}

@media only screen and (min-width: 980px) {
    .med-h-100 {
        height:100%
    }

    .med-w-auto {
        width: auto
    }

    .med-vh-100 {
        height: 100vh
    }

    .med-vh-90 {
        height: 90vh
    }

    .med-vh-80 {
        height: 80vh
    }

    .med-vh-70 {
        height: 70vh
    }

    .med-vh-60 {
        height: 60vh
    }

    .med-vh-50 {
        height: 50vh
    }

    .med-vh-40 {
        height: 40vh
    }

    .med-vh-30 {
        height: 30vh
    }

    .med-vh-20 {
        height: 20vh
    }

    .med-vh-10 {
        height: 10vh
    }

    .med-h-fixed-450 {
        height: 450px
    }

    .med-h-fixed-400 {
        height: 400px
    }

    .med-h-fixed-350 {
        height: 350px
    }

    .med-h-fixed-320 {
        height: 320px
    }

    .med-h-fixed-300 {
        height: 300px
    }

    .med-h-fixed-250 {
        height: 250px
    }

    .med-h-fixed-200 {
        height: 200px
    }

    .med-h-fixed-150 {
        height: 150px
    }

    .med-h-fixed-140 {
        height: 140px
    }

    .med-h-fixed-130 {
        height: 130px
    }

    .med-h-fixed-120 {
        height: 120px
    }

    .med-h-fixed-110 {
        height: 110px
    }

    .med-h-fixed-100 {
        height: 100px
    }

    .med-h-fixed-90 {
        height: 90px
    }

    .med-h-fixed-80 {
        height: 80px
    }

    .med-h-fixed-70 {
        height: 70px
    }

    .med-h-fixed-60 {
        height: 60px
    }

    .med-h-fixed-50 {
        height: 50px
    }

    .med-h-fixed-40 {
        height: 40px
    }

    .med-h-fixed-30 {
        height: 30px
    }

    .med-h-fixed-20 {
        height: 20px
    }

    .med-h-fixed-10 {
        height: 10px
    }

    .med-min-vh-100 {
        min-height: 100vh
    }

    .med-min-vh-90 {
        min-height: 90vh
    }

    .med-min-vh-80 {
        min-height: 80vh
    }

    .med-min-vh-70 {
        min-height: 70vh
    }

    .med-min-vh-60 {
        min-height: 60vh
    }

    .med-min-vh-50 {
        min-height: 50vh
    }

    .med-min-vh-40 {
        min-height: 40vh
    }

    .med-min-vh-30 {
        min-height: 30vh
    }

    .med-min-vh-20 {
        min-height: 20vh
    }

    .med-min-vh-10 {
        min-height: 10vh
    }

    .med-min-h-fixed-1500 {
        min-height: 1500px
    }

    .med-min-h-fixed-1200 {
        min-height: 1200px
    }

    .med-min-h-fixed-1000 {
        min-height: 1000px
    }

    .med-min-h-fixed-950 {
        min-height: 950px
    }

    .med-min-h-fixed-900 {
        min-height: 900px
    }

    .med-min-h-fixed-890 {
        min-height: 890px
    }

    .med-min-h-fixed-880 {
        min-height: 880px
    }

    .med-min-h-fixed-870 {
        min-height: 870px
    }

    .med-min-h-fixed-860 {
        min-height: 860px
    }

    .med-min-h-fixed-850 {
        min-height: 850px
    }

    .med-min-h-fixed-800 {
        min-height: 800px
    }

    .med-min-h-fixed-790 {
        min-height: 790px
    }

    .med-min-h-fixed-780 {
        min-height: 780px
    }

    .med-min-h-fixed-770 {
        min-height: 770px
    }

    .med-min-h-fixed-760 {
        min-height: 760px
    }

    .med-min-h-fixed-750 {
        min-height: 750px
    }

    .med-min-h-fixed-700 {
        min-height: 700px
    }

    .med-min-h-fixed-690 {
        min-height: 690px
    }

    .med-min-h-fixed-680 {
        min-height: 680px
    }

    .med-min-h-fixed-670 {
        min-height: 670px
    }

    .med-min-h-fixed-660 {
        min-height: 660px
    }

    .med-min-h-fixed-650 {
        min-height: 650px
    }

    .med-min-h-fixed-640 {
        min-height: 640px
    }

    .med-min-h-fixed-630 {
        min-height: 630px
    }

    .med-min-h-fixed-620 {
        min-height: 620px
    }

    .med-min-h-fixed-610 {
        min-height: 610px
    }

    .med-min-h-fixed-608 {
        min-height: 608px
    }

    .med-min-h-fixed-600 {
        min-height: 600px
    }

    .med-min-h-fixed-550 {
        min-height: 550px
    }

    .med-min-h-fixed-500 {
        min-height: 500px
    }

    .med-min-h-fixed-450 {
        min-height: 450px
    }

    .med-min-h-fixed-400 {
        min-height: 400px
    }

    .med-min-h-fixed-350 {
        min-height: 350px
    }

    .med-min-h-fixed-320 {
        min-height: 320px
    }

    .med-min-h-fixed-300 {
        min-height: 300px
    }

    .med-max-vh-100 {
        max-height: 100vh
    }

    .med-max-vh-90 {
        max-height: 90vh
    }

    .med-max-vh-80 {
        max-height: 80vh
    }

    .med-max-vh-70 {
        max-height: 70vh
    }

    .med-max-vh-60 {
        max-height: 60vh
    }

    .med-max-vh-50 {
        max-height: 50vh
    }

    .med-max-vh-40 {
        max-height: 40vh
    }

    .med-max-vh-30 {
        max-height: 30vh
    }

    .med-max-vh-20 {
        max-height: 20vh
    }

    .med-max-vh-10 {
        max-height: 10vh
    }

    .med-max-h-fixed-1500 {
        min-height: 1500px
    }

    .med-max-h-fixed-1200 {
        max-height: 1200px
    }

    .med-max-h-fixed-1000 {
        max-height: 1000px
    }

    .med-max-h-fixed-950 {
        max-height: 950px
    }

    .med-max-h-fixed-900 {
        max-height: 900px
    }

    .med-max-h-fixed-890 {
        max-height: 890px
    }

    .med-max-h-fixed-880 {
        max-height: 880px
    }

    .med-max-h-fixed-870 {
        max-height: 870px
    }

    .med-max-h-fixed-860 {
        max-height: 860px
    }

    .med-max-h-fixed-850 {
        max-height: 850px
    }

    .med-max-h-fixed-800 {
        max-height: 800px
    }

    .med-max-h-fixed-790 {
        max-height: 790px
    }

    .med-max-h-fixed-780 {
        max-height: 780px
    }

    .med-max-h-fixed-770 {
        max-height: 770px
    }

    .med-max-h-fixed-760 {
        max-height: 760px
    }

    .med-max-h-fixed-750 {
        max-height: 750px
    }

    .med-max-h-fixed-700 {
        max-height: 700px
    }

    .med-max-h-fixed-690 {
        max-height: 690px
    }

    .med-max-h-fixed-680 {
        max-height: 680px
    }

    .med-max-h-fixed-670 {
        max-height: 670px
    }

    .med-max-h-fixed-660 {
        max-height: 660px
    }

    .med-max-h-fixed-650 {
        max-height: 650px
    }

    .med-max-h-fixed-640 {
        max-height: 640px
    }

    .med-max-h-fixed-630 {
        max-height: 630px
    }

    .med-max-h-fixed-620 {
        max-height: 620px
    }

    .med-max-h-fixed-610 {
        max-height: 610px
    }

    .med-max-h-fixed-608 {
        max-height: 608px
    }

    .med-max-h-fixed-600 {
        max-height: 600px
    }

    .med-max-h-fixed-550 {
        max-height: 550px
    }

    .med-max-h-fixed-500 {
        max-height: 500px
    }

    .med-max-h-fixed-460 {
        max-height: 460px
    }

    .med-max-h-fixed-450 {
        max-height: 450px
    }

    .med-max-h-fixed-400 {
        max-height: 400px
    }

    .med-max-h-fixed-370 {
        max-height: 370px
    }

    .med-max-h-fixed-360 {
        max-height: 360px
    }

    .med-max-h-fixed-350 {
        max-height: 350px
    }

    .med-max-h-fixed-320 {
        max-height: 320px
    }

    .med-max-h-fixed-300 {
        max-height: 300px
    }

    .med-max-h-fixed-250 {
        max-height: 250px
    }

    .med-max-h-fixed-200 {
        max-height: 200px
    }

    .med-max-h-fixed-150 {
        max-height: 150px
    }

    .med-max-h-fixed-100 {
        max-height: 100px
    }

    .med-vw-100 {
        width: 100vw
    }

    .med-vw-90 {
        width: 90vw
    }

    .med-vw-80 {
        width: 80vw
    }

    .med-vw-70 {
        width: 70vw
    }

    .med-vw-60 {
        width: 60vw
    }

    .med-vw-50 {
        width: 50vw
    }

    .med-vw-40 {
        width: 40vw
    }

    .med-vw-30 {
        width: 30vw
    }

    .med-vw-20 {
        width: 20vw
    }

    .med-vw-10 {
        width: 10vw
    }

    .med-min-vw-100 {
        min-width: 100vw
    }

    .med-min-vw-90 {
        min-width: 90vw
    }

    .med-min-vw-80 {
        min-width: 80vw
    }

    .med-min-vw-70 {
        min-width: 70vw
    }

    .med-min-vw-60 {
        min-width: 60vw
    }

    .med-min-vw-50 {
        min-width: 50vw
    }

    .med-min-vw-40 {
        min-width: 40vw
    }

    .med-min-vw-30 {
        min-width: 30vw
    }

    .med-min-vw-20 {
        min-width: 20vw
    }

    .med-min-vw-10 {
        min-width: 10vw
    }

    .med-max-vw-100 {
        max-width: 100vw
    }

    .med-max-vw-90 {
        max-width: 90vw
    }

    .med-max-vw-80 {
        max-width: 80vw
    }

    .med-max-vw-70 {
        max-width: 70vw
    }

    .med-max-vw-60 {
        max-width: 60vw
    }

    .med-max-vw-50 {
        max-width: 50vw
    }

    .med-max-vw-40 {
        max-width: 40vw
    }

    .med-max-vw-30 {
        max-width: 30vw
    }

    .med-max-vw-20 {
        max-width: 20vw
    }

    .med-max-vw-10 {
        max-width: 10vw
    }

    .med-max-w-fixed-900 {
        max-width: 900px
    }

    .med-max-w-fixed-850 {
        max-width: 850px
    }

    .med-max-w-fixed-824 {
        max-width: 824px
    }

    .med-max-w-fixed-800 {
        max-width: 800px
    }

    .med-max-w-fixed-750 {
        max-width: 750px
    }

    .med-max-w-fixed-700 {
        max-width: 700px
    }

    .med-max-w-fixed-650 {
        max-width: 650px
    }

    .med-max-w-fixed-600 {
        max-width: 600px
    }

    .med-max-w-fixed-590 {
        max-width: 590px
    }

    .med-max-w-fixed-580 {
        max-width: 580px
    }

    .med-max-w-fixed-570 {
        max-width: 570px
    }

    .med-max-w-fixed-560 {
        max-width: 560px
    }

    .med-max-w-fixed-550 {
        max-width: 550px
    }

    .med-max-w-fixed-540 {
        max-width: 540px
    }

    .med-max-w-fixed-500 {
        max-width: 500px
    }

    .med-max-w-fixed-490 {
        max-width: 490px
    }

    .med-max-w-fixed-480 {
        max-width: 480px
    }

    .med-max-w-fixed-470 {
        max-width: 470px
    }

    .med-max-w-fixed-460 {
        max-width: 460px
    }

    .med-max-w-fixed-450 {
        max-width: 450px
    }

    .med-max-w-fixed-420 {
        max-width: 420px
    }

    .med-max-w-fixed-400 {
        max-width: 400px
    }

    .med-max-w-fixed-350 {
        max-width: 350px
    }

    .med-max-w-fixed-320 {
        max-width: 320px
    }

    .med-max-w-fixed-300 {
        max-width: 300px
    }

    .med-max-w-fixed-250 {
        max-width: 250px
    }

    .med-max-w-fixed-200 {
        max-width: 200px
    }

    .med-max-w-fixed-150 {
        max-width: 150px
    }

    .med-max-w-fixed-100 {
        max-width: 100px
    }

    .med-max-w-fixed-90 {
        max-width: 90px
    }

    .med-max-w-fixed-80 {
        max-width: 80px
    }

    .med-max-w-fixed-70 {
        max-width: 70px
    }

    .med-max-w-fixed-60 {
        max-width: 60px
    }

    .med-max-w-fixed-50 {
        max-width: 50px
    }

    .med-max-w-fixed-40 {
        max-width: 40px
    }

    .med-max-w-fixed-30 {
        max-width: 30px
    }

    .med-max-w-fixed-20 {
        max-width: 20px
    }

    .med-max-w-fixed-10 {
        max-width: 10px
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-h-100 {
        height:100%
    }

    .lrg-w-auto {
        width: auto
    }

    .lrg-vh-100 {
        height: 100vh
    }

    .lrg-vh-90 {
        height: 90vh
    }

    .lrg-vh-80 {
        height: 80vh
    }

    .lrg-vh-70 {
        height: 70vh
    }

    .lrg-vh-60 {
        height: 60vh
    }

    .lrg-vh-50 {
        height: 50vh
    }

    .lrg-vh-40 {
        height: 40vh
    }

    .lrg-vh-30 {
        height: 30vh
    }

    .lrg-vh-20 {
        height: 20vh
    }

    .lrg-vh-10 {
        height: 10vh
    }

    .lrg-h-fixed-450 {
        height: 450px
    }

    .lrg-h-fixed-400 {
        height: 400px
    }

    .lrg-h-fixed-350 {
        height: 350px
    }

    .lrg-h-fixed-320 {
        height: 320px
    }

    .lrg-h-fixed-300 {
        height: 300px
    }

    .lrg-h-fixed-250 {
        height: 250px
    }

    .lrg-h-fixed-200 {
        height: 200px
    }

    .lrg-h-fixed-150 {
        height: 150px
    }

    .lrg-h-fixed-140 {
        height: 140px
    }

    .lrg-h-fixed-130 {
        height: 130px
    }

    .lrg-h-fixed-120 {
        height: 120px
    }

    .lrg-h-fixed-110 {
        height: 110px
    }

    .lrg-h-fixed-100 {
        height: 100px
    }

    .lrg-h-fixed-90 {
        height: 90px
    }

    .lrg-h-fixed-80 {
        height: 80px
    }

    .lrg-h-fixed-70 {
        height: 70px
    }

    .lrg-h-fixed-60 {
        height: 60px
    }

    .lrg-h-fixed-50 {
        height: 50px
    }

    .lrg-h-fixed-40 {
        height: 40px
    }

    .lrg-h-fixed-30 {
        height: 30px
    }

    .lrg-h-fixed-20 {
        height: 20px
    }

    .lrg-h-fixed-10 {
        height: 10px
    }

    .lrg-min-vh-100 {
        min-height: 100vh
    }

    .lrg-min-vh-90 {
        min-height: 90vh
    }

    .lrg-min-vh-80 {
        min-height: 80vh
    }

    .lrg-min-vh-70 {
        min-height: 70vh
    }

    .lrg-min-vh-60 {
        min-height: 60vh
    }

    .lrg-min-vh-50 {
        min-height: 50vh
    }

    .lrg-min-vh-40 {
        min-height: 40vh
    }

    .lrg-min-vh-30 {
        min-height: 30vh
    }

    .lrg-min-vh-20 {
        min-height: 20vh
    }

    .lrg-min-vh-10 {
        min-height: 10vh
    }

    .lrg-min-h-fixed-1500 {
        min-height: 1500px
    }

    .lrg-min-h-fixed-1200 {
        min-height: 1200px
    }

    .lrg-min-h-fixed-1000 {
        min-height: 1000px
    }

    .lrg-min-h-fixed-950 {
        min-height: 950px
    }

    .lrg-min-h-fixed-900 {
        min-height: 900px
    }

    .lrg-min-h-fixed-890 {
        min-height: 890px
    }

    .lrg-min-h-fixed-880 {
        min-height: 880px
    }

    .lrg-min-h-fixed-870 {
        min-height: 870px
    }

    .lrg-min-h-fixed-860 {
        min-height: 860px
    }

    .lrg-min-h-fixed-850 {
        min-height: 850px
    }

    .lrg-min-h-fixed-800 {
        min-height: 800px
    }

    .lrg-min-h-fixed-790 {
        min-height: 790px
    }

    .lrg-min-h-fixed-780 {
        min-height: 780px
    }

    .lrg-min-h-fixed-770 {
        min-height: 770px
    }

    .lrg-min-h-fixed-760 {
        min-height: 760px
    }

    .lrg-min-h-fixed-750 {
        min-height: 750px
    }

    .lrg-min-h-fixed-700 {
        min-height: 700px
    }

    .lrg-min-h-fixed-690 {
        min-height: 690px
    }

    .lrg-min-h-fixed-680 {
        min-height: 680px
    }

    .lrg-min-h-fixed-670 {
        min-height: 670px
    }

    .lrg-min-h-fixed-660 {
        min-height: 660px
    }

    .lrg-min-h-fixed-650 {
        min-height: 650px
    }

    .lrg-min-h-fixed-640 {
        min-height: 640px
    }

    .lrg-min-h-fixed-630 {
        min-height: 630px
    }

    .lrg-min-h-fixed-620 {
        min-height: 620px
    }

    .lrg-min-h-fixed-610 {
        min-height: 610px
    }

    .lrg-min-h-fixed-600 {
        min-height: 600px
    }

    .lrg-min-h-fixed-550 {
        min-height: 550px
    }

    .lrg-min-h-fixed-500 {
        min-height: 500px
    }

    .lrg-min-h-fixed-450 {
        min-height: 450px
    }

    .lrg-min-h-fixed-400 {
        min-height: 400px
    }

    .lrg-min-h-fixed-350 {
        min-height: 350px
    }

    .lrg-min-h-fixed-320 {
        min-height: 320px
    }

    .lrg-min-h-fixed-300 {
        min-height: 300px
    }

    .lrg-max-vh-100 {
        max-height: 100vh
    }

    .lrg-max-vh-90 {
        max-height: 90vh
    }

    .lrg-max-vh-80 {
        max-height: 80vh
    }

    .lrg-max-vh-70 {
        max-height: 70vh
    }

    .lrg-max-vh-60 {
        max-height: 60vh
    }

    .lrg-max-vh-50 {
        max-height: 50vh
    }

    .lrg-max-vh-40 {
        max-height: 40vh
    }

    .lrg-max-vh-30 {
        max-height: 30vh
    }

    .lrg-max-vh-20 {
        max-height: 20vh
    }

    .lrg-max-vh-10 {
        max-height: 10vh
    }

    .lrg-max-h-fixed-1500 {
        max-height: 1500px
    }

    .lrg-max-h-fixed-1200 {
        max-height: 1200px
    }

    .lrg-max-h-fixed-1000 {
        max-height: 1000px
    }

    .lrg-max-h-fixed-950 {
        max-height: 950px
    }

    .lrg-max-h-fixed-900 {
        max-height: 900px
    }

    .lrg-max-h-fixed-890 {
        max-height: 890px
    }

    .lrg-max-h-fixed-880 {
        max-height: 880px
    }

    .lrg-max-h-fixed-870 {
        max-height: 870px
    }

    .lrg-max-h-fixed-860 {
        max-height: 860px
    }

    .lrg-max-h-fixed-850 {
        max-height: 850px
    }

    .lrg-max-h-fixed-800 {
        max-height: 800px
    }

    .lrg-max-h-fixed-790 {
        max-height: 790px
    }

    .lrg-max-h-fixed-780 {
        max-height: 780px
    }

    .lrg-max-h-fixed-770 {
        max-height: 770px
    }

    .lrg-max-h-fixed-760 {
        max-height: 760px
    }

    .lrg-max-h-fixed-750 {
        max-height: 750px
    }

    .lrg-max-h-fixed-700 {
        max-height: 700px
    }

    .lrg-max-h-fixed-690 {
        max-height: 690px
    }

    .lrg-max-h-fixed-680 {
        max-height: 680px
    }

    .lrg-max-h-fixed-670 {
        max-height: 670px
    }

    .lrg-max-h-fixed-660 {
        max-height: 660px
    }

    .lrg-max-h-fixed-650 {
        max-height: 650px
    }

    .lrg-max-h-fixed-640 {
        max-height: 640px
    }

    .lrg-max-h-fixed-630 {
        max-height: 630px
    }

    .lrg-max-h-fixed-620 {
        max-height: 620px
    }

    .lrg-max-h-fixed-610 {
        max-height: 610px
    }

    .lrg-max-h-fixed-608 {
        max-height: 608px
    }

    .lrg-max-h-fixed-600 {
        max-height: 600px
    }

    .lrg-max-h-fixed-550 {
        max-height: 550px
    }

    .lrg-max-h-fixed-500 {
        max-height: 500px
    }

    .lrg-max-h-fixed-460 {
        max-height: 460px
    }

    .lrg-max-h-fixed-450 {
        max-height: 450px
    }

    .lrg-max-h-fixed-400 {
        max-height: 400px
    }

    .lrg-max-h-fixed-370 {
        max-height: 370px
    }

    .lrg-max-h-fixed-360 {
        max-height: 360px
    }

    .lrg-max-h-fixed-350 {
        max-height: 350px
    }

    .lrg-max-h-fixed-320 {
        max-height: 320px
    }

    .lrg-max-h-fixed-300 {
        max-height: 300px
    }

    .lrg-max-h-fixed-250 {
        max-height: 250px
    }

    .lrg-max-h-fixed-200 {
        max-height: 200px
    }

    .lrg-max-h-fixed-150 {
        max-height: 150px
    }

    .lrg-max-h-fixed-100 {
        max-height: 100px
    }

    .lrg-vw-100 {
        width: 100vw
    }

    .lrg-vw-90 {
        width: 90vw
    }

    .lrg-vw-80 {
        width: 80vw
    }

    .lrg-vw-70 {
        width: 70vw
    }

    .lrg-vw-60 {
        width: 60vw
    }

    .lrg-vw-50 {
        width: 50vw
    }

    .lrg-vw-40 {
        width: 40vw
    }

    .lrg-vw-30 {
        width: 30vw
    }

    .lrg-vw-20 {
        width: 20vw
    }

    .lrg-vw-10 {
        width: 10vw
    }

    .lrg-min-vw-100 {
        min-width: 100vw
    }

    .lrg-min-vw-90 {
        min-width: 90vw
    }

    .lrg-min-vw-80 {
        min-width: 80vw
    }

    .lrg-min-vw-70 {
        min-width: 70vw
    }

    .lrg-min-vw-60 {
        min-width: 60vw
    }

    .lrg-min-vw-50 {
        min-width: 50vw
    }

    .lrg-min-vw-40 {
        min-width: 40vw
    }

    .lrg-min-vw-30 {
        min-width: 30vw
    }

    .lrg-min-vw-20 {
        min-width: 20vw
    }

    .lrg-min-vw-10 {
        min-width: 10vw
    }

    .lrg-max-vw-100 {
        max-width: 100vw
    }

    .lrg-max-vw-90 {
        max-width: 90vw
    }

    .lrg-max-vw-80 {
        max-width: 80vw
    }

    .lrg-max-vw-70 {
        max-width: 70vw
    }

    .lrg-max-vw-60 {
        max-width: 60vw
    }

    .lrg-max-vw-50 {
        max-width: 50vw
    }

    .lrg-max-vw-40 {
        max-width: 40vw
    }

    .lrg-max-vw-30 {
        max-width: 30vw
    }

    .lrg-max-vw-20 {
        max-width: 20vw
    }

    .lrg-max-vw-10 {
        max-width: 10vw
    }

    .lrg-max-w-fixed-900 {
        max-width: 900px
    }

    .lrg-max-w-fixed-850 {
        max-width: 850px
    }

    .lrg-max-w-fixed-824 {
        max-width: 824px
    }

    .lrg-max-w-fixed-800 {
        max-width: 800px
    }

    .lrg-max-w-fixed-750 {
        max-width: 750px
    }

    .lrg-max-w-fixed-700 {
        max-width: 700px
    }

    .lrg-max-w-fixed-650 {
        max-width: 650px
    }

    .lrg-max-w-fixed-600 {
        max-width: 600px
    }

    .lrg-max-w-fixed-590 {
        max-width: 590px
    }

    .lrg-max-w-fixed-580 {
        max-width: 580px
    }

    .lrg-max-w-fixed-570 {
        max-width: 570px
    }

    .lrg-max-w-fixed-560 {
        max-width: 560px
    }

    .lrg-max-w-fixed-550 {
        max-width: 550px
    }

    .lrg-max-w-fixed-540 {
        max-width: 540px
    }

    .lrg-max-w-fixed-500 {
        max-width: 500px
    }

    .lrg-max-w-fixed-490 {
        max-width: 490px
    }

    .lrg-max-w-fixed-480 {
        max-width: 480px
    }

    .lrg-max-w-fixed-470 {
        max-width: 470px
    }

    .lrg-max-w-fixed-460 {
        max-width: 460px
    }

    .lrg-max-w-fixed-450 {
        max-width: 450px
    }

    .lrg-max-w-fixed-420 {
        max-width: 420px
    }

    .lrg-max-w-fixed-400 {
        max-width: 400px
    }

    .lrg-max-w-fixed-350 {
        max-width: 350px
    }

    .lrg-max-w-fixed-320 {
        max-width: 320px
    }

    .lrg-max-w-fixed-300 {
        max-width: 300px
    }

    .lrg-max-w-fixed-250 {
        max-width: 250px
    }

    .lrg-max-w-fixed-200 {
        max-width: 200px
    }

    .lrg-max-w-fixed-150 {
        max-width: 150px
    }

    .lrg-max-w-fixed-100 {
        max-width: 100px
    }

    .lrg-max-w-fixed-90 {
        max-width: 90px
    }

    .lrg-max-w-fixed-80 {
        max-width: 80px
    }

    .lrg-max-w-fixed-70 {
        max-width: 70px
    }

    .lrg-max-w-fixed-60 {
        max-width: 60px
    }

    .lrg-max-w-fixed-50 {
        max-width: 50px
    }

    .lrg-max-w-fixed-40 {
        max-width: 40px
    }

    .lrg-max-w-fixed-30 {
        max-width: 30px
    }

    .lrg-max-w-fixed-20 {
        max-width: 20px
    }

    .lrg-max-w-fixed-10 {
        max-width: 10px
    }
}

@media only screen and (min-width: 1400px) {
    .xl-h-100 {
        height:100%
    }

    .xl-w-auto {
        width: auto
    }

    .xl-vh-100 {
        height: 100vh
    }

    .xl-vh-90 {
        height: 90vh
    }

    .xl-vh-80 {
        height: 80vh
    }

    .xl-vh-70 {
        height: 70vh
    }

    .xl-vh-60 {
        height: 60vh
    }

    .xl-vh-50 {
        height: 50vh
    }

    .xl-vh-40 {
        height: 40vh
    }

    .xl-vh-30 {
        height: 30vh
    }

    .xl-vh-20 {
        height: 20vh
    }

    .xl-vh-10 {
        height: 10vh
    }

    .xl-h-fixed-450 {
        height: 450px
    }

    .xl-h-fixed-400 {
        height: 400px
    }

    .xl-h-fixed-350 {
        height: 350px
    }

    .xl-h-fixed-320 {
        height: 320px
    }

    .xl-h-fixed-300 {
        height: 300px
    }

    .xl-h-fixed-250 {
        height: 250px
    }

    .xl-h-fixed-200 {
        height: 200px
    }

    .xl-h-fixed-150 {
        height: 150px
    }

    .xl-h-fixed-140 {
        height: 140px
    }

    .xl-h-fixed-130 {
        height: 130px
    }

    .xl-h-fixed-120 {
        height: 120px
    }

    .xl-h-fixed-110 {
        height: 110px
    }

    .xl-h-fixed-100 {
        height: 100px
    }

    .xl-h-fixed-90 {
        height: 90px
    }

    .xl-h-fixed-80 {
        height: 80px
    }

    .xl-h-fixed-70 {
        height: 70px
    }

    .xl-h-fixed-60 {
        height: 60px
    }

    .xl-h-fixed-50 {
        height: 50px
    }

    .xl-h-fixed-40 {
        height: 40px
    }

    .xl-h-fixed-30 {
        height: 30px
    }

    .xl-h-fixed-20 {
        height: 20px
    }

    .xl-h-fixed-10 {
        height: 10px
    }

    .xl-min-vh-100 {
        min-height: 100vh
    }

    .xl-min-vh-90 {
        min-height: 90vh
    }

    .xl-min-vh-80 {
        min-height: 80vh
    }

    .xl-min-vh-70 {
        min-height: 70vh
    }

    .xl-min-vh-60 {
        min-height: 60vh
    }

    .xl-min-vh-50 {
        min-height: 50vh
    }

    .xl-min-vh-40 {
        min-height: 40vh
    }

    .xl-min-vh-30 {
        min-height: 30vh
    }

    .xl-min-vh-20 {
        min-height: 20vh
    }

    .xl-min-vh-10 {
        min-height: 10vh
    }

    .xl-min-h-fixed-1500 {
        min-height: 1500px
    }

    .xl-min-h-fixed-1200 {
        min-height: 1200px
    }

    .xl-min-h-fixed-1000 {
        min-height: 1000px
    }

    .xl-min-h-fixed-950 {
        min-height: 950px
    }

    .xl-min-h-fixed-900 {
        min-height: 900px
    }

    .xl-min-h-fixed-890 {
        min-height: 890px
    }

    .xl-min-h-fixed-880 {
        min-height: 880px
    }

    .xl-min-h-fixed-870 {
        min-height: 870px
    }

    .xl-min-h-fixed-860 {
        min-height: 860px
    }

    .xl-min-h-fixed-850 {
        min-height: 850px
    }

    .xl-min-h-fixed-800 {
        min-height: 800px
    }

    .xl-min-h-fixed-790 {
        min-height: 790px
    }

    .xl-min-h-fixed-780 {
        min-height: 780px
    }

    .xl-min-h-fixed-770 {
        min-height: 770px
    }

    .xl-min-h-fixed-760 {
        min-height: 760px
    }

    .xl-min-h-fixed-750 {
        min-height: 750px
    }

    .xl-min-h-fixed-700 {
        min-height: 700px
    }

    .xl-min-h-fixed-690 {
        min-height: 690px
    }

    .xl-min-h-fixed-680 {
        min-height: 680px
    }

    .xl-min-h-fixed-670 {
        min-height: 670px
    }

    .xl-min-h-fixed-660 {
        min-height: 660px
    }

    .xl-min-h-fixed-650 {
        min-height: 650px
    }

    .xl-min-h-fixed-640 {
        min-height: 640px
    }

    .xl-min-h-fixed-630 {
        min-height: 630px
    }

    .xl-min-h-fixed-620 {
        min-height: 620px
    }

    .xl-min-h-fixed-610 {
        min-height: 610px
    }

    .xl-min-h-fixed-600 {
        min-height: 600px
    }

    .xl-min-h-fixed-550 {
        min-height: 550px
    }

    .xl-min-h-fixed-500 {
        min-height: 500px
    }

    .xl-min-h-fixed-450 {
        min-height: 450px
    }

    .xl-min-h-fixed-400 {
        min-height: 400px
    }

    .xl-min-h-fixed-350 {
        min-height: 350px
    }

    .xl-min-h-fixed-320 {
        min-height: 320px
    }

    .xl-min-h-fixed-300 {
        min-height: 300px
    }

    .xl-max-vh-100 {
        max-height: 100vh
    }

    .xl-max-vh-90 {
        max-height: 90vh
    }

    .xl-max-vh-80 {
        max-height: 80vh
    }

    .xl-max-vh-70 {
        max-height: 70vh
    }

    .xl-max-vh-60 {
        max-height: 60vh
    }

    .xl-max-vh-50 {
        max-height: 50vh
    }

    .xl-max-vh-40 {
        max-height: 40vh
    }

    .xl-max-vh-30 {
        max-height: 30vh
    }

    .xl-max-vh-20 {
        max-height: 20vh
    }

    .xl-max-vh-10 {
        max-height: 10vh
    }

    .xl-max-h-fixed-1500 {
        max-height: 1500px
    }

    .xl-max-h-fixed-1200 {
        max-height: 1200px
    }

    .xl-max-h-fixed-1000 {
        max-height: 1000px
    }

    .xl-max-h-fixed-950 {
        max-height: 950px
    }

    .xl-max-h-fixed-900 {
        max-height: 900px
    }

    .xl-max-h-fixed-890 {
        max-height: 890px
    }

    .xl-max-h-fixed-880 {
        max-height: 880px
    }

    .xl-max-h-fixed-870 {
        max-height: 870px
    }

    .xl-max-h-fixed-860 {
        max-height: 860px
    }

    .xl-max-h-fixed-850 {
        max-height: 850px
    }

    .xl-max-h-fixed-800 {
        max-height: 800px
    }

    .xl-max-h-fixed-790 {
        max-height: 790px
    }

    .xl-max-h-fixed-780 {
        max-height: 780px
    }

    .xl-max-h-fixed-770 {
        max-height: 770px
    }

    .xl-max-h-fixed-760 {
        max-height: 760px
    }

    .xl-max-h-fixed-750 {
        max-height: 750px
    }

    .xl-max-h-fixed-700 {
        max-height: 700px
    }

    .xl-max-h-fixed-690 {
        max-height: 690px
    }

    .xl-max-h-fixed-680 {
        max-height: 680px
    }

    .xl-max-h-fixed-670 {
        max-height: 670px
    }

    .xl-max-h-fixed-660 {
        max-height: 660px
    }

    .xl-max-h-fixed-650 {
        max-height: 650px
    }

    .xl-max-h-fixed-640 {
        max-height: 640px
    }

    .xl-max-h-fixed-630 {
        max-height: 630px
    }

    .xl-max-h-fixed-620 {
        max-height: 620px
    }

    .xl-max-h-fixed-610 {
        max-height: 610px
    }

    .xl-max-h-fixed-608 {
        max-height: 608px
    }

    .xl-max-h-fixed-600 {
        max-height: 600px
    }

    .xl-max-h-fixed-550 {
        max-height: 550px
    }

    .xl-max-h-fixed-500 {
        max-height: 500px
    }

    .xl-max-h-fixed-460 {
        max-height: 460px
    }

    .xl-max-h-fixed-450 {
        max-height: 450px
    }

    .xl-max-h-fixed-400 {
        max-height: 400px
    }

    .xl-max-h-fixed-370 {
        max-height: 370px
    }

    .xl-max-h-fixed-360 {
        max-height: 360px
    }

    .xl-max-h-fixed-350 {
        max-height: 350px
    }

    .xl-max-h-fixed-320 {
        max-height: 320px
    }

    .xl-max-h-fixed-300 {
        max-height: 300px
    }

    .xl-max-h-fixed-250 {
        max-height: 250px
    }

    .xl-max-h-fixed-200 {
        max-height: 200px
    }

    .xl-max-h-fixed-150 {
        max-height: 150px
    }

    .xl-max-h-fixed-100 {
        max-height: 100px
    }

    .xl-vw-100 {
        width: 100vw
    }

    .xl-vw-90 {
        width: 90vw
    }

    .xl-vw-80 {
        width: 80vw
    }

    .xl-vw-70 {
        width: 70vw
    }

    .xl-vw-60 {
        width: 60vw
    }

    .xl-vw-50 {
        width: 50vw
    }

    .xl-vw-40 {
        width: 40vw
    }

    .xl-vw-30 {
        width: 30vw
    }

    .xl-vw-20 {
        width: 20vw
    }

    .xl-vw-10 {
        width: 10vw
    }

    .xl-min-vw-100 {
        min-width: 100vw
    }

    .xl-min-vw-90 {
        min-width: 90vw
    }

    .xl-min-vw-80 {
        min-width: 80vw
    }

    .xl-min-vw-70 {
        min-width: 70vw
    }

    .xl-min-vw-60 {
        min-width: 60vw
    }

    .xl-min-vw-50 {
        min-width: 50vw
    }

    .xl-min-vw-40 {
        min-width: 40vw
    }

    .xl-min-vw-30 {
        min-width: 30vw
    }

    .xl-min-vw-20 {
        min-width: 20vw
    }

    .xl-min-vw-10 {
        min-width: 10vw
    }

    .xl-max-vw-100 {
        max-width: 100vw
    }

    .xl-max-vw-90 {
        max-width: 90vw
    }

    .xl-max-vw-80 {
        max-width: 80vw
    }

    .xl-max-vw-70 {
        max-width: 70vw
    }

    .xl-max-vw-60 {
        max-width: 60vw
    }

    .xl-max-vw-50 {
        max-width: 50vw
    }

    .xl-max-vw-40 {
        max-width: 40vw
    }

    .xl-max-vw-30 {
        max-width: 30vw
    }

    .xl-max-vw-20 {
        max-width: 20vw
    }

    .xl-max-vw-10 {
        max-width: 10vw
    }

    .xl-max-w-fixed-1000 {
        max-width: 1000px
    }

    .xl-max-w-fixed-900 {
        max-width: 900px
    }

    .xl-max-w-fixed-850 {
        max-width: 850px
    }

    .xl-max-w-fixed-824 {
        max-width: 824px
    }

    .xl-max-w-fixed-800 {
        max-width: 800px
    }

    .xl-max-w-fixed-750 {
        max-width: 750px
    }

    .xl-max-w-fixed-700 {
        max-width: 700px
    }

    .xl-max-w-fixed-650 {
        max-width: 650px
    }

    .xl-max-w-fixed-600 {
        max-width: 600px
    }

    .xl-max-w-fixed-590 {
        max-width: 590px
    }

    .xl-max-w-fixed-580 {
        max-width: 580px
    }

    .xl-max-w-fixed-570 {
        max-width: 570px
    }

    .xl-max-w-fixed-560 {
        max-width: 560px
    }

    .xl-max-w-fixed-550 {
        max-width: 550px
    }

    .xl-max-w-fixed-540 {
        max-width: 540px
    }

    .xl-max-w-fixed-500 {
        max-width: 500px
    }

    .xl-max-w-fixed-490 {
        max-width: 490px
    }

    .xl-max-w-fixed-480 {
        max-width: 480px
    }

    .xl-max-w-fixed-470 {
        max-width: 470px
    }

    .xl-max-w-fixed-460 {
        max-width: 460px
    }

    .xl-max-w-fixed-450 {
        max-width: 450px
    }

    .xl-max-w-fixed-420 {
        max-width: 420px
    }

    .xl-max-w-fixed-400 {
        max-width: 400px
    }

    .xl-max-w-fixed-350 {
        max-width: 350px
    }

    .xl-max-w-fixed-320 {
        max-width: 320px
    }

    .xl-max-w-fixed-300 {
        max-width: 300px
    }

    .xl-max-w-fixed-250 {
        max-width: 250px
    }

    .xl-max-w-fixed-200 {
        max-width: 200px
    }

    .xl-max-w-fixed-150 {
        max-width: 150px
    }

    .xl-max-w-fixed-100 {
        max-width: 100px
    }

    .xl-max-w-fixed-90 {
        max-width: 90px
    }

    .xl-max-w-fixed-80 {
        max-width: 80px
    }

    .xl-max-w-fixed-70 {
        max-width: 70px
    }

    .xl-max-w-fixed-60 {
        max-width: 60px
    }

    .xl-max-w-fixed-50 {
        max-width: 50px
    }

    .xl-max-w-fixed-40 {
        max-width: 40px
    }

    .xl-max-w-fixed-30 {
        max-width: 30px
    }

    .xl-max-w-fixed-20 {
        max-width: 20px
    }

    .xl-max-w-fixed-10 {
        max-width: 10px
    }
}

.ico-x {
    width: 8px
}

.ico-small {
    width: 16px
}

.ico-medium {
    width: 24px
}

.ico-lrg {
    width: 32px
}

.ico-xl {
    width: 40px
}

.ico-xxl {
    width: 48px
}

.ico-xxxl {
    width: 56px
}

.ico-xxxxl {
    width: 64px
}

.ico-xxxxxl {
    width: 72px
}

.ico-xxxxxxl {
    width: 80px
}

.ico-xxxxxxxl {
    width: 88px
}

.ico-xxxxxxxxl {
    width: 96px
}

.object-fit-cover {
    object-fit: cover
}

.object-fit-contain {
    object-fit: contain
}

.object-fit-none {
    object-fit: none
}

.object-fit-fill {
    object-fit: fill
}

@media only screen and (min-width: 768px) {
    .tab-ico-x {
        width:8px
    }

    .tab-ico-small {
        width: 16px
    }

    .tab-ico-medium {
        width: 24px
    }

    .tab-ico-lrg {
        width: 32px
    }

    .tab-ico-xl {
        width: 40px
    }

    .tab-ico-xxl {
        width: 48px
    }

    .tab-ico-xxxl {
        width: 56px
    }

    .tab-ico-xxxxl {
        width: 64px
    }

    .tab-ico-xxxxxl {
        width: 72px
    }

    .tab-ico-xxxxxxl {
        width: 80px
    }

    .tab-ico-xxxxxxxl {
        width: 88px
    }

    .tab-ico-xxxxxxxxl {
        width: 96px
    }

    .tab-object-fit-cover {
        object-fit: cover
    }

    .tab-object-fit-contain {
        object-fit: contain
    }

    .tab-object-fit-none {
        object-fit: none
    }

    .tab-object-fit-fill {
        object-fit: fill
    }
}

@media only screen and (min-width: 1180px) {
    .med-ico-x {
        width:8px
    }

    .med-ico-small {
        width: 16px
    }

    .med-ico-medium {
        width: 24px
    }

    .med-ico-lrg {
        width: 32px
    }

    .med-ico-xl {
        width: 40px
    }

    .med-ico-xxl {
        width: 48px
    }

    .med-ico-xxxl {
        width: 56px
    }

    .med-ico-xxxxl {
        width: 64px
    }

    .med-ico-xxxxxl {
        width: 72px
    }

    .med-ico-xxxxxxl {
        width: 80px
    }

    .med-ico-xxxxxxxl {
        width: 88px
    }

    .med-ico-xxxxxxxxl {
        width: 96px
    }

    .med-object-fit-cover {
        object-fit: cover
    }

    .med-object-fit-contain {
        object-fit: contain
    }

    .med-object-fit-none {
        object-fit: none
    }

    .med-object-fit-fill {
        object-fit: fill
    }

    .lrg-ico-x {
        width: 8px
    }

    .lrg-ico-small {
        width: 16px
    }

    .lrg-ico-medium {
        width: 24px
    }

    .lrg-ico-lrg {
        width: 32px
    }

    .lrg-ico-xl {
        width: 40px
    }

    .lrg-ico-xxl {
        width: 48px
    }

    .lrg-ico-xxxl {
        width: 56px
    }

    .lrg-ico-xxxxl {
        width: 64px
    }

    .lrg-ico-xxxxxl {
        width: 72px
    }

    .lrg-ico-xxxxxxl {
        width: 80px
    }

    .lrg-ico-xxxxxxxl {
        width: 88px
    }

    .lrg-ico-xxxxxxxxl {
        width: 96px
    }

    .lrg-object-fit-cover {
        object-fit: cover
    }

    .lrg-object-fit-contain {
        object-fit: contain
    }

    .lrg-object-fit-none {
        object-fit: none
    }

    .lrg-object-fit-fill {
        object-fit: fill
    }
}

@media only screen and (min-width: 1400px) {
    .xl-ico-x {
        width:8px
    }

    .xl-ico-small {
        width: 16px
    }

    .xl-ico-medium {
        width: 24px
    }

    .xl-ico-lrg {
        width: 32px
    }

    .xl-ico-xl {
        width: 40px
    }

    .xl-ico-xxl {
        width: 48px
    }

    .xl-ico-xxxl {
        width: 56px
    }

    .xl-ico-xxxxl {
        width: 64px
    }

    .xl-ico-xxxxxl {
        width: 72px
    }

    .xl-ico-xxxxxxl {
        width: 80px
    }

    .xl-ico-xxxxxxxl {
        width: 88px
    }

    .xl-ico-xxxxxxxxl {
        width: 96px
    }

    .xl-object-fit-cover {
        object-fit: cover
    }

    .xl-object-fit-contain {
        object-fit: contain
    }

    .xl-object-fit-none {
        object-fit: none
    }

    .xl-object-fit-fill {
        object-fit: fill
    }
}

.anim-come-up {
    animation: comeUp .3s ease-in
}

.anim-fade-in-up {
    animation: fadeInUp .3s ease-in
}

.anim-fade-in {
    animation: fadeIn .3s ease-in
}

.anim-fade-in-slow {
    animation: fadeIn .6s ease-in
}

.ani-fade-out {
    animation: fadeOut .3s ease-in
}

.new-item-enter-active {
    animation: easeOutElastic .4s ease-in
}

.trans-quick-ease {
    transition: all 0s ease
}

.item-exit-active,.new-item-exit-active {
    transition: slideOutUp .4s ease
}

.new-dashboard-section {
    background: #f5f5f5;
    overflow-y: auto;
    overflow-x: hidden
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12,input {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .tab-col-1 {
        width:100%
    }

    .tab-col-2 {
        width: 16.6666666667%
    }

    .tab-col-3 {
        width: 25%
    }

    .tab-col-4 {
        width: 33.3333333333%
    }

    .tab-col-5 {
        width: 41.6666666667%
    }

    .tab-col-6 {
        width: 50%
    }

    .tab-col-7 {
        width: 58.3333333333%
    }

    .tab-col-8 {
        width: 66.6666666667%
    }

    .tab-col-9 {
        width: 75%
    }

    .tab-col-10 {
        width: 83.3333333333%
    }

    .tab-col-11 {
        width: 91.6666666667%
    }

    .tab-col-12 {
        width: 100%
    }
}

@media only screen and (min-width: 980px) {
    .med-col-1 {
        width:100%
    }

    .med-col-2 {
        width: 16.6666666667%
    }

    .med-col-3 {
        width: 25%
    }

    .med-col-4 {
        width: 33.3333333333%
    }

    .med-col-5 {
        width: 41.6666666667%
    }

    .med-col-6 {
        width: 50%
    }

    .med-col-7 {
        width: 58.3333333333%
    }

    .med-col-8 {
        width: 66.6666666667%
    }

    .med-col-9 {
        width: 75%
    }

    .med-col-10 {
        width: 83.3333333333%
    }

    .med-col-11 {
        width: 91.6666666667%
    }

    .med-col-12 {
        width: 100%
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-col-1 {
        width:100%
    }

    .lrg-col-2 {
        width: 16.6666666667%
    }

    .lrg-col-3 {
        width: 25%
    }

    .lrg-col-4 {
        width: 33.3333333333%
    }

    .lrg-col-5 {
        width: 41.6666666667%
    }

    .lrg-col-6 {
        width: 50%
    }

    .lrg-col-7 {
        width: 58.3333333333%
    }

    .lrg-col-8 {
        width: 66.6666666667%
    }

    .lrg-col-9 {
        width: 75%
    }

    .lrg-col-10 {
        width: 83.3333333333%
    }

    .lrg-col-11 {
        width: 91.6666666667%
    }

    .lrg-col-12 {
        width: 100%
    }
}

@media only screen and (min-width: 1400px) {
    .xl-col-1 {
        width:100%
    }

    .xl-col-2 {
        width: 16.6666666667%
    }

    .xl-col-3 {
        width: 25%
    }

    .xl-col-4 {
        width: 33.3333333333%
    }

    .xl-col-5 {
        width: 41.6666666667%
    }

    .xl-col-6 {
        width: 50%
    }

    .xl-col-7 {
        width: 58.3333333333%
    }

    .xl-col-8 {
        width: 66.6666666667%
    }

    .xl-col-9 {
        width: 75%
    }

    .xl-col-10 {
        width: 83.3333333333%
    }

    .xl-col-11 {
        width: 91.6666666667%
    }

    .xl-col-12 {
        width: 100%
    }
}

.col-1-offset {
    margin-left: 8.3333333333%
}

.col-2-offset {
    margin-left: 16.6666666667%
}

.col-3-offset {
    margin-left: 25%
}

.col-4-offset {
    margin-left: 33.3333333333%
}

.col-5-offset {
    margin-left: 41.6666666667%
}

.col-6-offset {
    margin-left: 50%
}

@media only screen and (min-width: 768px) {
    .tab-col-1-offset {
        margin-left:8.3333333333%
    }

    .tab-col-2-offset {
        margin-left: 16.6666666667%
    }

    .tab-col-3-offset {
        margin-left: 25%
    }

    .tab-col-4-offset {
        margin-left: 33.3333333333%
    }

    .tab-col-5-offset {
        margin-left: 41.6666666667%
    }

    .tab-col-6-offset {
        margin-left: 50%
    }
}

@media only screen and (min-width: 980px) {
    .med-col-1-offset {
        margin-left:8.3333333333%
    }

    .med-col-2-offset {
        margin-left: 16.6666666667%
    }

    .med-col-3-offset {
        margin-left: 25%
    }

    .med-col-4-offset {
        margin-left: 33.3333333333%
    }

    .med-col-5-offset {
        margin-left: 41.6666666667%
    }

    .med-col-6-offset {
        margin-left: 50%
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-col-1-offset {
        margin-left:8.3333333333%
    }

    .lrg-col-2-offset {
        margin-left: 16.6666666667%
    }

    .lrg-col-3-offset {
        margin-left: 25%
    }

    .lrg-col-4-offset {
        margin-left: 33.3333333333%
    }

    .lrg-col-5-offset {
        margin-left: 41.6666666667%
    }

    .lrg-col-6-offset {
        margin-left: 50%
    }
}

@media only screen and (min-width: 1400px) {
    .xl-col-1-offset {
        margin-left:8.3333333333%
    }

    .xl-col-2-offset {
        margin-left: 16.6666666667%
    }

    .xl-col-3-offset {
        margin-left: 25%
    }

    .xl-col-4-offset {
        margin-left: 33.3333333333%
    }

    .xl-col-5-offset {
        margin-left: 41.6666666667%
    }

    .xl-col-6-offset {
        margin-left: 50%
    }
}

.l-cntnt,.l-cntnt-lrg {
    width: 1250px;
    max-width: 90%
}

.l-cntnt-lrg {
    width: 1440px
}

.page {
    height: 100vh
}

.l-page {
    max-width: 1440px;
    width: 100%
}

.l-container,.l-zone {
    max-width: 1200px;
    width: 100%
}

.l-zone {
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .tab-l-cntnt {
        width:1250px;
        max-width: 90%
    }

    .tab-l-cntnt-lrg {
        width: 1440px;
        max-width: 90%
    }

    .tab-page {
        height: 100vh
    }

    .tab-l-page {
        max-width: 1440px;
        width: 100%
    }

    .tab-l-container {
        max-width: 1200px;
        width: 100%
    }

    .tab-l-zone {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 980px) {
    .med-l-cntnt {
        width:1250px;
        max-width: 90%
    }

    .med-l-cntnt-lrg {
        width: 1440px;
        max-width: 90%
    }

    .med-page {
        height: 100vh
    }

    .med-l-page {
        max-width: 1440px;
        width: 100%
    }

    .med-l-container {
        max-width: 1200px;
        width: 100%
    }

    .med-l-zone {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1180px) {
    .lrg-l-cntnt {
        width:1250px;
        max-width: 90%
    }

    .lrg-l-cntnt-lrg {
        width: 1440px;
        max-width: 90%
    }

    .lrg-page {
        height: 100vh
    }

    .lrg-l-page {
        max-width: 1440px;
        width: 100%
    }

    .lrg-l-container {
        max-width: 1200px;
        width: 100%
    }

    .lrg-l-zone {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1400px) {
    .xl-l-cntnt {
        width:1250px;
        max-width: 90%
    }

    .xl-l-cntnt-lrg {
        width: 1440px;
        max-width: 90%
    }

    .xl-page {
        height: 100vh
    }

    .xl-l-page {
        max-width: 1440px;
        width: 100%
    }

    .xl-l-container {
        max-width: 1200px;
        width: 100%
    }

    .xl-l-zone {
        width: 100%;
        max-width: 100%
    }
}

.fading-circle-spinner,.loading-spinner {
    position: relative;
    pointer-events: none;
    width: 18px;
    height: 18px
}

.fading-circle-spinner [class^=circle-] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.fading-circle-spinner [class^=circle-]:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #00d4d6;
    border-radius: 100%;
    animation: fadingCicle .8s infinite ease-in-out both
}

.fading-circle-spinner .circle-2 {
    transform: rotate(45deg)
}

.fading-circle-spinner .circle-3 {
    transform: rotate(90deg)
}

.fading-circle-spinner .circle-4 {
    transform: rotate(135deg)
}

.fading-circle-spinner .circle-5 {
    transform: rotate(180deg)
}

.fading-circle-spinner .circle-6 {
    transform: rotate(225deg)
}

.fading-circle-spinner .circle-7 {
    transform: rotate(270deg)
}

.fading-circle-spinner .circle-8 {
    transform: rotate(315deg)
}

.fading-circle-spinner .circle-2:before {
    animation-delay: -.7s
}

.fading-circle-spinner .circle-3:before {
    animation-delay: -.6s
}

.fading-circle-spinner .circle-4:before {
    animation-delay: -.5s
}

.fading-circle-spinner .circle-5:before {
    animation-delay: -.4s
}

.fading-circle-spinner .circle-6:before {
    animation-delay: -.3s
}

.fading-circle-spinner .circle-7:before {
    animation-delay: -.2s
}

.fading-circle-spinner .circle-8:before {
    animation-delay: -.1s
}

.loading-spinner {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-width: 8px;
    border-style: solid;
    border-top-color: rgba(0,204,187,.1);
    border-right-color: rgba(0,204,187,.1);
    border-bottom-color: rgba(0,204,187,.1);
    border-left-color: #0cb;
    border-radius: 50%;
    animation: rotatingCircle .8s infinite linear
}

.state-loading-spinner {
    position: fixed;
    z-index: 9999;
    background-color: rgba(255,255,255,.75);
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #23d5d6;
    border-right: 1px solid #23d5d6;
    border-bottom: 2px solid #1dafb0;
    padding: 10px
}

.state-loading-spinner .loading-spinner {
    width: 48px;
    height: 48px;
    border-width: 6px;
    position: absolute;
    top: calc(50% - 48px);
    right: calc(50% - 48px);
    left: calc(50% - 48px)
}

.c-btn .fading-circle-spinner {
    width: 100%!important;
    height: 60%!important;
    animation: fade-in .3s ease-in
}

input {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #cccdd0;
    display: block;
    border-radius: 2px;
    font-size: 14px;
    transition: border-color .3s ease-in;
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

input:focus,input:hover {
    border-color: #1277ff;
    outline: 0!important
}

.mini-input-grower {
    width: 300px
}

@media only screen and (min-width: 980px) {
    .mini-input-grower {
        width:80px;
        transition: all .3s ease-in
    }

    .mini-input-grower:focus {
        width: 180px
    }
}

label {
    font-size: 14px;
    display: block;
    color: #898b93
}

.button {
    border-radius: 4px
}

.button,.c-btn,button {
    appearance: none;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 24px;
    text-align: center;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in
}

button {
    border-radius: 4px
}

.button:focus,.c-btn:focus,button:focus {
    outline: 0
}

.btn-count-has-been-updated {
    background: #fda755!important;
    color: #fff!important
}

button[disabled],button[disabled]:hover {
    background: #cccdd0
}

.c-btn-site {
    display: inline-block;
    line-height: 1.25;
    letter-spacing: .59px;
    transition: background .1s ease-out
}

.c-btn-site:hover {
    background: #eda25b;
    transition: background .15s ease-in
}

.c-btn-small {
    appearance: none;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 16px;
    text-align: center;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer
}

.c-select-wrapper {
    height: 48px;
    background: #fff
}

.c-select-wrapper .select-match,.c-select-wrapper input,.c-select-wrapper select {
    appearance: none;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    -webkit-appearance: none;
    padding-left: 8px;
    background: 0 0;
    background-image: url(images/dropdown.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 48px;
    width: 100%;
    border: 1px solid #cccdd0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 56px;
    font-size: 14px
}

.c-select-wrapper .select-match:hover,.c-select-wrapper input:hover,.c-select-wrapper select:hover {
    background: 0 0;
    background-image: url(images/dropdown.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 48px;
    border-color: #898b93
}

.c-select-wrapper .select-match:focus,.c-select-wrapper input:focus,.c-select-wrapper select:focus {
    border-color: #23d5d6
}

.c-select-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 48px;
    right: 47px;
    top: 0;
    bottom: 0;
    background: #cccdd0
}

.basic-select-wrapper {
    background: #fff
}

.basic-select-wrapper .basic-select,.basic-select-wrapper input,.basic-select-wrapper select {
    appearance: none;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    -webkit-appearance: none;
    padding-left: 16px;
    background: 0 0;
    background-image: url(images/dropdown.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 48px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 56px;
    font-size: 14px
}

.basic-select-wrapper .basic-select:required:invalid,.basic-select-wrapper input:required:invalid,.basic-select-wrapper select:required:invalid {
    opacity: .8
}

.c-select-small {
    height: 32px
}

.c-select-small select {
    height: 32px;
    line-height: 32px;
    background-size: 32px
}

input[type=checkbox] {
    position: absolute;
    left: -9999px
}

input[type=checkbox]+label {
    position: relative;
    padding-left: 32px;
    line-height: 1.2
}

input[type=checkbox]+label:after,input[type=checkbox]+label:before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}

input[type=checkbox]+label:before {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #23d5d6
}

input.white-checkbox[type=checkbox]:checked+label:before {
    border-color: #23d5d6;
    background: #23d5d6
}

input[type=checkbox]:checked+label:before {
    background: #23d5d6
}

input.white-checkbox[type=checkbox]:checked+label:after,input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
    transform: rotate(45deg)
}

input.white-checkbox[type=checkbox]+label {
    padding-left: 29px;
    padding-top: 2px
}

input.white-checkbox[type=checkbox]+label:before {
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff
}

textarea {
    width: 100%;
    min-height: 160px;
    border: 1px solid;
    background: #fff;
    padding: 16px;
    line-height: 1.8;
    font-size: 14px
}

.reveal-modal {
    position: absolute;
    padding: 40px 8px;
    max-width: 80%;
    outline: 0;
    z-index: 99999999;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 auto;
    border: solid 1px #474a56;
    border-radius: 4px
}

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(71,74,86,.25)
}

.ui-notification.primary {
    background-color: #23d5d6
}

ul.pagination a {
    margin: 0 4px
}

ul.pagination li.current a {
    color: #fff!important;
    background-color: #23d5d6;
    padding: 4px 8px;
    border-radius: 4px
}

.search-events {
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: 0 50%!important
}

.search-event-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: url(images/search.svg) no-repeat left
}

.stars {
    overflow: hidden;
    font-size: 18px
}

.stars-top {
    position: absolute;
    top: 0;
    z-index: 1
}

.stars-bottom {
    color: #f9f8ee
}

.custom-select {
    cursor: pointer;
    display: inline-block;
    height: 48px;
    line-height: 48px
}

.custom-select ng-transclude,.dropdown-white ul hr {
    display: none!important
}

.custom-select .select-match {
    display: table!important;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow-x: hidden;
    white-space: nowrap
}

.custom-select .select-match .selected-option {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    padding-left: 16px
}

.custom-select .select-match .select-spinner {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%)
}

.custom-select .select-dropdown {
    z-index: 9999;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 100%;
    min-width: 300px;
    background: #fff;
    border: 1px solid #abacb2
}

.custom-select .select-dropdown .select-search {
    padding: 8px
}

.custom-select .select-dropdown .select-search input[type=search] {
    height: 36px;
    font-size: .9em
}

.custom-select .select-dropdown .select-options {
    border-top: 1px solid #abacb2;
    max-height: 200px;
    overflow-y: auto
}

.custom-select .select-dropdown .select-options .select-option {
    display: block;
    border-bottom: 1px solid #abacb2;
    padding: 4px 16px;
    min-height: 34px
}

.custom-select .select-dropdown .select-options .select-option.no-available-options {
    pointer-events: none;
    opacity: .5;
    font-size: .85em
}

.table-base {
    border-collapse: collapse;
    text-align: left
}

.table-base .actions .button {
    padding: 16px
}

.table-base .actions [dropdown-menu] {
    vertical-align: text-top
}

.table-base .actions [dropdown-menu-content] {
    transform: translateX(-100%)
}

.tight-table td {
    padding: 0 16px;
    border-top: none
}

.dropdown-white {
    background-color: #fff;
    border-color: #cccdd0;
    border-width: 1px;
    white-space: nowrap;
    padding: 16px 30px
}

.dropdown-white:after,.dropdown-white:before {
    border-bottom-color: #fff
}

.dropdown-white ul {
    padding: 0;
    margin: 0
}

.dropdown-white ul li {
    padding: 4px 16px;
    margin: -1px 0 0;
    border-top: 1px solid #f9f8ee;
    border-bottom: 1px solid #cccdd0
}

.dropdown-white ul li:last-child {
    margin-bottom: 0
}

.dropdown-white ul li a {
    padding: 8px 0;
    display: block
}

.dropdown-white a[disabled] {
    cursor: default;
    text-decoration: line-through!important
}

.dropdown-dots-small {
    position: relative;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 32px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 2px
}

.dropdown-dots-small:before {
    display: block;
    content: "…";
    position: relative;
    bottom: 4px;
    font-size: 22px;
    line-height: 22px;
    color: #898b93
}

.dropdown-small {
    padding: 4px 24px
}

.currency-input input {
    padding-left: 24px
}

.currency-input:before {
    content: "$";
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 22%
}

.alert-box.alert {
    color: #e53b3b;
    position: absolute
}

input.white-radio[type=radio],input[type=radio] {
    display: flex;
    align-items: center;
    position: absolute;
    left: -9999px
}

input.white-radio[type=radio]:not(:checked)+label:after,input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

input.white-radio[type=radio]:checked+label:after,input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

input[type=radio]:checked+label:before {
    border-color: #23d5d6
}

input[type=radio]:checked+label {
    color: #23d5d6;
    font-weight: 700
}

input[type=radio]+label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #72747d;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color .2s ease
}

input[type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #cccdd0;
    border-radius: 50%;
    background: 0 0
}

input[type=radio]+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #1277ff;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease
}

.radio-tabs-container label {
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in
}

.radio-selected,.radio-tabs-container label:hover {
    color: #23d5d6;
    border-bottom: 3px solid #23d5d6!important
}

input.white-radio[type=radio]:checked+label:before {
    border-color: #fff
}

input.white-radio[type=radio]+label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #72747d;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color .2s ease
}

input.white-radio[type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff
}

input.white-radio[type=radio]+label:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #23d5d6;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    transition: all .2s ease
}

input.input-file {
    background: 0 0;
    appearance: none;
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

input.input-file+label {
    font-size: 14px;
    color: #fff;
    background-color: #fda755;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    padding: 0 24px;
    cursor: pointer
}

input.input-file input.input-file+label,input.input-file input.input-file+label:hover {
    background-color: #23d5d6
}

.list-styled-sq li:before,.yellow-disc li:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0
}

.yellow-disc li:before {
    top: 8px;
    border-radius: 8px;
    background: #ffd23f;
    display: block
}

.list-styled-sq li:before {
    background-color: #fda755;
    top: 6px;
    display: none
}

.ui-icon-xl {
    width: 60px;
    height: 60px
}

.ui-icon-big {
    width: 40px;
    height: 40px
}

.ui-icon {
    width: 32px;
    height: 32px
}

.ui-icon-medium {
    width: 22px;
    height: 22px
}

.ui-icon-small {
    width: 16px;
    height: 16px
}

.stroke-width-1 {
    stroke-width: 1
}

.stroke-width-2 {
    stroke-width: 2
}

.bg-xxx-light-orange,div.bg-biscuit,div.bg-cyan,div.bg-facebook,div.bg-grey,div.bg-grey-10,div.bg-grey-20,div.bg-grey-30,div.bg-grey-40,div.bg-grey-50,div.bg-grey-60,div.bg-light-cyan,div.bg-light-grey,div.bg-light-orange,div.bg-orange,div.bg-trans,div.bg-warm-biscuit,div.bg-white,div.bg-white-10,div.bg-white-20,div.bg-white-30,div.bg-white-40,div.bg-white-50,div.bg-white-60,div.bg-white-70,div.bg-white-80,div.bg-white-90,div.bg-x-dark-cyan,div.bg-x-light-cyan,div.bg-x-light-grey,div.bg-x-light-orange,div.bg-x-light-yellow,div.bg-xx-dark-grey,div.bg-xx-light-cyan,div.bg-xx-light-grey,div.bg-xx-light-orange,div.bg-xx-light-yellow,div.bg-xxx-light-cyan,div.bg-xxx-light-grey,div.bg-xxx-light-orange,div.bg-xxxx-light-cyan,div.bg-xxxx-light-grey,div.bg-xxxx-light-orange,div.bg-xxxxx-light-cyan,div.bg-yellow,div.site-gradient,div.white-beige-gradient {
    background: #fafafa
}

.c-btn,.c-btn-site {
    background: #1277ff;
    color: #fff;
    border-radius: 4px
}

.c-btn-site.c-btn-site-outline:hover,.c-btn-site:hover,.c-btn-site:hover.bg-hover-cyan,.c-btn.c-btn-site-outline:hover,.c-btn:hover,.c-btn:hover.bg-hover-cyan {
    background-color: #45afff;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(69,175,255,.52)
}

.b-orange {
    border-color: #1277ff
}

ul.list-styled-sq {
    margin-left: 32px
}

@media (max-width: 980px) {
    ul.list-styled-sq {
        margin-left:16px
    }
}

ul.list-styled-sq li {
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter",Arial,sans-serif;
    color: #333;
    line-height: 24px
}

.m-toggle-wrapper .m-toggle-card .icn-plus,a:hover {
    color: #1277ff
}

input[type=checkbox]+label:before {
    border-color: #001d60
}

input[type=checkbox]:checked+label:before {
    border-color: #001d60;
    background: #001d60
}

.page-template-page-careers #bzOpeningsContainer .bzOpeningsList .bzOpening:hover .bzButtonApply {
    background: #1277ff
}

.fs-1,.fs-2,.fs-3 {
    font-family: "Harriet-v2-Display-Bold",Times New Roman,serif;
    color: #333
}

.fs-1.white,.fs-2.white,.fs-3.white {
    color: #fff
}

.stroke-orange {
    stroke: #1277ff
}

.pagination .page-numbers.current {
    border-color: #1277ff
}
