* {
    margin: 0;
    padding: 0
}

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

body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    min-height: 100%;
    font: 16px Montserrat;
    color: #4a4a4a;
    background: transparent;
    box-sizing: border-box;
    font-weight: 500
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

a {
    text-decoration: none
}

.paper {
    box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75);
    width: 60%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    padding: 85px 85px 90px 112px;
    background: #fff;
    border-radius: 20px 120px 20px 20px
}

@media(min-width:768px)and (max-width:991px) {
    .paper-holder {
        padding-left: 30px
    }
}

@media(max-width:1199px) {
    .paper {
        left: 25px;
        padding: 85px 55px 90px 92px
    }
}

@media(max-width:991px) {
    .paper {
        left: -75px
    }
}

.paper__wrap {
    z-index: 1;
    position: relative
}

.paper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://stripo-cdn.stripo.email/img/front/price-paper-1.svg) 100% 0 no-repeat
}

.industrials-img {
    min-height: 80px;
    display: flex;
    align-items: center
}

@media(max-width:991px) {
    .industrials-img {
        display: inline-flex
    }
}

@media(max-width:991px) {
    .release-note:not(:first-child) {
        display: none
    }
    .industrial-block {
        display: flex;
        align-items: center;
        margin-bottom: 30px
    }
    .industrial-block h5 {
        margin-bottom: 0
    }
}

.form {
    box-shadow: 0 -3px 50px -38px rgba(0, 0, 0, .75), 0 33px 50px -46px rgba(0, 0, 0, .75);
    background-image: linear-gradient(341deg, #e7e7e7, #e8e8e8 6%, #e9e9e9 12%, #eaeaea 19%, #ebebeb 26%, #ededed 34%, #eee 42%, #efefef 50%, #f0f0f0 58%, #f2f2f2 66%, #f3f3f3 74%, #f4f4f4 81%, #f5f5f5 88%, #f6f6f6 94%, #f7f7f7);
    padding: 60px 40px;
    position: relative;
    z-index: 1
}

.form,
.form:after {
    border-radius: 20px
}

.form:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    z-index: -1
}

@media(max-width:991px) {
    .form {
        padding: 30px 20px
    }
}

.form__row {
    margin-top: 30px;
    position: relative
}

.form__row:first-child,
input+.form__row {
    margin-top: 0
}

.releases__content {
    border-radius: 12px;
    background-color: #fff
}

.releases__content .releases__status {
    right: 100%;
    position: absolute;
    margin-right: 30px
}

@media(max-width:767px) {
    .releases__content .releases__status {
        left: 0;
        top: -36px;
        right: unset;
        margin-right: 0
    }
}

.releases__content .past.releases__status {
    position: absolute;
    left: 0;
    top: -36px;
    right: unset;
    margin-right: 0
}

@media(max-width:767px) {
    .releases__content .past.releases__status {
        left: 25px;
        top: -36px;
        right: unset;
        margin-right: 0
    }
}

.releases__nav .nav-desktop {
    position: absolute;
    top: 50px;
    min-width: 100px;
    transform: translateX(-100px)
}

@media(min-width:992px) {
    .releases__nav .nav-desktop {
        display: block
    }
}

@media(max-width:991px) {
    .releases__nav .nav-desktop {
        display: none
    }
}

.releases__nav .nav-desktop.fixed {
    position: fixed
}

.releases__nav .nav-desktop-block {
    margin-top: 30px
}

.releases__nav .nav-desktop-block:first-child {
    margin-top: 0
}

.releases__nav .nav-desktop .h6:not(.active) {
    cursor: pointer
}

.releases__nav .nav-desktop ul {
    list-style: none
}

.releases__nav .nav-desktop ul li {
    margin-top: 10px
}

.releases__nav .nav-desktop ul li:first-child {
    margin-top: 0
}

.releases__nav .nav-desktop ul li .small {
    cursor: pointer;
    position: relative
}

.releases__nav .nav-desktop ul li .small.active:before {
    content: "\2192";
    position: absolute;
    right: 100%;
    margin-right: 8px
}

.releases__nav .nav-mobile {
    position: relative
}

@media(min-width:992px) {
    .releases__nav .nav-mobile {
        display: none
    }
}

@media(max-width:991px) {
    .releases__nav .nav-mobile {
        display: block
    }
}

.releases__nav .nav-mobile-block {
    margin-right: 20px
}

.releases__nav .nav-mobile-block:first-child {
    margin-top: 0
}

.releases__nav .nav-mobile .h6:not(.active) {
    cursor: pointer
}

.releases__nav .nav-mobile ul {
    list-style: none
}

.releases__nav .nav-mobile ul li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px
}

.releases__nav .nav-mobile ul li:first-child {
    margin-top: 0
}

.releases__nav .nav-mobile ul li .small {
    cursor: pointer;
    position: relative
}

.releases__wrap {
    margin-top: 55px;
    background: #f5f5f5;
    position: relative
}

.releases__wrap:before {
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: url(https://stripo-cdn.stripo.email/img/front/releases.svg) no-repeat top
}

.releases__wrap .list li {
    line-height: 20px
}

.releases__wrap .row:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 180px;
    height: 120px;
    background-blend-mode: lighten;
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), hsla(0, 0%, 96.1%, .03) 3%, hsla(0, 0%, 96.1%, .07) 7%, hsla(0, 0%, 96.1%, .11) 10%, hsla(0, 0%, 96.1%, .15) 14%, hsla(0, 0%, 96.1%, .18) 18%, hsla(0, 0%, 96.1%, .23) 23%, hsla(0, 0%, 96.1%, .27) 27%, hsla(0, 0%, 96.1%, .31) 31%, hsla(0, 0%, 96.1%, .36) 36%, hsla(0, 0%, 96.1%, .41) 41%, hsla(0, 0%, 96.1%, .46) 45%, hsla(0, 0%, 96.1%, .5) 50%, hsla(0, 0%, 96.1%, .55) 55%, hsla(0, 0%, 96.1%, .59) 59%, hsla(0, 0%, 96.1%, .64) 64%, hsla(0, 0%, 96.1%, .69) 69%, hsla(0, 0%, 96.1%, .73) 73%, hsla(0, 0%, 96.1%, .77) 77%, hsla(0, 0%, 96.1%, .82) 82%, hsla(0, 0%, 96.1%, .86) 86%, hsla(0, 0%, 96.1%, .89) 90%, hsla(0, 0%, 96.1%, .93) 93%, hsla(0, 0%, 96.1%, .97) 97%, #f5f5f5)
}

@media(max-width:991px) {
    .releases__wrap .row:after {
        bottom: 110px
    }
}

.releases__wrap .release-note {
    max-height: 300px;
    overflow: hidden
}

.releases__wrap h6 {
    margin-left: 25px;
    margin-bottom: 15px
}

.releases__status {
    border-radius: 4px;
    border: 1px solid #318ecb;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    font-weight: 800;
    color: #318ecb;
    display: inline-block;
    padding: 2px 4px;
    text-transform: uppercase;
    white-space: nowrap
}

.releases__status.green {
    color: #F14B32;
    border-color: #F14B32
}

.releases__status.orange {
    color: #cba331;
    border-color: #cba331
}

.releases__status.blue {
    color: #318ecb;
    border-color: #318ecb
}

.categories .releases__status {
    margin-left: 6px
}

.categories .releases__status:first-child {
    margin-left: 0
}

.category__more-list,
.popover__list {
    list-style: none
}

.category__more-list li,
.popover__list li {
    margin-bottom: 17px
}

.category__more-list li:last-child,
.popover__list li:last-child {
    margin-bottom: 8px
}

.category__more-item.inactive,
.inactive.popover__list-item {
    display: none
}

.privacy__container {
    background: #fff;
    border-radius: 12px;
    padding-bottom: 195px;
    margin-bottom: -130px
}

.anchors-list {
    list-style: none;
    margin-top: 95px
}

.anchors-list li {
    margin-bottom: 15px;
    padding-left: 10px
}

.anchors-list li.active {
    position: relative
}

.anchors-list li.active>a {
    color: #7d7d7d!important
}

.anchors-list li.active:before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: -5px;
    color: #7d7d7d
}

@media(max-width:767px) {
    .anchors-list {
        display: none
    }
}

.logo,
.logo-mob {
    margin: -10px 0 -18px
}

.full-image {
    margin-left: -15px;
    margin-right: -15px
}

.login__links .soc-icon {
    margin: 0 7px
}

@media(max-width:575px) {
    .login__links .soc-icon {
        width: 26px;
        height: 26px;
        margin: 10px 5px
    }
    .login__links .soc-icon svg {
        width: 17px
    }
    .login__links .soc-icon--fb svg {
        width: 8px
    }
    .login__links .soc-icon--linked svg {
        width: 15px
    }
}

.pre-footer-share {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    white-space: nowrap
}

@media(max-width:991px) {
    .pre-footer-share {
        position: static;
        margin-left: 0;
        transform: none;
        margin-top: 20px
    }
}

.blog-main-block {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-top: -170px;
    position: relative;
    z-index: 2;
    margin-left: 0!important;
    margin-right: 0!important
}

@media(max-width:767px) {
    .blog-main-block {
        margin-left: -15px!important;
        margin-right: -15px!important;
        margin-top: -15px
    }
    .blog-main-block>div:first-child:before {
        content: "";
        height: 100%;
        position: absolute;
        left: -2px;
        right: -2px;
        bottom: 0;
        margin-bottom: -1px;
        z-index: 2;
        background: url(https://stripo-cdn.stripo.email/img/front/wave-line-black-white.svg) 100% 100% no-repeat;
        background-size: 100%
    }
}

#subscribe,
#subscribe_article {
    position: relative
}

#subscribe .error-success,
#subscribe_article .error-success {
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    line-height: normal
}

.scrolled-container {
    padding-bottom: 65px
}

.scrolled-container .scrolled-content {
    background-color: #fff;
    border-radius: 12px
}

.scrolled-container .scrolled-wrapper {
    opacity: 1;
    transition: opacity .3s
}

.scrolled-container .scrolled-wrapper.active {
    overflow: hidden;
    width: 220px
}

.scrolled-container .scrolled {
    overflow-y: auto;
    overflow-x: hidden;
    width: 240px;
    height: 100vh;
    padding-right: 20px;
    padding-left: 5px;
    margin-top: 50px
}

.scrolled-container .scrolled.max-width {
    max-width: 100%
}

@media(max-width:767px) {
    .scrolled-container .scrolled {
        display: none
    }
}

.scrolled-container .scrolled.fixed {
    position: fixed;
    top: 0
}

.scrolled-container .anchors-list {
    margin-top: 0
}

.two-line-block {
    max-width: 850px;
    margin: auto
}

.wave-back {
    background: url(https://stripo-cdn.stripo.email/img/front/order-wave.svg) no-repeat
}

.success-template-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    margin-left: auto;
    margin-right: auto
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-top: 40px!important
}

.swiper-wrapper {
    transition-timing-function: linear!important
}

.swiper-wrapper img {
    border-radius: 3px 3px 0 0
}

.templates__carousel {
    white-space: nowrap;
    margin-top: 55px;
    height: 240px;
    overflow: hidden;
    margin-bottom: -85px
}

@media(max-width:767px) {
    .templates__carousel {
        margin-top: 30px;
        margin-bottom: -40px
    }
}

.templates__carousel-item {
    width: 140px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 2px
}

.templates__carousel a {
    max-width: 140px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    transition: all .5s
}

.templates__carousel a:hover {
    transform: scale(1.4)!important;
    margin: 0 30px;
    transition: all .5s!important
}

.templates__carousel a:nth-child(5n+3),
.templates__carousel a:nth-child(5n+5) {
    transform: translateY(-10px)
}

.templates__carousel a:nth-child(5n+4) {
    transform: translateY(-30px)
}

.templates__carousel a img {
    width: 100%
}

.templates__carousel-holder .zi-3 {
    z-index: 3
}

.templates__carousel-holder .swiper-next,
.templates__carousel-holder .swiper-prev {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 20%;
    max-width: 300px;
    z-index: 2
}

@media(max-width:767px) {
    .templates__carousel-holder .swiper-next,
    .templates__carousel-holder .swiper-prev {
        display: none
    }
}

.templates__carousel-holder .swiper-next {
    left: 0;
    background-image: linear-gradient(270deg, rgba(51, 51, 51, 0), rgba(51, 51, 51, .03) 3%, rgba(51, 51, 51, .07) 7%, rgba(51, 51, 51, .11) 10%, rgba(51, 51, 51, .15) 14%, rgba(51, 51, 51, .18) 18%, rgba(51, 51, 51, .23) 23%, rgba(51, 51, 51, .27) 27%, rgba(51, 51, 51, .31) 31%, rgba(51, 51, 51, .36) 36%, rgba(51, 51, 51, .41) 41%, rgba(51, 51, 51, .46) 45%, rgba(51, 51, 51, .5) 50%, rgba(51, 51, 51, .55) 55%, rgba(51, 51, 51, .59) 59%, rgba(51, 51, 51, .64) 64%, rgba(51, 51, 51, .69) 69%, rgba(51, 51, 51, .73) 73%, rgba(51, 51, 51, .77) 77%, rgba(51, 51, 51, .82) 82%, rgba(51, 51, 51, .86) 86%, rgba(51, 51, 51, .89) 90%, rgba(51, 51, 51, .93) 93%, rgba(51, 51, 51, .97) 97%, #333)
}

.templates__carousel-holder .swiper-prev {
    right: 0;
    background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), rgba(51, 51, 51, .03) 3%, rgba(51, 51, 51, .07) 7%, rgba(51, 51, 51, .11) 10%, rgba(51, 51, 51, .15) 14%, rgba(51, 51, 51, .18) 18%, rgba(51, 51, 51, .23) 23%, rgba(51, 51, 51, .27) 27%, rgba(51, 51, 51, .31) 31%, rgba(51, 51, 51, .36) 36%, rgba(51, 51, 51, .41) 41%, rgba(51, 51, 51, .46) 45%, rgba(51, 51, 51, .5) 50%, rgba(51, 51, 51, .55) 55%, rgba(51, 51, 51, .59) 59%, rgba(51, 51, 51, .64) 64%, rgba(51, 51, 51, .69) 69%, rgba(51, 51, 51, .73) 73%, rgba(51, 51, 51, .77) 77%, rgba(51, 51, 51, .82) 82%, rgba(51, 51, 51, .86) 86%, rgba(51, 51, 51, .89) 90%, rgba(51, 51, 51, .93) 93%, rgba(51, 51, 51, .97) 97%, #333)
}

.error-success {
    font-size: 14px
}

#subscribe .error-success {
    color: #fff
}

.error-success div {
    display: flex;
    align-items: center;
    justify-content: center
}

.error-success svg {
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: -4px
}

.center-image {
    overflow: hidden
}

@media(max-width:991px) {
    .center-image {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

.center-image a {
    display: block;
    min-height: 100%
}

.center-image img {
    min-height: 100%;
    position: absolute;
    transform: translateX(-40%)
}

@media(max-width:991px) {
    .center-image img {
        position: static;
        transform: translateX(0);
        flex: none;
        height: 250px
    }
}

.blurred-more {
    position: relative
}

.blurred-more:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 144px;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), hsla(0, 0%, 96.1%, .03) 3%, hsla(0, 0%, 96.1%, .07) 7%, hsla(0, 0%, 96.1%, .11) 10%, hsla(0, 0%, 96.1%, .15) 14%, hsla(0, 0%, 96.1%, .18) 18%, hsla(0, 0%, 96.1%, .23) 23%, hsla(0, 0%, 96.1%, .27) 27%, hsla(0, 0%, 96.1%, .31) 31%, hsla(0, 0%, 96.1%, .36) 36%, hsla(0, 0%, 96.1%, .41) 41%, hsla(0, 0%, 96.1%, .46) 45%, hsla(0, 0%, 96.1%, .5) 50%, hsla(0, 0%, 96.1%, .55) 55%, hsla(0, 0%, 96.1%, .59) 59%, hsla(0, 0%, 96.1%, .64) 64%, hsla(0, 0%, 96.1%, .69) 69%, hsla(0, 0%, 96.1%, .73) 73%, hsla(0, 0%, 96.1%, .77) 77%, hsla(0, 0%, 96.1%, .82) 82%, hsla(0, 0%, 96.1%, .86) 86%, hsla(0, 0%, 96.1%, .89) 90%, hsla(0, 0%, 96.1%, .93) 93%, hsla(0, 0%, 96.1%, .97) 97%, #f5f5f5);
    z-index: 1
}

.blurred-more.hide-list {
    height: 156px;
    overflow: hidden
}

.container-box {
    box-sizing: border-box
}

.logo {
    margin: -10px 0 -18px
}

.dislike svg,
.like svg {
    cursor: pointer
}

span.dislike,
span.like {
    display: inline-block;
    min-width: 56px
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.footer {
    position: relative;
    padding: 76px 0 56px;
    background: url(../img/front/big-footer-waves.svg) top repeat-x, linear-gradient(180deg, #F14B32, #209db6);
    margin-top: -10px
}

.footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    margin-bottom: -1px;
    bottom: 100%;
    background: url(../img/front/wave-line-footer.svg) top transparent
}

.footer__contacts {
    white-space: nowrap
}

.footer__list {
    list-style: none
}

.footer__list-header {
    text-transform: uppercase;
    opacity: .36;
    margin-bottom: 15px
}

.footer__list li {
    margin-top: 6px
}

.footer__list li:first-child {
    margin-top: 0
}

.footer__list li .phone-ico {
    top: 2px;
    position: relative
}

.footer__list li .mail-ico {
    top: 4px;
    position: relative
}

.footer__list li .address-ico {
    position: relative;
    padding-left: 23px
}

.footer__list li .address-ico:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    background: url(https://stripo-cdn.stripo.email/img/front/svg/marker.svg) 50% no-repeat;
    background-size: cover
}

.footer__list a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.footer__lang {
    display: flex;
    list-style: none;
    color: #fff;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box
}

@media(min-width:768px)and (max-width:991px) {
    .footer__lang {
        padding: 0;
        flex-wrap: wrap
    }
}

@media(max-width:767px) {
    .footer__lang {
        flex-wrap: wrap;
        justify-content: center;
        width: 310px;
        padding: 0;
        margin: 0 auto
    }
}

.footer__lang li {
    font-size: 14px;
    font-weight: 500
}

@media(max-width:767px) {
    .footer__lang li {
        margin-top: 20px
    }
}

.footer__lang li:nth-child(2n) {
    color: #7ad88a;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:992px)and (max-width:1199px) {
    .footer__lang li:nth-child(2n) {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .footer__lang li:nth-child(2n) {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .footer__lang li:nth-child(2n) {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .footer__lang li:nth-child(6),
    .footer__lang li:nth-child(12) {
        display: none
    }
}

.footer__lang a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.footer__lang a.active {
    position: relative
}

.footer__lang a.active:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 5px
}

@media(max-width:767px) {
    .footer__lang a.active:before {
        bottom: 90%
    }
}

.footer__copyright {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 26px
}

@media(max-width:767px) {
    .footer__inner {
        text-align: center
    }
}

.footer .input-button .error-text {
    color: #fff
}

@media(max-width:767px) {
    .footer .social-holder {
        width: 250px;
        margin: auto;
        flex-wrap: wrap!important
    }
    .footer .social-holder .soc-icon {
        margin-left: 20px
    }
    .footer .social-holder .soc-icon:first-child {
        margin-left: 0
    }
    .footer .social-holder .soc-icon:nth-last-child(-n+2) {
        margin-top: 20px
    }
    .footer .social-holder .soc-icon:nth-last-child(2) {
        margin-left: 0
    }
}

.lang-de .footer__list>*,
.lang-de .footer__list a {
    font-size: 15px
}

.drop {
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 50%
}

.drop .h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.guide-link {
    font-size: 67px;
    color: #82bc2f;
    padding: 60px 0 20px 40px
}

.guide-blocks {
    display: flex
}

.guide-block {
    padding-left: 40px;
    box-sizing: border-box
}

.carousel-controls {
    display: none!important
}

.carousel-controls-wrapper {
    min-height: 19px
}

.carousel-controls.active {
    display: flex!important
}

.carousel-controls__prev {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-align: left;
    margin-left: 20px;
    border-bottom: 1px solid transparent;
    color: #7d7d7d
}

.carousel-controls__prev:before {
    content: "\2190";
    position: absolute;
    left: -20px;
    top: -1px
}

.carousel-controls__prev:hover:not([disabled]) {
    border-bottom: 1px solid #7d7d7d
}

.carousel-controls__next {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-align: right;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
    color: #7d7d7d
}

.carousel-controls__next:after {
    content: "\2192";
    position: absolute;
    right: -20px;
    top: -1px
}

.carousel-controls__next:hover:not([disabled]) {
    border-bottom: 1px solid #7d7d7d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}

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

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

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

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

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

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

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}

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

a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

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

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

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

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

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

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

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

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

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

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: flex!important
}

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

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

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

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

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

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

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

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

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

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

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

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

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

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

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

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

.h-auto {
    height: auto!important
}

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

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

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

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

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

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

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

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%!important;
    width: 100%!important;
    min-width: 100%!important;
    min-height: 100%!important;
    margin: 0!important;
    position: absolute!important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible!important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden!important;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit!important
}

.os-host-flexbox>.os-content-glue {
    flex-grow: 1;
    flex-shrink: 0
}

.os-host-flexbox>.os-content-glue,
.os-host-flexbox>.os-size-auto-observer {
    min-height: 0;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
    -ms-overflow-style: scrollbar!important
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.os-viewport {
    -ms-overflow-style: scrollbar!important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none!important;
    width: 0!important;
    height: 0!important;
    visibility: hidden!important;
    background: transparent!important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 1
}

.os-host-overflow>.os-padding,
.os-viewport {
    overflow: hidden
}

.os-viewport {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    outline: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box!important;
    direction: inherit!important;
    float: none!important;
    margin: 0!important;
    max-height: none!important;
    max-width: none!important;
    border: none!important;
    border-radius: 0!important;
    background: transparent!important;
    outline: 0 none transparent!important;
    overflow: hidden!important;
    resize: none!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 1;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0!important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre!important;
    margin: 0!important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host:after {
    content: ""
}

.os-resize-observer-host:after,
.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer.observed,
object.os-resize-observer {
    box-sizing: border-box!important
}

.os-size-auto-observer {
    box-sizing: inherit!important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr!important;
    flex: none!important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    transition: none!important;
    flex: none!important
}

.os-resize-observer {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    position: relative;
    padding: 0!important;
    border: none!important
}

.os-scrollbar-handle,
.os-scrollbar-track {
    pointer-events: auto;
    height: 100%;
    width: 100%
}

.os-scrollbar-handle {
    position: absolute
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none!important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0!important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
    opacity: 1!important;
    visibility: visible!important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTcuNDI0IDBhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdBMS4yOTggMS4yOTggMCAwMDcuNDI0IDB6bTAgMy4wODRhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bS0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMSAxLjMxIDEuMzEgMCAwMC0uMjE5LS43MzcgMS4yOTggMS4yOTggMCAwMC0uNzkxLS4yNzN6bS0zLjAzIDMuMDNBMS4zMSAxLjMxIDAgMDAwIDcuNDI0YzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bTMuMDMgMGExLjMxIDEuMzEgMCAwMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjA5LjE0MS40NjUuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzEgMS4zMSAxLjMxIDAgMDAtLjIxOS0uNzM3IDEuMjk4IDEuMjk4IDAgMDAtLjc5MS0uMjczem0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMS4xNDEuNDY2LjIxOC43MzcuMjE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjI3MS0uMDc3LS41MjgtLjIxOC0uNzM3YTEuMjk4IDEuMjk4IDAgMDAtLjc5Mi0uMjczeiIgZmlsbC1vcGFjaXR5PSIuNDk0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNOC4yMTYuMjczYy4xNDEuMjEuMjE4LjQ2Ni4yMTguNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3ptMCAzLjA4NGMuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE5IDEuMDM3LjUxOWExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTgtMS4wMzh6bS0zLjA4NSAwYy4xNDIuMjEuMjE5LjQ2Ni4yMTkuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MiAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMi41MTkgMS4wMzcuNTE5YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNS0uMjA1LS43OTgtLjUxOS0xLjAzOHptLTMuMDMgMy4wM2MuMTQyLjIxLjIyLjQ2Ni4yMi43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMTEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3ptMy4wMyAwYy4xNDIuMjEuMjE5LjQ2Ni4yMTkuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MiAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMi41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxIDEuMyAxLjMgMCAwMC0uNTE5LTEuMDM3em0zLjA4NSAwYy4xNDEuMjEuMjE4LjQ2Ni4yMTguNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3oiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto!important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    transform: scaleX(-1)
}

.os-host-overflow {
    overflow: hidden!important
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

@keyframes hs-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
    display: none!important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block!important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: hsla(0, 0%, 100%, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.comments__holder .os-content-glue {
    width: 100%!important
}

@font-face {
    font-family: SF Text;
    font-weight: 700;
    src: url(https://stripo-cdn.stripo.email/fonts/SFUIText-Bold.otf) format("otf"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Bold.woff) format("woff"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Bold.ttf) format("truetype")
}

@font-face {
    font-family: SF Text;
    font-weight: 500;
    src: url(https://stripo-cdn.stripo.email/fonts/SFUIText-Medium.otf) format("otf"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Medium.woff) format("woff"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Medium.ttf) format("truetype")
}

@font-face {
    font-family: SF Text;
    font-weight: 400;
    src: url(https://stripo-cdn.stripo.email/fonts/SFUIText-Regular.otf) format("otf"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Regular.woff) format("woff"), url(https://stripo-cdn.stripo.email/fonts/SFUIText-Regular.ttf) format("truetype")
}

@font-face {
    font-family: KingBasilLite;
    src: url(https://stripo-cdn.stripo.email/fonts/KingBasilLite/King-Basil-Lite.woff) format("woff"), url(https://stripo-cdn.stripo.email/fonts/KingBasilLite/King-Basil-Lite.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rajdhani;
    src: url(https://stripo-cdn.stripo.email/fonts/rajdhani-light-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/rajdhani-light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: rajdhani;
    src: url(https://stripo-cdn.stripo.email/fonts/rajdhani-medium-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/rajdhani-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: rajdhani;
    src: url(https://stripo-cdn.stripo.email/fonts/rajdhani-regular-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/rajdhani-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rajdhani;
    src: url(https://stripo-cdn.stripo.email/fonts/rajdhani-bold-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/rajdhani-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: rajdhani;
    src: url(https://stripo-cdn.stripo.email/fonts/rajdhani-semibold-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/rajdhani-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: heebo;
    src: url(https://stripo-cdn.stripo.email/fonts/heebo-regular-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/heebo-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: heebo;
    src: url(https://stripo-cdn.stripo.email/fonts/heebo-medium-webfont.woff2) format("woff2"), url(https://stripo-cdn.stripo.email/fonts/heebo-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(https://stripo-cdn.stripo.email/fonts/icomoon.eot?47r7tz);
    src: url(https://stripo-cdn.stripo.email/fonts/icomoon.eot?47r7tz#iefix) format("embedded-opentype"), url(https://stripo-cdn.stripo.email/fonts/icomoon.ttf?47r7tz) format("truetype"), url(https://stripo-cdn.stripo.email/fonts/icomoon.woff?47r7tz) format("woff"), url(https://stripo-cdn.stripo.email/fonts/icomoon.svg?47r7tz#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-more:before {
    content: "\E912"
}

.icon-reply:before {
    content: "\E911"
}

.icon-calendar:before {
    content: "\E90E"
}

.checkbox__input:checked .input__value:before,
.icon-tick:before {
    content: "\E90F"
}

.icon-mobile:before {
    content: "\E910"
}

.icon-arrow-right:before {
    content: "\E901"
}

.icon-arrow-down:before {
    content: "\E902"
}

.icon-phone:before {
    content: "\E903"
}

.icon-email:before {
    content: "\E904"
}

.icon-home:before {
    content: "\E905"
}

.icon-star:before {
    content: "\E906"
}

.icon-close:before {
    content: "\E907"
}

.icon-bill:before {
    content: "\E908"
}

.icon-close-search:before {
    content: "\E909"
}

.icon-integrated:before {
    content: "\E90A"
}

.icon-finish-flag:before {
    content: "\E90B"
}

.icon-pin:before {
    content: "\E90C"
}

.icon-van:before {
    content: "\E90D"
}

.icon-search:before {
    content: "\E900"
}

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

.green-color {
    color: #F14B32!important
}

.grey-color,
.releases__nav .nav-desktop .h6.active,
.releases__nav .nav-desktop ul li .small.active,
.releases__nav .nav-mobile .h6.active,
.releases__nav .nav-mobile ul li .small.active {
    color: #7d7d7d!important
}

.grey-dark-color {
    color: #4a4a4a!important
}

.red-color {
    color: #ff6159!important
}

.h1,
h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 50px
}

.h1 {
    display: block
}

.h2,
h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 37px
}

.h2 {
    display: block
}

.h3,
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 45px
}

.h3 {
    display: block
}

.h4,
h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 28px
}

.h4 {
    display: block
}

.h5,
h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 21px
}

.h5 {
    display: block
}

.h6,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 16px
}

.h6 {
    display: block
}

@media(max-width:991px) {
    .h1,
    h1 {
        font-size: 31px
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-family: Montserrat, sans-serif;
        font-weight: 800
    }
    .h2,
    .h3,
    h2,
    h3 {
        font-size: 30px
    }
    .h4,
    h4 {
        font-size: 24px
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 800
    }
    .h5,
    h5 {
        font-size: 21px
    }
    .h6,
    h6 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 16px
    }
}

.text-thin {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-semi {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 800
}

.subheader-line {
    line-height: 1.63
}

.header__nav-link,
.header__sign,
p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 26px;
    font-weight: 500
}

.small {
    font-size: 12px!important;
    line-height: 20px!important
}

.subheading {
    font-size: 14px;
    line-height: 26px
}

.h1,
h1 {
    margin-bottom: 21px
}

.h2,
h2 {
    margin-bottom: 24px
}

.h3,
h3 {
    margin-bottom: 23px
}

.h4,
h4 {
    margin-bottom: 27px
}

.h5,
h5 {
    margin-bottom: 29px
}

.h6,
h6 {
    margin-bottom: 30px;
    line-height: 1.63
}

.input[type=email],
.input[type=password],
.input[type=text],
[type=email].textarea,
[type=password].textarea,
[type=text].textarea,
input[type=email],
input[type=password],
input[type=text] {
    height: 51px;
    border-radius: 25px;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75);
    background-color: #fff;
    padding: 0 20px;
    font: 500 16px Montserrat;
    color: #7d7d7d;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    transition: all .3s ease
}

.input[type=email].error,
.input[type=password].error,
.input[type=text].error,
[type=email].error.textarea,
[type=password].error.textarea,
[type=text].error.textarea,
input[type=email].error,
input[type=password].error,
input[type=text].error {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595;
    color: #ff9595;
    position: relative
}

.input[type=email].error:after,
.input[type=password].error:after,
.input[type=text].error:after,
[type=email].error.textarea:after,
[type=password].error.textarea:after,
[type=text].error.textarea:after,
input[type=email].error:after,
input[type=password].error:after,
input[type=text].error:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.input[type=email].error:focus,
.input[type=password].error:focus,
.input[type=text].error:focus,
[type=email].error.textarea:focus,
[type=password].error.textarea:focus,
[type=text].error.textarea:focus,
input[type=email].error:focus,
input[type=password].error:focus,
input[type=text].error:focus {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595;
    color: #ff9595
}

.input[type=email].error:focus:after,
.input[type=password].error:focus:after,
.input[type=text].error:focus:after,
[type=email].error.textarea:focus:after,
[type=password].error.textarea:focus:after,
[type=text].error.textarea:focus:after,
input[type=email].error:focus:after,
input[type=password].error:focus:after,
input[type=text].error:focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.input[type=email]::-moz-placeholder,
.input[type=password]::-moz-placeholder,
.input[type=text]::-moz-placeholder,
[type=email].textarea::-moz-placeholder,
[type=password].textarea::-moz-placeholder,
[type=text].textarea::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #b6b6b6
}

.input[type=email]:-ms-input-placeholder,
.input[type=password]:-ms-input-placeholder,
.input[type=text]:-ms-input-placeholder,
[type=email].textarea:-ms-input-placeholder,
[type=password].textarea:-ms-input-placeholder,
[type=text].textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
    color: #b6b6b6
}

.input[type=email]::placeholder,
.input[type=password]::placeholder,
.input[type=text]::placeholder,
[type=email].textarea::placeholder,
[type=password].textarea::placeholder,
[type=text].textarea::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder {
    color: #b6b6b6
}

.input[type=email]:focus,
.input[type=password]:focus,
.input[type=text]:focus,
[type=email].textarea:focus,
[type=password].textarea:focus,
[type=text].textarea:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08)
}

input,
textarea {
    text-overflow: ellipsis
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #b6b6b6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b6b6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

input::placeholder,
textarea::placeholder {
    color: #b6b6b6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #e6e6e6
}

.error-text {
    color: #ff7575;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    margin-top: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

.error-text .subscribe-email {
    margin-top: 0
}

.upload .error-text {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

input[type=checkbox].error+.check__value:before {
    box-shadow: 0 3px 20px -5px #ff9595, 0 0 0 2px #ff9595
}

.input-button {
    position: relative
}

.input-button__clear {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    cursor: pointer
}

.input-button__clear.active {
    display: inline-block
}

.input-button__field {
    min-width: 405px
}

@media(max-width:767px) {
    .input-button__field {
        min-width: 100%
    }
}

.input-button .button-primary {
    position: absolute;
    right: 5px;
    top: 5px
}

.button-primary,
.button-secondary {
    height: 51px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 40px;
    border: none;
    border-radius: 100px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent
}

.button-primary span,
.button-secondary span {
    display: flex;
    align-items: center
}

.button-primary span svg,
.button-secondary span svg {
    margin-right: 10px
}

.button-primary {
    background: #F14B32;
    color: #fff;
    box-sizing: border-box;
    z-index: 0
}

.button-primary span {
    position: relative;
    pointer-events: none
}

.button-primary:before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    overflow: hidden;
    border-radius: 100px;
    width: var(--size);
    height: var(--size);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
    background-image: linear-gradient(-90deg, #F14B32 9%, #33da4f 39%, #F14B32 54%, #2fc248 73%, #2cb543 88%, #F14B32);
    border-radius: 25.5px
}

.button-primary:hover:before {
    --size: 400px
}

.button-primary:active {
    box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, .14)
}

.button-primary:active:before {
    background-image: linear-gradient(90deg, #F14B32 9%, #33da4f 39%, #F14B32 54%, #2fc248 73%, #2cb543 88%, #F14B32);
    transform: translate(100%, -50%);
    transition: all .2s ease-in
}

.button-secondary {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03);
    background: #fff;
    color: #4a4a4a
}

.button-secondary:hover {
    background-color: #f7f7f7
}

.button-secondary:active {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)
}

.btn-small {
    height: 41px;
    font-size: 16px;
    padding: 0 25px
}

.upload {
    min-height: 51px;
    border-radius: 27px;
    border: 2px dashed #F14B32;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    padding: 12px;
    box-sizing: border-box
}

.upload,
.upload__title {
    display: flex;
    align-items: center;
    position: relative
}

.upload__title {
    z-index: 2;
    margin-left: 28px;
    text-align: center
}

.upload__title svg {
    position: absolute;
    left: -28px;
    top: 3px
}

.upload__hover {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    transition: all .2s ease-in
}

.upload__hover svg {
    cursor: pointer
}

.upload__file {
    position: relative;
    overflow: hidden;
    height: 64px;
    width: 64px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 7.5px;
    margin-right: 7.5px;
    border-radius: 12px;
    margin-top: 25px
}

.upload__file:hover .upload__hover {
    bottom: 0
}

.upload__file-list {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center
}

.ios-switcher {
    position: relative;
    display: inline-block
}

.ios-switcher__input {
    position: absolute;
    opacity: 0
}

.ios-switcher__input:checked+.ios-switcher__wrap {
    background: #F14B32
}

.ios-switcher__input:checked+.ios-switcher__wrap:before {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    left: calc(100% - 30px)
}

.ios-switcher__wrap {
    display: inline-block;
    padding: 4px;
    width: 60px;
    height: 34px;
    border-radius: 17px;
    background-color: #fff;
    box-shadow: 0 2px 14px -7px rgba(0, 0, 0, .75);
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s linear
}

.ios-switcher__wrap:before {
    content: "";
    transition: all .2s ease-in;
    position: absolute;
    left: 4px;
    width: 26px;
    height: 26px;
    background-color: #eaeaea;
    border-radius: 50%
}

.switcher {
    display: inline-flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    height: 41px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    border-radius: 25.5px
}

@media(max-width:576px) {
    .switcher {
        width: 100%
    }
}

.switcher__item {
    height: 100%;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03);
    padding-left: 40px;
    padding-right: 40px
}

@media(max-width:576px) {
    .switcher__item {
        width: auto;
        padding: 0 12px;
        font-size: 85%
    }
}

.switcher__item:hover {
    background-color: #f7f7f7
}

.switcher__item:first-child {
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px
}

.switcher__item:last-child {
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px
}

.switcher__item.active {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px #F14B32, inset 0 3px 7px 0 rgba(0, 0, 0, .13);
    pointer-events: none
}

.switcher_check {
    display: inline-block;
    position: relative
}

.switcher_check__btn,
.switcher_check__input {
    position: absolute;
    opacity: 0
}

.switcher_check__btn:checked+.switcher_check__wrap .switcher_check__item:last-child,
.switcher_check__input:checked+.switcher_check__wrap .switcher_check__item:last-child {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)
}

.switcher_check__btn:checked+.switcher_check__wrap .switcher_check__item:first-child,
.switcher_check__input:checked+.switcher_check__wrap .switcher_check__item:first-child {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03)
}

.switcher_check__btn:checked+.switcher_check__wrap .switcher_check__item:first-child:hover,
.switcher_check__input:checked+.switcher_check__wrap .switcher_check__item:first-child:hover {
    background-color: #f7f7f7
}

.switcher_check__btn:checked+.switcher_check__button .switcher_check__button-item,
.switcher_check__input:checked+.switcher_check__button .switcher_check__button-item {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)!important
}

.switcher_check__button .switcher_check__button-item {
    border-radius: 25.5px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08)
}

.switcher_check__button .label {
    overflow: visible
}

.switcher_check__button .label svg {
    margin-right: 4px;
    transform: translateY(4px)
}

.switcher_check__button-item {
    font: 600 16px Montserrat;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px
}

@media(max-width:576px) {
    .switcher_check__button-item {
        width: 100%;
        margin-top: 15px
    }
}

.switcher_check__item {
    font: 600 16px Montserrat;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px
}

@media(max-width:576px) {
    .switcher_check__item {
        width: 50%
    }
}

.plans .switcher_check__item,
.plans .switcher_check__item:last-child:not(.active) {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)
}

.switcher_check__item.active.first,
.switcher_check__item.active.second,
.switcher_check__item.active.third {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03)
}

.switcher_check__item.active.first:hover,
.switcher_check__item.active.second:hover,
.switcher_check__item.active.third:hover {
    background-color: #fff
}

.switcher_check__item:first-child {
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px;
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)
}

.switcher_check__item:last-child {
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03)
}

.switcher_check__item:last-child:hover,
.switcher_check__wrap {
    background-color: #f7f7f7
}

.switcher_check__wrap {
    display: inline-flex;
    height: 41px;
    border-radius: 25.5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08)
}

.radio {
    position: relative;
    cursor: pointer
}

.radio__input {
    position: absolute;
    opacity: 0
}

.radio__input:checked+.radio__value:before {
    background: #F14B32;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 13px -5px rgba(0, 0, 0, .75)
}

.radio__value {
    font: 500 16px Montserrat;
    color: #7d7d7d;
    position: relative;
    padding-left: 34px;
    display: flex
}

.radio__value .subheading {
    margin-top: -3px
}

.radio__value:before {
    content: "";
    left: 0;
    top: -3px;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 2px 13px -5px rgba(0, 0, 0, .75);
    border: 6px solid #fff
}

.check {
    position: relative;
    cursor: pointer
}

.check__input {
    position: absolute;
    opacity: 0
}

.check__input:checked+.check__value svg {
    stroke: #F14B32
}

.check__input:checked+.check__value svg path {
    -webkit-animation: drawSquare .3s linear forwards, removeSquareDot .1ms linear .3s forwards;
    animation: drawSquare .3s linear forwards, removeSquareDot .1ms linear .3s forwards
}

.check__input:checked+.check__value svg polyline {
    stroke-dashoffset: 42;
    transition: all .2s linear;
    transition-delay: .15s
}

@-webkit-keyframes drawSquare {
    0% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 60
    }
}

@keyframes drawSquare {
    0% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 60
    }
}

@-webkit-keyframes removeSquareDot {
    0% {
        stroke-width: 2
    }
    to {
        stroke-width: 0
    }
}

@keyframes removeSquareDot {
    0% {
        stroke-width: 2
    }
    to {
        stroke-width: 0
    }
}

.check svg {
    position: absolute;
    left: 10px;
    top: -3px;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transform: translateZ(0);
    transition: all .2s ease
}

.check svg path {
    stroke-width: 2;
    stroke-dasharray: 60;
    stroke-dashoffset: 0
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66
}

.check__value {
    font: 500 16px Montserrat;
    color: #7d7d7d;
    position: relative;
    padding-left: 44px;
    display: flex
}

@media(max-width:767px) {
    .check__value {
        display: block
    }
}

.check__value .subheading {
    margin-top: -3px
}

.check__value:before {
    content: "";
    left: 10px;
    top: -3px;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 13px -5px rgba(0, 0, 0, .75)
}

.anchor-link,
.link,
.link-underline {
    font: 500 16px Montserrat;
    color: #F14B32
}

.anchor-link:hover,
.link-underline,
.link-underline:hover,
.link:hover {
    border-bottom: 1px solid
}

.link-underline:hover {
    border-bottom: 0
}

.link-underline-inherit {
    color: #F14B32;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color .3s ease;
    cursor: pointer;
    border-bottom: 1px solid
}

.link-underline-inherit:hover {
    border-bottom: 0
}

.link-dashed-inherit {
    color: #F14B32;
    padding-bottom: 2px;
    text-decoration: none;
    transition: color .3s ease;
    cursor: pointer;
    border-bottom: 1px dashed
}

.link-dashed-inherit:hover {
    border-bottom: 0
}

.anchor-link {
    border-bottom: 1px dashed #F14B32;
    cursor: pointer;
    color: #F14B32;
    position: relative;
    display: inline
}

.anchor-link.active,
.anchor-link:active {
    border: 0;
    color: #7d7d7d
}

.grey-link {
    color: #4a4a4a
}

.textarea {
    padding-top: 11px;
    padding-bottom: 11px;
    resize: none
}

.textarea-expand-btn {
    bottom: 5px!important;
    top: auto!important
}

.textarea-expand,
.textarea-reply {
    border: 0;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 38px;
    height: auto;
    resize: none;
    vertical-align: top;
    max-height: 130px!important;
    position: relative;
    transition: none!important;
    font: 500 16px Montserrat;
    color: #7d7d7d;
    outline: none;
    background: none
}

.textarea-expand:focus,
.textarea-reply:focus {
    box-shadow: none
}

.textarea-expand.input-button__field,
.textarea-reply.input-button__field {
    min-width: unset
}

.textarea-expand.os-textarea,
.textarea-reply.os-textarea {
    width: 100%!important;
    height: 100%;
    padding: 0 10px 0 0!important;
    box-shadow: none!important;
    line-height: 1.18;
    text-overflow: ellipsis
}

.textarea-expand .os-viewport,
.textarea-reply .os-viewport {
    bottom: -1px!important
}

.textarea-scroll {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75);
    background-color: #fff;
    padding: 16px 16px 16px 20px;
    min-height: 78px
}

.textarea-scroll.error {
    color: #ff9595;
    position: relative
}

.textarea-scroll.error,
.textarea-scroll.error:after {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.textarea-scroll.error:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.textarea-scroll.error:focus {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595;
    color: #ff9595
}

.textarea-scroll.error:focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.textarea-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.textarea-focus .os-scrollbar-horizontal {
    visibility: hidden
}

.checkbox {
    position: relative;
    display: inline-flex;
    align-items: center
}

.checkbox__input {
    position: absolute;
    opacity: 0
}

.checkbox__input:checked .input__value {
    color: #fff;
    position: absolute;
    left: 3px;
    top: 3px
}

.checkbox__value {
    font-size: 15px;
    font-family: heebo;
    position: relative;
    padding-left: 27px
}

.checkbox__value:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-sizing: border-box
}

.list {
    list-style: none;
    font: 500 16px Montserrat;
    color: #7d7d7d
}

@media(max-width:767px) {
    .list {
        font-size: 14px
    }
}

.list li {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63
}

.list li:first-child {
    margin-top: 0
}

.list li:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -1px;
    background: url(../img/tabler-icon-caret-right.svg);
    width: 24px;
    height: 22px;
}

.list--outside li {
    padding-left: 0
}

.list--outside li:before {
    left: -26px
}

.list--small {
    font-size: 12px
}

.list--small li:before {
    top: -3px
}

.list-rounded {
    list-style: none
}

.list-rounded li {
    padding-left: 40px;
    counter-increment: inst;
    position: relative
}

.list-rounded li:before {
    content: counter(inst);
    position: absolute;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 0;
    top: -2px;
    background: #F14B32;
    line-height: 26px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 800
}

.footer .soc-icon {
    margin-left: 15px
}

.footer .soc-icon:first-child {
    margin-left: 0
}

@media(max-width:767px) {
    .footer {
        margin-top: 10px
    }
}

.footer:first-child {
    margin-left: 0
}

.popover__share .soc-icon {
    margin-left: 17px
}

.popover__share .soc-icon:nth-child(6) {
    margin-left: 0
}

.popover__share .soc-icon:first-child {
    margin-left: 0;
    margin-bottom: 15px
}

.soc-icon {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 14px 14px 14px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.soc-icon svg {
    z-index: 1;
    position: relative;
    vertical-align: top
}

.soc-icon--white {
    background: #fff
}

.soc-icon--footer {
    background: hsla(0, 0%, 100%, .25)
}

.soc-icon--fb,
.soc-icon--fb:before {
    background: #3b5998
}

.soc-icon--twitter,
.soc-icon--twitter:before {
    background: #1da1f2
}

.soc-icon--linked,
.soc-icon--linked:before {
    background: #0077b5
}

.soc-icon--google {
    width: 109px;
    height: 46px
}

.soc-icon--google,
.soc-icon--google:before {
    background: rgba(0, 0, 0, .05)
}

.soc-icon--digg,
.soc-icon--digg:before,
.soc-icon--my-space,
.soc-icon--my-space:before {
    background: #000
}

.soc-icon--live-jour,
.soc-icon--live-jour:before {
    background: #e4e7e7
}

.soc-icon--ok,
.soc-icon--ok:before {
    background: #ed812b
}

.soc-icon--vk,
.soc-icon--vk:before {
    background: #5181b8
}

.soc-icon--pinterest,
.soc-icon--pinterest:before {
    background: #bd081c
}

.soc-icon--pinterest svg {
    top: 2px
}

.soc-btn--google img {
    width: 109px;
    height: 46px
}

.soc-btn--fb img {
    width: 126px;
    height: 46px
}

.soc-btn--linked img {
    width: 119px;
    height: 46px
}

.popover {
    position: absolute;
    padding: 20px 16px 16px 10px;
    background-color: #f7f7f7;
    box-shadow: 0 20px 62px -15px rgba(0, 0, 0, .65), 0 0 0 1px rgba(0, 0, 0, .05);
    border-radius: 25px;
    z-index: 1000
}

.popover,
.popover__list .os-scrollbar-horizontal {
    display: none
}

.popover__list-item {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    cursor: default
}

.popover__list-item .link {
    margin-right: 12px;
    border-bottom: 1px solid transparent
}

.popover__list-item .link:hover {
    border-bottom-color: #F14B32
}

.anchor-link .popover {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 17px
}

@media(max-width:767px) {
    .anchor-link .popover {
        right: -15px;
        left: unset;
        transform: translateX(0)
    }
}

.popover.active {
    display: block
}

.popover.active .popover__list {
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.popover:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom-color: #f7f7f7
}

@media(max-width:767px) {
    .popover:after {
        right: 23px;
        left: unset
    }
}

.popover:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .05)
}

@media(max-width:767px) {
    .popover:before {
        right: 25px;
        left: unset
    }
}

.popover__share {
    width: 330px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 17px;
    padding: 20px
}

@media(min-width:992px)and (max-width:1080px) {
    .popover__share {
        left: 30%
    }
}

.popover__share input {
    text-overflow: unset
}

.popover-triangle {
    display: none;
    position: absolute;
    left: 0;
    bottom: -16px;
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .05);
    z-index: 1001
}

.popover-triangle:before {
    content: "";
    position: absolute;
    left: -11px;
    bottom: -11px;
    border: 11px solid transparent;
    border-bottom-color: #f7f7f7;
    margin-bottom: -2px
}

.popover-triangle.active {
    display: block
}

.popover.mob-category {
    left: 0!important;
    right: 0!important
}

.popover.mob-category:after,
.popover.mob-category:before {
    display: none;
    right: unset;
    left: unset
}

.header__section-blog,
.header__section-template-category {
    position: relative;
    overflow: visible!important
}

.header__section-blog .header__nav-link,
.header__section-blog .header__sign,
.header__section-template-category .header__nav-link,
.header__section-template-category .header__sign {
    color: #fff
}

@media(max-width:1024px) {
    .header__section-blog .header__wrap .header__sign,
    .header__section-template-category .header__wrap .header__sign {
        color: #fff
    }
    .header__section-blog .header__wrap .header__nav-link,
    .header__section-template-category .header__wrap .header__nav-link {
        color: #7d7d7d!important
    }
    .header__section-blog .header__wrap.active .header__nav-link,
    .header__section-blog .header__wrap.active .header__sign,
    .header__section-template-category .header__wrap.active .header__nav-link,
    .header__section-template-category .header__wrap.active .header__sign {
        color: #7d7d7d
    }
}

.header__section-blog.section,
.header__section-template-category.section {
    background: url(../img/front/blog-pattern.jpg) repeat-x top;
    background-size: 63%;
    position: relative
}

@media(max-width:767px) {
    .header__section-blog.section,
    .header__section-template-category.section {
        padding-bottom: 50px;
        background-size: cover
    }
}

.header__section-blog.section:before,
.header__section-template-category.section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .98))
}

.header__section-blog.section:after,
.header__section-template-category.section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 91px;
    background: url(https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg) repeat-x top;
    background-size: auto 92px;
    background-position-y: 2px
}

@media(max-width:767px) {
    .header__section-blog.section:after,
    .header__section-template-category.section:after {
        display: none
    }
}

@media screen and (min-width:0\0) {
    .header__section-blog.section:after,
    .header__section-template-category.section:after {
        content: "";
        position: absolute;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg) repeat-x top;
        filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg", sizingMethod="scale");
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/front/wave-line-bw-long.svg', sizingMethod='crop')";
        height: 91px;
        background-position-x: 5%;
        background-position-y: 2px;
        left: 0;
        right: 0;
        background-size: 4650px 100%!important
    }
}

.header__section-template-category.section {
    background-image: url(../img/front/back-main-pattern.jpg)
}

.header__section.section {
    background: url(../img/front/back-main-pattern.jpg) repeat-x top;
    background-size: 63%;
    position: relative;
    overflow: visible
}

.about-us .header__section.section,
.affiliate-program-terms .header__section.section,
.affiliate-program .header__section.section,
.amp-support .header__section.section,
.author-profile .header__section.section,
.beefree-review-pricing-features-alternatives .header__section.section,
.black-friday-special-offer .header__section.section,
.black-friday-special-offers .header__section.section,
.chamaileon-review-pricing-features-and-alternatives .header__section.section,
.concurent .header__section.section,
.contact-us .header__section.section,
.designer-profile .header__section.section,
.designmodo-review-pricing-features-alternatives .header__section.section,
.email-testing-tool .header__section.section,
.feedback .header__section.section,
.gmail-promo .header__section.section,
.guest-post .header__section.section,
.halloween-contest-2019 .header__section.section,
.inkbrush-review-pricing-features-and-alternatives .header__section.section,
.integrations-item .header__section.section,
.integrations .header__section.section,
.mailchimp-review-pricing-features-and-alternatives .header__section.section,
.missing .header__section.section,
.mosaico-review-pricing-features-alternatives .header__section.section,
.offers .header__section.section,
.plugin-api .header__section.section,
.plugin .header__section.section,
.pricing .header__section.section,
.privacy-policy .header__section.section,
.psd-to-email .header__section.section,
.releases .header__section.section,
.report-a-vulnerability .header__section.section,
.special-offer-for-crello .header__section.section,
.stripo-api .header__section.section,
.taxiforemail-review-pricing-features-and-alternatives .header__section.section,
.template-name .header__section.section,
.template-order .header__section.section,
.templates .header__section.section,
.terms-of-use .header__section.section {
    background: 0
}

.about-us .header__section.section:after,
.affiliate-program-terms .header__section.section:after,
.affiliate-program .header__section.section:after,
.amp-support .header__section.section:after,
.author-profile .header__section.section:after,
.beefree-review-pricing-features-alternatives .header__section.section:after,
.black-friday-special-offer .header__section.section:after,
.black-friday-special-offers .header__section.section:after,
.chamaileon-review-pricing-features-and-alternatives .header__section.section:after,
.concurent .header__section.section:after,
.contact-us .header__section.section:after,
.designer-profile .header__section.section:after,
.designmodo-review-pricing-features-alternatives .header__section.section:after,
.email-testing-tool .header__section.section:after,
.feedback .header__section.section:after,
.gmail-promo .header__section.section:after,
.guest-post .header__section.section:after,
.halloween-contest-2019 .header__section.section:after,
.inkbrush-review-pricing-features-and-alternatives .header__section.section:after,
.integrations-item .header__section.section:after,
.integrations .header__section.section:after,
.mailchimp-review-pricing-features-and-alternatives .header__section.section:after,
.missing .header__section.section:after,
.mosaico-review-pricing-features-alternatives .header__section.section:after,
.offers .header__section.section:after,
.plugin-api .header__section.section:after,
.plugin .header__section.section:after,
.pricing .header__section.section:after,
.privacy-policy .header__section.section:after,
.psd-to-email .header__section.section:after,
.releases .header__section.section:after,
.report-a-vulnerability .header__section.section:after,
.special-offer-for-crello .header__section.section:after,
.stripo-api .header__section.section:after,
.taxiforemail-review-pricing-features-and-alternatives .header__section.section:after,
.template-name .header__section.section:after,
.template-order .header__section.section:after,
.templates .header__section.section:after,
.terms-of-use .header__section.section:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg) repeat-x top;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg", sizingMethod="scale");
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg", sizingMethod="scale");
    background-size: cover;
    height: 72px;
    background-position-x: 5%;
    background-position-y: 2px;
    left: 0;
    right: 0
}

@media(max-width:575px) {
    .about-us .header__section.section:after,
    .affiliate-program-terms .header__section.section:after,
    .affiliate-program .header__section.section:after,
    .amp-support .header__section.section:after,
    .author-profile .header__section.section:after,
    .beefree-review-pricing-features-alternatives .header__section.section:after,
    .black-friday-special-offer .header__section.section:after,
    .black-friday-special-offers .header__section.section:after,
    .chamaileon-review-pricing-features-and-alternatives .header__section.section:after,
    .concurent .header__section.section:after,
    .contact-us .header__section.section:after,
    .designer-profile .header__section.section:after,
    .designmodo-review-pricing-features-alternatives .header__section.section:after,
    .email-testing-tool .header__section.section:after,
    .feedback .header__section.section:after,
    .gmail-promo .header__section.section:after,
    .guest-post .header__section.section:after,
    .halloween-contest-2019 .header__section.section:after,
    .inkbrush-review-pricing-features-and-alternatives .header__section.section:after,
    .integrations-item .header__section.section:after,
    .integrations .header__section.section:after,
    .mailchimp-review-pricing-features-and-alternatives .header__section.section:after,
    .missing .header__section.section:after,
    .mosaico-review-pricing-features-alternatives .header__section.section:after,
    .offers .header__section.section:after,
    .plugin-api .header__section.section:after,
    .plugin .header__section.section:after,
    .pricing .header__section.section:after,
    .privacy-policy .header__section.section:after,
    .psd-to-email .header__section.section:after,
    .releases .header__section.section:after,
    .report-a-vulnerability .header__section.section:after,
    .special-offer-for-crello .header__section.section:after,
    .stripo-api .header__section.section:after,
    .taxiforemail-review-pricing-features-and-alternatives .header__section.section:after,
    .template-name .header__section.section:after,
    .template-order .header__section.section:after,
    .templates .header__section.section:after,
    .terms-of-use .header__section.section:after {
        background: url(https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg) 16.5% 4px;
        background-repeat: no-repeat;
        background-size: auto 91px
    }
}

@media screen and (min-width:0\0) {
    .about-us .header__section.section:after,
    .affiliate-program-terms .header__section.section:after,
    .affiliate-program .header__section.section:after,
    .amp-support .header__section.section:after,
    .author-profile .header__section.section:after,
    .beefree-review-pricing-features-alternatives .header__section.section:after,
    .black-friday-special-offer .header__section.section:after,
    .black-friday-special-offers .header__section.section:after,
    .chamaileon-review-pricing-features-and-alternatives .header__section.section:after,
    .concurent .header__section.section:after,
    .contact-us .header__section.section:after,
    .designer-profile .header__section.section:after,
    .designmodo-review-pricing-features-alternatives .header__section.section:after,
    .email-testing-tool .header__section.section:after,
    .feedback .header__section.section:after,
    .gmail-promo .header__section.section:after,
    .guest-post .header__section.section:after,
    .halloween-contest-2019 .header__section.section:after,
    .inkbrush-review-pricing-features-and-alternatives .header__section.section:after,
    .integrations-item .header__section.section:after,
    .integrations .header__section.section:after,
    .mailchimp-review-pricing-features-and-alternatives .header__section.section:after,
    .missing .header__section.section:after,
    .mosaico-review-pricing-features-alternatives .header__section.section:after,
    .offers .header__section.section:after,
    .plugin-api .header__section.section:after,
    .plugin .header__section.section:after,
    .pricing .header__section.section:after,
    .privacy-policy .header__section.section:after,
    .psd-to-email .header__section.section:after,
    .releases .header__section.section:after,
    .report-a-vulnerability .header__section.section:after,
    .special-offer-for-crello .header__section.section:after,
    .stripo-api .header__section.section:after,
    .taxiforemail-review-pricing-features-and-alternatives .header__section.section:after,
    .template-name .header__section.section:after,
    .template-order .header__section.section:after,
    .templates .header__section.section:after,
    .terms-of-use .header__section.section:after {
        content: "";
        position: absolute;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg) repeat-x top;
        filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="https://stripo-cdn.stripo.email/img/front/wave-line-bw-long.svg", sizingMethod="scale");
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/front/wave-line-bw-long.svg', sizingMethod='crop')";
        height: 91px;
        background-position-x: 5%;
        background-position-y: 2px;
        left: 0;
        right: 0;
        background-size: 4600px 100%!important
    }
}

.about-us .header__section.section.section,
.affiliate-program-terms .header__section.section.section,
.affiliate-program .header__section.section.section,
.amp-support .header__section.section.section,
.author-profile .header__section.section.section,
.beefree-review-pricing-features-alternatives .header__section.section.section,
.black-friday-special-offer .header__section.section.section,
.black-friday-special-offers .header__section.section.section,
.chamaileon-review-pricing-features-and-alternatives .header__section.section.section,
.concurent .header__section.section.section,
.contact-us .header__section.section.section,
.designer-profile .header__section.section.section,
.designmodo-review-pricing-features-alternatives .header__section.section.section,
.email-testing-tool .header__section.section.section,
.feedback .header__section.section.section,
.gmail-promo .header__section.section.section,
.guest-post .header__section.section.section,
.halloween-contest-2019 .header__section.section.section,
.inkbrush-review-pricing-features-and-alternatives .header__section.section.section,
.integrations-item .header__section.section.section,
.integrations .header__section.section.section,
.mailchimp-review-pricing-features-and-alternatives .header__section.section.section,
.missing .header__section.section.section,
.mosaico-review-pricing-features-alternatives .header__section.section.section,
.offers .header__section.section.section,
.plugin-api .header__section.section.section,
.plugin .header__section.section.section,
.pricing .header__section.section.section,
.privacy-policy .header__section.section.section,
.psd-to-email .header__section.section.section,
.releases .header__section.section.section,
.report-a-vulnerability .header__section.section.section,
.special-offer-for-crello .header__section.section.section,
.stripo-api .header__section.section.section,
.taxiforemail-review-pricing-features-and-alternatives .header__section.section.section,
.template-name .header__section.section.section,
.template-order .header__section.section.section,
.templates .header__section.section.section,
.terms-of-use .header__section.section.section {
    padding-bottom: 90px
}

@media(max-width:575px) {
    .about-us .header__section.section.section,
    .affiliate-program-terms .header__section.section.section,
    .affiliate-program .header__section.section.section,
    .amp-support .header__section.section.section,
    .author-profile .header__section.section.section,
    .beefree-review-pricing-features-alternatives .header__section.section.section,
    .black-friday-special-offer .header__section.section.section,
    .black-friday-special-offers .header__section.section.section,
    .chamaileon-review-pricing-features-and-alternatives .header__section.section.section,
    .concurent .header__section.section.section,
    .contact-us .header__section.section.section,
    .designer-profile .header__section.section.section,
    .designmodo-review-pricing-features-alternatives .header__section.section.section,
    .email-testing-tool .header__section.section.section,
    .feedback .header__section.section.section,
    .gmail-promo .header__section.section.section,
    .guest-post .header__section.section.section,
    .halloween-contest-2019 .header__section.section.section,
    .inkbrush-review-pricing-features-and-alternatives .header__section.section.section,
    .integrations-item .header__section.section.section,
    .integrations .header__section.section.section,
    .mailchimp-review-pricing-features-and-alternatives .header__section.section.section,
    .missing .header__section.section.section,
    .mosaico-review-pricing-features-alternatives .header__section.section.section,
    .offers .header__section.section.section,
    .plugin-api .header__section.section.section,
    .plugin .header__section.section.section,
    .pricing .header__section.section.section,
    .privacy-policy .header__section.section.section,
    .psd-to-email .header__section.section.section,
    .releases .header__section.section.section,
    .report-a-vulnerability .header__section.section.section,
    .special-offer-for-crello .header__section.section.section,
    .stripo-api .header__section.section.section,
    .taxiforemail-review-pricing-features-and-alternatives .header__section.section.section,
    .template-name .header__section.section.section,
    .template-order .header__section.section.section,
    .templates .header__section.section.section,
    .terms-of-use .header__section.section.section {
        padding-bottom: 40px
    }
}

.header__section.section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .94), #fff)
}

.header__section .title-h1 {
    position: absolute;
    font-size: 16px;
    color: #b5b5b5;
    font-weight: 500;
    left: 50%;
    top: -62px;
    transform: translateX(-50%)
}

@media(max-width:767px) {
    .header__section .title-h1 {
        top: -50px;
        width: 80%
    }
}

.header__section .title-api-based {
    width: 200px!important;
    height: auto
}

.header__wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75)
}

.header__wrap.fixed .header__inner {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width:767px) {
    .header__wrap.fixed .header__inner {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.header__wrap.fixed .logo svg path:first-child {
    fill: #4a4a4a
}

.header__wrap.fixed .header__nav-link,
.header__wrap.fixed .header__sign {
    color: #7d7d7d
}

.header__wrap .logo-wrapper.active .logo {
    display: none
}

.header__wrap .logo,
.header__wrap .logo-wrapper.active .logo-mob {
    display: block
}

.header__wrap .logo-mob {
    display: none
}

@media(max-width:1024px) {
    .header__wrap.active {
        background: #fff;
        box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05)
    }
    .header__wrap.active .logo {
        display: none
    }
    .header__wrap.active .logo-mob {
        display: block
    }
    .header__wrap.active .header__nav-item {
        color: #7d7d7d
    }
}

@media(max-width:1024px) {
    .header__wrap {
        position: relative;
        z-index: 7
    }
}

@media(min-width:1025px)and (max-width:1200px) {
    .header__wrap-w100 {
        max-width: 100%!important
    }
}

.header__inner {
    display: flex;
    align-items: center;
    padding-top: 30px;
    justify-content: space-between;
    position: relative
}

@media(max-width:1024px) {
    .header__inner {
        justify-content: flex-start;
        padding-top: 13px
    }
}

.header__menu {
    display: none;
    min-width: 30px;
    min-height: 45px;
    align-items: center;
    position: relative;
    z-index: 7
}

.header__menu .opened {
    display: none
}

.header__menu.active .opened {
    display: inline-block
}

.header__menu.active .closed {
    display: none
}

@media(max-width:1024px) {
    .header__menu {
        display: inline-flex
    }
}

.header__nav {
    list-style: none;
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 17px 17px;
    background-color: #fff
}

@media(min-width:1024px)and (max-width:1200px) {
    .header__nav {
        margin: 0 20px
    }
}

.header__nav.active {
    display: block
}

@media(max-width:1024px) {
    .header__nav {
        padding: 90px 44px 16px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
        z-index: 6
    }
}

@media(min-width:1025px) {
    .header__nav {
        background: 0;
        position: static;
        display: flex
    }
}

.header__nav-item {
    margin-left: 50px
}

@media(min-width:1025px)and (max-width:1200px) {
    .header__nav-item {
        margin-left: 15px
    }
}

@media(min-width:1200px)and (max-width:1300px) {
    .header__nav-item {
        margin-left: 30px
    }
}

.header__nav-item:first-child {
    margin-left: 0
}

@media(min-width:1024px)and (max-width:1200px) {
    .header__nav-item {
        margin-left: 25px;
        white-space: nowrap
    }
}

@media(max-width:1024px) {
    .header__nav-item {
        margin-left: 0;
        margin-top: 14px
    }
    .header__nav-item:first-child {
        margin-top: 0
    }
}

.header__nav-link {
    text-decoration: none;
    position: relative
}

.header__nav-link:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ebebeb;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 5px;
    display: none
}

.header__nav-link:hover:before {
    display: block
}

@media(max-width:991px) {
    .header__nav-link:hover:before {
        display: none
    }
}

.header__nav-link.active:before {
    display: block;
    background: #F14B32
}

@media(max-width:991px) {
    .header__nav-link.active:before {
        display: none
    }
}

.header__actions {
    display: flex;
    align-items: center;
    position: relative;
}

@media(max-width:1024px) {
    .header__actions {
        margin-left: auto
    }
    .header__actions .button-primary {
        display: none
    }
}

.header__sign {
    white-space: nowrap;
    margin-left: 20px
}

.logo,
.logo-mob {
    position: relative;
    z-index: 7
}

@media(min-width:1024px)and (max-width:1100px) {
    .lang-es .header__nav-item {
        margin-left: 15px
    }
    .lang-es .header__nav-item:first-child {
        margin-left: 0
    }
}

@media(min-width:1024px)and (max-width:1100px) {
    .lang-es .header__actions .button-primary {
        padding: 0 15px
    }
}

@media(min-width:1025px)and (max-width:1115px) {
    .lang-fr .header__inner {
        justify-content: flex-start;
        padding-top: 13px
    }
    .lang-fr .header__menu {
        display: inline-flex
    }
    .lang-fr .header__nav {
        padding: 90px 44px 16px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
        z-index: 6;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0 0 17px 17px;
        background-color: #fff
    }
    .lang-fr .header__nav.active {
        display: block
    }
    .lang-fr .header__nav-item {
        margin-left: 0;
        margin-top: 14px
    }
    .lang-fr .header__actions {
        display: flex;
        margin-left: auto;
        align-items: center
    }
    .lang-fr .header__actions .button-primary {
        display: none
    }
    .lang-fr .header__actions .header__sign {
        transform: translateY(5px)
    }
}

.section {
    padding: 100px 0;
    background-image: linear-gradient(180deg, #fff, #f7f7f7);
    overflow: hidden
}

@media(max-width:767px) {
    .section {
        padding: 40px 0
    }
    .section .video,
    .section img:not(.plan) {
        width: 100%
    }
    .section .video.r-20,
    .section img:not(.plan).r-20 {
        position: relative;
        right: 20%
    }
    .section .industrials-img img {
        width: auto
    }
}

@media(max-width:767px) {
    .section .head-features {
        font-size: 23px;
        margin-bottom: 50px!important
    }
}

.section__dark {
    background-image: linear-gradient(180deg, #333, #262626)
}

.section__pricing {
    padding-bottom: 60px;
    overflow: hidden
}

@media(max-width:575px) {
    .section__pricing {
        padding-bottom: 60px
    }
}

.section__plugin-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.section__plugin-icon-circle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background-color: #F14B32;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center
}

.section__plugin-price-tile {
    height: 258px;
    background: #fff;
    border-radius: 12px
}

.section__plugin-request {
    position: relative
}

.section__plugin-request-body {
    position: relative;
    z-index: 1
}

.section__plugin-request-body .input-button {
    max-width: 460px;
    width: 100%
}

.section__plugin-request-body .input-button .error-success {
    margin-top: 6px
}

.section__plugin-request-bg {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(https://stripo-cdn.stripo.email/img/front/svg/plugin-request-bg.svg);
    background-color: #f7f7f7
}

.section__plugin-request-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, #f7f7f7, hsla(0, 0%, 96.9%, .84))
}

.section__muted {
    background: #f7f7f7
}

.section__white {
    background: #fff
}

.section__promo {
    position: relative
}

.section__roadmap {
    position: relative;
    background-color: #fff
}

.section__stripe {
    position: relative
}

.section__stripe:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 90px;
    background: url(../img/front/wave-line-grey.svg) no-repeat 10% top;
    z-index: 2
}

.section__stripe-white {
    position: relative
}

.section__stripe-white:after {
    background: url(../img/front/wave-line.svg) no-repeat 10% top;
    z-index: 0
}

.section__stripe-video {
    position: relative
}

.section__stripe-video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    height: 120px;
    background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
    background-size: cover;
    z-index: 0
}

@media(min-width:1400px)and (max-width:1499px) {
    .section__stripe-video:after {
        height: 110px;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(min-width:1300px)and (max-width:1399px) {
    .section__stripe-video:after {
        height: 100px;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(min-width:1200px)and (max-width:1299px) {
    .section__stripe-video:after {
        height: 100px;
        bottom: 4px;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .section__stripe-video:after {
        height: 86px;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(min-width:768px)and (max-width:991px) {
    .section__stripe-video:after {
        height: 78px;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(min-width:576px)and (max-width:767px) {
    .section__stripe-video:after {
        height: 58px;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

@media(max-width:575px) {
    .section__stripe-video:after {
        height: 40px;
        bottom: 0;
        background: url(https://stripo-cdn.stripo.email/img/front/page-video.svg) no-repeat 50% bottom;
        background-size: cover;
        z-index: 0
    }
}

.section__stripe-video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background: #fff;
    z-index: 1
}

@media(min-width:1200px)and (max-width:1299px) {
    .section__stripe-video:before {
        height: 6px
    }
}

@media(max-width:1199px) {
    .section__stripe-video:before {
        height: 2px
    }
}

.section__blog {
    background: url(../img/front/blog-pattern.jpg);
    position: relative;
    padding-top: 0
}

.section__blog:before {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .98));
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0
}

.section__blog>.container {
    z-index: 1;
    position: relative
}

.section__blog .text-medium {
    font-weight: 500
}

@media(min-width:768px) {
    .section__blog #subscribe .input-button__field {
        max-width: 405px;
        min-width: 405px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .section__blog #subscribe .error-success {
        position: relative!important;
        max-width: 405px;
        margin-bottom: -20px
    }
}

@media(max-width:767px) {
    .section__blog #subscribe .error-success {
        position: relative!important;
        margin-bottom: -20px
    }
}

.section__users-say .f-14 {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a
}

.section__users-say .swiper-slide {
    margin-right: 60px
}

.section__users-say-item {
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 20px
}

.section__users-say-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.section .text-medium {
    font-weight: 500
}

.section-success-contact-us {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px
}

.section__relevant-template {
    background: #F14B32;
    border-bottom: 6px solid #000;
    position: relative
}

.section__relevant-template:before {
    content: "";
    position: absolute;
    width: 280px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(270deg, rgba(49, 203, 75, 0), #F14B32)
}

@media(max-width:991px) {
    .section__relevant-template:before {
        width: 10vw;
        background-image: linear-gradient(270deg, rgba(49, 203, 75, 0), #F14B32)
    }
}

.section__relevant-template:after {
    content: "";
    position: absolute;
    width: 280px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: linear-gradient(90deg, rgba(49, 203, 75, 0), #F14B32)
}

@media(max-width:991px) {
    .section__relevant-template:after {
        width: 10vw;
        background-image: linear-gradient(90deg, rgba(49, 203, 75, 0), #F14B32)
    }
}

.section__relevant-template .zi-1 {
    z-index: 1
}

.section__relevant-template .templates__carousel {
    margin-bottom: -45px
}

.section__relevant-template .swiper-container {
    z-index: 0
}

.targets__holder {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap
}

.targets__item {
    padding: 0 22px;
    white-space: nowrap;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .targets__item {
        padding: 0;
        margin: 0 22px 20px
    }
}

@media(min-width:768px)and (max-width:1199px) {
    .article__wrap [class*=" col-"]:not(:nth-child(-n+2)),
    .article__wrap [class^=col-]:not(:nth-child(-n+2)) {
        margin-top: 60px
    }
}

@media(min-width:1200px) {
    .article__wrap [class*=" col-"]:not(:nth-child(-n+3)),
    .article__wrap [class^=col-]:not(:nth-child(-n+3)) {
        margin-top: 60px
    }
}

@media(min-width:576px)and (max-width:767px) {
    .article__wrap [class*=" col-"],
    .article__wrap [class^=col-] {
        margin-top: 30px
    }
}

@media(max-width:575px) {
    .article__wrap>div {
        padding: 0;
        margin-bottom: 30px
    }
}

.article__not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 380px;
    width: auto;
    margin: 0 auto
}

.article__section {
    margin-top: -220px
}

@media(max-width:767px) {
    .article__section {
        margin-top: -12px
    }
}

.article__section textarea {
    width: 100%;
    border: none!important
}

.article__section .os-host-textarea .os-scrollbar-horizontal,
.article__section .textarea-scroll .os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal {
    opacity: 0!important;
    visibility: hidden!important
}

.article__section .table-wrapper {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-bottom: 26px
}

.article__section .table__scroll-x {
    overflow-x: auto
}

.article__section .table__scroll-x .table__row-list {
    min-width: 600px
}

.article__section .table__row-item {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.article__section .table__row-item>div:not(:first-child) {
    text-align: center
}

.article__section .table__row-item:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.article__section .table__row-item img {
    border-radius: unset;
    box-shadow: unset;
    background-color: unset;
    margin-top: 0;
    margin-bottom: 0
}

.article__section .right-scrollbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.article__section .right-scrollbar .right-scrollbar-inner {
    position: absolute;
    top: 0;
    left: 60px
}

.article__share {
    z-index: 9;
    top: 20px
}

@media(max-width:1024px) {
    .article__share {
        top: 98px
    }
}

@media(max-width:991px) {
    .article__share {
        position: -webkit-sticky;
        position: sticky
    }
}

.article__shares {
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    background-color: #fff;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75);
    margin: 0 auto;
    display: inline-block
}

@media(max-width:991px) {
    .article__shares {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 25px 25px 0 0;
        box-shadow: 0 -14px 40px -24px rgba(0, 0, 0, .75)
    }
}

.article__shares .soc-icon {
    margin-top: 15px
}

@media(max-width:991px) {
    .article__shares .soc-icon {
        margin-top: 0
    }
}

.article__shares .soc-icon:first-child {
    margin-top: 0
}

.article__author-img {
    width: 96px;
    height: 96px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75);
    overflow: hidden;
    margin: 0 auto
}

@media(max-width:991px) {
    .article__author-img {
        margin: 0
    }
}

.article__author-img .text-normal {
    font-weight: 500
}

.article__about {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .article__about {
        margin-bottom: 15px
    }
}

.article__about-category {
    max-width: 50%
}

@media(max-width:767px) {
    .article__about-category {
        max-width: 100%
    }
}

.article__about-category-wrapper {
    overflow: hidden
}

@media(max-width:767px) {
    .article__about-category-wrapper {
        -webkit-mask-image: linear-gradient(270deg, transparent, #000 75%);
        mask-image: linear-gradient(270deg, transparent, #000 75%)
    }
}

.article__about-attr a:hover {
    border-bottom: 0!important
}

.article__about-attr #rate-article {
    margin-top: 2px;
    white-space: nowrap
}

@media(max-width:767px) {
    .article__about-attr #rate-article {
        margin-left: 10px
    }
}

.article__nav div {
    cursor: pointer
}

.article__nav div:hover {
    color: #4a4a4a!important
}

.article__breadcrumbs .separate {
    color: hsla(240, 4%, 51%, .3);
    padding: 0 4px
}

.article__container {
    background: #fff;
    border-radius: 12px
}

.article__container p {
    margin-bottom: 26px;
    line-height: 1.6
}

.article__container h1 {
    font-size: 50.5px;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .article__container h1 {
        font-size: 31px
    }
}

.article__container h2 {
    font-size: 45.5px;
    margin-top: 1px;
    margin-bottom: 22px
}

@media(max-width:767px) {
    .article__container h2 {
        font-size: 28px
    }
}

.article__container h3 {
    font-size: 28.4px;
    margin-top: 17px;
    margin-bottom: 26px
}

@media(max-width:767px) {
    .article__container h3 {
        font-size: 24px
    }
}

.article__container h4 {
    font-size: 21.3px;
    margin-top: 24px;
    margin-bottom: 28px
}

.article__container h5 {
    font-size: 16px;
    margin-top: 26px;
    margin-bottom: 26px
}

.article__container b,
.article__container strong {
    font-weight: 700
}

.article__container ul {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    font: 500 16px Montserrat;
    color: #7d7d7d
}

.article__container ul li {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63
}

.article__container ul li b,
.article__container ul li strong {
    font-weight: 500
}

.article__container ul li h3 {
    display: inline-block;
    margin: -14px 0 0
}

.article__container ul li:first-child {
    margin-top: 0
}

.article__container ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/tabler-icon-caret-right.svg);
    width: 9px;
    height: 23px;
    color: #7d7d7d
}

.article__container ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-bottom: 25px;
    margin-top: 25px;
    font: 500 16px Montserrat
}

.article__container ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63;
    color: #7d7d7d;
    font-size: 16px
}

.article__container ol li b,
.article__container ol li strong {
    font-weight: 500
}

.article__container ol li:before {
    content: counter(my-awesome-counter);
    background: #F14B32;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    text-align: center;
    left: -10px
}

.article__container a:not(.button-primary) {
    color: #F14B32
}

.article__container a:not(.button-primary):hover {
    border-bottom: 1px solid #F14B32
}

.article__container img {
    max-width: 100%!important;
    height: auto!important;
    background-color: #f7f7f7;
    margin-top: 34px;
    margin-bottom: 34px
}

.article__container .iframe,
.article__container img {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05)
}

.article__container .iframe {
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.article__container .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article__container .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.article__container .video__link,
.article__container .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article__container .video__media {
    border: none
}

.article__container .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.article__container .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.article__container .video__button-icon {
    fill: #fff
}

.article__container .video__button:focus {
    outline: none
}

.article__container .video:hover .video__button-shape,
.article__container .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.article__container .video--enabled {
    cursor: pointer
}

.article__container .video--enabled .video__button {
    display: block
}

.article__container .iframe-esputnik {
    position: relative;
    padding-bottom: 180px;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

@media(min-width:768px) {
    .article__container .iframe-esputnik {
        padding-bottom: 84%
    }
}

@media(min-width:992px) {
    .article__container .iframe-esputnik {
        padding-bottom: 95%
    }
}

@media(min-width:1200px) {
    .article__container .iframe-esputnik {
        padding-bottom: 72%
    }
}

@media(min-width:1300px) {
    .article__container .iframe-esputnik {
        padding-bottom: 58%
    }
}

@media(min-width:1500px) {
    .article__container .iframe-esputnik {
        padding-bottom: 50%
    }
}

.article__container .iframe-esputnik iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article__container blockquote {
    background: rgba(49, 203, 75, .1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 34px
}

.article__container blockquote p {
    margin-bottom: 0;
    font-size: 18px
}

.article__container a.button-primary:not(.w-100) {
    height: auto;
    padding: 13px 40px 12px;
    white-space: unset;
    text-align: center
}

.article__container a.button-primary:not(.w-100) span {
    line-height: 26px
}

.article__item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden
}

.article__item-content {
    padding: 0 30px 67px;
    position: relative
}

@media(max-width:767px) {
    .article__item-holder>div:not(:first-child) {
        display: none
    }
}

.article__item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 4px 0;
    height: auto
}

.article__item-text.one-line {
    -webkit-line-clamp: 5;
    margin-top: 0;
    margin-bottom: 2px;
    max-height: 126px!important
}

.article__item-text.two-line {
    -webkit-line-clamp: 4;
    margin-top: -3px;
    margin-bottom: -3px;
    max-height: 100px!important
}

.article__item-text.three-line {
    -webkit-line-clamp: 3;
    margin-top: -7px;
    margin-bottom: -7px;
    max-height: 74px!important
}

@media(max-width:992px) {
    .article__item-text-latest {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        margin: 4px 0
    }
}

.article__item-title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    max-height: 102px;
    -webkit-box-orient: vertical
}

@media(max-width:992px) {
    .article__item-title.h4 {
        font-size: 28px
    }
}

.article__item-category,
.template__category {
    left: 30px;
    right: 30px;
    position: absolute;
    bottom: 30px;
    overflow: hidden;
    display: flex;
    white-space: nowrap
}

.article__item-category:after,
.template__category:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
    height: 25px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff)
}

.article__item-category .releases__status,
.template__category .releases__status {
    margin-left: 5px
}

.article__item-category .releases__status:first-child,
.template__category .releases__status:first-child {
    margin-left: 0
}

.article__item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%
}

.article__item-img--holder {
    height: 265px;
    max-width: 100%;
    position: relative
}

.article__item-img--holder:before {
    content: "";
    width: 102%;
    height: 100%;
    position: absolute;
    left: -2px;
    bottom: -3px;
    z-index: 2;
    background: url(https://stripo-cdn.stripo.email/img/front/wave-line-black-white.svg) 100% 100% no-repeat;
    background-size: 100%
}

@media(max-width:767px) {
    .article__item-img--holder:before {
        bottom: -2px
    }
}

.article__table-wrapper {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden
}

.article__table-row {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.article__table-row:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

@media(max-width:991px) {
    .article__table-row>div:not(:first-child):not(.active) {
        display: none!important
    }
}

.article__table-row img {
    border-radius: unset;
    box-shadow: unset;
    background-color: unset;
    margin-top: 0;
    margin-bottom: 0
}

.article-mask {
    -webkit-mask-image: linear-gradient(270deg, transparent, #000 75%);
    mask-image: linear-gradient(270deg, transparent, #000 75%)
}

.article__subscribe {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    z-index: 1
}

.article__subscribe .input-button__field {
    min-width: 490px
}

@media(max-width:1200px) {
    .article__subscribe .input-button__field {
        min-width: unset
    }
}

.article__subscribe:before {
    background: url(../img/front/blog-pattern.jpg) no-repeat center 35%;
    background-size: 140%
}

.article__subscribe:after,
.article__subscribe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    border-radius: 30px
}

.article__subscribe:after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .98));
    opacity: .9
}

.article__subscribe .h4 {
    font-size: 24px;
    position: relative;
    z-index: 1
}

.article__subscribe .subscribe-button-wrapper {
    z-index: 1
}

.article__get-started {
    background: url(../img/front/back-main-pattern.jpg) no-repeat 50%;
    background-size: cover;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.article__get-started.dark-block:after {
    background-color: #000
}

.article__get-started.dark-block:after,
.article__get-started.light-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .81;
    z-index: 0;
    border-radius: 0 0 12px 12px
}

.article__get-started.light-block:after {
    background-color: #fff
}

.article__get-started-wrapper {
    z-index: 1
}

.article__cta-buttons {
    background: #f8f8f8;
    border-radius: 30px;
    border: 4px solid #F14B32
}

.article__cta-buttons a.button-primary {
    color: #fff;
    font-size: 16px;
    padding: 0 25px!important;
    height: 41px!important
}

.article__cta-buttons a.button-primary:hover {
    border-bottom: 0
}

.article__cta-buttons a.button-primary span:after {
    content: "\2192";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
    background: unset
}

.article__cta-buttons a.button-secondary {
    color: #4a4a4a;
    font-size: 16px;
    padding: 0 25px;
    height: 41px
}

.article__cta-buttons a.button-secondary:hover {
    border-bottom: 0
}

.article__cta-small {
    border-radius: 46px;
    background-image: linear-gradient(180deg, #F14B32, #2cb543)
}

.article__cta-small a.button-secondary {
    color: #4a4a4a;
    font-size: 16px;
    padding: 0 25px;
    height: 41px
}

.article__cta-small a.button-secondary:hover {
    border-bottom: 0
}

.article__cta-small a.button-secondary span:after {
    content: "\2192";
    position: absolute;
    top: 0;
    right: 0;
    color: #7d7d7d;
    display: block;
    background: unset
}

.article__cta-large {
    border-radius: 30px;
    border: 4px solid #F14B32
}

.article__cta-large a.button-primary {
    color: #fff;
    font-size: 16px;
    padding: 0 25px!important;
    height: 41px!important
}

.article__cta-large a.button-primary:hover {
    border-bottom: 0
}

.article__cta-large a.button-primary span:after {
    content: "\2192";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
    background: unset
}

.article__template-category {
    z-index: -1;
    position: absolute;
    top: 20px;
    width: 315px;
    background: #fff;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 30%, #fff 0, #fff);
    border-radius: 30px;
    overflow: hidden
}

@media(max-width:991px) {
    .article__template-category {
        display: none
    }
}

.article__template-category .promo-img {
    border-radius: 0;
    box-shadow: unset;
    background-color: unset;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto
}

.article__template-category .promo-img-footer {
    width: 100%;
    height: 107px;
    background: url(https://stripo-cdn.stripo.email/img/front/group-wave-40.svg) no-repeat;
    background-position: 72.5% top;
    background-size: cover
}

.article__template-category a.h4 {
    color: #4a4a4a
}

.article__template-category a:hover {
    border-bottom: 0!important
}

.article__promo-block {
    padding-top: 30px;
    position: relative;
    border-radius: 30px
}

.article__promo-block a.h4 {
    color: #4a4a4a
}

.article__promo-block a:hover {
    border-bottom: 0!important
}

.article__promo-block .button-primary {
    color: #fff;
    font-size: 16px;
    padding: 0 25px!important;
    height: 41px!important
}

.article__promo-block .button-primary:hover {
    border-bottom: 0
}

@media(min-width:768px) {
    .article__promo-block .button-primary {
        max-width: 300px
    }
}

.article__promo-block .promo-img {
    border-radius: 0;
    box-shadow: unset;
    background-color: unset;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 100%
}

@media(max-width:767px) {
    .article__promo-block .promo-img {
        position: relative;
        left: unset;
        padding-bottom: 25px
    }
}

.article__promo-block .promo-img-footer {
    width: 100%;
    height: 107px;
    background: url(https://stripo-cdn.stripo.email/img/front/group-promo-40.svg) no-repeat;
    background-position: 70% top;
    background-size: cover
}

.article__dynamic-widget {
    border-radius: 30px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #f7f7f7;
    overflow: hidden
}

.article__dynamic-widget a.h4 {
    color: #4a4a4a
}

.article__dynamic-widget a:hover {
    border-bottom: 0!important
}

.article__dynamic-img {
    max-width: 100%;
    height: auto;
    border-radius: unset!important;
    box-shadow: unset!important
}

.article__dynamic-content .button-secondary .label {
    color: #4a4a4a
}

.article__dynamic-content .button-secondary:hover {
    border-bottom: 0!important
}

@media(min-width:768px) {
    .article__dynamic-content .button-secondary {
        max-width: 360px
    }
}

.article__dynamic-content .button-secondary .btn-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://stripo-cdn.stripo.email/img/front/svg/green-new-window.svg) no-repeat 50%;
    background-size: cover
}

.article__discover {
    border-radius: 30px;
    box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden
}

.article__discover-img-holder {
    position: relative;
    height: 420px;
    background: url(../img/front/back-pattern.jpg);
    background-size: 190%
}

.article__discover-img-holder .h2 {
    position: relative;
    z-index: 1;
    font-size: 42px
}

.article__discover-img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .94), transparent)
}

.article__discover-img-holder:after {
    content: "";
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(https://stripo-cdn.stripo.email/img/front/wave-green.svg);
    background-size: cover
}

@media(max-width:767px) {
    .article__discover-img-holder:after {
        height: 102px
    }
}

.article__discover-footer {
    background: #fff
}

.article__menu-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    margin-left: -15px;
    transform: translateY(114px);
    z-index: 9999999
}

@media(max-width:991px) {
    .article__menu-wrapper {
        transform: translateY(35px)
    }
}

.article__menu-icon {
    position: relative;
    width: 56px;
    height: 46px;
    border-radius: 0 15px 15px 0;
    border: 1px solid hsla(0, 0%, 66.7%, .19);
    background-color: #f7f7f7;
    background-image: url(https://stripo-cdn.stripo.email/img/front/svg/toc-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 18px;
    cursor: pointer;
    z-index: 1
}

.article__menu-icon.active {
    background-image: url(https://stripo-cdn.stripo.email/img/front/svg/menu-opened.svg)
}

.article__menu-icon.active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    width: 3px;
    background-color: #f7f7f7
}

@media(max-width:1099px) {
    .article__menu-icon.active {
        transform: translate(0);
        border-radius: 0 15px 0 0
    }
    .article__menu-icon.active:before {
        content: "";
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background-color: #f7f7f7
    }
}

.article__menu-contents {
    width: 264px;
    transform: translate(-100%, -46px);
    border-radius: 15px 0 0 15px;
    border: 1px solid hsla(0, 0%, 66.7%, .19);
    background-color: #f7f7f7;
    z-index: -10;
    display: none
}

@media(max-width:1099px) {
    .article__menu-contents {
        transform: translate(0);
        border-radius: 0 15px 15px 0
    }
}

.article__menu-contents .scrolled {
    position: relative!important;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.article__menu-contents.active {
    display: block;
    width: 264px!important;
    overflow-y: auto!important;
    z-index: 10
}

.article__menu-contents.active .scrolled {
    height: auto;
    transition: all .2s ease-in
}

@media(max-width:991px) {
    .article__menu-contents.active .scrolled {
        display: block
    }
}

.article__menu-contents.active .scrolled .anchors-list {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.article__menu-contents.active .scrolled .anchors-list li {
    list-style: none;
    margin: 0 0 10px
}

.article__menu-contents.active .scrolled .anchors-list li:before {
    display: none
}

.article__menu-contents.active .scrolled .anchors-list li.active {
    position: relative
}

.article__menu-contents.active .scrolled .anchors-list li.active h2,
.article__menu-contents.active .scrolled .anchors-list li.active h3 {
    color: #7d7d7d
}

.article__menu-contents.active .scrolled .anchors-list li.active h2:hover,
.article__menu-contents.active .scrolled .anchors-list li.active h3:hover {
    border-bottom: 1px solid #7d7d7d
}

.article__menu-contents.active .scrolled .anchors-list li.active:before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: -5px;
    color: #7d7d7d;
    display: block;
    background: unset
}

.article__menu-contents.active .scrolled .anchors-list li a:hover {
    border: 0
}

.article__menu-contents.active .scrolled .anchors-list li h2,
.article__menu-contents.active .scrolled .anchors-list li h3 {
    display: inline;
    font-size: 12px!important;
    line-height: 20px!important;
    font-weight: 500!important;
    color: #F14B32;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.article__menu-contents.active .scrolled .anchors-list li h2 strong,
.article__menu-contents.active .scrolled .anchors-list li h3 strong {
    display: inline
}

.article__menu-contents.active .scrolled .anchors-list li h2:hover,
.article__menu-contents.active .scrolled .anchors-list li h3:hover {
    border-bottom: 1px solid #F14B32
}

@media(max-width:991px) {
    .article__menu-contents.active .scrolled .anchors-list {
        display: block
    }
}

#sidebar-toggler {
    display: none
}

#sidebar {
    background-color: #f7f7f7;
    border-radius: 15px 0 0 15px;
    border: 1px solid hsla(0, 0%, 66.7%, .19);
    display: block;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    top: 30px;
    left: 0;
    width: 240px;
    transition: left .5s;
    z-index: -9999
}

#sidebar-toggler:checked+#sidebar {
    z-index: 1
}

@media(min-width:768px)and (max-width:991px) {
    .lang-en .article__discover .h2,
    .lang-es .article__discover .h2,
    .lang-it .article__discover .h2,
    .lang-pt .article__discover .h2 {
        font-size: 38px
    }
}

@media(max-width:767px) {
    .lang-en .article__discover .h2,
    .lang-es .article__discover .h2,
    .lang-it .article__discover .h2,
    .lang-pt .article__discover .h2 {
        font-size: 40px
    }
}

@media(min-width:1400px)and (max-width:1500px) {
    .lang-de .article__discover .h2 {
        font-size: 38px
    }
}

@media(min-width:1300px)and (max-width:1399px) {
    .lang-de .article__discover .h2 {
        font-size: 34px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .lang-de .article__discover .h2 {
        font-size: 30px;
        margin-top: 20px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-de .article__discover .h2 {
        font-size: 28px;
        margin-top: 30px
    }
}

@media(max-width:576px) {
    .lang-de .article__discover .h2 {
        font-size: 36px
    }
}

@media(min-width:1300px)and (max-width:1400px) {
    .lang-fr .article__discover .h2 {
        font-size: 36px
    }
}

@media(min-width:1200px)and (max-width:1299px) {
    .lang-fr .article__discover .h2 {
        font-size: 34px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-fr .article__discover .h2 {
        font-size: 34px
    }
}

@media(max-width:576px) {
    .lang-fr .article__discover .h2 {
        font-size: 40px
    }
}

@media(min-width:1300px)and (max-width:1400px) {
    .lang-ru .article__discover .h2 {
        font-size: 36px
    }
}

@media(min-width:1200px)and (max-width:1299px) {
    .lang-ru .article__discover .h2 {
        font-size: 34px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-ru .article__discover .h2 {
        font-size: 30px;
        margin-top: 20px
    }
}

@media(max-width:576px) {
    .lang-ru .article__discover .h2 {
        font-size: 40px
    }
}

@media(min-width:1200px)and (max-width:1300px) {
    .lang-ua .article__discover .h2 {
        font-size: 36px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-ua .article__discover .h2 {
        font-size: 34px
    }
}

.hidden-widget {
    z-index: -1;
    height: 0;
    display: none
}

.comments__holder {
    margin-left: -15px;
    margin-right: -15px;
    word-break: break-all;
    word-wrap: break-word
}

@media(max-width:767px) {
    .comments__holder {
        margin-left: 0;
        margin-right: 0
    }
}

.comments__holder .textarea-scroll {
    min-height: unset!important
}

.comments__avatar {
    width: 51px;
    min-width: 51px;
    height: 51px;
    box-shadow: 0 9px 20px -12px rgba(0, 0, 0, .75);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center
}

.comments__avatar+.input-button p {
    width: calc(100% - 71px)
}

.comments__avatar-img {
    width: 100%
}

.price__tile {
    background: #fff;
    border-radius: 12px;
    width: 100%
}

.price__tile .h1 {
    font-size: 50px
}

.price__currency {
    top: 6px;
    margin-right: 4px;
    right: 100%;
    font-weight: 800;
    position: absolute
}

.price__currency.alt {
    top: -2px;
    margin-right: 2px
}

.price__cent {
    top: 6px;
    left: 100%;
    font-weight: 800;
    position: absolute
}

.price__period {
    bottom: 7px;
    font-weight: 500
}

.price__period,
.price__target {
    position: absolute;
    left: 100%;
    margin-left: 4px
}

.price__target {
    top: 8px;
    font-weight: 400
}

@media(max-width:991px) {
    .price__tiles>div:not(.active) {
        display: none
    }
}

@media(max-width:991px) {
    .price__contact {
        width: 100%
    }
}

.price__list {
    list-style: none
}

.price__list-item {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.price__list-item>div:not(:first-child) {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.price__list-item:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.price__list-item:nth-child(2n):before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    background: #f3f3f3
}

.price__list-item:nth-child(2n):after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    background: #f3f3f3
}

@media(max-width:991px) {
    .price__list-item>div:not(:first-child):not(.active) {
        display: none
    }
}

@media(min-width:1200px) {
    .price__list-notice {
        margin-right: 8.6%
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .price__list-notice {
        margin-right: 7%
    }
}

.price__payment {
    filter: grayscale(100%);
    opacity: .5;
    transition: all .3s ease;
    height: 25px
}

.price__payment:hover {
    opacity: 1;
    filter: none
}

@media(max-width:991px) {
    .price__payment {
        max-width: 100%
    }
}

.price__save {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-53%);
    margin-left: -15px;
    white-space: nowrap;
    background: #fff
}

@media(max-width:991px) {
    .price__save {
        transform: none;
        top: -9px;
        left: auto;
        right: 0
    }
}

.price__description {
    min-height: 45px
}

.infinity {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 12px;
    position: relative;
    top: 4px
}

.plugin__tile {
    background: #fff;
    border-radius: 12px;
    width: 100%
}

.plugin__tile .h1 {
    font-size: 50px
}

@media(min-width:992px)and (max-width:1200px) {
    .plugin__tile h1 {
        font-size: 31px
    }
    .plugin__tile h4 {
        font-size: 24px
    }
}

@media(min-width:576px)and (max-width:991px) {
    .plugin__tile {
        margin: 0 auto
    }
}

@media(max-width:576px) {
    .plugin__tile {
        width: 100%;
        margin: 0 auto
    }
}

.plugin__tiles .first,
.plugin__tiles .fourth {
    min-width: unset
}

.plugin__tiles .first .plugin__tile,
.plugin__tiles .fourth .plugin__tile {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.plugin__currency {
    top: 6px;
    margin-right: 4px;
    right: 100%;
    font-weight: 800;
    position: absolute
}

.plugin__currency.alt {
    top: -2px;
    margin-right: 2px
}

.plugin__subheading {
    position: absolute;
    bottom: -16px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #7d7d7d;
    white-space: nowrap
}

@media(max-width:576px) {
    .plugin__switch {
        min-width: 65px
    }
}

@media(max-width:991px) {
    .plugin__tiles>div:not(.active) {
        display: none
    }
}

.plugin__list {
    list-style: none
}

.plugin__list-item {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.plugin__list-item>div:not(:first-child) {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.plugin__list-item:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.plugin__list-item:nth-child(2n):before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    background: #f3f3f3
}

.plugin__list-item:nth-child(2n):after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    background: #f3f3f3
}

@media(max-width:991px) {
    .plugin__list-item>div:not(:first-child):not(.active) {
        display: none
    }
}

.plugin__popular-price {
    top: -13px;
    text-align: center;
    border-radius: 5px;
    background-color: #f45a38;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 800;
    padding: 0 10px;
    height: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    box-sizing: content-box
}

.plugin__popular-price,
.plugin__popular-price-text {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%)
}

.plugin__popular-price-text {
    top: 15px;
    min-width: 100%
}

@media(min-width:1200px) {
    .lang-ru .col.fourth .h1 {
        line-height: 61px;
        font-size: 30px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-ru .col.fourth .h1 {
        line-height: 61px;
        font-size: 24px
    }
}

@media(max-width:991px) {
    .lang-ru .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-ua .col.fourth .h1 {
        line-height: 61px;
        font-size: 24px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-ua .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-ua .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-de .col.fourth .h1 {
        line-height: 61px;
        font-size: 21px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-de .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-de .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-fr .col.fourth .h1 {
        line-height: 61px;
        font-size: 21px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-fr .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-fr .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-pt .col.fourth .h1 {
        line-height: 61px;
        font-size: 21px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-pt .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-pt .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-es .col.fourth .h1 {
        line-height: 61px;
        font-size: 21px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-es .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-es .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

@media(min-width:1200px) {
    .lang-it .col.fourth .h1 {
        line-height: 61px;
        font-size: 21px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-it .col.fourth .h1 {
        line-height: 61px;
        font-size: 18px
    }
}

@media(max-width:991px) {
    .lang-it .col.fourth .h1 {
        font-size: 31px;
        line-height: 61px
    }
}

.plan__block {
    background: #fff;
    padding: 50px 25px 50px 50px;
    border-radius: 20px;
    box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75);
    display: none
}

.plan__block.active {
    display: block;
    position: relative;
    z-index: 3
}

.plan__block .button-primary {
    width: calc(100% + 25px);
    margin-left: -25px
}

@media(min-width:767px)and (max-width:991px) {
    .plan__block .button-primary {
        width: auto
    }
}

.order__bg-line {
    background: url(https://stripo-cdn.stripo.email/img/front/path-order.svg) 100% 0 no-repeat;
    background-position-y: 10px
}

.order__step .small {
    line-height: 20px!important
}

.order__switcher {
    white-space: nowrap
}

.order__switcher-holder {
    max-width: 100%;
    width: 100%
}

@media(max-width:767px) {
    .order__switcher-holder {
        width: 100%
    }
}

@media(max-width:767px) {
    .order__switcher {
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.order__icon {
    height: 46px;
    display: inline-flex;
    align-items: flex-end
}

@media(max-width:767px) {
    .order__icon {
        height: auto;
        min-width: 56px;
        margin-right: 25px;
        text-align: center
    }
}

.order__tile:before {
    content: "";
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 23px 70px -33px rgba(0, 0, 0, .75);
    background: #fff;
    left: -10%;
    right: -10%;
    top: 0;
    bottom: 0
}

@media(max-width:767px) {
    .order__tile:before {
        left: 15px;
        right: 15px
    }
}

@media(max-width:767px) {
    .order__tile {
        padding: 18px 50px 30px;
        margin-bottom: 30px
    }
}

.order__price {
    min-width: 25px
}

.template-order .small {
    line-height: 20px!important
}

.template-order .switcher {
    width: 100%;
    box-sizing: border-box
}

.template-order .switcher__item {
    width: 50%
}

.template-order .os-scrollbar.os-scrollbar-horizontal {
    visibility: hidden!important
}

.template-order #design-development-price,
.template-order #development-only-price {
    font-size: 50px!important
}

.template-order textarea {
    width: 100%;
    border: none
}

.accordion .anchor-link {
    display: inline;
    line-height: 1.5
}

.accordion .anchor-link+.answer {
    display: none;
    overflow: hidden;
    transition: none;
    box-sizing: border-box;
    line-height: 1.63;
    font-size: 16px;
    font-weight: 500
}

.accordion .anchor-link+.answer p {
    margin-top: 25px
}

.accordion .anchor-link+.answer h5 {
    font-size: 16px;
    margin-top: 25px
}

.accordion .anchor-link+.answer .list {
    margin-top: 20px
}

.accordion .anchor-link.active {
    color: #F14B32;
    border-bottom: 1px dashed #F14B32
}

.accordion .anchor-link.active:hover {
    border-bottom-color: transparent
}

.releases__content.hide,
.releases__nav.hide {
    display: none
}

.releases__content p {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal
}

.releases__content p a {
    color: #F14B32
}

.releases__content p a:hover {
    border-bottom: 1px solid
}

@media(max-width:767px) {
    .releases__content.past-releases h6:first-child {
        padding-left: 24px
    }
}

.releases__content .feature-list-wrapper h6 {
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 1.2
}

@media(max-width:767px) {
    .releases__content .feature-list-wrapper h6 {
        padding-left: 24px
    }
}

.releases__content .feature-list-wrapper ul {
    list-style: none;
    font: 500 16px Montserrat;
    color: #7d7d7d
}

.releases__content .feature-list-wrapper ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px
}

.releases__content .feature-list-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/tabler-icon-caret-right.svg);
    width: 9px;
    height: 23px
}

.coming-soon .releases__nav .nav-desktop .small.text-medium.mb-md-20.h6.active p,
.coming-soon .releases__nav .nav-desktop ul li .small.text-medium.mb-md-20.active p,
.coming-soon .releases__nav .nav-mobile .small.text-medium.mb-md-20.h6.active p,
.coming-soon .releases__nav .nav-mobile ul li .small.text-medium.mb-md-20.active p,
.coming-soon .small.grey-color.text-medium.mb-md-20 p,
.releases__nav .nav-desktop .coming-soon .small.text-medium.mb-md-20.h6.active p,
.releases__nav .nav-desktop ul li .coming-soon .small.text-medium.mb-md-20.active p,
.releases__nav .nav-mobile .coming-soon .small.text-medium.mb-md-20.h6.active p,
.releases__nav .nav-mobile ul li .coming-soon .small.text-medium.mb-md-20.active p {
    margin: 0;
    padding: 0
}

.template-name {
    overflow-x: hidden
}

.template-name .textarea-scroll .os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal {
    opacity: 0!important;
    visibility: hidden!important
}

.template-name .textarea-scroll .os-scrollbar-horizontal {
    visibility: hidden!important
}

.template-name .os-host-textarea .os-scrollbar-horizontal {
    opacity: 0!important;
    visibility: hidden!important
}

.template__item {
    background: #fff;
    border-radius: 12px
}

.template__title-premium {
    color: #a01eef;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800
}

.template__title-premium a {
    text-decoration: underline;
    color: #a01eef
}

.template__premium {
    box-shadow: 0 -2px 0 #a01eef;
    position: relative
}

.template__premium:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    background: url(https://stripo-cdn.stripo.email/img/front/svg/premium-tmpl.svg) no-repeat 50%;
    background-size: cover;
    z-index: 2
}

.template__filters {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #7d7d7d
}

.template__filters-title {
    margin-right: 20px;
    display: inline-block
}

.template__filters-item {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    line-height: 2.17;
    white-space: nowrap
}

.template__filters-item-close {
    width: 19px;
    height: 19px;
    cursor: pointer
}

.template__filters-item-close-text {
    color: #F14B32
}

.template__filters-closeall {
    margin-left: -4px;
    cursor: pointer
}

.template__quotes-block {
    background: url(../img/front/back-main-pattern.jpg) repeat-x top;
    background-size: 63%;
    position: relative;
    padding: 70px 15px 60px;
    color: #fff
}

@media(max-width:767px) {
    .template__quotes-block {
        background-size: cover
    }
}

.template__quotes-block .h2,
.template__quotes-block .h6 {
    position: relative
}

.template__quotes-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8)
}

.template__content {
    padding: 22px 30px 30px;
    position: relative;
    z-index: 2
}

.template__content-link {
    color: #4a4a4a
}

.template__author-label {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
    color: #4a4a4a
}

.template__author-value {
    display: inline-block;
    font-weight: 800;
    white-space: nowrap;
    padding-bottom: 5px;
    width: calc(100% - 100px)
}

@media(min-width:992px)and (max-width:1399px) {
    .template__author-value {
        display: block
    }
}

.template__author-value .link {
    font: 800 16px Montserrat
}

.template__author-row {
    display: block;
    width: 110%;
    text-align: left
}

.template__article__wrapper {
    padding: 22px 30px 77px;
    position: relative
}

.template__interactive {
    left: 0;
    top: -10px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px 0 30px;
    z-index: 1000
}

.template__interactive,
.template__interactive-top {
    position: absolute;
    background-color: #f45a38;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 800;
    height: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px
}

.template__interactive-top {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 5px;
    padding: 0 10px
}

.template__category {
    position: relative;
    top: 0;
    left: 0
}

.template__img-holder {
    height: 337px;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0
}

.template__img-holder .btn-view-details {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%
}

.template__img-holder:hover .btn-view-details {
    display: flex
}

.template__img-holder:hover:after {
    background: transparent;
    z-index: 0
}

.template__img-holder:before {
    content: "";
    width: 105%;
    height: 100%;
    position: absolute;
    left: -1%;
    right: -1%;
    bottom: 0;
    margin-bottom: -1px;
    z-index: 2;
    background: url(https://stripo-cdn.stripo.email/img/front/wave-line-black-white.svg) 100% 100% no-repeat;
    background-size: 100%
}

.template__img-holder:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1
}

.template__about-holder {
    border-radius: 25px;
    background-color: #fff;
    padding: 30px 30px 15px
}

.template__about-label {
    min-width: 100px;
    margin-right: 20px;
    margin-bottom: 0
}

.template__about-value {
    margin-top: 4px
}

.template__about-value #rate-article {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%
}

.template__about-value .releases__status {
    vertical-align: top;
    margin-bottom: 5px;
    white-space: normal
}

.template__social {
    border-radius: 25px;
    box-shadow: 0 23px 40px -24px rgba(0, 0, 0, .75);
    background-color: #fff;
    padding: 20px
}

.template__desktop {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 62px -15px rgba(0, 0, 0, .65), 0 0 0 1px rgba(0, 0, 0, .05)
}

@media(min-width:768px) {
    .template__desktop .template__desktop-content {
        overflow: hidden
    }
}

.template__desktop-back {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media(min-width:768px) {
    .template__desktop-back {
        display: inherit
    }
    .template__desktop-back .template__desktop-img {
        filter: blur(10px) grayscale(10%);
        filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius="10");
        transition: filter .5s linear
    }
}

@media(min-width:768px) {
    .template__desktop-back.animation {
        -webkit-animation: desktop-back 1s linear;
        animation: desktop-back 1s linear
    }
}

@-webkit-keyframes desktop-back {
    50% {
        transform: translate(305px)
    }
}

@keyframes desktop-back {
    50% {
        transform: translate(305px)
    }
}

.template__desktop-front {
    position: relative
}

@media(min-width:768px) {
    .template__desktop-front .template__desktop-img {
        filter: blur(0) grayscale(0);
        transition: filter .5s linear
    }
}

@media(min-width:768px) {
    .template__desktop-front.animation {
        -webkit-animation: desktop-front 1s linear;
        animation: desktop-front 1s linear
    }
}

@-webkit-keyframes desktop-front {
    50% {
        transform: translate(305px)
    }
    to {
        z-index: 1
    }
}

@keyframes desktop-front {
    50% {
        transform: translate(305px)
    }
    to {
        z-index: 1
    }
}

.template__desktop-img {
    width: 100%
}

.template__desktop-content {
    max-height: 662px;
    overflow: auto;
    z-index: 10;
    background: #f7f7f7
}

@media(max-width:767px) {
    .template__desktop-content {
        height: auto
    }
}

.template__desktop-toolbar {
    height: 40px;
    background: radial-gradient(ellipse at 50% 117px, rgba(0, 0, 0, .5098039215686274), rgba(0, 0, 0, .20784313725490197), rgba(0, 0, 0, .10196078431372549), rgba(0, 0, 0, .06274509803921569), transparent), #fff;
    position: relative;
    box-shadow: inset 0 -12px 54px -50px #000
}

.template__desktop-nav {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15)
}

.template__desktop-nav.close {
    background-color: #ff6159
}

.template__desktop-nav.restore {
    background-color: #ffbd2e
}

.template__desktop-nav.minimize {
    background-color: #28ca42
}

.template__mobile {
    position: relative
}

.template__mobile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 0;
    transition-duration: 2s;
    -webkit-animation: mobile-front-layer 2s linear;
    animation: mobile-front-layer 2s linear;
    opacity: 0
}

@-webkit-keyframes mobile-front-layer {
    to {
        bottom: 0
    }
}

@keyframes mobile-front-layer {
    to {
        bottom: 0
    }
}

.template__mobile-wrapper {
    margin-top: 65px;
    overflow: hidden
}

.template__mobile .esdev-mobile-device {
    top: 50%;
    position: relative;
    height: 702px;
    width: 344px;
    max-width: 100%;
    border-radius: 40px;
    padding: 50px 10px 60px;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75)
}

@media(max-width:767px) {
    .template__mobile .esdev-mobile-device {
        margin: auto
    }
}

.template__mobile .esdev-mobile-device-screen {
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    height: 568px;
    position: relative
}

.template__mobile .esdev-mobile-device-screen .esdev-mail-bottom-bar {
    margin-top: -5px;
    position: relative
}

.template__mobile .esdev-mobile-device-screen .esdev-mail-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: auto
}

.template__mobile .esdev-mobile-device:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -24px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #e8e8e8;
    content: " ";
    display: block
}

.template__mobile .esdev-mobile-device:before {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    background: #e8e8e8;
    height: 8px;
    border-radius: 20px;
    content: " "
}

.template__mobile img {
    display: block
}

.template__mobile-back {
    position: absolute;
    left: -43px;
    top: 0;
    border-radius: 40px
}

.template__mobile-back:after {
    bottom: 0;
    opacity: 1
}

@media(min-width:768px) {
    .template__mobile-back .template__mobile-image {
        filter: blur(10px) grayscale(10%);
        transition: filter .5s linear
    }
}

@media(max-width:767px) {
    .template__mobile-back {
        left: 0;
        z-index: -1
    }
}

@media(min-width:768px) {
    .template__mobile-back.animation {
        -webkit-animation: mobile-back 1s linear;
        animation: mobile-back 1s linear
    }
}

@-webkit-keyframes mobile-back {
    0% {
        z-index: 1
    }
    to {
        z-index: 0
    }
}

@keyframes mobile-back {
    0% {
        z-index: 1
    }
    to {
        z-index: 0
    }
}

.template__mobile-front {
    position: relative;
    margin-left: -43px;
    z-index: 1;
    border-radius: 40px
}

@media(min-width:768px) {
    .template__mobile-front .template__mobile-image {
        filter: blur(0) grayscale(0);
        transition: filter .5s linear
    }
}

@media(max-width:767px) {
    .template__mobile-front {
        margin-left: 0
    }
}

@media(min-width:768px) {
    .template__mobile-front.animation {
        -webkit-animation: mobile-front 1s linear;
        animation: mobile-front 1s linear
    }
}

@-webkit-keyframes mobile-front {
    0% {
        z-index: 0
    }
    to {
        z-index: 1
    }
}

@keyframes mobile-front {
    0% {
        z-index: 0
    }
    to {
        z-index: 1
    }
}

.template__mobile-image {
    overflow-x: hidden;
    overflow-y: auto;
    height: 464px
}

.template__tooltip {
    position: relative
}

.template__tooltip:hover {
    cursor: pointer
}

.template__tooltip:hover .small {
    display: block!important
}

.template__tooltip-body {
    position: absolute!important;
    top: -38px;
    padding: 3px 10px;
    min-width: 80px;
    white-space: nowrap
}

.template__tooltip-body,
.template__tooltip-body-order {
    display: none;
    background: #333;
    color: #fff;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%);
    text-align: center
}

.template__tooltip-body-order {
    position: absolute;
    white-space: normal;
    padding: 8px 10px;
    width: 200px;
    z-index: 1
}

.template__tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #333
}

@media(max-width:992px) {
    .template__devices-wrapper {
        flex-direction: column-reverse
    }
}

.template__condition-value-item {
    display: block;
    width: 40px;
    height: 40px
}

.template__switcher {
    display: inline-flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    height: 41px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    border-radius: 25.5px
}

.template__switcher-device,
.template__switcher-item {
    height: 100%;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03);
    padding-left: 40px;
    padding-right: 40px
}

.template__switcher-device:hover,
.template__switcher-item:hover {
    background-color: #f7f7f7
}

.template__switcher-device:first-child,
.template__switcher-item:first-child {
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px
}

.template__switcher-device:last-child,
.template__switcher-item:last-child {
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px
}

.template__switcher-device.active,
.template__switcher-item.active {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), inset 0 3px 7px 0 rgba(0, 0, 0, .08);
    pointer-events: none
}

@media(max-width:767px) {
    .template__switcher-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.template__title {
    text-align: left
}

@media(min-width:768px) {
    .template__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 100px;
        max-height: 100px
    }
}

.templates__container p,
.templates__long-description p {
    margin-bottom: 26px;
    line-height: 1.6
}

.templates__container h1,
.templates__long-description h1 {
    font-size: 50.5px;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .templates__container h1,
    .templates__long-description h1 {
        font-size: 31px
    }
}

.templates__container h2,
.templates__long-description h2 {
    font-size: 45.5px;
    margin-top: 1px;
    margin-bottom: 22px
}

@media(max-width:767px) {
    .templates__container h2,
    .templates__long-description h2 {
        font-size: 28px
    }
}

.templates__container h3,
.templates__long-description h3 {
    font-size: 28.4px;
    margin-top: 17px;
    margin-bottom: 26px
}

@media(max-width:767px) {
    .templates__container h3,
    .templates__long-description h3 {
        font-size: 24px
    }
}

.templates__container h4,
.templates__long-description h4 {
    font-size: 21.3px;
    margin-top: 24px;
    margin-bottom: 28px
}

.templates__container h5,
.templates__long-description h5 {
    font-size: 16px;
    margin-top: 26px;
    margin-bottom: 26px
}

.templates__container b,
.templates__container strong,
.templates__long-description b,
.templates__long-description strong {
    font-weight: 700
}

.templates__container ul,
.templates__long-description ul {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    font: 500 16px Montserrat;
    color: #7d7d7d
}

.templates__container ul li,
.templates__long-description ul li {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63
}

.templates__container ul li b,
.templates__container ul li strong,
.templates__long-description ul li b,
.templates__long-description ul li strong {
    font-weight: 500
}

.templates__container ul li h3,
.templates__long-description ul li h3 {
    display: inline-block;
    margin: -14px 0 0
}

.templates__container ul li:first-child,
.templates__long-description ul li:first-child {
    margin-top: 0
}

.templates__container ul li:before,
.templates__long-description ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/tabler-icon-caret-right.svg);
    width: 9px;
    height: 23px;
    color: #7d7d7d
}

.templates__container ol,
.templates__long-description ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-bottom: 25px;
    margin-top: 25px;
    font: 500 16px Montserrat
}

.templates__container ol li,
.templates__long-description ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63;
    color: #7d7d7d;
    font-size: 16px
}

.templates__container ol li b,
.templates__container ol li strong,
.templates__long-description ol li b,
.templates__long-description ol li strong {
    font-weight: 500
}

.templates__container ol li:before,
.templates__long-description ol li:before {
    content: counter(my-awesome-counter);
    background: #F14B32;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    text-align: center;
    left: -10px
}

.templates__container a:not(.button-primary),
.templates__long-description a:not(.button-primary) {
    color: #F14B32
}

.templates__container a:not(.button-primary):hover,
.templates__long-description a:not(.button-primary):hover {
    border-bottom: 1px solid #F14B32
}

.templates__container img,
.templates__long-description img {
    max-width: 100%!important;
    height: auto!important;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    background-color: #f7f7f7;
    margin-top: 34px;
    margin-bottom: 34px
}

.templates__container .iframe,
.templates__long-description .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.templates__container .iframe iframe,
.templates__long-description .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.templates__container .video,
.templates__long-description .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.templates__container .video__link,
.templates__long-description .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.templates__container .video__media,
.templates__long-description .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.templates__container .video__button,
.templates__long-description .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.templates__container .video__button-shape,
.templates__long-description .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.templates__container .video__button-icon,
.templates__long-description .video__button-icon {
    fill: #fff
}

.templates__container .video__button:focus,
.templates__long-description .video__button:focus {
    outline: none
}

.templates__container .video:hover .video__button-shape,
.templates__container .video__button:focus .video__button-shape,
.templates__long-description .video:hover .video__button-shape,
.templates__long-description .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.templates__container .video--enabled,
.templates__long-description .video--enabled {
    cursor: pointer
}

.templates__container .video--enabled .video__button,
.templates__long-description .video--enabled .video__button {
    display: block
}

.templates__container .iframe-esputnik,
.templates__long-description .iframe-esputnik {
    position: relative;
    padding-bottom: 180px;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

@media(min-width:768px) {
    .templates__container .iframe-esputnik,
    .templates__long-description .iframe-esputnik {
        padding-bottom: 84%
    }
}

@media(min-width:992px) {
    .templates__container .iframe-esputnik,
    .templates__long-description .iframe-esputnik {
        padding-bottom: 95%
    }
}

@media(min-width:1200px) {
    .templates__container .iframe-esputnik,
    .templates__long-description .iframe-esputnik {
        padding-bottom: 72%
    }
}

@media(min-width:1300px) {
    .templates__container .iframe-esputnik,
    .templates__long-description .iframe-esputnik {
        padding-bottom: 58%
    }
}

@media(min-width:1500px) {
    .templates__container .iframe-esputnik,
    .templates__long-description .iframe-esputnik {
        padding-bottom: 50%
    }
}

.templates__container .iframe-esputnik iframe,
.templates__long-description .iframe-esputnik iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.templates__container blockquote,
.templates__long-description blockquote {
    background: rgba(49, 203, 75, .1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 34px
}

.templates__container blockquote p,
.templates__long-description blockquote p {
    margin-bottom: 0;
    font-size: 18px
}

.templates__description-list li {
    margin-bottom: 15px
}

.templates .premium-filter {
    background: #ebebeb;
    min-height: 42px;
    border-radius: 11px;
    padding: 0 20px
}

.templates .premium-icon {
    position: relative;
    padding-left: 25px;
    color: #a01eef
}

.templates .premium-icon:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: -2px;
    transform: translateX(-50%);
    background: url(https://stripo-cdn.stripo.email/img/front/svg/premium-tmpl.svg) no-repeat 50%;
    background-size: cover;
    z-index: 2
}

.templates .anchor-link:active {
    border-bottom: 1px dashed transparent;
    color: #F14B32
}

@media(max-width:767px) {
    #load-more-amp,
    #load-more-templates {
        width: 100%
    }
}

.category-title p {
    text-align: center;
    color: #fff
}

.category-title p a {
    color: #F14B32
}

.category-title p a:hover {
    border-bottom: 1px solid #F14B32
}

.templates-search-wrap .check__value .label {
    position: relative;
    padding-left: 25px;
    color: #a01eef
}

.templates-search-wrap .check__value .label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: -3px;
    background: url(https://stripo-cdn.stripo.email/img/front/svg/premium-tmpl.svg) no-repeat 50%;
    background-size: 24px 24px
}

@media(min-width:992px)and (max-width:1199px) {
    .lang-ru .templates-search-wrap div.input-button {
        padding-left: 0!important;
        margin-top: 15px!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-ru .templates-search-wrap div.input-button {
        margin-left: 30px!important;
        margin-top: 12.5px!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lang-ru .templates-search-wrap .temp-category-wrapper {
        margin-top: 12.5px!important
    }
}

.four-templates-by-category,
.template__desktop-img.hide,
.template__mobile-img.hide {
    display: none
}

.four-templates-by-category.active {
    display: flex
}

@media(max-width:576px) {
    .view-also-category.more-items .template__switcher-item {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
        letter-spacing: -.8px
    }
}

@media(max-width:576px) {
    .template__mobile-img {
        width: 100%
    }
}

@-webkit-keyframes sizeTooltipTopLeft {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 650px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-325px, -25px)
    }
}

@keyframes sizeTooltipTopLeft {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 650px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-325px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRight {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 480px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(210px, -25px)
    }
}

@keyframes sizeTooltipTopRight {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 480px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(210px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 480px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(270px, -25px)
    }
}

@keyframes sizeTooltipTopRightSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 480px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(270px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeft {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 720px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-360px, 25px)
    }
}

@keyframes sizeTooltipBottomLeft {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 720px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-360px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 720px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-590px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 720px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-590px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRight {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(375px, 25px)
    }
}

@keyframes sizeTooltipBottomRight {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(375px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 920px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-460px, -25px)
    }
}

@keyframes sizeTooltipTopLeftDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 920px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-460px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftDESmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 920px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-520px, -25px)
    }
}

@keyframes sizeTooltipTopLeftDESmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 920px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-520px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 700px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(350px, -25px)
    }
}

@keyframes sizeTooltipTopRightDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 700px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(350px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-310px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-310px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftDESmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-400px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftDESmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-400px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftDEMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-480px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftDEMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 740px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-480px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 570px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(285px, 25px)
    }
}

@keyframes sizeTooltipBottomRightDE {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 570px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(285px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 630px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-315px, -25px)
    }
}

@keyframes sizeTooltipTopLeftES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 630px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-315px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftESMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 630px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-430px, -25px)
    }
}

@keyframes sizeTooltipTopLeftESMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 630px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-430px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(365px, -25px)
    }
}

@keyframes sizeTooltipTopRightES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(365px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 850px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-425px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 850px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-425px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftESSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 850px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-590px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftESSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 850px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-590px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 790px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(395px, 25px)
    }
}

@keyframes sizeTooltipBottomRightES {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 790px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(395px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 680px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-380px, -25px)
    }
}

@keyframes sizeTooltipTopLeftFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 680px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-380px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 580px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(280px, -25px)
    }
}

@keyframes sizeTooltipTopRightFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 580px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(280px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightFRMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 580px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(170px, -25px)
    }
}

@keyframes sizeTooltipTopRightFRMedium {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 580px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(170px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 660px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 660px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(365px, 25px)
    }
}

@keyframes sizeTooltipBottomRightFR {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(365px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-320px, -25px)
    }
}

@keyframes sizeTooltipTopLeftIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-320px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 700px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(240px, -25px)
    }
}

@keyframes sizeTooltipTopRightIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 700px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(240px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 640px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-260px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 640px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-260px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftITSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 640px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftITSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 640px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(375px, 25px)
    }
}

@keyframes sizeTooltipBottomRightIT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(375px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 890px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-445px, -25px)
    }
}

@keyframes sizeTooltipTopLeftRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 890px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-445px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 890px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-550px, -25px)
    }
}

@keyframes sizeTooltipTopLeftRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 890px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-550px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(190px, -25px)
    }
}

@keyframes sizeTooltipTopRightRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(190px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(500px, -25px)
    }
}

@keyframes sizeTooltipTopRightRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(500px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 620px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 620px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-440px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 620px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-170px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftRUSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 620px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-170px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(300px, 25px)
    }
}

@keyframes sizeTooltipBottomRightRU {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 730px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(300px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-405px, -25px)
    }
}

@keyframes sizeTooltipTopLeftUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-405px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-470px, -25px)
    }
}

@keyframes sizeTooltipTopLeftUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-470px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(180px, -25px)
    }
}

@keyframes sizeTooltipTopRightUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(180px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(460px, -25px)
    }
}

@keyframes sizeTooltipTopRightUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(460px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 600px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-420px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 600px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-420px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 600px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-170px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftUASmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 600px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-170px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(260px, 25px)
    }
}

@keyframes sizeTooltipBottomRightUA {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 690px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(260px, 25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-470px, -25px)
    }
}

@keyframes sizeTooltipTopLeftPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-470px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopLeftPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-230px, -25px)
    }
}

@keyframes sizeTooltipTopLeftPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, -25px)
    }
    to {
        width: 810px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-230px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 635px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(295px, -25px)
    }
}

@keyframes sizeTooltipTopRightPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 635px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(295px, -25px)
    }
}

@-webkit-keyframes sizeTooltipTopRightPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 635px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(195px, -25px)
    }
}

@keyframes sizeTooltipTopRightPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, -25px)
    }
    to {
        width: 635px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(195px, -25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 745px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-465px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 745px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-465px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomLeftPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 745px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-295px, 25px)
    }
}

@keyframes sizeTooltipBottomLeftPTSmall {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-25px, 25px)
    }
    to {
        width: 745px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(-295px, 25px)
    }
}

@-webkit-keyframes sizeTooltipBottomRightPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(320px, 25px)
    }
}

@keyframes sizeTooltipBottomRightPT {
    0% {
        width: 0;
        height: 0;
        background-color: transparent;
        border-color: transparent;
        transform: translate(0)
    }
    50%,
    60% {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(25px, 25px)
    }
    to {
        width: 750px;
        height: 50px;
        background-color: #fff;
        border-color: #F14B32;
        transform: translate(320px, 25px)
    }
}

.word {
    z-index: 1
}

.key-word,
.word {
    position: relative
}

.key-word {
    border: 0 dashed #F14B3269;
    border-radius: 10px;
    display: inline-block
}

.key-word .curve-line {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    width: 52px;
    height: 63px
}

.key-word .curve-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    transition: opacity .3s
}

.key-word .curve-line-top {
    top: -63px;
    transform-origin: bottom
}

.key-word .curve-line-bottom {
    bottom: -63px;
    transform-origin: top
}

.key-word .curve-line-top-left {
    -webkit-animation: moveTopLeft 2s linear infinite alternate;
    animation: moveTopLeft 2s linear infinite alternate
}

.key-word .curve-line-top-right {
    -webkit-animation: moveTopRight 1.9s linear .2s infinite alternate;
    animation: moveTopRight 1.9s linear .2s infinite alternate
}

.key-word .curve-line-bottom-left {
    -webkit-animation: moveBottomLeft 2s linear .3s infinite alternate;
    animation: moveBottomLeft 2s linear .3s infinite alternate
}

.key-word .curve-line-bottom-right {
    -webkit-animation: moveBottomRight 1.9s linear .4s infinite alternate;
    animation: moveBottomRight 1.9s linear .4s infinite alternate
}

.key-word .center-round {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #F14B3269;
    position: absolute;
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite
}

.key-word .center-round-top-left {
    left: -7px;
    top: -7px
}

.key-word .center-round-top-right {
    right: -7px;
    top: -7px
}

.key-word .center-round-bottom-left {
    left: -7px;
    bottom: -7px
}

.key-word .center-round-bottom-right {
    right: -7px;
    bottom: -7px
}

.key-word .tooltip-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 63px;
    z-index: 2
}

.key-word .tooltip-box-top {
    top: -63px
}

.key-word .tooltip-box-bottom {
    bottom: -63px
}

.key-word .tooltip {
    position: absolute;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.key-word .tooltip-top-left {
    top: 0;
    left: 0
}

.key-word .tooltip-bottom-left {
    bottom: 0;
    left: 0
}

.key-word .tooltip-top-right {
    top: 0;
    right: 0
}

.key-word .tooltip-bottom-right {
    bottom: 0;
    right: 0
}

.key-word .tooltip-text {
    font: 500 16px Montserrat, sans-serif;
    color: #7d7d7d;
    white-space: nowrap;
    opacity: 0
}

@media(min-width:1024px) {
    .key-word {
        border: 2px dashed #F14B3269;
        padding: 1px 10px 2px;
        margin: 7px 0;
        transition: border-color .3s
    }
    .key-word.sibling {
        margin-left: 15px
    }
    .key-word:hover {
        cursor: default;
        border-style: solid;
        border-color: #F14B32
    }
    .key-word:hover .curve-line {
        -webkit-animation: initial;
        animation: initial
    }
    .key-word:hover .curve-line:before {
        opacity: 1
    }
    .key-word:hover .center-round-top-left {
        -webkit-animation: sizeRoundTopLeft .4s linear forwards;
        animation: sizeRoundTopLeft .4s linear forwards
    }
    .key-word:hover .center-round-top-right {
        -webkit-animation: sizeRoundTopRight .4s linear forwards;
        animation: sizeRoundTopRight .4s linear forwards
    }
    .key-word:hover .center-round-bottom-left {
        -webkit-animation: sizeRoundBottomLeft .4s linear forwards;
        animation: sizeRoundBottomLeft .4s linear forwards
    }
    .key-word:hover .center-round-bottom-right {
        -webkit-animation: sizeRoundBottomRight .4s linear forwards;
        animation: sizeRoundBottomRight .4s linear forwards
    }
    .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeft .8s linear .4s forwards;
        animation: sizeTooltipTopLeft .8s linear .4s forwards
    }
    .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRight .8s linear .4s forwards;
        animation: sizeTooltipTopRight .8s linear .4s forwards
    }
    .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeft .8s linear .4s forwards;
        animation: sizeTooltipBottomLeft .8s linear .4s forwards
    }
    .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRight .8s linear .4s forwards;
        animation: sizeTooltipBottomRight .8s linear .4s forwards
    }
    .key-word:hover .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1s forwards;
        animation: showTooltipText .3s linear 1s forwards
    }
    .key-word .curve-line-top-left:before {
        background: url(../img/front/svg/curve-line-left.svg) no-repeat 100% 100%;
        background-size: contain
    }
    .key-word .curve-line-top-right:before {
        background: url(../img/front/svg/curve-line-right.svg) no-repeat 0 100%;
        background-size: contain;
        transform: rotate(180deg)
    }
    .key-word .curve-line-bottom-left:before {
        background: url(../img/front/svg/curve-line-right.svg) no-repeat 100% 0;
        background-size: contain
    }
    .key-word .curve-line-bottom-right:before {
        background: url(../img/front/svg/curve-line-left.svg) no-repeat 0 0;
        background-size: contain;
        transform: rotate(180deg)
    }
    .key-word .curve-line,
    .key-word .tooltip-box {
        display: inherit
    }
    .lang-en .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeft .8s linear .4s forwards;
        animation: sizeTooltipTopLeft .8s linear .4s forwards
    }
    .lang-en .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRight .8s linear .4s forwards;
        animation: sizeTooltipTopRight .8s linear .4s forwards
    }
    .lang-en .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeft .8s linear .4s forwards;
        animation: sizeTooltipBottomLeft .8s linear .4s forwards
    }
    .lang-en .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRight .8s linear .4s forwards;
        animation: sizeTooltipBottomRight .8s linear .4s forwards
    }
    .lang-en .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-en .key-word .tooltip-bottom-right .tooltip-text {
        white-space: normal
    }
    .lang-de .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftDE .8s linear .4s forwards;
        animation: sizeTooltipTopLeftDE .8s linear .4s forwards
    }
    .lang-de .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightDE .8s linear .4s forwards;
        animation: sizeTooltipTopRightDE .8s linear .4s forwards
    }
    .lang-de .key-word:hover .tooltip-top-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-de .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftDE .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftDE .8s linear .4s forwards
    }
    .lang-de .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightDE .8s linear .4s forwards;
        animation: sizeTooltipBottomRightDE .8s linear .4s forwards
    }
    .lang-de .key-word .tooltip-top-right .tooltip-text {
        white-space: normal
    }
    .lang-es .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftES .8s linear .4s forwards;
        animation: sizeTooltipTopLeftES .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightES .8s linear .4s forwards;
        animation: sizeTooltipTopRightES .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-top-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-es .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftES .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftES .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightES .8s linear .4s forwards;
        animation: sizeTooltipBottomRightES .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-es .key-word .tooltip-bottom-right .tooltip-text,
    .lang-es .key-word .tooltip-top-right .tooltip-text {
        white-space: normal
    }
    .lang-fr .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftFR .8s linear .4s forwards;
        animation: sizeTooltipTopLeftFR .8s linear .4s forwards
    }
    .lang-fr .key-word:hover .tooltip-top-left .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-fr .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightFR .8s linear .4s forwards;
        animation: sizeTooltipTopRightFR .8s linear .4s forwards
    }
    .lang-fr .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftFR .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftFR .8s linear .4s forwards
    }
    .lang-fr .key-word:hover .tooltip-bottom-left .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-fr .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightFR .8s linear .4s forwards;
        animation: sizeTooltipBottomRightFR .8s linear .4s forwards
    }
    .lang-fr .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-fr .key-word .tooltip-bottom-left .tooltip-text,
    .lang-fr .key-word .tooltip-bottom-right .tooltip-text,
    .lang-fr .key-word .tooltip-top-left .tooltip-text {
        white-space: normal
    }
    .lang-it .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftIT .8s linear .4s forwards;
        animation: sizeTooltipTopLeftIT .8s linear .4s forwards
    }
    .lang-it .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightIT .8s linear .4s forwards;
        animation: sizeTooltipTopRightIT .8s linear .4s forwards
    }
    .lang-it .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftIT .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftIT .8s linear .4s forwards
    }
    .lang-it .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightIT .8s linear .4s forwards;
        animation: sizeTooltipBottomRightIT .8s linear .4s forwards
    }
    .lang-it .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-it .key-word .tooltip-bottom-right .tooltip-text {
        white-space: normal
    }
    .lang-ru .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftRU .8s linear .4s forwards;
        animation: sizeTooltipTopLeftRU .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightRU .8s linear .4s forwards;
        animation: sizeTooltipTopRightRU .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftRU .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftRU .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-bottom-left .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-ru .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightRU .8s linear .4s forwards;
        animation: sizeTooltipBottomRightRU .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-ru .key-word .tooltip-bottom-left .tooltip-text,
    .lang-ru .key-word .tooltip-bottom-right .tooltip-text {
        white-space: normal
    }
    .lang-ua .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftUA .8s linear .4s forwards;
        animation: sizeTooltipTopLeftUA .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightUA .8s linear .4s forwards;
        animation: sizeTooltipTopRightUA .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftUA .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftUA .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-bottom-left .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-ua .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightUA .8s linear .4s forwards;
        animation: sizeTooltipBottomRightUA .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-ua .key-word .tooltip-bottom-left .tooltip-text,
    .lang-ua .key-word .tooltip-bottom-right .tooltip-text {
        white-space: normal
    }
    .lang-pt .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftPT .8s linear .4s forwards;
        animation: sizeTooltipTopLeftPT .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightPT .8s linear .4s forwards;
        animation: sizeTooltipTopRightPT .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftPT .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftPT .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-bottom-left .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-pt .key-word:hover .tooltip-bottom-right {
        -webkit-animation: sizeTooltipBottomRightPT .8s linear .4s forwards;
        animation: sizeTooltipBottomRightPT .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-bottom-right .tooltip-text {
        -webkit-animation: showTooltipText .3s linear 1.15s forwards;
        animation: showTooltipText .3s linear 1.15s forwards
    }
    .lang-pt .key-word .tooltip-bottom-left .tooltip-text,
    .lang-pt .key-word .tooltip-bottom-right .tooltip-text {
        white-space: normal
    }
}

@media(min-width:1024px)and (max-width:1199px) {
    .lang-en .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftSmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftSmall .8s linear .4s forwards
    }
    .lang-en .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightSmall .8s linear .4s forwards;
        animation: sizeTooltipTopRightSmall .8s linear .4s forwards
    }
    .lang-de .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftDESmall .8s linear .4s forwards;
        animation: sizeTooltipTopLeftDESmall .8s linear .4s forwards
    }
    .lang-de .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftDESmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftDESmall .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftESSmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftESSmall .8s linear .4s forwards
    }
    .lang-it .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftITSmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftITSmall .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftRUSmall .8s linear .4s forwards;
        animation: sizeTooltipTopLeftRUSmall .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightRUSmall .8s linear .4s forwards;
        animation: sizeTooltipTopRightRUSmall .8s linear .4s forwards
    }
    .lang-ru .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftRUSmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftRUSmall .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftUASmall .8s linear .4s forwards;
        animation: sizeTooltipTopLeftUASmall .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightUASmall .8s linear .4s forwards;
        animation: sizeTooltipTopRightUASmall .8s linear .4s forwards
    }
    .lang-ua .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftUASmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftUASmall .8s linear .4s forwards
    }
    .lang-pt .key-word {
        white-space: nowrap
    }
    .lang-pt .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftPTSmall .8s linear .4s forwards;
        animation: sizeTooltipTopLeftPTSmall .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightPTSmall .8s linear .4s forwards;
        animation: sizeTooltipTopRightPTSmall .8s linear .4s forwards
    }
    .lang-pt .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftPTSmall .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftPTSmall .8s linear .4s forwards
    }
    .lang-pt .key-word:nth-child(5) {
        transform: translateX(-15px)
    }
}

@media(min-width:1200px)and (max-width:1299px) {
    .lang-fr .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightFRMedium .8s linear .4s forwards;
        animation: sizeTooltipTopRightFRMedium .8s linear .4s forwards
    }
}

@media(min-width:1200px)and (max-width:1499px) {
    .lang-ru .key-word:hover .tooltip-top-right {
        -webkit-animation: sizeTooltipTopRightRUSmall .8s linear .4s forwards;
        animation: sizeTooltipTopRightRUSmall .8s linear .4s forwards
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .lang-de .key-word:hover .tooltip-bottom-left {
        -webkit-animation: sizeTooltipBottomLeftDEMedium .8s linear .4s forwards;
        animation: sizeTooltipBottomLeftDEMedium .8s linear .4s forwards
    }
    .lang-es .key-word:hover .tooltip-top-left {
        -webkit-animation: sizeTooltipTopLeftESMedium .8s linear .4s forwards;
        animation: sizeTooltipTopLeftESMedium .8s linear .4s forwards
    }
}

@-webkit-keyframes moveTopLeft {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(10deg)
    }
}

@keyframes moveTopLeft {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(10deg)
    }
}

@-webkit-keyframes moveTopRight {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -4px) rotate(-10deg)
    }
}

@keyframes moveTopRight {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -4px) rotate(-10deg)
    }
}

@-webkit-keyframes moveBottomLeft {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(10deg)
    }
}

@keyframes moveBottomLeft {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(10deg)
    }
}

@-webkit-keyframes moveBottomRight {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(-10deg)
    }
}

@keyframes moveBottomRight {
    0% {
        transform: translate(-50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -5px) rotate(-10deg)
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(49, 203, 75, .05), 0 0 0 0 rgba(49, 203, 75, .2), 0 0 0 0 rgba(49, 203, 75, .05), 0 0 0 0 rgba(49, 203, 75, .2)
    }
    to {
        box-shadow: 0 0 0 1px rgba(49, 203, 75, .05), 0 0 0 3px rgba(49, 203, 75, 0), 0 0 0 9px rgba(49, 203, 75, .05), 0 0 0 11px rgba(49, 203, 75, 0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(49, 203, 75, .05), 0 0 0 0 rgba(49, 203, 75, .2), 0 0 0 0 rgba(49, 203, 75, .05), 0 0 0 0 rgba(49, 203, 75, .2)
    }
    to {
        box-shadow: 0 0 0 1px rgba(49, 203, 75, .05), 0 0 0 3px rgba(49, 203, 75, 0), 0 0 0 9px rgba(49, 203, 75, .05), 0 0 0 11px rgba(49, 203, 75, 0)
    }
}

@-webkit-keyframes sizeRoundTopLeft {
    0% {
        width: 14px;
        height: 14px;
        top: -7px;
        left: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        top: -25px;
        left: -25px;
        background-color: #F14B32
    }
}

@keyframes sizeRoundTopLeft {
    0% {
        width: 14px;
        height: 14px;
        top: -7px;
        left: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        top: -25px;
        left: -25px;
        background-color: #F14B32
    }
}

@-webkit-keyframes sizeRoundTopRight {
    0% {
        width: 14px;
        height: 14px;
        top: -7px;
        right: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        top: -25px;
        right: -25px;
        background-color: #F14B32
    }
}

@keyframes sizeRoundTopRight {
    0% {
        width: 14px;
        height: 14px;
        top: -7px;
        right: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        top: -25px;
        right: -25px;
        background-color: #F14B32
    }
}

@-webkit-keyframes sizeRoundBottomLeft {
    0% {
        width: 14px;
        height: 14px;
        bottom: -7px;
        left: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        bottom: -25px;
        left: -25px;
        background-color: #F14B32
    }
}

@keyframes sizeRoundBottomLeft {
    0% {
        width: 14px;
        height: 14px;
        bottom: -7px;
        left: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        bottom: -25px;
        left: -25px;
        background-color: #F14B32
    }
}

@-webkit-keyframes sizeRoundBottomRight {
    0% {
        width: 14px;
        height: 14px;
        bottom: -7px;
        right: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        bottom: -25px;
        right: -25px;
        background-color: #F14B32
    }
}

@keyframes sizeRoundBottomRight {
    0% {
        width: 14px;
        height: 14px;
        bottom: -7px;
        right: -7px;
        background-color: #F14B3269
    }
    to {
        width: 50px;
        height: 50px;
        bottom: -25px;
        right: -25px;
        background-color: #F14B32
    }
}

@-webkit-keyframes showTooltipText {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showTooltipText {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.eoa-wrapper {
    position: relative
}

.eoa-wrapper .eoa-browser {
    z-index: 10;
    position: relative;
    max-width: 742px;
    height: auto
}

.eoa-wrapper .fallback-mobile {
    position: absolute;
    left: 12px;
    top: 33px;
    z-index: 2
}

.eoa-wrapper video {
    position: absolute;
    left: 12px;
    top: 34px;
    z-index: 2
}

.three-mobile {
    position: relative
}

.three-mobile__box {
    position: absolute;
    right: 15px;
    top: 259px;
    width: 348px;
    height: 263px;
    overflow: hidden;
    background-image: url(../img/front/three-modules%402x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.three-mobile__box:after {
    position: absolute;
    top: -1px;
    left: 0;
    width: 243px;
    height: 258px;
    background: url(../img/front/fringe.png) no-repeat top;
    background-size: auto 16px
}

@media(min-width:1024px) {
    .three-mobile {
        position: relative
    }
    .three-mobile__box {
        display: inherit;
        -webkit-animation: emulateModuleScroll 9s 2s infinite alternate;
        animation: emulateModuleScroll 9s 2s infinite alternate
    }
    .three-mobile__box:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
}

@-webkit-keyframes emulateMobileSwipe {
    0% {
        background-position: 0 0
    }
    8% {
        background-position: 0 0
    }
    28% {
        background-position: 0 35%
    }
    40% {
        background-position: 0 28%
    }
    45% {
        background-position: 0 28%
    }
    70% {
        background-position: 0 60%
    }
    75% {
        background-position: 0 60%
    }
    95% {
        background-position: 0 100%
    }
    to {
        background-position: 0 100%
    }
}

@keyframes emulateMobileSwipe {
    0% {
        background-position: 0 0
    }
    8% {
        background-position: 0 0
    }
    28% {
        background-position: 0 35%
    }
    40% {
        background-position: 0 28%
    }
    45% {
        background-position: 0 28%
    }
    70% {
        background-position: 0 60%
    }
    75% {
        background-position: 0 60%
    }
    95% {
        background-position: 0 100%
    }
    to {
        background-position: 0 100%
    }
}

@-webkit-keyframes emulateModuleScroll {
    0% {
        background-position: 0 0
    }
    8% {
        background-position: 0 0
    }
    28% {
        background-position: 0 35%
    }
    40% {
        background-position: 0 29.4%
    }
    45% {
        background-position: 0 29.4%
    }
    70% {
        background-position: 0 58.7%
    }
    75% {
        background-position: 0 58.7%
    }
    95% {
        background-position: 0 88%
    }
    to {
        background-position: 0 88%
    }
}

@keyframes emulateModuleScroll {
    0% {
        background-position: 0 0
    }
    8% {
        background-position: 0 0
    }
    28% {
        background-position: 0 35%
    }
    40% {
        background-position: 0 29.4%
    }
    45% {
        background-position: 0 29.4%
    }
    70% {
        background-position: 0 58.7%
    }
    75% {
        background-position: 0 58.7%
    }
    95% {
        background-position: 0 88%
    }
    to {
        background-position: 0 88%
    }
}

@media(max-width:991px) {
    .heart-box svg {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .heart-box svg {
        height: 100%
    }
}

.heart-beating {
    transform-origin: center center;
    -webkit-animation: beatHeart 1.2s infinite;
    animation: beatHeart 1.2s infinite
}

@-webkit-keyframes beatHeart {
    0% {
        transform: scale(.98)
    }
    25% {
        transform: scale(1)
    }
    40% {
        transform: scale(.98)
    }
    60% {
        transform: scale(1)
    }
    to {
        transform: scale(.98)
    }
}

@keyframes beatHeart {
    0% {
        transform: scale(.98)
    }
    25% {
        transform: scale(1)
    }
    40% {
        transform: scale(.98)
    }
    60% {
        transform: scale(1)
    }
    to {
        transform: scale(.98)
    }
}

@media(min-width:768px) {
    .drum-cell-right {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 0;
        width: 100%
    }
}

.drum-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 40px;
    padding-left: 20px
}

@media(max-width:767px) {
    .drum-wrapper {
        justify-content: space-between
    }
}

@media(max-width:576px) {
    .drum-wrapper {
        left: 10px;
        right: 10px
    }
}

.drum-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 318px;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    z-index: 2
}

@media(max-width:768px) {
    .drum-wrapper:before {
        height: 150px
    }
}

.drum-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.drum-col {
    padding-right: 20px;
    position: relative;
    max-height: 1200px;
    overflow: hidden;
    min-width: 104px
}

.drum-col .swiper-wrapper {
    flex-direction: column
}

@media(max-width:576px) {
    .drum-col-4 {
        z-index: -1
    }
}

@media(min-width:576px)and (max-width:767px) {
    .drum-col-4 {
        z-index: 2
    }
}

@media(min-width:768px)and (max-width:1160px) {
    .drum-col-4 {
        z-index: -1
    }
}

@media(max-width:768px) {
    .drum-col-5 {
        z-index: -1
    }
}

@media(max-width:1330px) {
    .drum-col-5 {
        z-index: -1
    }
}

.drum-col.swiper-vertical-2 {
    margin-top: -52px
}

.drum-item {
    width: 104px!important;
    height: 103px!important;
    border-radius: 20px;
    box-shadow: 0 13px 40px -32px rgba(0, 0, 0, .75);
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.drum-item .hubspot {
    transform: translateX(-20%)
}

.drum-item img {
    width: auto!important
}

@media (-ms-high-contrast:none) {
    .frame-wrapper {
        display: none!important
    }
    .drum-col .swiper-wrapper {
        flex-direction: column
    }
}

.frame-wrapper {
    position: absolute;
    left: -35px;
    bottom: -105px
}

.frame-wrapper .frame {
    position: relative;
    z-index: 13
}

.frame-wrapper video {
    position: absolute;
    left: 50px;
    top: 26px;
    z-index: 1
}

@media(max-width:767px) {
    .frame-wrapper {
        display: none
    }
}

.typing-container {
    position: relative
}

.typing-container .typing-box-wrapper {
    display: none;
    width: 390px;
    height: 180px;
    position: absolute;
    top: 235px;
    left: 100px;
    justify-content: center;
    z-index: 1
}

.typing-container .typing-box {
    border: 2px solid #F14B32;
    min-height: 124px;
    padding: 30px 41px 0;
    display: flex
}

.typing-container .text {
    font: italic 80px KingBasilLite;
    color: #ff6598
}

.typing-container .cursor {
    width: 2px;
    height: 70px;
    margin-top: 20px;
    margin-left: 10px;
    background-color: #ff6598;
    -webkit-animation: blink .5s infinite;
    animation: blink .5s infinite
}

@media(min-width:1024px) {
    .typing-container .typing-box-wrapper {
        display: flex
    }
}

@-webkit-keyframes blink {
    to {
        opacity: 0
    }
}

@keyframes blink {
    to {
        opacity: 0
    }
}

.with-spinner {
    position: relative
}

.with-spinner.running .label {
    opacity: 0;
    transition: opacity .7s
}

.with-spinner.running .spinner,
.with-spinner.running .spinner-green {
    opacity: 1;
    transition: opacity .5s
}

.with-spinner .label {
    transition: opacity .7s
}

.with-spinner .spinner,
.with-spinner .spinner-green {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    width: 32px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .5s
}

.with-spinner .spinner-green:after,
.with-spinner .spinner-green:before,
.with-spinner .spinner:after,
.with-spinner .spinner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.with-spinner .spinner-green:before,
.with-spinner .spinner:before {
    -webkit-animation: spinner-ripple 2s infinite;
    animation: spinner-ripple 2s infinite
}

.with-spinner .spinner-green:after,
.with-spinner .spinner:after {
    -webkit-animation: spinner-ripple 2s 1s infinite;
    animation: spinner-ripple 2s 1s infinite
}

.with-spinner .spinner-green:after,
.with-spinner .spinner-green:before {
    border-color: #F14B32
}

@-webkit-keyframes spinner-ripple {
    0% {
        transform: scale(0);
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        transform: scale(1.05);
        opacity: .2
    }
}

@keyframes spinner-ripple {
    0% {
        transform: scale(0);
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        transform: scale(1.05);
        opacity: .2
    }
}

.article__wrap .article__item {
    opacity: 0;
    transform: scale(.6);
    -webkit-animation: scaleUp .5s ease-in forwards;
    animation: scaleUp .5s ease-in forwards
}

@media(max-width:1199px) {
    .article__wrap>div:nth-child(4n+2) .article__item,
    .article__wrap>div:nth-child(4n+3) .article__item {
        -webkit-animation: scaleUp .4s ease-in forwards;
        animation: scaleUp .4s ease-in forwards
    }
}

@media(min-width:1200px) {
    .article__wrap>div:nth-child(2n+2) .article__item {
        -webkit-animation: scaleUp .4s ease-in forwards;
        animation: scaleUp .4s ease-in forwards
    }
}

.article__nav a {
    cursor: pointer
}

.related-articles .article__item {
    height: 100%
}

.related-articles .article__item,
.templates-wrapper .template__item {
    opacity: 0;
    transform: scale(.6);
    -webkit-animation: scaleUp .5s ease-in forwards;
    animation: scaleUp .5s ease-in forwards
}

.templates-wrapper>div:nth-of-type(8n+2) .template__item,
.templates-wrapper>div:nth-of-type(8n+4) .template__item,
.templates-wrapper>div:nth-of-type(8n+5) .template__item,
.templates-wrapper>div:nth-of-type(8n+7) .template__item {
    -webkit-animation: scaleUp .4s ease-in forwards;
    animation: scaleUp .4s ease-in forwards
}

.four-templates-by-category .template__item {
    opacity: 0;
    transform: scale(.6);
    -webkit-animation: scaleUp .5s ease-in forwards;
    animation: scaleUp .5s ease-in forwards
}

.template__item:hover .template__img {
    position: absolute;
    top: -100%;
    height: auto;
    transition: all 1.5s linear;
    width: 136%;
    left: -18%
}

.template__item:hover .img-height-4 {
    transition-duration: 2s
}

.template__item:hover .img-height-5 {
    transition-duration: 3s
}

.template__item:hover .img-height-6 {
    transition-duration: 4s
}

.template__item:hover .img-height-7 {
    transition-duration: 5s
}

.template__item:hover .img-height-8 {
    transition-duration: 5.8s
}

.template__item:hover .img-height-9 {
    transition-duration: 6.8s
}

.template__item:hover .img-height-10 {
    transition-duration: 7.8s
}

.template__item:hover .img-height-11 {
    transition-duration: 8.8s
}

.template__item:hover .img-height-12 {
    transition-duration: 9.8s
}

.template__item:hover .img-height-13 {
    transition-duration: 10.8s
}

.template__item:hover .img-height-14 {
    transition-duration: 11.8s
}

.template__item:hover .img-height-15 {
    transition-duration: 12.8s
}

.template__item .template__img {
    position: absolute;
    top: 0;
    height: auto;
    width: 136%;
    left: -18%;
    transition: all .5s linear
}

@-webkit-keyframes scaleUp {
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    to {
        transform: scale(1);
        opacity: 1
    }
}

.swiper-lazy-preloader:after {
    background-image: none
}

@media(max-width:767px) {
    .sw-device-screen {
        overflow: hidden;
        position: relative
    }
    .sw-image {
        position: relative
    }
    .sw-image.animate {
        transition: transform .35s ease-out
    }
}

.sw-hint {
    display: none;
    transition: opacity .3s;
    background-color: rgba(0, 0, 0, .55);
    text-align: center;
    position: absolute;
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    z-index: -1
}

.sw-hint.show {
    display: block;
    z-index: 1
}

.sw-hint-text {
    font-size: 22px;
    color: #fff;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

.missing__img,
.missing__img-line,
.sw-hint-text {
    position: relative
}

.missing__img-line:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #F14B32;
    box-shadow: 0 0 1px #F14B32;
    width: 100%;
    left: 0;
    bottom: 36.6px
}

.missing__img-wrapper {
    position: relative;
    background: #f7f7f7;
    z-index: 1
}

.missing .header-404 {
    font-size: 28.4px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a
}

.hljs {
    display: block;
    padding: .5em;
    color: #fff0a9;
    background: url(pojoaque.html) repeat scroll 0 0 #272822
}

.diff .hljs-header,
.hljs-comment,
.hljs-doctype,
.hljs-javadoc,
.hljs-template_comment,
.lisp .hljs-string {
    color: #586e75;
    font-style: italic
}

.clojure .hljs-title,
.css .hljs-tag,
.css .rule .hljs-keyword,
.hljs-addition,
.hljs-keyword,
.hljs-winutils,
.javascript .hljs-title,
.method,
.nginx .hljs-title {
    color: #b64926
}

.hljs-command,
.hljs-hexcolor,
.hljs-number,
.hljs-phpdoc,
.hljs-regexp,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #468966
}

.clojure .hljs-built_in,
.hljs-built_in,
.hljs-chunk,
.hljs-decorator,
.hljs-function .hljs-title,
.hljs-id,
.hljs-identifier,
.hljs-localvars,
.hljs-title,
.lisp .hljs-title {
    color: #ffb03b
}

.haskell .hljs-type,
.hljs-attribute,
.hljs-class .hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number {
    color: #b58900
}

.css .hljs-attribute {
    color: #b89859
}

.css .hljs-hexcolor,
.css .hljs-number {
    color: #dccf8f
}

.css .hljs-class {
    color: #d3a60c
}

.diff .hljs-change,
.hljs-attr_selector,
.hljs-cdata,
.hljs-important,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang,
.hljs-special,
.hljs-subst,
.hljs-symbol,
.hljs-symbol .hljs-string {
    color: #cb4b16
}

.hljs-deletion {
    color: #dc322f
}

.tex .hljs-formula {
    background: #073642
}

.hljs-title {
    color: #e22b68
}

.beefree-review-pricing-features-alternatives .white-layout,
.chamaileon-review-pricing-features-and-alternatives .white-layout,
.designmodo-review-pricing-features-alternatives .white-layout,
.inkbrush-review-pricing-features-and-alternatives .white-layout,
.mailchimp-review-pricing-features-and-alternatives .white-layout,
.mosaico-review-pricing-features-alternatives .white-layout,
.taxiforemail-review-pricing-features-and-alternatives .white-layout {
    background: #fff;
    border-radius: 12px
}

.beefree-review-pricing-features-alternatives .price__tile .list li,
.chamaileon-review-pricing-features-and-alternatives .price__tile .list li,
.designmodo-review-pricing-features-alternatives .price__tile .list li,
.inkbrush-review-pricing-features-and-alternatives .price__tile .list li,
.mailchimp-review-pricing-features-and-alternatives .price__tile .list li,
.mosaico-review-pricing-features-alternatives .price__tile .list li,
.taxiforemail-review-pricing-features-and-alternatives .price__tile .list li {
    margin-top: 12px!important
}

@media(min-width:992px)and (max-width:1199px) {
    .beefree-review-pricing-features-alternatives .price__tile .min-h-lg-0,
    .chamaileon-review-pricing-features-and-alternatives .price__tile .min-h-lg-0,
    .designmodo-review-pricing-features-alternatives .price__tile .min-h-lg-0,
    .inkbrush-review-pricing-features-and-alternatives .price__tile .min-h-lg-0,
    .mailchimp-review-pricing-features-and-alternatives .price__tile .min-h-lg-0,
    .mosaico-review-pricing-features-alternatives .price__tile .min-h-lg-0,
    .taxiforemail-review-pricing-features-and-alternatives .price__tile .min-h-lg-0 {
        min-height: 0!important
    }
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-2,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-2,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-2,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-2,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-2,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-2,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-2 {
    counter-increment: inst2 3
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-2 li:before,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-2 li:before,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-2 li:before,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-2 li:before,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-2 li:before,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-2 li:before,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-2 li:before {
    content: counter(inst2);
    counter-increment: inst2
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-4,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-4,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-4,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-4,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-4,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-4,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-4 {
    counter-increment: inst4 4
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-4 li:before,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-4 li:before,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-4 li:before,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-4 li:before,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-4 li:before,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-4 li:before,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-4 li:before {
    content: counter(inst4);
    counter-increment: inst4
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-5,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-5,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-5,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-5,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-5,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-5,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-5 {
    counter-increment: inst5 5
}

.beefree-review-pricing-features-alternatives .concurent__charact-list-5 li:before,
.chamaileon-review-pricing-features-and-alternatives .concurent__charact-list-5 li:before,
.designmodo-review-pricing-features-alternatives .concurent__charact-list-5 li:before,
.inkbrush-review-pricing-features-and-alternatives .concurent__charact-list-5 li:before,
.mailchimp-review-pricing-features-and-alternatives .concurent__charact-list-5 li:before,
.mosaico-review-pricing-features-alternatives .concurent__charact-list-5 li:before,
.taxiforemail-review-pricing-features-and-alternatives .concurent__charact-list-5 li:before {
    content: counter(inst5);
    counter-increment: inst5
}

.beefree-review-pricing-features-alternatives .article__table-row:nth-child(2n):before,
.chamaileon-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):before,
.designmodo-review-pricing-features-alternatives .article__table-row:nth-child(2n):before,
.inkbrush-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):before,
.mailchimp-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):before,
.mosaico-review-pricing-features-alternatives .article__table-row:nth-child(2n):before,
.taxiforemail-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    background: #f3f3f3
}

.beefree-review-pricing-features-alternatives .article__table-row:nth-child(2n):after,
.chamaileon-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):after,
.designmodo-review-pricing-features-alternatives .article__table-row:nth-child(2n):after,
.inkbrush-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):after,
.mailchimp-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):after,
.mosaico-review-pricing-features-alternatives .article__table-row:nth-child(2n):after,
.taxiforemail-review-pricing-features-and-alternatives .article__table-row:nth-child(2n):after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    background: #f3f3f3
}

.beefree-review-pricing-features-alternatives .article__table-row:nth-child(2n),
.chamaileon-review-pricing-features-and-alternatives .article__table-row:nth-child(2n),
.designmodo-review-pricing-features-alternatives .article__table-row:nth-child(2n),
.inkbrush-review-pricing-features-and-alternatives .article__table-row:nth-child(2n),
.mailchimp-review-pricing-features-and-alternatives .article__table-row:nth-child(2n),
.mosaico-review-pricing-features-alternatives .article__table-row:nth-child(2n),
.taxiforemail-review-pricing-features-and-alternatives .article__table-row:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.beefree-review-pricing-features-alternatives .concurent__swiper-comment,
.chamaileon-review-pricing-features-and-alternatives .concurent__swiper-comment,
.designmodo-review-pricing-features-alternatives .concurent__swiper-comment,
.inkbrush-review-pricing-features-and-alternatives .concurent__swiper-comment,
.mailchimp-review-pricing-features-and-alternatives .concurent__swiper-comment,
.mosaico-review-pricing-features-alternatives .concurent__swiper-comment,
.taxiforemail-review-pricing-features-and-alternatives .concurent__swiper-comment {
    overflow: visible
}

.beefree-review-pricing-features-alternatives .concurent__swiper-comment:before,
.chamaileon-review-pricing-features-and-alternatives .concurent__swiper-comment:before,
.designmodo-review-pricing-features-alternatives .concurent__swiper-comment:before,
.inkbrush-review-pricing-features-and-alternatives .concurent__swiper-comment:before,
.mailchimp-review-pricing-features-and-alternatives .concurent__swiper-comment:before,
.mosaico-review-pricing-features-alternatives .concurent__swiper-comment:before,
.taxiforemail-review-pricing-features-and-alternatives .concurent__swiper-comment:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    background: #f7f7f7;
    z-index: 2;
    opacity: .5
}

.beefree-review-pricing-features-alternatives .concurent__swiper-comment:after,
.chamaileon-review-pricing-features-and-alternatives .concurent__swiper-comment:after,
.designmodo-review-pricing-features-alternatives .concurent__swiper-comment:after,
.inkbrush-review-pricing-features-and-alternatives .concurent__swiper-comment:after,
.mailchimp-review-pricing-features-and-alternatives .concurent__swiper-comment:after,
.mosaico-review-pricing-features-alternatives .concurent__swiper-comment:after,
.taxiforemail-review-pricing-features-and-alternatives .concurent__swiper-comment:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    background: #f7f7f7;
    z-index: 1;
    opacity: .5
}

.beefree-review-pricing-features-alternatives .section__blog .pre-footer-share,
.chamaileon-review-pricing-features-and-alternatives .section__blog .pre-footer-share,
.designmodo-review-pricing-features-alternatives .section__blog .pre-footer-share,
.inkbrush-review-pricing-features-and-alternatives .section__blog .pre-footer-share,
.mailchimp-review-pricing-features-and-alternatives .section__blog .pre-footer-share,
.mosaico-review-pricing-features-alternatives .section__blog .pre-footer-share,
.taxiforemail-review-pricing-features-and-alternatives .section__blog .pre-footer-share {
    display: none
}

.beefree-review-pricing-features-alternatives .section__blog .input-button__field,
.chamaileon-review-pricing-features-and-alternatives .section__blog .input-button__field,
.designmodo-review-pricing-features-alternatives .section__blog .input-button__field,
.inkbrush-review-pricing-features-and-alternatives .section__blog .input-button__field,
.mailchimp-review-pricing-features-and-alternatives .section__blog .input-button__field,
.mosaico-review-pricing-features-alternatives .section__blog .input-button__field,
.taxiforemail-review-pricing-features-and-alternatives .section__blog .input-button__field {
    max-width: 460px;
    width: 100%
}

.stripo-api img {
    max-width: 100%!important;
    height: auto!important
}

.stripo-api .table__scroll-x {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin
}

.stripo-api .table__scroll-x .table__row-list {
    min-width: 840px
}

.stripo-api .table__row-item {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.stripo-api .table__row-item>div:not(:first-child) {
    text-align: center
}

.stripo-api .table__row-item:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.plugin-api .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.plugin-api .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plugin-api .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.plugin-api .video__link,
.plugin-api .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plugin-api .video__media {
    border: none
}

.plugin-api .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.plugin-api .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.plugin-api .video__button-icon {
    fill: #fff
}

.plugin-api .video__button:focus {
    outline: none
}

.plugin-api .video:hover .video__button-shape,
.plugin-api .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.plugin-api .video--enabled {
    cursor: pointer
}

.plugin-api .video--enabled .video__button {
    display: block
}

.plugin-api .table__row-list,
.plugin-api .table__scroll-x {
    font-size: 12px!important
}

.plugin-api .green-section {
    background-color: rgba(50, 203, 75, .1);
    padding: 20px;
    border-radius: 20px
}

.plugin-api .code-inline {
    font-family: monospace;
    border-radius: 6px;
    background-color: #4e4f4a;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 300
}

.plugin-api .code-inline.small {
    padding: 2px 6px
}

.plugin-api img {
    max-width: 100%!important;
    height: auto!important;
    background-color: #f7f7f7;
    margin-bottom: 34px
}

.plugin-api img.img-shadow {
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05)
}

.plugin-api img.img-radius {
    border-radius: 12px
}

.plugin-api .table__scroll-x {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin
}

.plugin-api .table__scroll-x .table__row-list {
    min-width: 840px
}

.plugin-api .table__row-item {
    padding: 11px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.plugin-api .table__row-item>div:not(:first-child) {
    text-align: center
}

.plugin-api .table__row-item:nth-child(2n) {
    background: #f3f3f3;
    position: relative
}

.plugin-api ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-bottom: 25px;
    margin-top: 25px;
    font: 500 16px Montserrat
}

.plugin-api ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63;
    color: #7d7d7d;
    font-size: 16px
}

.plugin-api ol li b,
.plugin-api ol li strong {
    font-weight: 500
}

.plugin-api ol li:before {
    content: counter(my-awesome-counter);
    background: #F14B32;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    text-align: center;
    left: -10px
}

.plugin-api textarea {
    position: relative;
    z-index: -10
}

.plugin-api .white-code .hljs-value .hljs-string {
    color: #dccf8f!important
}

.plugin-api .scrolled-container {
    padding-bottom: 65px
}

.plugin-api .scrolled-container .scrolled-content {
    background-color: #fff;
    border-radius: 12px
}

.plugin-api .scrolled-container .scrolled-wrapper {
    opacity: 1;
    transition: opacity .3s
}

.plugin-api .scrolled-container .scrolled-wrapper.active {
    overflow: hidden;
    width: 100%
}

.plugin-api .scrolled-container .scrolled {
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 360px;
    width: 100%;
    height: 100vh;
    padding-right: 20px;
    padding-left: 5px;
    margin-top: 15px
}

.plugin-api .scrolled-container .scrolled.max-width {
    max-width: 360px
}

@media(max-width:767px) {
    .plugin-api .scrolled-container .scrolled {
        display: none
    }
}

.plugin-api .scrolled-container .scrolled.fixed {
    position: fixed;
    top: 0
}

.plugin-api .scrolled-container .anchors-list {
    margin-top: 0
}

.plugin-api .chips {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cba331;
    background-color: #f7f7f7;
    border: 1px solid #cba331;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 15px
}

.plugin-api .active-parent>a {
    color: #7d7d7d!important
}

.offers-item {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 23px 70px -33px rgba(0, 0, 0, .75)
}

.offers-item img {
    max-width: 140px;
    height: auto;
    width: 100%
}

.offers-item.inactive {
    box-shadow: none;
    opacity: .5
}

.offers-item.inactive .get-offers-wrapper {
    display: none!important
}

.offers-success-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px
}

.offers .input-button__field {
    min-width: unset
}

@media(max-width:767px) {
    .offers #show-archived-offers {
        width: 100%
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 25px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.gmail-promo .promo__wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.gmail-promo .promo__wrapper img {
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75);
    border-radius: 40px
}

.gmail-promo .promo__wrapper .esdev-mobile-device {
    top: 50%;
    position: relative;
    height: 794px;
    width: 399px;
    max-width: 100%;
    border-radius: 40px;
    padding: 50px 10px 60px;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75);
    margin: 0 auto
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__wrapper .esdev-mobile-device {
        height: 702px;
        width: 344px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__wrapper .esdev-mobile-device {
        height: 702px;
        width: 344px
    }
}

.gmail-promo .promo__wrapper .esdev-mobile-device .esdev-mobile-device-screen {
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    height: 669px;
    position: relative;
    background: url(../img/front/gmail-promo-img-2.jpg) no-repeat;
    background-size: cover
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__wrapper .esdev-mobile-device .esdev-mobile-device-screen {
        height: 568px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__wrapper .esdev-mobile-device .esdev-mobile-device-screen {
        height: 568px
    }
}

.gmail-promo .promo__wrapper .esdev-mobile-device .esdev-mobile-device-screen.show-promo-img {
    background: url(../img/front/gmail-promo-img.jpg) no-repeat;
    background-size: cover
}

.gmail-promo .promo__wrapper .esdev-mobile-device:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -24px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #e8e8e8;
    content: " ";
    display: block
}

.gmail-promo .promo__wrapper .esdev-mobile-device:before {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    background: #e8e8e8;
    height: 8px;
    border-radius: 20px;
    content: " "
}

.gmail-promo .promo__viewer {
    position: absolute;
    top: 160px;
    left: 0;
    right: 15px
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__viewer {
        right: 11px;
        padding-right: 15px;
        top: 130px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__viewer {
        right: 11px;
        padding-right: 15px;
        top: 130px
    }
}

.gmail-promo .promo__viewer table {
    font-family: SF Text;
    margin-left: 5px
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__viewer table {
        margin-left: 0
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__viewer table {
        margin-left: 0
    }
}

.gmail-promo .promo__sender-wrapper {
    max-width: 289px
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__sender-wrapper {
        max-width: 250px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__sender-wrapper {
        max-width: 250px
    }
}

.gmail-promo .promo__sender-name {
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -1px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gmail-promo .promo__expires {
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin: 5px;
    letter-spacing: -.9px;
    color: #888;
    font-weight: 700
}

.gmail-promo .promo__expires-days {
    color: #faae53;
    display: inline
}

.gmail-promo .promo__subject-line {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 5px
}

.gmail-promo .promo__subject-line-text {
    font-size: 14px;
    letter-spacing: -.9px;
    color: #333;
    font-weight: 700;
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    height: 18px
}

.gmail-promo .promo__sender-logo {
    background: #eee;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 5px 10px 10px;
    border-radius: 100%
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__sender-logo {
        width: 36px;
        height: 36px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__sender-logo {
        width: 36px;
        height: 36px
    }
}

.gmail-promo .promo__img {
    height: 73px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin: 10px 0 6px;
    background-image: url(https://lh3.googleusercontent.com/proxy/Y21zA26M9WdvI1Cwo9PfP7TfJXP-aaZapRub6NhI6v60Fjd3b7_2JoKFDqMthlGQO7U_3XLyu_E4kpjl=k);
    max-width: 289px
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__img {
        max-width: 250px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__img {
        max-width: 250px
    }
}

.gmail-promo .promo__offer {
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    letter-spacing: .25px;
    max-width: 289px
}

@media(min-width:768px)and (max-width:991px) {
    .gmail-promo .promo__offer {
        max-width: 250px
    }
}

@media(max-width:576px) {
    .gmail-promo .promo__offer {
        max-width: 250px
    }
}

.gmail-promo .promo__offer-decription {
    background-color: #e6f4ea;
    padding: 0 4px;
    line-height: 18px;
    color: #34a853;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase
}

.gmail-promo .promo__offer-code-title {
    color: #aaa;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 0 0;
    line-height: 18px
}

.gmail-promo .promo__offer-code {
    background-color: #f1f3f4;
    padding: 0 4px;
    line-height: 18px;
    color: #3c4043;
    border-radius: 2px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase
}

.gmail-promo .pre-wrapper {
    max-height: unset
}

.gmail-promo .pre-wrapper .hljs {
    min-width: 100%;
    padding: 0;
    min-height: unset;
    overflow: visible
}

.gmail-promo .pre-wrapper .browser-wrapper {
    background: #272822;
    overflow-x: auto
}

.gmail-promo .pre-wrapper table {
    font-size: 13px;
    width: 100%
}

.gmail-promo .pre-wrapper table .line {
    white-space: pre;
    width: 1px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: right;
    font-family: monospace;
    line-height: 16px;
    color: grey;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gmail-promo .pre-wrapper pre {
    overflow: unset
}

.gmail-promo .pre-wrapper code {
    line-height: 16px
}

.gmail-promo .pre-wrapper .pre-copy-btn {
    bottom: 18px
}

@media(max-width:768px) {
    .gmail-promo .pre-wrapper .pre-copy-btn {
        bottom: 62px
    }
}

.gmail-promo .format-switch {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%)
}

.gmail-promo .format-switch .template__switcher-device {
    white-space: nowrap
}

@media(max-width:768px) {
    .gmail-promo .format-switch .template__switcher-device {
        padding-left: 16px;
        padding-right: 16px
    }
}

.gmail-promo .datepicker-dropdown {
    position: absolute;
    background-color: #fff;
    padding: 20px 16px 16px 10px;
    box-shadow: 0 20px 62px -15px rgba(0, 0, 0, .65), 0 0 0 1px rgba(0, 0, 0, .05);
    border-radius: 25px;
    z-index: 1000;
    font-size: 14px;
    margin-top: 5px
}

.gmail-promo .datepicker-dropdown table tr td.active {
    background: #F14B32!important
}

.gmail-promo .custom-select .bootstrap-select .dropdown-toggle:focus {
    outline: none!important
}

.gmail-promo .custom-select .bootstrap-select.open .dropdown-toggle {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08)
}

.gmail-promo .custom-select ul.dropdown-menu {
    max-height: 280px!important
}

.gmail-promo .custom-select ul.dropdown-menu li {
    padding: 13px 30px 12px 20px;
    cursor: pointer
}

.gmail-promo .custom-select ul.dropdown-menu li.selected,
.gmail-promo .custom-select ul.dropdown-menu li:hover {
    background: #fbfbfb
}

.gmail-promo .custom-select ul.dropdown-menu .os-scrollbar-vertical {
    right: 15px
}

.gmail-promo .custom-select .dropdown-toggle {
    height: 51px;
    border-radius: 25px;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75);
    background-color: #fff;
    padding: 0 20px;
    font: 500 16px Montserrat;
    color: #7d7d7d;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    transition: all .3s ease;
    line-height: 51px;
    white-space: nowrap
}

.gmail-promo .custom-select .dropdown-toggle .caret {
    right: 20px!important
}

.gmail-promo img {
    max-width: 100%!important;
    height: auto!important;
    background-color: #f7f7f7;
    margin-bottom: 34px
}

.gmail-promo img.img-shadow {
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05)
}

.gmail-promo img.img-radius {
    border-radius: 12px
}

.feedback .textarea-scroll {
    margin-left: -40px
}

.feedback .textarea-scroll .os-scrollbar-horizontal {
    visibility: hidden!important
}

.feedback .features-list {
    margin-left: -10px
}

.feedback .features-list .check__value {
    padding-left: 47px
}

.feedback .success-template-wrap img {
    height: 50px
}

.feedback .radio__value {
    padding-left: 38px!important
}

.feedback .min-h-51 {
    min-height: 51px
}

.feedback .select-selected {
    padding: 0 60px 0 20px
}

.feedback .custom-select {
    width: 200px
}

.feedback .select-items {
    scrollbar-width: thin;
    max-height: 250px;
    overflow-y: scroll
}

.feedback .select-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px
}

.feedback .select-items::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ccc
}

.feedback .select-items::-webkit-scrollbar-track {
    background: #f7f7f7
}


/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 10px
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
    color: #fff;
    background-color: #F14B32;
    border-color: #122b40
}

.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #F14B32;
    border-color: #2db543
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-btn-border-color)
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #2db543;
    border-color: #122b40
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 22px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #F14B32;
    border-color: #122b40
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #F14B32;
    border-color: #2db543
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
    color: #fff;
    background-color: #2db543;
    border-color: #122b40
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.btn-danger [class^=es-icon-],
.btn-primary [class^=es-icon-],
.btn-success [class^=es-icon-],
.list-group-item.active>[class^=es-icon-],
.revision-panel .list-group-item.active [class^=es-icon-] {
    color: #fff
}

.tooltip.left .tooltip-inner {
    border-radius: 17px 13px 13px 17px
}

.tooltip.right .tooltip-inner {
    border-radius: 13px 17px 17px 13px
}

.nav-pills li a {
    color: var(--default-font-color)
}

.color-position {
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 50%
}

.color-position,
.hue-position {
    pointer-events: none;
    position: absolute!important;
    box-shadow: 0 0 1px
}

.hue-position {
    height: 4px!important;
    background: #fff!important;
    border: 0;
    border-radius: 2px;
    width: 25px!important;
    top: 0;
    left: 108px;
    margin-top: 10px;
    margin-left: 1px
}

.color-selector-color-strip {
    margin-left: -4px
}

.color-selector-container canvas {
    box-shadow: 0 0 1px
}

.color-selector-container .color-selector-color-block:hover {
    cursor: crosshair
}

.color-selector-container .color-selector-color-strip:hover {
    cursor: ns-resize
}

.color-selector-top:after,
.color-selector-top:before {
    top: 100%!important;
    transform: rotate(180deg)!important
}

.datepicker-dropdown {
    padding: 10px!important
}

.bootstrap-select .dropdown-menu {
    overflow-x: hidden
}

.bootstrap-select .dropdown-menu li a {
    text-overflow: ellipsis;
    overflow: hidden
}

#esdev-css-code-editor-panel .ace_gutter-cell.ace_info,
#esdev-css-code-editor-panel .ace_gutter-cell.ace_warning,
#esdev-html-code-editor-panel .ace_gutter-cell.ace_error,
#esdev-html-code-editor-panel .ace_gutter-cell.ace_info,
#esdev-html-code-editor-panel .ace_gutter-cell.ace_warning {
    background-image: none
}

.bootstrap-select>.dropdown-toggle {
    width: 100%!important;
    padding-right: 25px!important
}

.bootstrap-select.form-control {
    padding: 0;
    border: none
}

.bootstrap-select .no-results {
    text-align: center
}

pixie-editor.mode-overlay {
    z-index: 2000!important
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: rgba(0, 0, 0, .7);
    z-index: -10;
    display: none;
    height: 100vh
}

.modal:after {
    border-radius: 0!important
}

.modal.visible {
    display: block;
    z-index: 10
}

.modal .modal-dialog {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 23px 50px -36px rgba(0, 0, 0, .75);
    background-color: #f7f7f7;
    position: relative;
    z-index: 10000
}

.modal.error .modal-dialog,
.modal.success .modal-dialog {
    top: 50%;
    transform: translateY(-50%)
}

.modal .template__switcher {
    width: 100%
}

.modal .template__switcher-item {
    width: 25%
}

.modal .template__switcher.error {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.select-selected {
    height: 51px;
    border-radius: 25px;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75);
    background-color: #fff;
    padding: 0 20px;
    font: 500 16px Montserrat;
    color: #7d7d7d;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    transition: box-shadow .3s ease;
    line-height: 51px;
    cursor: pointer
}

.select-selected.error {
    box-shadow: 0 3px 29px -3px #ff9595, 0 0 0 2px #ff9595
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 17px;
    width: 18px;
    height: 18px;
    background: url(https://stripo-cdn.stripo.email/img/front/svg/custom-list-arrow.svg)
}

.select-selected.select-arrow-active {
    background: #fff;
    z-index: 3;
    position: relative;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08)
}

.select-selected.select-arrow-active:before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fbfbfb;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 25px
}

.select-selected.select-arrow-active:after {
    top: 14px;
    transform: rotate(180deg)
}

.select-items {
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
    background-color: #fff;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 3
}

.select-items:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    top: -4px;
    background: #fff
}

.select-items div {
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative
}

.select-items div:hover {
    background-color: #fbfbfb
}

.select-items div.same-as-selected:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 23px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F14B32
}

.select-items div:last-child {
    border-radius: 0 0 25px 25px
}

.select-hide {
    display: none
}

.integrations__grid-list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width:767px) {
    .integrations__grid-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

.integrations .input-button__field {
    min-width: unset
}

.integrations .transition-3 {
    transition: all .3s ease;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.integrations__title-item {
    color: #7d7d7d
}

.integrations__title-item:hover {
    color: #F14B32
}

.integrations__title-item.amp-supported {
    position: relative;
    transform: translateX(-20px)
}

.integrations__title-item.amp-supported+img {
    transform: translateY(3px)
}

.integrations__template {
    background-size: unset
}

.integrations__list-2 {
    counter-increment: inst2 1
}

.integrations__list-2 li:before {
    content: counter(inst2);
    counter-increment: inst2
}

.integrations__list-3 {
    counter-increment: inst3 2
}

.integrations__list-3 li:before {
    content: counter(inst3);
    counter-increment: inst3
}

.integrations__list-4 {
    counter-increment: inst4 3
}

.integrations__list-4 li:before {
    content: counter(inst4);
    counter-increment: inst4
}

.integrations__list-8 {
    counter-increment: inst8 7
}

.integrations__list-8 li:before {
    content: counter(inst8);
    counter-increment: inst8
}

.integrations__icons {
    padding-top: 20px
}

@media(min-width:992px) {
    .integrations__icons {
        padding-top: 340px;
        padding-bottom: 360px
    }
}

.integrations__label-wrapper {
    min-width: 104px;
    width: 104px;
    height: 104px;
    border-radius: 20px;
    box-shadow: 0 13px 40px -32px rgba(0, 0, 0, .75);
    background: #fff;
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media(min-width:992px) {
    .integrations__label-wrapper {
        position: absolute
    }
}

@media(max-width:991px) {
    .integrations__label-wrapper {
        display: none!important
    }
}

.integrations__label-wrapper:hover {
    transform: translateY(-3px);
    transition: all .3s ease;
    box-shadow: 0 23px 40px -24px rgba(0, 0, 0, .75)
}

.integrations__label-wrapper:hover.label-03,
.integrations__label-wrapper:hover.label-015 {
    transform: translateX(-50%) translateY(-3px)
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-00 {
        left: 7%!important;
        top: 10.5%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-01 {
        left: 20%!important;
        top: 12%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-02 {
        left: 33%!important;
        top: 3%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-03 {
        left: 50%!important;
        transform: translateX(-50%);
        top: 10.5%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-04 {
        right: 33%!important;
        left: unset!important;
        top: 3%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-05 {
        right: 20%!important;
        left: unset!important;
        top: 12%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-06 {
        right: 7%!important;
        left: unset!important;
        top: 10.5%
    }
}

@media(min-width:1400px) {
    .integrations__label-wrapper.label-07 {
        left: 1.5%!important;
        top: 28%
    }
}

@media(min-width:992px)and (max-width:1399px) {
    .integrations__label-wrapper.label-07 {
        left: 0!important;
        top: 28%
    }
}

@media(min-width:1400px) {
    .integrations__label-wrapper.label-08 {
        right: 1.5%!important;
        left: unset!important;
        top: 28%
    }
}

@media(min-width:992px)and (max-width:1399px) {
    .integrations__label-wrapper.label-08 {
        right: 0!important;
        left: unset!important;
        top: 28%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-09 {
        left: 4.6%!important;
        bottom: 38%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-10 {
        left: 18.5%!important;
        bottom: 24%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-11 {
        right: 18.5%!important;
        left: unset!important;
        bottom: 24%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-12 {
        right: 4.6%;
        left: unset!important;
        bottom: 38%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-13 {
        left: 32.5%!important;
        bottom: 19%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-14 {
        right: 32.5%!important;
        left: unset!important;
        bottom: 19%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-15 {
        left: 50%!important;
        transform: translateX(-50%);
        bottom: 4%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-16 {
        left: 15%!important;
        bottom: 6%
    }
}

@media(min-width:992px) {
    .integrations__label-wrapper.label-17 {
        right: 15%!important;
        left: unset!important;
        bottom: 6%
    }
    .integrations__label-wrapper.label-17 img {
        width: 60px;
        height: 56px
    }
}

.integrations__label-wrapper img {
    width: 80px;
    height: 80px
}

.integrations .label-carousel a {
    margin-left: 15px;
    transform: unset
}

@media(max-width:992px) {
    .integrations .label-carousel a {
        display: flex!important
    }
}

.integrations .label-carousel a:hover {
    transform: translateX(0) translateY(-3px)
}

.integrations .label-carousel a.label-09 img {
    width: 46px;
    height: 48px;
    transform: translateX(-8px)
}

.integrations .dotted-border {
    border-radius: 27px;
    border: 2px dashed #F14B32;
    padding: 20px;
    box-sizing: border-box
}

.integrations .btn-copy {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.integrations .nothing-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 380px;
    width: auto;
    margin: 0 auto
}

.integrations .img-gif {
    min-width: 200px;
    max-width: 200px
}

.integrations .icon-play-btn {
    width: 18px;
    height: 18px
}

.integrations .icon-play-btn svg {
    position: absolute;
    left: 0;
    top: 3px
}

.amp-support_logo-item {
    height: 70px;
    position: relative
}

.amp-support_logo-item.item-2 {
    transform: translateY(-5px)
}

.amp-support_logo-item.item-3 {
    transform: translateY(8px)
}

.amp-support_logo-item.item-4,
.amp-support_logo-item.item-5 {
    transform: translateY(16px)
}

.amp-support .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.amp-support .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 2.5px;
    margin: 0 10px!important;
    background: #ddd;
    opacity: 1
}

.amp-support .swiper-pagination-bullet-active {
    background-color: #F14B32
}

.amp-support .swiper-item-wrapper {
    max-width: 900px;
    background-size: cover;
    width: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.amp-support .swiper-item-wrapper:before {
    content: "";
    display: block;
    padding-top: 51%
}

.amp-support .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.amp-support .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.amp-support .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.amp-support .video__link,
.amp-support .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.amp-support .video__media {
    border: none
}

.amp-support .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.amp-support .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.amp-support .video__button-icon {
    fill: #fff
}

.amp-support .video__button:focus {
    outline: none
}

.amp-support .video:hover .video__button-shape,
.amp-support .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.amp-support .video--enabled {
    cursor: pointer
}

.amp-support .video--enabled .video__button {
    display: block
}

.amp-support_tab {
    display: none
}

.amp-support_tab.active {
    display: block
}

.amp-support_tab-bottom {
    display: none
}

.amp-support_tab-bottom.active {
    display: block
}

.amp-support_tab-header.active {
    color: #7d7d7d;
    border-bottom: transparent;
    pointer-events: none
}

.amp-support .n-mt-4 {
    margin-top: -4px
}

.integrations-item .subheading a {
    font-size: 14px
}

.integrations-item .arrow-down {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 129px solid #fff
}

.integrations-item .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.integrations-item .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.integrations-item .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.integrations-item .video__link,
.integrations-item .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.integrations-item .video__media {
    border: none
}

.integrations-item .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.integrations-item .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.integrations-item .video__button-icon {
    fill: #fff
}

.integrations-item .video__button:focus {
    outline: none
}

.integrations-item .video:hover .video__button-shape,
.integrations-item .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.integrations-item .video--enabled {
    cursor: pointer
}

.integrations-item .video--enabled .video__button {
    display: block
}

.integrations-item .scroll-steps-wrapper ul {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    font: 500 16px Montserrat;
    color: #7d7d7d
}

.integrations-item .scroll-steps-wrapper ul li {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63
}

.integrations-item .scroll-steps-wrapper ul li b,
.integrations-item .scroll-steps-wrapper ul li strong {
    font-weight: 500
}

.integrations-item .scroll-steps-wrapper ul li a {
    color: #F14B32;
    font: 500 16px Montserrat
}

.integrations-item .scroll-steps-wrapper ul li a:hover {
    border-bottom: 1px solid
}

.integrations-item .scroll-steps-wrapper ul li h3 {
    display: inline-block;
    margin: -14px 0 0
}

.integrations-item .scroll-steps-wrapper ul li:first-child {
    margin-top: 0
}

.integrations-item .scroll-steps-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/tabler-icon-caret-right.svg);
    width: 9px;
    height: 23px;
    color: #7d7d7d
}

.integrations-item .export-brand-line {
    width: 65%;
    height: 2px;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 160px;
    z-index: 0
}

.integrations-item .export-brand-wrapper {
    padding: 12px;
    width: 104px;
    height: 126px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 13px 40px -32px rgba(0, 0, 0, .75);
    background-color: #fff;
    z-index: 1
}

.integrations-item .export-brand-wrapper img {
    width: 80px;
    height: 80px
}

.integrations-item .export-brand-wrapper.right-line {
    position: relative
}

.integrations-item .export-brand-wrapper.right-line:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background: #ebebeb
}

.integrations-item .export-brand-wrapper .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 18px;
    height: 18px
}

.integrations-item .export-brand-wrapper .icon_new-window {
    background: url(https://stripo-cdn.stripo.email/img/front/svg/green-new-window.svg) 50% no-repeat
}

.integrations-item .export-brand-wrapper .icon_edit {
    background: url(https://stripo-cdn.stripo.email/img/front/svg/green-edit.svg) 50% no-repeat
}

.integrations-item .export-brand-wrapper .icon_send {
    background: url(https://stripo-cdn.stripo.email/img/front/svg/green-send.svg) 50% no-repeat
}

.integrations-item .zi-3 {
    z-index: 3
}

.integrations-item .label-carousel a {
    margin-left: 15px;
    transform: unset
}

@media(max-width:992px) {
    .integrations-item .label-carousel a {
        display: flex!important
    }
}

.integrations-item .label-carousel a:hover {
    transform: translateX(0) translateY(-3px)
}

.integrations-item .label-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
    width: 253px;
    background-image: linear-gradient(90deg, #f7f7f7, hsla(0, 0%, 96.9%, 0));
    z-index: 3
}

@media(max-width:768px) {
    .integrations-item .label-carousel:before {
        width: 50px
    }
}

.integrations-item .label-carousel:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 190px;
    width: 253px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 96.9%, 0), #f7f7f7);
    z-index: 3
}

@media(max-width:768px) {
    .integrations-item .label-carousel:after {
        width: 50px
    }
}

.integrations-item__label-wrapper {
    min-width: 104px;
    width: 104px;
    height: 104px;
    border-radius: 20px;
    box-shadow: 0 13px 40px -32px rgba(0, 0, 0, .75);
    background: #fff;
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 33px!important
}

.integrations-item__label-wrapper:hover {
    transform: translateY(-3px);
    transition: all .3s ease;
    box-shadow: 0 23px 40px -24px rgba(0, 0, 0, .75)
}

.integrations-item__label-wrapper:hover.label-04,
.integrations-item__label-wrapper:hover.label-16 {
    transform: translateX(-50%) translateY(-3px)
}

.integrations-item__label-wrapper img {
    width: 80px;
    height: 80px
}

.integrations-item .circle-num {
    width: 26px;
    height: 26px;
    background-color: #F14B32;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    z-index: 1
}

.integrations-item .scroll-indicator-wrapper {
    top: 83px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    z-index: 3
}

@media(max-width:767px) {
    .integrations-item .scroll-indicator-wrapper {
        top: 75px
    }
}

.integrations-item .scroll-indicator {
    width: 75%;
    height: 2px;
    background: #ebebeb;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    margin-top: -14px
}

.integrations-item .scroll-indicator-width {
    height: 2px;
    background: #F14B32
}

.integrations-item .img-create {
    margin-left: -8.2%
}

.integrations-item .steps-wrapper {
    height: 56px
}

.integrations-item .img-step-1 {
    max-width: 358px
}

.integrations-item .img-step-2 {
    width: 100%
}

@media(min-width:768px) {
    .integrations-item .img-step-2 {
        width: 342px
    }
}

.integrations-item .carousel-controls__next,
.integrations-item .carousel-controls__prev {
    color: #fff
}

.integrations-item .carousel-controls__next:hover:not([disabled]),
.integrations-item .carousel-controls__prev:hover:not([disabled]) {
    border-bottom: 1px solid #fff
}

.integrations-item .template__title {
    text-align: left
}

.fixed-shadow {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, .75);
    z-index: 5!important
}

.m-0 {
    margin: 0!important
}

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
    margin: 7px!important
}

.p-7 {
    padding: 7px!important
}

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

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

.m-9 {
    margin: 9px!important
}

.p-9 {
    padding: 9px!important
}

.m-10 {
    margin: 10px!important
}

.p-10 {
    padding: 10px!important
}

.m-11 {
    margin: 11px!important
}

.p-11 {
    padding: 11px!important
}

.m-12 {
    margin: 12px!important
}

.p-12 {
    padding: 12px!important
}

.m-13 {
    margin: 13px!important
}

.p-13 {
    padding: 13px!important
}

.m-14 {
    margin: 14px!important
}

.p-14 {
    padding: 14px!important
}

.m-15 {
    margin: 15px!important
}

.p-15 {
    padding: 15px!important
}

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

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

.m-17 {
    margin: 17px!important
}

.p-17 {
    padding: 17px!important
}

.m-18 {
    margin: 18px!important
}

.p-18 {
    padding: 18px!important
}

.m-19 {
    margin: 19px!important
}

.p-19 {
    padding: 19px!important
}

.m-20 {
    margin: 20px!important
}

.p-20 {
    padding: 20px!important
}

.m-21 {
    margin: 21px!important
}

.p-21 {
    padding: 21px!important
}

.m-22 {
    margin: 22px!important
}

.p-22 {
    padding: 22px!important
}

.m-23 {
    margin: 23px!important
}

.p-23 {
    padding: 23px!important
}

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

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

.m-25 {
    margin: 25px!important
}

.p-25 {
    padding: 25px!important
}

.m-26 {
    margin: 26px!important
}

.p-26 {
    padding: 26px!important
}

.m-27 {
    margin: 27px!important
}

.p-27 {
    padding: 27px!important
}

.m-28 {
    margin: 28px!important
}

.p-28 {
    padding: 28px!important
}

.m-29 {
    margin: 29px!important
}

.p-29 {
    padding: 29px!important
}

.m-30 {
    margin: 30px!important
}

.p-30 {
    padding: 30px!important
}

.m-31 {
    margin: 31px!important
}

.p-31 {
    padding: 31px!important
}

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

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

.m-33 {
    margin: 33px!important
}

.p-33 {
    padding: 33px!important
}

.m-34 {
    margin: 34px!important
}

.p-34 {
    padding: 34px!important
}

.m-35 {
    margin: 35px!important
}

.p-35 {
    padding: 35px!important
}

.m-36 {
    margin: 36px!important
}

.p-36 {
    padding: 36px!important
}

.m-37 {
    margin: 37px!important
}

.p-37 {
    padding: 37px!important
}

.m-38 {
    margin: 38px!important
}

.p-38 {
    padding: 38px!important
}

.m-39 {
    margin: 39px!important
}

.p-39 {
    padding: 39px!important
}

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

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

.m-41 {
    margin: 41px!important
}

.p-41 {
    padding: 41px!important
}

.m-42 {
    margin: 42px!important
}

.p-42 {
    padding: 42px!important
}

.m-43 {
    margin: 43px!important
}

.p-43 {
    padding: 43px!important
}

.m-44 {
    margin: 44px!important
}

.p-44 {
    padding: 44px!important
}

.m-45 {
    margin: 45px!important
}

.p-45 {
    padding: 45px!important
}

.m-46 {
    margin: 46px!important
}

.p-46 {
    padding: 46px!important
}

.m-47 {
    margin: 47px!important
}

.p-47 {
    padding: 47px!important
}

.m-48 {
    margin: 48px!important
}

.p-48 {
    padding: 48px!important
}

.m-49 {
    margin: 49px!important
}

.p-49 {
    padding: 49px!important
}

.m-50 {
    margin: 50px!important
}

.p-50 {
    padding: 50px!important
}

.m-51 {
    margin: 51px!important
}

.p-51 {
    padding: 51px!important
}

.m-52 {
    margin: 52px!important
}

.p-52 {
    padding: 52px!important
}

.m-53 {
    margin: 53px!important
}

.p-53 {
    padding: 53px!important
}

.m-54 {
    margin: 54px!important
}

.p-54 {
    padding: 54px!important
}

.m-55 {
    margin: 55px!important
}

.p-55 {
    padding: 55px!important
}

.m-56 {
    margin: 56px!important
}

.p-56 {
    padding: 56px!important
}

.m-57 {
    margin: 57px!important
}

.p-57 {
    padding: 57px!important
}

.m-58 {
    margin: 58px!important
}

.p-58 {
    padding: 58px!important
}

.m-59 {
    margin: 59px!important
}

.p-59 {
    padding: 59px!important
}

.m-60 {
    margin: 60px!important
}

.p-60 {
    padding: 60px!important
}

.m-61 {
    margin: 61px!important
}

.p-61 {
    padding: 61px!important
}

.m-62 {
    margin: 62px!important
}

.p-62 {
    padding: 62px!important
}

.m-63 {
    margin: 63px!important
}

.p-63 {
    padding: 63px!important
}

.m-64 {
    margin: 64px!important
}

.p-64 {
    padding: 64px!important
}

.m-65 {
    margin: 65px!important
}

.p-65 {
    padding: 65px!important
}

.m-66 {
    margin: 66px!important
}

.p-66 {
    padding: 66px!important
}

.m-67 {
    margin: 67px!important
}

.p-67 {
    padding: 67px!important
}

.m-68 {
    margin: 68px!important
}

.p-68 {
    padding: 68px!important
}

.m-69 {
    margin: 69px!important
}

.p-69 {
    padding: 69px!important
}

.m-70 {
    margin: 70px!important
}

.p-70 {
    padding: 70px!important
}

.m-71 {
    margin: 71px!important
}

.p-71 {
    padding: 71px!important
}

.m-72 {
    margin: 72px!important
}

.p-72 {
    padding: 72px!important
}

.m-73 {
    margin: 73px!important
}

.p-73 {
    padding: 73px!important
}

.m-74 {
    margin: 74px!important
}

.p-74 {
    padding: 74px!important
}

.m-75 {
    margin: 75px!important
}

.p-75 {
    padding: 75px!important
}

.m-76 {
    margin: 76px!important
}

.p-76 {
    padding: 76px!important
}

.m-77 {
    margin: 77px!important
}

.p-77 {
    padding: 77px!important
}

.m-78 {
    margin: 78px!important
}

.p-78 {
    padding: 78px!important
}

.m-79 {
    margin: 79px!important
}

.p-79 {
    padding: 79px!important
}

.m-80 {
    margin: 80px!important
}

.p-80 {
    padding: 80px!important
}

.m-81 {
    margin: 81px!important
}

.p-81 {
    padding: 81px!important
}

.m-82 {
    margin: 82px!important
}

.p-82 {
    padding: 82px!important
}

.m-83 {
    margin: 83px!important
}

.p-83 {
    padding: 83px!important
}

.m-84 {
    margin: 84px!important
}

.p-84 {
    padding: 84px!important
}

.m-85 {
    margin: 85px!important
}

.p-85 {
    padding: 85px!important
}

.m-86 {
    margin: 86px!important
}

.p-86 {
    padding: 86px!important
}

.m-87 {
    margin: 87px!important
}

.p-87 {
    padding: 87px!important
}

.m-88 {
    margin: 88px!important
}

.p-88 {
    padding: 88px!important
}

.m-89 {
    margin: 89px!important
}

.p-89 {
    padding: 89px!important
}

.m-90 {
    margin: 90px!important
}

.p-90 {
    padding: 90px!important
}

.m-91 {
    margin: 91px!important
}

.p-91 {
    padding: 91px!important
}

.m-92 {
    margin: 92px!important
}

.p-92 {
    padding: 92px!important
}

.m-93 {
    margin: 93px!important
}

.p-93 {
    padding: 93px!important
}

.m-94 {
    margin: 94px!important
}

.p-94 {
    padding: 94px!important
}

.m-95 {
    margin: 95px!important
}

.p-95 {
    padding: 95px!important
}

.m-96 {
    margin: 96px!important
}

.p-96 {
    padding: 96px!important
}

.m-97 {
    margin: 97px!important
}

.p-97 {
    padding: 97px!important
}

.m-98 {
    margin: 98px!important
}

.p-98 {
    padding: 98px!important
}

.m-99 {
    margin: 99px!important
}

.p-99 {
    padding: 99px!important
}

.m-100 {
    margin: 100px!important
}

.p-100 {
    padding: 100px!important
}

.m-101 {
    margin: 101px!important
}

.p-101 {
    padding: 101px!important
}

.m-102 {
    margin: 102px!important
}

.p-102 {
    padding: 102px!important
}

.m-103 {
    margin: 103px!important
}

.p-103 {
    padding: 103px!important
}

.m-104 {
    margin: 104px!important
}

.p-104 {
    padding: 104px!important
}

.m-105 {
    margin: 105px!important
}

.p-105 {
    padding: 105px!important
}

.m-106 {
    margin: 106px!important
}

.p-106 {
    padding: 106px!important
}

.m-107 {
    margin: 107px!important
}

.p-107 {
    padding: 107px!important
}

.m-108 {
    margin: 108px!important
}

.p-108 {
    padding: 108px!important
}

.m-109 {
    margin: 109px!important
}

.p-109 {
    padding: 109px!important
}

.m-110 {
    margin: 110px!important
}

.p-110 {
    padding: 110px!important
}

.m-111 {
    margin: 111px!important
}

.p-111 {
    padding: 111px!important
}

.m-112 {
    margin: 112px!important
}

.p-112 {
    padding: 112px!important
}

.m-113 {
    margin: 113px!important
}

.p-113 {
    padding: 113px!important
}

.m-114 {
    margin: 114px!important
}

.p-114 {
    padding: 114px!important
}

.m-115 {
    margin: 115px!important
}

.p-115 {
    padding: 115px!important
}

.m-116 {
    margin: 116px!important
}

.p-116 {
    padding: 116px!important
}

.m-117 {
    margin: 117px!important
}

.p-117 {
    padding: 117px!important
}

.m-118 {
    margin: 118px!important
}

.p-118 {
    padding: 118px!important
}

.m-119 {
    margin: 119px!important
}

.p-119 {
    padding: 119px!important
}

.m-120 {
    margin: 120px!important
}

.p-120 {
    padding: 120px!important
}

.m-121 {
    margin: 121px!important
}

.p-121 {
    padding: 121px!important
}

.m-122 {
    margin: 122px!important
}

.p-122 {
    padding: 122px!important
}

.m-123 {
    margin: 123px!important
}

.p-123 {
    padding: 123px!important
}

.m-124 {
    margin: 124px!important
}

.p-124 {
    padding: 124px!important
}

.m-125 {
    margin: 125px!important
}

.p-125 {
    padding: 125px!important
}

.m-126 {
    margin: 126px!important
}

.p-126 {
    padding: 126px!important
}

.m-127 {
    margin: 127px!important
}

.p-127 {
    padding: 127px!important
}

.m-128 {
    margin: 128px!important
}

.p-128 {
    padding: 128px!important
}

.m-129 {
    margin: 129px!important
}

.p-129 {
    padding: 129px!important
}

.m-130 {
    margin: 130px!important
}

.p-130 {
    padding: 130px!important
}

.m-131 {
    margin: 131px!important
}

.p-131 {
    padding: 131px!important
}

.m-132 {
    margin: 132px!important
}

.p-132 {
    padding: 132px!important
}

.m-133 {
    margin: 133px!important
}

.p-133 {
    padding: 133px!important
}

.m-134 {
    margin: 134px!important
}

.p-134 {
    padding: 134px!important
}

.m-135 {
    margin: 135px!important
}

.p-135 {
    padding: 135px!important
}

.m-136 {
    margin: 136px!important
}

.p-136 {
    padding: 136px!important
}

.m-137 {
    margin: 137px!important
}

.p-137 {
    padding: 137px!important
}

.m-138 {
    margin: 138px!important
}

.p-138 {
    padding: 138px!important
}

.m-139 {
    margin: 139px!important
}

.p-139 {
    padding: 139px!important
}

.m-140 {
    margin: 140px!important
}

.p-140 {
    padding: 140px!important
}

.m-141 {
    margin: 141px!important
}

.p-141 {
    padding: 141px!important
}

.m-142 {
    margin: 142px!important
}

.p-142 {
    padding: 142px!important
}

.m-143 {
    margin: 143px!important
}

.p-143 {
    padding: 143px!important
}

.m-144 {
    margin: 144px!important
}

.p-144 {
    padding: 144px!important
}

.m-145 {
    margin: 145px!important
}

.p-145 {
    padding: 145px!important
}

.m-146 {
    margin: 146px!important
}

.p-146 {
    padding: 146px!important
}

.m-147 {
    margin: 147px!important
}

.p-147 {
    padding: 147px!important
}

.m-148 {
    margin: 148px!important
}

.p-148 {
    padding: 148px!important
}

.m-149 {
    margin: 149px!important
}

.p-149 {
    padding: 149px!important
}

.m-150 {
    margin: 150px!important
}

.p-150 {
    padding: 150px!important
}

.m-151 {
    margin: 151px!important
}

.p-151 {
    padding: 151px!important
}

.m-152 {
    margin: 152px!important
}

.p-152 {
    padding: 152px!important
}

.m-153 {
    margin: 153px!important
}

.p-153 {
    padding: 153px!important
}

.m-154 {
    margin: 154px!important
}

.p-154 {
    padding: 154px!important
}

.m-155 {
    margin: 155px!important
}

.p-155 {
    padding: 155px!important
}

.m-156 {
    margin: 156px!important
}

.p-156 {
    padding: 156px!important
}

.m-157 {
    margin: 157px!important
}

.p-157 {
    padding: 157px!important
}

.m-158 {
    margin: 158px!important
}

.p-158 {
    padding: 158px!important
}

.m-159 {
    margin: 159px!important
}

.p-159 {
    padding: 159px!important
}

.m-160 {
    margin: 160px!important
}

.p-160 {
    padding: 160px!important
}

.m-161 {
    margin: 161px!important
}

.p-161 {
    padding: 161px!important
}

.m-162 {
    margin: 162px!important
}

.p-162 {
    padding: 162px!important
}

.m-163 {
    margin: 163px!important
}

.p-163 {
    padding: 163px!important
}

.m-164 {
    margin: 164px!important
}

.p-164 {
    padding: 164px!important
}

.m-165 {
    margin: 165px!important
}

.p-165 {
    padding: 165px!important
}

.m-166 {
    margin: 166px!important
}

.p-166 {
    padding: 166px!important
}

.m-167 {
    margin: 167px!important
}

.p-167 {
    padding: 167px!important
}

.m-168 {
    margin: 168px!important
}

.p-168 {
    padding: 168px!important
}

.m-169 {
    margin: 169px!important
}

.p-169 {
    padding: 169px!important
}

.m-170 {
    margin: 170px!important
}

.p-170 {
    padding: 170px!important
}

.m-171 {
    margin: 171px!important
}

.p-171 {
    padding: 171px!important
}

.m-172 {
    margin: 172px!important
}

.p-172 {
    padding: 172px!important
}

.m-173 {
    margin: 173px!important
}

.p-173 {
    padding: 173px!important
}

.m-174 {
    margin: 174px!important
}

.p-174 {
    padding: 174px!important
}

.m-175 {
    margin: 175px!important
}

.p-175 {
    padding: 175px!important
}

.m-176 {
    margin: 176px!important
}

.p-176 {
    padding: 176px!important
}

.m-177 {
    margin: 177px!important
}

.p-177 {
    padding: 177px!important
}

.m-178 {
    margin: 178px!important
}

.p-178 {
    padding: 178px!important
}

.m-179 {
    margin: 179px!important
}

.p-179 {
    padding: 179px!important
}

.m-180 {
    margin: 180px!important
}

.p-180 {
    padding: 180px!important
}

.m-181 {
    margin: 181px!important
}

.p-181 {
    padding: 181px!important
}

.m-182 {
    margin: 182px!important
}

.p-182 {
    padding: 182px!important
}

.m-183 {
    margin: 183px!important
}

.p-183 {
    padding: 183px!important
}

.m-184 {
    margin: 184px!important
}

.p-184 {
    padding: 184px!important
}

.m-185 {
    margin: 185px!important
}

.p-185 {
    padding: 185px!important
}

.m-186 {
    margin: 186px!important
}

.p-186 {
    padding: 186px!important
}

.m-187 {
    margin: 187px!important
}

.p-187 {
    padding: 187px!important
}

.m-188 {
    margin: 188px!important
}

.p-188 {
    padding: 188px!important
}

.m-189 {
    margin: 189px!important
}

.p-189 {
    padding: 189px!important
}

.m-190 {
    margin: 190px!important
}

.p-190 {
    padding: 190px!important
}

.m-191 {
    margin: 191px!important
}

.p-191 {
    padding: 191px!important
}

.m-192 {
    margin: 192px!important
}

.p-192 {
    padding: 192px!important
}

.m-193 {
    margin: 193px!important
}

.p-193 {
    padding: 193px!important
}

.m-194 {
    margin: 194px!important
}

.p-194 {
    padding: 194px!important
}

.m-195 {
    margin: 195px!important
}

.p-195 {
    padding: 195px!important
}

.m-196 {
    margin: 196px!important
}

.p-196 {
    padding: 196px!important
}

.m-197 {
    margin: 197px!important
}

.p-197 {
    padding: 197px!important
}

.m-198 {
    margin: 198px!important
}

.p-198 {
    padding: 198px!important
}

.m-199 {
    margin: 199px!important
}

.p-199 {
    padding: 199px!important
}

.m-200 {
    margin: 200px!important
}

.p-200 {
    padding: 200px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
    margin-top: 7px!important
}

.pt-7 {
    padding-top: 7px!important
}

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

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

.mt-9 {
    margin-top: 9px!important
}

.pt-9 {
    padding-top: 9px!important
}

.mt-10 {
    margin-top: 10px!important
}

.pt-10 {
    padding-top: 10px!important
}

.mt-11 {
    margin-top: 11px!important
}

.pt-11 {
    padding-top: 11px!important
}

.mt-12 {
    margin-top: 12px!important
}

.pt-12 {
    padding-top: 12px!important
}

.mt-13 {
    margin-top: 13px!important
}

.pt-13 {
    padding-top: 13px!important
}

.mt-14 {
    margin-top: 14px!important
}

.pt-14 {
    padding-top: 14px!important
}

.mt-15 {
    margin-top: 15px!important
}

.pt-15 {
    padding-top: 15px!important
}

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

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

.mt-17 {
    margin-top: 17px!important
}

.pt-17 {
    padding-top: 17px!important
}

.mt-18 {
    margin-top: 18px!important
}

.pt-18 {
    padding-top: 18px!important
}

.mt-19 {
    margin-top: 19px!important
}

.pt-19 {
    padding-top: 19px!important
}

.mt-20 {
    margin-top: 20px!important
}

.pt-20 {
    padding-top: 20px!important
}

.mt-21 {
    margin-top: 21px!important
}

.pt-21 {
    padding-top: 21px!important
}

.mt-22 {
    margin-top: 22px!important
}

.pt-22 {
    padding-top: 22px!important
}

.mt-23 {
    margin-top: 23px!important
}

.pt-23 {
    padding-top: 23px!important
}

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

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

.mt-25 {
    margin-top: 25px!important
}

.pt-25 {
    padding-top: 25px!important
}

.mt-26 {
    margin-top: 26px!important
}

.pt-26 {
    padding-top: 26px!important
}

.mt-27 {
    margin-top: 27px!important
}

.pt-27 {
    padding-top: 27px!important
}

.mt-28 {
    margin-top: 28px!important
}

.pt-28 {
    padding-top: 28px!important
}

.mt-29 {
    margin-top: 29px!important
}

.pt-29 {
    padding-top: 29px!important
}

.mt-30 {
    margin-top: 30px!important
}

.pt-30 {
    padding-top: 30px!important
}

.mt-31 {
    margin-top: 31px!important
}

.pt-31 {
    padding-top: 31px!important
}

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

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

.mt-33 {
    margin-top: 33px!important
}

.pt-33 {
    padding-top: 33px!important
}

.mt-34 {
    margin-top: 34px!important
}

.pt-34 {
    padding-top: 34px!important
}

.mt-35 {
    margin-top: 35px!important
}

.pt-35 {
    padding-top: 35px!important
}

.mt-36 {
    margin-top: 36px!important
}

.pt-36 {
    padding-top: 36px!important
}

.mt-37 {
    margin-top: 37px!important
}

.pt-37 {
    padding-top: 37px!important
}

.mt-38 {
    margin-top: 38px!important
}

.pt-38 {
    padding-top: 38px!important
}

.mt-39 {
    margin-top: 39px!important
}

.pt-39 {
    padding-top: 39px!important
}

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

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

.mt-41 {
    margin-top: 41px!important
}

.pt-41 {
    padding-top: 41px!important
}

.mt-42 {
    margin-top: 42px!important
}

.pt-42 {
    padding-top: 42px!important
}

.mt-43 {
    margin-top: 43px!important
}

.pt-43 {
    padding-top: 43px!important
}

.mt-44 {
    margin-top: 44px!important
}

.pt-44 {
    padding-top: 44px!important
}

.mt-45 {
    margin-top: 45px!important
}

.pt-45 {
    padding-top: 45px!important
}

.mt-46 {
    margin-top: 46px!important
}

.pt-46 {
    padding-top: 46px!important
}

.mt-47 {
    margin-top: 47px!important
}

.pt-47 {
    padding-top: 47px!important
}

.mt-48 {
    margin-top: 48px!important
}

.pt-48 {
    padding-top: 48px!important
}

.mt-49 {
    margin-top: 49px!important
}

.pt-49 {
    padding-top: 49px!important
}

.mt-50 {
    margin-top: 50px!important
}

.pt-50 {
    padding-top: 50px!important
}

.mt-51 {
    margin-top: 51px!important
}

.pt-51 {
    padding-top: 51px!important
}

.mt-52 {
    margin-top: 52px!important
}

.pt-52 {
    padding-top: 52px!important
}

.mt-53 {
    margin-top: 53px!important
}

.pt-53 {
    padding-top: 53px!important
}

.mt-54 {
    margin-top: 54px!important
}

.pt-54 {
    padding-top: 54px!important
}

.mt-55 {
    margin-top: 55px!important
}

.pt-55 {
    padding-top: 55px!important
}

.mt-56 {
    margin-top: 56px!important
}

.pt-56 {
    padding-top: 56px!important
}

.mt-57 {
    margin-top: 57px!important
}

.pt-57 {
    padding-top: 57px!important
}

.mt-58 {
    margin-top: 58px!important
}

.pt-58 {
    padding-top: 58px!important
}

.mt-59 {
    margin-top: 59px!important
}

.pt-59 {
    padding-top: 59px!important
}

.mt-60 {
    margin-top: 60px!important
}

.pt-60 {
    padding-top: 60px!important
}

.mt-61 {
    margin-top: 61px!important
}

.pt-61 {
    padding-top: 61px!important
}

.mt-62 {
    margin-top: 62px!important
}

.pt-62 {
    padding-top: 62px!important
}

.mt-63 {
    margin-top: 63px!important
}

.pt-63 {
    padding-top: 63px!important
}

.mt-64 {
    margin-top: 64px!important
}

.pt-64 {
    padding-top: 64px!important
}

.mt-65 {
    margin-top: 65px!important
}

.pt-65 {
    padding-top: 65px!important
}

.mt-66 {
    margin-top: 66px!important
}

.pt-66 {
    padding-top: 66px!important
}

.mt-67 {
    margin-top: 67px!important
}

.pt-67 {
    padding-top: 67px!important
}

.mt-68 {
    margin-top: 68px!important
}

.pt-68 {
    padding-top: 68px!important
}

.mt-69 {
    margin-top: 69px!important
}

.pt-69 {
    padding-top: 69px!important
}

.mt-70 {
    margin-top: 70px!important
}

.pt-70 {
    padding-top: 70px!important
}

.mt-71 {
    margin-top: 71px!important
}

.pt-71 {
    padding-top: 71px!important
}

.mt-72 {
    margin-top: 72px!important
}

.pt-72 {
    padding-top: 72px!important
}

.mt-73 {
    margin-top: 73px!important
}

.pt-73 {
    padding-top: 73px!important
}

.mt-74 {
    margin-top: 74px!important
}

.pt-74 {
    padding-top: 74px!important
}

.mt-75 {
    margin-top: 75px!important
}

.pt-75 {
    padding-top: 75px!important
}

.mt-76 {
    margin-top: 76px!important
}

.pt-76 {
    padding-top: 76px!important
}

.mt-77 {
    margin-top: 77px!important
}

.pt-77 {
    padding-top: 77px!important
}

.mt-78 {
    margin-top: 78px!important
}

.pt-78 {
    padding-top: 78px!important
}

.mt-79 {
    margin-top: 79px!important
}

.pt-79 {
    padding-top: 79px!important
}

.mt-80 {
    margin-top: 80px!important
}

.pt-80 {
    padding-top: 80px!important
}

.mt-81 {
    margin-top: 81px!important
}

.pt-81 {
    padding-top: 81px!important
}

.mt-82 {
    margin-top: 82px!important
}

.pt-82 {
    padding-top: 82px!important
}

.mt-83 {
    margin-top: 83px!important
}

.pt-83 {
    padding-top: 83px!important
}

.mt-84 {
    margin-top: 84px!important
}

.pt-84 {
    padding-top: 84px!important
}

.mt-85 {
    margin-top: 85px!important
}

.pt-85 {
    padding-top: 85px!important
}

.mt-86 {
    margin-top: 86px!important
}

.pt-86 {
    padding-top: 86px!important
}

.mt-87 {
    margin-top: 87px!important
}

.pt-87 {
    padding-top: 87px!important
}

.mt-88 {
    margin-top: 88px!important
}

.pt-88 {
    padding-top: 88px!important
}

.mt-89 {
    margin-top: 89px!important
}

.pt-89 {
    padding-top: 89px!important
}

.mt-90 {
    margin-top: 90px!important
}

.pt-90 {
    padding-top: 90px!important
}

.mt-91 {
    margin-top: 91px!important
}

.pt-91 {
    padding-top: 91px!important
}

.mt-92 {
    margin-top: 92px!important
}

.pt-92 {
    padding-top: 92px!important
}

.mt-93 {
    margin-top: 93px!important
}

.pt-93 {
    padding-top: 93px!important
}

.mt-94 {
    margin-top: 94px!important
}

.pt-94 {
    padding-top: 94px!important
}

.mt-95 {
    margin-top: 95px!important
}

.pt-95 {
    padding-top: 95px!important
}

.mt-96 {
    margin-top: 96px!important
}

.pt-96 {
    padding-top: 96px!important
}

.mt-97 {
    margin-top: 97px!important
}

.pt-97 {
    padding-top: 97px!important
}

.mt-98 {
    margin-top: 98px!important
}

.pt-98 {
    padding-top: 98px!important
}

.mt-99 {
    margin-top: 99px!important
}

.pt-99 {
    padding-top: 99px!important
}

.mt-100 {
    margin-top: 100px!important
}

.pt-100 {
    padding-top: 100px!important
}

.mt-101 {
    margin-top: 101px!important
}

.pt-101 {
    padding-top: 101px!important
}

.mt-102 {
    margin-top: 102px!important
}

.pt-102 {
    padding-top: 102px!important
}

.mt-103 {
    margin-top: 103px!important
}

.pt-103 {
    padding-top: 103px!important
}

.mt-104 {
    margin-top: 104px!important
}

.pt-104 {
    padding-top: 104px!important
}

.mt-105 {
    margin-top: 105px!important
}

.pt-105 {
    padding-top: 105px!important
}

.mt-106 {
    margin-top: 106px!important
}

.pt-106 {
    padding-top: 106px!important
}

.mt-107 {
    margin-top: 107px!important
}

.pt-107 {
    padding-top: 107px!important
}

.mt-108 {
    margin-top: 108px!important
}

.pt-108 {
    padding-top: 108px!important
}

.mt-109 {
    margin-top: 109px!important
}

.pt-109 {
    padding-top: 109px!important
}

.mt-110 {
    margin-top: 110px!important
}

.pt-110 {
    padding-top: 110px!important
}

.mt-111 {
    margin-top: 111px!important
}

.pt-111 {
    padding-top: 111px!important
}

.mt-112 {
    margin-top: 112px!important
}

.pt-112 {
    padding-top: 112px!important
}

.mt-113 {
    margin-top: 113px!important
}

.pt-113 {
    padding-top: 113px!important
}

.mt-114 {
    margin-top: 114px!important
}

.pt-114 {
    padding-top: 114px!important
}

.mt-115 {
    margin-top: 115px!important
}

.pt-115 {
    padding-top: 115px!important
}

.mt-116 {
    margin-top: 116px!important
}

.pt-116 {
    padding-top: 116px!important
}

.mt-117 {
    margin-top: 117px!important
}

.pt-117 {
    padding-top: 117px!important
}

.mt-118 {
    margin-top: 118px!important
}

.pt-118 {
    padding-top: 118px!important
}

.mt-119 {
    margin-top: 119px!important
}

.pt-119 {
    padding-top: 119px!important
}

.mt-120 {
    margin-top: 120px!important
}

.pt-120 {
    padding-top: 120px!important
}

.mt-121 {
    margin-top: 121px!important
}

.pt-121 {
    padding-top: 121px!important
}

.mt-122 {
    margin-top: 122px!important
}

.pt-122 {
    padding-top: 122px!important
}

.mt-123 {
    margin-top: 123px!important
}

.pt-123 {
    padding-top: 123px!important
}

.mt-124 {
    margin-top: 124px!important
}

.pt-124 {
    padding-top: 124px!important
}

.mt-125 {
    margin-top: 125px!important
}

.pt-125 {
    padding-top: 125px!important
}

.mt-126 {
    margin-top: 126px!important
}

.pt-126 {
    padding-top: 126px!important
}

.mt-127 {
    margin-top: 127px!important
}

.pt-127 {
    padding-top: 127px!important
}

.mt-128 {
    margin-top: 128px!important
}

.pt-128 {
    padding-top: 128px!important
}

.mt-129 {
    margin-top: 129px!important
}

.pt-129 {
    padding-top: 129px!important
}

.mt-130 {
    margin-top: 130px!important
}

.pt-130 {
    padding-top: 130px!important
}

.mt-131 {
    margin-top: 131px!important
}

.pt-131 {
    padding-top: 131px!important
}

.mt-132 {
    margin-top: 132px!important
}

.pt-132 {
    padding-top: 132px!important
}

.mt-133 {
    margin-top: 133px!important
}

.pt-133 {
    padding-top: 133px!important
}

.mt-134 {
    margin-top: 134px!important
}

.pt-134 {
    padding-top: 134px!important
}

.mt-135 {
    margin-top: 135px!important
}

.pt-135 {
    padding-top: 135px!important
}

.mt-136 {
    margin-top: 136px!important
}

.pt-136 {
    padding-top: 136px!important
}

.mt-137 {
    margin-top: 137px!important
}

.pt-137 {
    padding-top: 137px!important
}

.mt-138 {
    margin-top: 138px!important
}

.pt-138 {
    padding-top: 138px!important
}

.mt-139 {
    margin-top: 139px!important
}

.pt-139 {
    padding-top: 139px!important
}

.mt-140 {
    margin-top: 140px!important
}

.pt-140 {
    padding-top: 140px!important
}

.mt-141 {
    margin-top: 141px!important
}

.pt-141 {
    padding-top: 141px!important
}

.mt-142 {
    margin-top: 142px!important
}

.pt-142 {
    padding-top: 142px!important
}

.mt-143 {
    margin-top: 143px!important
}

.pt-143 {
    padding-top: 143px!important
}

.mt-144 {
    margin-top: 144px!important
}

.pt-144 {
    padding-top: 144px!important
}

.mt-145 {
    margin-top: 145px!important
}

.pt-145 {
    padding-top: 145px!important
}

.mt-146 {
    margin-top: 146px!important
}

.pt-146 {
    padding-top: 146px!important
}

.mt-147 {
    margin-top: 147px!important
}

.pt-147 {
    padding-top: 147px!important
}

.mt-148 {
    margin-top: 148px!important
}

.pt-148 {
    padding-top: 148px!important
}

.mt-149 {
    margin-top: 149px!important
}

.pt-149 {
    padding-top: 149px!important
}

.mt-150 {
    margin-top: 150px!important
}

.pt-150 {
    padding-top: 150px!important
}

.mt-151 {
    margin-top: 151px!important
}

.pt-151 {
    padding-top: 151px!important
}

.mt-152 {
    margin-top: 152px!important
}

.pt-152 {
    padding-top: 152px!important
}

.mt-153 {
    margin-top: 153px!important
}

.pt-153 {
    padding-top: 153px!important
}

.mt-154 {
    margin-top: 154px!important
}

.pt-154 {
    padding-top: 154px!important
}

.mt-155 {
    margin-top: 155px!important
}

.pt-155 {
    padding-top: 155px!important
}

.mt-156 {
    margin-top: 156px!important
}

.pt-156 {
    padding-top: 156px!important
}

.mt-157 {
    margin-top: 157px!important
}

.pt-157 {
    padding-top: 157px!important
}

.mt-158 {
    margin-top: 158px!important
}

.pt-158 {
    padding-top: 158px!important
}

.mt-159 {
    margin-top: 159px!important
}

.pt-159 {
    padding-top: 159px!important
}

.mt-160 {
    margin-top: 160px!important
}

.pt-160 {
    padding-top: 160px!important
}

.mt-161 {
    margin-top: 161px!important
}

.pt-161 {
    padding-top: 161px!important
}

.mt-162 {
    margin-top: 162px!important
}

.pt-162 {
    padding-top: 162px!important
}

.mt-163 {
    margin-top: 163px!important
}

.pt-163 {
    padding-top: 163px!important
}

.mt-164 {
    margin-top: 164px!important
}

.pt-164 {
    padding-top: 164px!important
}

.mt-165 {
    margin-top: 165px!important
}

.pt-165 {
    padding-top: 165px!important
}

.mt-166 {
    margin-top: 166px!important
}

.pt-166 {
    padding-top: 166px!important
}

.mt-167 {
    margin-top: 167px!important
}

.pt-167 {
    padding-top: 167px!important
}

.mt-168 {
    margin-top: 168px!important
}

.pt-168 {
    padding-top: 168px!important
}

.mt-169 {
    margin-top: 169px!important
}

.pt-169 {
    padding-top: 169px!important
}

.mt-170 {
    margin-top: 170px!important
}

.pt-170 {
    padding-top: 170px!important
}

.mt-171 {
    margin-top: 171px!important
}

.pt-171 {
    padding-top: 171px!important
}

.mt-172 {
    margin-top: 172px!important
}

.pt-172 {
    padding-top: 172px!important
}

.mt-173 {
    margin-top: 173px!important
}

.pt-173 {
    padding-top: 173px!important
}

.mt-174 {
    margin-top: 174px!important
}

.pt-174 {
    padding-top: 174px!important
}

.mt-175 {
    margin-top: 175px!important
}

.pt-175 {
    padding-top: 175px!important
}

.mt-176 {
    margin-top: 176px!important
}

.pt-176 {
    padding-top: 176px!important
}

.mt-177 {
    margin-top: 177px!important
}

.pt-177 {
    padding-top: 177px!important
}

.mt-178 {
    margin-top: 178px!important
}

.pt-178 {
    padding-top: 178px!important
}

.mt-179 {
    margin-top: 179px!important
}

.pt-179 {
    padding-top: 179px!important
}

.mt-180 {
    margin-top: 180px!important
}

.pt-180 {
    padding-top: 180px!important
}

.mt-181 {
    margin-top: 181px!important
}

.pt-181 {
    padding-top: 181px!important
}

.mt-182 {
    margin-top: 182px!important
}

.pt-182 {
    padding-top: 182px!important
}

.mt-183 {
    margin-top: 183px!important
}

.pt-183 {
    padding-top: 183px!important
}

.mt-184 {
    margin-top: 184px!important
}

.pt-184 {
    padding-top: 184px!important
}

.mt-185 {
    margin-top: 185px!important
}

.pt-185 {
    padding-top: 185px!important
}

.mt-186 {
    margin-top: 186px!important
}

.pt-186 {
    padding-top: 186px!important
}

.mt-187 {
    margin-top: 187px!important
}

.pt-187 {
    padding-top: 187px!important
}

.mt-188 {
    margin-top: 188px!important
}

.pt-188 {
    padding-top: 188px!important
}

.mt-189 {
    margin-top: 189px!important
}

.pt-189 {
    padding-top: 189px!important
}

.mt-190 {
    margin-top: 190px!important
}

.pt-190 {
    padding-top: 190px!important
}

.mt-191 {
    margin-top: 191px!important
}

.pt-191 {
    padding-top: 191px!important
}

.mt-192 {
    margin-top: 192px!important
}

.pt-192 {
    padding-top: 192px!important
}

.mt-193 {
    margin-top: 193px!important
}

.pt-193 {
    padding-top: 193px!important
}

.mt-194 {
    margin-top: 194px!important
}

.pt-194 {
    padding-top: 194px!important
}

.mt-195 {
    margin-top: 195px!important
}

.pt-195 {
    padding-top: 195px!important
}

.mt-196 {
    margin-top: 196px!important
}

.pt-196 {
    padding-top: 196px!important
}

.mt-197 {
    margin-top: 197px!important
}

.pt-197 {
    padding-top: 197px!important
}

.mt-198 {
    margin-top: 198px!important
}

.pt-198 {
    padding-top: 198px!important
}

.mt-199 {
    margin-top: 199px!important
}

.pt-199 {
    padding-top: 199px!important
}

.mt-200 {
    margin-top: 200px!important
}

.pt-200 {
    padding-top: 200px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
    margin-bottom: 7px!important
}

.pb-7 {
    padding-bottom: 7px!important
}

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

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

.mb-9 {
    margin-bottom: 9px!important
}

.pb-9 {
    padding-bottom: 9px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.mb-11 {
    margin-bottom: 11px!important
}

.pb-11 {
    padding-bottom: 11px!important
}

.mb-12 {
    margin-bottom: 12px!important
}

.pb-12 {
    padding-bottom: 12px!important
}

.mb-13 {
    margin-bottom: 13px!important
}

.pb-13 {
    padding-bottom: 13px!important
}

.mb-14 {
    margin-bottom: 14px!important
}

.pb-14 {
    padding-bottom: 14px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.pb-15 {
    padding-bottom: 15px!important
}

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

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

.mb-17 {
    margin-bottom: 17px!important
}

.pb-17 {
    padding-bottom: 17px!important
}

.mb-18 {
    margin-bottom: 18px!important
}

.pb-18 {
    padding-bottom: 18px!important
}

.mb-19 {
    margin-bottom: 19px!important
}

.pb-19 {
    padding-bottom: 19px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.mb-21 {
    margin-bottom: 21px!important
}

.pb-21 {
    padding-bottom: 21px!important
}

.mb-22 {
    margin-bottom: 22px!important
}

.pb-22 {
    padding-bottom: 22px!important
}

.mb-23 {
    margin-bottom: 23px!important
}

.pb-23 {
    padding-bottom: 23px!important
}

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

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

.mb-25 {
    margin-bottom: 25px!important
}

.pb-25 {
    padding-bottom: 25px!important
}

.mb-26 {
    margin-bottom: 26px!important
}

.pb-26 {
    padding-bottom: 26px!important
}

.mb-27 {
    margin-bottom: 27px!important
}

.pb-27 {
    padding-bottom: 27px!important
}

.mb-28 {
    margin-bottom: 28px!important
}

.pb-28 {
    padding-bottom: 28px!important
}

.mb-29 {
    margin-bottom: 29px!important
}

.pb-29 {
    padding-bottom: 29px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.mb-31 {
    margin-bottom: 31px!important
}

.pb-31 {
    padding-bottom: 31px!important
}

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

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

.mb-33 {
    margin-bottom: 33px!important
}

.pb-33 {
    padding-bottom: 33px!important
}

.mb-34 {
    margin-bottom: 34px!important
}

.pb-34 {
    padding-bottom: 34px!important
}

.mb-35 {
    margin-bottom: 35px!important
}

.pb-35 {
    padding-bottom: 35px!important
}

.mb-36 {
    margin-bottom: 36px!important
}

.pb-36 {
    padding-bottom: 36px!important
}

.mb-37 {
    margin-bottom: 37px!important
}

.pb-37 {
    padding-bottom: 37px!important
}

.mb-38 {
    margin-bottom: 38px!important
}

.pb-38 {
    padding-bottom: 38px!important
}

.mb-39 {
    margin-bottom: 39px!important
}

.pb-39 {
    padding-bottom: 39px!important
}

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

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

.mb-41 {
    margin-bottom: 41px!important
}

.pb-41 {
    padding-bottom: 41px!important
}

.mb-42 {
    margin-bottom: 42px!important
}

.pb-42 {
    padding-bottom: 42px!important
}

.mb-43 {
    margin-bottom: 43px!important
}

.pb-43 {
    padding-bottom: 43px!important
}

.mb-44 {
    margin-bottom: 44px!important
}

.pb-44 {
    padding-bottom: 44px!important
}

.mb-45 {
    margin-bottom: 45px!important
}

.pb-45 {
    padding-bottom: 45px!important
}

.mb-46 {
    margin-bottom: 46px!important
}

.pb-46 {
    padding-bottom: 46px!important
}

.mb-47 {
    margin-bottom: 47px!important
}

.pb-47 {
    padding-bottom: 47px!important
}

.mb-48 {
    margin-bottom: 48px!important
}

.pb-48 {
    padding-bottom: 48px!important
}

.mb-49 {
    margin-bottom: 49px!important
}

.pb-49 {
    padding-bottom: 49px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.mb-51 {
    margin-bottom: 51px!important
}

.pb-51 {
    padding-bottom: 51px!important
}

.mb-52 {
    margin-bottom: 52px!important
}

.pb-52 {
    padding-bottom: 52px!important
}

.mb-53 {
    margin-bottom: 53px!important
}

.pb-53 {
    padding-bottom: 53px!important
}

.mb-54 {
    margin-bottom: 54px!important
}

.pb-54 {
    padding-bottom: 54px!important
}

.mb-55 {
    margin-bottom: 55px!important
}

.pb-55 {
    padding-bottom: 55px!important
}

.mb-56 {
    margin-bottom: 56px!important
}

.pb-56 {
    padding-bottom: 56px!important
}

.mb-57 {
    margin-bottom: 57px!important
}

.pb-57 {
    padding-bottom: 57px!important
}

.mb-58 {
    margin-bottom: 58px!important
}

.pb-58 {
    padding-bottom: 58px!important
}

.mb-59 {
    margin-bottom: 59px!important
}

.pb-59 {
    padding-bottom: 59px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.pb-60 {
    padding-bottom: 60px!important
}

.mb-61 {
    margin-bottom: 61px!important
}

.pb-61 {
    padding-bottom: 61px!important
}

.mb-62 {
    margin-bottom: 62px!important
}

.pb-62 {
    padding-bottom: 62px!important
}

.mb-63 {
    margin-bottom: 63px!important
}

.pb-63 {
    padding-bottom: 63px!important
}

.mb-64 {
    margin-bottom: 64px!important
}

.pb-64 {
    padding-bottom: 64px!important
}

.mb-65 {
    margin-bottom: 65px!important
}

.pb-65 {
    padding-bottom: 65px!important
}

.mb-66 {
    margin-bottom: 66px!important
}

.pb-66 {
    padding-bottom: 66px!important
}

.mb-67 {
    margin-bottom: 67px!important
}

.pb-67 {
    padding-bottom: 67px!important
}

.mb-68 {
    margin-bottom: 68px!important
}

.pb-68 {
    padding-bottom: 68px!important
}

.mb-69 {
    margin-bottom: 69px!important
}

.pb-69 {
    padding-bottom: 69px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.mb-71 {
    margin-bottom: 71px!important
}

.pb-71 {
    padding-bottom: 71px!important
}

.mb-72 {
    margin-bottom: 72px!important
}

.pb-72 {
    padding-bottom: 72px!important
}

.mb-73 {
    margin-bottom: 73px!important
}

.pb-73 {
    padding-bottom: 73px!important
}

.mb-74 {
    margin-bottom: 74px!important
}

.pb-74 {
    padding-bottom: 74px!important
}

.mb-75 {
    margin-bottom: 75px!important
}

.pb-75 {
    padding-bottom: 75px!important
}

.mb-76 {
    margin-bottom: 76px!important
}

.pb-76 {
    padding-bottom: 76px!important
}

.mb-77 {
    margin-bottom: 77px!important
}

.pb-77 {
    padding-bottom: 77px!important
}

.mb-78 {
    margin-bottom: 78px!important
}

.pb-78 {
    padding-bottom: 78px!important
}

.mb-79 {
    margin-bottom: 79px!important
}

.pb-79 {
    padding-bottom: 79px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.pb-80 {
    padding-bottom: 80px!important
}

.mb-81 {
    margin-bottom: 81px!important
}

.pb-81 {
    padding-bottom: 81px!important
}

.mb-82 {
    margin-bottom: 82px!important
}

.pb-82 {
    padding-bottom: 82px!important
}

.mb-83 {
    margin-bottom: 83px!important
}

.pb-83 {
    padding-bottom: 83px!important
}

.mb-84 {
    margin-bottom: 84px!important
}

.pb-84 {
    padding-bottom: 84px!important
}

.mb-85 {
    margin-bottom: 85px!important
}

.pb-85 {
    padding-bottom: 85px!important
}

.mb-86 {
    margin-bottom: 86px!important
}

.pb-86 {
    padding-bottom: 86px!important
}

.mb-87 {
    margin-bottom: 87px!important
}

.pb-87 {
    padding-bottom: 87px!important
}

.mb-88 {
    margin-bottom: 88px!important
}

.pb-88 {
    padding-bottom: 88px!important
}

.mb-89 {
    margin-bottom: 89px!important
}

.pb-89 {
    padding-bottom: 89px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.pb-90 {
    padding-bottom: 90px!important
}

.mb-91 {
    margin-bottom: 91px!important
}

.pb-91 {
    padding-bottom: 91px!important
}

.mb-92 {
    margin-bottom: 92px!important
}

.pb-92 {
    padding-bottom: 92px!important
}

.mb-93 {
    margin-bottom: 93px!important
}

.pb-93 {
    padding-bottom: 93px!important
}

.mb-94 {
    margin-bottom: 94px!important
}

.pb-94 {
    padding-bottom: 94px!important
}

.mb-95 {
    margin-bottom: 95px!important
}

.pb-95 {
    padding-bottom: 95px!important
}

.mb-96 {
    margin-bottom: 96px!important
}

.pb-96 {
    padding-bottom: 96px!important
}

.mb-97 {
    margin-bottom: 97px!important
}

.pb-97 {
    padding-bottom: 97px!important
}

.mb-98 {
    margin-bottom: 98px!important
}

.pb-98 {
    padding-bottom: 98px!important
}

.mb-99 {
    margin-bottom: 99px!important
}

.pb-99 {
    padding-bottom: 99px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.pb-100 {
    padding-bottom: 100px!important
}

.mb-101 {
    margin-bottom: 101px!important
}

.pb-101 {
    padding-bottom: 101px!important
}

.mb-102 {
    margin-bottom: 102px!important
}

.pb-102 {
    padding-bottom: 102px!important
}

.mb-103 {
    margin-bottom: 103px!important
}

.pb-103 {
    padding-bottom: 103px!important
}

.mb-104 {
    margin-bottom: 104px!important
}

.pb-104 {
    padding-bottom: 104px!important
}

.mb-105 {
    margin-bottom: 105px!important
}

.pb-105 {
    padding-bottom: 105px!important
}

.mb-106 {
    margin-bottom: 106px!important
}

.pb-106 {
    padding-bottom: 106px!important
}

.mb-107 {
    margin-bottom: 107px!important
}

.pb-107 {
    padding-bottom: 107px!important
}

.mb-108 {
    margin-bottom: 108px!important
}

.pb-108 {
    padding-bottom: 108px!important
}

.mb-109 {
    margin-bottom: 109px!important
}

.pb-109 {
    padding-bottom: 109px!important
}

.mb-110 {
    margin-bottom: 110px!important
}

.pb-110 {
    padding-bottom: 110px!important
}

.mb-111 {
    margin-bottom: 111px!important
}

.pb-111 {
    padding-bottom: 111px!important
}

.mb-112 {
    margin-bottom: 112px!important
}

.pb-112 {
    padding-bottom: 112px!important
}

.mb-113 {
    margin-bottom: 113px!important
}

.pb-113 {
    padding-bottom: 113px!important
}

.mb-114 {
    margin-bottom: 114px!important
}

.pb-114 {
    padding-bottom: 114px!important
}

.mb-115 {
    margin-bottom: 115px!important
}

.pb-115 {
    padding-bottom: 115px!important
}

.mb-116 {
    margin-bottom: 116px!important
}

.pb-116 {
    padding-bottom: 116px!important
}

.mb-117 {
    margin-bottom: 117px!important
}

.pb-117 {
    padding-bottom: 117px!important
}

.mb-118 {
    margin-bottom: 118px!important
}

.pb-118 {
    padding-bottom: 118px!important
}

.mb-119 {
    margin-bottom: 119px!important
}

.pb-119 {
    padding-bottom: 119px!important
}

.mb-120 {
    margin-bottom: 120px!important
}

.pb-120 {
    padding-bottom: 120px!important
}

.mb-121 {
    margin-bottom: 121px!important
}

.pb-121 {
    padding-bottom: 121px!important
}

.mb-122 {
    margin-bottom: 122px!important
}

.pb-122 {
    padding-bottom: 122px!important
}

.mb-123 {
    margin-bottom: 123px!important
}

.pb-123 {
    padding-bottom: 123px!important
}

.mb-124 {
    margin-bottom: 124px!important
}

.pb-124 {
    padding-bottom: 124px!important
}

.mb-125 {
    margin-bottom: 125px!important
}

.pb-125 {
    padding-bottom: 125px!important
}

.mb-126 {
    margin-bottom: 126px!important
}

.pb-126 {
    padding-bottom: 126px!important
}

.mb-127 {
    margin-bottom: 127px!important
}

.pb-127 {
    padding-bottom: 127px!important
}

.mb-128 {
    margin-bottom: 128px!important
}

.pb-128 {
    padding-bottom: 128px!important
}

.mb-129 {
    margin-bottom: 129px!important
}

.pb-129 {
    padding-bottom: 129px!important
}

.mb-130 {
    margin-bottom: 130px!important
}

.pb-130 {
    padding-bottom: 130px!important
}

.mb-131 {
    margin-bottom: 131px!important
}

.pb-131 {
    padding-bottom: 131px!important
}

.mb-132 {
    margin-bottom: 132px!important
}

.pb-132 {
    padding-bottom: 132px!important
}

.mb-133 {
    margin-bottom: 133px!important
}

.pb-133 {
    padding-bottom: 133px!important
}

.mb-134 {
    margin-bottom: 134px!important
}

.pb-134 {
    padding-bottom: 134px!important
}

.mb-135 {
    margin-bottom: 135px!important
}

.pb-135 {
    padding-bottom: 135px!important
}

.mb-136 {
    margin-bottom: 136px!important
}

.pb-136 {
    padding-bottom: 136px!important
}

.mb-137 {
    margin-bottom: 137px!important
}

.pb-137 {
    padding-bottom: 137px!important
}

.mb-138 {
    margin-bottom: 138px!important
}

.pb-138 {
    padding-bottom: 138px!important
}

.mb-139 {
    margin-bottom: 139px!important
}

.pb-139 {
    padding-bottom: 139px!important
}

.mb-140 {
    margin-bottom: 140px!important
}

.pb-140 {
    padding-bottom: 140px!important
}

.mb-141 {
    margin-bottom: 141px!important
}

.pb-141 {
    padding-bottom: 141px!important
}

.mb-142 {
    margin-bottom: 142px!important
}

.pb-142 {
    padding-bottom: 142px!important
}

.mb-143 {
    margin-bottom: 143px!important
}

.pb-143 {
    padding-bottom: 143px!important
}

.mb-144 {
    margin-bottom: 144px!important
}

.pb-144 {
    padding-bottom: 144px!important
}

.mb-145 {
    margin-bottom: 145px!important
}

.pb-145 {
    padding-bottom: 145px!important
}

.mb-146 {
    margin-bottom: 146px!important
}

.pb-146 {
    padding-bottom: 146px!important
}

.mb-147 {
    margin-bottom: 147px!important
}

.pb-147 {
    padding-bottom: 147px!important
}

.mb-148 {
    margin-bottom: 148px!important
}

.pb-148 {
    padding-bottom: 148px!important
}

.mb-149 {
    margin-bottom: 149px!important
}

.pb-149 {
    padding-bottom: 149px!important
}

.mb-150 {
    margin-bottom: 150px!important
}

.pb-150 {
    padding-bottom: 150px!important
}

.mb-151 {
    margin-bottom: 151px!important
}

.pb-151 {
    padding-bottom: 151px!important
}

.mb-152 {
    margin-bottom: 152px!important
}

.pb-152 {
    padding-bottom: 152px!important
}

.mb-153 {
    margin-bottom: 153px!important
}

.pb-153 {
    padding-bottom: 153px!important
}

.mb-154 {
    margin-bottom: 154px!important
}

.pb-154 {
    padding-bottom: 154px!important
}

.mb-155 {
    margin-bottom: 155px!important
}

.pb-155 {
    padding-bottom: 155px!important
}

.mb-156 {
    margin-bottom: 156px!important
}

.pb-156 {
    padding-bottom: 156px!important
}

.mb-157 {
    margin-bottom: 157px!important
}

.pb-157 {
    padding-bottom: 157px!important
}

.mb-158 {
    margin-bottom: 158px!important
}

.pb-158 {
    padding-bottom: 158px!important
}

.mb-159 {
    margin-bottom: 159px!important
}

.pb-159 {
    padding-bottom: 159px!important
}

.mb-160 {
    margin-bottom: 160px!important
}

.pb-160 {
    padding-bottom: 160px!important
}

.mb-161 {
    margin-bottom: 161px!important
}

.pb-161 {
    padding-bottom: 161px!important
}

.mb-162 {
    margin-bottom: 162px!important
}

.pb-162 {
    padding-bottom: 162px!important
}

.mb-163 {
    margin-bottom: 163px!important
}

.pb-163 {
    padding-bottom: 163px!important
}

.mb-164 {
    margin-bottom: 164px!important
}

.pb-164 {
    padding-bottom: 164px!important
}

.mb-165 {
    margin-bottom: 165px!important
}

.pb-165 {
    padding-bottom: 165px!important
}

.mb-166 {
    margin-bottom: 166px!important
}

.pb-166 {
    padding-bottom: 166px!important
}

.mb-167 {
    margin-bottom: 167px!important
}

.pb-167 {
    padding-bottom: 167px!important
}

.mb-168 {
    margin-bottom: 168px!important
}

.pb-168 {
    padding-bottom: 168px!important
}

.mb-169 {
    margin-bottom: 169px!important
}

.pb-169 {
    padding-bottom: 169px!important
}

.mb-170 {
    margin-bottom: 170px!important
}

.pb-170 {
    padding-bottom: 170px!important
}

.mb-171 {
    margin-bottom: 171px!important
}

.pb-171 {
    padding-bottom: 171px!important
}

.mb-172 {
    margin-bottom: 172px!important
}

.pb-172 {
    padding-bottom: 172px!important
}

.mb-173 {
    margin-bottom: 173px!important
}

.pb-173 {
    padding-bottom: 173px!important
}

.mb-174 {
    margin-bottom: 174px!important
}

.pb-174 {
    padding-bottom: 174px!important
}

.mb-175 {
    margin-bottom: 175px!important
}

.pb-175 {
    padding-bottom: 175px!important
}

.mb-176 {
    margin-bottom: 176px!important
}

.pb-176 {
    padding-bottom: 176px!important
}

.mb-177 {
    margin-bottom: 177px!important
}

.pb-177 {
    padding-bottom: 177px!important
}

.mb-178 {
    margin-bottom: 178px!important
}

.pb-178 {
    padding-bottom: 178px!important
}

.mb-179 {
    margin-bottom: 179px!important
}

.pb-179 {
    padding-bottom: 179px!important
}

.mb-180 {
    margin-bottom: 180px!important
}

.pb-180 {
    padding-bottom: 180px!important
}

.mb-181 {
    margin-bottom: 181px!important
}

.pb-181 {
    padding-bottom: 181px!important
}

.mb-182 {
    margin-bottom: 182px!important
}

.pb-182 {
    padding-bottom: 182px!important
}

.mb-183 {
    margin-bottom: 183px!important
}

.pb-183 {
    padding-bottom: 183px!important
}

.mb-184 {
    margin-bottom: 184px!important
}

.pb-184 {
    padding-bottom: 184px!important
}

.mb-185 {
    margin-bottom: 185px!important
}

.pb-185 {
    padding-bottom: 185px!important
}

.mb-186 {
    margin-bottom: 186px!important
}

.pb-186 {
    padding-bottom: 186px!important
}

.mb-187 {
    margin-bottom: 187px!important
}

.pb-187 {
    padding-bottom: 187px!important
}

.mb-188 {
    margin-bottom: 188px!important
}

.pb-188 {
    padding-bottom: 188px!important
}

.mb-189 {
    margin-bottom: 189px!important
}

.pb-189 {
    padding-bottom: 189px!important
}

.mb-190 {
    margin-bottom: 190px!important
}

.pb-190 {
    padding-bottom: 190px!important
}

.mb-191 {
    margin-bottom: 191px!important
}

.pb-191 {
    padding-bottom: 191px!important
}

.mb-192 {
    margin-bottom: 192px!important
}

.pb-192 {
    padding-bottom: 192px!important
}

.mb-193 {
    margin-bottom: 193px!important
}

.pb-193 {
    padding-bottom: 193px!important
}

.mb-194 {
    margin-bottom: 194px!important
}

.pb-194 {
    padding-bottom: 194px!important
}

.mb-195 {
    margin-bottom: 195px!important
}

.pb-195 {
    padding-bottom: 195px!important
}

.mb-196 {
    margin-bottom: 196px!important
}

.pb-196 {
    padding-bottom: 196px!important
}

.mb-197 {
    margin-bottom: 197px!important
}

.pb-197 {
    padding-bottom: 197px!important
}

.mb-198 {
    margin-bottom: 198px!important
}

.pb-198 {
    padding-bottom: 198px!important
}

.mb-199 {
    margin-bottom: 199px!important
}

.pb-199 {
    padding-bottom: 199px!important
}

.mb-200 {
    margin-bottom: 200px!important
}

.pb-200 {
    padding-bottom: 200px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7 {
    margin-left: 7px!important
}

.pl-7 {
    padding-left: 7px!important
}

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

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

.ml-9 {
    margin-left: 9px!important
}

.pl-9 {
    padding-left: 9px!important
}

.ml-10 {
    margin-left: 10px!important
}

.pl-10 {
    padding-left: 10px!important
}

.ml-11 {
    margin-left: 11px!important
}

.pl-11 {
    padding-left: 11px!important
}

.ml-12 {
    margin-left: 12px!important
}

.pl-12 {
    padding-left: 12px!important
}

.ml-13 {
    margin-left: 13px!important
}

.pl-13 {
    padding-left: 13px!important
}

.ml-14 {
    margin-left: 14px!important
}

.pl-14 {
    padding-left: 14px!important
}

.ml-15 {
    margin-left: 15px!important
}

.pl-15 {
    padding-left: 15px!important
}

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

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

.ml-17 {
    margin-left: 17px!important
}

.pl-17 {
    padding-left: 17px!important
}

.ml-18 {
    margin-left: 18px!important
}

.pl-18 {
    padding-left: 18px!important
}

.ml-19 {
    margin-left: 19px!important
}

.pl-19 {
    padding-left: 19px!important
}

.ml-20 {
    margin-left: 20px!important
}

.pl-20 {
    padding-left: 20px!important
}

.ml-21 {
    margin-left: 21px!important
}

.pl-21 {
    padding-left: 21px!important
}

.ml-22 {
    margin-left: 22px!important
}

.pl-22 {
    padding-left: 22px!important
}

.ml-23 {
    margin-left: 23px!important
}

.pl-23 {
    padding-left: 23px!important
}

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

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

.ml-25 {
    margin-left: 25px!important
}

.pl-25 {
    padding-left: 25px!important
}

.ml-26 {
    margin-left: 26px!important
}

.pl-26 {
    padding-left: 26px!important
}

.ml-27 {
    margin-left: 27px!important
}

.pl-27 {
    padding-left: 27px!important
}

.ml-28 {
    margin-left: 28px!important
}

.pl-28 {
    padding-left: 28px!important
}

.ml-29 {
    margin-left: 29px!important
}

.pl-29 {
    padding-left: 29px!important
}

.ml-30 {
    margin-left: 30px!important
}

.pl-30 {
    padding-left: 30px!important
}

.ml-31 {
    margin-left: 31px!important
}

.pl-31 {
    padding-left: 31px!important
}

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

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

.ml-33 {
    margin-left: 33px!important
}

.pl-33 {
    padding-left: 33px!important
}

.ml-34 {
    margin-left: 34px!important
}

.pl-34 {
    padding-left: 34px!important
}

.ml-35 {
    margin-left: 35px!important
}

.pl-35 {
    padding-left: 35px!important
}

.ml-36 {
    margin-left: 36px!important
}

.pl-36 {
    padding-left: 36px!important
}

.ml-37 {
    margin-left: 37px!important
}

.pl-37 {
    padding-left: 37px!important
}

.ml-38 {
    margin-left: 38px!important
}

.pl-38 {
    padding-left: 38px!important
}

.ml-39 {
    margin-left: 39px!important
}

.pl-39 {
    padding-left: 39px!important
}

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

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

.ml-41 {
    margin-left: 41px!important
}

.pl-41 {
    padding-left: 41px!important
}

.ml-42 {
    margin-left: 42px!important
}

.pl-42 {
    padding-left: 42px!important
}

.ml-43 {
    margin-left: 43px!important
}

.pl-43 {
    padding-left: 43px!important
}

.ml-44 {
    margin-left: 44px!important
}

.pl-44 {
    padding-left: 44px!important
}

.ml-45 {
    margin-left: 45px!important
}

.pl-45 {
    padding-left: 45px!important
}

.ml-46 {
    margin-left: 46px!important
}

.pl-46 {
    padding-left: 46px!important
}

.ml-47 {
    margin-left: 47px!important
}

.pl-47 {
    padding-left: 47px!important
}

.ml-48 {
    margin-left: 48px!important
}

.pl-48 {
    padding-left: 48px!important
}

.ml-49 {
    margin-left: 49px!important
}

.pl-49 {
    padding-left: 49px!important
}

.ml-50 {
    margin-left: 50px!important
}

.pl-50 {
    padding-left: 50px!important
}

.ml-51 {
    margin-left: 51px!important
}

.pl-51 {
    padding-left: 51px!important
}

.ml-52 {
    margin-left: 52px!important
}

.pl-52 {
    padding-left: 52px!important
}

.ml-53 {
    margin-left: 53px!important
}

.pl-53 {
    padding-left: 53px!important
}

.ml-54 {
    margin-left: 54px!important
}

.pl-54 {
    padding-left: 54px!important
}

.ml-55 {
    margin-left: 55px!important
}

.pl-55 {
    padding-left: 55px!important
}

.ml-56 {
    margin-left: 56px!important
}

.pl-56 {
    padding-left: 56px!important
}

.ml-57 {
    margin-left: 57px!important
}

.pl-57 {
    padding-left: 57px!important
}

.ml-58 {
    margin-left: 58px!important
}

.pl-58 {
    padding-left: 58px!important
}

.ml-59 {
    margin-left: 59px!important
}

.pl-59 {
    padding-left: 59px!important
}

.ml-60 {
    margin-left: 60px!important
}

.pl-60 {
    padding-left: 60px!important
}

.ml-61 {
    margin-left: 61px!important
}

.pl-61 {
    padding-left: 61px!important
}

.ml-62 {
    margin-left: 62px!important
}

.pl-62 {
    padding-left: 62px!important
}

.ml-63 {
    margin-left: 63px!important
}

.pl-63 {
    padding-left: 63px!important
}

.ml-64 {
    margin-left: 64px!important
}

.pl-64 {
    padding-left: 64px!important
}

.ml-65 {
    margin-left: 65px!important
}

.pl-65 {
    padding-left: 65px!important
}

.ml-66 {
    margin-left: 66px!important
}

.pl-66 {
    padding-left: 66px!important
}

.ml-67 {
    margin-left: 67px!important
}

.pl-67 {
    padding-left: 67px!important
}

.ml-68 {
    margin-left: 68px!important
}

.pl-68 {
    padding-left: 68px!important
}

.ml-69 {
    margin-left: 69px!important
}

.pl-69 {
    padding-left: 69px!important
}

.ml-70 {
    margin-left: 70px!important
}

.pl-70 {
    padding-left: 70px!important
}

.ml-71 {
    margin-left: 71px!important
}

.pl-71 {
    padding-left: 71px!important
}

.ml-72 {
    margin-left: 72px!important
}

.pl-72 {
    padding-left: 72px!important
}

.ml-73 {
    margin-left: 73px!important
}

.pl-73 {
    padding-left: 73px!important
}

.ml-74 {
    margin-left: 74px!important
}

.pl-74 {
    padding-left: 74px!important
}

.ml-75 {
    margin-left: 75px!important
}

.pl-75 {
    padding-left: 75px!important
}

.ml-76 {
    margin-left: 76px!important
}

.pl-76 {
    padding-left: 76px!important
}

.ml-77 {
    margin-left: 77px!important
}

.pl-77 {
    padding-left: 77px!important
}

.ml-78 {
    margin-left: 78px!important
}

.pl-78 {
    padding-left: 78px!important
}

.ml-79 {
    margin-left: 79px!important
}

.pl-79 {
    padding-left: 79px!important
}

.ml-80 {
    margin-left: 80px!important
}

.pl-80 {
    padding-left: 80px!important
}

.ml-81 {
    margin-left: 81px!important
}

.pl-81 {
    padding-left: 81px!important
}

.ml-82 {
    margin-left: 82px!important
}

.pl-82 {
    padding-left: 82px!important
}

.ml-83 {
    margin-left: 83px!important
}

.pl-83 {
    padding-left: 83px!important
}

.ml-84 {
    margin-left: 84px!important
}

.pl-84 {
    padding-left: 84px!important
}

.ml-85 {
    margin-left: 85px!important
}

.pl-85 {
    padding-left: 85px!important
}

.ml-86 {
    margin-left: 86px!important
}

.pl-86 {
    padding-left: 86px!important
}

.ml-87 {
    margin-left: 87px!important
}

.pl-87 {
    padding-left: 87px!important
}

.ml-88 {
    margin-left: 88px!important
}

.pl-88 {
    padding-left: 88px!important
}

.ml-89 {
    margin-left: 89px!important
}

.pl-89 {
    padding-left: 89px!important
}

.ml-90 {
    margin-left: 90px!important
}

.pl-90 {
    padding-left: 90px!important
}

.ml-91 {
    margin-left: 91px!important
}

.pl-91 {
    padding-left: 91px!important
}

.ml-92 {
    margin-left: 92px!important
}

.pl-92 {
    padding-left: 92px!important
}

.ml-93 {
    margin-left: 93px!important
}

.pl-93 {
    padding-left: 93px!important
}

.ml-94 {
    margin-left: 94px!important
}

.pl-94 {
    padding-left: 94px!important
}

.ml-95 {
    margin-left: 95px!important
}

.pl-95 {
    padding-left: 95px!important
}

.ml-96 {
    margin-left: 96px!important
}

.pl-96 {
    padding-left: 96px!important
}

.ml-97 {
    margin-left: 97px!important
}

.pl-97 {
    padding-left: 97px!important
}

.ml-98 {
    margin-left: 98px!important
}

.pl-98 {
    padding-left: 98px!important
}

.ml-99 {
    margin-left: 99px!important
}

.pl-99 {
    padding-left: 99px!important
}

.ml-100 {
    margin-left: 100px!important
}

.pl-100 {
    padding-left: 100px!important
}

.ml-101 {
    margin-left: 101px!important
}

.pl-101 {
    padding-left: 101px!important
}

.ml-102 {
    margin-left: 102px!important
}

.pl-102 {
    padding-left: 102px!important
}

.ml-103 {
    margin-left: 103px!important
}

.pl-103 {
    padding-left: 103px!important
}

.ml-104 {
    margin-left: 104px!important
}

.pl-104 {
    padding-left: 104px!important
}

.ml-105 {
    margin-left: 105px!important
}

.pl-105 {
    padding-left: 105px!important
}

.ml-106 {
    margin-left: 106px!important
}

.pl-106 {
    padding-left: 106px!important
}

.ml-107 {
    margin-left: 107px!important
}

.pl-107 {
    padding-left: 107px!important
}

.ml-108 {
    margin-left: 108px!important
}

.pl-108 {
    padding-left: 108px!important
}

.ml-109 {
    margin-left: 109px!important
}

.pl-109 {
    padding-left: 109px!important
}

.ml-110 {
    margin-left: 110px!important
}

.pl-110 {
    padding-left: 110px!important
}

.ml-111 {
    margin-left: 111px!important
}

.pl-111 {
    padding-left: 111px!important
}

.ml-112 {
    margin-left: 112px!important
}

.pl-112 {
    padding-left: 112px!important
}

.ml-113 {
    margin-left: 113px!important
}

.pl-113 {
    padding-left: 113px!important
}

.ml-114 {
    margin-left: 114px!important
}

.pl-114 {
    padding-left: 114px!important
}

.ml-115 {
    margin-left: 115px!important
}

.pl-115 {
    padding-left: 115px!important
}

.ml-116 {
    margin-left: 116px!important
}

.pl-116 {
    padding-left: 116px!important
}

.ml-117 {
    margin-left: 117px!important
}

.pl-117 {
    padding-left: 117px!important
}

.ml-118 {
    margin-left: 118px!important
}

.pl-118 {
    padding-left: 118px!important
}

.ml-119 {
    margin-left: 119px!important
}

.pl-119 {
    padding-left: 119px!important
}

.ml-120 {
    margin-left: 120px!important
}

.pl-120 {
    padding-left: 120px!important
}

.ml-121 {
    margin-left: 121px!important
}

.pl-121 {
    padding-left: 121px!important
}

.ml-122 {
    margin-left: 122px!important
}

.pl-122 {
    padding-left: 122px!important
}

.ml-123 {
    margin-left: 123px!important
}

.pl-123 {
    padding-left: 123px!important
}

.ml-124 {
    margin-left: 124px!important
}

.pl-124 {
    padding-left: 124px!important
}

.ml-125 {
    margin-left: 125px!important
}

.pl-125 {
    padding-left: 125px!important
}

.ml-126 {
    margin-left: 126px!important
}

.pl-126 {
    padding-left: 126px!important
}

.ml-127 {
    margin-left: 127px!important
}

.pl-127 {
    padding-left: 127px!important
}

.ml-128 {
    margin-left: 128px!important
}

.pl-128 {
    padding-left: 128px!important
}

.ml-129 {
    margin-left: 129px!important
}

.pl-129 {
    padding-left: 129px!important
}

.ml-130 {
    margin-left: 130px!important
}

.pl-130 {
    padding-left: 130px!important
}

.ml-131 {
    margin-left: 131px!important
}

.pl-131 {
    padding-left: 131px!important
}

.ml-132 {
    margin-left: 132px!important
}

.pl-132 {
    padding-left: 132px!important
}

.ml-133 {
    margin-left: 133px!important
}

.pl-133 {
    padding-left: 133px!important
}

.ml-134 {
    margin-left: 134px!important
}

.pl-134 {
    padding-left: 134px!important
}

.ml-135 {
    margin-left: 135px!important
}

.pl-135 {
    padding-left: 135px!important
}

.ml-136 {
    margin-left: 136px!important
}

.pl-136 {
    padding-left: 136px!important
}

.ml-137 {
    margin-left: 137px!important
}

.pl-137 {
    padding-left: 137px!important
}

.ml-138 {
    margin-left: 138px!important
}

.pl-138 {
    padding-left: 138px!important
}

.ml-139 {
    margin-left: 139px!important
}

.pl-139 {
    padding-left: 139px!important
}

.ml-140 {
    margin-left: 140px!important
}

.pl-140 {
    padding-left: 140px!important
}

.ml-141 {
    margin-left: 141px!important
}

.pl-141 {
    padding-left: 141px!important
}

.ml-142 {
    margin-left: 142px!important
}

.pl-142 {
    padding-left: 142px!important
}

.ml-143 {
    margin-left: 143px!important
}

.pl-143 {
    padding-left: 143px!important
}

.ml-144 {
    margin-left: 144px!important
}

.pl-144 {
    padding-left: 144px!important
}

.ml-145 {
    margin-left: 145px!important
}

.pl-145 {
    padding-left: 145px!important
}

.ml-146 {
    margin-left: 146px!important
}

.pl-146 {
    padding-left: 146px!important
}

.ml-147 {
    margin-left: 147px!important
}

.pl-147 {
    padding-left: 147px!important
}

.ml-148 {
    margin-left: 148px!important
}

.pl-148 {
    padding-left: 148px!important
}

.ml-149 {
    margin-left: 149px!important
}

.pl-149 {
    padding-left: 149px!important
}

.ml-150 {
    margin-left: 150px!important
}

.pl-150 {
    padding-left: 150px!important
}

.ml-151 {
    margin-left: 151px!important
}

.pl-151 {
    padding-left: 151px!important
}

.ml-152 {
    margin-left: 152px!important
}

.pl-152 {
    padding-left: 152px!important
}

.ml-153 {
    margin-left: 153px!important
}

.pl-153 {
    padding-left: 153px!important
}

.ml-154 {
    margin-left: 154px!important
}

.pl-154 {
    padding-left: 154px!important
}

.ml-155 {
    margin-left: 155px!important
}

.pl-155 {
    padding-left: 155px!important
}

.ml-156 {
    margin-left: 156px!important
}

.pl-156 {
    padding-left: 156px!important
}

.ml-157 {
    margin-left: 157px!important
}

.pl-157 {
    padding-left: 157px!important
}

.ml-158 {
    margin-left: 158px!important
}

.pl-158 {
    padding-left: 158px!important
}

.ml-159 {
    margin-left: 159px!important
}

.pl-159 {
    padding-left: 159px!important
}

.ml-160 {
    margin-left: 160px!important
}

.pl-160 {
    padding-left: 160px!important
}

.ml-161 {
    margin-left: 161px!important
}

.pl-161 {
    padding-left: 161px!important
}

.ml-162 {
    margin-left: 162px!important
}

.pl-162 {
    padding-left: 162px!important
}

.ml-163 {
    margin-left: 163px!important
}

.pl-163 {
    padding-left: 163px!important
}

.ml-164 {
    margin-left: 164px!important
}

.pl-164 {
    padding-left: 164px!important
}

.ml-165 {
    margin-left: 165px!important
}

.pl-165 {
    padding-left: 165px!important
}

.ml-166 {
    margin-left: 166px!important
}

.pl-166 {
    padding-left: 166px!important
}

.ml-167 {
    margin-left: 167px!important
}

.pl-167 {
    padding-left: 167px!important
}

.ml-168 {
    margin-left: 168px!important
}

.pl-168 {
    padding-left: 168px!important
}

.ml-169 {
    margin-left: 169px!important
}

.pl-169 {
    padding-left: 169px!important
}

.ml-170 {
    margin-left: 170px!important
}

.pl-170 {
    padding-left: 170px!important
}

.ml-171 {
    margin-left: 171px!important
}

.pl-171 {
    padding-left: 171px!important
}

.ml-172 {
    margin-left: 172px!important
}

.pl-172 {
    padding-left: 172px!important
}

.ml-173 {
    margin-left: 173px!important
}

.pl-173 {
    padding-left: 173px!important
}

.ml-174 {
    margin-left: 174px!important
}

.pl-174 {
    padding-left: 174px!important
}

.ml-175 {
    margin-left: 175px!important
}

.pl-175 {
    padding-left: 175px!important
}

.ml-176 {
    margin-left: 176px!important
}

.pl-176 {
    padding-left: 176px!important
}

.ml-177 {
    margin-left: 177px!important
}

.pl-177 {
    padding-left: 177px!important
}

.ml-178 {
    margin-left: 178px!important
}

.pl-178 {
    padding-left: 178px!important
}

.ml-179 {
    margin-left: 179px!important
}

.pl-179 {
    padding-left: 179px!important
}

.ml-180 {
    margin-left: 180px!important
}

.pl-180 {
    padding-left: 180px!important
}

.ml-181 {
    margin-left: 181px!important
}

.pl-181 {
    padding-left: 181px!important
}

.ml-182 {
    margin-left: 182px!important
}

.pl-182 {
    padding-left: 182px!important
}

.ml-183 {
    margin-left: 183px!important
}

.pl-183 {
    padding-left: 183px!important
}

.ml-184 {
    margin-left: 184px!important
}

.pl-184 {
    padding-left: 184px!important
}

.ml-185 {
    margin-left: 185px!important
}

.pl-185 {
    padding-left: 185px!important
}

.ml-186 {
    margin-left: 186px!important
}

.pl-186 {
    padding-left: 186px!important
}

.ml-187 {
    margin-left: 187px!important
}

.pl-187 {
    padding-left: 187px!important
}

.ml-188 {
    margin-left: 188px!important
}

.pl-188 {
    padding-left: 188px!important
}

.ml-189 {
    margin-left: 189px!important
}

.pl-189 {
    padding-left: 189px!important
}

.ml-190 {
    margin-left: 190px!important
}

.pl-190 {
    padding-left: 190px!important
}

.ml-191 {
    margin-left: 191px!important
}

.pl-191 {
    padding-left: 191px!important
}

.ml-192 {
    margin-left: 192px!important
}

.pl-192 {
    padding-left: 192px!important
}

.ml-193 {
    margin-left: 193px!important
}

.pl-193 {
    padding-left: 193px!important
}

.ml-194 {
    margin-left: 194px!important
}

.pl-194 {
    padding-left: 194px!important
}

.ml-195 {
    margin-left: 195px!important
}

.pl-195 {
    padding-left: 195px!important
}

.ml-196 {
    margin-left: 196px!important
}

.pl-196 {
    padding-left: 196px!important
}

.ml-197 {
    margin-left: 197px!important
}

.pl-197 {
    padding-left: 197px!important
}

.ml-198 {
    margin-left: 198px!important
}

.pl-198 {
    padding-left: 198px!important
}

.ml-199 {
    margin-left: 199px!important
}

.pl-199 {
    padding-left: 199px!important
}

.ml-200 {
    margin-left: 200px!important
}

.pl-200 {
    padding-left: 200px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-7 {
    margin-right: 7px!important
}

.pr-7 {
    padding-right: 7px!important
}

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

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

.mr-9 {
    margin-right: 9px!important
}

.pr-9 {
    padding-right: 9px!important
}

.mr-10 {
    margin-right: 10px!important
}

.pr-10 {
    padding-right: 10px!important
}

.mr-11 {
    margin-right: 11px!important
}

.pr-11 {
    padding-right: 11px!important
}

.mr-12 {
    margin-right: 12px!important
}

.pr-12 {
    padding-right: 12px!important
}

.mr-13 {
    margin-right: 13px!important
}

.pr-13 {
    padding-right: 13px!important
}

.mr-14 {
    margin-right: 14px!important
}

.pr-14 {
    padding-right: 14px!important
}

.mr-15 {
    margin-right: 15px!important
}

.pr-15 {
    padding-right: 15px!important
}

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

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

.mr-17 {
    margin-right: 17px!important
}

.pr-17 {
    padding-right: 17px!important
}

.mr-18 {
    margin-right: 18px!important
}

.pr-18 {
    padding-right: 18px!important
}

.mr-19 {
    margin-right: 19px!important
}

.pr-19 {
    padding-right: 19px!important
}

.mr-20 {
    margin-right: 20px!important
}

.pr-20 {
    padding-right: 20px!important
}

.mr-21 {
    margin-right: 21px!important
}

.pr-21 {
    padding-right: 21px!important
}

.mr-22 {
    margin-right: 22px!important
}

.pr-22 {
    padding-right: 22px!important
}

.mr-23 {
    margin-right: 23px!important
}

.pr-23 {
    padding-right: 23px!important
}

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

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

.mr-25 {
    margin-right: 25px!important
}

.pr-25 {
    padding-right: 25px!important
}

.mr-26 {
    margin-right: 26px!important
}

.pr-26 {
    padding-right: 26px!important
}

.mr-27 {
    margin-right: 27px!important
}

.pr-27 {
    padding-right: 27px!important
}

.mr-28 {
    margin-right: 28px!important
}

.pr-28 {
    padding-right: 28px!important
}

.mr-29 {
    margin-right: 29px!important
}

.pr-29 {
    padding-right: 29px!important
}

.mr-30 {
    margin-right: 30px!important
}

.pr-30 {
    padding-right: 30px!important
}

.mr-31 {
    margin-right: 31px!important
}

.pr-31 {
    padding-right: 31px!important
}

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

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

.mr-33 {
    margin-right: 33px!important
}

.pr-33 {
    padding-right: 33px!important
}

.mr-34 {
    margin-right: 34px!important
}

.pr-34 {
    padding-right: 34px!important
}

.mr-35 {
    margin-right: 35px!important
}

.pr-35 {
    padding-right: 35px!important
}

.mr-36 {
    margin-right: 36px!important
}

.pr-36 {
    padding-right: 36px!important
}

.mr-37 {
    margin-right: 37px!important
}

.pr-37 {
    padding-right: 37px!important
}

.mr-38 {
    margin-right: 38px!important
}

.pr-38 {
    padding-right: 38px!important
}

.mr-39 {
    margin-right: 39px!important
}

.pr-39 {
    padding-right: 39px!important
}

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

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

.mr-41 {
    margin-right: 41px!important
}

.pr-41 {
    padding-right: 41px!important
}

.mr-42 {
    margin-right: 42px!important
}

.pr-42 {
    padding-right: 42px!important
}

.mr-43 {
    margin-right: 43px!important
}

.pr-43 {
    padding-right: 43px!important
}

.mr-44 {
    margin-right: 44px!important
}

.pr-44 {
    padding-right: 44px!important
}

.mr-45 {
    margin-right: 45px!important
}

.pr-45 {
    padding-right: 45px!important
}

.mr-46 {
    margin-right: 46px!important
}

.pr-46 {
    padding-right: 46px!important
}

.mr-47 {
    margin-right: 47px!important
}

.pr-47 {
    padding-right: 47px!important
}

.mr-48 {
    margin-right: 48px!important
}

.pr-48 {
    padding-right: 48px!important
}

.mr-49 {
    margin-right: 49px!important
}

.pr-49 {
    padding-right: 49px!important
}

.mr-50 {
    margin-right: 50px!important
}

.pr-50 {
    padding-right: 50px!important
}

.mr-51 {
    margin-right: 51px!important
}

.pr-51 {
    padding-right: 51px!important
}

.mr-52 {
    margin-right: 52px!important
}

.pr-52 {
    padding-right: 52px!important
}

.mr-53 {
    margin-right: 53px!important
}

.pr-53 {
    padding-right: 53px!important
}

.mr-54 {
    margin-right: 54px!important
}

.pr-54 {
    padding-right: 54px!important
}

.mr-55 {
    margin-right: 55px!important
}

.pr-55 {
    padding-right: 55px!important
}

.mr-56 {
    margin-right: 56px!important
}

.pr-56 {
    padding-right: 56px!important
}

.mr-57 {
    margin-right: 57px!important
}

.pr-57 {
    padding-right: 57px!important
}

.mr-58 {
    margin-right: 58px!important
}

.pr-58 {
    padding-right: 58px!important
}

.mr-59 {
    margin-right: 59px!important
}

.pr-59 {
    padding-right: 59px!important
}

.mr-60 {
    margin-right: 60px!important
}

.pr-60 {
    padding-right: 60px!important
}

.mr-61 {
    margin-right: 61px!important
}

.pr-61 {
    padding-right: 61px!important
}

.mr-62 {
    margin-right: 62px!important
}

.pr-62 {
    padding-right: 62px!important
}

.mr-63 {
    margin-right: 63px!important
}

.pr-63 {
    padding-right: 63px!important
}

.mr-64 {
    margin-right: 64px!important
}

.pr-64 {
    padding-right: 64px!important
}

.mr-65 {
    margin-right: 65px!important
}

.pr-65 {
    padding-right: 65px!important
}

.mr-66 {
    margin-right: 66px!important
}

.pr-66 {
    padding-right: 66px!important
}

.mr-67 {
    margin-right: 67px!important
}

.pr-67 {
    padding-right: 67px!important
}

.mr-68 {
    margin-right: 68px!important
}

.pr-68 {
    padding-right: 68px!important
}

.mr-69 {
    margin-right: 69px!important
}

.pr-69 {
    padding-right: 69px!important
}

.mr-70 {
    margin-right: 70px!important
}

.pr-70 {
    padding-right: 70px!important
}

.mr-71 {
    margin-right: 71px!important
}

.pr-71 {
    padding-right: 71px!important
}

.mr-72 {
    margin-right: 72px!important
}

.pr-72 {
    padding-right: 72px!important
}

.mr-73 {
    margin-right: 73px!important
}

.pr-73 {
    padding-right: 73px!important
}

.mr-74 {
    margin-right: 74px!important
}

.pr-74 {
    padding-right: 74px!important
}

.mr-75 {
    margin-right: 75px!important
}

.pr-75 {
    padding-right: 75px!important
}

.mr-76 {
    margin-right: 76px!important
}

.pr-76 {
    padding-right: 76px!important
}

.mr-77 {
    margin-right: 77px!important
}

.pr-77 {
    padding-right: 77px!important
}

.mr-78 {
    margin-right: 78px!important
}

.pr-78 {
    padding-right: 78px!important
}

.mr-79 {
    margin-right: 79px!important
}

.pr-79 {
    padding-right: 79px!important
}

.mr-80 {
    margin-right: 80px!important
}

.pr-80 {
    padding-right: 80px!important
}

.mr-81 {
    margin-right: 81px!important
}

.pr-81 {
    padding-right: 81px!important
}

.mr-82 {
    margin-right: 82px!important
}

.pr-82 {
    padding-right: 82px!important
}

.mr-83 {
    margin-right: 83px!important
}

.pr-83 {
    padding-right: 83px!important
}

.mr-84 {
    margin-right: 84px!important
}

.pr-84 {
    padding-right: 84px!important
}

.mr-85 {
    margin-right: 85px!important
}

.pr-85 {
    padding-right: 85px!important
}

.mr-86 {
    margin-right: 86px!important
}

.pr-86 {
    padding-right: 86px!important
}

.mr-87 {
    margin-right: 87px!important
}

.pr-87 {
    padding-right: 87px!important
}

.mr-88 {
    margin-right: 88px!important
}

.pr-88 {
    padding-right: 88px!important
}

.mr-89 {
    margin-right: 89px!important
}

.pr-89 {
    padding-right: 89px!important
}

.mr-90 {
    margin-right: 90px!important
}

.pr-90 {
    padding-right: 90px!important
}

.mr-91 {
    margin-right: 91px!important
}

.pr-91 {
    padding-right: 91px!important
}

.mr-92 {
    margin-right: 92px!important
}

.pr-92 {
    padding-right: 92px!important
}

.mr-93 {
    margin-right: 93px!important
}

.pr-93 {
    padding-right: 93px!important
}

.mr-94 {
    margin-right: 94px!important
}

.pr-94 {
    padding-right: 94px!important
}

.mr-95 {
    margin-right: 95px!important
}

.pr-95 {
    padding-right: 95px!important
}

.mr-96 {
    margin-right: 96px!important
}

.pr-96 {
    padding-right: 96px!important
}

.mr-97 {
    margin-right: 97px!important
}

.pr-97 {
    padding-right: 97px!important
}

.mr-98 {
    margin-right: 98px!important
}

.pr-98 {
    padding-right: 98px!important
}

.mr-99 {
    margin-right: 99px!important
}

.pr-99 {
    padding-right: 99px!important
}

.mr-100 {
    margin-right: 100px!important
}

.pr-100 {
    padding-right: 100px!important
}

.mr-101 {
    margin-right: 101px!important
}

.pr-101 {
    padding-right: 101px!important
}

.mr-102 {
    margin-right: 102px!important
}

.pr-102 {
    padding-right: 102px!important
}

.mr-103 {
    margin-right: 103px!important
}

.pr-103 {
    padding-right: 103px!important
}

.mr-104 {
    margin-right: 104px!important
}

.pr-104 {
    padding-right: 104px!important
}

.mr-105 {
    margin-right: 105px!important
}

.pr-105 {
    padding-right: 105px!important
}

.mr-106 {
    margin-right: 106px!important
}

.pr-106 {
    padding-right: 106px!important
}

.mr-107 {
    margin-right: 107px!important
}

.pr-107 {
    padding-right: 107px!important
}

.mr-108 {
    margin-right: 108px!important
}

.pr-108 {
    padding-right: 108px!important
}

.mr-109 {
    margin-right: 109px!important
}

.pr-109 {
    padding-right: 109px!important
}

.mr-110 {
    margin-right: 110px!important
}

.pr-110 {
    padding-right: 110px!important
}

.mr-111 {
    margin-right: 111px!important
}

.pr-111 {
    padding-right: 111px!important
}

.mr-112 {
    margin-right: 112px!important
}

.pr-112 {
    padding-right: 112px!important
}

.mr-113 {
    margin-right: 113px!important
}

.pr-113 {
    padding-right: 113px!important
}

.mr-114 {
    margin-right: 114px!important
}

.pr-114 {
    padding-right: 114px!important
}

.mr-115 {
    margin-right: 115px!important
}

.pr-115 {
    padding-right: 115px!important
}

.mr-116 {
    margin-right: 116px!important
}

.pr-116 {
    padding-right: 116px!important
}

.mr-117 {
    margin-right: 117px!important
}

.pr-117 {
    padding-right: 117px!important
}

.mr-118 {
    margin-right: 118px!important
}

.pr-118 {
    padding-right: 118px!important
}

.mr-119 {
    margin-right: 119px!important
}

.pr-119 {
    padding-right: 119px!important
}

.mr-120 {
    margin-right: 120px!important
}

.pr-120 {
    padding-right: 120px!important
}

.mr-121 {
    margin-right: 121px!important
}

.pr-121 {
    padding-right: 121px!important
}

.mr-122 {
    margin-right: 122px!important
}

.pr-122 {
    padding-right: 122px!important
}

.mr-123 {
    margin-right: 123px!important
}

.pr-123 {
    padding-right: 123px!important
}

.mr-124 {
    margin-right: 124px!important
}

.pr-124 {
    padding-right: 124px!important
}

.mr-125 {
    margin-right: 125px!important
}

.pr-125 {
    padding-right: 125px!important
}

.mr-126 {
    margin-right: 126px!important
}

.pr-126 {
    padding-right: 126px!important
}

.mr-127 {
    margin-right: 127px!important
}

.pr-127 {
    padding-right: 127px!important
}

.mr-128 {
    margin-right: 128px!important
}

.pr-128 {
    padding-right: 128px!important
}

.mr-129 {
    margin-right: 129px!important
}

.pr-129 {
    padding-right: 129px!important
}

.mr-130 {
    margin-right: 130px!important
}

.pr-130 {
    padding-right: 130px!important
}

.mr-131 {
    margin-right: 131px!important
}

.pr-131 {
    padding-right: 131px!important
}

.mr-132 {
    margin-right: 132px!important
}

.pr-132 {
    padding-right: 132px!important
}

.mr-133 {
    margin-right: 133px!important
}

.pr-133 {
    padding-right: 133px!important
}

.mr-134 {
    margin-right: 134px!important
}

.pr-134 {
    padding-right: 134px!important
}

.mr-135 {
    margin-right: 135px!important
}

.pr-135 {
    padding-right: 135px!important
}

.mr-136 {
    margin-right: 136px!important
}

.pr-136 {
    padding-right: 136px!important
}

.mr-137 {
    margin-right: 137px!important
}

.pr-137 {
    padding-right: 137px!important
}

.mr-138 {
    margin-right: 138px!important
}

.pr-138 {
    padding-right: 138px!important
}

.mr-139 {
    margin-right: 139px!important
}

.pr-139 {
    padding-right: 139px!important
}

.mr-140 {
    margin-right: 140px!important
}

.pr-140 {
    padding-right: 140px!important
}

.mr-141 {
    margin-right: 141px!important
}

.pr-141 {
    padding-right: 141px!important
}

.mr-142 {
    margin-right: 142px!important
}

.pr-142 {
    padding-right: 142px!important
}

.mr-143 {
    margin-right: 143px!important
}

.pr-143 {
    padding-right: 143px!important
}

.mr-144 {
    margin-right: 144px!important
}

.pr-144 {
    padding-right: 144px!important
}

.mr-145 {
    margin-right: 145px!important
}

.pr-145 {
    padding-right: 145px!important
}

.mr-146 {
    margin-right: 146px!important
}

.pr-146 {
    padding-right: 146px!important
}

.mr-147 {
    margin-right: 147px!important
}

.pr-147 {
    padding-right: 147px!important
}

.mr-148 {
    margin-right: 148px!important
}

.pr-148 {
    padding-right: 148px!important
}

.mr-149 {
    margin-right: 149px!important
}

.pr-149 {
    padding-right: 149px!important
}

.mr-150 {
    margin-right: 150px!important
}

.pr-150 {
    padding-right: 150px!important
}

.mr-151 {
    margin-right: 151px!important
}

.pr-151 {
    padding-right: 151px!important
}

.mr-152 {
    margin-right: 152px!important
}

.pr-152 {
    padding-right: 152px!important
}

.mr-153 {
    margin-right: 153px!important
}

.pr-153 {
    padding-right: 153px!important
}

.mr-154 {
    margin-right: 154px!important
}

.pr-154 {
    padding-right: 154px!important
}

.mr-155 {
    margin-right: 155px!important
}

.pr-155 {
    padding-right: 155px!important
}

.mr-156 {
    margin-right: 156px!important
}

.pr-156 {
    padding-right: 156px!important
}

.mr-157 {
    margin-right: 157px!important
}

.pr-157 {
    padding-right: 157px!important
}

.mr-158 {
    margin-right: 158px!important
}

.pr-158 {
    padding-right: 158px!important
}

.mr-159 {
    margin-right: 159px!important
}

.pr-159 {
    padding-right: 159px!important
}

.mr-160 {
    margin-right: 160px!important
}

.pr-160 {
    padding-right: 160px!important
}

.mr-161 {
    margin-right: 161px!important
}

.pr-161 {
    padding-right: 161px!important
}

.mr-162 {
    margin-right: 162px!important
}

.pr-162 {
    padding-right: 162px!important
}

.mr-163 {
    margin-right: 163px!important
}

.pr-163 {
    padding-right: 163px!important
}

.mr-164 {
    margin-right: 164px!important
}

.pr-164 {
    padding-right: 164px!important
}

.mr-165 {
    margin-right: 165px!important
}

.pr-165 {
    padding-right: 165px!important
}

.mr-166 {
    margin-right: 166px!important
}

.pr-166 {
    padding-right: 166px!important
}

.mr-167 {
    margin-right: 167px!important
}

.pr-167 {
    padding-right: 167px!important
}

.mr-168 {
    margin-right: 168px!important
}

.pr-168 {
    padding-right: 168px!important
}

.mr-169 {
    margin-right: 169px!important
}

.pr-169 {
    padding-right: 169px!important
}

.mr-170 {
    margin-right: 170px!important
}

.pr-170 {
    padding-right: 170px!important
}

.mr-171 {
    margin-right: 171px!important
}

.pr-171 {
    padding-right: 171px!important
}

.mr-172 {
    margin-right: 172px!important
}

.pr-172 {
    padding-right: 172px!important
}

.mr-173 {
    margin-right: 173px!important
}

.pr-173 {
    padding-right: 173px!important
}

.mr-174 {
    margin-right: 174px!important
}

.pr-174 {
    padding-right: 174px!important
}

.mr-175 {
    margin-right: 175px!important
}

.pr-175 {
    padding-right: 175px!important
}

.mr-176 {
    margin-right: 176px!important
}

.pr-176 {
    padding-right: 176px!important
}

.mr-177 {
    margin-right: 177px!important
}

.pr-177 {
    padding-right: 177px!important
}

.mr-178 {
    margin-right: 178px!important
}

.pr-178 {
    padding-right: 178px!important
}

.mr-179 {
    margin-right: 179px!important
}

.pr-179 {
    padding-right: 179px!important
}

.mr-180 {
    margin-right: 180px!important
}

.pr-180 {
    padding-right: 180px!important
}

.mr-181 {
    margin-right: 181px!important
}

.pr-181 {
    padding-right: 181px!important
}

.mr-182 {
    margin-right: 182px!important
}

.pr-182 {
    padding-right: 182px!important
}

.mr-183 {
    margin-right: 183px!important
}

.pr-183 {
    padding-right: 183px!important
}

.mr-184 {
    margin-right: 184px!important
}

.pr-184 {
    padding-right: 184px!important
}

.mr-185 {
    margin-right: 185px!important
}

.pr-185 {
    padding-right: 185px!important
}

.mr-186 {
    margin-right: 186px!important
}

.pr-186 {
    padding-right: 186px!important
}

.mr-187 {
    margin-right: 187px!important
}

.pr-187 {
    padding-right: 187px!important
}

.mr-188 {
    margin-right: 188px!important
}

.pr-188 {
    padding-right: 188px!important
}

.mr-189 {
    margin-right: 189px!important
}

.pr-189 {
    padding-right: 189px!important
}

.mr-190 {
    margin-right: 190px!important
}

.pr-190 {
    padding-right: 190px!important
}

.mr-191 {
    margin-right: 191px!important
}

.pr-191 {
    padding-right: 191px!important
}

.mr-192 {
    margin-right: 192px!important
}

.pr-192 {
    padding-right: 192px!important
}

.mr-193 {
    margin-right: 193px!important
}

.pr-193 {
    padding-right: 193px!important
}

.mr-194 {
    margin-right: 194px!important
}

.pr-194 {
    padding-right: 194px!important
}

.mr-195 {
    margin-right: 195px!important
}

.pr-195 {
    padding-right: 195px!important
}

.mr-196 {
    margin-right: 196px!important
}

.pr-196 {
    padding-right: 196px!important
}

.mr-197 {
    margin-right: 197px!important
}

.pr-197 {
    padding-right: 197px!important
}

.mr-198 {
    margin-right: 198px!important
}

.pr-198 {
    padding-right: 198px!important
}

.mr-199 {
    margin-right: 199px!important
}

.pr-199 {
    padding-right: 199px!important
}

.mr-200 {
    margin-right: 200px!important
}

.pr-200 {
    padding-right: 200px!important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .p-sm-0 {
        padding: 0!important
    }
}

@media(min-width:576px) {
    .m-sm-1 {
        margin: 1px!important
    }
    .p-sm-1 {
        padding: 1px!important
    }
}

@media(min-width:576px) {
    .m-sm-2 {
        margin: 2px!important
    }
    .p-sm-2 {
        padding: 2px!important
    }
}

@media(min-width:576px) {
    .m-sm-3 {
        margin: 3px!important
    }
    .p-sm-3 {
        padding: 3px!important
    }
}

@media(min-width:576px) {
    .m-sm-4 {
        margin: 4px!important
    }
    .p-sm-4 {
        padding: 4px!important
    }
}

@media(min-width:576px) {
    .m-sm-5 {
        margin: 5px!important
    }
    .p-sm-5 {
        padding: 5px!important
    }
}

@media(min-width:576px) {
    .m-sm-6 {
        margin: 6px!important
    }
    .p-sm-6 {
        padding: 6px!important
    }
}

@media(min-width:576px) {
    .m-sm-7 {
        margin: 7px!important
    }
    .p-sm-7 {
        padding: 7px!important
    }
}

@media(min-width:576px) {
    .m-sm-8 {
        margin: 8px!important
    }
    .p-sm-8 {
        padding: 8px!important
    }
}

@media(min-width:576px) {
    .m-sm-9 {
        margin: 9px!important
    }
    .p-sm-9 {
        padding: 9px!important
    }
}

@media(min-width:576px) {
    .m-sm-10 {
        margin: 10px!important
    }
    .p-sm-10 {
        padding: 10px!important
    }
}

@media(min-width:576px) {
    .m-sm-11 {
        margin: 11px!important
    }
    .p-sm-11 {
        padding: 11px!important
    }
}

@media(min-width:576px) {
    .m-sm-12 {
        margin: 12px!important
    }
    .p-sm-12 {
        padding: 12px!important
    }
}

@media(min-width:576px) {
    .m-sm-13 {
        margin: 13px!important
    }
    .p-sm-13 {
        padding: 13px!important
    }
}

@media(min-width:576px) {
    .m-sm-14 {
        margin: 14px!important
    }
    .p-sm-14 {
        padding: 14px!important
    }
}

@media(min-width:576px) {
    .m-sm-15 {
        margin: 15px!important
    }
    .p-sm-15 {
        padding: 15px!important
    }
}

@media(min-width:576px) {
    .m-sm-16 {
        margin: 16px!important
    }
    .p-sm-16 {
        padding: 16px!important
    }
}

@media(min-width:576px) {
    .m-sm-17 {
        margin: 17px!important
    }
    .p-sm-17 {
        padding: 17px!important
    }
}

@media(min-width:576px) {
    .m-sm-18 {
        margin: 18px!important
    }
    .p-sm-18 {
        padding: 18px!important
    }
}

@media(min-width:576px) {
    .m-sm-19 {
        margin: 19px!important
    }
    .p-sm-19 {
        padding: 19px!important
    }
}

@media(min-width:576px) {
    .m-sm-20 {
        margin: 20px!important
    }
    .p-sm-20 {
        padding: 20px!important
    }
}

@media(min-width:576px) {
    .m-sm-21 {
        margin: 21px!important
    }
    .p-sm-21 {
        padding: 21px!important
    }
}

@media(min-width:576px) {
    .m-sm-22 {
        margin: 22px!important
    }
    .p-sm-22 {
        padding: 22px!important
    }
}

@media(min-width:576px) {
    .m-sm-23 {
        margin: 23px!important
    }
    .p-sm-23 {
        padding: 23px!important
    }
}

@media(min-width:576px) {
    .m-sm-24 {
        margin: 24px!important
    }
    .p-sm-24 {
        padding: 24px!important
    }
}

@media(min-width:576px) {
    .m-sm-25 {
        margin: 25px!important
    }
    .p-sm-25 {
        padding: 25px!important
    }
}

@media(min-width:576px) {
    .m-sm-26 {
        margin: 26px!important
    }
    .p-sm-26 {
        padding: 26px!important
    }
}

@media(min-width:576px) {
    .m-sm-27 {
        margin: 27px!important
    }
    .p-sm-27 {
        padding: 27px!important
    }
}

@media(min-width:576px) {
    .m-sm-28 {
        margin: 28px!important
    }
    .p-sm-28 {
        padding: 28px!important
    }
}

@media(min-width:576px) {
    .m-sm-29 {
        margin: 29px!important
    }
    .p-sm-29 {
        padding: 29px!important
    }
}

@media(min-width:576px) {
    .m-sm-30 {
        margin: 30px!important
    }
    .p-sm-30 {
        padding: 30px!important
    }
}

@media(min-width:576px) {
    .m-sm-31 {
        margin: 31px!important
    }
    .p-sm-31 {
        padding: 31px!important
    }
}

@media(min-width:576px) {
    .m-sm-32 {
        margin: 32px!important
    }
    .p-sm-32 {
        padding: 32px!important
    }
}

@media(min-width:576px) {
    .m-sm-33 {
        margin: 33px!important
    }
    .p-sm-33 {
        padding: 33px!important
    }
}

@media(min-width:576px) {
    .m-sm-34 {
        margin: 34px!important
    }
    .p-sm-34 {
        padding: 34px!important
    }
}

@media(min-width:576px) {
    .m-sm-35 {
        margin: 35px!important
    }
    .p-sm-35 {
        padding: 35px!important
    }
}

@media(min-width:576px) {
    .m-sm-36 {
        margin: 36px!important
    }
    .p-sm-36 {
        padding: 36px!important
    }
}

@media(min-width:576px) {
    .m-sm-37 {
        margin: 37px!important
    }
    .p-sm-37 {
        padding: 37px!important
    }
}

@media(min-width:576px) {
    .m-sm-38 {
        margin: 38px!important
    }
    .p-sm-38 {
        padding: 38px!important
    }
}

@media(min-width:576px) {
    .m-sm-39 {
        margin: 39px!important
    }
    .p-sm-39 {
        padding: 39px!important
    }
}

@media(min-width:576px) {
    .m-sm-40 {
        margin: 40px!important
    }
    .p-sm-40 {
        padding: 40px!important
    }
}

@media(min-width:576px) {
    .m-sm-41 {
        margin: 41px!important
    }
    .p-sm-41 {
        padding: 41px!important
    }
}

@media(min-width:576px) {
    .m-sm-42 {
        margin: 42px!important
    }
    .p-sm-42 {
        padding: 42px!important
    }
}

@media(min-width:576px) {
    .m-sm-43 {
        margin: 43px!important
    }
    .p-sm-43 {
        padding: 43px!important
    }
}

@media(min-width:576px) {
    .m-sm-44 {
        margin: 44px!important
    }
    .p-sm-44 {
        padding: 44px!important
    }
}

@media(min-width:576px) {
    .m-sm-45 {
        margin: 45px!important
    }
    .p-sm-45 {
        padding: 45px!important
    }
}

@media(min-width:576px) {
    .m-sm-46 {
        margin: 46px!important
    }
    .p-sm-46 {
        padding: 46px!important
    }
}

@media(min-width:576px) {
    .m-sm-47 {
        margin: 47px!important
    }
    .p-sm-47 {
        padding: 47px!important
    }
}

@media(min-width:576px) {
    .m-sm-48 {
        margin: 48px!important
    }
    .p-sm-48 {
        padding: 48px!important
    }
}

@media(min-width:576px) {
    .m-sm-49 {
        margin: 49px!important
    }
    .p-sm-49 {
        padding: 49px!important
    }
}

@media(min-width:576px) {
    .m-sm-50 {
        margin: 50px!important
    }
    .p-sm-50 {
        padding: 50px!important
    }
}

@media(min-width:576px) {
    .m-sm-51 {
        margin: 51px!important
    }
    .p-sm-51 {
        padding: 51px!important
    }
}

@media(min-width:576px) {
    .m-sm-52 {
        margin: 52px!important
    }
    .p-sm-52 {
        padding: 52px!important
    }
}

@media(min-width:576px) {
    .m-sm-53 {
        margin: 53px!important
    }
    .p-sm-53 {
        padding: 53px!important
    }
}

@media(min-width:576px) {
    .m-sm-54 {
        margin: 54px!important
    }
    .p-sm-54 {
        padding: 54px!important
    }
}

@media(min-width:576px) {
    .m-sm-55 {
        margin: 55px!important
    }
    .p-sm-55 {
        padding: 55px!important
    }
}

@media(min-width:576px) {
    .m-sm-56 {
        margin: 56px!important
    }
    .p-sm-56 {
        padding: 56px!important
    }
}

@media(min-width:576px) {
    .m-sm-57 {
        margin: 57px!important
    }
    .p-sm-57 {
        padding: 57px!important
    }
}

@media(min-width:576px) {
    .m-sm-58 {
        margin: 58px!important
    }
    .p-sm-58 {
        padding: 58px!important
    }
}

@media(min-width:576px) {
    .m-sm-59 {
        margin: 59px!important
    }
    .p-sm-59 {
        padding: 59px!important
    }
}

@media(min-width:576px) {
    .m-sm-60 {
        margin: 60px!important
    }
    .p-sm-60 {
        padding: 60px!important
    }
}

@media(min-width:576px) {
    .m-sm-61 {
        margin: 61px!important
    }
    .p-sm-61 {
        padding: 61px!important
    }
}

@media(min-width:576px) {
    .m-sm-62 {
        margin: 62px!important
    }
    .p-sm-62 {
        padding: 62px!important
    }
}

@media(min-width:576px) {
    .m-sm-63 {
        margin: 63px!important
    }
    .p-sm-63 {
        padding: 63px!important
    }
}

@media(min-width:576px) {
    .m-sm-64 {
        margin: 64px!important
    }
    .p-sm-64 {
        padding: 64px!important
    }
}

@media(min-width:576px) {
    .m-sm-65 {
        margin: 65px!important
    }
    .p-sm-65 {
        padding: 65px!important
    }
}

@media(min-width:576px) {
    .m-sm-66 {
        margin: 66px!important
    }
    .p-sm-66 {
        padding: 66px!important
    }
}

@media(min-width:576px) {
    .m-sm-67 {
        margin: 67px!important
    }
    .p-sm-67 {
        padding: 67px!important
    }
}

@media(min-width:576px) {
    .m-sm-68 {
        margin: 68px!important
    }
    .p-sm-68 {
        padding: 68px!important
    }
}

@media(min-width:576px) {
    .m-sm-69 {
        margin: 69px!important
    }
    .p-sm-69 {
        padding: 69px!important
    }
}

@media(min-width:576px) {
    .m-sm-70 {
        margin: 70px!important
    }
    .p-sm-70 {
        padding: 70px!important
    }
}

@media(min-width:576px) {
    .m-sm-71 {
        margin: 71px!important
    }
    .p-sm-71 {
        padding: 71px!important
    }
}

@media(min-width:576px) {
    .m-sm-72 {
        margin: 72px!important
    }
    .p-sm-72 {
        padding: 72px!important
    }
}

@media(min-width:576px) {
    .m-sm-73 {
        margin: 73px!important
    }
    .p-sm-73 {
        padding: 73px!important
    }
}

@media(min-width:576px) {
    .m-sm-74 {
        margin: 74px!important
    }
    .p-sm-74 {
        padding: 74px!important
    }
}

@media(min-width:576px) {
    .m-sm-75 {
        margin: 75px!important
    }
    .p-sm-75 {
        padding: 75px!important
    }
}

@media(min-width:576px) {
    .m-sm-76 {
        margin: 76px!important
    }
    .p-sm-76 {
        padding: 76px!important
    }
}

@media(min-width:576px) {
    .m-sm-77 {
        margin: 77px!important
    }
    .p-sm-77 {
        padding: 77px!important
    }
}

@media(min-width:576px) {
    .m-sm-78 {
        margin: 78px!important
    }
    .p-sm-78 {
        padding: 78px!important
    }
}

@media(min-width:576px) {
    .m-sm-79 {
        margin: 79px!important
    }
    .p-sm-79 {
        padding: 79px!important
    }
}

@media(min-width:576px) {
    .m-sm-80 {
        margin: 80px!important
    }
    .p-sm-80 {
        padding: 80px!important
    }
}

@media(min-width:576px) {
    .m-sm-81 {
        margin: 81px!important
    }
    .p-sm-81 {
        padding: 81px!important
    }
}

@media(min-width:576px) {
    .m-sm-82 {
        margin: 82px!important
    }
    .p-sm-82 {
        padding: 82px!important
    }
}

@media(min-width:576px) {
    .m-sm-83 {
        margin: 83px!important
    }
    .p-sm-83 {
        padding: 83px!important
    }
}

@media(min-width:576px) {
    .m-sm-84 {
        margin: 84px!important
    }
    .p-sm-84 {
        padding: 84px!important
    }
}

@media(min-width:576px) {
    .m-sm-85 {
        margin: 85px!important
    }
    .p-sm-85 {
        padding: 85px!important
    }
}

@media(min-width:576px) {
    .m-sm-86 {
        margin: 86px!important
    }
    .p-sm-86 {
        padding: 86px!important
    }
}

@media(min-width:576px) {
    .m-sm-87 {
        margin: 87px!important
    }
    .p-sm-87 {
        padding: 87px!important
    }
}

@media(min-width:576px) {
    .m-sm-88 {
        margin: 88px!important
    }
    .p-sm-88 {
        padding: 88px!important
    }
}

@media(min-width:576px) {
    .m-sm-89 {
        margin: 89px!important
    }
    .p-sm-89 {
        padding: 89px!important
    }
}

@media(min-width:576px) {
    .m-sm-90 {
        margin: 90px!important
    }
    .p-sm-90 {
        padding: 90px!important
    }
}

@media(min-width:576px) {
    .m-sm-91 {
        margin: 91px!important
    }
    .p-sm-91 {
        padding: 91px!important
    }
}

@media(min-width:576px) {
    .m-sm-92 {
        margin: 92px!important
    }
    .p-sm-92 {
        padding: 92px!important
    }
}

@media(min-width:576px) {
    .m-sm-93 {
        margin: 93px!important
    }
    .p-sm-93 {
        padding: 93px!important
    }
}

@media(min-width:576px) {
    .m-sm-94 {
        margin: 94px!important
    }
    .p-sm-94 {
        padding: 94px!important
    }
}

@media(min-width:576px) {
    .m-sm-95 {
        margin: 95px!important
    }
    .p-sm-95 {
        padding: 95px!important
    }
}

@media(min-width:576px) {
    .m-sm-96 {
        margin: 96px!important
    }
    .p-sm-96 {
        padding: 96px!important
    }
}

@media(min-width:576px) {
    .m-sm-97 {
        margin: 97px!important
    }
    .p-sm-97 {
        padding: 97px!important
    }
}

@media(min-width:576px) {
    .m-sm-98 {
        margin: 98px!important
    }
    .p-sm-98 {
        padding: 98px!important
    }
}

@media(min-width:576px) {
    .m-sm-99 {
        margin: 99px!important
    }
    .p-sm-99 {
        padding: 99px!important
    }
}

@media(min-width:576px) {
    .m-sm-100 {
        margin: 100px!important
    }
    .p-sm-100 {
        padding: 100px!important
    }
}

@media(min-width:576px) {
    .m-sm-101 {
        margin: 101px!important
    }
    .p-sm-101 {
        padding: 101px!important
    }
}

@media(min-width:576px) {
    .m-sm-102 {
        margin: 102px!important
    }
    .p-sm-102 {
        padding: 102px!important
    }
}

@media(min-width:576px) {
    .m-sm-103 {
        margin: 103px!important
    }
    .p-sm-103 {
        padding: 103px!important
    }
}

@media(min-width:576px) {
    .m-sm-104 {
        margin: 104px!important
    }
    .p-sm-104 {
        padding: 104px!important
    }
}

@media(min-width:576px) {
    .m-sm-105 {
        margin: 105px!important
    }
    .p-sm-105 {
        padding: 105px!important
    }
}

@media(min-width:576px) {
    .m-sm-106 {
        margin: 106px!important
    }
    .p-sm-106 {
        padding: 106px!important
    }
}

@media(min-width:576px) {
    .m-sm-107 {
        margin: 107px!important
    }
    .p-sm-107 {
        padding: 107px!important
    }
}

@media(min-width:576px) {
    .m-sm-108 {
        margin: 108px!important
    }
    .p-sm-108 {
        padding: 108px!important
    }
}

@media(min-width:576px) {
    .m-sm-109 {
        margin: 109px!important
    }
    .p-sm-109 {
        padding: 109px!important
    }
}

@media(min-width:576px) {
    .m-sm-110 {
        margin: 110px!important
    }
    .p-sm-110 {
        padding: 110px!important
    }
}

@media(min-width:576px) {
    .m-sm-111 {
        margin: 111px!important
    }
    .p-sm-111 {
        padding: 111px!important
    }
}

@media(min-width:576px) {
    .m-sm-112 {
        margin: 112px!important
    }
    .p-sm-112 {
        padding: 112px!important
    }
}

@media(min-width:576px) {
    .m-sm-113 {
        margin: 113px!important
    }
    .p-sm-113 {
        padding: 113px!important
    }
}

@media(min-width:576px) {
    .m-sm-114 {
        margin: 114px!important
    }
    .p-sm-114 {
        padding: 114px!important
    }
}

@media(min-width:576px) {
    .m-sm-115 {
        margin: 115px!important
    }
    .p-sm-115 {
        padding: 115px!important
    }
}

@media(min-width:576px) {
    .m-sm-116 {
        margin: 116px!important
    }
    .p-sm-116 {
        padding: 116px!important
    }
}

@media(min-width:576px) {
    .m-sm-117 {
        margin: 117px!important
    }
    .p-sm-117 {
        padding: 117px!important
    }
}

@media(min-width:576px) {
    .m-sm-118 {
        margin: 118px!important
    }
    .p-sm-118 {
        padding: 118px!important
    }
}

@media(min-width:576px) {
    .m-sm-119 {
        margin: 119px!important
    }
    .p-sm-119 {
        padding: 119px!important
    }
}

@media(min-width:576px) {
    .m-sm-120 {
        margin: 120px!important
    }
    .p-sm-120 {
        padding: 120px!important
    }
}

@media(min-width:576px) {
    .m-sm-121 {
        margin: 121px!important
    }
    .p-sm-121 {
        padding: 121px!important
    }
}

@media(min-width:576px) {
    .m-sm-122 {
        margin: 122px!important
    }
    .p-sm-122 {
        padding: 122px!important
    }
}

@media(min-width:576px) {
    .m-sm-123 {
        margin: 123px!important
    }
    .p-sm-123 {
        padding: 123px!important
    }
}

@media(min-width:576px) {
    .m-sm-124 {
        margin: 124px!important
    }
    .p-sm-124 {
        padding: 124px!important
    }
}

@media(min-width:576px) {
    .m-sm-125 {
        margin: 125px!important
    }
    .p-sm-125 {
        padding: 125px!important
    }
}

@media(min-width:576px) {
    .m-sm-126 {
        margin: 126px!important
    }
    .p-sm-126 {
        padding: 126px!important
    }
}

@media(min-width:576px) {
    .m-sm-127 {
        margin: 127px!important
    }
    .p-sm-127 {
        padding: 127px!important
    }
}

@media(min-width:576px) {
    .m-sm-128 {
        margin: 128px!important
    }
    .p-sm-128 {
        padding: 128px!important
    }
}

@media(min-width:576px) {
    .m-sm-129 {
        margin: 129px!important
    }
    .p-sm-129 {
        padding: 129px!important
    }
}

@media(min-width:576px) {
    .m-sm-130 {
        margin: 130px!important
    }
    .p-sm-130 {
        padding: 130px!important
    }
}

@media(min-width:576px) {
    .m-sm-131 {
        margin: 131px!important
    }
    .p-sm-131 {
        padding: 131px!important
    }
}

@media(min-width:576px) {
    .m-sm-132 {
        margin: 132px!important
    }
    .p-sm-132 {
        padding: 132px!important
    }
}

@media(min-width:576px) {
    .m-sm-133 {
        margin: 133px!important
    }
    .p-sm-133 {
        padding: 133px!important
    }
}

@media(min-width:576px) {
    .m-sm-134 {
        margin: 134px!important
    }
    .p-sm-134 {
        padding: 134px!important
    }
}

@media(min-width:576px) {
    .m-sm-135 {
        margin: 135px!important
    }
    .p-sm-135 {
        padding: 135px!important
    }
}

@media(min-width:576px) {
    .m-sm-136 {
        margin: 136px!important
    }
    .p-sm-136 {
        padding: 136px!important
    }
}

@media(min-width:576px) {
    .m-sm-137 {
        margin: 137px!important
    }
    .p-sm-137 {
        padding: 137px!important
    }
}

@media(min-width:576px) {
    .m-sm-138 {
        margin: 138px!important
    }
    .p-sm-138 {
        padding: 138px!important
    }
}

@media(min-width:576px) {
    .m-sm-139 {
        margin: 139px!important
    }
    .p-sm-139 {
        padding: 139px!important
    }
}

@media(min-width:576px) {
    .m-sm-140 {
        margin: 140px!important
    }
    .p-sm-140 {
        padding: 140px!important
    }
}

@media(min-width:576px) {
    .m-sm-141 {
        margin: 141px!important
    }
    .p-sm-141 {
        padding: 141px!important
    }
}

@media(min-width:576px) {
    .m-sm-142 {
        margin: 142px!important
    }
    .p-sm-142 {
        padding: 142px!important
    }
}

@media(min-width:576px) {
    .m-sm-143 {
        margin: 143px!important
    }
    .p-sm-143 {
        padding: 143px!important
    }
}

@media(min-width:576px) {
    .m-sm-144 {
        margin: 144px!important
    }
    .p-sm-144 {
        padding: 144px!important
    }
}

@media(min-width:576px) {
    .m-sm-145 {
        margin: 145px!important
    }
    .p-sm-145 {
        padding: 145px!important
    }
}

@media(min-width:576px) {
    .m-sm-146 {
        margin: 146px!important
    }
    .p-sm-146 {
        padding: 146px!important
    }
}

@media(min-width:576px) {
    .m-sm-147 {
        margin: 147px!important
    }
    .p-sm-147 {
        padding: 147px!important
    }
}

@media(min-width:576px) {
    .m-sm-148 {
        margin: 148px!important
    }
    .p-sm-148 {
        padding: 148px!important
    }
}

@media(min-width:576px) {
    .m-sm-149 {
        margin: 149px!important
    }
    .p-sm-149 {
        padding: 149px!important
    }
}

@media(min-width:576px) {
    .m-sm-150 {
        margin: 150px!important
    }
    .p-sm-150 {
        padding: 150px!important
    }
}

@media(min-width:576px) {
    .m-sm-151 {
        margin: 151px!important
    }
    .p-sm-151 {
        padding: 151px!important
    }
}

@media(min-width:576px) {
    .m-sm-152 {
        margin: 152px!important
    }
    .p-sm-152 {
        padding: 152px!important
    }
}

@media(min-width:576px) {
    .m-sm-153 {
        margin: 153px!important
    }
    .p-sm-153 {
        padding: 153px!important
    }
}

@media(min-width:576px) {
    .m-sm-154 {
        margin: 154px!important
    }
    .p-sm-154 {
        padding: 154px!important
    }
}

@media(min-width:576px) {
    .m-sm-155 {
        margin: 155px!important
    }
    .p-sm-155 {
        padding: 155px!important
    }
}

@media(min-width:576px) {
    .m-sm-156 {
        margin: 156px!important
    }
    .p-sm-156 {
        padding: 156px!important
    }
}

@media(min-width:576px) {
    .m-sm-157 {
        margin: 157px!important
    }
    .p-sm-157 {
        padding: 157px!important
    }
}

@media(min-width:576px) {
    .m-sm-158 {
        margin: 158px!important
    }
    .p-sm-158 {
        padding: 158px!important
    }
}

@media(min-width:576px) {
    .m-sm-159 {
        margin: 159px!important
    }
    .p-sm-159 {
        padding: 159px!important
    }
}

@media(min-width:576px) {
    .m-sm-160 {
        margin: 160px!important
    }
    .p-sm-160 {
        padding: 160px!important
    }
}

@media(min-width:576px) {
    .m-sm-161 {
        margin: 161px!important
    }
    .p-sm-161 {
        padding: 161px!important
    }
}

@media(min-width:576px) {
    .m-sm-162 {
        margin: 162px!important
    }
    .p-sm-162 {
        padding: 162px!important
    }
}

@media(min-width:576px) {
    .m-sm-163 {
        margin: 163px!important
    }
    .p-sm-163 {
        padding: 163px!important
    }
}

@media(min-width:576px) {
    .m-sm-164 {
        margin: 164px!important
    }
    .p-sm-164 {
        padding: 164px!important
    }
}

@media(min-width:576px) {
    .m-sm-165 {
        margin: 165px!important
    }
    .p-sm-165 {
        padding: 165px!important
    }
}

@media(min-width:576px) {
    .m-sm-166 {
        margin: 166px!important
    }
    .p-sm-166 {
        padding: 166px!important
    }
}

@media(min-width:576px) {
    .m-sm-167 {
        margin: 167px!important
    }
    .p-sm-167 {
        padding: 167px!important
    }
}

@media(min-width:576px) {
    .m-sm-168 {
        margin: 168px!important
    }
    .p-sm-168 {
        padding: 168px!important
    }
}

@media(min-width:576px) {
    .m-sm-169 {
        margin: 169px!important
    }
    .p-sm-169 {
        padding: 169px!important
    }
}

@media(min-width:576px) {
    .m-sm-170 {
        margin: 170px!important
    }
    .p-sm-170 {
        padding: 170px!important
    }
}

@media(min-width:576px) {
    .m-sm-171 {
        margin: 171px!important
    }
    .p-sm-171 {
        padding: 171px!important
    }
}

@media(min-width:576px) {
    .m-sm-172 {
        margin: 172px!important
    }
    .p-sm-172 {
        padding: 172px!important
    }
}

@media(min-width:576px) {
    .m-sm-173 {
        margin: 173px!important
    }
    .p-sm-173 {
        padding: 173px!important
    }
}

@media(min-width:576px) {
    .m-sm-174 {
        margin: 174px!important
    }
    .p-sm-174 {
        padding: 174px!important
    }
}

@media(min-width:576px) {
    .m-sm-175 {
        margin: 175px!important
    }
    .p-sm-175 {
        padding: 175px!important
    }
}

@media(min-width:576px) {
    .m-sm-176 {
        margin: 176px!important
    }
    .p-sm-176 {
        padding: 176px!important
    }
}

@media(min-width:576px) {
    .m-sm-177 {
        margin: 177px!important
    }
    .p-sm-177 {
        padding: 177px!important
    }
}

@media(min-width:576px) {
    .m-sm-178 {
        margin: 178px!important
    }
    .p-sm-178 {
        padding: 178px!important
    }
}

@media(min-width:576px) {
    .m-sm-179 {
        margin: 179px!important
    }
    .p-sm-179 {
        padding: 179px!important
    }
}

@media(min-width:576px) {
    .m-sm-180 {
        margin: 180px!important
    }
    .p-sm-180 {
        padding: 180px!important
    }
}

@media(min-width:576px) {
    .m-sm-181 {
        margin: 181px!important
    }
    .p-sm-181 {
        padding: 181px!important
    }
}

@media(min-width:576px) {
    .m-sm-182 {
        margin: 182px!important
    }
    .p-sm-182 {
        padding: 182px!important
    }
}

@media(min-width:576px) {
    .m-sm-183 {
        margin: 183px!important
    }
    .p-sm-183 {
        padding: 183px!important
    }
}

@media(min-width:576px) {
    .m-sm-184 {
        margin: 184px!important
    }
    .p-sm-184 {
        padding: 184px!important
    }
}

@media(min-width:576px) {
    .m-sm-185 {
        margin: 185px!important
    }
    .p-sm-185 {
        padding: 185px!important
    }
}

@media(min-width:576px) {
    .m-sm-186 {
        margin: 186px!important
    }
    .p-sm-186 {
        padding: 186px!important
    }
}

@media(min-width:576px) {
    .m-sm-187 {
        margin: 187px!important
    }
    .p-sm-187 {
        padding: 187px!important
    }
}

@media(min-width:576px) {
    .m-sm-188 {
        margin: 188px!important
    }
    .p-sm-188 {
        padding: 188px!important
    }
}

@media(min-width:576px) {
    .m-sm-189 {
        margin: 189px!important
    }
    .p-sm-189 {
        padding: 189px!important
    }
}

@media(min-width:576px) {
    .m-sm-190 {
        margin: 190px!important
    }
    .p-sm-190 {
        padding: 190px!important
    }
}

@media(min-width:576px) {
    .m-sm-191 {
        margin: 191px!important
    }
    .p-sm-191 {
        padding: 191px!important
    }
}

@media(min-width:576px) {
    .m-sm-192 {
        margin: 192px!important
    }
    .p-sm-192 {
        padding: 192px!important
    }
}

@media(min-width:576px) {
    .m-sm-193 {
        margin: 193px!important
    }
    .p-sm-193 {
        padding: 193px!important
    }
}

@media(min-width:576px) {
    .m-sm-194 {
        margin: 194px!important
    }
    .p-sm-194 {
        padding: 194px!important
    }
}

@media(min-width:576px) {
    .m-sm-195 {
        margin: 195px!important
    }
    .p-sm-195 {
        padding: 195px!important
    }
}

@media(min-width:576px) {
    .m-sm-196 {
        margin: 196px!important
    }
    .p-sm-196 {
        padding: 196px!important
    }
}

@media(min-width:576px) {
    .m-sm-197 {
        margin: 197px!important
    }
    .p-sm-197 {
        padding: 197px!important
    }
}

@media(min-width:576px) {
    .m-sm-198 {
        margin: 198px!important
    }
    .p-sm-198 {
        padding: 198px!important
    }
}

@media(min-width:576px) {
    .m-sm-199 {
        margin: 199px!important
    }
    .p-sm-199 {
        padding: 199px!important
    }
}

@media(min-width:576px) {
    .m-sm-200 {
        margin: 200px!important
    }
    .p-sm-200 {
        padding: 200px!important
    }
}

@media(min-width:576px) {
    .mt-sm-0 {
        margin-top: 0!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
}

@media(min-width:576px) {
    .mt-sm-1 {
        margin-top: 1px!important
    }
    .pt-sm-1 {
        padding-top: 1px!important
    }
}

@media(min-width:576px) {
    .mt-sm-2 {
        margin-top: 2px!important
    }
    .pt-sm-2 {
        padding-top: 2px!important
    }
}

@media(min-width:576px) {
    .mt-sm-3 {
        margin-top: 3px!important
    }
    .pt-sm-3 {
        padding-top: 3px!important
    }
}

@media(min-width:576px) {
    .mt-sm-4 {
        margin-top: 4px!important
    }
    .pt-sm-4 {
        padding-top: 4px!important
    }
}

@media(min-width:576px) {
    .mt-sm-5 {
        margin-top: 5px!important
    }
    .pt-sm-5 {
        padding-top: 5px!important
    }
}

@media(min-width:576px) {
    .mt-sm-6 {
        margin-top: 6px!important
    }
    .pt-sm-6 {
        padding-top: 6px!important
    }
}

@media(min-width:576px) {
    .mt-sm-7 {
        margin-top: 7px!important
    }
    .pt-sm-7 {
        padding-top: 7px!important
    }
}

@media(min-width:576px) {
    .mt-sm-8 {
        margin-top: 8px!important
    }
    .pt-sm-8 {
        padding-top: 8px!important
    }
}

@media(min-width:576px) {
    .mt-sm-9 {
        margin-top: 9px!important
    }
    .pt-sm-9 {
        padding-top: 9px!important
    }
}

@media(min-width:576px) {
    .mt-sm-10 {
        margin-top: 10px!important
    }
    .pt-sm-10 {
        padding-top: 10px!important
    }
}

@media(min-width:576px) {
    .mt-sm-11 {
        margin-top: 11px!important
    }
    .pt-sm-11 {
        padding-top: 11px!important
    }
}

@media(min-width:576px) {
    .mt-sm-12 {
        margin-top: 12px!important
    }
    .pt-sm-12 {
        padding-top: 12px!important
    }
}

@media(min-width:576px) {
    .mt-sm-13 {
        margin-top: 13px!important
    }
    .pt-sm-13 {
        padding-top: 13px!important
    }
}

@media(min-width:576px) {
    .mt-sm-14 {
        margin-top: 14px!important
    }
    .pt-sm-14 {
        padding-top: 14px!important
    }
}

@media(min-width:576px) {
    .mt-sm-15 {
        margin-top: 15px!important
    }
    .pt-sm-15 {
        padding-top: 15px!important
    }
}

@media(min-width:576px) {
    .mt-sm-16 {
        margin-top: 16px!important
    }
    .pt-sm-16 {
        padding-top: 16px!important
    }
}

@media(min-width:576px) {
    .mt-sm-17 {
        margin-top: 17px!important
    }
    .pt-sm-17 {
        padding-top: 17px!important
    }
}

@media(min-width:576px) {
    .mt-sm-18 {
        margin-top: 18px!important
    }
    .pt-sm-18 {
        padding-top: 18px!important
    }
}

@media(min-width:576px) {
    .mt-sm-19 {
        margin-top: 19px!important
    }
    .pt-sm-19 {
        padding-top: 19px!important
    }
}

@media(min-width:576px) {
    .mt-sm-20 {
        margin-top: 20px!important
    }
    .pt-sm-20 {
        padding-top: 20px!important
    }
}

@media(min-width:576px) {
    .mt-sm-21 {
        margin-top: 21px!important
    }
    .pt-sm-21 {
        padding-top: 21px!important
    }
}

@media(min-width:576px) {
    .mt-sm-22 {
        margin-top: 22px!important
    }
    .pt-sm-22 {
        padding-top: 22px!important
    }
}

@media(min-width:576px) {
    .mt-sm-23 {
        margin-top: 23px!important
    }
    .pt-sm-23 {
        padding-top: 23px!important
    }
}

@media(min-width:576px) {
    .mt-sm-24 {
        margin-top: 24px!important
    }
    .pt-sm-24 {
        padding-top: 24px!important
    }
}

@media(min-width:576px) {
    .mt-sm-25 {
        margin-top: 25px!important
    }
    .pt-sm-25 {
        padding-top: 25px!important
    }
}

@media(min-width:576px) {
    .mt-sm-26 {
        margin-top: 26px!important
    }
    .pt-sm-26 {
        padding-top: 26px!important
    }
}

@media(min-width:576px) {
    .mt-sm-27 {
        margin-top: 27px!important
    }
    .pt-sm-27 {
        padding-top: 27px!important
    }
}

@media(min-width:576px) {
    .mt-sm-28 {
        margin-top: 28px!important
    }
    .pt-sm-28 {
        padding-top: 28px!important
    }
}

@media(min-width:576px) {
    .mt-sm-29 {
        margin-top: 29px!important
    }
    .pt-sm-29 {
        padding-top: 29px!important
    }
}

@media(min-width:576px) {
    .mt-sm-30 {
        margin-top: 30px!important
    }
    .pt-sm-30 {
        padding-top: 30px!important
    }
}

@media(min-width:576px) {
    .mt-sm-31 {
        margin-top: 31px!important
    }
    .pt-sm-31 {
        padding-top: 31px!important
    }
}

@media(min-width:576px) {
    .mt-sm-32 {
        margin-top: 32px!important
    }
    .pt-sm-32 {
        padding-top: 32px!important
    }
}

@media(min-width:576px) {
    .mt-sm-33 {
        margin-top: 33px!important
    }
    .pt-sm-33 {
        padding-top: 33px!important
    }
}

@media(min-width:576px) {
    .mt-sm-34 {
        margin-top: 34px!important
    }
    .pt-sm-34 {
        padding-top: 34px!important
    }
}

@media(min-width:576px) {
    .mt-sm-35 {
        margin-top: 35px!important
    }
    .pt-sm-35 {
        padding-top: 35px!important
    }
}

@media(min-width:576px) {
    .mt-sm-36 {
        margin-top: 36px!important
    }
    .pt-sm-36 {
        padding-top: 36px!important
    }
}

@media(min-width:576px) {
    .mt-sm-37 {
        margin-top: 37px!important
    }
    .pt-sm-37 {
        padding-top: 37px!important
    }
}

@media(min-width:576px) {
    .mt-sm-38 {
        margin-top: 38px!important
    }
    .pt-sm-38 {
        padding-top: 38px!important
    }
}

@media(min-width:576px) {
    .mt-sm-39 {
        margin-top: 39px!important
    }
    .pt-sm-39 {
        padding-top: 39px!important
    }
}

@media(min-width:576px) {
    .mt-sm-40 {
        margin-top: 40px!important
    }
    .pt-sm-40 {
        padding-top: 40px!important
    }
}

@media(min-width:576px) {
    .mt-sm-41 {
        margin-top: 41px!important
    }
    .pt-sm-41 {
        padding-top: 41px!important
    }
}

@media(min-width:576px) {
    .mt-sm-42 {
        margin-top: 42px!important
    }
    .pt-sm-42 {
        padding-top: 42px!important
    }
}

@media(min-width:576px) {
    .mt-sm-43 {
        margin-top: 43px!important
    }
    .pt-sm-43 {
        padding-top: 43px!important
    }
}

@media(min-width:576px) {
    .mt-sm-44 {
        margin-top: 44px!important
    }
    .pt-sm-44 {
        padding-top: 44px!important
    }
}

@media(min-width:576px) {
    .mt-sm-45 {
        margin-top: 45px!important
    }
    .pt-sm-45 {
        padding-top: 45px!important
    }
}

@media(min-width:576px) {
    .mt-sm-46 {
        margin-top: 46px!important
    }
    .pt-sm-46 {
        padding-top: 46px!important
    }
}

@media(min-width:576px) {
    .mt-sm-47 {
        margin-top: 47px!important
    }
    .pt-sm-47 {
        padding-top: 47px!important
    }
}

@media(min-width:576px) {
    .mt-sm-48 {
        margin-top: 48px!important
    }
    .pt-sm-48 {
        padding-top: 48px!important
    }
}

@media(min-width:576px) {
    .mt-sm-49 {
        margin-top: 49px!important
    }
    .pt-sm-49 {
        padding-top: 49px!important
    }
}

@media(min-width:576px) {
    .mt-sm-50 {
        margin-top: 50px!important
    }
    .pt-sm-50 {
        padding-top: 50px!important
    }
}

@media(min-width:576px) {
    .mt-sm-51 {
        margin-top: 51px!important
    }
    .pt-sm-51 {
        padding-top: 51px!important
    }
}

@media(min-width:576px) {
    .mt-sm-52 {
        margin-top: 52px!important
    }
    .pt-sm-52 {
        padding-top: 52px!important
    }
}

@media(min-width:576px) {
    .mt-sm-53 {
        margin-top: 53px!important
    }
    .pt-sm-53 {
        padding-top: 53px!important
    }
}

@media(min-width:576px) {
    .mt-sm-54 {
        margin-top: 54px!important
    }
    .pt-sm-54 {
        padding-top: 54px!important
    }
}

@media(min-width:576px) {
    .mt-sm-55 {
        margin-top: 55px!important
    }
    .pt-sm-55 {
        padding-top: 55px!important
    }
}

@media(min-width:576px) {
    .mt-sm-56 {
        margin-top: 56px!important
    }
    .pt-sm-56 {
        padding-top: 56px!important
    }
}

@media(min-width:576px) {
    .mt-sm-57 {
        margin-top: 57px!important
    }
    .pt-sm-57 {
        padding-top: 57px!important
    }
}

@media(min-width:576px) {
    .mt-sm-58 {
        margin-top: 58px!important
    }
    .pt-sm-58 {
        padding-top: 58px!important
    }
}

@media(min-width:576px) {
    .mt-sm-59 {
        margin-top: 59px!important
    }
    .pt-sm-59 {
        padding-top: 59px!important
    }
}

@media(min-width:576px) {
    .mt-sm-60 {
        margin-top: 60px!important
    }
    .pt-sm-60 {
        padding-top: 60px!important
    }
}

@media(min-width:576px) {
    .mt-sm-61 {
        margin-top: 61px!important
    }
    .pt-sm-61 {
        padding-top: 61px!important
    }
}

@media(min-width:576px) {
    .mt-sm-62 {
        margin-top: 62px!important
    }
    .pt-sm-62 {
        padding-top: 62px!important
    }
}

@media(min-width:576px) {
    .mt-sm-63 {
        margin-top: 63px!important
    }
    .pt-sm-63 {
        padding-top: 63px!important
    }
}

@media(min-width:576px) {
    .mt-sm-64 {
        margin-top: 64px!important
    }
    .pt-sm-64 {
        padding-top: 64px!important
    }
}

@media(min-width:576px) {
    .mt-sm-65 {
        margin-top: 65px!important
    }
    .pt-sm-65 {
        padding-top: 65px!important
    }
}

@media(min-width:576px) {
    .mt-sm-66 {
        margin-top: 66px!important
    }
    .pt-sm-66 {
        padding-top: 66px!important
    }
}

@media(min-width:576px) {
    .mt-sm-67 {
        margin-top: 67px!important
    }
    .pt-sm-67 {
        padding-top: 67px!important
    }
}

@media(min-width:576px) {
    .mt-sm-68 {
        margin-top: 68px!important
    }
    .pt-sm-68 {
        padding-top: 68px!important
    }
}

@media(min-width:576px) {
    .mt-sm-69 {
        margin-top: 69px!important
    }
    .pt-sm-69 {
        padding-top: 69px!important
    }
}

@media(min-width:576px) {
    .mt-sm-70 {
        margin-top: 70px!important
    }
    .pt-sm-70 {
        padding-top: 70px!important
    }
}

@media(min-width:576px) {
    .mt-sm-71 {
        margin-top: 71px!important
    }
    .pt-sm-71 {
        padding-top: 71px!important
    }
}

@media(min-width:576px) {
    .mt-sm-72 {
        margin-top: 72px!important
    }
    .pt-sm-72 {
        padding-top: 72px!important
    }
}

@media(min-width:576px) {
    .mt-sm-73 {
        margin-top: 73px!important
    }
    .pt-sm-73 {
        padding-top: 73px!important
    }
}

@media(min-width:576px) {
    .mt-sm-74 {
        margin-top: 74px!important
    }
    .pt-sm-74 {
        padding-top: 74px!important
    }
}

@media(min-width:576px) {
    .mt-sm-75 {
        margin-top: 75px!important
    }
    .pt-sm-75 {
        padding-top: 75px!important
    }
}

@media(min-width:576px) {
    .mt-sm-76 {
        margin-top: 76px!important
    }
    .pt-sm-76 {
        padding-top: 76px!important
    }
}

@media(min-width:576px) {
    .mt-sm-77 {
        margin-top: 77px!important
    }
    .pt-sm-77 {
        padding-top: 77px!important
    }
}

@media(min-width:576px) {
    .mt-sm-78 {
        margin-top: 78px!important
    }
    .pt-sm-78 {
        padding-top: 78px!important
    }
}

@media(min-width:576px) {
    .mt-sm-79 {
        margin-top: 79px!important
    }
    .pt-sm-79 {
        padding-top: 79px!important
    }
}

@media(min-width:576px) {
    .mt-sm-80 {
        margin-top: 80px!important
    }
    .pt-sm-80 {
        padding-top: 80px!important
    }
}

@media(min-width:576px) {
    .mt-sm-81 {
        margin-top: 81px!important
    }
    .pt-sm-81 {
        padding-top: 81px!important
    }
}

@media(min-width:576px) {
    .mt-sm-82 {
        margin-top: 82px!important
    }
    .pt-sm-82 {
        padding-top: 82px!important
    }
}

@media(min-width:576px) {
    .mt-sm-83 {
        margin-top: 83px!important
    }
    .pt-sm-83 {
        padding-top: 83px!important
    }
}

@media(min-width:576px) {
    .mt-sm-84 {
        margin-top: 84px!important
    }
    .pt-sm-84 {
        padding-top: 84px!important
    }
}

@media(min-width:576px) {
    .mt-sm-85 {
        margin-top: 85px!important
    }
    .pt-sm-85 {
        padding-top: 85px!important
    }
}

@media(min-width:576px) {
    .mt-sm-86 {
        margin-top: 86px!important
    }
    .pt-sm-86 {
        padding-top: 86px!important
    }
}

@media(min-width:576px) {
    .mt-sm-87 {
        margin-top: 87px!important
    }
    .pt-sm-87 {
        padding-top: 87px!important
    }
}

@media(min-width:576px) {
    .mt-sm-88 {
        margin-top: 88px!important
    }
    .pt-sm-88 {
        padding-top: 88px!important
    }
}

@media(min-width:576px) {
    .mt-sm-89 {
        margin-top: 89px!important
    }
    .pt-sm-89 {
        padding-top: 89px!important
    }
}

@media(min-width:576px) {
    .mt-sm-90 {
        margin-top: 90px!important
    }
    .pt-sm-90 {
        padding-top: 90px!important
    }
}

@media(min-width:576px) {
    .mt-sm-91 {
        margin-top: 91px!important
    }
    .pt-sm-91 {
        padding-top: 91px!important
    }
}

@media(min-width:576px) {
    .mt-sm-92 {
        margin-top: 92px!important
    }
    .pt-sm-92 {
        padding-top: 92px!important
    }
}

@media(min-width:576px) {
    .mt-sm-93 {
        margin-top: 93px!important
    }
    .pt-sm-93 {
        padding-top: 93px!important
    }
}

@media(min-width:576px) {
    .mt-sm-94 {
        margin-top: 94px!important
    }
    .pt-sm-94 {
        padding-top: 94px!important
    }
}

@media(min-width:576px) {
    .mt-sm-95 {
        margin-top: 95px!important
    }
    .pt-sm-95 {
        padding-top: 95px!important
    }
}

@media(min-width:576px) {
    .mt-sm-96 {
        margin-top: 96px!important
    }
    .pt-sm-96 {
        padding-top: 96px!important
    }
}

@media(min-width:576px) {
    .mt-sm-97 {
        margin-top: 97px!important
    }
    .pt-sm-97 {
        padding-top: 97px!important
    }
}

@media(min-width:576px) {
    .mt-sm-98 {
        margin-top: 98px!important
    }
    .pt-sm-98 {
        padding-top: 98px!important
    }
}

@media(min-width:576px) {
    .mt-sm-99 {
        margin-top: 99px!important
    }
    .pt-sm-99 {
        padding-top: 99px!important
    }
}

@media(min-width:576px) {
    .mt-sm-100 {
        margin-top: 100px!important
    }
    .pt-sm-100 {
        padding-top: 100px!important
    }
}

@media(min-width:576px) {
    .mt-sm-101 {
        margin-top: 101px!important
    }
    .pt-sm-101 {
        padding-top: 101px!important
    }
}

@media(min-width:576px) {
    .mt-sm-102 {
        margin-top: 102px!important
    }
    .pt-sm-102 {
        padding-top: 102px!important
    }
}

@media(min-width:576px) {
    .mt-sm-103 {
        margin-top: 103px!important
    }
    .pt-sm-103 {
        padding-top: 103px!important
    }
}

@media(min-width:576px) {
    .mt-sm-104 {
        margin-top: 104px!important
    }
    .pt-sm-104 {
        padding-top: 104px!important
    }
}

@media(min-width:576px) {
    .mt-sm-105 {
        margin-top: 105px!important
    }
    .pt-sm-105 {
        padding-top: 105px!important
    }
}

@media(min-width:576px) {
    .mt-sm-106 {
        margin-top: 106px!important
    }
    .pt-sm-106 {
        padding-top: 106px!important
    }
}

@media(min-width:576px) {
    .mt-sm-107 {
        margin-top: 107px!important
    }
    .pt-sm-107 {
        padding-top: 107px!important
    }
}

@media(min-width:576px) {
    .mt-sm-108 {
        margin-top: 108px!important
    }
    .pt-sm-108 {
        padding-top: 108px!important
    }
}

@media(min-width:576px) {
    .mt-sm-109 {
        margin-top: 109px!important
    }
    .pt-sm-109 {
        padding-top: 109px!important
    }
}

@media(min-width:576px) {
    .mt-sm-110 {
        margin-top: 110px!important
    }
    .pt-sm-110 {
        padding-top: 110px!important
    }
}

@media(min-width:576px) {
    .mt-sm-111 {
        margin-top: 111px!important
    }
    .pt-sm-111 {
        padding-top: 111px!important
    }
}

@media(min-width:576px) {
    .mt-sm-112 {
        margin-top: 112px!important
    }
    .pt-sm-112 {
        padding-top: 112px!important
    }
}

@media(min-width:576px) {
    .mt-sm-113 {
        margin-top: 113px!important
    }
    .pt-sm-113 {
        padding-top: 113px!important
    }
}

@media(min-width:576px) {
    .mt-sm-114 {
        margin-top: 114px!important
    }
    .pt-sm-114 {
        padding-top: 114px!important
    }
}

@media(min-width:576px) {
    .mt-sm-115 {
        margin-top: 115px!important
    }
    .pt-sm-115 {
        padding-top: 115px!important
    }
}

@media(min-width:576px) {
    .mt-sm-116 {
        margin-top: 116px!important
    }
    .pt-sm-116 {
        padding-top: 116px!important
    }
}

@media(min-width:576px) {
    .mt-sm-117 {
        margin-top: 117px!important
    }
    .pt-sm-117 {
        padding-top: 117px!important
    }
}

@media(min-width:576px) {
    .mt-sm-118 {
        margin-top: 118px!important
    }
    .pt-sm-118 {
        padding-top: 118px!important
    }
}

@media(min-width:576px) {
    .mt-sm-119 {
        margin-top: 119px!important
    }
    .pt-sm-119 {
        padding-top: 119px!important
    }
}

@media(min-width:576px) {
    .mt-sm-120 {
        margin-top: 120px!important
    }
    .pt-sm-120 {
        padding-top: 120px!important
    }
}

@media(min-width:576px) {
    .mt-sm-121 {
        margin-top: 121px!important
    }
    .pt-sm-121 {
        padding-top: 121px!important
    }
}

@media(min-width:576px) {
    .mt-sm-122 {
        margin-top: 122px!important
    }
    .pt-sm-122 {
        padding-top: 122px!important
    }
}

@media(min-width:576px) {
    .mt-sm-123 {
        margin-top: 123px!important
    }
    .pt-sm-123 {
        padding-top: 123px!important
    }
}

@media(min-width:576px) {
    .mt-sm-124 {
        margin-top: 124px!important
    }
    .pt-sm-124 {
        padding-top: 124px!important
    }
}

@media(min-width:576px) {
    .mt-sm-125 {
        margin-top: 125px!important
    }
    .pt-sm-125 {
        padding-top: 125px!important
    }
}

@media(min-width:576px) {
    .mt-sm-126 {
        margin-top: 126px!important
    }
    .pt-sm-126 {
        padding-top: 126px!important
    }
}

@media(min-width:576px) {
    .mt-sm-127 {
        margin-top: 127px!important
    }
    .pt-sm-127 {
        padding-top: 127px!important
    }
}

@media(min-width:576px) {
    .mt-sm-128 {
        margin-top: 128px!important
    }
    .pt-sm-128 {
        padding-top: 128px!important
    }
}

@media(min-width:576px) {
    .mt-sm-129 {
        margin-top: 129px!important
    }
    .pt-sm-129 {
        padding-top: 129px!important
    }
}

@media(min-width:576px) {
    .mt-sm-130 {
        margin-top: 130px!important
    }
    .pt-sm-130 {
        padding-top: 130px!important
    }
}

@media(min-width:576px) {
    .mt-sm-131 {
        margin-top: 131px!important
    }
    .pt-sm-131 {
        padding-top: 131px!important
    }
}

@media(min-width:576px) {
    .mt-sm-132 {
        margin-top: 132px!important
    }
    .pt-sm-132 {
        padding-top: 132px!important
    }
}

@media(min-width:576px) {
    .mt-sm-133 {
        margin-top: 133px!important
    }
    .pt-sm-133 {
        padding-top: 133px!important
    }
}

@media(min-width:576px) {
    .mt-sm-134 {
        margin-top: 134px!important
    }
    .pt-sm-134 {
        padding-top: 134px!important
    }
}

@media(min-width:576px) {
    .mt-sm-135 {
        margin-top: 135px!important
    }
    .pt-sm-135 {
        padding-top: 135px!important
    }
}

@media(min-width:576px) {
    .mt-sm-136 {
        margin-top: 136px!important
    }
    .pt-sm-136 {
        padding-top: 136px!important
    }
}

@media(min-width:576px) {
    .mt-sm-137 {
        margin-top: 137px!important
    }
    .pt-sm-137 {
        padding-top: 137px!important
    }
}

@media(min-width:576px) {
    .mt-sm-138 {
        margin-top: 138px!important
    }
    .pt-sm-138 {
        padding-top: 138px!important
    }
}

@media(min-width:576px) {
    .mt-sm-139 {
        margin-top: 139px!important
    }
    .pt-sm-139 {
        padding-top: 139px!important
    }
}

@media(min-width:576px) {
    .mt-sm-140 {
        margin-top: 140px!important
    }
    .pt-sm-140 {
        padding-top: 140px!important
    }
}

@media(min-width:576px) {
    .mt-sm-141 {
        margin-top: 141px!important
    }
    .pt-sm-141 {
        padding-top: 141px!important
    }
}

@media(min-width:576px) {
    .mt-sm-142 {
        margin-top: 142px!important
    }
    .pt-sm-142 {
        padding-top: 142px!important
    }
}

@media(min-width:576px) {
    .mt-sm-143 {
        margin-top: 143px!important
    }
    .pt-sm-143 {
        padding-top: 143px!important
    }
}

@media(min-width:576px) {
    .mt-sm-144 {
        margin-top: 144px!important
    }
    .pt-sm-144 {
        padding-top: 144px!important
    }
}

@media(min-width:576px) {
    .mt-sm-145 {
        margin-top: 145px!important
    }
    .pt-sm-145 {
        padding-top: 145px!important
    }
}

@media(min-width:576px) {
    .mt-sm-146 {
        margin-top: 146px!important
    }
    .pt-sm-146 {
        padding-top: 146px!important
    }
}

@media(min-width:576px) {
    .mt-sm-147 {
        margin-top: 147px!important
    }
    .pt-sm-147 {
        padding-top: 147px!important
    }
}

@media(min-width:576px) {
    .mt-sm-148 {
        margin-top: 148px!important
    }
    .pt-sm-148 {
        padding-top: 148px!important
    }
}

@media(min-width:576px) {
    .mt-sm-149 {
        margin-top: 149px!important
    }
    .pt-sm-149 {
        padding-top: 149px!important
    }
}

@media(min-width:576px) {
    .mt-sm-150 {
        margin-top: 150px!important
    }
    .pt-sm-150 {
        padding-top: 150px!important
    }
}

@media(min-width:576px) {
    .mt-sm-151 {
        margin-top: 151px!important
    }
    .pt-sm-151 {
        padding-top: 151px!important
    }
}

@media(min-width:576px) {
    .mt-sm-152 {
        margin-top: 152px!important
    }
    .pt-sm-152 {
        padding-top: 152px!important
    }
}

@media(min-width:576px) {
    .mt-sm-153 {
        margin-top: 153px!important
    }
    .pt-sm-153 {
        padding-top: 153px!important
    }
}

@media(min-width:576px) {
    .mt-sm-154 {
        margin-top: 154px!important
    }
    .pt-sm-154 {
        padding-top: 154px!important
    }
}

@media(min-width:576px) {
    .mt-sm-155 {
        margin-top: 155px!important
    }
    .pt-sm-155 {
        padding-top: 155px!important
    }
}

@media(min-width:576px) {
    .mt-sm-156 {
        margin-top: 156px!important
    }
    .pt-sm-156 {
        padding-top: 156px!important
    }
}

@media(min-width:576px) {
    .mt-sm-157 {
        margin-top: 157px!important
    }
    .pt-sm-157 {
        padding-top: 157px!important
    }
}

@media(min-width:576px) {
    .mt-sm-158 {
        margin-top: 158px!important
    }
    .pt-sm-158 {
        padding-top: 158px!important
    }
}

@media(min-width:576px) {
    .mt-sm-159 {
        margin-top: 159px!important
    }
    .pt-sm-159 {
        padding-top: 159px!important
    }
}

@media(min-width:576px) {
    .mt-sm-160 {
        margin-top: 160px!important
    }
    .pt-sm-160 {
        padding-top: 160px!important
    }
}

@media(min-width:576px) {
    .mt-sm-161 {
        margin-top: 161px!important
    }
    .pt-sm-161 {
        padding-top: 161px!important
    }
}

@media(min-width:576px) {
    .mt-sm-162 {
        margin-top: 162px!important
    }
    .pt-sm-162 {
        padding-top: 162px!important
    }
}

@media(min-width:576px) {
    .mt-sm-163 {
        margin-top: 163px!important
    }
    .pt-sm-163 {
        padding-top: 163px!important
    }
}

@media(min-width:576px) {
    .mt-sm-164 {
        margin-top: 164px!important
    }
    .pt-sm-164 {
        padding-top: 164px!important
    }
}

@media(min-width:576px) {
    .mt-sm-165 {
        margin-top: 165px!important
    }
    .pt-sm-165 {
        padding-top: 165px!important
    }
}

@media(min-width:576px) {
    .mt-sm-166 {
        margin-top: 166px!important
    }
    .pt-sm-166 {
        padding-top: 166px!important
    }
}

@media(min-width:576px) {
    .mt-sm-167 {
        margin-top: 167px!important
    }
    .pt-sm-167 {
        padding-top: 167px!important
    }
}

@media(min-width:576px) {
    .mt-sm-168 {
        margin-top: 168px!important
    }
    .pt-sm-168 {
        padding-top: 168px!important
    }
}

@media(min-width:576px) {
    .mt-sm-169 {
        margin-top: 169px!important
    }
    .pt-sm-169 {
        padding-top: 169px!important
    }
}

@media(min-width:576px) {
    .mt-sm-170 {
        margin-top: 170px!important
    }
    .pt-sm-170 {
        padding-top: 170px!important
    }
}

@media(min-width:576px) {
    .mt-sm-171 {
        margin-top: 171px!important
    }
    .pt-sm-171 {
        padding-top: 171px!important
    }
}

@media(min-width:576px) {
    .mt-sm-172 {
        margin-top: 172px!important
    }
    .pt-sm-172 {
        padding-top: 172px!important
    }
}

@media(min-width:576px) {
    .mt-sm-173 {
        margin-top: 173px!important
    }
    .pt-sm-173 {
        padding-top: 173px!important
    }
}

@media(min-width:576px) {
    .mt-sm-174 {
        margin-top: 174px!important
    }
    .pt-sm-174 {
        padding-top: 174px!important
    }
}

@media(min-width:576px) {
    .mt-sm-175 {
        margin-top: 175px!important
    }
    .pt-sm-175 {
        padding-top: 175px!important
    }
}

@media(min-width:576px) {
    .mt-sm-176 {
        margin-top: 176px!important
    }
    .pt-sm-176 {
        padding-top: 176px!important
    }
}

@media(min-width:576px) {
    .mt-sm-177 {
        margin-top: 177px!important
    }
    .pt-sm-177 {
        padding-top: 177px!important
    }
}

@media(min-width:576px) {
    .mt-sm-178 {
        margin-top: 178px!important
    }
    .pt-sm-178 {
        padding-top: 178px!important
    }
}

@media(min-width:576px) {
    .mt-sm-179 {
        margin-top: 179px!important
    }
    .pt-sm-179 {
        padding-top: 179px!important
    }
}

@media(min-width:576px) {
    .mt-sm-180 {
        margin-top: 180px!important
    }
    .pt-sm-180 {
        padding-top: 180px!important
    }
}

@media(min-width:576px) {
    .mt-sm-181 {
        margin-top: 181px!important
    }
    .pt-sm-181 {
        padding-top: 181px!important
    }
}

@media(min-width:576px) {
    .mt-sm-182 {
        margin-top: 182px!important
    }
    .pt-sm-182 {
        padding-top: 182px!important
    }
}

@media(min-width:576px) {
    .mt-sm-183 {
        margin-top: 183px!important
    }
    .pt-sm-183 {
        padding-top: 183px!important
    }
}

@media(min-width:576px) {
    .mt-sm-184 {
        margin-top: 184px!important
    }
    .pt-sm-184 {
        padding-top: 184px!important
    }
}

@media(min-width:576px) {
    .mt-sm-185 {
        margin-top: 185px!important
    }
    .pt-sm-185 {
        padding-top: 185px!important
    }
}

@media(min-width:576px) {
    .mt-sm-186 {
        margin-top: 186px!important
    }
    .pt-sm-186 {
        padding-top: 186px!important
    }
}

@media(min-width:576px) {
    .mt-sm-187 {
        margin-top: 187px!important
    }
    .pt-sm-187 {
        padding-top: 187px!important
    }
}

@media(min-width:576px) {
    .mt-sm-188 {
        margin-top: 188px!important
    }
    .pt-sm-188 {
        padding-top: 188px!important
    }
}

@media(min-width:576px) {
    .mt-sm-189 {
        margin-top: 189px!important
    }
    .pt-sm-189 {
        padding-top: 189px!important
    }
}

@media(min-width:576px) {
    .mt-sm-190 {
        margin-top: 190px!important
    }
    .pt-sm-190 {
        padding-top: 190px!important
    }
}

@media(min-width:576px) {
    .mt-sm-191 {
        margin-top: 191px!important
    }
    .pt-sm-191 {
        padding-top: 191px!important
    }
}

@media(min-width:576px) {
    .mt-sm-192 {
        margin-top: 192px!important
    }
    .pt-sm-192 {
        padding-top: 192px!important
    }
}

@media(min-width:576px) {
    .mt-sm-193 {
        margin-top: 193px!important
    }
    .pt-sm-193 {
        padding-top: 193px!important
    }
}

@media(min-width:576px) {
    .mt-sm-194 {
        margin-top: 194px!important
    }
    .pt-sm-194 {
        padding-top: 194px!important
    }
}

@media(min-width:576px) {
    .mt-sm-195 {
        margin-top: 195px!important
    }
    .pt-sm-195 {
        padding-top: 195px!important
    }
}

@media(min-width:576px) {
    .mt-sm-196 {
        margin-top: 196px!important
    }
    .pt-sm-196 {
        padding-top: 196px!important
    }
}

@media(min-width:576px) {
    .mt-sm-197 {
        margin-top: 197px!important
    }
    .pt-sm-197 {
        padding-top: 197px!important
    }
}

@media(min-width:576px) {
    .mt-sm-198 {
        margin-top: 198px!important
    }
    .pt-sm-198 {
        padding-top: 198px!important
    }
}

@media(min-width:576px) {
    .mt-sm-199 {
        margin-top: 199px!important
    }
    .pt-sm-199 {
        padding-top: 199px!important
    }
}

@media(min-width:576px) {
    .mt-sm-200 {
        margin-top: 200px!important
    }
    .pt-sm-200 {
        padding-top: 200px!important
    }
}

@media(min-width:576px) {
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
}

@media(min-width:576px) {
    .mb-sm-1 {
        margin-bottom: 1px!important
    }
    .pb-sm-1 {
        padding-bottom: 1px!important
    }
}

@media(min-width:576px) {
    .mb-sm-2 {
        margin-bottom: 2px!important
    }
    .pb-sm-2 {
        padding-bottom: 2px!important
    }
}

@media(min-width:576px) {
    .mb-sm-3 {
        margin-bottom: 3px!important
    }
    .pb-sm-3 {
        padding-bottom: 3px!important
    }
}

@media(min-width:576px) {
    .mb-sm-4 {
        margin-bottom: 4px!important
    }
    .pb-sm-4 {
        padding-bottom: 4px!important
    }
}

@media(min-width:576px) {
    .mb-sm-5 {
        margin-bottom: 5px!important
    }
    .pb-sm-5 {
        padding-bottom: 5px!important
    }
}

@media(min-width:576px) {
    .mb-sm-6 {
        margin-bottom: 6px!important
    }
    .pb-sm-6 {
        padding-bottom: 6px!important
    }
}

@media(min-width:576px) {
    .mb-sm-7 {
        margin-bottom: 7px!important
    }
    .pb-sm-7 {
        padding-bottom: 7px!important
    }
}

@media(min-width:576px) {
    .mb-sm-8 {
        margin-bottom: 8px!important
    }
    .pb-sm-8 {
        padding-bottom: 8px!important
    }
}

@media(min-width:576px) {
    .mb-sm-9 {
        margin-bottom: 9px!important
    }
    .pb-sm-9 {
        padding-bottom: 9px!important
    }
}

@media(min-width:576px) {
    .mb-sm-10 {
        margin-bottom: 10px!important
    }
    .pb-sm-10 {
        padding-bottom: 10px!important
    }
}

@media(min-width:576px) {
    .mb-sm-11 {
        margin-bottom: 11px!important
    }
    .pb-sm-11 {
        padding-bottom: 11px!important
    }
}

@media(min-width:576px) {
    .mb-sm-12 {
        margin-bottom: 12px!important
    }
    .pb-sm-12 {
        padding-bottom: 12px!important
    }
}

@media(min-width:576px) {
    .mb-sm-13 {
        margin-bottom: 13px!important
    }
    .pb-sm-13 {
        padding-bottom: 13px!important
    }
}

@media(min-width:576px) {
    .mb-sm-14 {
        margin-bottom: 14px!important
    }
    .pb-sm-14 {
        padding-bottom: 14px!important
    }
}

@media(min-width:576px) {
    .mb-sm-15 {
        margin-bottom: 15px!important
    }
    .pb-sm-15 {
        padding-bottom: 15px!important
    }
}

@media(min-width:576px) {
    .mb-sm-16 {
        margin-bottom: 16px!important
    }
    .pb-sm-16 {
        padding-bottom: 16px!important
    }
}

@media(min-width:576px) {
    .mb-sm-17 {
        margin-bottom: 17px!important
    }
    .pb-sm-17 {
        padding-bottom: 17px!important
    }
}

@media(min-width:576px) {
    .mb-sm-18 {
        margin-bottom: 18px!important
    }
    .pb-sm-18 {
        padding-bottom: 18px!important
    }
}

@media(min-width:576px) {
    .mb-sm-19 {
        margin-bottom: 19px!important
    }
    .pb-sm-19 {
        padding-bottom: 19px!important
    }
}

@media(min-width:576px) {
    .mb-sm-20 {
        margin-bottom: 20px!important
    }
    .pb-sm-20 {
        padding-bottom: 20px!important
    }
}

@media(min-width:576px) {
    .mb-sm-21 {
        margin-bottom: 21px!important
    }
    .pb-sm-21 {
        padding-bottom: 21px!important
    }
}

@media(min-width:576px) {
    .mb-sm-22 {
        margin-bottom: 22px!important
    }
    .pb-sm-22 {
        padding-bottom: 22px!important
    }
}

@media(min-width:576px) {
    .mb-sm-23 {
        margin-bottom: 23px!important
    }
    .pb-sm-23 {
        padding-bottom: 23px!important
    }
}

@media(min-width:576px) {
    .mb-sm-24 {
        margin-bottom: 24px!important
    }
    .pb-sm-24 {
        padding-bottom: 24px!important
    }
}

@media(min-width:576px) {
    .mb-sm-25 {
        margin-bottom: 25px!important
    }
    .pb-sm-25 {
        padding-bottom: 25px!important
    }
}

@media(min-width:576px) {
    .mb-sm-26 {
        margin-bottom: 26px!important
    }
    .pb-sm-26 {
        padding-bottom: 26px!important
    }
}

@media(min-width:576px) {
    .mb-sm-27 {
        margin-bottom: 27px!important
    }
    .pb-sm-27 {
        padding-bottom: 27px!important
    }
}

@media(min-width:576px) {
    .mb-sm-28 {
        margin-bottom: 28px!important
    }
    .pb-sm-28 {
        padding-bottom: 28px!important
    }
}

@media(min-width:576px) {
    .mb-sm-29 {
        margin-bottom: 29px!important
    }
    .pb-sm-29 {
        padding-bottom: 29px!important
    }
}

@media(min-width:576px) {
    .mb-sm-30 {
        margin-bottom: 30px!important
    }
    .pb-sm-30 {
        padding-bottom: 30px!important
    }
}

@media(min-width:576px) {
    .mb-sm-31 {
        margin-bottom: 31px!important
    }
    .pb-sm-31 {
        padding-bottom: 31px!important
    }
}

@media(min-width:576px) {
    .mb-sm-32 {
        margin-bottom: 32px!important
    }
    .pb-sm-32 {
        padding-bottom: 32px!important
    }
}

@media(min-width:576px) {
    .mb-sm-33 {
        margin-bottom: 33px!important
    }
    .pb-sm-33 {
        padding-bottom: 33px!important
    }
}

@media(min-width:576px) {
    .mb-sm-34 {
        margin-bottom: 34px!important
    }
    .pb-sm-34 {
        padding-bottom: 34px!important
    }
}

@media(min-width:576px) {
    .mb-sm-35 {
        margin-bottom: 35px!important
    }
    .pb-sm-35 {
        padding-bottom: 35px!important
    }
}

@media(min-width:576px) {
    .mb-sm-36 {
        margin-bottom: 36px!important
    }
    .pb-sm-36 {
        padding-bottom: 36px!important
    }
}

@media(min-width:576px) {
    .mb-sm-37 {
        margin-bottom: 37px!important
    }
    .pb-sm-37 {
        padding-bottom: 37px!important
    }
}

@media(min-width:576px) {
    .mb-sm-38 {
        margin-bottom: 38px!important
    }
    .pb-sm-38 {
        padding-bottom: 38px!important
    }
}

@media(min-width:576px) {
    .mb-sm-39 {
        margin-bottom: 39px!important
    }
    .pb-sm-39 {
        padding-bottom: 39px!important
    }
}

@media(min-width:576px) {
    .mb-sm-40 {
        margin-bottom: 40px!important
    }
    .pb-sm-40 {
        padding-bottom: 40px!important
    }
}

@media(min-width:576px) {
    .mb-sm-41 {
        margin-bottom: 41px!important
    }
    .pb-sm-41 {
        padding-bottom: 41px!important
    }
}

@media(min-width:576px) {
    .mb-sm-42 {
        margin-bottom: 42px!important
    }
    .pb-sm-42 {
        padding-bottom: 42px!important
    }
}

@media(min-width:576px) {
    .mb-sm-43 {
        margin-bottom: 43px!important
    }
    .pb-sm-43 {
        padding-bottom: 43px!important
    }
}

@media(min-width:576px) {
    .mb-sm-44 {
        margin-bottom: 44px!important
    }
    .pb-sm-44 {
        padding-bottom: 44px!important
    }
}

@media(min-width:576px) {
    .mb-sm-45 {
        margin-bottom: 45px!important
    }
    .pb-sm-45 {
        padding-bottom: 45px!important
    }
}

@media(min-width:576px) {
    .mb-sm-46 {
        margin-bottom: 46px!important
    }
    .pb-sm-46 {
        padding-bottom: 46px!important
    }
}

@media(min-width:576px) {
    .mb-sm-47 {
        margin-bottom: 47px!important
    }
    .pb-sm-47 {
        padding-bottom: 47px!important
    }
}

@media(min-width:576px) {
    .mb-sm-48 {
        margin-bottom: 48px!important
    }
    .pb-sm-48 {
        padding-bottom: 48px!important
    }
}

@media(min-width:576px) {
    .mb-sm-49 {
        margin-bottom: 49px!important
    }
    .pb-sm-49 {
        padding-bottom: 49px!important
    }
}

@media(min-width:576px) {
    .mb-sm-50 {
        margin-bottom: 50px!important
    }
    .pb-sm-50 {
        padding-bottom: 50px!important
    }
}

@media(min-width:576px) {
    .mb-sm-51 {
        margin-bottom: 51px!important
    }
    .pb-sm-51 {
        padding-bottom: 51px!important
    }
}

@media(min-width:576px) {
    .mb-sm-52 {
        margin-bottom: 52px!important
    }
    .pb-sm-52 {
        padding-bottom: 52px!important
    }
}

@media(min-width:576px) {
    .mb-sm-53 {
        margin-bottom: 53px!important
    }
    .pb-sm-53 {
        padding-bottom: 53px!important
    }
}

@media(min-width:576px) {
    .mb-sm-54 {
        margin-bottom: 54px!important
    }
    .pb-sm-54 {
        padding-bottom: 54px!important
    }
}

@media(min-width:576px) {
    .mb-sm-55 {
        margin-bottom: 55px!important
    }
    .pb-sm-55 {
        padding-bottom: 55px!important
    }
}

@media(min-width:576px) {
    .mb-sm-56 {
        margin-bottom: 56px!important
    }
    .pb-sm-56 {
        padding-bottom: 56px!important
    }
}

@media(min-width:576px) {
    .mb-sm-57 {
        margin-bottom: 57px!important
    }
    .pb-sm-57 {
        padding-bottom: 57px!important
    }
}

@media(min-width:576px) {
    .mb-sm-58 {
        margin-bottom: 58px!important
    }
    .pb-sm-58 {
        padding-bottom: 58px!important
    }
}

@media(min-width:576px) {
    .mb-sm-59 {
        margin-bottom: 59px!important
    }
    .pb-sm-59 {
        padding-bottom: 59px!important
    }
}

@media(min-width:576px) {
    .mb-sm-60 {
        margin-bottom: 60px!important
    }
    .pb-sm-60 {
        padding-bottom: 60px!important
    }
}

@media(min-width:576px) {
    .mb-sm-61 {
        margin-bottom: 61px!important
    }
    .pb-sm-61 {
        padding-bottom: 61px!important
    }
}

@media(min-width:576px) {
    .mb-sm-62 {
        margin-bottom: 62px!important
    }
    .pb-sm-62 {
        padding-bottom: 62px!important
    }
}

@media(min-width:576px) {
    .mb-sm-63 {
        margin-bottom: 63px!important
    }
    .pb-sm-63 {
        padding-bottom: 63px!important
    }
}

@media(min-width:576px) {
    .mb-sm-64 {
        margin-bottom: 64px!important
    }
    .pb-sm-64 {
        padding-bottom: 64px!important
    }
}

@media(min-width:576px) {
    .mb-sm-65 {
        margin-bottom: 65px!important
    }
    .pb-sm-65 {
        padding-bottom: 65px!important
    }
}

@media(min-width:576px) {
    .mb-sm-66 {
        margin-bottom: 66px!important
    }
    .pb-sm-66 {
        padding-bottom: 66px!important
    }
}

@media(min-width:576px) {
    .mb-sm-67 {
        margin-bottom: 67px!important
    }
    .pb-sm-67 {
        padding-bottom: 67px!important
    }
}

@media(min-width:576px) {
    .mb-sm-68 {
        margin-bottom: 68px!important
    }
    .pb-sm-68 {
        padding-bottom: 68px!important
    }
}

@media(min-width:576px) {
    .mb-sm-69 {
        margin-bottom: 69px!important
    }
    .pb-sm-69 {
        padding-bottom: 69px!important
    }
}

@media(min-width:576px) {
    .mb-sm-70 {
        margin-bottom: 70px!important
    }
    .pb-sm-70 {
        padding-bottom: 70px!important
    }
}

@media(min-width:576px) {
    .mb-sm-71 {
        margin-bottom: 71px!important
    }
    .pb-sm-71 {
        padding-bottom: 71px!important
    }
}

@media(min-width:576px) {
    .mb-sm-72 {
        margin-bottom: 72px!important
    }
    .pb-sm-72 {
        padding-bottom: 72px!important
    }
}

@media(min-width:576px) {
    .mb-sm-73 {
        margin-bottom: 73px!important
    }
    .pb-sm-73 {
        padding-bottom: 73px!important
    }
}

@media(min-width:576px) {
    .mb-sm-74 {
        margin-bottom: 74px!important
    }
    .pb-sm-74 {
        padding-bottom: 74px!important
    }
}

@media(min-width:576px) {
    .mb-sm-75 {
        margin-bottom: 75px!important
    }
    .pb-sm-75 {
        padding-bottom: 75px!important
    }
}

@media(min-width:576px) {
    .mb-sm-76 {
        margin-bottom: 76px!important
    }
    .pb-sm-76 {
        padding-bottom: 76px!important
    }
}

@media(min-width:576px) {
    .mb-sm-77 {
        margin-bottom: 77px!important
    }
    .pb-sm-77 {
        padding-bottom: 77px!important
    }
}

@media(min-width:576px) {
    .mb-sm-78 {
        margin-bottom: 78px!important
    }
    .pb-sm-78 {
        padding-bottom: 78px!important
    }
}

@media(min-width:576px) {
    .mb-sm-79 {
        margin-bottom: 79px!important
    }
    .pb-sm-79 {
        padding-bottom: 79px!important
    }
}

@media(min-width:576px) {
    .mb-sm-80 {
        margin-bottom: 80px!important
    }
    .pb-sm-80 {
        padding-bottom: 80px!important
    }
}

@media(min-width:576px) {
    .mb-sm-81 {
        margin-bottom: 81px!important
    }
    .pb-sm-81 {
        padding-bottom: 81px!important
    }
}

@media(min-width:576px) {
    .mb-sm-82 {
        margin-bottom: 82px!important
    }
    .pb-sm-82 {
        padding-bottom: 82px!important
    }
}

@media(min-width:576px) {
    .mb-sm-83 {
        margin-bottom: 83px!important
    }
    .pb-sm-83 {
        padding-bottom: 83px!important
    }
}

@media(min-width:576px) {
    .mb-sm-84 {
        margin-bottom: 84px!important
    }
    .pb-sm-84 {
        padding-bottom: 84px!important
    }
}

@media(min-width:576px) {
    .mb-sm-85 {
        margin-bottom: 85px!important
    }
    .pb-sm-85 {
        padding-bottom: 85px!important
    }
}

@media(min-width:576px) {
    .mb-sm-86 {
        margin-bottom: 86px!important
    }
    .pb-sm-86 {
        padding-bottom: 86px!important
    }
}

@media(min-width:576px) {
    .mb-sm-87 {
        margin-bottom: 87px!important
    }
    .pb-sm-87 {
        padding-bottom: 87px!important
    }
}

@media(min-width:576px) {
    .mb-sm-88 {
        margin-bottom: 88px!important
    }
    .pb-sm-88 {
        padding-bottom: 88px!important
    }
}

@media(min-width:576px) {
    .mb-sm-89 {
        margin-bottom: 89px!important
    }
    .pb-sm-89 {
        padding-bottom: 89px!important
    }
}

@media(min-width:576px) {
    .mb-sm-90 {
        margin-bottom: 90px!important
    }
    .pb-sm-90 {
        padding-bottom: 90px!important
    }
}

@media(min-width:576px) {
    .mb-sm-91 {
        margin-bottom: 91px!important
    }
    .pb-sm-91 {
        padding-bottom: 91px!important
    }
}

@media(min-width:576px) {
    .mb-sm-92 {
        margin-bottom: 92px!important
    }
    .pb-sm-92 {
        padding-bottom: 92px!important
    }
}

@media(min-width:576px) {
    .mb-sm-93 {
        margin-bottom: 93px!important
    }
    .pb-sm-93 {
        padding-bottom: 93px!important
    }
}

@media(min-width:576px) {
    .mb-sm-94 {
        margin-bottom: 94px!important
    }
    .pb-sm-94 {
        padding-bottom: 94px!important
    }
}

@media(min-width:576px) {
    .mb-sm-95 {
        margin-bottom: 95px!important
    }
    .pb-sm-95 {
        padding-bottom: 95px!important
    }
}

@media(min-width:576px) {
    .mb-sm-96 {
        margin-bottom: 96px!important
    }
    .pb-sm-96 {
        padding-bottom: 96px!important
    }
}

@media(min-width:576px) {
    .mb-sm-97 {
        margin-bottom: 97px!important
    }
    .pb-sm-97 {
        padding-bottom: 97px!important
    }
}

@media(min-width:576px) {
    .mb-sm-98 {
        margin-bottom: 98px!important
    }
    .pb-sm-98 {
        padding-bottom: 98px!important
    }
}

@media(min-width:576px) {
    .mb-sm-99 {
        margin-bottom: 99px!important
    }
    .pb-sm-99 {
        padding-bottom: 99px!important
    }
}

@media(min-width:576px) {
    .mb-sm-100 {
        margin-bottom: 100px!important
    }
    .pb-sm-100 {
        padding-bottom: 100px!important
    }
}

@media(min-width:576px) {
    .mb-sm-101 {
        margin-bottom: 101px!important
    }
    .pb-sm-101 {
        padding-bottom: 101px!important
    }
}

@media(min-width:576px) {
    .mb-sm-102 {
        margin-bottom: 102px!important
    }
    .pb-sm-102 {
        padding-bottom: 102px!important
    }
}

@media(min-width:576px) {
    .mb-sm-103 {
        margin-bottom: 103px!important
    }
    .pb-sm-103 {
        padding-bottom: 103px!important
    }
}

@media(min-width:576px) {
    .mb-sm-104 {
        margin-bottom: 104px!important
    }
    .pb-sm-104 {
        padding-bottom: 104px!important
    }
}

@media(min-width:576px) {
    .mb-sm-105 {
        margin-bottom: 105px!important
    }
    .pb-sm-105 {
        padding-bottom: 105px!important
    }
}

@media(min-width:576px) {
    .mb-sm-106 {
        margin-bottom: 106px!important
    }
    .pb-sm-106 {
        padding-bottom: 106px!important
    }
}

@media(min-width:576px) {
    .mb-sm-107 {
        margin-bottom: 107px!important
    }
    .pb-sm-107 {
        padding-bottom: 107px!important
    }
}

@media(min-width:576px) {
    .mb-sm-108 {
        margin-bottom: 108px!important
    }
    .pb-sm-108 {
        padding-bottom: 108px!important
    }
}

@media(min-width:576px) {
    .mb-sm-109 {
        margin-bottom: 109px!important
    }
    .pb-sm-109 {
        padding-bottom: 109px!important
    }
}

@media(min-width:576px) {
    .mb-sm-110 {
        margin-bottom: 110px!important
    }
    .pb-sm-110 {
        padding-bottom: 110px!important
    }
}

@media(min-width:576px) {
    .mb-sm-111 {
        margin-bottom: 111px!important
    }
    .pb-sm-111 {
        padding-bottom: 111px!important
    }
}

@media(min-width:576px) {
    .mb-sm-112 {
        margin-bottom: 112px!important
    }
    .pb-sm-112 {
        padding-bottom: 112px!important
    }
}

@media(min-width:576px) {
    .mb-sm-113 {
        margin-bottom: 113px!important
    }
    .pb-sm-113 {
        padding-bottom: 113px!important
    }
}

@media(min-width:576px) {
    .mb-sm-114 {
        margin-bottom: 114px!important
    }
    .pb-sm-114 {
        padding-bottom: 114px!important
    }
}

@media(min-width:576px) {
    .mb-sm-115 {
        margin-bottom: 115px!important
    }
    .pb-sm-115 {
        padding-bottom: 115px!important
    }
}

@media(min-width:576px) {
    .mb-sm-116 {
        margin-bottom: 116px!important
    }
    .pb-sm-116 {
        padding-bottom: 116px!important
    }
}

@media(min-width:576px) {
    .mb-sm-117 {
        margin-bottom: 117px!important
    }
    .pb-sm-117 {
        padding-bottom: 117px!important
    }
}

@media(min-width:576px) {
    .mb-sm-118 {
        margin-bottom: 118px!important
    }
    .pb-sm-118 {
        padding-bottom: 118px!important
    }
}

@media(min-width:576px) {
    .mb-sm-119 {
        margin-bottom: 119px!important
    }
    .pb-sm-119 {
        padding-bottom: 119px!important
    }
}

@media(min-width:576px) {
    .mb-sm-120 {
        margin-bottom: 120px!important
    }
    .pb-sm-120 {
        padding-bottom: 120px!important
    }
}

@media(min-width:576px) {
    .mb-sm-121 {
        margin-bottom: 121px!important
    }
    .pb-sm-121 {
        padding-bottom: 121px!important
    }
}

@media(min-width:576px) {
    .mb-sm-122 {
        margin-bottom: 122px!important
    }
    .pb-sm-122 {
        padding-bottom: 122px!important
    }
}

@media(min-width:576px) {
    .mb-sm-123 {
        margin-bottom: 123px!important
    }
    .pb-sm-123 {
        padding-bottom: 123px!important
    }
}

@media(min-width:576px) {
    .mb-sm-124 {
        margin-bottom: 124px!important
    }
    .pb-sm-124 {
        padding-bottom: 124px!important
    }
}

@media(min-width:576px) {
    .mb-sm-125 {
        margin-bottom: 125px!important
    }
    .pb-sm-125 {
        padding-bottom: 125px!important
    }
}

@media(min-width:576px) {
    .mb-sm-126 {
        margin-bottom: 126px!important
    }
    .pb-sm-126 {
        padding-bottom: 126px!important
    }
}

@media(min-width:576px) {
    .mb-sm-127 {
        margin-bottom: 127px!important
    }
    .pb-sm-127 {
        padding-bottom: 127px!important
    }
}

@media(min-width:576px) {
    .mb-sm-128 {
        margin-bottom: 128px!important
    }
    .pb-sm-128 {
        padding-bottom: 128px!important
    }
}

@media(min-width:576px) {
    .mb-sm-129 {
        margin-bottom: 129px!important
    }
    .pb-sm-129 {
        padding-bottom: 129px!important
    }
}

@media(min-width:576px) {
    .mb-sm-130 {
        margin-bottom: 130px!important
    }
    .pb-sm-130 {
        padding-bottom: 130px!important
    }
}

@media(min-width:576px) {
    .mb-sm-131 {
        margin-bottom: 131px!important
    }
    .pb-sm-131 {
        padding-bottom: 131px!important
    }
}

@media(min-width:576px) {
    .mb-sm-132 {
        margin-bottom: 132px!important
    }
    .pb-sm-132 {
        padding-bottom: 132px!important
    }
}

@media(min-width:576px) {
    .mb-sm-133 {
        margin-bottom: 133px!important
    }
    .pb-sm-133 {
        padding-bottom: 133px!important
    }
}

@media(min-width:576px) {
    .mb-sm-134 {
        margin-bottom: 134px!important
    }
    .pb-sm-134 {
        padding-bottom: 134px!important
    }
}

@media(min-width:576px) {
    .mb-sm-135 {
        margin-bottom: 135px!important
    }
    .pb-sm-135 {
        padding-bottom: 135px!important
    }
}

@media(min-width:576px) {
    .mb-sm-136 {
        margin-bottom: 136px!important
    }
    .pb-sm-136 {
        padding-bottom: 136px!important
    }
}

@media(min-width:576px) {
    .mb-sm-137 {
        margin-bottom: 137px!important
    }
    .pb-sm-137 {
        padding-bottom: 137px!important
    }
}

@media(min-width:576px) {
    .mb-sm-138 {
        margin-bottom: 138px!important
    }
    .pb-sm-138 {
        padding-bottom: 138px!important
    }
}

@media(min-width:576px) {
    .mb-sm-139 {
        margin-bottom: 139px!important
    }
    .pb-sm-139 {
        padding-bottom: 139px!important
    }
}

@media(min-width:576px) {
    .mb-sm-140 {
        margin-bottom: 140px!important
    }
    .pb-sm-140 {
        padding-bottom: 140px!important
    }
}

@media(min-width:576px) {
    .mb-sm-141 {
        margin-bottom: 141px!important
    }
    .pb-sm-141 {
        padding-bottom: 141px!important
    }
}

@media(min-width:576px) {
    .mb-sm-142 {
        margin-bottom: 142px!important
    }
    .pb-sm-142 {
        padding-bottom: 142px!important
    }
}

@media(min-width:576px) {
    .mb-sm-143 {
        margin-bottom: 143px!important
    }
    .pb-sm-143 {
        padding-bottom: 143px!important
    }
}

@media(min-width:576px) {
    .mb-sm-144 {
        margin-bottom: 144px!important
    }
    .pb-sm-144 {
        padding-bottom: 144px!important
    }
}

@media(min-width:576px) {
    .mb-sm-145 {
        margin-bottom: 145px!important
    }
    .pb-sm-145 {
        padding-bottom: 145px!important
    }
}

@media(min-width:576px) {
    .mb-sm-146 {
        margin-bottom: 146px!important
    }
    .pb-sm-146 {
        padding-bottom: 146px!important
    }
}

@media(min-width:576px) {
    .mb-sm-147 {
        margin-bottom: 147px!important
    }
    .pb-sm-147 {
        padding-bottom: 147px!important
    }
}

@media(min-width:576px) {
    .mb-sm-148 {
        margin-bottom: 148px!important
    }
    .pb-sm-148 {
        padding-bottom: 148px!important
    }
}

@media(min-width:576px) {
    .mb-sm-149 {
        margin-bottom: 149px!important
    }
    .pb-sm-149 {
        padding-bottom: 149px!important
    }
}

@media(min-width:576px) {
    .mb-sm-150 {
        margin-bottom: 150px!important
    }
    .pb-sm-150 {
        padding-bottom: 150px!important
    }
}

@media(min-width:576px) {
    .mb-sm-151 {
        margin-bottom: 151px!important
    }
    .pb-sm-151 {
        padding-bottom: 151px!important
    }
}

@media(min-width:576px) {
    .mb-sm-152 {
        margin-bottom: 152px!important
    }
    .pb-sm-152 {
        padding-bottom: 152px!important
    }
}

@media(min-width:576px) {
    .mb-sm-153 {
        margin-bottom: 153px!important
    }
    .pb-sm-153 {
        padding-bottom: 153px!important
    }
}

@media(min-width:576px) {
    .mb-sm-154 {
        margin-bottom: 154px!important
    }
    .pb-sm-154 {
        padding-bottom: 154px!important
    }
}

@media(min-width:576px) {
    .mb-sm-155 {
        margin-bottom: 155px!important
    }
    .pb-sm-155 {
        padding-bottom: 155px!important
    }
}

@media(min-width:576px) {
    .mb-sm-156 {
        margin-bottom: 156px!important
    }
    .pb-sm-156 {
        padding-bottom: 156px!important
    }
}

@media(min-width:576px) {
    .mb-sm-157 {
        margin-bottom: 157px!important
    }
    .pb-sm-157 {
        padding-bottom: 157px!important
    }
}

@media(min-width:576px) {
    .mb-sm-158 {
        margin-bottom: 158px!important
    }
    .pb-sm-158 {
        padding-bottom: 158px!important
    }
}

@media(min-width:576px) {
    .mb-sm-159 {
        margin-bottom: 159px!important
    }
    .pb-sm-159 {
        padding-bottom: 159px!important
    }
}

@media(min-width:576px) {
    .mb-sm-160 {
        margin-bottom: 160px!important
    }
    .pb-sm-160 {
        padding-bottom: 160px!important
    }
}

@media(min-width:576px) {
    .mb-sm-161 {
        margin-bottom: 161px!important
    }
    .pb-sm-161 {
        padding-bottom: 161px!important
    }
}

@media(min-width:576px) {
    .mb-sm-162 {
        margin-bottom: 162px!important
    }
    .pb-sm-162 {
        padding-bottom: 162px!important
    }
}

@media(min-width:576px) {
    .mb-sm-163 {
        margin-bottom: 163px!important
    }
    .pb-sm-163 {
        padding-bottom: 163px!important
    }
}

@media(min-width:576px) {
    .mb-sm-164 {
        margin-bottom: 164px!important
    }
    .pb-sm-164 {
        padding-bottom: 164px!important
    }
}

@media(min-width:576px) {
    .mb-sm-165 {
        margin-bottom: 165px!important
    }
    .pb-sm-165 {
        padding-bottom: 165px!important
    }
}

@media(min-width:576px) {
    .mb-sm-166 {
        margin-bottom: 166px!important
    }
    .pb-sm-166 {
        padding-bottom: 166px!important
    }
}

@media(min-width:576px) {
    .mb-sm-167 {
        margin-bottom: 167px!important
    }
    .pb-sm-167 {
        padding-bottom: 167px!important
    }
}

@media(min-width:576px) {
    .mb-sm-168 {
        margin-bottom: 168px!important
    }
    .pb-sm-168 {
        padding-bottom: 168px!important
    }
}

@media(min-width:576px) {
    .mb-sm-169 {
        margin-bottom: 169px!important
    }
    .pb-sm-169 {
        padding-bottom: 169px!important
    }
}

@media(min-width:576px) {
    .mb-sm-170 {
        margin-bottom: 170px!important
    }
    .pb-sm-170 {
        padding-bottom: 170px!important
    }
}

@media(min-width:576px) {
    .mb-sm-171 {
        margin-bottom: 171px!important
    }
    .pb-sm-171 {
        padding-bottom: 171px!important
    }
}

@media(min-width:576px) {
    .mb-sm-172 {
        margin-bottom: 172px!important
    }
    .pb-sm-172 {
        padding-bottom: 172px!important
    }
}

@media(min-width:576px) {
    .mb-sm-173 {
        margin-bottom: 173px!important
    }
    .pb-sm-173 {
        padding-bottom: 173px!important
    }
}

@media(min-width:576px) {
    .mb-sm-174 {
        margin-bottom: 174px!important
    }
    .pb-sm-174 {
        padding-bottom: 174px!important
    }
}

@media(min-width:576px) {
    .mb-sm-175 {
        margin-bottom: 175px!important
    }
    .pb-sm-175 {
        padding-bottom: 175px!important
    }
}

@media(min-width:576px) {
    .mb-sm-176 {
        margin-bottom: 176px!important
    }
    .pb-sm-176 {
        padding-bottom: 176px!important
    }
}

@media(min-width:576px) {
    .mb-sm-177 {
        margin-bottom: 177px!important
    }
    .pb-sm-177 {
        padding-bottom: 177px!important
    }
}

@media(min-width:576px) {
    .mb-sm-178 {
        margin-bottom: 178px!important
    }
    .pb-sm-178 {
        padding-bottom: 178px!important
    }
}

@media(min-width:576px) {
    .mb-sm-179 {
        margin-bottom: 179px!important
    }
    .pb-sm-179 {
        padding-bottom: 179px!important
    }
}

@media(min-width:576px) {
    .mb-sm-180 {
        margin-bottom: 180px!important
    }
    .pb-sm-180 {
        padding-bottom: 180px!important
    }
}

@media(min-width:576px) {
    .mb-sm-181 {
        margin-bottom: 181px!important
    }
    .pb-sm-181 {
        padding-bottom: 181px!important
    }
}

@media(min-width:576px) {
    .mb-sm-182 {
        margin-bottom: 182px!important
    }
    .pb-sm-182 {
        padding-bottom: 182px!important
    }
}

@media(min-width:576px) {
    .mb-sm-183 {
        margin-bottom: 183px!important
    }
    .pb-sm-183 {
        padding-bottom: 183px!important
    }
}

@media(min-width:576px) {
    .mb-sm-184 {
        margin-bottom: 184px!important
    }
    .pb-sm-184 {
        padding-bottom: 184px!important
    }
}

@media(min-width:576px) {
    .mb-sm-185 {
        margin-bottom: 185px!important
    }
    .pb-sm-185 {
        padding-bottom: 185px!important
    }
}

@media(min-width:576px) {
    .mb-sm-186 {
        margin-bottom: 186px!important
    }
    .pb-sm-186 {
        padding-bottom: 186px!important
    }
}

@media(min-width:576px) {
    .mb-sm-187 {
        margin-bottom: 187px!important
    }
    .pb-sm-187 {
        padding-bottom: 187px!important
    }
}

@media(min-width:576px) {
    .mb-sm-188 {
        margin-bottom: 188px!important
    }
    .pb-sm-188 {
        padding-bottom: 188px!important
    }
}

@media(min-width:576px) {
    .mb-sm-189 {
        margin-bottom: 189px!important
    }
    .pb-sm-189 {
        padding-bottom: 189px!important
    }
}

@media(min-width:576px) {
    .mb-sm-190 {
        margin-bottom: 190px!important
    }
    .pb-sm-190 {
        padding-bottom: 190px!important
    }
}

@media(min-width:576px) {
    .mb-sm-191 {
        margin-bottom: 191px!important
    }
    .pb-sm-191 {
        padding-bottom: 191px!important
    }
}

@media(min-width:576px) {
    .mb-sm-192 {
        margin-bottom: 192px!important
    }
    .pb-sm-192 {
        padding-bottom: 192px!important
    }
}

@media(min-width:576px) {
    .mb-sm-193 {
        margin-bottom: 193px!important
    }
    .pb-sm-193 {
        padding-bottom: 193px!important
    }
}

@media(min-width:576px) {
    .mb-sm-194 {
        margin-bottom: 194px!important
    }
    .pb-sm-194 {
        padding-bottom: 194px!important
    }
}

@media(min-width:576px) {
    .mb-sm-195 {
        margin-bottom: 195px!important
    }
    .pb-sm-195 {
        padding-bottom: 195px!important
    }
}

@media(min-width:576px) {
    .mb-sm-196 {
        margin-bottom: 196px!important
    }
    .pb-sm-196 {
        padding-bottom: 196px!important
    }
}

@media(min-width:576px) {
    .mb-sm-197 {
        margin-bottom: 197px!important
    }
    .pb-sm-197 {
        padding-bottom: 197px!important
    }
}

@media(min-width:576px) {
    .mb-sm-198 {
        margin-bottom: 198px!important
    }
    .pb-sm-198 {
        padding-bottom: 198px!important
    }
}

@media(min-width:576px) {
    .mb-sm-199 {
        margin-bottom: 199px!important
    }
    .pb-sm-199 {
        padding-bottom: 199px!important
    }
}

@media(min-width:576px) {
    .mb-sm-200 {
        margin-bottom: 200px!important
    }
    .pb-sm-200 {
        padding-bottom: 200px!important
    }
}

@media(min-width:576px) {
    .ml-sm-0 {
        margin-left: 0!important
    }
    .pl-sm-0 {
        padding-left: 0!important
    }
}

@media(min-width:576px) {
    .ml-sm-1 {
        margin-left: 1px!important
    }
    .pl-sm-1 {
        padding-left: 1px!important
    }
}

@media(min-width:576px) {
    .ml-sm-2 {
        margin-left: 2px!important
    }
    .pl-sm-2 {
        padding-left: 2px!important
    }
}

@media(min-width:576px) {
    .ml-sm-3 {
        margin-left: 3px!important
    }
    .pl-sm-3 {
        padding-left: 3px!important
    }
}

@media(min-width:576px) {
    .ml-sm-4 {
        margin-left: 4px!important
    }
    .pl-sm-4 {
        padding-left: 4px!important
    }
}

@media(min-width:576px) {
    .ml-sm-5 {
        margin-left: 5px!important
    }
    .pl-sm-5 {
        padding-left: 5px!important
    }
}

@media(min-width:576px) {
    .ml-sm-6 {
        margin-left: 6px!important
    }
    .pl-sm-6 {
        padding-left: 6px!important
    }
}

@media(min-width:576px) {
    .ml-sm-7 {
        margin-left: 7px!important
    }
    .pl-sm-7 {
        padding-left: 7px!important
    }
}

@media(min-width:576px) {
    .ml-sm-8 {
        margin-left: 8px!important
    }
    .pl-sm-8 {
        padding-left: 8px!important
    }
}

@media(min-width:576px) {
    .ml-sm-9 {
        margin-left: 9px!important
    }
    .pl-sm-9 {
        padding-left: 9px!important
    }
}

@media(min-width:576px) {
    .ml-sm-10 {
        margin-left: 10px!important
    }
    .pl-sm-10 {
        padding-left: 10px!important
    }
}

@media(min-width:576px) {
    .ml-sm-11 {
        margin-left: 11px!important
    }
    .pl-sm-11 {
        padding-left: 11px!important
    }
}

@media(min-width:576px) {
    .ml-sm-12 {
        margin-left: 12px!important
    }
    .pl-sm-12 {
        padding-left: 12px!important
    }
}

@media(min-width:576px) {
    .ml-sm-13 {
        margin-left: 13px!important
    }
    .pl-sm-13 {
        padding-left: 13px!important
    }
}

@media(min-width:576px) {
    .ml-sm-14 {
        margin-left: 14px!important
    }
    .pl-sm-14 {
        padding-left: 14px!important
    }
}

@media(min-width:576px) {
    .ml-sm-15 {
        margin-left: 15px!important
    }
    .pl-sm-15 {
        padding-left: 15px!important
    }
}

@media(min-width:576px) {
    .ml-sm-16 {
        margin-left: 16px!important
    }
    .pl-sm-16 {
        padding-left: 16px!important
    }
}

@media(min-width:576px) {
    .ml-sm-17 {
        margin-left: 17px!important
    }
    .pl-sm-17 {
        padding-left: 17px!important
    }
}

@media(min-width:576px) {
    .ml-sm-18 {
        margin-left: 18px!important
    }
    .pl-sm-18 {
        padding-left: 18px!important
    }
}

@media(min-width:576px) {
    .ml-sm-19 {
        margin-left: 19px!important
    }
    .pl-sm-19 {
        padding-left: 19px!important
    }
}

@media(min-width:576px) {
    .ml-sm-20 {
        margin-left: 20px!important
    }
    .pl-sm-20 {
        padding-left: 20px!important
    }
}

@media(min-width:576px) {
    .ml-sm-21 {
        margin-left: 21px!important
    }
    .pl-sm-21 {
        padding-left: 21px!important
    }
}

@media(min-width:576px) {
    .ml-sm-22 {
        margin-left: 22px!important
    }
    .pl-sm-22 {
        padding-left: 22px!important
    }
}

@media(min-width:576px) {
    .ml-sm-23 {
        margin-left: 23px!important
    }
    .pl-sm-23 {
        padding-left: 23px!important
    }
}

@media(min-width:576px) {
    .ml-sm-24 {
        margin-left: 24px!important
    }
    .pl-sm-24 {
        padding-left: 24px!important
    }
}

@media(min-width:576px) {
    .ml-sm-25 {
        margin-left: 25px!important
    }
    .pl-sm-25 {
        padding-left: 25px!important
    }
}

@media(min-width:576px) {
    .ml-sm-26 {
        margin-left: 26px!important
    }
    .pl-sm-26 {
        padding-left: 26px!important
    }
}

@media(min-width:576px) {
    .ml-sm-27 {
        margin-left: 27px!important
    }
    .pl-sm-27 {
        padding-left: 27px!important
    }
}

@media(min-width:576px) {
    .ml-sm-28 {
        margin-left: 28px!important
    }
    .pl-sm-28 {
        padding-left: 28px!important
    }
}

@media(min-width:576px) {
    .ml-sm-29 {
        margin-left: 29px!important
    }
    .pl-sm-29 {
        padding-left: 29px!important
    }
}

@media(min-width:576px) {
    .ml-sm-30 {
        margin-left: 30px!important
    }
    .pl-sm-30 {
        padding-left: 30px!important
    }
}

@media(min-width:576px) {
    .ml-sm-31 {
        margin-left: 31px!important
    }
    .pl-sm-31 {
        padding-left: 31px!important
    }
}

@media(min-width:576px) {
    .ml-sm-32 {
        margin-left: 32px!important
    }
    .pl-sm-32 {
        padding-left: 32px!important
    }
}

@media(min-width:576px) {
    .ml-sm-33 {
        margin-left: 33px!important
    }
    .pl-sm-33 {
        padding-left: 33px!important
    }
}

@media(min-width:576px) {
    .ml-sm-34 {
        margin-left: 34px!important
    }
    .pl-sm-34 {
        padding-left: 34px!important
    }
}

@media(min-width:576px) {
    .ml-sm-35 {
        margin-left: 35px!important
    }
    .pl-sm-35 {
        padding-left: 35px!important
    }
}

@media(min-width:576px) {
    .ml-sm-36 {
        margin-left: 36px!important
    }
    .pl-sm-36 {
        padding-left: 36px!important
    }
}

@media(min-width:576px) {
    .ml-sm-37 {
        margin-left: 37px!important
    }
    .pl-sm-37 {
        padding-left: 37px!important
    }
}

@media(min-width:576px) {
    .ml-sm-38 {
        margin-left: 38px!important
    }
    .pl-sm-38 {
        padding-left: 38px!important
    }
}

@media(min-width:576px) {
    .ml-sm-39 {
        margin-left: 39px!important
    }
    .pl-sm-39 {
        padding-left: 39px!important
    }
}

@media(min-width:576px) {
    .ml-sm-40 {
        margin-left: 40px!important
    }
    .pl-sm-40 {
        padding-left: 40px!important
    }
}

@media(min-width:576px) {
    .ml-sm-41 {
        margin-left: 41px!important
    }
    .pl-sm-41 {
        padding-left: 41px!important
    }
}

@media(min-width:576px) {
    .ml-sm-42 {
        margin-left: 42px!important
    }
    .pl-sm-42 {
        padding-left: 42px!important
    }
}

@media(min-width:576px) {
    .ml-sm-43 {
        margin-left: 43px!important
    }
    .pl-sm-43 {
        padding-left: 43px!important
    }
}

@media(min-width:576px) {
    .ml-sm-44 {
        margin-left: 44px!important
    }
    .pl-sm-44 {
        padding-left: 44px!important
    }
}

@media(min-width:576px) {
    .ml-sm-45 {
        margin-left: 45px!important
    }
    .pl-sm-45 {
        padding-left: 45px!important
    }
}

@media(min-width:576px) {
    .ml-sm-46 {
        margin-left: 46px!important
    }
    .pl-sm-46 {
        padding-left: 46px!important
    }
}

@media(min-width:576px) {
    .ml-sm-47 {
        margin-left: 47px!important
    }
    .pl-sm-47 {
        padding-left: 47px!important
    }
}

@media(min-width:576px) {
    .ml-sm-48 {
        margin-left: 48px!important
    }
    .pl-sm-48 {
        padding-left: 48px!important
    }
}

@media(min-width:576px) {
    .ml-sm-49 {
        margin-left: 49px!important
    }
    .pl-sm-49 {
        padding-left: 49px!important
    }
}

@media(min-width:576px) {
    .ml-sm-50 {
        margin-left: 50px!important
    }
    .pl-sm-50 {
        padding-left: 50px!important
    }
}

@media(min-width:576px) {
    .ml-sm-51 {
        margin-left: 51px!important
    }
    .pl-sm-51 {
        padding-left: 51px!important
    }
}

@media(min-width:576px) {
    .ml-sm-52 {
        margin-left: 52px!important
    }
    .pl-sm-52 {
        padding-left: 52px!important
    }
}

@media(min-width:576px) {
    .ml-sm-53 {
        margin-left: 53px!important
    }
    .pl-sm-53 {
        padding-left: 53px!important
    }
}

@media(min-width:576px) {
    .ml-sm-54 {
        margin-left: 54px!important
    }
    .pl-sm-54 {
        padding-left: 54px!important
    }
}

@media(min-width:576px) {
    .ml-sm-55 {
        margin-left: 55px!important
    }
    .pl-sm-55 {
        padding-left: 55px!important
    }
}

@media(min-width:576px) {
    .ml-sm-56 {
        margin-left: 56px!important
    }
    .pl-sm-56 {
        padding-left: 56px!important
    }
}

@media(min-width:576px) {
    .ml-sm-57 {
        margin-left: 57px!important
    }
    .pl-sm-57 {
        padding-left: 57px!important
    }
}

@media(min-width:576px) {
    .ml-sm-58 {
        margin-left: 58px!important
    }
    .pl-sm-58 {
        padding-left: 58px!important
    }
}

@media(min-width:576px) {
    .ml-sm-59 {
        margin-left: 59px!important
    }
    .pl-sm-59 {
        padding-left: 59px!important
    }
}

@media(min-width:576px) {
    .ml-sm-60 {
        margin-left: 60px!important
    }
    .pl-sm-60 {
        padding-left: 60px!important
    }
}

@media(min-width:576px) {
    .ml-sm-61 {
        margin-left: 61px!important
    }
    .pl-sm-61 {
        padding-left: 61px!important
    }
}

@media(min-width:576px) {
    .ml-sm-62 {
        margin-left: 62px!important
    }
    .pl-sm-62 {
        padding-left: 62px!important
    }
}

@media(min-width:576px) {
    .ml-sm-63 {
        margin-left: 63px!important
    }
    .pl-sm-63 {
        padding-left: 63px!important
    }
}

@media(min-width:576px) {
    .ml-sm-64 {
        margin-left: 64px!important
    }
    .pl-sm-64 {
        padding-left: 64px!important
    }
}

@media(min-width:576px) {
    .ml-sm-65 {
        margin-left: 65px!important
    }
    .pl-sm-65 {
        padding-left: 65px!important
    }
}

@media(min-width:576px) {
    .ml-sm-66 {
        margin-left: 66px!important
    }
    .pl-sm-66 {
        padding-left: 66px!important
    }
}

@media(min-width:576px) {
    .ml-sm-67 {
        margin-left: 67px!important
    }
    .pl-sm-67 {
        padding-left: 67px!important
    }
}

@media(min-width:576px) {
    .ml-sm-68 {
        margin-left: 68px!important
    }
    .pl-sm-68 {
        padding-left: 68px!important
    }
}

@media(min-width:576px) {
    .ml-sm-69 {
        margin-left: 69px!important
    }
    .pl-sm-69 {
        padding-left: 69px!important
    }
}

@media(min-width:576px) {
    .ml-sm-70 {
        margin-left: 70px!important
    }
    .pl-sm-70 {
        padding-left: 70px!important
    }
}

@media(min-width:576px) {
    .ml-sm-71 {
        margin-left: 71px!important
    }
    .pl-sm-71 {
        padding-left: 71px!important
    }
}

@media(min-width:576px) {
    .ml-sm-72 {
        margin-left: 72px!important
    }
    .pl-sm-72 {
        padding-left: 72px!important
    }
}

@media(min-width:576px) {
    .ml-sm-73 {
        margin-left: 73px!important
    }
    .pl-sm-73 {
        padding-left: 73px!important
    }
}

@media(min-width:576px) {
    .ml-sm-74 {
        margin-left: 74px!important
    }
    .pl-sm-74 {
        padding-left: 74px!important
    }
}

@media(min-width:576px) {
    .ml-sm-75 {
        margin-left: 75px!important
    }
    .pl-sm-75 {
        padding-left: 75px!important
    }
}

@media(min-width:576px) {
    .ml-sm-76 {
        margin-left: 76px!important
    }
    .pl-sm-76 {
        padding-left: 76px!important
    }
}

@media(min-width:576px) {
    .ml-sm-77 {
        margin-left: 77px!important
    }
    .pl-sm-77 {
        padding-left: 77px!important
    }
}

@media(min-width:576px) {
    .ml-sm-78 {
        margin-left: 78px!important
    }
    .pl-sm-78 {
        padding-left: 78px!important
    }
}

@media(min-width:576px) {
    .ml-sm-79 {
        margin-left: 79px!important
    }
    .pl-sm-79 {
        padding-left: 79px!important
    }
}

@media(min-width:576px) {
    .ml-sm-80 {
        margin-left: 80px!important
    }
    .pl-sm-80 {
        padding-left: 80px!important
    }
}

@media(min-width:576px) {
    .ml-sm-81 {
        margin-left: 81px!important
    }
    .pl-sm-81 {
        padding-left: 81px!important
    }
}

@media(min-width:576px) {
    .ml-sm-82 {
        margin-left: 82px!important
    }
    .pl-sm-82 {
        padding-left: 82px!important
    }
}

@media(min-width:576px) {
    .ml-sm-83 {
        margin-left: 83px!important
    }
    .pl-sm-83 {
        padding-left: 83px!important
    }
}

@media(min-width:576px) {
    .ml-sm-84 {
        margin-left: 84px!important
    }
    .pl-sm-84 {
        padding-left: 84px!important
    }
}

@media(min-width:576px) {
    .ml-sm-85 {
        margin-left: 85px!important
    }
    .pl-sm-85 {
        padding-left: 85px!important
    }
}

@media(min-width:576px) {
    .ml-sm-86 {
        margin-left: 86px!important
    }
    .pl-sm-86 {
        padding-left: 86px!important
    }
}

@media(min-width:576px) {
    .ml-sm-87 {
        margin-left: 87px!important
    }
    .pl-sm-87 {
        padding-left: 87px!important
    }
}

@media(min-width:576px) {
    .ml-sm-88 {
        margin-left: 88px!important
    }
    .pl-sm-88 {
        padding-left: 88px!important
    }
}

@media(min-width:576px) {
    .ml-sm-89 {
        margin-left: 89px!important
    }
    .pl-sm-89 {
        padding-left: 89px!important
    }
}

@media(min-width:576px) {
    .ml-sm-90 {
        margin-left: 90px!important
    }
    .pl-sm-90 {
        padding-left: 90px!important
    }
}

@media(min-width:576px) {
    .ml-sm-91 {
        margin-left: 91px!important
    }
    .pl-sm-91 {
        padding-left: 91px!important
    }
}

@media(min-width:576px) {
    .ml-sm-92 {
        margin-left: 92px!important
    }
    .pl-sm-92 {
        padding-left: 92px!important
    }
}

@media(min-width:576px) {
    .ml-sm-93 {
        margin-left: 93px!important
    }
    .pl-sm-93 {
        padding-left: 93px!important
    }
}

@media(min-width:576px) {
    .ml-sm-94 {
        margin-left: 94px!important
    }
    .pl-sm-94 {
        padding-left: 94px!important
    }
}

@media(min-width:576px) {
    .ml-sm-95 {
        margin-left: 95px!important
    }
    .pl-sm-95 {
        padding-left: 95px!important
    }
}

@media(min-width:576px) {
    .ml-sm-96 {
        margin-left: 96px!important
    }
    .pl-sm-96 {
        padding-left: 96px!important
    }
}

@media(min-width:576px) {
    .ml-sm-97 {
        margin-left: 97px!important
    }
    .pl-sm-97 {
        padding-left: 97px!important
    }
}

@media(min-width:576px) {
    .ml-sm-98 {
        margin-left: 98px!important
    }
    .pl-sm-98 {
        padding-left: 98px!important
    }
}

@media(min-width:576px) {
    .ml-sm-99 {
        margin-left: 99px!important
    }
    .pl-sm-99 {
        padding-left: 99px!important
    }
}

@media(min-width:576px) {
    .ml-sm-100 {
        margin-left: 100px!important
    }
    .pl-sm-100 {
        padding-left: 100px!important
    }
}

@media(min-width:576px) {
    .ml-sm-101 {
        margin-left: 101px!important
    }
    .pl-sm-101 {
        padding-left: 101px!important
    }
}

@media(min-width:576px) {
    .ml-sm-102 {
        margin-left: 102px!important
    }
    .pl-sm-102 {
        padding-left: 102px!important
    }
}

@media(min-width:576px) {
    .ml-sm-103 {
        margin-left: 103px!important
    }
    .pl-sm-103 {
        padding-left: 103px!important
    }
}

@media(min-width:576px) {
    .ml-sm-104 {
        margin-left: 104px!important
    }
    .pl-sm-104 {
        padding-left: 104px!important
    }
}

@media(min-width:576px) {
    .ml-sm-105 {
        margin-left: 105px!important
    }
    .pl-sm-105 {
        padding-left: 105px!important
    }
}

@media(min-width:576px) {
    .ml-sm-106 {
        margin-left: 106px!important
    }
    .pl-sm-106 {
        padding-left: 106px!important
    }
}

@media(min-width:576px) {
    .ml-sm-107 {
        margin-left: 107px!important
    }
    .pl-sm-107 {
        padding-left: 107px!important
    }
}

@media(min-width:576px) {
    .ml-sm-108 {
        margin-left: 108px!important
    }
    .pl-sm-108 {
        padding-left: 108px!important
    }
}

@media(min-width:576px) {
    .ml-sm-109 {
        margin-left: 109px!important
    }
    .pl-sm-109 {
        padding-left: 109px!important
    }
}

@media(min-width:576px) {
    .ml-sm-110 {
        margin-left: 110px!important
    }
    .pl-sm-110 {
        padding-left: 110px!important
    }
}

@media(min-width:576px) {
    .ml-sm-111 {
        margin-left: 111px!important
    }
    .pl-sm-111 {
        padding-left: 111px!important
    }
}

@media(min-width:576px) {
    .ml-sm-112 {
        margin-left: 112px!important
    }
    .pl-sm-112 {
        padding-left: 112px!important
    }
}

@media(min-width:576px) {
    .ml-sm-113 {
        margin-left: 113px!important
    }
    .pl-sm-113 {
        padding-left: 113px!important
    }
}

@media(min-width:576px) {
    .ml-sm-114 {
        margin-left: 114px!important
    }
    .pl-sm-114 {
        padding-left: 114px!important
    }
}

@media(min-width:576px) {
    .ml-sm-115 {
        margin-left: 115px!important
    }
    .pl-sm-115 {
        padding-left: 115px!important
    }
}

@media(min-width:576px) {
    .ml-sm-116 {
        margin-left: 116px!important
    }
    .pl-sm-116 {
        padding-left: 116px!important
    }
}

@media(min-width:576px) {
    .ml-sm-117 {
        margin-left: 117px!important
    }
    .pl-sm-117 {
        padding-left: 117px!important
    }
}

@media(min-width:576px) {
    .ml-sm-118 {
        margin-left: 118px!important
    }
    .pl-sm-118 {
        padding-left: 118px!important
    }
}

@media(min-width:576px) {
    .ml-sm-119 {
        margin-left: 119px!important
    }
    .pl-sm-119 {
        padding-left: 119px!important
    }
}

@media(min-width:576px) {
    .ml-sm-120 {
        margin-left: 120px!important
    }
    .pl-sm-120 {
        padding-left: 120px!important
    }
}

@media(min-width:576px) {
    .ml-sm-121 {
        margin-left: 121px!important
    }
    .pl-sm-121 {
        padding-left: 121px!important
    }
}

@media(min-width:576px) {
    .ml-sm-122 {
        margin-left: 122px!important
    }
    .pl-sm-122 {
        padding-left: 122px!important
    }
}

@media(min-width:576px) {
    .ml-sm-123 {
        margin-left: 123px!important
    }
    .pl-sm-123 {
        padding-left: 123px!important
    }
}

@media(min-width:576px) {
    .ml-sm-124 {
        margin-left: 124px!important
    }
    .pl-sm-124 {
        padding-left: 124px!important
    }
}

@media(min-width:576px) {
    .ml-sm-125 {
        margin-left: 125px!important
    }
    .pl-sm-125 {
        padding-left: 125px!important
    }
}

@media(min-width:576px) {
    .ml-sm-126 {
        margin-left: 126px!important
    }
    .pl-sm-126 {
        padding-left: 126px!important
    }
}

@media(min-width:576px) {
    .ml-sm-127 {
        margin-left: 127px!important
    }
    .pl-sm-127 {
        padding-left: 127px!important
    }
}

@media(min-width:576px) {
    .ml-sm-128 {
        margin-left: 128px!important
    }
    .pl-sm-128 {
        padding-left: 128px!important
    }
}

@media(min-width:576px) {
    .ml-sm-129 {
        margin-left: 129px!important
    }
    .pl-sm-129 {
        padding-left: 129px!important
    }
}

@media(min-width:576px) {
    .ml-sm-130 {
        margin-left: 130px!important
    }
    .pl-sm-130 {
        padding-left: 130px!important
    }
}

@media(min-width:576px) {
    .ml-sm-131 {
        margin-left: 131px!important
    }
    .pl-sm-131 {
        padding-left: 131px!important
    }
}

@media(min-width:576px) {
    .ml-sm-132 {
        margin-left: 132px!important
    }
    .pl-sm-132 {
        padding-left: 132px!important
    }
}

@media(min-width:576px) {
    .ml-sm-133 {
        margin-left: 133px!important
    }
    .pl-sm-133 {
        padding-left: 133px!important
    }
}

@media(min-width:576px) {
    .ml-sm-134 {
        margin-left: 134px!important
    }
    .pl-sm-134 {
        padding-left: 134px!important
    }
}

@media(min-width:576px) {
    .ml-sm-135 {
        margin-left: 135px!important
    }
    .pl-sm-135 {
        padding-left: 135px!important
    }
}

@media(min-width:576px) {
    .ml-sm-136 {
        margin-left: 136px!important
    }
    .pl-sm-136 {
        padding-left: 136px!important
    }
}

@media(min-width:576px) {
    .ml-sm-137 {
        margin-left: 137px!important
    }
    .pl-sm-137 {
        padding-left: 137px!important
    }
}

@media(min-width:576px) {
    .ml-sm-138 {
        margin-left: 138px!important
    }
    .pl-sm-138 {
        padding-left: 138px!important
    }
}

@media(min-width:576px) {
    .ml-sm-139 {
        margin-left: 139px!important
    }
    .pl-sm-139 {
        padding-left: 139px!important
    }
}

@media(min-width:576px) {
    .ml-sm-140 {
        margin-left: 140px!important
    }
    .pl-sm-140 {
        padding-left: 140px!important
    }
}

@media(min-width:576px) {
    .ml-sm-141 {
        margin-left: 141px!important
    }
    .pl-sm-141 {
        padding-left: 141px!important
    }
}

@media(min-width:576px) {
    .ml-sm-142 {
        margin-left: 142px!important
    }
    .pl-sm-142 {
        padding-left: 142px!important
    }
}

@media(min-width:576px) {
    .ml-sm-143 {
        margin-left: 143px!important
    }
    .pl-sm-143 {
        padding-left: 143px!important
    }
}

@media(min-width:576px) {
    .ml-sm-144 {
        margin-left: 144px!important
    }
    .pl-sm-144 {
        padding-left: 144px!important
    }
}

@media(min-width:576px) {
    .ml-sm-145 {
        margin-left: 145px!important
    }
    .pl-sm-145 {
        padding-left: 145px!important
    }
}

@media(min-width:576px) {
    .ml-sm-146 {
        margin-left: 146px!important
    }
    .pl-sm-146 {
        padding-left: 146px!important
    }
}

@media(min-width:576px) {
    .ml-sm-147 {
        margin-left: 147px!important
    }
    .pl-sm-147 {
        padding-left: 147px!important
    }
}

@media(min-width:576px) {
    .ml-sm-148 {
        margin-left: 148px!important
    }
    .pl-sm-148 {
        padding-left: 148px!important
    }
}

@media(min-width:576px) {
    .ml-sm-149 {
        margin-left: 149px!important
    }
    .pl-sm-149 {
        padding-left: 149px!important
    }
}

@media(min-width:576px) {
    .ml-sm-150 {
        margin-left: 150px!important
    }
    .pl-sm-150 {
        padding-left: 150px!important
    }
}

@media(min-width:576px) {
    .ml-sm-151 {
        margin-left: 151px!important
    }
    .pl-sm-151 {
        padding-left: 151px!important
    }
}

@media(min-width:576px) {
    .ml-sm-152 {
        margin-left: 152px!important
    }
    .pl-sm-152 {
        padding-left: 152px!important
    }
}

@media(min-width:576px) {
    .ml-sm-153 {
        margin-left: 153px!important
    }
    .pl-sm-153 {
        padding-left: 153px!important
    }
}

@media(min-width:576px) {
    .ml-sm-154 {
        margin-left: 154px!important
    }
    .pl-sm-154 {
        padding-left: 154px!important
    }
}

@media(min-width:576px) {
    .ml-sm-155 {
        margin-left: 155px!important
    }
    .pl-sm-155 {
        padding-left: 155px!important
    }
}

@media(min-width:576px) {
    .ml-sm-156 {
        margin-left: 156px!important
    }
    .pl-sm-156 {
        padding-left: 156px!important
    }
}

@media(min-width:576px) {
    .ml-sm-157 {
        margin-left: 157px!important
    }
    .pl-sm-157 {
        padding-left: 157px!important
    }
}

@media(min-width:576px) {
    .ml-sm-158 {
        margin-left: 158px!important
    }
    .pl-sm-158 {
        padding-left: 158px!important
    }
}

@media(min-width:576px) {
    .ml-sm-159 {
        margin-left: 159px!important
    }
    .pl-sm-159 {
        padding-left: 159px!important
    }
}

@media(min-width:576px) {
    .ml-sm-160 {
        margin-left: 160px!important
    }
    .pl-sm-160 {
        padding-left: 160px!important
    }
}

@media(min-width:576px) {
    .ml-sm-161 {
        margin-left: 161px!important
    }
    .pl-sm-161 {
        padding-left: 161px!important
    }
}

@media(min-width:576px) {
    .ml-sm-162 {
        margin-left: 162px!important
    }
    .pl-sm-162 {
        padding-left: 162px!important
    }
}

@media(min-width:576px) {
    .ml-sm-163 {
        margin-left: 163px!important
    }
    .pl-sm-163 {
        padding-left: 163px!important
    }
}

@media(min-width:576px) {
    .ml-sm-164 {
        margin-left: 164px!important
    }
    .pl-sm-164 {
        padding-left: 164px!important
    }
}

@media(min-width:576px) {
    .ml-sm-165 {
        margin-left: 165px!important
    }
    .pl-sm-165 {
        padding-left: 165px!important
    }
}

@media(min-width:576px) {
    .ml-sm-166 {
        margin-left: 166px!important
    }
    .pl-sm-166 {
        padding-left: 166px!important
    }
}

@media(min-width:576px) {
    .ml-sm-167 {
        margin-left: 167px!important
    }
    .pl-sm-167 {
        padding-left: 167px!important
    }
}

@media(min-width:576px) {
    .ml-sm-168 {
        margin-left: 168px!important
    }
    .pl-sm-168 {
        padding-left: 168px!important
    }
}

@media(min-width:576px) {
    .ml-sm-169 {
        margin-left: 169px!important
    }
    .pl-sm-169 {
        padding-left: 169px!important
    }
}

@media(min-width:576px) {
    .ml-sm-170 {
        margin-left: 170px!important
    }
    .pl-sm-170 {
        padding-left: 170px!important
    }
}

@media(min-width:576px) {
    .ml-sm-171 {
        margin-left: 171px!important
    }
    .pl-sm-171 {
        padding-left: 171px!important
    }
}

@media(min-width:576px) {
    .ml-sm-172 {
        margin-left: 172px!important
    }
    .pl-sm-172 {
        padding-left: 172px!important
    }
}

@media(min-width:576px) {
    .ml-sm-173 {
        margin-left: 173px!important
    }
    .pl-sm-173 {
        padding-left: 173px!important
    }
}

@media(min-width:576px) {
    .ml-sm-174 {
        margin-left: 174px!important
    }
    .pl-sm-174 {
        padding-left: 174px!important
    }
}

@media(min-width:576px) {
    .ml-sm-175 {
        margin-left: 175px!important
    }
    .pl-sm-175 {
        padding-left: 175px!important
    }
}

@media(min-width:576px) {
    .ml-sm-176 {
        margin-left: 176px!important
    }
    .pl-sm-176 {
        padding-left: 176px!important
    }
}

@media(min-width:576px) {
    .ml-sm-177 {
        margin-left: 177px!important
    }
    .pl-sm-177 {
        padding-left: 177px!important
    }
}

@media(min-width:576px) {
    .ml-sm-178 {
        margin-left: 178px!important
    }
    .pl-sm-178 {
        padding-left: 178px!important
    }
}

@media(min-width:576px) {
    .ml-sm-179 {
        margin-left: 179px!important
    }
    .pl-sm-179 {
        padding-left: 179px!important
    }
}

@media(min-width:576px) {
    .ml-sm-180 {
        margin-left: 180px!important
    }
    .pl-sm-180 {
        padding-left: 180px!important
    }
}

@media(min-width:576px) {
    .ml-sm-181 {
        margin-left: 181px!important
    }
    .pl-sm-181 {
        padding-left: 181px!important
    }
}

@media(min-width:576px) {
    .ml-sm-182 {
        margin-left: 182px!important
    }
    .pl-sm-182 {
        padding-left: 182px!important
    }
}

@media(min-width:576px) {
    .ml-sm-183 {
        margin-left: 183px!important
    }
    .pl-sm-183 {
        padding-left: 183px!important
    }
}

@media(min-width:576px) {
    .ml-sm-184 {
        margin-left: 184px!important
    }
    .pl-sm-184 {
        padding-left: 184px!important
    }
}

@media(min-width:576px) {
    .ml-sm-185 {
        margin-left: 185px!important
    }
    .pl-sm-185 {
        padding-left: 185px!important
    }
}

@media(min-width:576px) {
    .ml-sm-186 {
        margin-left: 186px!important
    }
    .pl-sm-186 {
        padding-left: 186px!important
    }
}

@media(min-width:576px) {
    .ml-sm-187 {
        margin-left: 187px!important
    }
    .pl-sm-187 {
        padding-left: 187px!important
    }
}

@media(min-width:576px) {
    .ml-sm-188 {
        margin-left: 188px!important
    }
    .pl-sm-188 {
        padding-left: 188px!important
    }
}

@media(min-width:576px) {
    .ml-sm-189 {
        margin-left: 189px!important
    }
    .pl-sm-189 {
        padding-left: 189px!important
    }
}

@media(min-width:576px) {
    .ml-sm-190 {
        margin-left: 190px!important
    }
    .pl-sm-190 {
        padding-left: 190px!important
    }
}

@media(min-width:576px) {
    .ml-sm-191 {
        margin-left: 191px!important
    }
    .pl-sm-191 {
        padding-left: 191px!important
    }
}

@media(min-width:576px) {
    .ml-sm-192 {
        margin-left: 192px!important
    }
    .pl-sm-192 {
        padding-left: 192px!important
    }
}

@media(min-width:576px) {
    .ml-sm-193 {
        margin-left: 193px!important
    }
    .pl-sm-193 {
        padding-left: 193px!important
    }
}

@media(min-width:576px) {
    .ml-sm-194 {
        margin-left: 194px!important
    }
    .pl-sm-194 {
        padding-left: 194px!important
    }
}

@media(min-width:576px) {
    .ml-sm-195 {
        margin-left: 195px!important
    }
    .pl-sm-195 {
        padding-left: 195px!important
    }
}

@media(min-width:576px) {
    .ml-sm-196 {
        margin-left: 196px!important
    }
    .pl-sm-196 {
        padding-left: 196px!important
    }
}

@media(min-width:576px) {
    .ml-sm-197 {
        margin-left: 197px!important
    }
    .pl-sm-197 {
        padding-left: 197px!important
    }
}

@media(min-width:576px) {
    .ml-sm-198 {
        margin-left: 198px!important
    }
    .pl-sm-198 {
        padding-left: 198px!important
    }
}

@media(min-width:576px) {
    .ml-sm-199 {
        margin-left: 199px!important
    }
    .pl-sm-199 {
        padding-left: 199px!important
    }
}

@media(min-width:576px) {
    .ml-sm-200 {
        margin-left: 200px!important
    }
    .pl-sm-200 {
        padding-left: 200px!important
    }
}

@media(min-width:576px) {
    .mr-sm-0 {
        margin-right: 0!important
    }
    .pr-sm-0 {
        padding-right: 0!important
    }
}

@media(min-width:576px) {
    .mr-sm-1 {
        margin-right: 1px!important
    }
    .pr-sm-1 {
        padding-right: 1px!important
    }
}

@media(min-width:576px) {
    .mr-sm-2 {
        margin-right: 2px!important
    }
    .pr-sm-2 {
        padding-right: 2px!important
    }
}

@media(min-width:576px) {
    .mr-sm-3 {
        margin-right: 3px!important
    }
    .pr-sm-3 {
        padding-right: 3px!important
    }
}

@media(min-width:576px) {
    .mr-sm-4 {
        margin-right: 4px!important
    }
    .pr-sm-4 {
        padding-right: 4px!important
    }
}

@media(min-width:576px) {
    .mr-sm-5 {
        margin-right: 5px!important
    }
    .pr-sm-5 {
        padding-right: 5px!important
    }
}

@media(min-width:576px) {
    .mr-sm-6 {
        margin-right: 6px!important
    }
    .pr-sm-6 {
        padding-right: 6px!important
    }
}

@media(min-width:576px) {
    .mr-sm-7 {
        margin-right: 7px!important
    }
    .pr-sm-7 {
        padding-right: 7px!important
    }
}

@media(min-width:576px) {
    .mr-sm-8 {
        margin-right: 8px!important
    }
    .pr-sm-8 {
        padding-right: 8px!important
    }
}

@media(min-width:576px) {
    .mr-sm-9 {
        margin-right: 9px!important
    }
    .pr-sm-9 {
        padding-right: 9px!important
    }
}

@media(min-width:576px) {
    .mr-sm-10 {
        margin-right: 10px!important
    }
    .pr-sm-10 {
        padding-right: 10px!important
    }
}

@media(min-width:576px) {
    .mr-sm-11 {
        margin-right: 11px!important
    }
    .pr-sm-11 {
        padding-right: 11px!important
    }
}

@media(min-width:576px) {
    .mr-sm-12 {
        margin-right: 12px!important
    }
    .pr-sm-12 {
        padding-right: 12px!important
    }
}

@media(min-width:576px) {
    .mr-sm-13 {
        margin-right: 13px!important
    }
    .pr-sm-13 {
        padding-right: 13px!important
    }
}

@media(min-width:576px) {
    .mr-sm-14 {
        margin-right: 14px!important
    }
    .pr-sm-14 {
        padding-right: 14px!important
    }
}

@media(min-width:576px) {
    .mr-sm-15 {
        margin-right: 15px!important
    }
    .pr-sm-15 {
        padding-right: 15px!important
    }
}

@media(min-width:576px) {
    .mr-sm-16 {
        margin-right: 16px!important
    }
    .pr-sm-16 {
        padding-right: 16px!important
    }
}

@media(min-width:576px) {
    .mr-sm-17 {
        margin-right: 17px!important
    }
    .pr-sm-17 {
        padding-right: 17px!important
    }
}

@media(min-width:576px) {
    .mr-sm-18 {
        margin-right: 18px!important
    }
    .pr-sm-18 {
        padding-right: 18px!important
    }
}

@media(min-width:576px) {
    .mr-sm-19 {
        margin-right: 19px!important
    }
    .pr-sm-19 {
        padding-right: 19px!important
    }
}

@media(min-width:576px) {
    .mr-sm-20 {
        margin-right: 20px!important
    }
    .pr-sm-20 {
        padding-right: 20px!important
    }
}

@media(min-width:576px) {
    .mr-sm-21 {
        margin-right: 21px!important
    }
    .pr-sm-21 {
        padding-right: 21px!important
    }
}

@media(min-width:576px) {
    .mr-sm-22 {
        margin-right: 22px!important
    }
    .pr-sm-22 {
        padding-right: 22px!important
    }
}

@media(min-width:576px) {
    .mr-sm-23 {
        margin-right: 23px!important
    }
    .pr-sm-23 {
        padding-right: 23px!important
    }
}

@media(min-width:576px) {
    .mr-sm-24 {
        margin-right: 24px!important
    }
    .pr-sm-24 {
        padding-right: 24px!important
    }
}

@media(min-width:576px) {
    .mr-sm-25 {
        margin-right: 25px!important
    }
    .pr-sm-25 {
        padding-right: 25px!important
    }
}

@media(min-width:576px) {
    .mr-sm-26 {
        margin-right: 26px!important
    }
    .pr-sm-26 {
        padding-right: 26px!important
    }
}

@media(min-width:576px) {
    .mr-sm-27 {
        margin-right: 27px!important
    }
    .pr-sm-27 {
        padding-right: 27px!important
    }
}

@media(min-width:576px) {
    .mr-sm-28 {
        margin-right: 28px!important
    }
    .pr-sm-28 {
        padding-right: 28px!important
    }
}

@media(min-width:576px) {
    .mr-sm-29 {
        margin-right: 29px!important
    }
    .pr-sm-29 {
        padding-right: 29px!important
    }
}

@media(min-width:576px) {
    .mr-sm-30 {
        margin-right: 30px!important
    }
    .pr-sm-30 {
        padding-right: 30px!important
    }
}

@media(min-width:576px) {
    .mr-sm-31 {
        margin-right: 31px!important
    }
    .pr-sm-31 {
        padding-right: 31px!important
    }
}

@media(min-width:576px) {
    .mr-sm-32 {
        margin-right: 32px!important
    }
    .pr-sm-32 {
        padding-right: 32px!important
    }
}

@media(min-width:576px) {
    .mr-sm-33 {
        margin-right: 33px!important
    }
    .pr-sm-33 {
        padding-right: 33px!important
    }
}

@media(min-width:576px) {
    .mr-sm-34 {
        margin-right: 34px!important
    }
    .pr-sm-34 {
        padding-right: 34px!important
    }
}

@media(min-width:576px) {
    .mr-sm-35 {
        margin-right: 35px!important
    }
    .pr-sm-35 {
        padding-right: 35px!important
    }
}

@media(min-width:576px) {
    .mr-sm-36 {
        margin-right: 36px!important
    }
    .pr-sm-36 {
        padding-right: 36px!important
    }
}

@media(min-width:576px) {
    .mr-sm-37 {
        margin-right: 37px!important
    }
    .pr-sm-37 {
        padding-right: 37px!important
    }
}

@media(min-width:576px) {
    .mr-sm-38 {
        margin-right: 38px!important
    }
    .pr-sm-38 {
        padding-right: 38px!important
    }
}

@media(min-width:576px) {
    .mr-sm-39 {
        margin-right: 39px!important
    }
    .pr-sm-39 {
        padding-right: 39px!important
    }
}

@media(min-width:576px) {
    .mr-sm-40 {
        margin-right: 40px!important
    }
    .pr-sm-40 {
        padding-right: 40px!important
    }
}

@media(min-width:576px) {
    .mr-sm-41 {
        margin-right: 41px!important
    }
    .pr-sm-41 {
        padding-right: 41px!important
    }
}

@media(min-width:576px) {
    .mr-sm-42 {
        margin-right: 42px!important
    }
    .pr-sm-42 {
        padding-right: 42px!important
    }
}

@media(min-width:576px) {
    .mr-sm-43 {
        margin-right: 43px!important
    }
    .pr-sm-43 {
        padding-right: 43px!important
    }
}

@media(min-width:576px) {
    .mr-sm-44 {
        margin-right: 44px!important
    }
    .pr-sm-44 {
        padding-right: 44px!important
    }
}

@media(min-width:576px) {
    .mr-sm-45 {
        margin-right: 45px!important
    }
    .pr-sm-45 {
        padding-right: 45px!important
    }
}

@media(min-width:576px) {
    .mr-sm-46 {
        margin-right: 46px!important
    }
    .pr-sm-46 {
        padding-right: 46px!important
    }
}

@media(min-width:576px) {
    .mr-sm-47 {
        margin-right: 47px!important
    }
    .pr-sm-47 {
        padding-right: 47px!important
    }
}

@media(min-width:576px) {
    .mr-sm-48 {
        margin-right: 48px!important
    }
    .pr-sm-48 {
        padding-right: 48px!important
    }
}

@media(min-width:576px) {
    .mr-sm-49 {
        margin-right: 49px!important
    }
    .pr-sm-49 {
        padding-right: 49px!important
    }
}

@media(min-width:576px) {
    .mr-sm-50 {
        margin-right: 50px!important
    }
    .pr-sm-50 {
        padding-right: 50px!important
    }
}

@media(min-width:576px) {
    .mr-sm-51 {
        margin-right: 51px!important
    }
    .pr-sm-51 {
        padding-right: 51px!important
    }
}

@media(min-width:576px) {
    .mr-sm-52 {
        margin-right: 52px!important
    }
    .pr-sm-52 {
        padding-right: 52px!important
    }
}

@media(min-width:576px) {
    .mr-sm-53 {
        margin-right: 53px!important
    }
    .pr-sm-53 {
        padding-right: 53px!important
    }
}

@media(min-width:576px) {
    .mr-sm-54 {
        margin-right: 54px!important
    }
    .pr-sm-54 {
        padding-right: 54px!important
    }
}

@media(min-width:576px) {
    .mr-sm-55 {
        margin-right: 55px!important
    }
    .pr-sm-55 {
        padding-right: 55px!important
    }
}

@media(min-width:576px) {
    .mr-sm-56 {
        margin-right: 56px!important
    }
    .pr-sm-56 {
        padding-right: 56px!important
    }
}

@media(min-width:576px) {
    .mr-sm-57 {
        margin-right: 57px!important
    }
    .pr-sm-57 {
        padding-right: 57px!important
    }
}

@media(min-width:576px) {
    .mr-sm-58 {
        margin-right: 58px!important
    }
    .pr-sm-58 {
        padding-right: 58px!important
    }
}

@media(min-width:576px) {
    .mr-sm-59 {
        margin-right: 59px!important
    }
    .pr-sm-59 {
        padding-right: 59px!important
    }
}

@media(min-width:576px) {
    .mr-sm-60 {
        margin-right: 60px!important
    }
    .pr-sm-60 {
        padding-right: 60px!important
    }
}

@media(min-width:576px) {
    .mr-sm-61 {
        margin-right: 61px!important
    }
    .pr-sm-61 {
        padding-right: 61px!important
    }
}

@media(min-width:576px) {
    .mr-sm-62 {
        margin-right: 62px!important
    }
    .pr-sm-62 {
        padding-right: 62px!important
    }
}

@media(min-width:576px) {
    .mr-sm-63 {
        margin-right: 63px!important
    }
    .pr-sm-63 {
        padding-right: 63px!important
    }
}

@media(min-width:576px) {
    .mr-sm-64 {
        margin-right: 64px!important
    }
    .pr-sm-64 {
        padding-right: 64px!important
    }
}

@media(min-width:576px) {
    .mr-sm-65 {
        margin-right: 65px!important
    }
    .pr-sm-65 {
        padding-right: 65px!important
    }
}

@media(min-width:576px) {
    .mr-sm-66 {
        margin-right: 66px!important
    }
    .pr-sm-66 {
        padding-right: 66px!important
    }
}

@media(min-width:576px) {
    .mr-sm-67 {
        margin-right: 67px!important
    }
    .pr-sm-67 {
        padding-right: 67px!important
    }
}

@media(min-width:576px) {
    .mr-sm-68 {
        margin-right: 68px!important
    }
    .pr-sm-68 {
        padding-right: 68px!important
    }
}

@media(min-width:576px) {
    .mr-sm-69 {
        margin-right: 69px!important
    }
    .pr-sm-69 {
        padding-right: 69px!important
    }
}

@media(min-width:576px) {
    .mr-sm-70 {
        margin-right: 70px!important
    }
    .pr-sm-70 {
        padding-right: 70px!important
    }
}

@media(min-width:576px) {
    .mr-sm-71 {
        margin-right: 71px!important
    }
    .pr-sm-71 {
        padding-right: 71px!important
    }
}

@media(min-width:576px) {
    .mr-sm-72 {
        margin-right: 72px!important
    }
    .pr-sm-72 {
        padding-right: 72px!important
    }
}

@media(min-width:576px) {
    .mr-sm-73 {
        margin-right: 73px!important
    }
    .pr-sm-73 {
        padding-right: 73px!important
    }
}

@media(min-width:576px) {
    .mr-sm-74 {
        margin-right: 74px!important
    }
    .pr-sm-74 {
        padding-right: 74px!important
    }
}

@media(min-width:576px) {
    .mr-sm-75 {
        margin-right: 75px!important
    }
    .pr-sm-75 {
        padding-right: 75px!important
    }
}

@media(min-width:576px) {
    .mr-sm-76 {
        margin-right: 76px!important
    }
    .pr-sm-76 {
        padding-right: 76px!important
    }
}

@media(min-width:576px) {
    .mr-sm-77 {
        margin-right: 77px!important
    }
    .pr-sm-77 {
        padding-right: 77px!important
    }
}

@media(min-width:576px) {
    .mr-sm-78 {
        margin-right: 78px!important
    }
    .pr-sm-78 {
        padding-right: 78px!important
    }
}

@media(min-width:576px) {
    .mr-sm-79 {
        margin-right: 79px!important
    }
    .pr-sm-79 {
        padding-right: 79px!important
    }
}

@media(min-width:576px) {
    .mr-sm-80 {
        margin-right: 80px!important
    }
    .pr-sm-80 {
        padding-right: 80px!important
    }
}

@media(min-width:576px) {
    .mr-sm-81 {
        margin-right: 81px!important
    }
    .pr-sm-81 {
        padding-right: 81px!important
    }
}

@media(min-width:576px) {
    .mr-sm-82 {
        margin-right: 82px!important
    }
    .pr-sm-82 {
        padding-right: 82px!important
    }
}

@media(min-width:576px) {
    .mr-sm-83 {
        margin-right: 83px!important
    }
    .pr-sm-83 {
        padding-right: 83px!important
    }
}

@media(min-width:576px) {
    .mr-sm-84 {
        margin-right: 84px!important
    }
    .pr-sm-84 {
        padding-right: 84px!important
    }
}

@media(min-width:576px) {
    .mr-sm-85 {
        margin-right: 85px!important
    }
    .pr-sm-85 {
        padding-right: 85px!important
    }
}

@media(min-width:576px) {
    .mr-sm-86 {
        margin-right: 86px!important
    }
    .pr-sm-86 {
        padding-right: 86px!important
    }
}

@media(min-width:576px) {
    .mr-sm-87 {
        margin-right: 87px!important
    }
    .pr-sm-87 {
        padding-right: 87px!important
    }
}

@media(min-width:576px) {
    .mr-sm-88 {
        margin-right: 88px!important
    }
    .pr-sm-88 {
        padding-right: 88px!important
    }
}

@media(min-width:576px) {
    .mr-sm-89 {
        margin-right: 89px!important
    }
    .pr-sm-89 {
        padding-right: 89px!important
    }
}

@media(min-width:576px) {
    .mr-sm-90 {
        margin-right: 90px!important
    }
    .pr-sm-90 {
        padding-right: 90px!important
    }
}

@media(min-width:576px) {
    .mr-sm-91 {
        margin-right: 91px!important
    }
    .pr-sm-91 {
        padding-right: 91px!important
    }
}

@media(min-width:576px) {
    .mr-sm-92 {
        margin-right: 92px!important
    }
    .pr-sm-92 {
        padding-right: 92px!important
    }
}

@media(min-width:576px) {
    .mr-sm-93 {
        margin-right: 93px!important
    }
    .pr-sm-93 {
        padding-right: 93px!important
    }
}

@media(min-width:576px) {
    .mr-sm-94 {
        margin-right: 94px!important
    }
    .pr-sm-94 {
        padding-right: 94px!important
    }
}

@media(min-width:576px) {
    .mr-sm-95 {
        margin-right: 95px!important
    }
    .pr-sm-95 {
        padding-right: 95px!important
    }
}

@media(min-width:576px) {
    .mr-sm-96 {
        margin-right: 96px!important
    }
    .pr-sm-96 {
        padding-right: 96px!important
    }
}

@media(min-width:576px) {
    .mr-sm-97 {
        margin-right: 97px!important
    }
    .pr-sm-97 {
        padding-right: 97px!important
    }
}

@media(min-width:576px) {
    .mr-sm-98 {
        margin-right: 98px!important
    }
    .pr-sm-98 {
        padding-right: 98px!important
    }
}

@media(min-width:576px) {
    .mr-sm-99 {
        margin-right: 99px!important
    }
    .pr-sm-99 {
        padding-right: 99px!important
    }
}

@media(min-width:576px) {
    .mr-sm-100 {
        margin-right: 100px!important
    }
    .pr-sm-100 {
        padding-right: 100px!important
    }
}

@media(min-width:576px) {
    .mr-sm-101 {
        margin-right: 101px!important
    }
    .pr-sm-101 {
        padding-right: 101px!important
    }
}

@media(min-width:576px) {
    .mr-sm-102 {
        margin-right: 102px!important
    }
    .pr-sm-102 {
        padding-right: 102px!important
    }
}

@media(min-width:576px) {
    .mr-sm-103 {
        margin-right: 103px!important
    }
    .pr-sm-103 {
        padding-right: 103px!important
    }
}

@media(min-width:576px) {
    .mr-sm-104 {
        margin-right: 104px!important
    }
    .pr-sm-104 {
        padding-right: 104px!important
    }
}

@media(min-width:576px) {
    .mr-sm-105 {
        margin-right: 105px!important
    }
    .pr-sm-105 {
        padding-right: 105px!important
    }
}

@media(min-width:576px) {
    .mr-sm-106 {
        margin-right: 106px!important
    }
    .pr-sm-106 {
        padding-right: 106px!important
    }
}

@media(min-width:576px) {
    .mr-sm-107 {
        margin-right: 107px!important
    }
    .pr-sm-107 {
        padding-right: 107px!important
    }
}

@media(min-width:576px) {
    .mr-sm-108 {
        margin-right: 108px!important
    }
    .pr-sm-108 {
        padding-right: 108px!important
    }
}

@media(min-width:576px) {
    .mr-sm-109 {
        margin-right: 109px!important
    }
    .pr-sm-109 {
        padding-right: 109px!important
    }
}

@media(min-width:576px) {
    .mr-sm-110 {
        margin-right: 110px!important
    }
    .pr-sm-110 {
        padding-right: 110px!important
    }
}

@media(min-width:576px) {
    .mr-sm-111 {
        margin-right: 111px!important
    }
    .pr-sm-111 {
        padding-right: 111px!important
    }
}

@media(min-width:576px) {
    .mr-sm-112 {
        margin-right: 112px!important
    }
    .pr-sm-112 {
        padding-right: 112px!important
    }
}

@media(min-width:576px) {
    .mr-sm-113 {
        margin-right: 113px!important
    }
    .pr-sm-113 {
        padding-right: 113px!important
    }
}

@media(min-width:576px) {
    .mr-sm-114 {
        margin-right: 114px!important
    }
    .pr-sm-114 {
        padding-right: 114px!important
    }
}

@media(min-width:576px) {
    .mr-sm-115 {
        margin-right: 115px!important
    }
    .pr-sm-115 {
        padding-right: 115px!important
    }
}

@media(min-width:576px) {
    .mr-sm-116 {
        margin-right: 116px!important
    }
    .pr-sm-116 {
        padding-right: 116px!important
    }
}

@media(min-width:576px) {
    .mr-sm-117 {
        margin-right: 117px!important
    }
    .pr-sm-117 {
        padding-right: 117px!important
    }
}

@media(min-width:576px) {
    .mr-sm-118 {
        margin-right: 118px!important
    }
    .pr-sm-118 {
        padding-right: 118px!important
    }
}

@media(min-width:576px) {
    .mr-sm-119 {
        margin-right: 119px!important
    }
    .pr-sm-119 {
        padding-right: 119px!important
    }
}

@media(min-width:576px) {
    .mr-sm-120 {
        margin-right: 120px!important
    }
    .pr-sm-120 {
        padding-right: 120px!important
    }
}

@media(min-width:576px) {
    .mr-sm-121 {
        margin-right: 121px!important
    }
    .pr-sm-121 {
        padding-right: 121px!important
    }
}

@media(min-width:576px) {
    .mr-sm-122 {
        margin-right: 122px!important
    }
    .pr-sm-122 {
        padding-right: 122px!important
    }
}

@media(min-width:576px) {
    .mr-sm-123 {
        margin-right: 123px!important
    }
    .pr-sm-123 {
        padding-right: 123px!important
    }
}

@media(min-width:576px) {
    .mr-sm-124 {
        margin-right: 124px!important
    }
    .pr-sm-124 {
        padding-right: 124px!important
    }
}

@media(min-width:576px) {
    .mr-sm-125 {
        margin-right: 125px!important
    }
    .pr-sm-125 {
        padding-right: 125px!important
    }
}

@media(min-width:576px) {
    .mr-sm-126 {
        margin-right: 126px!important
    }
    .pr-sm-126 {
        padding-right: 126px!important
    }
}

@media(min-width:576px) {
    .mr-sm-127 {
        margin-right: 127px!important
    }
    .pr-sm-127 {
        padding-right: 127px!important
    }
}

@media(min-width:576px) {
    .mr-sm-128 {
        margin-right: 128px!important
    }
    .pr-sm-128 {
        padding-right: 128px!important
    }
}

@media(min-width:576px) {
    .mr-sm-129 {
        margin-right: 129px!important
    }
    .pr-sm-129 {
        padding-right: 129px!important
    }
}

@media(min-width:576px) {
    .mr-sm-130 {
        margin-right: 130px!important
    }
    .pr-sm-130 {
        padding-right: 130px!important
    }
}

@media(min-width:576px) {
    .mr-sm-131 {
        margin-right: 131px!important
    }
    .pr-sm-131 {
        padding-right: 131px!important
    }
}

@media(min-width:576px) {
    .mr-sm-132 {
        margin-right: 132px!important
    }
    .pr-sm-132 {
        padding-right: 132px!important
    }
}

@media(min-width:576px) {
    .mr-sm-133 {
        margin-right: 133px!important
    }
    .pr-sm-133 {
        padding-right: 133px!important
    }
}

@media(min-width:576px) {
    .mr-sm-134 {
        margin-right: 134px!important
    }
    .pr-sm-134 {
        padding-right: 134px!important
    }
}

@media(min-width:576px) {
    .mr-sm-135 {
        margin-right: 135px!important
    }
    .pr-sm-135 {
        padding-right: 135px!important
    }
}

@media(min-width:576px) {
    .mr-sm-136 {
        margin-right: 136px!important
    }
    .pr-sm-136 {
        padding-right: 136px!important
    }
}

@media(min-width:576px) {
    .mr-sm-137 {
        margin-right: 137px!important
    }
    .pr-sm-137 {
        padding-right: 137px!important
    }
}

@media(min-width:576px) {
    .mr-sm-138 {
        margin-right: 138px!important
    }
    .pr-sm-138 {
        padding-right: 138px!important
    }
}

@media(min-width:576px) {
    .mr-sm-139 {
        margin-right: 139px!important
    }
    .pr-sm-139 {
        padding-right: 139px!important
    }
}

@media(min-width:576px) {
    .mr-sm-140 {
        margin-right: 140px!important
    }
    .pr-sm-140 {
        padding-right: 140px!important
    }
}

@media(min-width:576px) {
    .mr-sm-141 {
        margin-right: 141px!important
    }
    .pr-sm-141 {
        padding-right: 141px!important
    }
}

@media(min-width:576px) {
    .mr-sm-142 {
        margin-right: 142px!important
    }
    .pr-sm-142 {
        padding-right: 142px!important
    }
}

@media(min-width:576px) {
    .mr-sm-143 {
        margin-right: 143px!important
    }
    .pr-sm-143 {
        padding-right: 143px!important
    }
}

@media(min-width:576px) {
    .mr-sm-144 {
        margin-right: 144px!important
    }
    .pr-sm-144 {
        padding-right: 144px!important
    }
}

@media(min-width:576px) {
    .mr-sm-145 {
        margin-right: 145px!important
    }
    .pr-sm-145 {
        padding-right: 145px!important
    }
}

@media(min-width:576px) {
    .mr-sm-146 {
        margin-right: 146px!important
    }
    .pr-sm-146 {
        padding-right: 146px!important
    }
}

@media(min-width:576px) {
    .mr-sm-147 {
        margin-right: 147px!important
    }
    .pr-sm-147 {
        padding-right: 147px!important
    }
}

@media(min-width:576px) {
    .mr-sm-148 {
        margin-right: 148px!important
    }
    .pr-sm-148 {
        padding-right: 148px!important
    }
}

@media(min-width:576px) {
    .mr-sm-149 {
        margin-right: 149px!important
    }
    .pr-sm-149 {
        padding-right: 149px!important
    }
}

@media(min-width:576px) {
    .mr-sm-150 {
        margin-right: 150px!important
    }
    .pr-sm-150 {
        padding-right: 150px!important
    }
}

@media(min-width:576px) {
    .mr-sm-151 {
        margin-right: 151px!important
    }
    .pr-sm-151 {
        padding-right: 151px!important
    }
}

@media(min-width:576px) {
    .mr-sm-152 {
        margin-right: 152px!important
    }
    .pr-sm-152 {
        padding-right: 152px!important
    }
}

@media(min-width:576px) {
    .mr-sm-153 {
        margin-right: 153px!important
    }
    .pr-sm-153 {
        padding-right: 153px!important
    }
}

@media(min-width:576px) {
    .mr-sm-154 {
        margin-right: 154px!important
    }
    .pr-sm-154 {
        padding-right: 154px!important
    }
}

@media(min-width:576px) {
    .mr-sm-155 {
        margin-right: 155px!important
    }
    .pr-sm-155 {
        padding-right: 155px!important
    }
}

@media(min-width:576px) {
    .mr-sm-156 {
        margin-right: 156px!important
    }
    .pr-sm-156 {
        padding-right: 156px!important
    }
}

@media(min-width:576px) {
    .mr-sm-157 {
        margin-right: 157px!important
    }
    .pr-sm-157 {
        padding-right: 157px!important
    }
}

@media(min-width:576px) {
    .mr-sm-158 {
        margin-right: 158px!important
    }
    .pr-sm-158 {
        padding-right: 158px!important
    }
}

@media(min-width:576px) {
    .mr-sm-159 {
        margin-right: 159px!important
    }
    .pr-sm-159 {
        padding-right: 159px!important
    }
}

@media(min-width:576px) {
    .mr-sm-160 {
        margin-right: 160px!important
    }
    .pr-sm-160 {
        padding-right: 160px!important
    }
}

@media(min-width:576px) {
    .mr-sm-161 {
        margin-right: 161px!important
    }
    .pr-sm-161 {
        padding-right: 161px!important
    }
}

@media(min-width:576px) {
    .mr-sm-162 {
        margin-right: 162px!important
    }
    .pr-sm-162 {
        padding-right: 162px!important
    }
}

@media(min-width:576px) {
    .mr-sm-163 {
        margin-right: 163px!important
    }
    .pr-sm-163 {
        padding-right: 163px!important
    }
}

@media(min-width:576px) {
    .mr-sm-164 {
        margin-right: 164px!important
    }
    .pr-sm-164 {
        padding-right: 164px!important
    }
}

@media(min-width:576px) {
    .mr-sm-165 {
        margin-right: 165px!important
    }
    .pr-sm-165 {
        padding-right: 165px!important
    }
}

@media(min-width:576px) {
    .mr-sm-166 {
        margin-right: 166px!important
    }
    .pr-sm-166 {
        padding-right: 166px!important
    }
}

@media(min-width:576px) {
    .mr-sm-167 {
        margin-right: 167px!important
    }
    .pr-sm-167 {
        padding-right: 167px!important
    }
}

@media(min-width:576px) {
    .mr-sm-168 {
        margin-right: 168px!important
    }
    .pr-sm-168 {
        padding-right: 168px!important
    }
}

@media(min-width:576px) {
    .mr-sm-169 {
        margin-right: 169px!important
    }
    .pr-sm-169 {
        padding-right: 169px!important
    }
}

@media(min-width:576px) {
    .mr-sm-170 {
        margin-right: 170px!important
    }
    .pr-sm-170 {
        padding-right: 170px!important
    }
}

@media(min-width:576px) {
    .mr-sm-171 {
        margin-right: 171px!important
    }
    .pr-sm-171 {
        padding-right: 171px!important
    }
}

@media(min-width:576px) {
    .mr-sm-172 {
        margin-right: 172px!important
    }
    .pr-sm-172 {
        padding-right: 172px!important
    }
}

@media(min-width:576px) {
    .mr-sm-173 {
        margin-right: 173px!important
    }
    .pr-sm-173 {
        padding-right: 173px!important
    }
}

@media(min-width:576px) {
    .mr-sm-174 {
        margin-right: 174px!important
    }
    .pr-sm-174 {
        padding-right: 174px!important
    }
}

@media(min-width:576px) {
    .mr-sm-175 {
        margin-right: 175px!important
    }
    .pr-sm-175 {
        padding-right: 175px!important
    }
}

@media(min-width:576px) {
    .mr-sm-176 {
        margin-right: 176px!important
    }
    .pr-sm-176 {
        padding-right: 176px!important
    }
}

@media(min-width:576px) {
    .mr-sm-177 {
        margin-right: 177px!important
    }
    .pr-sm-177 {
        padding-right: 177px!important
    }
}

@media(min-width:576px) {
    .mr-sm-178 {
        margin-right: 178px!important
    }
    .pr-sm-178 {
        padding-right: 178px!important
    }
}

@media(min-width:576px) {
    .mr-sm-179 {
        margin-right: 179px!important
    }
    .pr-sm-179 {
        padding-right: 179px!important
    }
}

@media(min-width:576px) {
    .mr-sm-180 {
        margin-right: 180px!important
    }
    .pr-sm-180 {
        padding-right: 180px!important
    }
}

@media(min-width:576px) {
    .mr-sm-181 {
        margin-right: 181px!important
    }
    .pr-sm-181 {
        padding-right: 181px!important
    }
}

@media(min-width:576px) {
    .mr-sm-182 {
        margin-right: 182px!important
    }
    .pr-sm-182 {
        padding-right: 182px!important
    }
}

@media(min-width:576px) {
    .mr-sm-183 {
        margin-right: 183px!important
    }
    .pr-sm-183 {
        padding-right: 183px!important
    }
}

@media(min-width:576px) {
    .mr-sm-184 {
        margin-right: 184px!important
    }
    .pr-sm-184 {
        padding-right: 184px!important
    }
}

@media(min-width:576px) {
    .mr-sm-185 {
        margin-right: 185px!important
    }
    .pr-sm-185 {
        padding-right: 185px!important
    }
}

@media(min-width:576px) {
    .mr-sm-186 {
        margin-right: 186px!important
    }
    .pr-sm-186 {
        padding-right: 186px!important
    }
}

@media(min-width:576px) {
    .mr-sm-187 {
        margin-right: 187px!important
    }
    .pr-sm-187 {
        padding-right: 187px!important
    }
}

@media(min-width:576px) {
    .mr-sm-188 {
        margin-right: 188px!important
    }
    .pr-sm-188 {
        padding-right: 188px!important
    }
}

@media(min-width:576px) {
    .mr-sm-189 {
        margin-right: 189px!important
    }
    .pr-sm-189 {
        padding-right: 189px!important
    }
}

@media(min-width:576px) {
    .mr-sm-190 {
        margin-right: 190px!important
    }
    .pr-sm-190 {
        padding-right: 190px!important
    }
}

@media(min-width:576px) {
    .mr-sm-191 {
        margin-right: 191px!important
    }
    .pr-sm-191 {
        padding-right: 191px!important
    }
}

@media(min-width:576px) {
    .mr-sm-192 {
        margin-right: 192px!important
    }
    .pr-sm-192 {
        padding-right: 192px!important
    }
}

@media(min-width:576px) {
    .mr-sm-193 {
        margin-right: 193px!important
    }
    .pr-sm-193 {
        padding-right: 193px!important
    }
}

@media(min-width:576px) {
    .mr-sm-194 {
        margin-right: 194px!important
    }
    .pr-sm-194 {
        padding-right: 194px!important
    }
}

@media(min-width:576px) {
    .mr-sm-195 {
        margin-right: 195px!important
    }
    .pr-sm-195 {
        padding-right: 195px!important
    }
}

@media(min-width:576px) {
    .mr-sm-196 {
        margin-right: 196px!important
    }
    .pr-sm-196 {
        padding-right: 196px!important
    }
}

@media(min-width:576px) {
    .mr-sm-197 {
        margin-right: 197px!important
    }
    .pr-sm-197 {
        padding-right: 197px!important
    }
}

@media(min-width:576px) {
    .mr-sm-198 {
        margin-right: 198px!important
    }
    .pr-sm-198 {
        padding-right: 198px!important
    }
}

@media(min-width:576px) {
    .mr-sm-199 {
        margin-right: 199px!important
    }
    .pr-sm-199 {
        padding-right: 199px!important
    }
}

@media(min-width:576px) {
    .mr-sm-200 {
        margin-right: 200px!important
    }
    .pr-sm-200 {
        padding-right: 200px!important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .p-md-0 {
        padding: 0!important
    }
}

@media(min-width:768px) {
    .m-md-1 {
        margin: 1px!important
    }
    .p-md-1 {
        padding: 1px!important
    }
}

@media(min-width:768px) {
    .m-md-2 {
        margin: 2px!important
    }
    .p-md-2 {
        padding: 2px!important
    }
}

@media(min-width:768px) {
    .m-md-3 {
        margin: 3px!important
    }
    .p-md-3 {
        padding: 3px!important
    }
}

@media(min-width:768px) {
    .m-md-4 {
        margin: 4px!important
    }
    .p-md-4 {
        padding: 4px!important
    }
}

@media(min-width:768px) {
    .m-md-5 {
        margin: 5px!important
    }
    .p-md-5 {
        padding: 5px!important
    }
}

@media(min-width:768px) {
    .m-md-6 {
        margin: 6px!important
    }
    .p-md-6 {
        padding: 6px!important
    }
}

@media(min-width:768px) {
    .m-md-7 {
        margin: 7px!important
    }
    .p-md-7 {
        padding: 7px!important
    }
}

@media(min-width:768px) {
    .m-md-8 {
        margin: 8px!important
    }
    .p-md-8 {
        padding: 8px!important
    }
}

@media(min-width:768px) {
    .m-md-9 {
        margin: 9px!important
    }
    .p-md-9 {
        padding: 9px!important
    }
}

@media(min-width:768px) {
    .m-md-10 {
        margin: 10px!important
    }
    .p-md-10 {
        padding: 10px!important
    }
}

@media(min-width:768px) {
    .m-md-11 {
        margin: 11px!important
    }
    .p-md-11 {
        padding: 11px!important
    }
}

@media(min-width:768px) {
    .m-md-12 {
        margin: 12px!important
    }
    .p-md-12 {
        padding: 12px!important
    }
}

@media(min-width:768px) {
    .m-md-13 {
        margin: 13px!important
    }
    .p-md-13 {
        padding: 13px!important
    }
}

@media(min-width:768px) {
    .m-md-14 {
        margin: 14px!important
    }
    .p-md-14 {
        padding: 14px!important
    }
}

@media(min-width:768px) {
    .m-md-15 {
        margin: 15px!important
    }
    .p-md-15 {
        padding: 15px!important
    }
}

@media(min-width:768px) {
    .m-md-16 {
        margin: 16px!important
    }
    .p-md-16 {
        padding: 16px!important
    }
}

@media(min-width:768px) {
    .m-md-17 {
        margin: 17px!important
    }
    .p-md-17 {
        padding: 17px!important
    }
}

@media(min-width:768px) {
    .m-md-18 {
        margin: 18px!important
    }
    .p-md-18 {
        padding: 18px!important
    }
}

@media(min-width:768px) {
    .m-md-19 {
        margin: 19px!important
    }
    .p-md-19 {
        padding: 19px!important
    }
}

@media(min-width:768px) {
    .m-md-20 {
        margin: 20px!important
    }
    .p-md-20 {
        padding: 20px!important
    }
}

@media(min-width:768px) {
    .m-md-21 {
        margin: 21px!important
    }
    .p-md-21 {
        padding: 21px!important
    }
}

@media(min-width:768px) {
    .m-md-22 {
        margin: 22px!important
    }
    .p-md-22 {
        padding: 22px!important
    }
}

@media(min-width:768px) {
    .m-md-23 {
        margin: 23px!important
    }
    .p-md-23 {
        padding: 23px!important
    }
}

@media(min-width:768px) {
    .m-md-24 {
        margin: 24px!important
    }
    .p-md-24 {
        padding: 24px!important
    }
}

@media(min-width:768px) {
    .m-md-25 {
        margin: 25px!important
    }
    .p-md-25 {
        padding: 25px!important
    }
}

@media(min-width:768px) {
    .m-md-26 {
        margin: 26px!important
    }
    .p-md-26 {
        padding: 26px!important
    }
}

@media(min-width:768px) {
    .m-md-27 {
        margin: 27px!important
    }
    .p-md-27 {
        padding: 27px!important
    }
}

@media(min-width:768px) {
    .m-md-28 {
        margin: 28px!important
    }
    .p-md-28 {
        padding: 28px!important
    }
}

@media(min-width:768px) {
    .m-md-29 {
        margin: 29px!important
    }
    .p-md-29 {
        padding: 29px!important
    }
}

@media(min-width:768px) {
    .m-md-30 {
        margin: 30px!important
    }
    .p-md-30 {
        padding: 30px!important
    }
}

@media(min-width:768px) {
    .m-md-31 {
        margin: 31px!important
    }
    .p-md-31 {
        padding: 31px!important
    }
}

@media(min-width:768px) {
    .m-md-32 {
        margin: 32px!important
    }
    .p-md-32 {
        padding: 32px!important
    }
}

@media(min-width:768px) {
    .m-md-33 {
        margin: 33px!important
    }
    .p-md-33 {
        padding: 33px!important
    }
}

@media(min-width:768px) {
    .m-md-34 {
        margin: 34px!important
    }
    .p-md-34 {
        padding: 34px!important
    }
}

@media(min-width:768px) {
    .m-md-35 {
        margin: 35px!important
    }
    .p-md-35 {
        padding: 35px!important
    }
}

@media(min-width:768px) {
    .m-md-36 {
        margin: 36px!important
    }
    .p-md-36 {
        padding: 36px!important
    }
}

@media(min-width:768px) {
    .m-md-37 {
        margin: 37px!important
    }
    .p-md-37 {
        padding: 37px!important
    }
}

@media(min-width:768px) {
    .m-md-38 {
        margin: 38px!important
    }
    .p-md-38 {
        padding: 38px!important
    }
}

@media(min-width:768px) {
    .m-md-39 {
        margin: 39px!important
    }
    .p-md-39 {
        padding: 39px!important
    }
}

@media(min-width:768px) {
    .m-md-40 {
        margin: 40px!important
    }
    .p-md-40 {
        padding: 40px!important
    }
}

@media(min-width:768px) {
    .m-md-41 {
        margin: 41px!important
    }
    .p-md-41 {
        padding: 41px!important
    }
}

@media(min-width:768px) {
    .m-md-42 {
        margin: 42px!important
    }
    .p-md-42 {
        padding: 42px!important
    }
}

@media(min-width:768px) {
    .m-md-43 {
        margin: 43px!important
    }
    .p-md-43 {
        padding: 43px!important
    }
}

@media(min-width:768px) {
    .m-md-44 {
        margin: 44px!important
    }
    .p-md-44 {
        padding: 44px!important
    }
}

@media(min-width:768px) {
    .m-md-45 {
        margin: 45px!important
    }
    .p-md-45 {
        padding: 45px!important
    }
}

@media(min-width:768px) {
    .m-md-46 {
        margin: 46px!important
    }
    .p-md-46 {
        padding: 46px!important
    }
}

@media(min-width:768px) {
    .m-md-47 {
        margin: 47px!important
    }
    .p-md-47 {
        padding: 47px!important
    }
}

@media(min-width:768px) {
    .m-md-48 {
        margin: 48px!important
    }
    .p-md-48 {
        padding: 48px!important
    }
}

@media(min-width:768px) {
    .m-md-49 {
        margin: 49px!important
    }
    .p-md-49 {
        padding: 49px!important
    }
}

@media(min-width:768px) {
    .m-md-50 {
        margin: 50px!important
    }
    .p-md-50 {
        padding: 50px!important
    }
}

@media(min-width:768px) {
    .m-md-51 {
        margin: 51px!important
    }
    .p-md-51 {
        padding: 51px!important
    }
}

@media(min-width:768px) {
    .m-md-52 {
        margin: 52px!important
    }
    .p-md-52 {
        padding: 52px!important
    }
}

@media(min-width:768px) {
    .m-md-53 {
        margin: 53px!important
    }
    .p-md-53 {
        padding: 53px!important
    }
}

@media(min-width:768px) {
    .m-md-54 {
        margin: 54px!important
    }
    .p-md-54 {
        padding: 54px!important
    }
}

@media(min-width:768px) {
    .m-md-55 {
        margin: 55px!important
    }
    .p-md-55 {
        padding: 55px!important
    }
}

@media(min-width:768px) {
    .m-md-56 {
        margin: 56px!important
    }
    .p-md-56 {
        padding: 56px!important
    }
}

@media(min-width:768px) {
    .m-md-57 {
        margin: 57px!important
    }
    .p-md-57 {
        padding: 57px!important
    }
}

@media(min-width:768px) {
    .m-md-58 {
        margin: 58px!important
    }
    .p-md-58 {
        padding: 58px!important
    }
}

@media(min-width:768px) {
    .m-md-59 {
        margin: 59px!important
    }
    .p-md-59 {
        padding: 59px!important
    }
}

@media(min-width:768px) {
    .m-md-60 {
        margin: 60px!important
    }
    .p-md-60 {
        padding: 60px!important
    }
}

@media(min-width:768px) {
    .m-md-61 {
        margin: 61px!important
    }
    .p-md-61 {
        padding: 61px!important
    }
}

@media(min-width:768px) {
    .m-md-62 {
        margin: 62px!important
    }
    .p-md-62 {
        padding: 62px!important
    }
}

@media(min-width:768px) {
    .m-md-63 {
        margin: 63px!important
    }
    .p-md-63 {
        padding: 63px!important
    }
}

@media(min-width:768px) {
    .m-md-64 {
        margin: 64px!important
    }
    .p-md-64 {
        padding: 64px!important
    }
}

@media(min-width:768px) {
    .m-md-65 {
        margin: 65px!important
    }
    .p-md-65 {
        padding: 65px!important
    }
}

@media(min-width:768px) {
    .m-md-66 {
        margin: 66px!important
    }
    .p-md-66 {
        padding: 66px!important
    }
}

@media(min-width:768px) {
    .m-md-67 {
        margin: 67px!important
    }
    .p-md-67 {
        padding: 67px!important
    }
}

@media(min-width:768px) {
    .m-md-68 {
        margin: 68px!important
    }
    .p-md-68 {
        padding: 68px!important
    }
}

@media(min-width:768px) {
    .m-md-69 {
        margin: 69px!important
    }
    .p-md-69 {
        padding: 69px!important
    }
}

@media(min-width:768px) {
    .m-md-70 {
        margin: 70px!important
    }
    .p-md-70 {
        padding: 70px!important
    }
}

@media(min-width:768px) {
    .m-md-71 {
        margin: 71px!important
    }
    .p-md-71 {
        padding: 71px!important
    }
}

@media(min-width:768px) {
    .m-md-72 {
        margin: 72px!important
    }
    .p-md-72 {
        padding: 72px!important
    }
}

@media(min-width:768px) {
    .m-md-73 {
        margin: 73px!important
    }
    .p-md-73 {
        padding: 73px!important
    }
}

@media(min-width:768px) {
    .m-md-74 {
        margin: 74px!important
    }
    .p-md-74 {
        padding: 74px!important
    }
}

@media(min-width:768px) {
    .m-md-75 {
        margin: 75px!important
    }
    .p-md-75 {
        padding: 75px!important
    }
}

@media(min-width:768px) {
    .m-md-76 {
        margin: 76px!important
    }
    .p-md-76 {
        padding: 76px!important
    }
}

@media(min-width:768px) {
    .m-md-77 {
        margin: 77px!important
    }
    .p-md-77 {
        padding: 77px!important
    }
}

@media(min-width:768px) {
    .m-md-78 {
        margin: 78px!important
    }
    .p-md-78 {
        padding: 78px!important
    }
}

@media(min-width:768px) {
    .m-md-79 {
        margin: 79px!important
    }
    .p-md-79 {
        padding: 79px!important
    }
}

@media(min-width:768px) {
    .m-md-80 {
        margin: 80px!important
    }
    .p-md-80 {
        padding: 80px!important
    }
}

@media(min-width:768px) {
    .m-md-81 {
        margin: 81px!important
    }
    .p-md-81 {
        padding: 81px!important
    }
}

@media(min-width:768px) {
    .m-md-82 {
        margin: 82px!important
    }
    .p-md-82 {
        padding: 82px!important
    }
}

@media(min-width:768px) {
    .m-md-83 {
        margin: 83px!important
    }
    .p-md-83 {
        padding: 83px!important
    }
}

@media(min-width:768px) {
    .m-md-84 {
        margin: 84px!important
    }
    .p-md-84 {
        padding: 84px!important
    }
}

@media(min-width:768px) {
    .m-md-85 {
        margin: 85px!important
    }
    .p-md-85 {
        padding: 85px!important
    }
}

@media(min-width:768px) {
    .m-md-86 {
        margin: 86px!important
    }
    .p-md-86 {
        padding: 86px!important
    }
}

@media(min-width:768px) {
    .m-md-87 {
        margin: 87px!important
    }
    .p-md-87 {
        padding: 87px!important
    }
}

@media(min-width:768px) {
    .m-md-88 {
        margin: 88px!important
    }
    .p-md-88 {
        padding: 88px!important
    }
}

@media(min-width:768px) {
    .m-md-89 {
        margin: 89px!important
    }
    .p-md-89 {
        padding: 89px!important
    }
}

@media(min-width:768px) {
    .m-md-90 {
        margin: 90px!important
    }
    .p-md-90 {
        padding: 90px!important
    }
}

@media(min-width:768px) {
    .m-md-91 {
        margin: 91px!important
    }
    .p-md-91 {
        padding: 91px!important
    }
}

@media(min-width:768px) {
    .m-md-92 {
        margin: 92px!important
    }
    .p-md-92 {
        padding: 92px!important
    }
}

@media(min-width:768px) {
    .m-md-93 {
        margin: 93px!important
    }
    .p-md-93 {
        padding: 93px!important
    }
}

@media(min-width:768px) {
    .m-md-94 {
        margin: 94px!important
    }
    .p-md-94 {
        padding: 94px!important
    }
}

@media(min-width:768px) {
    .m-md-95 {
        margin: 95px!important
    }
    .p-md-95 {
        padding: 95px!important
    }
}

@media(min-width:768px) {
    .m-md-96 {
        margin: 96px!important
    }
    .p-md-96 {
        padding: 96px!important
    }
}

@media(min-width:768px) {
    .m-md-97 {
        margin: 97px!important
    }
    .p-md-97 {
        padding: 97px!important
    }
}

@media(min-width:768px) {
    .m-md-98 {
        margin: 98px!important
    }
    .p-md-98 {
        padding: 98px!important
    }
}

@media(min-width:768px) {
    .m-md-99 {
        margin: 99px!important
    }
    .p-md-99 {
        padding: 99px!important
    }
}

@media(min-width:768px) {
    .m-md-100 {
        margin: 100px!important
    }
    .p-md-100 {
        padding: 100px!important
    }
}

@media(min-width:768px) {
    .m-md-101 {
        margin: 101px!important
    }
    .p-md-101 {
        padding: 101px!important
    }
}

@media(min-width:768px) {
    .m-md-102 {
        margin: 102px!important
    }
    .p-md-102 {
        padding: 102px!important
    }
}

@media(min-width:768px) {
    .m-md-103 {
        margin: 103px!important
    }
    .p-md-103 {
        padding: 103px!important
    }
}

@media(min-width:768px) {
    .m-md-104 {
        margin: 104px!important
    }
    .p-md-104 {
        padding: 104px!important
    }
}

@media(min-width:768px) {
    .m-md-105 {
        margin: 105px!important
    }
    .p-md-105 {
        padding: 105px!important
    }
}

@media(min-width:768px) {
    .m-md-106 {
        margin: 106px!important
    }
    .p-md-106 {
        padding: 106px!important
    }
}

@media(min-width:768px) {
    .m-md-107 {
        margin: 107px!important
    }
    .p-md-107 {
        padding: 107px!important
    }
}

@media(min-width:768px) {
    .m-md-108 {
        margin: 108px!important
    }
    .p-md-108 {
        padding: 108px!important
    }
}

@media(min-width:768px) {
    .m-md-109 {
        margin: 109px!important
    }
    .p-md-109 {
        padding: 109px!important
    }
}

@media(min-width:768px) {
    .m-md-110 {
        margin: 110px!important
    }
    .p-md-110 {
        padding: 110px!important
    }
}

@media(min-width:768px) {
    .m-md-111 {
        margin: 111px!important
    }
    .p-md-111 {
        padding: 111px!important
    }
}

@media(min-width:768px) {
    .m-md-112 {
        margin: 112px!important
    }
    .p-md-112 {
        padding: 112px!important
    }
}

@media(min-width:768px) {
    .m-md-113 {
        margin: 113px!important
    }
    .p-md-113 {
        padding: 113px!important
    }
}

@media(min-width:768px) {
    .m-md-114 {
        margin: 114px!important
    }
    .p-md-114 {
        padding: 114px!important
    }
}

@media(min-width:768px) {
    .m-md-115 {
        margin: 115px!important
    }
    .p-md-115 {
        padding: 115px!important
    }
}

@media(min-width:768px) {
    .m-md-116 {
        margin: 116px!important
    }
    .p-md-116 {
        padding: 116px!important
    }
}

@media(min-width:768px) {
    .m-md-117 {
        margin: 117px!important
    }
    .p-md-117 {
        padding: 117px!important
    }
}

@media(min-width:768px) {
    .m-md-118 {
        margin: 118px!important
    }
    .p-md-118 {
        padding: 118px!important
    }
}

@media(min-width:768px) {
    .m-md-119 {
        margin: 119px!important
    }
    .p-md-119 {
        padding: 119px!important
    }
}

@media(min-width:768px) {
    .m-md-120 {
        margin: 120px!important
    }
    .p-md-120 {
        padding: 120px!important
    }
}

@media(min-width:768px) {
    .m-md-121 {
        margin: 121px!important
    }
    .p-md-121 {
        padding: 121px!important
    }
}

@media(min-width:768px) {
    .m-md-122 {
        margin: 122px!important
    }
    .p-md-122 {
        padding: 122px!important
    }
}

@media(min-width:768px) {
    .m-md-123 {
        margin: 123px!important
    }
    .p-md-123 {
        padding: 123px!important
    }
}

@media(min-width:768px) {
    .m-md-124 {
        margin: 124px!important
    }
    .p-md-124 {
        padding: 124px!important
    }
}

@media(min-width:768px) {
    .m-md-125 {
        margin: 125px!important
    }
    .p-md-125 {
        padding: 125px!important
    }
}

@media(min-width:768px) {
    .m-md-126 {
        margin: 126px!important
    }
    .p-md-126 {
        padding: 126px!important
    }
}

@media(min-width:768px) {
    .m-md-127 {
        margin: 127px!important
    }
    .p-md-127 {
        padding: 127px!important
    }
}

@media(min-width:768px) {
    .m-md-128 {
        margin: 128px!important
    }
    .p-md-128 {
        padding: 128px!important
    }
}

@media(min-width:768px) {
    .m-md-129 {
        margin: 129px!important
    }
    .p-md-129 {
        padding: 129px!important
    }
}

@media(min-width:768px) {
    .m-md-130 {
        margin: 130px!important
    }
    .p-md-130 {
        padding: 130px!important
    }
}

@media(min-width:768px) {
    .m-md-131 {
        margin: 131px!important
    }
    .p-md-131 {
        padding: 131px!important
    }
}

@media(min-width:768px) {
    .m-md-132 {
        margin: 132px!important
    }
    .p-md-132 {
        padding: 132px!important
    }
}

@media(min-width:768px) {
    .m-md-133 {
        margin: 133px!important
    }
    .p-md-133 {
        padding: 133px!important
    }
}

@media(min-width:768px) {
    .m-md-134 {
        margin: 134px!important
    }
    .p-md-134 {
        padding: 134px!important
    }
}

@media(min-width:768px) {
    .m-md-135 {
        margin: 135px!important
    }
    .p-md-135 {
        padding: 135px!important
    }
}

@media(min-width:768px) {
    .m-md-136 {
        margin: 136px!important
    }
    .p-md-136 {
        padding: 136px!important
    }
}

@media(min-width:768px) {
    .m-md-137 {
        margin: 137px!important
    }
    .p-md-137 {
        padding: 137px!important
    }
}

@media(min-width:768px) {
    .m-md-138 {
        margin: 138px!important
    }
    .p-md-138 {
        padding: 138px!important
    }
}

@media(min-width:768px) {
    .m-md-139 {
        margin: 139px!important
    }
    .p-md-139 {
        padding: 139px!important
    }
}

@media(min-width:768px) {
    .m-md-140 {
        margin: 140px!important
    }
    .p-md-140 {
        padding: 140px!important
    }
}

@media(min-width:768px) {
    .m-md-141 {
        margin: 141px!important
    }
    .p-md-141 {
        padding: 141px!important
    }
}

@media(min-width:768px) {
    .m-md-142 {
        margin: 142px!important
    }
    .p-md-142 {
        padding: 142px!important
    }
}

@media(min-width:768px) {
    .m-md-143 {
        margin: 143px!important
    }
    .p-md-143 {
        padding: 143px!important
    }
}

@media(min-width:768px) {
    .m-md-144 {
        margin: 144px!important
    }
    .p-md-144 {
        padding: 144px!important
    }
}

@media(min-width:768px) {
    .m-md-145 {
        margin: 145px!important
    }
    .p-md-145 {
        padding: 145px!important
    }
}

@media(min-width:768px) {
    .m-md-146 {
        margin: 146px!important
    }
    .p-md-146 {
        padding: 146px!important
    }
}

@media(min-width:768px) {
    .m-md-147 {
        margin: 147px!important
    }
    .p-md-147 {
        padding: 147px!important
    }
}

@media(min-width:768px) {
    .m-md-148 {
        margin: 148px!important
    }
    .p-md-148 {
        padding: 148px!important
    }
}

@media(min-width:768px) {
    .m-md-149 {
        margin: 149px!important
    }
    .p-md-149 {
        padding: 149px!important
    }
}

@media(min-width:768px) {
    .m-md-150 {
        margin: 150px!important
    }
    .p-md-150 {
        padding: 150px!important
    }
}

@media(min-width:768px) {
    .m-md-151 {
        margin: 151px!important
    }
    .p-md-151 {
        padding: 151px!important
    }
}

@media(min-width:768px) {
    .m-md-152 {
        margin: 152px!important
    }
    .p-md-152 {
        padding: 152px!important
    }
}

@media(min-width:768px) {
    .m-md-153 {
        margin: 153px!important
    }
    .p-md-153 {
        padding: 153px!important
    }
}

@media(min-width:768px) {
    .m-md-154 {
        margin: 154px!important
    }
    .p-md-154 {
        padding: 154px!important
    }
}

@media(min-width:768px) {
    .m-md-155 {
        margin: 155px!important
    }
    .p-md-155 {
        padding: 155px!important
    }
}

@media(min-width:768px) {
    .m-md-156 {
        margin: 156px!important
    }
    .p-md-156 {
        padding: 156px!important
    }
}

@media(min-width:768px) {
    .m-md-157 {
        margin: 157px!important
    }
    .p-md-157 {
        padding: 157px!important
    }
}

@media(min-width:768px) {
    .m-md-158 {
        margin: 158px!important
    }
    .p-md-158 {
        padding: 158px!important
    }
}

@media(min-width:768px) {
    .m-md-159 {
        margin: 159px!important
    }
    .p-md-159 {
        padding: 159px!important
    }
}

@media(min-width:768px) {
    .m-md-160 {
        margin: 160px!important
    }
    .p-md-160 {
        padding: 160px!important
    }
}

@media(min-width:768px) {
    .m-md-161 {
        margin: 161px!important
    }
    .p-md-161 {
        padding: 161px!important
    }
}

@media(min-width:768px) {
    .m-md-162 {
        margin: 162px!important
    }
    .p-md-162 {
        padding: 162px!important
    }
}

@media(min-width:768px) {
    .m-md-163 {
        margin: 163px!important
    }
    .p-md-163 {
        padding: 163px!important
    }
}

@media(min-width:768px) {
    .m-md-164 {
        margin: 164px!important
    }
    .p-md-164 {
        padding: 164px!important
    }
}

@media(min-width:768px) {
    .m-md-165 {
        margin: 165px!important
    }
    .p-md-165 {
        padding: 165px!important
    }
}

@media(min-width:768px) {
    .m-md-166 {
        margin: 166px!important
    }
    .p-md-166 {
        padding: 166px!important
    }
}

@media(min-width:768px) {
    .m-md-167 {
        margin: 167px!important
    }
    .p-md-167 {
        padding: 167px!important
    }
}

@media(min-width:768px) {
    .m-md-168 {
        margin: 168px!important
    }
    .p-md-168 {
        padding: 168px!important
    }
}

@media(min-width:768px) {
    .m-md-169 {
        margin: 169px!important
    }
    .p-md-169 {
        padding: 169px!important
    }
}

@media(min-width:768px) {
    .m-md-170 {
        margin: 170px!important
    }
    .p-md-170 {
        padding: 170px!important
    }
}

@media(min-width:768px) {
    .m-md-171 {
        margin: 171px!important
    }
    .p-md-171 {
        padding: 171px!important
    }
}

@media(min-width:768px) {
    .m-md-172 {
        margin: 172px!important
    }
    .p-md-172 {
        padding: 172px!important
    }
}

@media(min-width:768px) {
    .m-md-173 {
        margin: 173px!important
    }
    .p-md-173 {
        padding: 173px!important
    }
}

@media(min-width:768px) {
    .m-md-174 {
        margin: 174px!important
    }
    .p-md-174 {
        padding: 174px!important
    }
}

@media(min-width:768px) {
    .m-md-175 {
        margin: 175px!important
    }
    .p-md-175 {
        padding: 175px!important
    }
}

@media(min-width:768px) {
    .m-md-176 {
        margin: 176px!important
    }
    .p-md-176 {
        padding: 176px!important
    }
}

@media(min-width:768px) {
    .m-md-177 {
        margin: 177px!important
    }
    .p-md-177 {
        padding: 177px!important
    }
}

@media(min-width:768px) {
    .m-md-178 {
        margin: 178px!important
    }
    .p-md-178 {
        padding: 178px!important
    }
}

@media(min-width:768px) {
    .m-md-179 {
        margin: 179px!important
    }
    .p-md-179 {
        padding: 179px!important
    }
}

@media(min-width:768px) {
    .m-md-180 {
        margin: 180px!important
    }
    .p-md-180 {
        padding: 180px!important
    }
}

@media(min-width:768px) {
    .m-md-181 {
        margin: 181px!important
    }
    .p-md-181 {
        padding: 181px!important
    }
}

@media(min-width:768px) {
    .m-md-182 {
        margin: 182px!important
    }
    .p-md-182 {
        padding: 182px!important
    }
}

@media(min-width:768px) {
    .m-md-183 {
        margin: 183px!important
    }
    .p-md-183 {
        padding: 183px!important
    }
}

@media(min-width:768px) {
    .m-md-184 {
        margin: 184px!important
    }
    .p-md-184 {
        padding: 184px!important
    }
}

@media(min-width:768px) {
    .m-md-185 {
        margin: 185px!important
    }
    .p-md-185 {
        padding: 185px!important
    }
}

@media(min-width:768px) {
    .m-md-186 {
        margin: 186px!important
    }
    .p-md-186 {
        padding: 186px!important
    }
}

@media(min-width:768px) {
    .m-md-187 {
        margin: 187px!important
    }
    .p-md-187 {
        padding: 187px!important
    }
}

@media(min-width:768px) {
    .m-md-188 {
        margin: 188px!important
    }
    .p-md-188 {
        padding: 188px!important
    }
}

@media(min-width:768px) {
    .m-md-189 {
        margin: 189px!important
    }
    .p-md-189 {
        padding: 189px!important
    }
}

@media(min-width:768px) {
    .m-md-190 {
        margin: 190px!important
    }
    .p-md-190 {
        padding: 190px!important
    }
}

@media(min-width:768px) {
    .m-md-191 {
        margin: 191px!important
    }
    .p-md-191 {
        padding: 191px!important
    }
}

@media(min-width:768px) {
    .m-md-192 {
        margin: 192px!important
    }
    .p-md-192 {
        padding: 192px!important
    }
}

@media(min-width:768px) {
    .m-md-193 {
        margin: 193px!important
    }
    .p-md-193 {
        padding: 193px!important
    }
}

@media(min-width:768px) {
    .m-md-194 {
        margin: 194px!important
    }
    .p-md-194 {
        padding: 194px!important
    }
}

@media(min-width:768px) {
    .m-md-195 {
        margin: 195px!important
    }
    .p-md-195 {
        padding: 195px!important
    }
}

@media(min-width:768px) {
    .m-md-196 {
        margin: 196px!important
    }
    .p-md-196 {
        padding: 196px!important
    }
}

@media(min-width:768px) {
    .m-md-197 {
        margin: 197px!important
    }
    .p-md-197 {
        padding: 197px!important
    }
}

@media(min-width:768px) {
    .m-md-198 {
        margin: 198px!important
    }
    .p-md-198 {
        padding: 198px!important
    }
}

@media(min-width:768px) {
    .m-md-199 {
        margin: 199px!important
    }
    .p-md-199 {
        padding: 199px!important
    }
}

@media(min-width:768px) {
    .m-md-200 {
        margin: 200px!important
    }
    .p-md-200 {
        padding: 200px!important
    }
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
}

@media(min-width:768px) {
    .mt-md-1 {
        margin-top: 1px!important
    }
    .pt-md-1 {
        padding-top: 1px!important
    }
}

@media(min-width:768px) {
    .mt-md-2 {
        margin-top: 2px!important
    }
    .pt-md-2 {
        padding-top: 2px!important
    }
}

@media(min-width:768px) {
    .mt-md-3 {
        margin-top: 3px!important
    }
    .pt-md-3 {
        padding-top: 3px!important
    }
}

@media(min-width:768px) {
    .mt-md-4 {
        margin-top: 4px!important
    }
    .pt-md-4 {
        padding-top: 4px!important
    }
}

@media(min-width:768px) {
    .mt-md-5 {
        margin-top: 5px!important
    }
    .pt-md-5 {
        padding-top: 5px!important
    }
}

@media(min-width:768px) {
    .mt-md-6 {
        margin-top: 6px!important
    }
    .pt-md-6 {
        padding-top: 6px!important
    }
}

@media(min-width:768px) {
    .mt-md-7 {
        margin-top: 7px!important
    }
    .pt-md-7 {
        padding-top: 7px!important
    }
}

@media(min-width:768px) {
    .mt-md-8 {
        margin-top: 8px!important
    }
    .pt-md-8 {
        padding-top: 8px!important
    }
}

@media(min-width:768px) {
    .mt-md-9 {
        margin-top: 9px!important
    }
    .pt-md-9 {
        padding-top: 9px!important
    }
}

@media(min-width:768px) {
    .mt-md-10 {
        margin-top: 10px!important
    }
    .pt-md-10 {
        padding-top: 10px!important
    }
}

@media(min-width:768px) {
    .mt-md-11 {
        margin-top: 11px!important
    }
    .pt-md-11 {
        padding-top: 11px!important
    }
}

@media(min-width:768px) {
    .mt-md-12 {
        margin-top: 12px!important
    }
    .pt-md-12 {
        padding-top: 12px!important
    }
}

@media(min-width:768px) {
    .mt-md-13 {
        margin-top: 13px!important
    }
    .pt-md-13 {
        padding-top: 13px!important
    }
}

@media(min-width:768px) {
    .mt-md-14 {
        margin-top: 14px!important
    }
    .pt-md-14 {
        padding-top: 14px!important
    }
}

@media(min-width:768px) {
    .mt-md-15 {
        margin-top: 15px!important
    }
    .pt-md-15 {
        padding-top: 15px!important
    }
}

@media(min-width:768px) {
    .mt-md-16 {
        margin-top: 16px!important
    }
    .pt-md-16 {
        padding-top: 16px!important
    }
}

@media(min-width:768px) {
    .mt-md-17 {
        margin-top: 17px!important
    }
    .pt-md-17 {
        padding-top: 17px!important
    }
}

@media(min-width:768px) {
    .mt-md-18 {
        margin-top: 18px!important
    }
    .pt-md-18 {
        padding-top: 18px!important
    }
}

@media(min-width:768px) {
    .mt-md-19 {
        margin-top: 19px!important
    }
    .pt-md-19 {
        padding-top: 19px!important
    }
}

@media(min-width:768px) {
    .mt-md-20 {
        margin-top: 20px!important
    }
    .pt-md-20 {
        padding-top: 20px!important
    }
}

@media(min-width:768px) {
    .mt-md-21 {
        margin-top: 21px!important
    }
    .pt-md-21 {
        padding-top: 21px!important
    }
}

@media(min-width:768px) {
    .mt-md-22 {
        margin-top: 22px!important
    }
    .pt-md-22 {
        padding-top: 22px!important
    }
}

@media(min-width:768px) {
    .mt-md-23 {
        margin-top: 23px!important
    }
    .pt-md-23 {
        padding-top: 23px!important
    }
}

@media(min-width:768px) {
    .mt-md-24 {
        margin-top: 24px!important
    }
    .pt-md-24 {
        padding-top: 24px!important
    }
}

@media(min-width:768px) {
    .mt-md-25 {
        margin-top: 25px!important
    }
    .pt-md-25 {
        padding-top: 25px!important
    }
}

@media(min-width:768px) {
    .mt-md-26 {
        margin-top: 26px!important
    }
    .pt-md-26 {
        padding-top: 26px!important
    }
}

@media(min-width:768px) {
    .mt-md-27 {
        margin-top: 27px!important
    }
    .pt-md-27 {
        padding-top: 27px!important
    }
}

@media(min-width:768px) {
    .mt-md-28 {
        margin-top: 28px!important
    }
    .pt-md-28 {
        padding-top: 28px!important
    }
}

@media(min-width:768px) {
    .mt-md-29 {
        margin-top: 29px!important
    }
    .pt-md-29 {
        padding-top: 29px!important
    }
}

@media(min-width:768px) {
    .mt-md-30 {
        margin-top: 30px!important
    }
    .pt-md-30 {
        padding-top: 30px!important
    }
}

@media(min-width:768px) {
    .mt-md-31 {
        margin-top: 31px!important
    }
    .pt-md-31 {
        padding-top: 31px!important
    }
}

@media(min-width:768px) {
    .mt-md-32 {
        margin-top: 32px!important
    }
    .pt-md-32 {
        padding-top: 32px!important
    }
}

@media(min-width:768px) {
    .mt-md-33 {
        margin-top: 33px!important
    }
    .pt-md-33 {
        padding-top: 33px!important
    }
}

@media(min-width:768px) {
    .mt-md-34 {
        margin-top: 34px!important
    }
    .pt-md-34 {
        padding-top: 34px!important
    }
}

@media(min-width:768px) {
    .mt-md-35 {
        margin-top: 35px!important
    }
    .pt-md-35 {
        padding-top: 35px!important
    }
}

@media(min-width:768px) {
    .mt-md-36 {
        margin-top: 36px!important
    }
    .pt-md-36 {
        padding-top: 36px!important
    }
}

@media(min-width:768px) {
    .mt-md-37 {
        margin-top: 37px!important
    }
    .pt-md-37 {
        padding-top: 37px!important
    }
}

@media(min-width:768px) {
    .mt-md-38 {
        margin-top: 38px!important
    }
    .pt-md-38 {
        padding-top: 38px!important
    }
}

@media(min-width:768px) {
    .mt-md-39 {
        margin-top: 39px!important
    }
    .pt-md-39 {
        padding-top: 39px!important
    }
}

@media(min-width:768px) {
    .mt-md-40 {
        margin-top: 40px!important
    }
    .pt-md-40 {
        padding-top: 40px!important
    }
}

@media(min-width:768px) {
    .mt-md-41 {
        margin-top: 41px!important
    }
    .pt-md-41 {
        padding-top: 41px!important
    }
}

@media(min-width:768px) {
    .mt-md-42 {
        margin-top: 42px!important
    }
    .pt-md-42 {
        padding-top: 42px!important
    }
}

@media(min-width:768px) {
    .mt-md-43 {
        margin-top: 43px!important
    }
    .pt-md-43 {
        padding-top: 43px!important
    }
}

@media(min-width:768px) {
    .mt-md-44 {
        margin-top: 44px!important
    }
    .pt-md-44 {
        padding-top: 44px!important
    }
}

@media(min-width:768px) {
    .mt-md-45 {
        margin-top: 45px!important
    }
    .pt-md-45 {
        padding-top: 45px!important
    }
}

@media(min-width:768px) {
    .mt-md-46 {
        margin-top: 46px!important
    }
    .pt-md-46 {
        padding-top: 46px!important
    }
}

@media(min-width:768px) {
    .mt-md-47 {
        margin-top: 47px!important
    }
    .pt-md-47 {
        padding-top: 47px!important
    }
}

@media(min-width:768px) {
    .mt-md-48 {
        margin-top: 48px!important
    }
    .pt-md-48 {
        padding-top: 48px!important
    }
}

@media(min-width:768px) {
    .mt-md-49 {
        margin-top: 49px!important
    }
    .pt-md-49 {
        padding-top: 49px!important
    }
}

@media(min-width:768px) {
    .mt-md-50 {
        margin-top: 50px!important
    }
    .pt-md-50 {
        padding-top: 50px!important
    }
}

@media(min-width:768px) {
    .mt-md-51 {
        margin-top: 51px!important
    }
    .pt-md-51 {
        padding-top: 51px!important
    }
}

@media(min-width:768px) {
    .mt-md-52 {
        margin-top: 52px!important
    }
    .pt-md-52 {
        padding-top: 52px!important
    }
}

@media(min-width:768px) {
    .mt-md-53 {
        margin-top: 53px!important
    }
    .pt-md-53 {
        padding-top: 53px!important
    }
}

@media(min-width:768px) {
    .mt-md-54 {
        margin-top: 54px!important
    }
    .pt-md-54 {
        padding-top: 54px!important
    }
}

@media(min-width:768px) {
    .mt-md-55 {
        margin-top: 55px!important
    }
    .pt-md-55 {
        padding-top: 55px!important
    }
}

@media(min-width:768px) {
    .mt-md-56 {
        margin-top: 56px!important
    }
    .pt-md-56 {
        padding-top: 56px!important
    }
}

@media(min-width:768px) {
    .mt-md-57 {
        margin-top: 57px!important
    }
    .pt-md-57 {
        padding-top: 57px!important
    }
}

@media(min-width:768px) {
    .mt-md-58 {
        margin-top: 58px!important
    }
    .pt-md-58 {
        padding-top: 58px!important
    }
}

@media(min-width:768px) {
    .mt-md-59 {
        margin-top: 59px!important
    }
    .pt-md-59 {
        padding-top: 59px!important
    }
}

@media(min-width:768px) {
    .mt-md-60 {
        margin-top: 60px!important
    }
    .pt-md-60 {
        padding-top: 60px!important
    }
}

@media(min-width:768px) {
    .mt-md-61 {
        margin-top: 61px!important
    }
    .pt-md-61 {
        padding-top: 61px!important
    }
}

@media(min-width:768px) {
    .mt-md-62 {
        margin-top: 62px!important
    }
    .pt-md-62 {
        padding-top: 62px!important
    }
}

@media(min-width:768px) {
    .mt-md-63 {
        margin-top: 63px!important
    }
    .pt-md-63 {
        padding-top: 63px!important
    }
}

@media(min-width:768px) {
    .mt-md-64 {
        margin-top: 64px!important
    }
    .pt-md-64 {
        padding-top: 64px!important
    }
}

@media(min-width:768px) {
    .mt-md-65 {
        margin-top: 65px!important
    }
    .pt-md-65 {
        padding-top: 65px!important
    }
}

@media(min-width:768px) {
    .mt-md-66 {
        margin-top: 66px!important
    }
    .pt-md-66 {
        padding-top: 66px!important
    }
}

@media(min-width:768px) {
    .mt-md-67 {
        margin-top: 67px!important
    }
    .pt-md-67 {
        padding-top: 67px!important
    }
}

@media(min-width:768px) {
    .mt-md-68 {
        margin-top: 68px!important
    }
    .pt-md-68 {
        padding-top: 68px!important
    }
}

@media(min-width:768px) {
    .mt-md-69 {
        margin-top: 69px!important
    }
    .pt-md-69 {
        padding-top: 69px!important
    }
}

@media(min-width:768px) {
    .mt-md-70 {
        margin-top: 70px!important
    }
    .pt-md-70 {
        padding-top: 70px!important
    }
}

@media(min-width:768px) {
    .mt-md-71 {
        margin-top: 71px!important
    }
    .pt-md-71 {
        padding-top: 71px!important
    }
}

@media(min-width:768px) {
    .mt-md-72 {
        margin-top: 72px!important
    }
    .pt-md-72 {
        padding-top: 72px!important
    }
}

@media(min-width:768px) {
    .mt-md-73 {
        margin-top: 73px!important
    }
    .pt-md-73 {
        padding-top: 73px!important
    }
}

@media(min-width:768px) {
    .mt-md-74 {
        margin-top: 74px!important
    }
    .pt-md-74 {
        padding-top: 74px!important
    }
}

@media(min-width:768px) {
    .mt-md-75 {
        margin-top: 75px!important
    }
    .pt-md-75 {
        padding-top: 75px!important
    }
}

@media(min-width:768px) {
    .mt-md-76 {
        margin-top: 76px!important
    }
    .pt-md-76 {
        padding-top: 76px!important
    }
}

@media(min-width:768px) {
    .mt-md-77 {
        margin-top: 77px!important
    }
    .pt-md-77 {
        padding-top: 77px!important
    }
}

@media(min-width:768px) {
    .mt-md-78 {
        margin-top: 78px!important
    }
    .pt-md-78 {
        padding-top: 78px!important
    }
}

@media(min-width:768px) {
    .mt-md-79 {
        margin-top: 79px!important
    }
    .pt-md-79 {
        padding-top: 79px!important
    }
}

@media(min-width:768px) {
    .mt-md-80 {
        margin-top: 80px!important
    }
    .pt-md-80 {
        padding-top: 80px!important
    }
}

@media(min-width:768px) {
    .mt-md-81 {
        margin-top: 81px!important
    }
    .pt-md-81 {
        padding-top: 81px!important
    }
}

@media(min-width:768px) {
    .mt-md-82 {
        margin-top: 82px!important
    }
    .pt-md-82 {
        padding-top: 82px!important
    }
}

@media(min-width:768px) {
    .mt-md-83 {
        margin-top: 83px!important
    }
    .pt-md-83 {
        padding-top: 83px!important
    }
}

@media(min-width:768px) {
    .mt-md-84 {
        margin-top: 84px!important
    }
    .pt-md-84 {
        padding-top: 84px!important
    }
}

@media(min-width:768px) {
    .mt-md-85 {
        margin-top: 85px!important
    }
    .pt-md-85 {
        padding-top: 85px!important
    }
}

@media(min-width:768px) {
    .mt-md-86 {
        margin-top: 86px!important
    }
    .pt-md-86 {
        padding-top: 86px!important
    }
}

@media(min-width:768px) {
    .mt-md-87 {
        margin-top: 87px!important
    }
    .pt-md-87 {
        padding-top: 87px!important
    }
}

@media(min-width:768px) {
    .mt-md-88 {
        margin-top: 88px!important
    }
    .pt-md-88 {
        padding-top: 88px!important
    }
}

@media(min-width:768px) {
    .mt-md-89 {
        margin-top: 89px!important
    }
    .pt-md-89 {
        padding-top: 89px!important
    }
}

@media(min-width:768px) {
    .mt-md-90 {
        margin-top: 90px!important
    }
    .pt-md-90 {
        padding-top: 90px!important
    }
}

@media(min-width:768px) {
    .mt-md-91 {
        margin-top: 91px!important
    }
    .pt-md-91 {
        padding-top: 91px!important
    }
}

@media(min-width:768px) {
    .mt-md-92 {
        margin-top: 92px!important
    }
    .pt-md-92 {
        padding-top: 92px!important
    }
}

@media(min-width:768px) {
    .mt-md-93 {
        margin-top: 93px!important
    }
    .pt-md-93 {
        padding-top: 93px!important
    }
}

@media(min-width:768px) {
    .mt-md-94 {
        margin-top: 94px!important
    }
    .pt-md-94 {
        padding-top: 94px!important
    }
}

@media(min-width:768px) {
    .mt-md-95 {
        margin-top: 95px!important
    }
    .pt-md-95 {
        padding-top: 95px!important
    }
}

@media(min-width:768px) {
    .mt-md-96 {
        margin-top: 96px!important
    }
    .pt-md-96 {
        padding-top: 96px!important
    }
}

@media(min-width:768px) {
    .mt-md-97 {
        margin-top: 97px!important
    }
    .pt-md-97 {
        padding-top: 97px!important
    }
}

@media(min-width:768px) {
    .mt-md-98 {
        margin-top: 98px!important
    }
    .pt-md-98 {
        padding-top: 98px!important
    }
}

@media(min-width:768px) {
    .mt-md-99 {
        margin-top: 99px!important
    }
    .pt-md-99 {
        padding-top: 99px!important
    }
}

@media(min-width:768px) {
    .mt-md-100 {
        margin-top: 100px!important
    }
    .pt-md-100 {
        padding-top: 100px!important
    }
}

@media(min-width:768px) {
    .mt-md-101 {
        margin-top: 101px!important
    }
    .pt-md-101 {
        padding-top: 101px!important
    }
}

@media(min-width:768px) {
    .mt-md-102 {
        margin-top: 102px!important
    }
    .pt-md-102 {
        padding-top: 102px!important
    }
}

@media(min-width:768px) {
    .mt-md-103 {
        margin-top: 103px!important
    }
    .pt-md-103 {
        padding-top: 103px!important
    }
}

@media(min-width:768px) {
    .mt-md-104 {
        margin-top: 104px!important
    }
    .pt-md-104 {
        padding-top: 104px!important
    }
}

@media(min-width:768px) {
    .mt-md-105 {
        margin-top: 105px!important
    }
    .pt-md-105 {
        padding-top: 105px!important
    }
}

@media(min-width:768px) {
    .mt-md-106 {
        margin-top: 106px!important
    }
    .pt-md-106 {
        padding-top: 106px!important
    }
}

@media(min-width:768px) {
    .mt-md-107 {
        margin-top: 107px!important
    }
    .pt-md-107 {
        padding-top: 107px!important
    }
}

@media(min-width:768px) {
    .mt-md-108 {
        margin-top: 108px!important
    }
    .pt-md-108 {
        padding-top: 108px!important
    }
}

@media(min-width:768px) {
    .mt-md-109 {
        margin-top: 109px!important
    }
    .pt-md-109 {
        padding-top: 109px!important
    }
}

@media(min-width:768px) {
    .mt-md-110 {
        margin-top: 110px!important
    }
    .pt-md-110 {
        padding-top: 110px!important
    }
}

@media(min-width:768px) {
    .mt-md-111 {
        margin-top: 111px!important
    }
    .pt-md-111 {
        padding-top: 111px!important
    }
}

@media(min-width:768px) {
    .mt-md-112 {
        margin-top: 112px!important
    }
    .pt-md-112 {
        padding-top: 112px!important
    }
}

@media(min-width:768px) {
    .mt-md-113 {
        margin-top: 113px!important
    }
    .pt-md-113 {
        padding-top: 113px!important
    }
}

@media(min-width:768px) {
    .mt-md-114 {
        margin-top: 114px!important
    }
    .pt-md-114 {
        padding-top: 114px!important
    }
}

@media(min-width:768px) {
    .mt-md-115 {
        margin-top: 115px!important
    }
    .pt-md-115 {
        padding-top: 115px!important
    }
}

@media(min-width:768px) {
    .mt-md-116 {
        margin-top: 116px!important
    }
    .pt-md-116 {
        padding-top: 116px!important
    }
}

@media(min-width:768px) {
    .mt-md-117 {
        margin-top: 117px!important
    }
    .pt-md-117 {
        padding-top: 117px!important
    }
}

@media(min-width:768px) {
    .mt-md-118 {
        margin-top: 118px!important
    }
    .pt-md-118 {
        padding-top: 118px!important
    }
}

@media(min-width:768px) {
    .mt-md-119 {
        margin-top: 119px!important
    }
    .pt-md-119 {
        padding-top: 119px!important
    }
}

@media(min-width:768px) {
    .mt-md-120 {
        margin-top: 120px!important
    }
    .pt-md-120 {
        padding-top: 120px!important
    }
}

@media(min-width:768px) {
    .mt-md-121 {
        margin-top: 121px!important
    }
    .pt-md-121 {
        padding-top: 121px!important
    }
}

@media(min-width:768px) {
    .mt-md-122 {
        margin-top: 122px!important
    }
    .pt-md-122 {
        padding-top: 122px!important
    }
}

@media(min-width:768px) {
    .mt-md-123 {
        margin-top: 123px!important
    }
    .pt-md-123 {
        padding-top: 123px!important
    }
}

@media(min-width:768px) {
    .mt-md-124 {
        margin-top: 124px!important
    }
    .pt-md-124 {
        padding-top: 124px!important
    }
}

@media(min-width:768px) {
    .mt-md-125 {
        margin-top: 125px!important
    }
    .pt-md-125 {
        padding-top: 125px!important
    }
}

@media(min-width:768px) {
    .mt-md-126 {
        margin-top: 126px!important
    }
    .pt-md-126 {
        padding-top: 126px!important
    }
}

@media(min-width:768px) {
    .mt-md-127 {
        margin-top: 127px!important
    }
    .pt-md-127 {
        padding-top: 127px!important
    }
}

@media(min-width:768px) {
    .mt-md-128 {
        margin-top: 128px!important
    }
    .pt-md-128 {
        padding-top: 128px!important
    }
}

@media(min-width:768px) {
    .mt-md-129 {
        margin-top: 129px!important
    }
    .pt-md-129 {
        padding-top: 129px!important
    }
}

@media(min-width:768px) {
    .mt-md-130 {
        margin-top: 130px!important
    }
    .pt-md-130 {
        padding-top: 130px!important
    }
}

@media(min-width:768px) {
    .mt-md-131 {
        margin-top: 131px!important
    }
    .pt-md-131 {
        padding-top: 131px!important
    }
}

@media(min-width:768px) {
    .mt-md-132 {
        margin-top: 132px!important
    }
    .pt-md-132 {
        padding-top: 132px!important
    }
}

@media(min-width:768px) {
    .mt-md-133 {
        margin-top: 133px!important
    }
    .pt-md-133 {
        padding-top: 133px!important
    }
}

@media(min-width:768px) {
    .mt-md-134 {
        margin-top: 134px!important
    }
    .pt-md-134 {
        padding-top: 134px!important
    }
}

@media(min-width:768px) {
    .mt-md-135 {
        margin-top: 135px!important
    }
    .pt-md-135 {
        padding-top: 135px!important
    }
}

@media(min-width:768px) {
    .mt-md-136 {
        margin-top: 136px!important
    }
    .pt-md-136 {
        padding-top: 136px!important
    }
}

@media(min-width:768px) {
    .mt-md-137 {
        margin-top: 137px!important
    }
    .pt-md-137 {
        padding-top: 137px!important
    }
}

@media(min-width:768px) {
    .mt-md-138 {
        margin-top: 138px!important
    }
    .pt-md-138 {
        padding-top: 138px!important
    }
}

@media(min-width:768px) {
    .mt-md-139 {
        margin-top: 139px!important
    }
    .pt-md-139 {
        padding-top: 139px!important
    }
}

@media(min-width:768px) {
    .mt-md-140 {
        margin-top: 140px!important
    }
    .pt-md-140 {
        padding-top: 140px!important
    }
}

@media(min-width:768px) {
    .mt-md-141 {
        margin-top: 141px!important
    }
    .pt-md-141 {
        padding-top: 141px!important
    }
}

@media(min-width:768px) {
    .mt-md-142 {
        margin-top: 142px!important
    }
    .pt-md-142 {
        padding-top: 142px!important
    }
}

@media(min-width:768px) {
    .mt-md-143 {
        margin-top: 143px!important
    }
    .pt-md-143 {
        padding-top: 143px!important
    }
}

@media(min-width:768px) {
    .mt-md-144 {
        margin-top: 144px!important
    }
    .pt-md-144 {
        padding-top: 144px!important
    }
}

@media(min-width:768px) {
    .mt-md-145 {
        margin-top: 145px!important
    }
    .pt-md-145 {
        padding-top: 145px!important
    }
}

@media(min-width:768px) {
    .mt-md-146 {
        margin-top: 146px!important
    }
    .pt-md-146 {
        padding-top: 146px!important
    }
}

@media(min-width:768px) {
    .mt-md-147 {
        margin-top: 147px!important
    }
    .pt-md-147 {
        padding-top: 147px!important
    }
}

@media(min-width:768px) {
    .mt-md-148 {
        margin-top: 148px!important
    }
    .pt-md-148 {
        padding-top: 148px!important
    }
}

@media(min-width:768px) {
    .mt-md-149 {
        margin-top: 149px!important
    }
    .pt-md-149 {
        padding-top: 149px!important
    }
}

@media(min-width:768px) {
    .mt-md-150 {
        margin-top: 150px!important
    }
    .pt-md-150 {
        padding-top: 150px!important
    }
}

@media(min-width:768px) {
    .mt-md-151 {
        margin-top: 151px!important
    }
    .pt-md-151 {
        padding-top: 151px!important
    }
}

@media(min-width:768px) {
    .mt-md-152 {
        margin-top: 152px!important
    }
    .pt-md-152 {
        padding-top: 152px!important
    }
}

@media(min-width:768px) {
    .mt-md-153 {
        margin-top: 153px!important
    }
    .pt-md-153 {
        padding-top: 153px!important
    }
}

@media(min-width:768px) {
    .mt-md-154 {
        margin-top: 154px!important
    }
    .pt-md-154 {
        padding-top: 154px!important
    }
}

@media(min-width:768px) {
    .mt-md-155 {
        margin-top: 155px!important
    }
    .pt-md-155 {
        padding-top: 155px!important
    }
}

@media(min-width:768px) {
    .mt-md-156 {
        margin-top: 156px!important
    }
    .pt-md-156 {
        padding-top: 156px!important
    }
}

@media(min-width:768px) {
    .mt-md-157 {
        margin-top: 157px!important
    }
    .pt-md-157 {
        padding-top: 157px!important
    }
}

@media(min-width:768px) {
    .mt-md-158 {
        margin-top: 158px!important
    }
    .pt-md-158 {
        padding-top: 158px!important
    }
}

@media(min-width:768px) {
    .mt-md-159 {
        margin-top: 159px!important
    }
    .pt-md-159 {
        padding-top: 159px!important
    }
}

@media(min-width:768px) {
    .mt-md-160 {
        margin-top: 160px!important
    }
    .pt-md-160 {
        padding-top: 160px!important
    }
}

@media(min-width:768px) {
    .mt-md-161 {
        margin-top: 161px!important
    }
    .pt-md-161 {
        padding-top: 161px!important
    }
}

@media(min-width:768px) {
    .mt-md-162 {
        margin-top: 162px!important
    }
    .pt-md-162 {
        padding-top: 162px!important
    }
}

@media(min-width:768px) {
    .mt-md-163 {
        margin-top: 163px!important
    }
    .pt-md-163 {
        padding-top: 163px!important
    }
}

@media(min-width:768px) {
    .mt-md-164 {
        margin-top: 164px!important
    }
    .pt-md-164 {
        padding-top: 164px!important
    }
}

@media(min-width:768px) {
    .mt-md-165 {
        margin-top: 165px!important
    }
    .pt-md-165 {
        padding-top: 165px!important
    }
}

@media(min-width:768px) {
    .mt-md-166 {
        margin-top: 166px!important
    }
    .pt-md-166 {
        padding-top: 166px!important
    }
}

@media(min-width:768px) {
    .mt-md-167 {
        margin-top: 167px!important
    }
    .pt-md-167 {
        padding-top: 167px!important
    }
}

@media(min-width:768px) {
    .mt-md-168 {
        margin-top: 168px!important
    }
    .pt-md-168 {
        padding-top: 168px!important
    }
}

@media(min-width:768px) {
    .mt-md-169 {
        margin-top: 169px!important
    }
    .pt-md-169 {
        padding-top: 169px!important
    }
}

@media(min-width:768px) {
    .mt-md-170 {
        margin-top: 170px!important
    }
    .pt-md-170 {
        padding-top: 170px!important
    }
}

@media(min-width:768px) {
    .mt-md-171 {
        margin-top: 171px!important
    }
    .pt-md-171 {
        padding-top: 171px!important
    }
}

@media(min-width:768px) {
    .mt-md-172 {
        margin-top: 172px!important
    }
    .pt-md-172 {
        padding-top: 172px!important
    }
}

@media(min-width:768px) {
    .mt-md-173 {
        margin-top: 173px!important
    }
    .pt-md-173 {
        padding-top: 173px!important
    }
}

@media(min-width:768px) {
    .mt-md-174 {
        margin-top: 174px!important
    }
    .pt-md-174 {
        padding-top: 174px!important
    }
}

@media(min-width:768px) {
    .mt-md-175 {
        margin-top: 175px!important
    }
    .pt-md-175 {
        padding-top: 175px!important
    }
}

@media(min-width:768px) {
    .mt-md-176 {
        margin-top: 176px!important
    }
    .pt-md-176 {
        padding-top: 176px!important
    }
}

@media(min-width:768px) {
    .mt-md-177 {
        margin-top: 177px!important
    }
    .pt-md-177 {
        padding-top: 177px!important
    }
}

@media(min-width:768px) {
    .mt-md-178 {
        margin-top: 178px!important
    }
    .pt-md-178 {
        padding-top: 178px!important
    }
}

@media(min-width:768px) {
    .mt-md-179 {
        margin-top: 179px!important
    }
    .pt-md-179 {
        padding-top: 179px!important
    }
}

@media(min-width:768px) {
    .mt-md-180 {
        margin-top: 180px!important
    }
    .pt-md-180 {
        padding-top: 180px!important
    }
}

@media(min-width:768px) {
    .mt-md-181 {
        margin-top: 181px!important
    }
    .pt-md-181 {
        padding-top: 181px!important
    }
}

@media(min-width:768px) {
    .mt-md-182 {
        margin-top: 182px!important
    }
    .pt-md-182 {
        padding-top: 182px!important
    }
}

@media(min-width:768px) {
    .mt-md-183 {
        margin-top: 183px!important
    }
    .pt-md-183 {
        padding-top: 183px!important
    }
}

@media(min-width:768px) {
    .mt-md-184 {
        margin-top: 184px!important
    }
    .pt-md-184 {
        padding-top: 184px!important
    }
}

@media(min-width:768px) {
    .mt-md-185 {
        margin-top: 185px!important
    }
    .pt-md-185 {
        padding-top: 185px!important
    }
}

@media(min-width:768px) {
    .mt-md-186 {
        margin-top: 186px!important
    }
    .pt-md-186 {
        padding-top: 186px!important
    }
}

@media(min-width:768px) {
    .mt-md-187 {
        margin-top: 187px!important
    }
    .pt-md-187 {
        padding-top: 187px!important
    }
}

@media(min-width:768px) {
    .mt-md-188 {
        margin-top: 188px!important
    }
    .pt-md-188 {
        padding-top: 188px!important
    }
}

@media(min-width:768px) {
    .mt-md-189 {
        margin-top: 189px!important
    }
    .pt-md-189 {
        padding-top: 189px!important
    }
}

@media(min-width:768px) {
    .mt-md-190 {
        margin-top: 190px!important
    }
    .pt-md-190 {
        padding-top: 190px!important
    }
}

@media(min-width:768px) {
    .mt-md-191 {
        margin-top: 191px!important
    }
    .pt-md-191 {
        padding-top: 191px!important
    }
}

@media(min-width:768px) {
    .mt-md-192 {
        margin-top: 192px!important
    }
    .pt-md-192 {
        padding-top: 192px!important
    }
}

@media(min-width:768px) {
    .mt-md-193 {
        margin-top: 193px!important
    }
    .pt-md-193 {
        padding-top: 193px!important
    }
}

@media(min-width:768px) {
    .mt-md-194 {
        margin-top: 194px!important
    }
    .pt-md-194 {
        padding-top: 194px!important
    }
}

@media(min-width:768px) {
    .mt-md-195 {
        margin-top: 195px!important
    }
    .pt-md-195 {
        padding-top: 195px!important
    }
}

@media(min-width:768px) {
    .mt-md-196 {
        margin-top: 196px!important
    }
    .pt-md-196 {
        padding-top: 196px!important
    }
}

@media(min-width:768px) {
    .mt-md-197 {
        margin-top: 197px!important
    }
    .pt-md-197 {
        padding-top: 197px!important
    }
}

@media(min-width:768px) {
    .mt-md-198 {
        margin-top: 198px!important
    }
    .pt-md-198 {
        padding-top: 198px!important
    }
}

@media(min-width:768px) {
    .mt-md-199 {
        margin-top: 199px!important
    }
    .pt-md-199 {
        padding-top: 199px!important
    }
}

@media(min-width:768px) {
    .mt-md-200 {
        margin-top: 200px!important
    }
    .pt-md-200 {
        padding-top: 200px!important
    }
}

@media(min-width:768px) {
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
}

@media(min-width:768px) {
    .mb-md-1 {
        margin-bottom: 1px!important
    }
    .pb-md-1 {
        padding-bottom: 1px!important
    }
}

@media(min-width:768px) {
    .mb-md-2 {
        margin-bottom: 2px!important
    }
    .pb-md-2 {
        padding-bottom: 2px!important
    }
}

@media(min-width:768px) {
    .mb-md-3 {
        margin-bottom: 3px!important
    }
    .pb-md-3 {
        padding-bottom: 3px!important
    }
}

@media(min-width:768px) {
    .mb-md-4 {
        margin-bottom: 4px!important
    }
    .pb-md-4 {
        padding-bottom: 4px!important
    }
}

@media(min-width:768px) {
    .mb-md-5 {
        margin-bottom: 5px!important
    }
    .pb-md-5 {
        padding-bottom: 5px!important
    }
}

@media(min-width:768px) {
    .mb-md-6 {
        margin-bottom: 6px!important
    }
    .pb-md-6 {
        padding-bottom: 6px!important
    }
}

@media(min-width:768px) {
    .mb-md-7 {
        margin-bottom: 7px!important
    }
    .pb-md-7 {
        padding-bottom: 7px!important
    }
}

@media(min-width:768px) {
    .mb-md-8 {
        margin-bottom: 8px!important
    }
    .pb-md-8 {
        padding-bottom: 8px!important
    }
}

@media(min-width:768px) {
    .mb-md-9 {
        margin-bottom: 9px!important
    }
    .pb-md-9 {
        padding-bottom: 9px!important
    }
}

@media(min-width:768px) {
    .mb-md-10 {
        margin-bottom: 10px!important
    }
    .pb-md-10 {
        padding-bottom: 10px!important
    }
}

@media(min-width:768px) {
    .mb-md-11 {
        margin-bottom: 11px!important
    }
    .pb-md-11 {
        padding-bottom: 11px!important
    }
}

@media(min-width:768px) {
    .mb-md-12 {
        margin-bottom: 12px!important
    }
    .pb-md-12 {
        padding-bottom: 12px!important
    }
}

@media(min-width:768px) {
    .mb-md-13 {
        margin-bottom: 13px!important
    }
    .pb-md-13 {
        padding-bottom: 13px!important
    }
}

@media(min-width:768px) {
    .mb-md-14 {
        margin-bottom: 14px!important
    }
    .pb-md-14 {
        padding-bottom: 14px!important
    }
}

@media(min-width:768px) {
    .mb-md-15 {
        margin-bottom: 15px!important
    }
    .pb-md-15 {
        padding-bottom: 15px!important
    }
}

@media(min-width:768px) {
    .mb-md-16 {
        margin-bottom: 16px!important
    }
    .pb-md-16 {
        padding-bottom: 16px!important
    }
}

@media(min-width:768px) {
    .mb-md-17 {
        margin-bottom: 17px!important
    }
    .pb-md-17 {
        padding-bottom: 17px!important
    }
}

@media(min-width:768px) {
    .mb-md-18 {
        margin-bottom: 18px!important
    }
    .pb-md-18 {
        padding-bottom: 18px!important
    }
}

@media(min-width:768px) {
    .mb-md-19 {
        margin-bottom: 19px!important
    }
    .pb-md-19 {
        padding-bottom: 19px!important
    }
}

@media(min-width:768px) {
    .mb-md-20 {
        margin-bottom: 20px!important
    }
    .pb-md-20 {
        padding-bottom: 20px!important
    }
}

@media(min-width:768px) {
    .mb-md-21 {
        margin-bottom: 21px!important
    }
    .pb-md-21 {
        padding-bottom: 21px!important
    }
}

@media(min-width:768px) {
    .mb-md-22 {
        margin-bottom: 22px!important
    }
    .pb-md-22 {
        padding-bottom: 22px!important
    }
}

@media(min-width:768px) {
    .mb-md-23 {
        margin-bottom: 23px!important
    }
    .pb-md-23 {
        padding-bottom: 23px!important
    }
}

@media(min-width:768px) {
    .mb-md-24 {
        margin-bottom: 24px!important
    }
    .pb-md-24 {
        padding-bottom: 24px!important
    }
}

@media(min-width:768px) {
    .mb-md-25 {
        margin-bottom: 25px!important
    }
    .pb-md-25 {
        padding-bottom: 25px!important
    }
}

@media(min-width:768px) {
    .mb-md-26 {
        margin-bottom: 26px!important
    }
    .pb-md-26 {
        padding-bottom: 26px!important
    }
}

@media(min-width:768px) {
    .mb-md-27 {
        margin-bottom: 27px!important
    }
    .pb-md-27 {
        padding-bottom: 27px!important
    }
}

@media(min-width:768px) {
    .mb-md-28 {
        margin-bottom: 28px!important
    }
    .pb-md-28 {
        padding-bottom: 28px!important
    }
}

@media(min-width:768px) {
    .mb-md-29 {
        margin-bottom: 29px!important
    }
    .pb-md-29 {
        padding-bottom: 29px!important
    }
}

@media(min-width:768px) {
    .mb-md-30 {
        margin-bottom: 30px!important
    }
    .pb-md-30 {
        padding-bottom: 30px!important
    }
}

@media(min-width:768px) {
    .mb-md-31 {
        margin-bottom: 31px!important
    }
    .pb-md-31 {
        padding-bottom: 31px!important
    }
}

@media(min-width:768px) {
    .mb-md-32 {
        margin-bottom: 32px!important
    }
    .pb-md-32 {
        padding-bottom: 32px!important
    }
}

@media(min-width:768px) {
    .mb-md-33 {
        margin-bottom: 33px!important
    }
    .pb-md-33 {
        padding-bottom: 33px!important
    }
}

@media(min-width:768px) {
    .mb-md-34 {
        margin-bottom: 34px!important
    }
    .pb-md-34 {
        padding-bottom: 34px!important
    }
}

@media(min-width:768px) {
    .mb-md-35 {
        margin-bottom: 35px!important
    }
    .pb-md-35 {
        padding-bottom: 35px!important
    }
}

@media(min-width:768px) {
    .mb-md-36 {
        margin-bottom: 36px!important
    }
    .pb-md-36 {
        padding-bottom: 36px!important
    }
}

@media(min-width:768px) {
    .mb-md-37 {
        margin-bottom: 37px!important
    }
    .pb-md-37 {
        padding-bottom: 37px!important
    }
}

@media(min-width:768px) {
    .mb-md-38 {
        margin-bottom: 38px!important
    }
    .pb-md-38 {
        padding-bottom: 38px!important
    }
}

@media(min-width:768px) {
    .mb-md-39 {
        margin-bottom: 39px!important
    }
    .pb-md-39 {
        padding-bottom: 39px!important
    }
}

@media(min-width:768px) {
    .mb-md-40 {
        margin-bottom: 40px!important
    }
    .pb-md-40 {
        padding-bottom: 40px!important
    }
}

@media(min-width:768px) {
    .mb-md-41 {
        margin-bottom: 41px!important
    }
    .pb-md-41 {
        padding-bottom: 41px!important
    }
}

@media(min-width:768px) {
    .mb-md-42 {
        margin-bottom: 42px!important
    }
    .pb-md-42 {
        padding-bottom: 42px!important
    }
}

@media(min-width:768px) {
    .mb-md-43 {
        margin-bottom: 43px!important
    }
    .pb-md-43 {
        padding-bottom: 43px!important
    }
}

@media(min-width:768px) {
    .mb-md-44 {
        margin-bottom: 44px!important
    }
    .pb-md-44 {
        padding-bottom: 44px!important
    }
}

@media(min-width:768px) {
    .mb-md-45 {
        margin-bottom: 45px!important
    }
    .pb-md-45 {
        padding-bottom: 45px!important
    }
}

@media(min-width:768px) {
    .mb-md-46 {
        margin-bottom: 46px!important
    }
    .pb-md-46 {
        padding-bottom: 46px!important
    }
}

@media(min-width:768px) {
    .mb-md-47 {
        margin-bottom: 47px!important
    }
    .pb-md-47 {
        padding-bottom: 47px!important
    }
}

@media(min-width:768px) {
    .mb-md-48 {
        margin-bottom: 48px!important
    }
    .pb-md-48 {
        padding-bottom: 48px!important
    }
}

@media(min-width:768px) {
    .mb-md-49 {
        margin-bottom: 49px!important
    }
    .pb-md-49 {
        padding-bottom: 49px!important
    }
}

@media(min-width:768px) {
    .mb-md-50 {
        margin-bottom: 50px!important
    }
    .pb-md-50 {
        padding-bottom: 50px!important
    }
}

@media(min-width:768px) {
    .mb-md-51 {
        margin-bottom: 51px!important
    }
    .pb-md-51 {
        padding-bottom: 51px!important
    }
}

@media(min-width:768px) {
    .mb-md-52 {
        margin-bottom: 52px!important
    }
    .pb-md-52 {
        padding-bottom: 52px!important
    }
}

@media(min-width:768px) {
    .mb-md-53 {
        margin-bottom: 53px!important
    }
    .pb-md-53 {
        padding-bottom: 53px!important
    }
}

@media(min-width:768px) {
    .mb-md-54 {
        margin-bottom: 54px!important
    }
    .pb-md-54 {
        padding-bottom: 54px!important
    }
}

@media(min-width:768px) {
    .mb-md-55 {
        margin-bottom: 55px!important
    }
    .pb-md-55 {
        padding-bottom: 55px!important
    }
}

@media(min-width:768px) {
    .mb-md-56 {
        margin-bottom: 56px!important
    }
    .pb-md-56 {
        padding-bottom: 56px!important
    }
}

@media(min-width:768px) {
    .mb-md-57 {
        margin-bottom: 57px!important
    }
    .pb-md-57 {
        padding-bottom: 57px!important
    }
}

@media(min-width:768px) {
    .mb-md-58 {
        margin-bottom: 58px!important
    }
    .pb-md-58 {
        padding-bottom: 58px!important
    }
}

@media(min-width:768px) {
    .mb-md-59 {
        margin-bottom: 59px!important
    }
    .pb-md-59 {
        padding-bottom: 59px!important
    }
}

@media(min-width:768px) {
    .mb-md-60 {
        margin-bottom: 60px!important
    }
    .pb-md-60 {
        padding-bottom: 60px!important
    }
}

@media(min-width:768px) {
    .mb-md-61 {
        margin-bottom: 61px!important
    }
    .pb-md-61 {
        padding-bottom: 61px!important
    }
}

@media(min-width:768px) {
    .mb-md-62 {
        margin-bottom: 62px!important
    }
    .pb-md-62 {
        padding-bottom: 62px!important
    }
}

@media(min-width:768px) {
    .mb-md-63 {
        margin-bottom: 63px!important
    }
    .pb-md-63 {
        padding-bottom: 63px!important
    }
}

@media(min-width:768px) {
    .mb-md-64 {
        margin-bottom: 64px!important
    }
    .pb-md-64 {
        padding-bottom: 64px!important
    }
}

@media(min-width:768px) {
    .mb-md-65 {
        margin-bottom: 65px!important
    }
    .pb-md-65 {
        padding-bottom: 65px!important
    }
}

@media(min-width:768px) {
    .mb-md-66 {
        margin-bottom: 66px!important
    }
    .pb-md-66 {
        padding-bottom: 66px!important
    }
}

@media(min-width:768px) {
    .mb-md-67 {
        margin-bottom: 67px!important
    }
    .pb-md-67 {
        padding-bottom: 67px!important
    }
}

@media(min-width:768px) {
    .mb-md-68 {
        margin-bottom: 68px!important
    }
    .pb-md-68 {
        padding-bottom: 68px!important
    }
}

@media(min-width:768px) {
    .mb-md-69 {
        margin-bottom: 69px!important
    }
    .pb-md-69 {
        padding-bottom: 69px!important
    }
}

@media(min-width:768px) {
    .mb-md-70 {
        margin-bottom: 70px!important
    }
    .pb-md-70 {
        padding-bottom: 70px!important
    }
}

@media(min-width:768px) {
    .mb-md-71 {
        margin-bottom: 71px!important
    }
    .pb-md-71 {
        padding-bottom: 71px!important
    }
}

@media(min-width:768px) {
    .mb-md-72 {
        margin-bottom: 72px!important
    }
    .pb-md-72 {
        padding-bottom: 72px!important
    }
}

@media(min-width:768px) {
    .mb-md-73 {
        margin-bottom: 73px!important
    }
    .pb-md-73 {
        padding-bottom: 73px!important
    }
}

@media(min-width:768px) {
    .mb-md-74 {
        margin-bottom: 74px!important
    }
    .pb-md-74 {
        padding-bottom: 74px!important
    }
}

@media(min-width:768px) {
    .mb-md-75 {
        margin-bottom: 75px!important
    }
    .pb-md-75 {
        padding-bottom: 75px!important
    }
}

@media(min-width:768px) {
    .mb-md-76 {
        margin-bottom: 76px!important
    }
    .pb-md-76 {
        padding-bottom: 76px!important
    }
}

@media(min-width:768px) {
    .mb-md-77 {
        margin-bottom: 77px!important
    }
    .pb-md-77 {
        padding-bottom: 77px!important
    }
}

@media(min-width:768px) {
    .mb-md-78 {
        margin-bottom: 78px!important
    }
    .pb-md-78 {
        padding-bottom: 78px!important
    }
}

@media(min-width:768px) {
    .mb-md-79 {
        margin-bottom: 79px!important
    }
    .pb-md-79 {
        padding-bottom: 79px!important
    }
}

@media(min-width:768px) {
    .mb-md-80 {
        margin-bottom: 80px!important
    }
    .pb-md-80 {
        padding-bottom: 80px!important
    }
}

@media(min-width:768px) {
    .mb-md-81 {
        margin-bottom: 81px!important
    }
    .pb-md-81 {
        padding-bottom: 81px!important
    }
}

@media(min-width:768px) {
    .mb-md-82 {
        margin-bottom: 82px!important
    }
    .pb-md-82 {
        padding-bottom: 82px!important
    }
}

@media(min-width:768px) {
    .mb-md-83 {
        margin-bottom: 83px!important
    }
    .pb-md-83 {
        padding-bottom: 83px!important
    }
}

@media(min-width:768px) {
    .mb-md-84 {
        margin-bottom: 84px!important
    }
    .pb-md-84 {
        padding-bottom: 84px!important
    }
}

@media(min-width:768px) {
    .mb-md-85 {
        margin-bottom: 85px!important
    }
    .pb-md-85 {
        padding-bottom: 85px!important
    }
}

@media(min-width:768px) {
    .mb-md-86 {
        margin-bottom: 86px!important
    }
    .pb-md-86 {
        padding-bottom: 86px!important
    }
}

@media(min-width:768px) {
    .mb-md-87 {
        margin-bottom: 87px!important
    }
    .pb-md-87 {
        padding-bottom: 87px!important
    }
}

@media(min-width:768px) {
    .mb-md-88 {
        margin-bottom: 88px!important
    }
    .pb-md-88 {
        padding-bottom: 88px!important
    }
}

@media(min-width:768px) {
    .mb-md-89 {
        margin-bottom: 89px!important
    }
    .pb-md-89 {
        padding-bottom: 89px!important
    }
}

@media(min-width:768px) {
    .mb-md-90 {
        margin-bottom: 90px!important
    }
    .pb-md-90 {
        padding-bottom: 90px!important
    }
}

@media(min-width:768px) {
    .mb-md-91 {
        margin-bottom: 91px!important
    }
    .pb-md-91 {
        padding-bottom: 91px!important
    }
}

@media(min-width:768px) {
    .mb-md-92 {
        margin-bottom: 92px!important
    }
    .pb-md-92 {
        padding-bottom: 92px!important
    }
}

@media(min-width:768px) {
    .mb-md-93 {
        margin-bottom: 93px!important
    }
    .pb-md-93 {
        padding-bottom: 93px!important
    }
}

@media(min-width:768px) {
    .mb-md-94 {
        margin-bottom: 94px!important
    }
    .pb-md-94 {
        padding-bottom: 94px!important
    }
}

@media(min-width:768px) {
    .mb-md-95 {
        margin-bottom: 95px!important
    }
    .pb-md-95 {
        padding-bottom: 95px!important
    }
}

@media(min-width:768px) {
    .mb-md-96 {
        margin-bottom: 96px!important
    }
    .pb-md-96 {
        padding-bottom: 96px!important
    }
}

@media(min-width:768px) {
    .mb-md-97 {
        margin-bottom: 97px!important
    }
    .pb-md-97 {
        padding-bottom: 97px!important
    }
}

@media(min-width:768px) {
    .mb-md-98 {
        margin-bottom: 98px!important
    }
    .pb-md-98 {
        padding-bottom: 98px!important
    }
}

@media(min-width:768px) {
    .mb-md-99 {
        margin-bottom: 99px!important
    }
    .pb-md-99 {
        padding-bottom: 99px!important
    }
}

@media(min-width:768px) {
    .mb-md-100 {
        margin-bottom: 100px!important
    }
    .pb-md-100 {
        padding-bottom: 100px!important
    }
}

@media(min-width:768px) {
    .mb-md-101 {
        margin-bottom: 101px!important
    }
    .pb-md-101 {
        padding-bottom: 101px!important
    }
}

@media(min-width:768px) {
    .mb-md-102 {
        margin-bottom: 102px!important
    }
    .pb-md-102 {
        padding-bottom: 102px!important
    }
}

@media(min-width:768px) {
    .mb-md-103 {
        margin-bottom: 103px!important
    }
    .pb-md-103 {
        padding-bottom: 103px!important
    }
}

@media(min-width:768px) {
    .mb-md-104 {
        margin-bottom: 104px!important
    }
    .pb-md-104 {
        padding-bottom: 104px!important
    }
}

@media(min-width:768px) {
    .mb-md-105 {
        margin-bottom: 105px!important
    }
    .pb-md-105 {
        padding-bottom: 105px!important
    }
}

@media(min-width:768px) {
    .mb-md-106 {
        margin-bottom: 106px!important
    }
    .pb-md-106 {
        padding-bottom: 106px!important
    }
}

@media(min-width:768px) {
    .mb-md-107 {
        margin-bottom: 107px!important
    }
    .pb-md-107 {
        padding-bottom: 107px!important
    }
}

@media(min-width:768px) {
    .mb-md-108 {
        margin-bottom: 108px!important
    }
    .pb-md-108 {
        padding-bottom: 108px!important
    }
}

@media(min-width:768px) {
    .mb-md-109 {
        margin-bottom: 109px!important
    }
    .pb-md-109 {
        padding-bottom: 109px!important
    }
}

@media(min-width:768px) {
    .mb-md-110 {
        margin-bottom: 110px!important
    }
    .pb-md-110 {
        padding-bottom: 110px!important
    }
}

@media(min-width:768px) {
    .mb-md-111 {
        margin-bottom: 111px!important
    }
    .pb-md-111 {
        padding-bottom: 111px!important
    }
}

@media(min-width:768px) {
    .mb-md-112 {
        margin-bottom: 112px!important
    }
    .pb-md-112 {
        padding-bottom: 112px!important
    }
}

@media(min-width:768px) {
    .mb-md-113 {
        margin-bottom: 113px!important
    }
    .pb-md-113 {
        padding-bottom: 113px!important
    }
}

@media(min-width:768px) {
    .mb-md-114 {
        margin-bottom: 114px!important
    }
    .pb-md-114 {
        padding-bottom: 114px!important
    }
}

@media(min-width:768px) {
    .mb-md-115 {
        margin-bottom: 115px!important
    }
    .pb-md-115 {
        padding-bottom: 115px!important
    }
}

@media(min-width:768px) {
    .mb-md-116 {
        margin-bottom: 116px!important
    }
    .pb-md-116 {
        padding-bottom: 116px!important
    }
}

@media(min-width:768px) {
    .mb-md-117 {
        margin-bottom: 117px!important
    }
    .pb-md-117 {
        padding-bottom: 117px!important
    }
}

@media(min-width:768px) {
    .mb-md-118 {
        margin-bottom: 118px!important
    }
    .pb-md-118 {
        padding-bottom: 118px!important
    }
}

@media(min-width:768px) {
    .mb-md-119 {
        margin-bottom: 119px!important
    }
    .pb-md-119 {
        padding-bottom: 119px!important
    }
}

@media(min-width:768px) {
    .mb-md-120 {
        margin-bottom: 120px!important
    }
    .pb-md-120 {
        padding-bottom: 120px!important
    }
}

@media(min-width:768px) {
    .mb-md-121 {
        margin-bottom: 121px!important
    }
    .pb-md-121 {
        padding-bottom: 121px!important
    }
}

@media(min-width:768px) {
    .mb-md-122 {
        margin-bottom: 122px!important
    }
    .pb-md-122 {
        padding-bottom: 122px!important
    }
}

@media(min-width:768px) {
    .mb-md-123 {
        margin-bottom: 123px!important
    }
    .pb-md-123 {
        padding-bottom: 123px!important
    }
}

@media(min-width:768px) {
    .mb-md-124 {
        margin-bottom: 124px!important
    }
    .pb-md-124 {
        padding-bottom: 124px!important
    }
}

@media(min-width:768px) {
    .mb-md-125 {
        margin-bottom: 125px!important
    }
    .pb-md-125 {
        padding-bottom: 125px!important
    }
}

@media(min-width:768px) {
    .mb-md-126 {
        margin-bottom: 126px!important
    }
    .pb-md-126 {
        padding-bottom: 126px!important
    }
}

@media(min-width:768px) {
    .mb-md-127 {
        margin-bottom: 127px!important
    }
    .pb-md-127 {
        padding-bottom: 127px!important
    }
}

@media(min-width:768px) {
    .mb-md-128 {
        margin-bottom: 128px!important
    }
    .pb-md-128 {
        padding-bottom: 128px!important
    }
}

@media(min-width:768px) {
    .mb-md-129 {
        margin-bottom: 129px!important
    }
    .pb-md-129 {
        padding-bottom: 129px!important
    }
}

@media(min-width:768px) {
    .mb-md-130 {
        margin-bottom: 130px!important
    }
    .pb-md-130 {
        padding-bottom: 130px!important
    }
}

@media(min-width:768px) {
    .mb-md-131 {
        margin-bottom: 131px!important
    }
    .pb-md-131 {
        padding-bottom: 131px!important
    }
}

@media(min-width:768px) {
    .mb-md-132 {
        margin-bottom: 132px!important
    }
    .pb-md-132 {
        padding-bottom: 132px!important
    }
}

@media(min-width:768px) {
    .mb-md-133 {
        margin-bottom: 133px!important
    }
    .pb-md-133 {
        padding-bottom: 133px!important
    }
}

@media(min-width:768px) {
    .mb-md-134 {
        margin-bottom: 134px!important
    }
    .pb-md-134 {
        padding-bottom: 134px!important
    }
}

@media(min-width:768px) {
    .mb-md-135 {
        margin-bottom: 135px!important
    }
    .pb-md-135 {
        padding-bottom: 135px!important
    }
}

@media(min-width:768px) {
    .mb-md-136 {
        margin-bottom: 136px!important
    }
    .pb-md-136 {
        padding-bottom: 136px!important
    }
}

@media(min-width:768px) {
    .mb-md-137 {
        margin-bottom: 137px!important
    }
    .pb-md-137 {
        padding-bottom: 137px!important
    }
}

@media(min-width:768px) {
    .mb-md-138 {
        margin-bottom: 138px!important
    }
    .pb-md-138 {
        padding-bottom: 138px!important
    }
}

@media(min-width:768px) {
    .mb-md-139 {
        margin-bottom: 139px!important
    }
    .pb-md-139 {
        padding-bottom: 139px!important
    }
}

@media(min-width:768px) {
    .mb-md-140 {
        margin-bottom: 140px!important
    }
    .pb-md-140 {
        padding-bottom: 140px!important
    }
}

@media(min-width:768px) {
    .mb-md-141 {
        margin-bottom: 141px!important
    }
    .pb-md-141 {
        padding-bottom: 141px!important
    }
}

@media(min-width:768px) {
    .mb-md-142 {
        margin-bottom: 142px!important
    }
    .pb-md-142 {
        padding-bottom: 142px!important
    }
}

@media(min-width:768px) {
    .mb-md-143 {
        margin-bottom: 143px!important
    }
    .pb-md-143 {
        padding-bottom: 143px!important
    }
}

@media(min-width:768px) {
    .mb-md-144 {
        margin-bottom: 144px!important
    }
    .pb-md-144 {
        padding-bottom: 144px!important
    }
}

@media(min-width:768px) {
    .mb-md-145 {
        margin-bottom: 145px!important
    }
    .pb-md-145 {
        padding-bottom: 145px!important
    }
}

@media(min-width:768px) {
    .mb-md-146 {
        margin-bottom: 146px!important
    }
    .pb-md-146 {
        padding-bottom: 146px!important
    }
}

@media(min-width:768px) {
    .mb-md-147 {
        margin-bottom: 147px!important
    }
    .pb-md-147 {
        padding-bottom: 147px!important
    }
}

@media(min-width:768px) {
    .mb-md-148 {
        margin-bottom: 148px!important
    }
    .pb-md-148 {
        padding-bottom: 148px!important
    }
}

@media(min-width:768px) {
    .mb-md-149 {
        margin-bottom: 149px!important
    }
    .pb-md-149 {
        padding-bottom: 149px!important
    }
}

@media(min-width:768px) {
    .mb-md-150 {
        margin-bottom: 150px!important
    }
    .pb-md-150 {
        padding-bottom: 150px!important
    }
}

@media(min-width:768px) {
    .mb-md-151 {
        margin-bottom: 151px!important
    }
    .pb-md-151 {
        padding-bottom: 151px!important
    }
}

@media(min-width:768px) {
    .mb-md-152 {
        margin-bottom: 152px!important
    }
    .pb-md-152 {
        padding-bottom: 152px!important
    }
}

@media(min-width:768px) {
    .mb-md-153 {
        margin-bottom: 153px!important
    }
    .pb-md-153 {
        padding-bottom: 153px!important
    }
}

@media(min-width:768px) {
    .mb-md-154 {
        margin-bottom: 154px!important
    }
    .pb-md-154 {
        padding-bottom: 154px!important
    }
}

@media(min-width:768px) {
    .mb-md-155 {
        margin-bottom: 155px!important
    }
    .pb-md-155 {
        padding-bottom: 155px!important
    }
}

@media(min-width:768px) {
    .mb-md-156 {
        margin-bottom: 156px!important
    }
    .pb-md-156 {
        padding-bottom: 156px!important
    }
}

@media(min-width:768px) {
    .mb-md-157 {
        margin-bottom: 157px!important
    }
    .pb-md-157 {
        padding-bottom: 157px!important
    }
}

@media(min-width:768px) {
    .mb-md-158 {
        margin-bottom: 158px!important
    }
    .pb-md-158 {
        padding-bottom: 158px!important
    }
}

@media(min-width:768px) {
    .mb-md-159 {
        margin-bottom: 159px!important
    }
    .pb-md-159 {
        padding-bottom: 159px!important
    }
}

@media(min-width:768px) {
    .mb-md-160 {
        margin-bottom: 160px!important
    }
    .pb-md-160 {
        padding-bottom: 160px!important
    }
}

@media(min-width:768px) {
    .mb-md-161 {
        margin-bottom: 161px!important
    }
    .pb-md-161 {
        padding-bottom: 161px!important
    }
}

@media(min-width:768px) {
    .mb-md-162 {
        margin-bottom: 162px!important
    }
    .pb-md-162 {
        padding-bottom: 162px!important
    }
}

@media(min-width:768px) {
    .mb-md-163 {
        margin-bottom: 163px!important
    }
    .pb-md-163 {
        padding-bottom: 163px!important
    }
}

@media(min-width:768px) {
    .mb-md-164 {
        margin-bottom: 164px!important
    }
    .pb-md-164 {
        padding-bottom: 164px!important
    }
}

@media(min-width:768px) {
    .mb-md-165 {
        margin-bottom: 165px!important
    }
    .pb-md-165 {
        padding-bottom: 165px!important
    }
}

@media(min-width:768px) {
    .mb-md-166 {
        margin-bottom: 166px!important
    }
    .pb-md-166 {
        padding-bottom: 166px!important
    }
}

@media(min-width:768px) {
    .mb-md-167 {
        margin-bottom: 167px!important
    }
    .pb-md-167 {
        padding-bottom: 167px!important
    }
}

@media(min-width:768px) {
    .mb-md-168 {
        margin-bottom: 168px!important
    }
    .pb-md-168 {
        padding-bottom: 168px!important
    }
}

@media(min-width:768px) {
    .mb-md-169 {
        margin-bottom: 169px!important
    }
    .pb-md-169 {
        padding-bottom: 169px!important
    }
}

@media(min-width:768px) {
    .mb-md-170 {
        margin-bottom: 170px!important
    }
    .pb-md-170 {
        padding-bottom: 170px!important
    }
}

@media(min-width:768px) {
    .mb-md-171 {
        margin-bottom: 171px!important
    }
    .pb-md-171 {
        padding-bottom: 171px!important
    }
}

@media(min-width:768px) {
    .mb-md-172 {
        margin-bottom: 172px!important
    }
    .pb-md-172 {
        padding-bottom: 172px!important
    }
}

@media(min-width:768px) {
    .mb-md-173 {
        margin-bottom: 173px!important
    }
    .pb-md-173 {
        padding-bottom: 173px!important
    }
}

@media(min-width:768px) {
    .mb-md-174 {
        margin-bottom: 174px!important
    }
    .pb-md-174 {
        padding-bottom: 174px!important
    }
}

@media(min-width:768px) {
    .mb-md-175 {
        margin-bottom: 175px!important
    }
    .pb-md-175 {
        padding-bottom: 175px!important
    }
}

@media(min-width:768px) {
    .mb-md-176 {
        margin-bottom: 176px!important
    }
    .pb-md-176 {
        padding-bottom: 176px!important
    }
}

@media(min-width:768px) {
    .mb-md-177 {
        margin-bottom: 177px!important
    }
    .pb-md-177 {
        padding-bottom: 177px!important
    }
}

@media(min-width:768px) {
    .mb-md-178 {
        margin-bottom: 178px!important
    }
    .pb-md-178 {
        padding-bottom: 178px!important
    }
}

@media(min-width:768px) {
    .mb-md-179 {
        margin-bottom: 179px!important
    }
    .pb-md-179 {
        padding-bottom: 179px!important
    }
}

@media(min-width:768px) {
    .mb-md-180 {
        margin-bottom: 180px!important
    }
    .pb-md-180 {
        padding-bottom: 180px!important
    }
}

@media(min-width:768px) {
    .mb-md-181 {
        margin-bottom: 181px!important
    }
    .pb-md-181 {
        padding-bottom: 181px!important
    }
}

@media(min-width:768px) {
    .mb-md-182 {
        margin-bottom: 182px!important
    }
    .pb-md-182 {
        padding-bottom: 182px!important
    }
}

@media(min-width:768px) {
    .mb-md-183 {
        margin-bottom: 183px!important
    }
    .pb-md-183 {
        padding-bottom: 183px!important
    }
}

@media(min-width:768px) {
    .mb-md-184 {
        margin-bottom: 184px!important
    }
    .pb-md-184 {
        padding-bottom: 184px!important
    }
}

@media(min-width:768px) {
    .mb-md-185 {
        margin-bottom: 185px!important
    }
    .pb-md-185 {
        padding-bottom: 185px!important
    }
}

@media(min-width:768px) {
    .mb-md-186 {
        margin-bottom: 186px!important
    }
    .pb-md-186 {
        padding-bottom: 186px!important
    }
}

@media(min-width:768px) {
    .mb-md-187 {
        margin-bottom: 187px!important
    }
    .pb-md-187 {
        padding-bottom: 187px!important
    }
}

@media(min-width:768px) {
    .mb-md-188 {
        margin-bottom: 188px!important
    }
    .pb-md-188 {
        padding-bottom: 188px!important
    }
}

@media(min-width:768px) {
    .mb-md-189 {
        margin-bottom: 189px!important
    }
    .pb-md-189 {
        padding-bottom: 189px!important
    }
}

@media(min-width:768px) {
    .mb-md-190 {
        margin-bottom: 190px!important
    }
    .pb-md-190 {
        padding-bottom: 190px!important
    }
}

@media(min-width:768px) {
    .mb-md-191 {
        margin-bottom: 191px!important
    }
    .pb-md-191 {
        padding-bottom: 191px!important
    }
}

@media(min-width:768px) {
    .mb-md-192 {
        margin-bottom: 192px!important
    }
    .pb-md-192 {
        padding-bottom: 192px!important
    }
}

@media(min-width:768px) {
    .mb-md-193 {
        margin-bottom: 193px!important
    }
    .pb-md-193 {
        padding-bottom: 193px!important
    }
}

@media(min-width:768px) {
    .mb-md-194 {
        margin-bottom: 194px!important
    }
    .pb-md-194 {
        padding-bottom: 194px!important
    }
}

@media(min-width:768px) {
    .mb-md-195 {
        margin-bottom: 195px!important
    }
    .pb-md-195 {
        padding-bottom: 195px!important
    }
}

@media(min-width:768px) {
    .mb-md-196 {
        margin-bottom: 196px!important
    }
    .pb-md-196 {
        padding-bottom: 196px!important
    }
}

@media(min-width:768px) {
    .mb-md-197 {
        margin-bottom: 197px!important
    }
    .pb-md-197 {
        padding-bottom: 197px!important
    }
}

@media(min-width:768px) {
    .mb-md-198 {
        margin-bottom: 198px!important
    }
    .pb-md-198 {
        padding-bottom: 198px!important
    }
}

@media(min-width:768px) {
    .mb-md-199 {
        margin-bottom: 199px!important
    }
    .pb-md-199 {
        padding-bottom: 199px!important
    }
}

@media(min-width:768px) {
    .mb-md-200 {
        margin-bottom: 200px!important
    }
    .pb-md-200 {
        padding-bottom: 200px!important
    }
}

@media(min-width:768px) {
    .ml-md-0 {
        margin-left: 0!important
    }
    .pl-md-0 {
        padding-left: 0!important
    }
}

@media(min-width:768px) {
    .ml-md-1 {
        margin-left: 1px!important
    }
    .pl-md-1 {
        padding-left: 1px!important
    }
}

@media(min-width:768px) {
    .ml-md-2 {
        margin-left: 2px!important
    }
    .pl-md-2 {
        padding-left: 2px!important
    }
}

@media(min-width:768px) {
    .ml-md-3 {
        margin-left: 3px!important
    }
    .pl-md-3 {
        padding-left: 3px!important
    }
}

@media(min-width:768px) {
    .ml-md-4 {
        margin-left: 4px!important
    }
    .pl-md-4 {
        padding-left: 4px!important
    }
}

@media(min-width:768px) {
    .ml-md-5 {
        margin-left: 5px!important
    }
    .pl-md-5 {
        padding-left: 5px!important
    }
}

@media(min-width:768px) {
    .ml-md-6 {
        margin-left: 6px!important
    }
    .pl-md-6 {
        padding-left: 6px!important
    }
}

@media(min-width:768px) {
    .ml-md-7 {
        margin-left: 7px!important
    }
    .pl-md-7 {
        padding-left: 7px!important
    }
}

@media(min-width:768px) {
    .ml-md-8 {
        margin-left: 8px!important
    }
    .pl-md-8 {
        padding-left: 8px!important
    }
}

@media(min-width:768px) {
    .ml-md-9 {
        margin-left: 9px!important
    }
    .pl-md-9 {
        padding-left: 9px!important
    }
}

@media(min-width:768px) {
    .ml-md-10 {
        margin-left: 10px!important
    }
    .pl-md-10 {
        padding-left: 10px!important
    }
}

@media(min-width:768px) {
    .ml-md-11 {
        margin-left: 11px!important
    }
    .pl-md-11 {
        padding-left: 11px!important
    }
}

@media(min-width:768px) {
    .ml-md-12 {
        margin-left: 12px!important
    }
    .pl-md-12 {
        padding-left: 12px!important
    }
}

@media(min-width:768px) {
    .ml-md-13 {
        margin-left: 13px!important
    }
    .pl-md-13 {
        padding-left: 13px!important
    }
}

@media(min-width:768px) {
    .ml-md-14 {
        margin-left: 14px!important
    }
    .pl-md-14 {
        padding-left: 14px!important
    }
}

@media(min-width:768px) {
    .ml-md-15 {
        margin-left: 15px!important
    }
    .pl-md-15 {
        padding-left: 15px!important
    }
}

@media(min-width:768px) {
    .ml-md-16 {
        margin-left: 16px!important
    }
    .pl-md-16 {
        padding-left: 16px!important
    }
}

@media(min-width:768px) {
    .ml-md-17 {
        margin-left: 17px!important
    }
    .pl-md-17 {
        padding-left: 17px!important
    }
}

@media(min-width:768px) {
    .ml-md-18 {
        margin-left: 18px!important
    }
    .pl-md-18 {
        padding-left: 18px!important
    }
}

@media(min-width:768px) {
    .ml-md-19 {
        margin-left: 19px!important
    }
    .pl-md-19 {
        padding-left: 19px!important
    }
}

@media(min-width:768px) {
    .ml-md-20 {
        margin-left: 20px!important
    }
    .pl-md-20 {
        padding-left: 20px!important
    }
}

@media(min-width:768px) {
    .ml-md-21 {
        margin-left: 21px!important
    }
    .pl-md-21 {
        padding-left: 21px!important
    }
}

@media(min-width:768px) {
    .ml-md-22 {
        margin-left: 22px!important
    }
    .pl-md-22 {
        padding-left: 22px!important
    }
}

@media(min-width:768px) {
    .ml-md-23 {
        margin-left: 23px!important
    }
    .pl-md-23 {
        padding-left: 23px!important
    }
}

@media(min-width:768px) {
    .ml-md-24 {
        margin-left: 24px!important
    }
    .pl-md-24 {
        padding-left: 24px!important
    }
}

@media(min-width:768px) {
    .ml-md-25 {
        margin-left: 25px!important
    }
    .pl-md-25 {
        padding-left: 25px!important
    }
}

@media(min-width:768px) {
    .ml-md-26 {
        margin-left: 26px!important
    }
    .pl-md-26 {
        padding-left: 26px!important
    }
}

@media(min-width:768px) {
    .ml-md-27 {
        margin-left: 27px!important
    }
    .pl-md-27 {
        padding-left: 27px!important
    }
}

@media(min-width:768px) {
    .ml-md-28 {
        margin-left: 28px!important
    }
    .pl-md-28 {
        padding-left: 28px!important
    }
}

@media(min-width:768px) {
    .ml-md-29 {
        margin-left: 29px!important
    }
    .pl-md-29 {
        padding-left: 29px!important
    }
}

@media(min-width:768px) {
    .ml-md-30 {
        margin-left: 30px!important
    }
    .pl-md-30 {
        padding-left: 30px!important
    }
}

@media(min-width:768px) {
    .ml-md-31 {
        margin-left: 31px!important
    }
    .pl-md-31 {
        padding-left: 31px!important
    }
}

@media(min-width:768px) {
    .ml-md-32 {
        margin-left: 32px!important
    }
    .pl-md-32 {
        padding-left: 32px!important
    }
}

@media(min-width:768px) {
    .ml-md-33 {
        margin-left: 33px!important
    }
    .pl-md-33 {
        padding-left: 33px!important
    }
}

@media(min-width:768px) {
    .ml-md-34 {
        margin-left: 34px!important
    }
    .pl-md-34 {
        padding-left: 34px!important
    }
}

@media(min-width:768px) {
    .ml-md-35 {
        margin-left: 35px!important
    }
    .pl-md-35 {
        padding-left: 35px!important
    }
}

@media(min-width:768px) {
    .ml-md-36 {
        margin-left: 36px!important
    }
    .pl-md-36 {
        padding-left: 36px!important
    }
}

@media(min-width:768px) {
    .ml-md-37 {
        margin-left: 37px!important
    }
    .pl-md-37 {
        padding-left: 37px!important
    }
}

@media(min-width:768px) {
    .ml-md-38 {
        margin-left: 38px!important
    }
    .pl-md-38 {
        padding-left: 38px!important
    }
}

@media(min-width:768px) {
    .ml-md-39 {
        margin-left: 39px!important
    }
    .pl-md-39 {
        padding-left: 39px!important
    }
}

@media(min-width:768px) {
    .ml-md-40 {
        margin-left: 40px!important
    }
    .pl-md-40 {
        padding-left: 40px!important
    }
}

@media(min-width:768px) {
    .ml-md-41 {
        margin-left: 41px!important
    }
    .pl-md-41 {
        padding-left: 41px!important
    }
}

@media(min-width:768px) {
    .ml-md-42 {
        margin-left: 42px!important
    }
    .pl-md-42 {
        padding-left: 42px!important
    }
}

@media(min-width:768px) {
    .ml-md-43 {
        margin-left: 43px!important
    }
    .pl-md-43 {
        padding-left: 43px!important
    }
}

@media(min-width:768px) {
    .ml-md-44 {
        margin-left: 44px!important
    }
    .pl-md-44 {
        padding-left: 44px!important
    }
}

@media(min-width:768px) {
    .ml-md-45 {
        margin-left: 45px!important
    }
    .pl-md-45 {
        padding-left: 45px!important
    }
}

@media(min-width:768px) {
    .ml-md-46 {
        margin-left: 46px!important
    }
    .pl-md-46 {
        padding-left: 46px!important
    }
}

@media(min-width:768px) {
    .ml-md-47 {
        margin-left: 47px!important
    }
    .pl-md-47 {
        padding-left: 47px!important
    }
}

@media(min-width:768px) {
    .ml-md-48 {
        margin-left: 48px!important
    }
    .pl-md-48 {
        padding-left: 48px!important
    }
}

@media(min-width:768px) {
    .ml-md-49 {
        margin-left: 49px!important
    }
    .pl-md-49 {
        padding-left: 49px!important
    }
}

@media(min-width:768px) {
    .ml-md-50 {
        margin-left: 50px!important
    }
    .pl-md-50 {
        padding-left: 50px!important
    }
}

@media(min-width:768px) {
    .ml-md-51 {
        margin-left: 51px!important
    }
    .pl-md-51 {
        padding-left: 51px!important
    }
}

@media(min-width:768px) {
    .ml-md-52 {
        margin-left: 52px!important
    }
    .pl-md-52 {
        padding-left: 52px!important
    }
}

@media(min-width:768px) {
    .ml-md-53 {
        margin-left: 53px!important
    }
    .pl-md-53 {
        padding-left: 53px!important
    }
}

@media(min-width:768px) {
    .ml-md-54 {
        margin-left: 54px!important
    }
    .pl-md-54 {
        padding-left: 54px!important
    }
}

@media(min-width:768px) {
    .ml-md-55 {
        margin-left: 55px!important
    }
    .pl-md-55 {
        padding-left: 55px!important
    }
}

@media(min-width:768px) {
    .ml-md-56 {
        margin-left: 56px!important
    }
    .pl-md-56 {
        padding-left: 56px!important
    }
}

@media(min-width:768px) {
    .ml-md-57 {
        margin-left: 57px!important
    }
    .pl-md-57 {
        padding-left: 57px!important
    }
}

@media(min-width:768px) {
    .ml-md-58 {
        margin-left: 58px!important
    }
    .pl-md-58 {
        padding-left: 58px!important
    }
}

@media(min-width:768px) {
    .ml-md-59 {
        margin-left: 59px!important
    }
    .pl-md-59 {
        padding-left: 59px!important
    }
}

@media(min-width:768px) {
    .ml-md-60 {
        margin-left: 60px!important
    }
    .pl-md-60 {
        padding-left: 60px!important
    }
}

@media(min-width:768px) {
    .ml-md-61 {
        margin-left: 61px!important
    }
    .pl-md-61 {
        padding-left: 61px!important
    }
}

@media(min-width:768px) {
    .ml-md-62 {
        margin-left: 62px!important
    }
    .pl-md-62 {
        padding-left: 62px!important
    }
}

@media(min-width:768px) {
    .ml-md-63 {
        margin-left: 63px!important
    }
    .pl-md-63 {
        padding-left: 63px!important
    }
}

@media(min-width:768px) {
    .ml-md-64 {
        margin-left: 64px!important
    }
    .pl-md-64 {
        padding-left: 64px!important
    }
}

@media(min-width:768px) {
    .ml-md-65 {
        margin-left: 65px!important
    }
    .pl-md-65 {
        padding-left: 65px!important
    }
}

@media(min-width:768px) {
    .ml-md-66 {
        margin-left: 66px!important
    }
    .pl-md-66 {
        padding-left: 66px!important
    }
}

@media(min-width:768px) {
    .ml-md-67 {
        margin-left: 67px!important
    }
    .pl-md-67 {
        padding-left: 67px!important
    }
}

@media(min-width:768px) {
    .ml-md-68 {
        margin-left: 68px!important
    }
    .pl-md-68 {
        padding-left: 68px!important
    }
}

@media(min-width:768px) {
    .ml-md-69 {
        margin-left: 69px!important
    }
    .pl-md-69 {
        padding-left: 69px!important
    }
}

@media(min-width:768px) {
    .ml-md-70 {
        margin-left: 70px!important
    }
    .pl-md-70 {
        padding-left: 70px!important
    }
}

@media(min-width:768px) {
    .ml-md-71 {
        margin-left: 71px!important
    }
    .pl-md-71 {
        padding-left: 71px!important
    }
}

@media(min-width:768px) {
    .ml-md-72 {
        margin-left: 72px!important
    }
    .pl-md-72 {
        padding-left: 72px!important
    }
}

@media(min-width:768px) {
    .ml-md-73 {
        margin-left: 73px!important
    }
    .pl-md-73 {
        padding-left: 73px!important
    }
}

@media(min-width:768px) {
    .ml-md-74 {
        margin-left: 74px!important
    }
    .pl-md-74 {
        padding-left: 74px!important
    }
}

@media(min-width:768px) {
    .ml-md-75 {
        margin-left: 75px!important
    }
    .pl-md-75 {
        padding-left: 75px!important
    }
}

@media(min-width:768px) {
    .ml-md-76 {
        margin-left: 76px!important
    }
    .pl-md-76 {
        padding-left: 76px!important
    }
}

@media(min-width:768px) {
    .ml-md-77 {
        margin-left: 77px!important
    }
    .pl-md-77 {
        padding-left: 77px!important
    }
}

@media(min-width:768px) {
    .ml-md-78 {
        margin-left: 78px!important
    }
    .pl-md-78 {
        padding-left: 78px!important
    }
}

@media(min-width:768px) {
    .ml-md-79 {
        margin-left: 79px!important
    }
    .pl-md-79 {
        padding-left: 79px!important
    }
}

@media(min-width:768px) {
    .ml-md-80 {
        margin-left: 80px!important
    }
    .pl-md-80 {
        padding-left: 80px!important
    }
}

@media(min-width:768px) {
    .ml-md-81 {
        margin-left: 81px!important
    }
    .pl-md-81 {
        padding-left: 81px!important
    }
}

@media(min-width:768px) {
    .ml-md-82 {
        margin-left: 82px!important
    }
    .pl-md-82 {
        padding-left: 82px!important
    }
}

@media(min-width:768px) {
    .ml-md-83 {
        margin-left: 83px!important
    }
    .pl-md-83 {
        padding-left: 83px!important
    }
}

@media(min-width:768px) {
    .ml-md-84 {
        margin-left: 84px!important
    }
    .pl-md-84 {
        padding-left: 84px!important
    }
}

@media(min-width:768px) {
    .ml-md-85 {
        margin-left: 85px!important
    }
    .pl-md-85 {
        padding-left: 85px!important
    }
}

@media(min-width:768px) {
    .ml-md-86 {
        margin-left: 86px!important
    }
    .pl-md-86 {
        padding-left: 86px!important
    }
}

@media(min-width:768px) {
    .ml-md-87 {
        margin-left: 87px!important
    }
    .pl-md-87 {
        padding-left: 87px!important
    }
}

@media(min-width:768px) {
    .ml-md-88 {
        margin-left: 88px!important
    }
    .pl-md-88 {
        padding-left: 88px!important
    }
}

@media(min-width:768px) {
    .ml-md-89 {
        margin-left: 89px!important
    }
    .pl-md-89 {
        padding-left: 89px!important
    }
}

@media(min-width:768px) {
    .ml-md-90 {
        margin-left: 90px!important
    }
    .pl-md-90 {
        padding-left: 90px!important
    }
}

@media(min-width:768px) {
    .ml-md-91 {
        margin-left: 91px!important
    }
    .pl-md-91 {
        padding-left: 91px!important
    }
}

@media(min-width:768px) {
    .ml-md-92 {
        margin-left: 92px!important
    }
    .pl-md-92 {
        padding-left: 92px!important
    }
}

@media(min-width:768px) {
    .ml-md-93 {
        margin-left: 93px!important
    }
    .pl-md-93 {
        padding-left: 93px!important
    }
}

@media(min-width:768px) {
    .ml-md-94 {
        margin-left: 94px!important
    }
    .pl-md-94 {
        padding-left: 94px!important
    }
}

@media(min-width:768px) {
    .ml-md-95 {
        margin-left: 95px!important
    }
    .pl-md-95 {
        padding-left: 95px!important
    }
}

@media(min-width:768px) {
    .ml-md-96 {
        margin-left: 96px!important
    }
    .pl-md-96 {
        padding-left: 96px!important
    }
}

@media(min-width:768px) {
    .ml-md-97 {
        margin-left: 97px!important
    }
    .pl-md-97 {
        padding-left: 97px!important
    }
}

@media(min-width:768px) {
    .ml-md-98 {
        margin-left: 98px!important
    }
    .pl-md-98 {
        padding-left: 98px!important
    }
}

@media(min-width:768px) {
    .ml-md-99 {
        margin-left: 99px!important
    }
    .pl-md-99 {
        padding-left: 99px!important
    }
}

@media(min-width:768px) {
    .ml-md-100 {
        margin-left: 100px!important
    }
    .pl-md-100 {
        padding-left: 100px!important
    }
}

@media(min-width:768px) {
    .ml-md-101 {
        margin-left: 101px!important
    }
    .pl-md-101 {
        padding-left: 101px!important
    }
}

@media(min-width:768px) {
    .ml-md-102 {
        margin-left: 102px!important
    }
    .pl-md-102 {
        padding-left: 102px!important
    }
}

@media(min-width:768px) {
    .ml-md-103 {
        margin-left: 103px!important
    }
    .pl-md-103 {
        padding-left: 103px!important
    }
}

@media(min-width:768px) {
    .ml-md-104 {
        margin-left: 104px!important
    }
    .pl-md-104 {
        padding-left: 104px!important
    }
}

@media(min-width:768px) {
    .ml-md-105 {
        margin-left: 105px!important
    }
    .pl-md-105 {
        padding-left: 105px!important
    }
}

@media(min-width:768px) {
    .ml-md-106 {
        margin-left: 106px!important
    }
    .pl-md-106 {
        padding-left: 106px!important
    }
}

@media(min-width:768px) {
    .ml-md-107 {
        margin-left: 107px!important
    }
    .pl-md-107 {
        padding-left: 107px!important
    }
}

@media(min-width:768px) {
    .ml-md-108 {
        margin-left: 108px!important
    }
    .pl-md-108 {
        padding-left: 108px!important
    }
}

@media(min-width:768px) {
    .ml-md-109 {
        margin-left: 109px!important
    }
    .pl-md-109 {
        padding-left: 109px!important
    }
}

@media(min-width:768px) {
    .ml-md-110 {
        margin-left: 110px!important
    }
    .pl-md-110 {
        padding-left: 110px!important
    }
}

@media(min-width:768px) {
    .ml-md-111 {
        margin-left: 111px!important
    }
    .pl-md-111 {
        padding-left: 111px!important
    }
}

@media(min-width:768px) {
    .ml-md-112 {
        margin-left: 112px!important
    }
    .pl-md-112 {
        padding-left: 112px!important
    }
}

@media(min-width:768px) {
    .ml-md-113 {
        margin-left: 113px!important
    }
    .pl-md-113 {
        padding-left: 113px!important
    }
}

@media(min-width:768px) {
    .ml-md-114 {
        margin-left: 114px!important
    }
    .pl-md-114 {
        padding-left: 114px!important
    }
}

@media(min-width:768px) {
    .ml-md-115 {
        margin-left: 115px!important
    }
    .pl-md-115 {
        padding-left: 115px!important
    }
}

@media(min-width:768px) {
    .ml-md-116 {
        margin-left: 116px!important
    }
    .pl-md-116 {
        padding-left: 116px!important
    }
}

@media(min-width:768px) {
    .ml-md-117 {
        margin-left: 117px!important
    }
    .pl-md-117 {
        padding-left: 117px!important
    }
}

@media(min-width:768px) {
    .ml-md-118 {
        margin-left: 118px!important
    }
    .pl-md-118 {
        padding-left: 118px!important
    }
}

@media(min-width:768px) {
    .ml-md-119 {
        margin-left: 119px!important
    }
    .pl-md-119 {
        padding-left: 119px!important
    }
}

@media(min-width:768px) {
    .ml-md-120 {
        margin-left: 120px!important
    }
    .pl-md-120 {
        padding-left: 120px!important
    }
}

@media(min-width:768px) {
    .ml-md-121 {
        margin-left: 121px!important
    }
    .pl-md-121 {
        padding-left: 121px!important
    }
}

@media(min-width:768px) {
    .ml-md-122 {
        margin-left: 122px!important
    }
    .pl-md-122 {
        padding-left: 122px!important
    }
}

@media(min-width:768px) {
    .ml-md-123 {
        margin-left: 123px!important
    }
    .pl-md-123 {
        padding-left: 123px!important
    }
}

@media(min-width:768px) {
    .ml-md-124 {
        margin-left: 124px!important
    }
    .pl-md-124 {
        padding-left: 124px!important
    }
}

@media(min-width:768px) {
    .ml-md-125 {
        margin-left: 125px!important
    }
    .pl-md-125 {
        padding-left: 125px!important
    }
}

@media(min-width:768px) {
    .ml-md-126 {
        margin-left: 126px!important
    }
    .pl-md-126 {
        padding-left: 126px!important
    }
}

@media(min-width:768px) {
    .ml-md-127 {
        margin-left: 127px!important
    }
    .pl-md-127 {
        padding-left: 127px!important
    }
}

@media(min-width:768px) {
    .ml-md-128 {
        margin-left: 128px!important
    }
    .pl-md-128 {
        padding-left: 128px!important
    }
}

@media(min-width:768px) {
    .ml-md-129 {
        margin-left: 129px!important
    }
    .pl-md-129 {
        padding-left: 129px!important
    }
}

@media(min-width:768px) {
    .ml-md-130 {
        margin-left: 130px!important
    }
    .pl-md-130 {
        padding-left: 130px!important
    }
}

@media(min-width:768px) {
    .ml-md-131 {
        margin-left: 131px!important
    }
    .pl-md-131 {
        padding-left: 131px!important
    }
}

@media(min-width:768px) {
    .ml-md-132 {
        margin-left: 132px!important
    }
    .pl-md-132 {
        padding-left: 132px!important
    }
}

@media(min-width:768px) {
    .ml-md-133 {
        margin-left: 133px!important
    }
    .pl-md-133 {
        padding-left: 133px!important
    }
}

@media(min-width:768px) {
    .ml-md-134 {
        margin-left: 134px!important
    }
    .pl-md-134 {
        padding-left: 134px!important
    }
}

@media(min-width:768px) {
    .ml-md-135 {
        margin-left: 135px!important
    }
    .pl-md-135 {
        padding-left: 135px!important
    }
}

@media(min-width:768px) {
    .ml-md-136 {
        margin-left: 136px!important
    }
    .pl-md-136 {
        padding-left: 136px!important
    }
}

@media(min-width:768px) {
    .ml-md-137 {
        margin-left: 137px!important
    }
    .pl-md-137 {
        padding-left: 137px!important
    }
}

@media(min-width:768px) {
    .ml-md-138 {
        margin-left: 138px!important
    }
    .pl-md-138 {
        padding-left: 138px!important
    }
}

@media(min-width:768px) {
    .ml-md-139 {
        margin-left: 139px!important
    }
    .pl-md-139 {
        padding-left: 139px!important
    }
}

@media(min-width:768px) {
    .ml-md-140 {
        margin-left: 140px!important
    }
    .pl-md-140 {
        padding-left: 140px!important
    }
}

@media(min-width:768px) {
    .ml-md-141 {
        margin-left: 141px!important
    }
    .pl-md-141 {
        padding-left: 141px!important
    }
}

@media(min-width:768px) {
    .ml-md-142 {
        margin-left: 142px!important
    }
    .pl-md-142 {
        padding-left: 142px!important
    }
}

@media(min-width:768px) {
    .ml-md-143 {
        margin-left: 143px!important
    }
    .pl-md-143 {
        padding-left: 143px!important
    }
}

@media(min-width:768px) {
    .ml-md-144 {
        margin-left: 144px!important
    }
    .pl-md-144 {
        padding-left: 144px!important
    }
}

@media(min-width:768px) {
    .ml-md-145 {
        margin-left: 145px!important
    }
    .pl-md-145 {
        padding-left: 145px!important
    }
}

@media(min-width:768px) {
    .ml-md-146 {
        margin-left: 146px!important
    }
    .pl-md-146 {
        padding-left: 146px!important
    }
}

@media(min-width:768px) {
    .ml-md-147 {
        margin-left: 147px!important
    }
    .pl-md-147 {
        padding-left: 147px!important
    }
}

@media(min-width:768px) {
    .ml-md-148 {
        margin-left: 148px!important
    }
    .pl-md-148 {
        padding-left: 148px!important
    }
}

@media(min-width:768px) {
    .ml-md-149 {
        margin-left: 149px!important
    }
    .pl-md-149 {
        padding-left: 149px!important
    }
}

@media(min-width:768px) {
    .ml-md-150 {
        margin-left: 150px!important
    }
    .pl-md-150 {
        padding-left: 150px!important
    }
}

@media(min-width:768px) {
    .ml-md-151 {
        margin-left: 151px!important
    }
    .pl-md-151 {
        padding-left: 151px!important
    }
}

@media(min-width:768px) {
    .ml-md-152 {
        margin-left: 152px!important
    }
    .pl-md-152 {
        padding-left: 152px!important
    }
}

@media(min-width:768px) {
    .ml-md-153 {
        margin-left: 153px!important
    }
    .pl-md-153 {
        padding-left: 153px!important
    }
}

@media(min-width:768px) {
    .ml-md-154 {
        margin-left: 154px!important
    }
    .pl-md-154 {
        padding-left: 154px!important
    }
}

@media(min-width:768px) {
    .ml-md-155 {
        margin-left: 155px!important
    }
    .pl-md-155 {
        padding-left: 155px!important
    }
}

@media(min-width:768px) {
    .ml-md-156 {
        margin-left: 156px!important
    }
    .pl-md-156 {
        padding-left: 156px!important
    }
}

@media(min-width:768px) {
    .ml-md-157 {
        margin-left: 157px!important
    }
    .pl-md-157 {
        padding-left: 157px!important
    }
}

@media(min-width:768px) {
    .ml-md-158 {
        margin-left: 158px!important
    }
    .pl-md-158 {
        padding-left: 158px!important
    }
}

@media(min-width:768px) {
    .ml-md-159 {
        margin-left: 159px!important
    }
    .pl-md-159 {
        padding-left: 159px!important
    }
}

@media(min-width:768px) {
    .ml-md-160 {
        margin-left: 160px!important
    }
    .pl-md-160 {
        padding-left: 160px!important
    }
}

@media(min-width:768px) {
    .ml-md-161 {
        margin-left: 161px!important
    }
    .pl-md-161 {
        padding-left: 161px!important
    }
}

@media(min-width:768px) {
    .ml-md-162 {
        margin-left: 162px!important
    }
    .pl-md-162 {
        padding-left: 162px!important
    }
}

@media(min-width:768px) {
    .ml-md-163 {
        margin-left: 163px!important
    }
    .pl-md-163 {
        padding-left: 163px!important
    }
}

@media(min-width:768px) {
    .ml-md-164 {
        margin-left: 164px!important
    }
    .pl-md-164 {
        padding-left: 164px!important
    }
}

@media(min-width:768px) {
    .ml-md-165 {
        margin-left: 165px!important
    }
    .pl-md-165 {
        padding-left: 165px!important
    }
}

@media(min-width:768px) {
    .ml-md-166 {
        margin-left: 166px!important
    }
    .pl-md-166 {
        padding-left: 166px!important
    }
}

@media(min-width:768px) {
    .ml-md-167 {
        margin-left: 167px!important
    }
    .pl-md-167 {
        padding-left: 167px!important
    }
}

@media(min-width:768px) {
    .ml-md-168 {
        margin-left: 168px!important
    }
    .pl-md-168 {
        padding-left: 168px!important
    }
}

@media(min-width:768px) {
    .ml-md-169 {
        margin-left: 169px!important
    }
    .pl-md-169 {
        padding-left: 169px!important
    }
}

@media(min-width:768px) {
    .ml-md-170 {
        margin-left: 170px!important
    }
    .pl-md-170 {
        padding-left: 170px!important
    }
}

@media(min-width:768px) {
    .ml-md-171 {
        margin-left: 171px!important
    }
    .pl-md-171 {
        padding-left: 171px!important
    }
}

@media(min-width:768px) {
    .ml-md-172 {
        margin-left: 172px!important
    }
    .pl-md-172 {
        padding-left: 172px!important
    }
}

@media(min-width:768px) {
    .ml-md-173 {
        margin-left: 173px!important
    }
    .pl-md-173 {
        padding-left: 173px!important
    }
}

@media(min-width:768px) {
    .ml-md-174 {
        margin-left: 174px!important
    }
    .pl-md-174 {
        padding-left: 174px!important
    }
}

@media(min-width:768px) {
    .ml-md-175 {
        margin-left: 175px!important
    }
    .pl-md-175 {
        padding-left: 175px!important
    }
}

@media(min-width:768px) {
    .ml-md-176 {
        margin-left: 176px!important
    }
    .pl-md-176 {
        padding-left: 176px!important
    }
}

@media(min-width:768px) {
    .ml-md-177 {
        margin-left: 177px!important
    }
    .pl-md-177 {
        padding-left: 177px!important
    }
}

@media(min-width:768px) {
    .ml-md-178 {
        margin-left: 178px!important
    }
    .pl-md-178 {
        padding-left: 178px!important
    }
}

@media(min-width:768px) {
    .ml-md-179 {
        margin-left: 179px!important
    }
    .pl-md-179 {
        padding-left: 179px!important
    }
}

@media(min-width:768px) {
    .ml-md-180 {
        margin-left: 180px!important
    }
    .pl-md-180 {
        padding-left: 180px!important
    }
}

@media(min-width:768px) {
    .ml-md-181 {
        margin-left: 181px!important
    }
    .pl-md-181 {
        padding-left: 181px!important
    }
}

@media(min-width:768px) {
    .ml-md-182 {
        margin-left: 182px!important
    }
    .pl-md-182 {
        padding-left: 182px!important
    }
}

@media(min-width:768px) {
    .ml-md-183 {
        margin-left: 183px!important
    }
    .pl-md-183 {
        padding-left: 183px!important
    }
}

@media(min-width:768px) {
    .ml-md-184 {
        margin-left: 184px!important
    }
    .pl-md-184 {
        padding-left: 184px!important
    }
}

@media(min-width:768px) {
    .ml-md-185 {
        margin-left: 185px!important
    }
    .pl-md-185 {
        padding-left: 185px!important
    }
}

@media(min-width:768px) {
    .ml-md-186 {
        margin-left: 186px!important
    }
    .pl-md-186 {
        padding-left: 186px!important
    }
}

@media(min-width:768px) {
    .ml-md-187 {
        margin-left: 187px!important
    }
    .pl-md-187 {
        padding-left: 187px!important
    }
}

@media(min-width:768px) {
    .ml-md-188 {
        margin-left: 188px!important
    }
    .pl-md-188 {
        padding-left: 188px!important
    }
}

@media(min-width:768px) {
    .ml-md-189 {
        margin-left: 189px!important
    }
    .pl-md-189 {
        padding-left: 189px!important
    }
}

@media(min-width:768px) {
    .ml-md-190 {
        margin-left: 190px!important
    }
    .pl-md-190 {
        padding-left: 190px!important
    }
}

@media(min-width:768px) {
    .ml-md-191 {
        margin-left: 191px!important
    }
    .pl-md-191 {
        padding-left: 191px!important
    }
}

@media(min-width:768px) {
    .ml-md-192 {
        margin-left: 192px!important
    }
    .pl-md-192 {
        padding-left: 192px!important
    }
}

@media(min-width:768px) {
    .ml-md-193 {
        margin-left: 193px!important
    }
    .pl-md-193 {
        padding-left: 193px!important
    }
}

@media(min-width:768px) {
    .ml-md-194 {
        margin-left: 194px!important
    }
    .pl-md-194 {
        padding-left: 194px!important
    }
}

@media(min-width:768px) {
    .ml-md-195 {
        margin-left: 195px!important
    }
    .pl-md-195 {
        padding-left: 195px!important
    }
}

@media(min-width:768px) {
    .ml-md-196 {
        margin-left: 196px!important
    }
    .pl-md-196 {
        padding-left: 196px!important
    }
}

@media(min-width:768px) {
    .ml-md-197 {
        margin-left: 197px!important
    }
    .pl-md-197 {
        padding-left: 197px!important
    }
}

@media(min-width:768px) {
    .ml-md-198 {
        margin-left: 198px!important
    }
    .pl-md-198 {
        padding-left: 198px!important
    }
}

@media(min-width:768px) {
    .ml-md-199 {
        margin-left: 199px!important
    }
    .pl-md-199 {
        padding-left: 199px!important
    }
}

@media(min-width:768px) {
    .ml-md-200 {
        margin-left: 200px!important
    }
    .pl-md-200 {
        padding-left: 200px!important
    }
}

@media(min-width:768px) {
    .mr-md-0 {
        margin-right: 0!important
    }
    .pr-md-0 {
        padding-right: 0!important
    }
}

@media(min-width:768px) {
    .mr-md-1 {
        margin-right: 1px!important
    }
    .pr-md-1 {
        padding-right: 1px!important
    }
}

@media(min-width:768px) {
    .mr-md-2 {
        margin-right: 2px!important
    }
    .pr-md-2 {
        padding-right: 2px!important
    }
}

@media(min-width:768px) {
    .mr-md-3 {
        margin-right: 3px!important
    }
    .pr-md-3 {
        padding-right: 3px!important
    }
}

@media(min-width:768px) {
    .mr-md-4 {
        margin-right: 4px!important
    }
    .pr-md-4 {
        padding-right: 4px!important
    }
}

@media(min-width:768px) {
    .mr-md-5 {
        margin-right: 5px!important
    }
    .pr-md-5 {
        padding-right: 5px!important
    }
}

@media(min-width:768px) {
    .mr-md-6 {
        margin-right: 6px!important
    }
    .pr-md-6 {
        padding-right: 6px!important
    }
}

@media(min-width:768px) {
    .mr-md-7 {
        margin-right: 7px!important
    }
    .pr-md-7 {
        padding-right: 7px!important
    }
}

@media(min-width:768px) {
    .mr-md-8 {
        margin-right: 8px!important
    }
    .pr-md-8 {
        padding-right: 8px!important
    }
}

@media(min-width:768px) {
    .mr-md-9 {
        margin-right: 9px!important
    }
    .pr-md-9 {
        padding-right: 9px!important
    }
}

@media(min-width:768px) {
    .mr-md-10 {
        margin-right: 10px!important
    }
    .pr-md-10 {
        padding-right: 10px!important
    }
}

@media(min-width:768px) {
    .mr-md-11 {
        margin-right: 11px!important
    }
    .pr-md-11 {
        padding-right: 11px!important
    }
}

@media(min-width:768px) {
    .mr-md-12 {
        margin-right: 12px!important
    }
    .pr-md-12 {
        padding-right: 12px!important
    }
}

@media(min-width:768px) {
    .mr-md-13 {
        margin-right: 13px!important
    }
    .pr-md-13 {
        padding-right: 13px!important
    }
}

@media(min-width:768px) {
    .mr-md-14 {
        margin-right: 14px!important
    }
    .pr-md-14 {
        padding-right: 14px!important
    }
}

@media(min-width:768px) {
    .mr-md-15 {
        margin-right: 15px!important
    }
    .pr-md-15 {
        padding-right: 15px!important
    }
}

@media(min-width:768px) {
    .mr-md-16 {
        margin-right: 16px!important
    }
    .pr-md-16 {
        padding-right: 16px!important
    }
}

@media(min-width:768px) {
    .mr-md-17 {
        margin-right: 17px!important
    }
    .pr-md-17 {
        padding-right: 17px!important
    }
}

@media(min-width:768px) {
    .mr-md-18 {
        margin-right: 18px!important
    }
    .pr-md-18 {
        padding-right: 18px!important
    }
}

@media(min-width:768px) {
    .mr-md-19 {
        margin-right: 19px!important
    }
    .pr-md-19 {
        padding-right: 19px!important
    }
}

@media(min-width:768px) {
    .mr-md-20 {
        margin-right: 20px!important
    }
    .pr-md-20 {
        padding-right: 20px!important
    }
}

@media(min-width:768px) {
    .mr-md-21 {
        margin-right: 21px!important
    }
    .pr-md-21 {
        padding-right: 21px!important
    }
}

@media(min-width:768px) {
    .mr-md-22 {
        margin-right: 22px!important
    }
    .pr-md-22 {
        padding-right: 22px!important
    }
}

@media(min-width:768px) {
    .mr-md-23 {
        margin-right: 23px!important
    }
    .pr-md-23 {
        padding-right: 23px!important
    }
}

@media(min-width:768px) {
    .mr-md-24 {
        margin-right: 24px!important
    }
    .pr-md-24 {
        padding-right: 24px!important
    }
}

@media(min-width:768px) {
    .mr-md-25 {
        margin-right: 25px!important
    }
    .pr-md-25 {
        padding-right: 25px!important
    }
}

@media(min-width:768px) {
    .mr-md-26 {
        margin-right: 26px!important
    }
    .pr-md-26 {
        padding-right: 26px!important
    }
}

@media(min-width:768px) {
    .mr-md-27 {
        margin-right: 27px!important
    }
    .pr-md-27 {
        padding-right: 27px!important
    }
}

@media(min-width:768px) {
    .mr-md-28 {
        margin-right: 28px!important
    }
    .pr-md-28 {
        padding-right: 28px!important
    }
}

@media(min-width:768px) {
    .mr-md-29 {
        margin-right: 29px!important
    }
    .pr-md-29 {
        padding-right: 29px!important
    }
}

@media(min-width:768px) {
    .mr-md-30 {
        margin-right: 30px!important
    }
    .pr-md-30 {
        padding-right: 30px!important
    }
}

@media(min-width:768px) {
    .mr-md-31 {
        margin-right: 31px!important
    }
    .pr-md-31 {
        padding-right: 31px!important
    }
}

@media(min-width:768px) {
    .mr-md-32 {
        margin-right: 32px!important
    }
    .pr-md-32 {
        padding-right: 32px!important
    }
}

@media(min-width:768px) {
    .mr-md-33 {
        margin-right: 33px!important
    }
    .pr-md-33 {
        padding-right: 33px!important
    }
}

@media(min-width:768px) {
    .mr-md-34 {
        margin-right: 34px!important
    }
    .pr-md-34 {
        padding-right: 34px!important
    }
}

@media(min-width:768px) {
    .mr-md-35 {
        margin-right: 35px!important
    }
    .pr-md-35 {
        padding-right: 35px!important
    }
}

@media(min-width:768px) {
    .mr-md-36 {
        margin-right: 36px!important
    }
    .pr-md-36 {
        padding-right: 36px!important
    }
}

@media(min-width:768px) {
    .mr-md-37 {
        margin-right: 37px!important
    }
    .pr-md-37 {
        padding-right: 37px!important
    }
}

@media(min-width:768px) {
    .mr-md-38 {
        margin-right: 38px!important
    }
    .pr-md-38 {
        padding-right: 38px!important
    }
}

@media(min-width:768px) {
    .mr-md-39 {
        margin-right: 39px!important
    }
    .pr-md-39 {
        padding-right: 39px!important
    }
}

@media(min-width:768px) {
    .mr-md-40 {
        margin-right: 40px!important
    }
    .pr-md-40 {
        padding-right: 40px!important
    }
}

@media(min-width:768px) {
    .mr-md-41 {
        margin-right: 41px!important
    }
    .pr-md-41 {
        padding-right: 41px!important
    }
}

@media(min-width:768px) {
    .mr-md-42 {
        margin-right: 42px!important
    }
    .pr-md-42 {
        padding-right: 42px!important
    }
}

@media(min-width:768px) {
    .mr-md-43 {
        margin-right: 43px!important
    }
    .pr-md-43 {
        padding-right: 43px!important
    }
}

@media(min-width:768px) {
    .mr-md-44 {
        margin-right: 44px!important
    }
    .pr-md-44 {
        padding-right: 44px!important
    }
}

@media(min-width:768px) {
    .mr-md-45 {
        margin-right: 45px!important
    }
    .pr-md-45 {
        padding-right: 45px!important
    }
}

@media(min-width:768px) {
    .mr-md-46 {
        margin-right: 46px!important
    }
    .pr-md-46 {
        padding-right: 46px!important
    }
}

@media(min-width:768px) {
    .mr-md-47 {
        margin-right: 47px!important
    }
    .pr-md-47 {
        padding-right: 47px!important
    }
}

@media(min-width:768px) {
    .mr-md-48 {
        margin-right: 48px!important
    }
    .pr-md-48 {
        padding-right: 48px!important
    }
}

@media(min-width:768px) {
    .mr-md-49 {
        margin-right: 49px!important
    }
    .pr-md-49 {
        padding-right: 49px!important
    }
}

@media(min-width:768px) {
    .mr-md-50 {
        margin-right: 50px!important
    }
    .pr-md-50 {
        padding-right: 50px!important
    }
}

@media(min-width:768px) {
    .mr-md-51 {
        margin-right: 51px!important
    }
    .pr-md-51 {
        padding-right: 51px!important
    }
}

@media(min-width:768px) {
    .mr-md-52 {
        margin-right: 52px!important
    }
    .pr-md-52 {
        padding-right: 52px!important
    }
}

@media(min-width:768px) {
    .mr-md-53 {
        margin-right: 53px!important
    }
    .pr-md-53 {
        padding-right: 53px!important
    }
}

@media(min-width:768px) {
    .mr-md-54 {
        margin-right: 54px!important
    }
    .pr-md-54 {
        padding-right: 54px!important
    }
}

@media(min-width:768px) {
    .mr-md-55 {
        margin-right: 55px!important
    }
    .pr-md-55 {
        padding-right: 55px!important
    }
}

@media(min-width:768px) {
    .mr-md-56 {
        margin-right: 56px!important
    }
    .pr-md-56 {
        padding-right: 56px!important
    }
}

@media(min-width:768px) {
    .mr-md-57 {
        margin-right: 57px!important
    }
    .pr-md-57 {
        padding-right: 57px!important
    }
}

@media(min-width:768px) {
    .mr-md-58 {
        margin-right: 58px!important
    }
    .pr-md-58 {
        padding-right: 58px!important
    }
}

@media(min-width:768px) {
    .mr-md-59 {
        margin-right: 59px!important
    }
    .pr-md-59 {
        padding-right: 59px!important
    }
}

@media(min-width:768px) {
    .mr-md-60 {
        margin-right: 60px!important
    }
    .pr-md-60 {
        padding-right: 60px!important
    }
}

@media(min-width:768px) {
    .mr-md-61 {
        margin-right: 61px!important
    }
    .pr-md-61 {
        padding-right: 61px!important
    }
}

@media(min-width:768px) {
    .mr-md-62 {
        margin-right: 62px!important
    }
    .pr-md-62 {
        padding-right: 62px!important
    }
}

@media(min-width:768px) {
    .mr-md-63 {
        margin-right: 63px!important
    }
    .pr-md-63 {
        padding-right: 63px!important
    }
}

@media(min-width:768px) {
    .mr-md-64 {
        margin-right: 64px!important
    }
    .pr-md-64 {
        padding-right: 64px!important
    }
}

@media(min-width:768px) {
    .mr-md-65 {
        margin-right: 65px!important
    }
    .pr-md-65 {
        padding-right: 65px!important
    }
}

@media(min-width:768px) {
    .mr-md-66 {
        margin-right: 66px!important
    }
    .pr-md-66 {
        padding-right: 66px!important
    }
}

@media(min-width:768px) {
    .mr-md-67 {
        margin-right: 67px!important
    }
    .pr-md-67 {
        padding-right: 67px!important
    }
}

@media(min-width:768px) {
    .mr-md-68 {
        margin-right: 68px!important
    }
    .pr-md-68 {
        padding-right: 68px!important
    }
}

@media(min-width:768px) {
    .mr-md-69 {
        margin-right: 69px!important
    }
    .pr-md-69 {
        padding-right: 69px!important
    }
}

@media(min-width:768px) {
    .mr-md-70 {
        margin-right: 70px!important
    }
    .pr-md-70 {
        padding-right: 70px!important
    }
}

@media(min-width:768px) {
    .mr-md-71 {
        margin-right: 71px!important
    }
    .pr-md-71 {
        padding-right: 71px!important
    }
}

@media(min-width:768px) {
    .mr-md-72 {
        margin-right: 72px!important
    }
    .pr-md-72 {
        padding-right: 72px!important
    }
}

@media(min-width:768px) {
    .mr-md-73 {
        margin-right: 73px!important
    }
    .pr-md-73 {
        padding-right: 73px!important
    }
}

@media(min-width:768px) {
    .mr-md-74 {
        margin-right: 74px!important
    }
    .pr-md-74 {
        padding-right: 74px!important
    }
}

@media(min-width:768px) {
    .mr-md-75 {
        margin-right: 75px!important
    }
    .pr-md-75 {
        padding-right: 75px!important
    }
}

@media(min-width:768px) {
    .mr-md-76 {
        margin-right: 76px!important
    }
    .pr-md-76 {
        padding-right: 76px!important
    }
}

@media(min-width:768px) {
    .mr-md-77 {
        margin-right: 77px!important
    }
    .pr-md-77 {
        padding-right: 77px!important
    }
}

@media(min-width:768px) {
    .mr-md-78 {
        margin-right: 78px!important
    }
    .pr-md-78 {
        padding-right: 78px!important
    }
}

@media(min-width:768px) {
    .mr-md-79 {
        margin-right: 79px!important
    }
    .pr-md-79 {
        padding-right: 79px!important
    }
}

@media(min-width:768px) {
    .mr-md-80 {
        margin-right: 80px!important
    }
    .pr-md-80 {
        padding-right: 80px!important
    }
}

@media(min-width:768px) {
    .mr-md-81 {
        margin-right: 81px!important
    }
    .pr-md-81 {
        padding-right: 81px!important
    }
}

@media(min-width:768px) {
    .mr-md-82 {
        margin-right: 82px!important
    }
    .pr-md-82 {
        padding-right: 82px!important
    }
}

@media(min-width:768px) {
    .mr-md-83 {
        margin-right: 83px!important
    }
    .pr-md-83 {
        padding-right: 83px!important
    }
}

@media(min-width:768px) {
    .mr-md-84 {
        margin-right: 84px!important
    }
    .pr-md-84 {
        padding-right: 84px!important
    }
}

@media(min-width:768px) {
    .mr-md-85 {
        margin-right: 85px!important
    }
    .pr-md-85 {
        padding-right: 85px!important
    }
}

@media(min-width:768px) {
    .mr-md-86 {
        margin-right: 86px!important
    }
    .pr-md-86 {
        padding-right: 86px!important
    }
}

@media(min-width:768px) {
    .mr-md-87 {
        margin-right: 87px!important
    }
    .pr-md-87 {
        padding-right: 87px!important
    }
}

@media(min-width:768px) {
    .mr-md-88 {
        margin-right: 88px!important
    }
    .pr-md-88 {
        padding-right: 88px!important
    }
}

@media(min-width:768px) {
    .mr-md-89 {
        margin-right: 89px!important
    }
    .pr-md-89 {
        padding-right: 89px!important
    }
}

@media(min-width:768px) {
    .mr-md-90 {
        margin-right: 90px!important
    }
    .pr-md-90 {
        padding-right: 90px!important
    }
}

@media(min-width:768px) {
    .mr-md-91 {
        margin-right: 91px!important
    }
    .pr-md-91 {
        padding-right: 91px!important
    }
}

@media(min-width:768px) {
    .mr-md-92 {
        margin-right: 92px!important
    }
    .pr-md-92 {
        padding-right: 92px!important
    }
}

@media(min-width:768px) {
    .mr-md-93 {
        margin-right: 93px!important
    }
    .pr-md-93 {
        padding-right: 93px!important
    }
}

@media(min-width:768px) {
    .mr-md-94 {
        margin-right: 94px!important
    }
    .pr-md-94 {
        padding-right: 94px!important
    }
}

@media(min-width:768px) {
    .mr-md-95 {
        margin-right: 95px!important
    }
    .pr-md-95 {
        padding-right: 95px!important
    }
}

@media(min-width:768px) {
    .mr-md-96 {
        margin-right: 96px!important
    }
    .pr-md-96 {
        padding-right: 96px!important
    }
}

@media(min-width:768px) {
    .mr-md-97 {
        margin-right: 97px!important
    }
    .pr-md-97 {
        padding-right: 97px!important
    }
}

@media(min-width:768px) {
    .mr-md-98 {
        margin-right: 98px!important
    }
    .pr-md-98 {
        padding-right: 98px!important
    }
}

@media(min-width:768px) {
    .mr-md-99 {
        margin-right: 99px!important
    }
    .pr-md-99 {
        padding-right: 99px!important
    }
}

@media(min-width:768px) {
    .mr-md-100 {
        margin-right: 100px!important
    }
    .pr-md-100 {
        padding-right: 100px!important
    }
}

@media(min-width:768px) {
    .mr-md-101 {
        margin-right: 101px!important
    }
    .pr-md-101 {
        padding-right: 101px!important
    }
}

@media(min-width:768px) {
    .mr-md-102 {
        margin-right: 102px!important
    }
    .pr-md-102 {
        padding-right: 102px!important
    }
}

@media(min-width:768px) {
    .mr-md-103 {
        margin-right: 103px!important
    }
    .pr-md-103 {
        padding-right: 103px!important
    }
}

@media(min-width:768px) {
    .mr-md-104 {
        margin-right: 104px!important
    }
    .pr-md-104 {
        padding-right: 104px!important
    }
}

@media(min-width:768px) {
    .mr-md-105 {
        margin-right: 105px!important
    }
    .pr-md-105 {
        padding-right: 105px!important
    }
}

@media(min-width:768px) {
    .mr-md-106 {
        margin-right: 106px!important
    }
    .pr-md-106 {
        padding-right: 106px!important
    }
}

@media(min-width:768px) {
    .mr-md-107 {
        margin-right: 107px!important
    }
    .pr-md-107 {
        padding-right: 107px!important
    }
}

@media(min-width:768px) {
    .mr-md-108 {
        margin-right: 108px!important
    }
    .pr-md-108 {
        padding-right: 108px!important
    }
}

@media(min-width:768px) {
    .mr-md-109 {
        margin-right: 109px!important
    }
    .pr-md-109 {
        padding-right: 109px!important
    }
}

@media(min-width:768px) {
    .mr-md-110 {
        margin-right: 110px!important
    }
    .pr-md-110 {
        padding-right: 110px!important
    }
}

@media(min-width:768px) {
    .mr-md-111 {
        margin-right: 111px!important
    }
    .pr-md-111 {
        padding-right: 111px!important
    }
}

@media(min-width:768px) {
    .mr-md-112 {
        margin-right: 112px!important
    }
    .pr-md-112 {
        padding-right: 112px!important
    }
}

@media(min-width:768px) {
    .mr-md-113 {
        margin-right: 113px!important
    }
    .pr-md-113 {
        padding-right: 113px!important
    }
}

@media(min-width:768px) {
    .mr-md-114 {
        margin-right: 114px!important
    }
    .pr-md-114 {
        padding-right: 114px!important
    }
}

@media(min-width:768px) {
    .mr-md-115 {
        margin-right: 115px!important
    }
    .pr-md-115 {
        padding-right: 115px!important
    }
}

@media(min-width:768px) {
    .mr-md-116 {
        margin-right: 116px!important
    }
    .pr-md-116 {
        padding-right: 116px!important
    }
}

@media(min-width:768px) {
    .mr-md-117 {
        margin-right: 117px!important
    }
    .pr-md-117 {
        padding-right: 117px!important
    }
}

@media(min-width:768px) {
    .mr-md-118 {
        margin-right: 118px!important
    }
    .pr-md-118 {
        padding-right: 118px!important
    }
}

@media(min-width:768px) {
    .mr-md-119 {
        margin-right: 119px!important
    }
    .pr-md-119 {
        padding-right: 119px!important
    }
}

@media(min-width:768px) {
    .mr-md-120 {
        margin-right: 120px!important
    }
    .pr-md-120 {
        padding-right: 120px!important
    }
}

@media(min-width:768px) {
    .mr-md-121 {
        margin-right: 121px!important
    }
    .pr-md-121 {
        padding-right: 121px!important
    }
}

@media(min-width:768px) {
    .mr-md-122 {
        margin-right: 122px!important
    }
    .pr-md-122 {
        padding-right: 122px!important
    }
}

@media(min-width:768px) {
    .mr-md-123 {
        margin-right: 123px!important
    }
    .pr-md-123 {
        padding-right: 123px!important
    }
}

@media(min-width:768px) {
    .mr-md-124 {
        margin-right: 124px!important
    }
    .pr-md-124 {
        padding-right: 124px!important
    }
}

@media(min-width:768px) {
    .mr-md-125 {
        margin-right: 125px!important
    }
    .pr-md-125 {
        padding-right: 125px!important
    }
}

@media(min-width:768px) {
    .mr-md-126 {
        margin-right: 126px!important
    }
    .pr-md-126 {
        padding-right: 126px!important
    }
}

@media(min-width:768px) {
    .mr-md-127 {
        margin-right: 127px!important
    }
    .pr-md-127 {
        padding-right: 127px!important
    }
}

@media(min-width:768px) {
    .mr-md-128 {
        margin-right: 128px!important
    }
    .pr-md-128 {
        padding-right: 128px!important
    }
}

@media(min-width:768px) {
    .mr-md-129 {
        margin-right: 129px!important
    }
    .pr-md-129 {
        padding-right: 129px!important
    }
}

@media(min-width:768px) {
    .mr-md-130 {
        margin-right: 130px!important
    }
    .pr-md-130 {
        padding-right: 130px!important
    }
}

@media(min-width:768px) {
    .mr-md-131 {
        margin-right: 131px!important
    }
    .pr-md-131 {
        padding-right: 131px!important
    }
}

@media(min-width:768px) {
    .mr-md-132 {
        margin-right: 132px!important
    }
    .pr-md-132 {
        padding-right: 132px!important
    }
}

@media(min-width:768px) {
    .mr-md-133 {
        margin-right: 133px!important
    }
    .pr-md-133 {
        padding-right: 133px!important
    }
}

@media(min-width:768px) {
    .mr-md-134 {
        margin-right: 134px!important
    }
    .pr-md-134 {
        padding-right: 134px!important
    }
}

@media(min-width:768px) {
    .mr-md-135 {
        margin-right: 135px!important
    }
    .pr-md-135 {
        padding-right: 135px!important
    }
}

@media(min-width:768px) {
    .mr-md-136 {
        margin-right: 136px!important
    }
    .pr-md-136 {
        padding-right: 136px!important
    }
}

@media(min-width:768px) {
    .mr-md-137 {
        margin-right: 137px!important
    }
    .pr-md-137 {
        padding-right: 137px!important
    }
}

@media(min-width:768px) {
    .mr-md-138 {
        margin-right: 138px!important
    }
    .pr-md-138 {
        padding-right: 138px!important
    }
}

@media(min-width:768px) {
    .mr-md-139 {
        margin-right: 139px!important
    }
    .pr-md-139 {
        padding-right: 139px!important
    }
}

@media(min-width:768px) {
    .mr-md-140 {
        margin-right: 140px!important
    }
    .pr-md-140 {
        padding-right: 140px!important
    }
}

@media(min-width:768px) {
    .mr-md-141 {
        margin-right: 141px!important
    }
    .pr-md-141 {
        padding-right: 141px!important
    }
}

@media(min-width:768px) {
    .mr-md-142 {
        margin-right: 142px!important
    }
    .pr-md-142 {
        padding-right: 142px!important
    }
}

@media(min-width:768px) {
    .mr-md-143 {
        margin-right: 143px!important
    }
    .pr-md-143 {
        padding-right: 143px!important
    }
}

@media(min-width:768px) {
    .mr-md-144 {
        margin-right: 144px!important
    }
    .pr-md-144 {
        padding-right: 144px!important
    }
}

@media(min-width:768px) {
    .mr-md-145 {
        margin-right: 145px!important
    }
    .pr-md-145 {
        padding-right: 145px!important
    }
}

@media(min-width:768px) {
    .mr-md-146 {
        margin-right: 146px!important
    }
    .pr-md-146 {
        padding-right: 146px!important
    }
}

@media(min-width:768px) {
    .mr-md-147 {
        margin-right: 147px!important
    }
    .pr-md-147 {
        padding-right: 147px!important
    }
}

@media(min-width:768px) {
    .mr-md-148 {
        margin-right: 148px!important
    }
    .pr-md-148 {
        padding-right: 148px!important
    }
}

@media(min-width:768px) {
    .mr-md-149 {
        margin-right: 149px!important
    }
    .pr-md-149 {
        padding-right: 149px!important
    }
}

@media(min-width:768px) {
    .mr-md-150 {
        margin-right: 150px!important
    }
    .pr-md-150 {
        padding-right: 150px!important
    }
}

@media(min-width:768px) {
    .mr-md-151 {
        margin-right: 151px!important
    }
    .pr-md-151 {
        padding-right: 151px!important
    }
}

@media(min-width:768px) {
    .mr-md-152 {
        margin-right: 152px!important
    }
    .pr-md-152 {
        padding-right: 152px!important
    }
}

@media(min-width:768px) {
    .mr-md-153 {
        margin-right: 153px!important
    }
    .pr-md-153 {
        padding-right: 153px!important
    }
}

@media(min-width:768px) {
    .mr-md-154 {
        margin-right: 154px!important
    }
    .pr-md-154 {
        padding-right: 154px!important
    }
}

@media(min-width:768px) {
    .mr-md-155 {
        margin-right: 155px!important
    }
    .pr-md-155 {
        padding-right: 155px!important
    }
}

@media(min-width:768px) {
    .mr-md-156 {
        margin-right: 156px!important
    }
    .pr-md-156 {
        padding-right: 156px!important
    }
}

@media(min-width:768px) {
    .mr-md-157 {
        margin-right: 157px!important
    }
    .pr-md-157 {
        padding-right: 157px!important
    }
}

@media(min-width:768px) {
    .mr-md-158 {
        margin-right: 158px!important
    }
    .pr-md-158 {
        padding-right: 158px!important
    }
}

@media(min-width:768px) {
    .mr-md-159 {
        margin-right: 159px!important
    }
    .pr-md-159 {
        padding-right: 159px!important
    }
}

@media(min-width:768px) {
    .mr-md-160 {
        margin-right: 160px!important
    }
    .pr-md-160 {
        padding-right: 160px!important
    }
}

@media(min-width:768px) {
    .mr-md-161 {
        margin-right: 161px!important
    }
    .pr-md-161 {
        padding-right: 161px!important
    }
}

@media(min-width:768px) {
    .mr-md-162 {
        margin-right: 162px!important
    }
    .pr-md-162 {
        padding-right: 162px!important
    }
}

@media(min-width:768px) {
    .mr-md-163 {
        margin-right: 163px!important
    }
    .pr-md-163 {
        padding-right: 163px!important
    }
}

@media(min-width:768px) {
    .mr-md-164 {
        margin-right: 164px!important
    }
    .pr-md-164 {
        padding-right: 164px!important
    }
}

@media(min-width:768px) {
    .mr-md-165 {
        margin-right: 165px!important
    }
    .pr-md-165 {
        padding-right: 165px!important
    }
}

@media(min-width:768px) {
    .mr-md-166 {
        margin-right: 166px!important
    }
    .pr-md-166 {
        padding-right: 166px!important
    }
}

@media(min-width:768px) {
    .mr-md-167 {
        margin-right: 167px!important
    }
    .pr-md-167 {
        padding-right: 167px!important
    }
}

@media(min-width:768px) {
    .mr-md-168 {
        margin-right: 168px!important
    }
    .pr-md-168 {
        padding-right: 168px!important
    }
}

@media(min-width:768px) {
    .mr-md-169 {
        margin-right: 169px!important
    }
    .pr-md-169 {
        padding-right: 169px!important
    }
}

@media(min-width:768px) {
    .mr-md-170 {
        margin-right: 170px!important
    }
    .pr-md-170 {
        padding-right: 170px!important
    }
}

@media(min-width:768px) {
    .mr-md-171 {
        margin-right: 171px!important
    }
    .pr-md-171 {
        padding-right: 171px!important
    }
}

@media(min-width:768px) {
    .mr-md-172 {
        margin-right: 172px!important
    }
    .pr-md-172 {
        padding-right: 172px!important
    }
}

@media(min-width:768px) {
    .mr-md-173 {
        margin-right: 173px!important
    }
    .pr-md-173 {
        padding-right: 173px!important
    }
}

@media(min-width:768px) {
    .mr-md-174 {
        margin-right: 174px!important
    }
    .pr-md-174 {
        padding-right: 174px!important
    }
}

@media(min-width:768px) {
    .mr-md-175 {
        margin-right: 175px!important
    }
    .pr-md-175 {
        padding-right: 175px!important
    }
}

@media(min-width:768px) {
    .mr-md-176 {
        margin-right: 176px!important
    }
    .pr-md-176 {
        padding-right: 176px!important
    }
}

@media(min-width:768px) {
    .mr-md-177 {
        margin-right: 177px!important
    }
    .pr-md-177 {
        padding-right: 177px!important
    }
}

@media(min-width:768px) {
    .mr-md-178 {
        margin-right: 178px!important
    }
    .pr-md-178 {
        padding-right: 178px!important
    }
}

@media(min-width:768px) {
    .mr-md-179 {
        margin-right: 179px!important
    }
    .pr-md-179 {
        padding-right: 179px!important
    }
}

@media(min-width:768px) {
    .mr-md-180 {
        margin-right: 180px!important
    }
    .pr-md-180 {
        padding-right: 180px!important
    }
}

@media(min-width:768px) {
    .mr-md-181 {
        margin-right: 181px!important
    }
    .pr-md-181 {
        padding-right: 181px!important
    }
}

@media(min-width:768px) {
    .mr-md-182 {
        margin-right: 182px!important
    }
    .pr-md-182 {
        padding-right: 182px!important
    }
}

@media(min-width:768px) {
    .mr-md-183 {
        margin-right: 183px!important
    }
    .pr-md-183 {
        padding-right: 183px!important
    }
}

@media(min-width:768px) {
    .mr-md-184 {
        margin-right: 184px!important
    }
    .pr-md-184 {
        padding-right: 184px!important
    }
}

@media(min-width:768px) {
    .mr-md-185 {
        margin-right: 185px!important
    }
    .pr-md-185 {
        padding-right: 185px!important
    }
}

@media(min-width:768px) {
    .mr-md-186 {
        margin-right: 186px!important
    }
    .pr-md-186 {
        padding-right: 186px!important
    }
}

@media(min-width:768px) {
    .mr-md-187 {
        margin-right: 187px!important
    }
    .pr-md-187 {
        padding-right: 187px!important
    }
}

@media(min-width:768px) {
    .mr-md-188 {
        margin-right: 188px!important
    }
    .pr-md-188 {
        padding-right: 188px!important
    }
}

@media(min-width:768px) {
    .mr-md-189 {
        margin-right: 189px!important
    }
    .pr-md-189 {
        padding-right: 189px!important
    }
}

@media(min-width:768px) {
    .mr-md-190 {
        margin-right: 190px!important
    }
    .pr-md-190 {
        padding-right: 190px!important
    }
}

@media(min-width:768px) {
    .mr-md-191 {
        margin-right: 191px!important
    }
    .pr-md-191 {
        padding-right: 191px!important
    }
}

@media(min-width:768px) {
    .mr-md-192 {
        margin-right: 192px!important
    }
    .pr-md-192 {
        padding-right: 192px!important
    }
}

@media(min-width:768px) {
    .mr-md-193 {
        margin-right: 193px!important
    }
    .pr-md-193 {
        padding-right: 193px!important
    }
}

@media(min-width:768px) {
    .mr-md-194 {
        margin-right: 194px!important
    }
    .pr-md-194 {
        padding-right: 194px!important
    }
}

@media(min-width:768px) {
    .mr-md-195 {
        margin-right: 195px!important
    }
    .pr-md-195 {
        padding-right: 195px!important
    }
}

@media(min-width:768px) {
    .mr-md-196 {
        margin-right: 196px!important
    }
    .pr-md-196 {
        padding-right: 196px!important
    }
}

@media(min-width:768px) {
    .mr-md-197 {
        margin-right: 197px!important
    }
    .pr-md-197 {
        padding-right: 197px!important
    }
}

@media(min-width:768px) {
    .mr-md-198 {
        margin-right: 198px!important
    }
    .pr-md-198 {
        padding-right: 198px!important
    }
}

@media(min-width:768px) {
    .mr-md-199 {
        margin-right: 199px!important
    }
    .pr-md-199 {
        padding-right: 199px!important
    }
}

@media(min-width:768px) {
    .mr-md-200 {
        margin-right: 200px!important
    }
    .pr-md-200 {
        padding-right: 200px!important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .p-lg-0 {
        padding: 0!important
    }
}

@media(min-width:992px) {
    .m-lg-1 {
        margin: 1px!important
    }
    .p-lg-1 {
        padding: 1px!important
    }
}

@media(min-width:992px) {
    .m-lg-2 {
        margin: 2px!important
    }
    .p-lg-2 {
        padding: 2px!important
    }
}

@media(min-width:992px) {
    .m-lg-3 {
        margin: 3px!important
    }
    .p-lg-3 {
        padding: 3px!important
    }
}

@media(min-width:992px) {
    .m-lg-4 {
        margin: 4px!important
    }
    .p-lg-4 {
        padding: 4px!important
    }
}

@media(min-width:992px) {
    .m-lg-5 {
        margin: 5px!important
    }
    .p-lg-5 {
        padding: 5px!important
    }
}

@media(min-width:992px) {
    .m-lg-6 {
        margin: 6px!important
    }
    .p-lg-6 {
        padding: 6px!important
    }
}

@media(min-width:992px) {
    .m-lg-7 {
        margin: 7px!important
    }
    .p-lg-7 {
        padding: 7px!important
    }
}

@media(min-width:992px) {
    .m-lg-8 {
        margin: 8px!important
    }
    .p-lg-8 {
        padding: 8px!important
    }
}

@media(min-width:992px) {
    .m-lg-9 {
        margin: 9px!important
    }
    .p-lg-9 {
        padding: 9px!important
    }
}

@media(min-width:992px) {
    .m-lg-10 {
        margin: 10px!important
    }
    .p-lg-10 {
        padding: 10px!important
    }
}

@media(min-width:992px) {
    .m-lg-11 {
        margin: 11px!important
    }
    .p-lg-11 {
        padding: 11px!important
    }
}

@media(min-width:992px) {
    .m-lg-12 {
        margin: 12px!important
    }
    .p-lg-12 {
        padding: 12px!important
    }
}

@media(min-width:992px) {
    .m-lg-13 {
        margin: 13px!important
    }
    .p-lg-13 {
        padding: 13px!important
    }
}

@media(min-width:992px) {
    .m-lg-14 {
        margin: 14px!important
    }
    .p-lg-14 {
        padding: 14px!important
    }
}

@media(min-width:992px) {
    .m-lg-15 {
        margin: 15px!important
    }
    .p-lg-15 {
        padding: 15px!important
    }
}

@media(min-width:992px) {
    .m-lg-16 {
        margin: 16px!important
    }
    .p-lg-16 {
        padding: 16px!important
    }
}

@media(min-width:992px) {
    .m-lg-17 {
        margin: 17px!important
    }
    .p-lg-17 {
        padding: 17px!important
    }
}

@media(min-width:992px) {
    .m-lg-18 {
        margin: 18px!important
    }
    .p-lg-18 {
        padding: 18px!important
    }
}

@media(min-width:992px) {
    .m-lg-19 {
        margin: 19px!important
    }
    .p-lg-19 {
        padding: 19px!important
    }
}

@media(min-width:992px) {
    .m-lg-20 {
        margin: 20px!important
    }
    .p-lg-20 {
        padding: 20px!important
    }
}

@media(min-width:992px) {
    .m-lg-21 {
        margin: 21px!important
    }
    .p-lg-21 {
        padding: 21px!important
    }
}

@media(min-width:992px) {
    .m-lg-22 {
        margin: 22px!important
    }
    .p-lg-22 {
        padding: 22px!important
    }
}

@media(min-width:992px) {
    .m-lg-23 {
        margin: 23px!important
    }
    .p-lg-23 {
        padding: 23px!important
    }
}

@media(min-width:992px) {
    .m-lg-24 {
        margin: 24px!important
    }
    .p-lg-24 {
        padding: 24px!important
    }
}

@media(min-width:992px) {
    .m-lg-25 {
        margin: 25px!important
    }
    .p-lg-25 {
        padding: 25px!important
    }
}

@media(min-width:992px) {
    .m-lg-26 {
        margin: 26px!important
    }
    .p-lg-26 {
        padding: 26px!important
    }
}

@media(min-width:992px) {
    .m-lg-27 {
        margin: 27px!important
    }
    .p-lg-27 {
        padding: 27px!important
    }
}

@media(min-width:992px) {
    .m-lg-28 {
        margin: 28px!important
    }
    .p-lg-28 {
        padding: 28px!important
    }
}

@media(min-width:992px) {
    .m-lg-29 {
        margin: 29px!important
    }
    .p-lg-29 {
        padding: 29px!important
    }
}

@media(min-width:992px) {
    .m-lg-30 {
        margin: 30px!important
    }
    .p-lg-30 {
        padding: 30px!important
    }
}

@media(min-width:992px) {
    .m-lg-31 {
        margin: 31px!important
    }
    .p-lg-31 {
        padding: 31px!important
    }
}

@media(min-width:992px) {
    .m-lg-32 {
        margin: 32px!important
    }
    .p-lg-32 {
        padding: 32px!important
    }
}

@media(min-width:992px) {
    .m-lg-33 {
        margin: 33px!important
    }
    .p-lg-33 {
        padding: 33px!important
    }
}

@media(min-width:992px) {
    .m-lg-34 {
        margin: 34px!important
    }
    .p-lg-34 {
        padding: 34px!important
    }
}

@media(min-width:992px) {
    .m-lg-35 {
        margin: 35px!important
    }
    .p-lg-35 {
        padding: 35px!important
    }
}

@media(min-width:992px) {
    .m-lg-36 {
        margin: 36px!important
    }
    .p-lg-36 {
        padding: 36px!important
    }
}

@media(min-width:992px) {
    .m-lg-37 {
        margin: 37px!important
    }
    .p-lg-37 {
        padding: 37px!important
    }
}

@media(min-width:992px) {
    .m-lg-38 {
        margin: 38px!important
    }
    .p-lg-38 {
        padding: 38px!important
    }
}

@media(min-width:992px) {
    .m-lg-39 {
        margin: 39px!important
    }
    .p-lg-39 {
        padding: 39px!important
    }
}

@media(min-width:992px) {
    .m-lg-40 {
        margin: 40px!important
    }
    .p-lg-40 {
        padding: 40px!important
    }
}

@media(min-width:992px) {
    .m-lg-41 {
        margin: 41px!important
    }
    .p-lg-41 {
        padding: 41px!important
    }
}

@media(min-width:992px) {
    .m-lg-42 {
        margin: 42px!important
    }
    .p-lg-42 {
        padding: 42px!important
    }
}

@media(min-width:992px) {
    .m-lg-43 {
        margin: 43px!important
    }
    .p-lg-43 {
        padding: 43px!important
    }
}

@media(min-width:992px) {
    .m-lg-44 {
        margin: 44px!important
    }
    .p-lg-44 {
        padding: 44px!important
    }
}

@media(min-width:992px) {
    .m-lg-45 {
        margin: 45px!important
    }
    .p-lg-45 {
        padding: 45px!important
    }
}

@media(min-width:992px) {
    .m-lg-46 {
        margin: 46px!important
    }
    .p-lg-46 {
        padding: 46px!important
    }
}

@media(min-width:992px) {
    .m-lg-47 {
        margin: 47px!important
    }
    .p-lg-47 {
        padding: 47px!important
    }
}

@media(min-width:992px) {
    .m-lg-48 {
        margin: 48px!important
    }
    .p-lg-48 {
        padding: 48px!important
    }
}

@media(min-width:992px) {
    .m-lg-49 {
        margin: 49px!important
    }
    .p-lg-49 {
        padding: 49px!important
    }
}

@media(min-width:992px) {
    .m-lg-50 {
        margin: 50px!important
    }
    .p-lg-50 {
        padding: 50px!important
    }
}

@media(min-width:992px) {
    .m-lg-51 {
        margin: 51px!important
    }
    .p-lg-51 {
        padding: 51px!important
    }
}

@media(min-width:992px) {
    .m-lg-52 {
        margin: 52px!important
    }
    .p-lg-52 {
        padding: 52px!important
    }
}

@media(min-width:992px) {
    .m-lg-53 {
        margin: 53px!important
    }
    .p-lg-53 {
        padding: 53px!important
    }
}

@media(min-width:992px) {
    .m-lg-54 {
        margin: 54px!important
    }
    .p-lg-54 {
        padding: 54px!important
    }
}

@media(min-width:992px) {
    .m-lg-55 {
        margin: 55px!important
    }
    .p-lg-55 {
        padding: 55px!important
    }
}

@media(min-width:992px) {
    .m-lg-56 {
        margin: 56px!important
    }
    .p-lg-56 {
        padding: 56px!important
    }
}

@media(min-width:992px) {
    .m-lg-57 {
        margin: 57px!important
    }
    .p-lg-57 {
        padding: 57px!important
    }
}

@media(min-width:992px) {
    .m-lg-58 {
        margin: 58px!important
    }
    .p-lg-58 {
        padding: 58px!important
    }
}

@media(min-width:992px) {
    .m-lg-59 {
        margin: 59px!important
    }
    .p-lg-59 {
        padding: 59px!important
    }
}

@media(min-width:992px) {
    .m-lg-60 {
        margin: 60px!important
    }
    .p-lg-60 {
        padding: 60px!important
    }
}

@media(min-width:992px) {
    .m-lg-61 {
        margin: 61px!important
    }
    .p-lg-61 {
        padding: 61px!important
    }
}

@media(min-width:992px) {
    .m-lg-62 {
        margin: 62px!important
    }
    .p-lg-62 {
        padding: 62px!important
    }
}

@media(min-width:992px) {
    .m-lg-63 {
        margin: 63px!important
    }
    .p-lg-63 {
        padding: 63px!important
    }
}

@media(min-width:992px) {
    .m-lg-64 {
        margin: 64px!important
    }
    .p-lg-64 {
        padding: 64px!important
    }
}

@media(min-width:992px) {
    .m-lg-65 {
        margin: 65px!important
    }
    .p-lg-65 {
        padding: 65px!important
    }
}

@media(min-width:992px) {
    .m-lg-66 {
        margin: 66px!important
    }
    .p-lg-66 {
        padding: 66px!important
    }
}

@media(min-width:992px) {
    .m-lg-67 {
        margin: 67px!important
    }
    .p-lg-67 {
        padding: 67px!important
    }
}

@media(min-width:992px) {
    .m-lg-68 {
        margin: 68px!important
    }
    .p-lg-68 {
        padding: 68px!important
    }
}

@media(min-width:992px) {
    .m-lg-69 {
        margin: 69px!important
    }
    .p-lg-69 {
        padding: 69px!important
    }
}

@media(min-width:992px) {
    .m-lg-70 {
        margin: 70px!important
    }
    .p-lg-70 {
        padding: 70px!important
    }
}

@media(min-width:992px) {
    .m-lg-71 {
        margin: 71px!important
    }
    .p-lg-71 {
        padding: 71px!important
    }
}

@media(min-width:992px) {
    .m-lg-72 {
        margin: 72px!important
    }
    .p-lg-72 {
        padding: 72px!important
    }
}

@media(min-width:992px) {
    .m-lg-73 {
        margin: 73px!important
    }
    .p-lg-73 {
        padding: 73px!important
    }
}

@media(min-width:992px) {
    .m-lg-74 {
        margin: 74px!important
    }
    .p-lg-74 {
        padding: 74px!important
    }
}

@media(min-width:992px) {
    .m-lg-75 {
        margin: 75px!important
    }
    .p-lg-75 {
        padding: 75px!important
    }
}

@media(min-width:992px) {
    .m-lg-76 {
        margin: 76px!important
    }
    .p-lg-76 {
        padding: 76px!important
    }
}

@media(min-width:992px) {
    .m-lg-77 {
        margin: 77px!important
    }
    .p-lg-77 {
        padding: 77px!important
    }
}

@media(min-width:992px) {
    .m-lg-78 {
        margin: 78px!important
    }
    .p-lg-78 {
        padding: 78px!important
    }
}

@media(min-width:992px) {
    .m-lg-79 {
        margin: 79px!important
    }
    .p-lg-79 {
        padding: 79px!important
    }
}

@media(min-width:992px) {
    .m-lg-80 {
        margin: 80px!important
    }
    .p-lg-80 {
        padding: 80px!important
    }
}

@media(min-width:992px) {
    .m-lg-81 {
        margin: 81px!important
    }
    .p-lg-81 {
        padding: 81px!important
    }
}

@media(min-width:992px) {
    .m-lg-82 {
        margin: 82px!important
    }
    .p-lg-82 {
        padding: 82px!important
    }
}

@media(min-width:992px) {
    .m-lg-83 {
        margin: 83px!important
    }
    .p-lg-83 {
        padding: 83px!important
    }
}

@media(min-width:992px) {
    .m-lg-84 {
        margin: 84px!important
    }
    .p-lg-84 {
        padding: 84px!important
    }
}

@media(min-width:992px) {
    .m-lg-85 {
        margin: 85px!important
    }
    .p-lg-85 {
        padding: 85px!important
    }
}

@media(min-width:992px) {
    .m-lg-86 {
        margin: 86px!important
    }
    .p-lg-86 {
        padding: 86px!important
    }
}

@media(min-width:992px) {
    .m-lg-87 {
        margin: 87px!important
    }
    .p-lg-87 {
        padding: 87px!important
    }
}

@media(min-width:992px) {
    .m-lg-88 {
        margin: 88px!important
    }
    .p-lg-88 {
        padding: 88px!important
    }
}

@media(min-width:992px) {
    .m-lg-89 {
        margin: 89px!important
    }
    .p-lg-89 {
        padding: 89px!important
    }
}

@media(min-width:992px) {
    .m-lg-90 {
        margin: 90px!important
    }
    .p-lg-90 {
        padding: 90px!important
    }
}

@media(min-width:992px) {
    .m-lg-91 {
        margin: 91px!important
    }
    .p-lg-91 {
        padding: 91px!important
    }
}

@media(min-width:992px) {
    .m-lg-92 {
        margin: 92px!important
    }
    .p-lg-92 {
        padding: 92px!important
    }
}

@media(min-width:992px) {
    .m-lg-93 {
        margin: 93px!important
    }
    .p-lg-93 {
        padding: 93px!important
    }
}

@media(min-width:992px) {
    .m-lg-94 {
        margin: 94px!important
    }
    .p-lg-94 {
        padding: 94px!important
    }
}

@media(min-width:992px) {
    .m-lg-95 {
        margin: 95px!important
    }
    .p-lg-95 {
        padding: 95px!important
    }
}

@media(min-width:992px) {
    .m-lg-96 {
        margin: 96px!important
    }
    .p-lg-96 {
        padding: 96px!important
    }
}

@media(min-width:992px) {
    .m-lg-97 {
        margin: 97px!important
    }
    .p-lg-97 {
        padding: 97px!important
    }
}

@media(min-width:992px) {
    .m-lg-98 {
        margin: 98px!important
    }
    .p-lg-98 {
        padding: 98px!important
    }
}

@media(min-width:992px) {
    .m-lg-99 {
        margin: 99px!important
    }
    .p-lg-99 {
        padding: 99px!important
    }
}

@media(min-width:992px) {
    .m-lg-100 {
        margin: 100px!important
    }
    .p-lg-100 {
        padding: 100px!important
    }
}

@media(min-width:992px) {
    .m-lg-101 {
        margin: 101px!important
    }
    .p-lg-101 {
        padding: 101px!important
    }
}

@media(min-width:992px) {
    .m-lg-102 {
        margin: 102px!important
    }
    .p-lg-102 {
        padding: 102px!important
    }
}

@media(min-width:992px) {
    .m-lg-103 {
        margin: 103px!important
    }
    .p-lg-103 {
        padding: 103px!important
    }
}

@media(min-width:992px) {
    .m-lg-104 {
        margin: 104px!important
    }
    .p-lg-104 {
        padding: 104px!important
    }
}

@media(min-width:992px) {
    .m-lg-105 {
        margin: 105px!important
    }
    .p-lg-105 {
        padding: 105px!important
    }
}

@media(min-width:992px) {
    .m-lg-106 {
        margin: 106px!important
    }
    .p-lg-106 {
        padding: 106px!important
    }
}

@media(min-width:992px) {
    .m-lg-107 {
        margin: 107px!important
    }
    .p-lg-107 {
        padding: 107px!important
    }
}

@media(min-width:992px) {
    .m-lg-108 {
        margin: 108px!important
    }
    .p-lg-108 {
        padding: 108px!important
    }
}

@media(min-width:992px) {
    .m-lg-109 {
        margin: 109px!important
    }
    .p-lg-109 {
        padding: 109px!important
    }
}

@media(min-width:992px) {
    .m-lg-110 {
        margin: 110px!important
    }
    .p-lg-110 {
        padding: 110px!important
    }
}

@media(min-width:992px) {
    .m-lg-111 {
        margin: 111px!important
    }
    .p-lg-111 {
        padding: 111px!important
    }
}

@media(min-width:992px) {
    .m-lg-112 {
        margin: 112px!important
    }
    .p-lg-112 {
        padding: 112px!important
    }
}

@media(min-width:992px) {
    .m-lg-113 {
        margin: 113px!important
    }
    .p-lg-113 {
        padding: 113px!important
    }
}

@media(min-width:992px) {
    .m-lg-114 {
        margin: 114px!important
    }
    .p-lg-114 {
        padding: 114px!important
    }
}

@media(min-width:992px) {
    .m-lg-115 {
        margin: 115px!important
    }
    .p-lg-115 {
        padding: 115px!important
    }
}

@media(min-width:992px) {
    .m-lg-116 {
        margin: 116px!important
    }
    .p-lg-116 {
        padding: 116px!important
    }
}

@media(min-width:992px) {
    .m-lg-117 {
        margin: 117px!important
    }
    .p-lg-117 {
        padding: 117px!important
    }
}

@media(min-width:992px) {
    .m-lg-118 {
        margin: 118px!important
    }
    .p-lg-118 {
        padding: 118px!important
    }
}

@media(min-width:992px) {
    .m-lg-119 {
        margin: 119px!important
    }
    .p-lg-119 {
        padding: 119px!important
    }
}

@media(min-width:992px) {
    .m-lg-120 {
        margin: 120px!important
    }
    .p-lg-120 {
        padding: 120px!important
    }
}

@media(min-width:992px) {
    .m-lg-121 {
        margin: 121px!important
    }
    .p-lg-121 {
        padding: 121px!important
    }
}

@media(min-width:992px) {
    .m-lg-122 {
        margin: 122px!important
    }
    .p-lg-122 {
        padding: 122px!important
    }
}

@media(min-width:992px) {
    .m-lg-123 {
        margin: 123px!important
    }
    .p-lg-123 {
        padding: 123px!important
    }
}

@media(min-width:992px) {
    .m-lg-124 {
        margin: 124px!important
    }
    .p-lg-124 {
        padding: 124px!important
    }
}

@media(min-width:992px) {
    .m-lg-125 {
        margin: 125px!important
    }
    .p-lg-125 {
        padding: 125px!important
    }
}

@media(min-width:992px) {
    .m-lg-126 {
        margin: 126px!important
    }
    .p-lg-126 {
        padding: 126px!important
    }
}

@media(min-width:992px) {
    .m-lg-127 {
        margin: 127px!important
    }
    .p-lg-127 {
        padding: 127px!important
    }
}

@media(min-width:992px) {
    .m-lg-128 {
        margin: 128px!important
    }
    .p-lg-128 {
        padding: 128px!important
    }
}

@media(min-width:992px) {
    .m-lg-129 {
        margin: 129px!important
    }
    .p-lg-129 {
        padding: 129px!important
    }
}

@media(min-width:992px) {
    .m-lg-130 {
        margin: 130px!important
    }
    .p-lg-130 {
        padding: 130px!important
    }
}

@media(min-width:992px) {
    .m-lg-131 {
        margin: 131px!important
    }
    .p-lg-131 {
        padding: 131px!important
    }
}

@media(min-width:992px) {
    .m-lg-132 {
        margin: 132px!important
    }
    .p-lg-132 {
        padding: 132px!important
    }
}

@media(min-width:992px) {
    .m-lg-133 {
        margin: 133px!important
    }
    .p-lg-133 {
        padding: 133px!important
    }
}

@media(min-width:992px) {
    .m-lg-134 {
        margin: 134px!important
    }
    .p-lg-134 {
        padding: 134px!important
    }
}

@media(min-width:992px) {
    .m-lg-135 {
        margin: 135px!important
    }
    .p-lg-135 {
        padding: 135px!important
    }
}

@media(min-width:992px) {
    .m-lg-136 {
        margin: 136px!important
    }
    .p-lg-136 {
        padding: 136px!important
    }
}

@media(min-width:992px) {
    .m-lg-137 {
        margin: 137px!important
    }
    .p-lg-137 {
        padding: 137px!important
    }
}

@media(min-width:992px) {
    .m-lg-138 {
        margin: 138px!important
    }
    .p-lg-138 {
        padding: 138px!important
    }
}

@media(min-width:992px) {
    .m-lg-139 {
        margin: 139px!important
    }
    .p-lg-139 {
        padding: 139px!important
    }
}

@media(min-width:992px) {
    .m-lg-140 {
        margin: 140px!important
    }
    .p-lg-140 {
        padding: 140px!important
    }
}

@media(min-width:992px) {
    .m-lg-141 {
        margin: 141px!important
    }
    .p-lg-141 {
        padding: 141px!important
    }
}

@media(min-width:992px) {
    .m-lg-142 {
        margin: 142px!important
    }
    .p-lg-142 {
        padding: 142px!important
    }
}

@media(min-width:992px) {
    .m-lg-143 {
        margin: 143px!important
    }
    .p-lg-143 {
        padding: 143px!important
    }
}

@media(min-width:992px) {
    .m-lg-144 {
        margin: 144px!important
    }
    .p-lg-144 {
        padding: 144px!important
    }
}

@media(min-width:992px) {
    .m-lg-145 {
        margin: 145px!important
    }
    .p-lg-145 {
        padding: 145px!important
    }
}

@media(min-width:992px) {
    .m-lg-146 {
        margin: 146px!important
    }
    .p-lg-146 {
        padding: 146px!important
    }
}

@media(min-width:992px) {
    .m-lg-147 {
        margin: 147px!important
    }
    .p-lg-147 {
        padding: 147px!important
    }
}

@media(min-width:992px) {
    .m-lg-148 {
        margin: 148px!important
    }
    .p-lg-148 {
        padding: 148px!important
    }
}

@media(min-width:992px) {
    .m-lg-149 {
        margin: 149px!important
    }
    .p-lg-149 {
        padding: 149px!important
    }
}

@media(min-width:992px) {
    .m-lg-150 {
        margin: 150px!important
    }
    .p-lg-150 {
        padding: 150px!important
    }
}

@media(min-width:992px) {
    .m-lg-151 {
        margin: 151px!important
    }
    .p-lg-151 {
        padding: 151px!important
    }
}

@media(min-width:992px) {
    .m-lg-152 {
        margin: 152px!important
    }
    .p-lg-152 {
        padding: 152px!important
    }
}

@media(min-width:992px) {
    .m-lg-153 {
        margin: 153px!important
    }
    .p-lg-153 {
        padding: 153px!important
    }
}

@media(min-width:992px) {
    .m-lg-154 {
        margin: 154px!important
    }
    .p-lg-154 {
        padding: 154px!important
    }
}

@media(min-width:992px) {
    .m-lg-155 {
        margin: 155px!important
    }
    .p-lg-155 {
        padding: 155px!important
    }
}

@media(min-width:992px) {
    .m-lg-156 {
        margin: 156px!important
    }
    .p-lg-156 {
        padding: 156px!important
    }
}

@media(min-width:992px) {
    .m-lg-157 {
        margin: 157px!important
    }
    .p-lg-157 {
        padding: 157px!important
    }
}

@media(min-width:992px) {
    .m-lg-158 {
        margin: 158px!important
    }
    .p-lg-158 {
        padding: 158px!important
    }
}

@media(min-width:992px) {
    .m-lg-159 {
        margin: 159px!important
    }
    .p-lg-159 {
        padding: 159px!important
    }
}

@media(min-width:992px) {
    .m-lg-160 {
        margin: 160px!important
    }
    .p-lg-160 {
        padding: 160px!important
    }
}

@media(min-width:992px) {
    .m-lg-161 {
        margin: 161px!important
    }
    .p-lg-161 {
        padding: 161px!important
    }
}

@media(min-width:992px) {
    .m-lg-162 {
        margin: 162px!important
    }
    .p-lg-162 {
        padding: 162px!important
    }
}

@media(min-width:992px) {
    .m-lg-163 {
        margin: 163px!important
    }
    .p-lg-163 {
        padding: 163px!important
    }
}

@media(min-width:992px) {
    .m-lg-164 {
        margin: 164px!important
    }
    .p-lg-164 {
        padding: 164px!important
    }
}

@media(min-width:992px) {
    .m-lg-165 {
        margin: 165px!important
    }
    .p-lg-165 {
        padding: 165px!important
    }
}

@media(min-width:992px) {
    .m-lg-166 {
        margin: 166px!important
    }
    .p-lg-166 {
        padding: 166px!important
    }
}

@media(min-width:992px) {
    .m-lg-167 {
        margin: 167px!important
    }
    .p-lg-167 {
        padding: 167px!important
    }
}

@media(min-width:992px) {
    .m-lg-168 {
        margin: 168px!important
    }
    .p-lg-168 {
        padding: 168px!important
    }
}

@media(min-width:992px) {
    .m-lg-169 {
        margin: 169px!important
    }
    .p-lg-169 {
        padding: 169px!important
    }
}

@media(min-width:992px) {
    .m-lg-170 {
        margin: 170px!important
    }
    .p-lg-170 {
        padding: 170px!important
    }
}

@media(min-width:992px) {
    .m-lg-171 {
        margin: 171px!important
    }
    .p-lg-171 {
        padding: 171px!important
    }
}

@media(min-width:992px) {
    .m-lg-172 {
        margin: 172px!important
    }
    .p-lg-172 {
        padding: 172px!important
    }
}

@media(min-width:992px) {
    .m-lg-173 {
        margin: 173px!important
    }
    .p-lg-173 {
        padding: 173px!important
    }
}

@media(min-width:992px) {
    .m-lg-174 {
        margin: 174px!important
    }
    .p-lg-174 {
        padding: 174px!important
    }
}

@media(min-width:992px) {
    .m-lg-175 {
        margin: 175px!important
    }
    .p-lg-175 {
        padding: 175px!important
    }
}

@media(min-width:992px) {
    .m-lg-176 {
        margin: 176px!important
    }
    .p-lg-176 {
        padding: 176px!important
    }
}

@media(min-width:992px) {
    .m-lg-177 {
        margin: 177px!important
    }
    .p-lg-177 {
        padding: 177px!important
    }
}

@media(min-width:992px) {
    .m-lg-178 {
        margin: 178px!important
    }
    .p-lg-178 {
        padding: 178px!important
    }
}

@media(min-width:992px) {
    .m-lg-179 {
        margin: 179px!important
    }
    .p-lg-179 {
        padding: 179px!important
    }
}

@media(min-width:992px) {
    .m-lg-180 {
        margin: 180px!important
    }
    .p-lg-180 {
        padding: 180px!important
    }
}

@media(min-width:992px) {
    .m-lg-181 {
        margin: 181px!important
    }
    .p-lg-181 {
        padding: 181px!important
    }
}

@media(min-width:992px) {
    .m-lg-182 {
        margin: 182px!important
    }
    .p-lg-182 {
        padding: 182px!important
    }
}

@media(min-width:992px) {
    .m-lg-183 {
        margin: 183px!important
    }
    .p-lg-183 {
        padding: 183px!important
    }
}

@media(min-width:992px) {
    .m-lg-184 {
        margin: 184px!important
    }
    .p-lg-184 {
        padding: 184px!important
    }
}

@media(min-width:992px) {
    .m-lg-185 {
        margin: 185px!important
    }
    .p-lg-185 {
        padding: 185px!important
    }
}

@media(min-width:992px) {
    .m-lg-186 {
        margin: 186px!important
    }
    .p-lg-186 {
        padding: 186px!important
    }
}

@media(min-width:992px) {
    .m-lg-187 {
        margin: 187px!important
    }
    .p-lg-187 {
        padding: 187px!important
    }
}

@media(min-width:992px) {
    .m-lg-188 {
        margin: 188px!important
    }
    .p-lg-188 {
        padding: 188px!important
    }
}

@media(min-width:992px) {
    .m-lg-189 {
        margin: 189px!important
    }
    .p-lg-189 {
        padding: 189px!important
    }
}

@media(min-width:992px) {
    .m-lg-190 {
        margin: 190px!important
    }
    .p-lg-190 {
        padding: 190px!important
    }
}

@media(min-width:992px) {
    .m-lg-191 {
        margin: 191px!important
    }
    .p-lg-191 {
        padding: 191px!important
    }
}

@media(min-width:992px) {
    .m-lg-192 {
        margin: 192px!important
    }
    .p-lg-192 {
        padding: 192px!important
    }
}

@media(min-width:992px) {
    .m-lg-193 {
        margin: 193px!important
    }
    .p-lg-193 {
        padding: 193px!important
    }
}

@media(min-width:992px) {
    .m-lg-194 {
        margin: 194px!important
    }
    .p-lg-194 {
        padding: 194px!important
    }
}

@media(min-width:992px) {
    .m-lg-195 {
        margin: 195px!important
    }
    .p-lg-195 {
        padding: 195px!important
    }
}

@media(min-width:992px) {
    .m-lg-196 {
        margin: 196px!important
    }
    .p-lg-196 {
        padding: 196px!important
    }
}

@media(min-width:992px) {
    .m-lg-197 {
        margin: 197px!important
    }
    .p-lg-197 {
        padding: 197px!important
    }
}

@media(min-width:992px) {
    .m-lg-198 {
        margin: 198px!important
    }
    .p-lg-198 {
        padding: 198px!important
    }
}

@media(min-width:992px) {
    .m-lg-199 {
        margin: 199px!important
    }
    .p-lg-199 {
        padding: 199px!important
    }
}

@media(min-width:992px) {
    .m-lg-200 {
        margin: 200px!important
    }
    .p-lg-200 {
        padding: 200px!important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0!important
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
}

@media(min-width:992px) {
    .mt-lg-1 {
        margin-top: 1px!important
    }
    .pt-lg-1 {
        padding-top: 1px!important
    }
}

@media(min-width:992px) {
    .mt-lg-2 {
        margin-top: 2px!important
    }
    .pt-lg-2 {
        padding-top: 2px!important
    }
}

@media(min-width:992px) {
    .mt-lg-3 {
        margin-top: 3px!important
    }
    .pt-lg-3 {
        padding-top: 3px!important
    }
}

@media(min-width:992px) {
    .mt-lg-4 {
        margin-top: 4px!important
    }
    .pt-lg-4 {
        padding-top: 4px!important
    }
}

@media(min-width:992px) {
    .mt-lg-5 {
        margin-top: 5px!important
    }
    .pt-lg-5 {
        padding-top: 5px!important
    }
}

@media(min-width:992px) {
    .mt-lg-6 {
        margin-top: 6px!important
    }
    .pt-lg-6 {
        padding-top: 6px!important
    }
}

@media(min-width:992px) {
    .mt-lg-7 {
        margin-top: 7px!important
    }
    .pt-lg-7 {
        padding-top: 7px!important
    }
}

@media(min-width:992px) {
    .mt-lg-8 {
        margin-top: 8px!important
    }
    .pt-lg-8 {
        padding-top: 8px!important
    }
}

@media(min-width:992px) {
    .mt-lg-9 {
        margin-top: 9px!important
    }
    .pt-lg-9 {
        padding-top: 9px!important
    }
}

@media(min-width:992px) {
    .mt-lg-10 {
        margin-top: 10px!important
    }
    .pt-lg-10 {
        padding-top: 10px!important
    }
}

@media(min-width:992px) {
    .mt-lg-11 {
        margin-top: 11px!important
    }
    .pt-lg-11 {
        padding-top: 11px!important
    }
}

@media(min-width:992px) {
    .mt-lg-12 {
        margin-top: 12px!important
    }
    .pt-lg-12 {
        padding-top: 12px!important
    }
}

@media(min-width:992px) {
    .mt-lg-13 {
        margin-top: 13px!important
    }
    .pt-lg-13 {
        padding-top: 13px!important
    }
}

@media(min-width:992px) {
    .mt-lg-14 {
        margin-top: 14px!important
    }
    .pt-lg-14 {
        padding-top: 14px!important
    }
}

@media(min-width:992px) {
    .mt-lg-15 {
        margin-top: 15px!important
    }
    .pt-lg-15 {
        padding-top: 15px!important
    }
}

@media(min-width:992px) {
    .mt-lg-16 {
        margin-top: 16px!important
    }
    .pt-lg-16 {
        padding-top: 16px!important
    }
}

@media(min-width:992px) {
    .mt-lg-17 {
        margin-top: 17px!important
    }
    .pt-lg-17 {
        padding-top: 17px!important
    }
}

@media(min-width:992px) {
    .mt-lg-18 {
        margin-top: 18px!important
    }
    .pt-lg-18 {
        padding-top: 18px!important
    }
}

@media(min-width:992px) {
    .mt-lg-19 {
        margin-top: 19px!important
    }
    .pt-lg-19 {
        padding-top: 19px!important
    }
}

@media(min-width:992px) {
    .mt-lg-20 {
        margin-top: 20px!important
    }
    .pt-lg-20 {
        padding-top: 20px!important
    }
}

@media(min-width:992px) {
    .mt-lg-21 {
        margin-top: 21px!important
    }
    .pt-lg-21 {
        padding-top: 21px!important
    }
}

@media(min-width:992px) {
    .mt-lg-22 {
        margin-top: 22px!important
    }
    .pt-lg-22 {
        padding-top: 22px!important
    }
}

@media(min-width:992px) {
    .mt-lg-23 {
        margin-top: 23px!important
    }
    .pt-lg-23 {
        padding-top: 23px!important
    }
}

@media(min-width:992px) {
    .mt-lg-24 {
        margin-top: 24px!important
    }
    .pt-lg-24 {
        padding-top: 24px!important
    }
}

@media(min-width:992px) {
    .mt-lg-25 {
        margin-top: 25px!important
    }
    .pt-lg-25 {
        padding-top: 25px!important
    }
}

@media(min-width:992px) {
    .mt-lg-26 {
        margin-top: 26px!important
    }
    .pt-lg-26 {
        padding-top: 26px!important
    }
}

@media(min-width:992px) {
    .mt-lg-27 {
        margin-top: 27px!important
    }
    .pt-lg-27 {
        padding-top: 27px!important
    }
}

@media(min-width:992px) {
    .mt-lg-28 {
        margin-top: 28px!important
    }
    .pt-lg-28 {
        padding-top: 28px!important
    }
}

@media(min-width:992px) {
    .mt-lg-29 {
        margin-top: 29px!important
    }
    .pt-lg-29 {
        padding-top: 29px!important
    }
}

@media(min-width:992px) {
    .mt-lg-30 {
        margin-top: 30px!important
    }
    .pt-lg-30 {
        padding-top: 30px!important
    }
}

@media(min-width:992px) {
    .mt-lg-31 {
        margin-top: 31px!important
    }
    .pt-lg-31 {
        padding-top: 31px!important
    }
}

@media(min-width:992px) {
    .mt-lg-32 {
        margin-top: 32px!important
    }
    .pt-lg-32 {
        padding-top: 32px!important
    }
}

@media(min-width:992px) {
    .mt-lg-33 {
        margin-top: 33px!important
    }
    .pt-lg-33 {
        padding-top: 33px!important
    }
}

@media(min-width:992px) {
    .mt-lg-34 {
        margin-top: 34px!important
    }
    .pt-lg-34 {
        padding-top: 34px!important
    }
}

@media(min-width:992px) {
    .mt-lg-35 {
        margin-top: 35px!important
    }
    .pt-lg-35 {
        padding-top: 35px!important
    }
}

@media(min-width:992px) {
    .mt-lg-36 {
        margin-top: 36px!important
    }
    .pt-lg-36 {
        padding-top: 36px!important
    }
}

@media(min-width:992px) {
    .mt-lg-37 {
        margin-top: 37px!important
    }
    .pt-lg-37 {
        padding-top: 37px!important
    }
}

@media(min-width:992px) {
    .mt-lg-38 {
        margin-top: 38px!important
    }
    .pt-lg-38 {
        padding-top: 38px!important
    }
}

@media(min-width:992px) {
    .mt-lg-39 {
        margin-top: 39px!important
    }
    .pt-lg-39 {
        padding-top: 39px!important
    }
}

@media(min-width:992px) {
    .mt-lg-40 {
        margin-top: 40px!important
    }
    .pt-lg-40 {
        padding-top: 40px!important
    }
}

@media(min-width:992px) {
    .mt-lg-41 {
        margin-top: 41px!important
    }
    .pt-lg-41 {
        padding-top: 41px!important
    }
}

@media(min-width:992px) {
    .mt-lg-42 {
        margin-top: 42px!important
    }
    .pt-lg-42 {
        padding-top: 42px!important
    }
}

@media(min-width:992px) {
    .mt-lg-43 {
        margin-top: 43px!important
    }
    .pt-lg-43 {
        padding-top: 43px!important
    }
}

@media(min-width:992px) {
    .mt-lg-44 {
        margin-top: 44px!important
    }
    .pt-lg-44 {
        padding-top: 44px!important
    }
}

@media(min-width:992px) {
    .mt-lg-45 {
        margin-top: 45px!important
    }
    .pt-lg-45 {
        padding-top: 45px!important
    }
}

@media(min-width:992px) {
    .mt-lg-46 {
        margin-top: 46px!important
    }
    .pt-lg-46 {
        padding-top: 46px!important
    }
}

@media(min-width:992px) {
    .mt-lg-47 {
        margin-top: 47px!important
    }
    .pt-lg-47 {
        padding-top: 47px!important
    }
}

@media(min-width:992px) {
    .mt-lg-48 {
        margin-top: 48px!important
    }
    .pt-lg-48 {
        padding-top: 48px!important
    }
}

@media(min-width:992px) {
    .mt-lg-49 {
        margin-top: 49px!important
    }
    .pt-lg-49 {
        padding-top: 49px!important
    }
}

@media(min-width:992px) {
    .mt-lg-50 {
        margin-top: 50px!important
    }
    .pt-lg-50 {
        padding-top: 50px!important
    }
}

@media(min-width:992px) {
    .mt-lg-51 {
        margin-top: 51px!important
    }
    .pt-lg-51 {
        padding-top: 51px!important
    }
}

@media(min-width:992px) {
    .mt-lg-52 {
        margin-top: 52px!important
    }
    .pt-lg-52 {
        padding-top: 52px!important
    }
}

@media(min-width:992px) {
    .mt-lg-53 {
        margin-top: 53px!important
    }
    .pt-lg-53 {
        padding-top: 53px!important
    }
}

@media(min-width:992px) {
    .mt-lg-54 {
        margin-top: 54px!important
    }
    .pt-lg-54 {
        padding-top: 54px!important
    }
}

@media(min-width:992px) {
    .mt-lg-55 {
        margin-top: 55px!important
    }
    .pt-lg-55 {
        padding-top: 55px!important
    }
}

@media(min-width:992px) {
    .mt-lg-56 {
        margin-top: 56px!important
    }
    .pt-lg-56 {
        padding-top: 56px!important
    }
}

@media(min-width:992px) {
    .mt-lg-57 {
        margin-top: 57px!important
    }
    .pt-lg-57 {
        padding-top: 57px!important
    }
}

@media(min-width:992px) {
    .mt-lg-58 {
        margin-top: 58px!important
    }
    .pt-lg-58 {
        padding-top: 58px!important
    }
}

@media(min-width:992px) {
    .mt-lg-59 {
        margin-top: 59px!important
    }
    .pt-lg-59 {
        padding-top: 59px!important
    }
}

@media(min-width:992px) {
    .mt-lg-60 {
        margin-top: 60px!important
    }
    .pt-lg-60 {
        padding-top: 60px!important
    }
}

@media(min-width:992px) {
    .mt-lg-61 {
        margin-top: 61px!important
    }
    .pt-lg-61 {
        padding-top: 61px!important
    }
}

@media(min-width:992px) {
    .mt-lg-62 {
        margin-top: 62px!important
    }
    .pt-lg-62 {
        padding-top: 62px!important
    }
}

@media(min-width:992px) {
    .mt-lg-63 {
        margin-top: 63px!important
    }
    .pt-lg-63 {
        padding-top: 63px!important
    }
}

@media(min-width:992px) {
    .mt-lg-64 {
        margin-top: 64px!important
    }
    .pt-lg-64 {
        padding-top: 64px!important
    }
}

@media(min-width:992px) {
    .mt-lg-65 {
        margin-top: 65px!important
    }
    .pt-lg-65 {
        padding-top: 65px!important
    }
}

@media(min-width:992px) {
    .mt-lg-66 {
        margin-top: 66px!important
    }
    .pt-lg-66 {
        padding-top: 66px!important
    }
}

@media(min-width:992px) {
    .mt-lg-67 {
        margin-top: 67px!important
    }
    .pt-lg-67 {
        padding-top: 67px!important
    }
}

@media(min-width:992px) {
    .mt-lg-68 {
        margin-top: 68px!important
    }
    .pt-lg-68 {
        padding-top: 68px!important
    }
}

@media(min-width:992px) {
    .mt-lg-69 {
        margin-top: 69px!important
    }
    .pt-lg-69 {
        padding-top: 69px!important
    }
}

@media(min-width:992px) {
    .mt-lg-70 {
        margin-top: 70px!important
    }
    .pt-lg-70 {
        padding-top: 70px!important
    }
}

@media(min-width:992px) {
    .mt-lg-71 {
        margin-top: 71px!important
    }
    .pt-lg-71 {
        padding-top: 71px!important
    }
}

@media(min-width:992px) {
    .mt-lg-72 {
        margin-top: 72px!important
    }
    .pt-lg-72 {
        padding-top: 72px!important
    }
}

@media(min-width:992px) {
    .mt-lg-73 {
        margin-top: 73px!important
    }
    .pt-lg-73 {
        padding-top: 73px!important
    }
}

@media(min-width:992px) {
    .mt-lg-74 {
        margin-top: 74px!important
    }
    .pt-lg-74 {
        padding-top: 74px!important
    }
}

@media(min-width:992px) {
    .mt-lg-75 {
        margin-top: 75px!important
    }
    .pt-lg-75 {
        padding-top: 75px!important
    }
}

@media(min-width:992px) {
    .mt-lg-76 {
        margin-top: 76px!important
    }
    .pt-lg-76 {
        padding-top: 76px!important
    }
}

@media(min-width:992px) {
    .mt-lg-77 {
        margin-top: 77px!important
    }
    .pt-lg-77 {
        padding-top: 77px!important
    }
}

@media(min-width:992px) {
    .mt-lg-78 {
        margin-top: 78px!important
    }
    .pt-lg-78 {
        padding-top: 78px!important
    }
}

@media(min-width:992px) {
    .mt-lg-79 {
        margin-top: 79px!important
    }
    .pt-lg-79 {
        padding-top: 79px!important
    }
}

@media(min-width:992px) {
    .mt-lg-80 {
        margin-top: 80px!important
    }
    .pt-lg-80 {
        padding-top: 80px!important
    }
}

@media(min-width:992px) {
    .mt-lg-81 {
        margin-top: 81px!important
    }
    .pt-lg-81 {
        padding-top: 81px!important
    }
}

@media(min-width:992px) {
    .mt-lg-82 {
        margin-top: 82px!important
    }
    .pt-lg-82 {
        padding-top: 82px!important
    }
}

@media(min-width:992px) {
    .mt-lg-83 {
        margin-top: 83px!important
    }
    .pt-lg-83 {
        padding-top: 83px!important
    }
}

@media(min-width:992px) {
    .mt-lg-84 {
        margin-top: 84px!important
    }
    .pt-lg-84 {
        padding-top: 84px!important
    }
}

@media(min-width:992px) {
    .mt-lg-85 {
        margin-top: 85px!important
    }
    .pt-lg-85 {
        padding-top: 85px!important
    }
}

@media(min-width:992px) {
    .mt-lg-86 {
        margin-top: 86px!important
    }
    .pt-lg-86 {
        padding-top: 86px!important
    }
}

@media(min-width:992px) {
    .mt-lg-87 {
        margin-top: 87px!important
    }
    .pt-lg-87 {
        padding-top: 87px!important
    }
}

@media(min-width:992px) {
    .mt-lg-88 {
        margin-top: 88px!important
    }
    .pt-lg-88 {
        padding-top: 88px!important
    }
}

@media(min-width:992px) {
    .mt-lg-89 {
        margin-top: 89px!important
    }
    .pt-lg-89 {
        padding-top: 89px!important
    }
}

@media(min-width:992px) {
    .mt-lg-90 {
        margin-top: 90px!important
    }
    .pt-lg-90 {
        padding-top: 90px!important
    }
}

@media(min-width:992px) {
    .mt-lg-91 {
        margin-top: 91px!important
    }
    .pt-lg-91 {
        padding-top: 91px!important
    }
}

@media(min-width:992px) {
    .mt-lg-92 {
        margin-top: 92px!important
    }
    .pt-lg-92 {
        padding-top: 92px!important
    }
}

@media(min-width:992px) {
    .mt-lg-93 {
        margin-top: 93px!important
    }
    .pt-lg-93 {
        padding-top: 93px!important
    }
}

@media(min-width:992px) {
    .mt-lg-94 {
        margin-top: 94px!important
    }
    .pt-lg-94 {
        padding-top: 94px!important
    }
}

@media(min-width:992px) {
    .mt-lg-95 {
        margin-top: 95px!important
    }
    .pt-lg-95 {
        padding-top: 95px!important
    }
}

@media(min-width:992px) {
    .mt-lg-96 {
        margin-top: 96px!important
    }
    .pt-lg-96 {
        padding-top: 96px!important
    }
}

@media(min-width:992px) {
    .mt-lg-97 {
        margin-top: 97px!important
    }
    .pt-lg-97 {
        padding-top: 97px!important
    }
}

@media(min-width:992px) {
    .mt-lg-98 {
        margin-top: 98px!important
    }
    .pt-lg-98 {
        padding-top: 98px!important
    }
}

@media(min-width:992px) {
    .mt-lg-99 {
        margin-top: 99px!important
    }
    .pt-lg-99 {
        padding-top: 99px!important
    }
}

@media(min-width:992px) {
    .mt-lg-100 {
        margin-top: 100px!important
    }
    .pt-lg-100 {
        padding-top: 100px!important
    }
}

@media(min-width:992px) {
    .mt-lg-101 {
        margin-top: 101px!important
    }
    .pt-lg-101 {
        padding-top: 101px!important
    }
}

@media(min-width:992px) {
    .mt-lg-102 {
        margin-top: 102px!important
    }
    .pt-lg-102 {
        padding-top: 102px!important
    }
}

@media(min-width:992px) {
    .mt-lg-103 {
        margin-top: 103px!important
    }
    .pt-lg-103 {
        padding-top: 103px!important
    }
}

@media(min-width:992px) {
    .mt-lg-104 {
        margin-top: 104px!important
    }
    .pt-lg-104 {
        padding-top: 104px!important
    }
}

@media(min-width:992px) {
    .mt-lg-105 {
        margin-top: 105px!important
    }
    .pt-lg-105 {
        padding-top: 105px!important
    }
}

@media(min-width:992px) {
    .mt-lg-106 {
        margin-top: 106px!important
    }
    .pt-lg-106 {
        padding-top: 106px!important
    }
}

@media(min-width:992px) {
    .mt-lg-107 {
        margin-top: 107px!important
    }
    .pt-lg-107 {
        padding-top: 107px!important
    }
}

@media(min-width:992px) {
    .mt-lg-108 {
        margin-top: 108px!important
    }
    .pt-lg-108 {
        padding-top: 108px!important
    }
}

@media(min-width:992px) {
    .mt-lg-109 {
        margin-top: 109px!important
    }
    .pt-lg-109 {
        padding-top: 109px!important
    }
}

@media(min-width:992px) {
    .mt-lg-110 {
        margin-top: 110px!important
    }
    .pt-lg-110 {
        padding-top: 110px!important
    }
}

@media(min-width:992px) {
    .mt-lg-111 {
        margin-top: 111px!important
    }
    .pt-lg-111 {
        padding-top: 111px!important
    }
}

@media(min-width:992px) {
    .mt-lg-112 {
        margin-top: 112px!important
    }
    .pt-lg-112 {
        padding-top: 112px!important
    }
}

@media(min-width:992px) {
    .mt-lg-113 {
        margin-top: 113px!important
    }
    .pt-lg-113 {
        padding-top: 113px!important
    }
}

@media(min-width:992px) {
    .mt-lg-114 {
        margin-top: 114px!important
    }
    .pt-lg-114 {
        padding-top: 114px!important
    }
}

@media(min-width:992px) {
    .mt-lg-115 {
        margin-top: 115px!important
    }
    .pt-lg-115 {
        padding-top: 115px!important
    }
}

@media(min-width:992px) {
    .mt-lg-116 {
        margin-top: 116px!important
    }
    .pt-lg-116 {
        padding-top: 116px!important
    }
}

@media(min-width:992px) {
    .mt-lg-117 {
        margin-top: 117px!important
    }
    .pt-lg-117 {
        padding-top: 117px!important
    }
}

@media(min-width:992px) {
    .mt-lg-118 {
        margin-top: 118px!important
    }
    .pt-lg-118 {
        padding-top: 118px!important
    }
}

@media(min-width:992px) {
    .mt-lg-119 {
        margin-top: 119px!important
    }
    .pt-lg-119 {
        padding-top: 119px!important
    }
}

@media(min-width:992px) {
    .mt-lg-120 {
        margin-top: 120px!important
    }
    .pt-lg-120 {
        padding-top: 120px!important
    }
}

@media(min-width:992px) {
    .mt-lg-121 {
        margin-top: 121px!important
    }
    .pt-lg-121 {
        padding-top: 121px!important
    }
}

@media(min-width:992px) {
    .mt-lg-122 {
        margin-top: 122px!important
    }
    .pt-lg-122 {
        padding-top: 122px!important
    }
}

@media(min-width:992px) {
    .mt-lg-123 {
        margin-top: 123px!important
    }
    .pt-lg-123 {
        padding-top: 123px!important
    }
}

@media(min-width:992px) {
    .mt-lg-124 {
        margin-top: 124px!important
    }
    .pt-lg-124 {
        padding-top: 124px!important
    }
}

@media(min-width:992px) {
    .mt-lg-125 {
        margin-top: 125px!important
    }
    .pt-lg-125 {
        padding-top: 125px!important
    }
}

@media(min-width:992px) {
    .mt-lg-126 {
        margin-top: 126px!important
    }
    .pt-lg-126 {
        padding-top: 126px!important
    }
}

@media(min-width:992px) {
    .mt-lg-127 {
        margin-top: 127px!important
    }
    .pt-lg-127 {
        padding-top: 127px!important
    }
}

@media(min-width:992px) {
    .mt-lg-128 {
        margin-top: 128px!important
    }
    .pt-lg-128 {
        padding-top: 128px!important
    }
}

@media(min-width:992px) {
    .mt-lg-129 {
        margin-top: 129px!important
    }
    .pt-lg-129 {
        padding-top: 129px!important
    }
}

@media(min-width:992px) {
    .mt-lg-130 {
        margin-top: 130px!important
    }
    .pt-lg-130 {
        padding-top: 130px!important
    }
}

@media(min-width:992px) {
    .mt-lg-131 {
        margin-top: 131px!important
    }
    .pt-lg-131 {
        padding-top: 131px!important
    }
}

@media(min-width:992px) {
    .mt-lg-132 {
        margin-top: 132px!important
    }
    .pt-lg-132 {
        padding-top: 132px!important
    }
}

@media(min-width:992px) {
    .mt-lg-133 {
        margin-top: 133px!important
    }
    .pt-lg-133 {
        padding-top: 133px!important
    }
}

@media(min-width:992px) {
    .mt-lg-134 {
        margin-top: 134px!important
    }
    .pt-lg-134 {
        padding-top: 134px!important
    }
}

@media(min-width:992px) {
    .mt-lg-135 {
        margin-top: 135px!important
    }
    .pt-lg-135 {
        padding-top: 135px!important
    }
}

@media(min-width:992px) {
    .mt-lg-136 {
        margin-top: 136px!important
    }
    .pt-lg-136 {
        padding-top: 136px!important
    }
}

@media(min-width:992px) {
    .mt-lg-137 {
        margin-top: 137px!important
    }
    .pt-lg-137 {
        padding-top: 137px!important
    }
}

@media(min-width:992px) {
    .mt-lg-138 {
        margin-top: 138px!important
    }
    .pt-lg-138 {
        padding-top: 138px!important
    }
}

@media(min-width:992px) {
    .mt-lg-139 {
        margin-top: 139px!important
    }
    .pt-lg-139 {
        padding-top: 139px!important
    }
}

@media(min-width:992px) {
    .mt-lg-140 {
        margin-top: 140px!important
    }
    .pt-lg-140 {
        padding-top: 140px!important
    }
}

@media(min-width:992px) {
    .mt-lg-141 {
        margin-top: 141px!important
    }
    .pt-lg-141 {
        padding-top: 141px!important
    }
}

@media(min-width:992px) {
    .mt-lg-142 {
        margin-top: 142px!important
    }
    .pt-lg-142 {
        padding-top: 142px!important
    }
}

@media(min-width:992px) {
    .mt-lg-143 {
        margin-top: 143px!important
    }
    .pt-lg-143 {
        padding-top: 143px!important
    }
}

@media(min-width:992px) {
    .mt-lg-144 {
        margin-top: 144px!important
    }
    .pt-lg-144 {
        padding-top: 144px!important
    }
}

@media(min-width:992px) {
    .mt-lg-145 {
        margin-top: 145px!important
    }
    .pt-lg-145 {
        padding-top: 145px!important
    }
}

@media(min-width:992px) {
    .mt-lg-146 {
        margin-top: 146px!important
    }
    .pt-lg-146 {
        padding-top: 146px!important
    }
}

@media(min-width:992px) {
    .mt-lg-147 {
        margin-top: 147px!important
    }
    .pt-lg-147 {
        padding-top: 147px!important
    }
}

@media(min-width:992px) {
    .mt-lg-148 {
        margin-top: 148px!important
    }
    .pt-lg-148 {
        padding-top: 148px!important
    }
}

@media(min-width:992px) {
    .mt-lg-149 {
        margin-top: 149px!important
    }
    .pt-lg-149 {
        padding-top: 149px!important
    }
}

@media(min-width:992px) {
    .mt-lg-150 {
        margin-top: 150px!important
    }
    .pt-lg-150 {
        padding-top: 150px!important
    }
}

@media(min-width:992px) {
    .mt-lg-151 {
        margin-top: 151px!important
    }
    .pt-lg-151 {
        padding-top: 151px!important
    }
}

@media(min-width:992px) {
    .mt-lg-152 {
        margin-top: 152px!important
    }
    .pt-lg-152 {
        padding-top: 152px!important
    }
}

@media(min-width:992px) {
    .mt-lg-153 {
        margin-top: 153px!important
    }
    .pt-lg-153 {
        padding-top: 153px!important
    }
}

@media(min-width:992px) {
    .mt-lg-154 {
        margin-top: 154px!important
    }
    .pt-lg-154 {
        padding-top: 154px!important
    }
}

@media(min-width:992px) {
    .mt-lg-155 {
        margin-top: 155px!important
    }
    .pt-lg-155 {
        padding-top: 155px!important
    }
}

@media(min-width:992px) {
    .mt-lg-156 {
        margin-top: 156px!important
    }
    .pt-lg-156 {
        padding-top: 156px!important
    }
}

@media(min-width:992px) {
    .mt-lg-157 {
        margin-top: 157px!important
    }
    .pt-lg-157 {
        padding-top: 157px!important
    }
}

@media(min-width:992px) {
    .mt-lg-158 {
        margin-top: 158px!important
    }
    .pt-lg-158 {
        padding-top: 158px!important
    }
}

@media(min-width:992px) {
    .mt-lg-159 {
        margin-top: 159px!important
    }
    .pt-lg-159 {
        padding-top: 159px!important
    }
}

@media(min-width:992px) {
    .mt-lg-160 {
        margin-top: 160px!important
    }
    .pt-lg-160 {
        padding-top: 160px!important
    }
}

@media(min-width:992px) {
    .mt-lg-161 {
        margin-top: 161px!important
    }
    .pt-lg-161 {
        padding-top: 161px!important
    }
}

@media(min-width:992px) {
    .mt-lg-162 {
        margin-top: 162px!important
    }
    .pt-lg-162 {
        padding-top: 162px!important
    }
}

@media(min-width:992px) {
    .mt-lg-163 {
        margin-top: 163px!important
    }
    .pt-lg-163 {
        padding-top: 163px!important
    }
}

@media(min-width:992px) {
    .mt-lg-164 {
        margin-top: 164px!important
    }
    .pt-lg-164 {
        padding-top: 164px!important
    }
}

@media(min-width:992px) {
    .mt-lg-165 {
        margin-top: 165px!important
    }
    .pt-lg-165 {
        padding-top: 165px!important
    }
}

@media(min-width:992px) {
    .mt-lg-166 {
        margin-top: 166px!important
    }
    .pt-lg-166 {
        padding-top: 166px!important
    }
}

@media(min-width:992px) {
    .mt-lg-167 {
        margin-top: 167px!important
    }
    .pt-lg-167 {
        padding-top: 167px!important
    }
}

@media(min-width:992px) {
    .mt-lg-168 {
        margin-top: 168px!important
    }
    .pt-lg-168 {
        padding-top: 168px!important
    }
}

@media(min-width:992px) {
    .mt-lg-169 {
        margin-top: 169px!important
    }
    .pt-lg-169 {
        padding-top: 169px!important
    }
}

@media(min-width:992px) {
    .mt-lg-170 {
        margin-top: 170px!important
    }
    .pt-lg-170 {
        padding-top: 170px!important
    }
}

@media(min-width:992px) {
    .mt-lg-171 {
        margin-top: 171px!important
    }
    .pt-lg-171 {
        padding-top: 171px!important
    }
}

@media(min-width:992px) {
    .mt-lg-172 {
        margin-top: 172px!important
    }
    .pt-lg-172 {
        padding-top: 172px!important
    }
}

@media(min-width:992px) {
    .mt-lg-173 {
        margin-top: 173px!important
    }
    .pt-lg-173 {
        padding-top: 173px!important
    }
}

@media(min-width:992px) {
    .mt-lg-174 {
        margin-top: 174px!important
    }
    .pt-lg-174 {
        padding-top: 174px!important
    }
}

@media(min-width:992px) {
    .mt-lg-175 {
        margin-top: 175px!important
    }
    .pt-lg-175 {
        padding-top: 175px!important
    }
}

@media(min-width:992px) {
    .mt-lg-176 {
        margin-top: 176px!important
    }
    .pt-lg-176 {
        padding-top: 176px!important
    }
}

@media(min-width:992px) {
    .mt-lg-177 {
        margin-top: 177px!important
    }
    .pt-lg-177 {
        padding-top: 177px!important
    }
}

@media(min-width:992px) {
    .mt-lg-178 {
        margin-top: 178px!important
    }
    .pt-lg-178 {
        padding-top: 178px!important
    }
}

@media(min-width:992px) {
    .mt-lg-179 {
        margin-top: 179px!important
    }
    .pt-lg-179 {
        padding-top: 179px!important
    }
}

@media(min-width:992px) {
    .mt-lg-180 {
        margin-top: 180px!important
    }
    .pt-lg-180 {
        padding-top: 180px!important
    }
}

@media(min-width:992px) {
    .mt-lg-181 {
        margin-top: 181px!important
    }
    .pt-lg-181 {
        padding-top: 181px!important
    }
}

@media(min-width:992px) {
    .mt-lg-182 {
        margin-top: 182px!important
    }
    .pt-lg-182 {
        padding-top: 182px!important
    }
}

@media(min-width:992px) {
    .mt-lg-183 {
        margin-top: 183px!important
    }
    .pt-lg-183 {
        padding-top: 183px!important
    }
}

@media(min-width:992px) {
    .mt-lg-184 {
        margin-top: 184px!important
    }
    .pt-lg-184 {
        padding-top: 184px!important
    }
}

@media(min-width:992px) {
    .mt-lg-185 {
        margin-top: 185px!important
    }
    .pt-lg-185 {
        padding-top: 185px!important
    }
}

@media(min-width:992px) {
    .mt-lg-186 {
        margin-top: 186px!important
    }
    .pt-lg-186 {
        padding-top: 186px!important
    }
}

@media(min-width:992px) {
    .mt-lg-187 {
        margin-top: 187px!important
    }
    .pt-lg-187 {
        padding-top: 187px!important
    }
}

@media(min-width:992px) {
    .mt-lg-188 {
        margin-top: 188px!important
    }
    .pt-lg-188 {
        padding-top: 188px!important
    }
}

@media(min-width:992px) {
    .mt-lg-189 {
        margin-top: 189px!important
    }
    .pt-lg-189 {
        padding-top: 189px!important
    }
}

@media(min-width:992px) {
    .mt-lg-190 {
        margin-top: 190px!important
    }
    .pt-lg-190 {
        padding-top: 190px!important
    }
}

@media(min-width:992px) {
    .mt-lg-191 {
        margin-top: 191px!important
    }
    .pt-lg-191 {
        padding-top: 191px!important
    }
}

@media(min-width:992px) {
    .mt-lg-192 {
        margin-top: 192px!important
    }
    .pt-lg-192 {
        padding-top: 192px!important
    }
}

@media(min-width:992px) {
    .mt-lg-193 {
        margin-top: 193px!important
    }
    .pt-lg-193 {
        padding-top: 193px!important
    }
}

@media(min-width:992px) {
    .mt-lg-194 {
        margin-top: 194px!important
    }
    .pt-lg-194 {
        padding-top: 194px!important
    }
}

@media(min-width:992px) {
    .mt-lg-195 {
        margin-top: 195px!important
    }
    .pt-lg-195 {
        padding-top: 195px!important
    }
}

@media(min-width:992px) {
    .mt-lg-196 {
        margin-top: 196px!important
    }
    .pt-lg-196 {
        padding-top: 196px!important
    }
}

@media(min-width:992px) {
    .mt-lg-197 {
        margin-top: 197px!important
    }
    .pt-lg-197 {
        padding-top: 197px!important
    }
}

@media(min-width:992px) {
    .mt-lg-198 {
        margin-top: 198px!important
    }
    .pt-lg-198 {
        padding-top: 198px!important
    }
}

@media(min-width:992px) {
    .mt-lg-199 {
        margin-top: 199px!important
    }
    .pt-lg-199 {
        padding-top: 199px!important
    }
}

@media(min-width:992px) {
    .mt-lg-200 {
        margin-top: 200px!important
    }
    .pt-lg-200 {
        padding-top: 200px!important
    }
}

@media(min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
}

@media(min-width:992px) {
    .mb-lg-1 {
        margin-bottom: 1px!important
    }
    .pb-lg-1 {
        padding-bottom: 1px!important
    }
}

@media(min-width:992px) {
    .mb-lg-2 {
        margin-bottom: 2px!important
    }
    .pb-lg-2 {
        padding-bottom: 2px!important
    }
}

@media(min-width:992px) {
    .mb-lg-3 {
        margin-bottom: 3px!important
    }
    .pb-lg-3 {
        padding-bottom: 3px!important
    }
}

@media(min-width:992px) {
    .mb-lg-4 {
        margin-bottom: 4px!important
    }
    .pb-lg-4 {
        padding-bottom: 4px!important
    }
}

@media(min-width:992px) {
    .mb-lg-5 {
        margin-bottom: 5px!important
    }
    .pb-lg-5 {
        padding-bottom: 5px!important
    }
}

@media(min-width:992px) {
    .mb-lg-6 {
        margin-bottom: 6px!important
    }
    .pb-lg-6 {
        padding-bottom: 6px!important
    }
}

@media(min-width:992px) {
    .mb-lg-7 {
        margin-bottom: 7px!important
    }
    .pb-lg-7 {
        padding-bottom: 7px!important
    }
}

@media(min-width:992px) {
    .mb-lg-8 {
        margin-bottom: 8px!important
    }
    .pb-lg-8 {
        padding-bottom: 8px!important
    }
}

@media(min-width:992px) {
    .mb-lg-9 {
        margin-bottom: 9px!important
    }
    .pb-lg-9 {
        padding-bottom: 9px!important
    }
}

@media(min-width:992px) {
    .mb-lg-10 {
        margin-bottom: 10px!important
    }
    .pb-lg-10 {
        padding-bottom: 10px!important
    }
}

@media(min-width:992px) {
    .mb-lg-11 {
        margin-bottom: 11px!important
    }
    .pb-lg-11 {
        padding-bottom: 11px!important
    }
}

@media(min-width:992px) {
    .mb-lg-12 {
        margin-bottom: 12px!important
    }
    .pb-lg-12 {
        padding-bottom: 12px!important
    }
}

@media(min-width:992px) {
    .mb-lg-13 {
        margin-bottom: 13px!important
    }
    .pb-lg-13 {
        padding-bottom: 13px!important
    }
}

@media(min-width:992px) {
    .mb-lg-14 {
        margin-bottom: 14px!important
    }
    .pb-lg-14 {
        padding-bottom: 14px!important
    }
}

@media(min-width:992px) {
    .mb-lg-15 {
        margin-bottom: 15px!important
    }
    .pb-lg-15 {
        padding-bottom: 15px!important
    }
}

@media(min-width:992px) {
    .mb-lg-16 {
        margin-bottom: 16px!important
    }
    .pb-lg-16 {
        padding-bottom: 16px!important
    }
}

@media(min-width:992px) {
    .mb-lg-17 {
        margin-bottom: 17px!important
    }
    .pb-lg-17 {
        padding-bottom: 17px!important
    }
}

@media(min-width:992px) {
    .mb-lg-18 {
        margin-bottom: 18px!important
    }
    .pb-lg-18 {
        padding-bottom: 18px!important
    }
}

@media(min-width:992px) {
    .mb-lg-19 {
        margin-bottom: 19px!important
    }
    .pb-lg-19 {
        padding-bottom: 19px!important
    }
}

@media(min-width:992px) {
    .mb-lg-20 {
        margin-bottom: 20px!important
    }
    .pb-lg-20 {
        padding-bottom: 20px!important
    }
}

@media(min-width:992px) {
    .mb-lg-21 {
        margin-bottom: 21px!important
    }
    .pb-lg-21 {
        padding-bottom: 21px!important
    }
}

@media(min-width:992px) {
    .mb-lg-22 {
        margin-bottom: 22px!important
    }
    .pb-lg-22 {
        padding-bottom: 22px!important
    }
}

@media(min-width:992px) {
    .mb-lg-23 {
        margin-bottom: 23px!important
    }
    .pb-lg-23 {
        padding-bottom: 23px!important
    }
}

@media(min-width:992px) {
    .mb-lg-24 {
        margin-bottom: 24px!important
    }
    .pb-lg-24 {
        padding-bottom: 24px!important
    }
}

@media(min-width:992px) {
    .mb-lg-25 {
        margin-bottom: 25px!important
    }
    .pb-lg-25 {
        padding-bottom: 25px!important
    }
}

@media(min-width:992px) {
    .mb-lg-26 {
        margin-bottom: 26px!important
    }
    .pb-lg-26 {
        padding-bottom: 26px!important
    }
}

@media(min-width:992px) {
    .mb-lg-27 {
        margin-bottom: 27px!important
    }
    .pb-lg-27 {
        padding-bottom: 27px!important
    }
}

@media(min-width:992px) {
    .mb-lg-28 {
        margin-bottom: 28px!important
    }
    .pb-lg-28 {
        padding-bottom: 28px!important
    }
}

@media(min-width:992px) {
    .mb-lg-29 {
        margin-bottom: 29px!important
    }
    .pb-lg-29 {
        padding-bottom: 29px!important
    }
}

@media(min-width:992px) {
    .mb-lg-30 {
        margin-bottom: 30px!important
    }
    .pb-lg-30 {
        padding-bottom: 30px!important
    }
}

@media(min-width:992px) {
    .mb-lg-31 {
        margin-bottom: 31px!important
    }
    .pb-lg-31 {
        padding-bottom: 31px!important
    }
}

@media(min-width:992px) {
    .mb-lg-32 {
        margin-bottom: 32px!important
    }
    .pb-lg-32 {
        padding-bottom: 32px!important
    }
}

@media(min-width:992px) {
    .mb-lg-33 {
        margin-bottom: 33px!important
    }
    .pb-lg-33 {
        padding-bottom: 33px!important
    }
}

@media(min-width:992px) {
    .mb-lg-34 {
        margin-bottom: 34px!important
    }
    .pb-lg-34 {
        padding-bottom: 34px!important
    }
}

@media(min-width:992px) {
    .mb-lg-35 {
        margin-bottom: 35px!important
    }
    .pb-lg-35 {
        padding-bottom: 35px!important
    }
}

@media(min-width:992px) {
    .mb-lg-36 {
        margin-bottom: 36px!important
    }
    .pb-lg-36 {
        padding-bottom: 36px!important
    }
}

@media(min-width:992px) {
    .mb-lg-37 {
        margin-bottom: 37px!important
    }
    .pb-lg-37 {
        padding-bottom: 37px!important
    }
}

@media(min-width:992px) {
    .mb-lg-38 {
        margin-bottom: 38px!important
    }
    .pb-lg-38 {
        padding-bottom: 38px!important
    }
}

@media(min-width:992px) {
    .mb-lg-39 {
        margin-bottom: 39px!important
    }
    .pb-lg-39 {
        padding-bottom: 39px!important
    }
}

@media(min-width:992px) {
    .mb-lg-40 {
        margin-bottom: 40px!important
    }
    .pb-lg-40 {
        padding-bottom: 40px!important
    }
}

@media(min-width:992px) {
    .mb-lg-41 {
        margin-bottom: 41px!important
    }
    .pb-lg-41 {
        padding-bottom: 41px!important
    }
}

@media(min-width:992px) {
    .mb-lg-42 {
        margin-bottom: 42px!important
    }
    .pb-lg-42 {
        padding-bottom: 42px!important
    }
}

@media(min-width:992px) {
    .mb-lg-43 {
        margin-bottom: 43px!important
    }
    .pb-lg-43 {
        padding-bottom: 43px!important
    }
}

@media(min-width:992px) {
    .mb-lg-44 {
        margin-bottom: 44px!important
    }
    .pb-lg-44 {
        padding-bottom: 44px!important
    }
}

@media(min-width:992px) {
    .mb-lg-45 {
        margin-bottom: 45px!important
    }
    .pb-lg-45 {
        padding-bottom: 45px!important
    }
}

@media(min-width:992px) {
    .mb-lg-46 {
        margin-bottom: 46px!important
    }
    .pb-lg-46 {
        padding-bottom: 46px!important
    }
}

@media(min-width:992px) {
    .mb-lg-47 {
        margin-bottom: 47px!important
    }
    .pb-lg-47 {
        padding-bottom: 47px!important
    }
}

@media(min-width:992px) {
    .mb-lg-48 {
        margin-bottom: 48px!important
    }
    .pb-lg-48 {
        padding-bottom: 48px!important
    }
}

@media(min-width:992px) {
    .mb-lg-49 {
        margin-bottom: 49px!important
    }
    .pb-lg-49 {
        padding-bottom: 49px!important
    }
}

@media(min-width:992px) {
    .mb-lg-50 {
        margin-bottom: 50px!important
    }
    .pb-lg-50 {
        padding-bottom: 50px!important
    }
}

@media(min-width:992px) {
    .mb-lg-51 {
        margin-bottom: 51px!important
    }
    .pb-lg-51 {
        padding-bottom: 51px!important
    }
}

@media(min-width:992px) {
    .mb-lg-52 {
        margin-bottom: 52px!important
    }
    .pb-lg-52 {
        padding-bottom: 52px!important
    }
}

@media(min-width:992px) {
    .mb-lg-53 {
        margin-bottom: 53px!important
    }
    .pb-lg-53 {
        padding-bottom: 53px!important
    }
}

@media(min-width:992px) {
    .mb-lg-54 {
        margin-bottom: 54px!important
    }
    .pb-lg-54 {
        padding-bottom: 54px!important
    }
}

@media(min-width:992px) {
    .mb-lg-55 {
        margin-bottom: 55px!important
    }
    .pb-lg-55 {
        padding-bottom: 55px!important
    }
}

@media(min-width:992px) {
    .mb-lg-56 {
        margin-bottom: 56px!important
    }
    .pb-lg-56 {
        padding-bottom: 56px!important
    }
}

@media(min-width:992px) {
    .mb-lg-57 {
        margin-bottom: 57px!important
    }
    .pb-lg-57 {
        padding-bottom: 57px!important
    }
}

@media(min-width:992px) {
    .mb-lg-58 {
        margin-bottom: 58px!important
    }
    .pb-lg-58 {
        padding-bottom: 58px!important
    }
}

@media(min-width:992px) {
    .mb-lg-59 {
        margin-bottom: 59px!important
    }
    .pb-lg-59 {
        padding-bottom: 59px!important
    }
}

@media(min-width:992px) {
    .mb-lg-60 {
        margin-bottom: 60px!important
    }
    .pb-lg-60 {
        padding-bottom: 60px!important
    }
}

@media(min-width:992px) {
    .mb-lg-61 {
        margin-bottom: 61px!important
    }
    .pb-lg-61 {
        padding-bottom: 61px!important
    }
}

@media(min-width:992px) {
    .mb-lg-62 {
        margin-bottom: 62px!important
    }
    .pb-lg-62 {
        padding-bottom: 62px!important
    }
}

@media(min-width:992px) {
    .mb-lg-63 {
        margin-bottom: 63px!important
    }
    .pb-lg-63 {
        padding-bottom: 63px!important
    }
}

@media(min-width:992px) {
    .mb-lg-64 {
        margin-bottom: 64px!important
    }
    .pb-lg-64 {
        padding-bottom: 64px!important
    }
}

@media(min-width:992px) {
    .mb-lg-65 {
        margin-bottom: 65px!important
    }
    .pb-lg-65 {
        padding-bottom: 65px!important
    }
}

@media(min-width:992px) {
    .mb-lg-66 {
        margin-bottom: 66px!important
    }
    .pb-lg-66 {
        padding-bottom: 66px!important
    }
}

@media(min-width:992px) {
    .mb-lg-67 {
        margin-bottom: 67px!important
    }
    .pb-lg-67 {
        padding-bottom: 67px!important
    }
}

@media(min-width:992px) {
    .mb-lg-68 {
        margin-bottom: 68px!important
    }
    .pb-lg-68 {
        padding-bottom: 68px!important
    }
}

@media(min-width:992px) {
    .mb-lg-69 {
        margin-bottom: 69px!important
    }
    .pb-lg-69 {
        padding-bottom: 69px!important
    }
}

@media(min-width:992px) {
    .mb-lg-70 {
        margin-bottom: 70px!important
    }
    .pb-lg-70 {
        padding-bottom: 70px!important
    }
}

@media(min-width:992px) {
    .mb-lg-71 {
        margin-bottom: 71px!important
    }
    .pb-lg-71 {
        padding-bottom: 71px!important
    }
}

@media(min-width:992px) {
    .mb-lg-72 {
        margin-bottom: 72px!important
    }
    .pb-lg-72 {
        padding-bottom: 72px!important
    }
}

@media(min-width:992px) {
    .mb-lg-73 {
        margin-bottom: 73px!important
    }
    .pb-lg-73 {
        padding-bottom: 73px!important
    }
}

@media(min-width:992px) {
    .mb-lg-74 {
        margin-bottom: 74px!important
    }
    .pb-lg-74 {
        padding-bottom: 74px!important
    }
}

@media(min-width:992px) {
    .mb-lg-75 {
        margin-bottom: 75px!important
    }
    .pb-lg-75 {
        padding-bottom: 75px!important
    }
}

@media(min-width:992px) {
    .mb-lg-76 {
        margin-bottom: 76px!important
    }
    .pb-lg-76 {
        padding-bottom: 76px!important
    }
}

@media(min-width:992px) {
    .mb-lg-77 {
        margin-bottom: 77px!important
    }
    .pb-lg-77 {
        padding-bottom: 77px!important
    }
}

@media(min-width:992px) {
    .mb-lg-78 {
        margin-bottom: 78px!important
    }
    .pb-lg-78 {
        padding-bottom: 78px!important
    }
}

@media(min-width:992px) {
    .mb-lg-79 {
        margin-bottom: 79px!important
    }
    .pb-lg-79 {
        padding-bottom: 79px!important
    }
}

@media(min-width:992px) {
    .mb-lg-80 {
        margin-bottom: 80px!important
    }
    .pb-lg-80 {
        padding-bottom: 80px!important
    }
}

@media(min-width:992px) {
    .mb-lg-81 {
        margin-bottom: 81px!important
    }
    .pb-lg-81 {
        padding-bottom: 81px!important
    }
}

@media(min-width:992px) {
    .mb-lg-82 {
        margin-bottom: 82px!important
    }
    .pb-lg-82 {
        padding-bottom: 82px!important
    }
}

@media(min-width:992px) {
    .mb-lg-83 {
        margin-bottom: 83px!important
    }
    .pb-lg-83 {
        padding-bottom: 83px!important
    }
}

@media(min-width:992px) {
    .mb-lg-84 {
        margin-bottom: 84px!important
    }
    .pb-lg-84 {
        padding-bottom: 84px!important
    }
}

@media(min-width:992px) {
    .mb-lg-85 {
        margin-bottom: 85px!important
    }
    .pb-lg-85 {
        padding-bottom: 85px!important
    }
}

@media(min-width:992px) {
    .mb-lg-86 {
        margin-bottom: 86px!important
    }
    .pb-lg-86 {
        padding-bottom: 86px!important
    }
}

@media(min-width:992px) {
    .mb-lg-87 {
        margin-bottom: 87px!important
    }
    .pb-lg-87 {
        padding-bottom: 87px!important
    }
}

@media(min-width:992px) {
    .mb-lg-88 {
        margin-bottom: 88px!important
    }
    .pb-lg-88 {
        padding-bottom: 88px!important
    }
}

@media(min-width:992px) {
    .mb-lg-89 {
        margin-bottom: 89px!important
    }
    .pb-lg-89 {
        padding-bottom: 89px!important
    }
}

@media(min-width:992px) {
    .mb-lg-90 {
        margin-bottom: 90px!important
    }
    .pb-lg-90 {
        padding-bottom: 90px!important
    }
}

@media(min-width:992px) {
    .mb-lg-91 {
        margin-bottom: 91px!important
    }
    .pb-lg-91 {
        padding-bottom: 91px!important
    }
}

@media(min-width:992px) {
    .mb-lg-92 {
        margin-bottom: 92px!important
    }
    .pb-lg-92 {
        padding-bottom: 92px!important
    }
}

@media(min-width:992px) {
    .mb-lg-93 {
        margin-bottom: 93px!important
    }
    .pb-lg-93 {
        padding-bottom: 93px!important
    }
}

@media(min-width:992px) {
    .mb-lg-94 {
        margin-bottom: 94px!important
    }
    .pb-lg-94 {
        padding-bottom: 94px!important
    }
}

@media(min-width:992px) {
    .mb-lg-95 {
        margin-bottom: 95px!important
    }
    .pb-lg-95 {
        padding-bottom: 95px!important
    }
}

@media(min-width:992px) {
    .mb-lg-96 {
        margin-bottom: 96px!important
    }
    .pb-lg-96 {
        padding-bottom: 96px!important
    }
}

@media(min-width:992px) {
    .mb-lg-97 {
        margin-bottom: 97px!important
    }
    .pb-lg-97 {
        padding-bottom: 97px!important
    }
}

@media(min-width:992px) {
    .mb-lg-98 {
        margin-bottom: 98px!important
    }
    .pb-lg-98 {
        padding-bottom: 98px!important
    }
}

@media(min-width:992px) {
    .mb-lg-99 {
        margin-bottom: 99px!important
    }
    .pb-lg-99 {
        padding-bottom: 99px!important
    }
}

@media(min-width:992px) {
    .mb-lg-100 {
        margin-bottom: 100px!important
    }
    .pb-lg-100 {
        padding-bottom: 100px!important
    }
}

@media(min-width:992px) {
    .mb-lg-101 {
        margin-bottom: 101px!important
    }
    .pb-lg-101 {
        padding-bottom: 101px!important
    }
}

@media(min-width:992px) {
    .mb-lg-102 {
        margin-bottom: 102px!important
    }
    .pb-lg-102 {
        padding-bottom: 102px!important
    }
}

@media(min-width:992px) {
    .mb-lg-103 {
        margin-bottom: 103px!important
    }
    .pb-lg-103 {
        padding-bottom: 103px!important
    }
}

@media(min-width:992px) {
    .mb-lg-104 {
        margin-bottom: 104px!important
    }
    .pb-lg-104 {
        padding-bottom: 104px!important
    }
}

@media(min-width:992px) {
    .mb-lg-105 {
        margin-bottom: 105px!important
    }
    .pb-lg-105 {
        padding-bottom: 105px!important
    }
}

@media(min-width:992px) {
    .mb-lg-106 {
        margin-bottom: 106px!important
    }
    .pb-lg-106 {
        padding-bottom: 106px!important
    }
}

@media(min-width:992px) {
    .mb-lg-107 {
        margin-bottom: 107px!important
    }
    .pb-lg-107 {
        padding-bottom: 107px!important
    }
}

@media(min-width:992px) {
    .mb-lg-108 {
        margin-bottom: 108px!important
    }
    .pb-lg-108 {
        padding-bottom: 108px!important
    }
}

@media(min-width:992px) {
    .mb-lg-109 {
        margin-bottom: 109px!important
    }
    .pb-lg-109 {
        padding-bottom: 109px!important
    }
}

@media(min-width:992px) {
    .mb-lg-110 {
        margin-bottom: 110px!important
    }
    .pb-lg-110 {
        padding-bottom: 110px!important
    }
}

@media(min-width:992px) {
    .mb-lg-111 {
        margin-bottom: 111px!important
    }
    .pb-lg-111 {
        padding-bottom: 111px!important
    }
}

@media(min-width:992px) {
    .mb-lg-112 {
        margin-bottom: 112px!important
    }
    .pb-lg-112 {
        padding-bottom: 112px!important
    }
}

@media(min-width:992px) {
    .mb-lg-113 {
        margin-bottom: 113px!important
    }
    .pb-lg-113 {
        padding-bottom: 113px!important
    }
}

@media(min-width:992px) {
    .mb-lg-114 {
        margin-bottom: 114px!important
    }
    .pb-lg-114 {
        padding-bottom: 114px!important
    }
}

@media(min-width:992px) {
    .mb-lg-115 {
        margin-bottom: 115px!important
    }
    .pb-lg-115 {
        padding-bottom: 115px!important
    }
}

@media(min-width:992px) {
    .mb-lg-116 {
        margin-bottom: 116px!important
    }
    .pb-lg-116 {
        padding-bottom: 116px!important
    }
}

@media(min-width:992px) {
    .mb-lg-117 {
        margin-bottom: 117px!important
    }
    .pb-lg-117 {
        padding-bottom: 117px!important
    }
}

@media(min-width:992px) {
    .mb-lg-118 {
        margin-bottom: 118px!important
    }
    .pb-lg-118 {
        padding-bottom: 118px!important
    }
}

@media(min-width:992px) {
    .mb-lg-119 {
        margin-bottom: 119px!important
    }
    .pb-lg-119 {
        padding-bottom: 119px!important
    }
}

@media(min-width:992px) {
    .mb-lg-120 {
        margin-bottom: 120px!important
    }
    .pb-lg-120 {
        padding-bottom: 120px!important
    }
}

@media(min-width:992px) {
    .mb-lg-121 {
        margin-bottom: 121px!important
    }
    .pb-lg-121 {
        padding-bottom: 121px!important
    }
}

@media(min-width:992px) {
    .mb-lg-122 {
        margin-bottom: 122px!important
    }
    .pb-lg-122 {
        padding-bottom: 122px!important
    }
}

@media(min-width:992px) {
    .mb-lg-123 {
        margin-bottom: 123px!important
    }
    .pb-lg-123 {
        padding-bottom: 123px!important
    }
}

@media(min-width:992px) {
    .mb-lg-124 {
        margin-bottom: 124px!important
    }
    .pb-lg-124 {
        padding-bottom: 124px!important
    }
}

@media(min-width:992px) {
    .mb-lg-125 {
        margin-bottom: 125px!important
    }
    .pb-lg-125 {
        padding-bottom: 125px!important
    }
}

@media(min-width:992px) {
    .mb-lg-126 {
        margin-bottom: 126px!important
    }
    .pb-lg-126 {
        padding-bottom: 126px!important
    }
}

@media(min-width:992px) {
    .mb-lg-127 {
        margin-bottom: 127px!important
    }
    .pb-lg-127 {
        padding-bottom: 127px!important
    }
}

@media(min-width:992px) {
    .mb-lg-128 {
        margin-bottom: 128px!important
    }
    .pb-lg-128 {
        padding-bottom: 128px!important
    }
}

@media(min-width:992px) {
    .mb-lg-129 {
        margin-bottom: 129px!important
    }
    .pb-lg-129 {
        padding-bottom: 129px!important
    }
}

@media(min-width:992px) {
    .mb-lg-130 {
        margin-bottom: 130px!important
    }
    .pb-lg-130 {
        padding-bottom: 130px!important
    }
}

@media(min-width:992px) {
    .mb-lg-131 {
        margin-bottom: 131px!important
    }
    .pb-lg-131 {
        padding-bottom: 131px!important
    }
}

@media(min-width:992px) {
    .mb-lg-132 {
        margin-bottom: 132px!important
    }
    .pb-lg-132 {
        padding-bottom: 132px!important
    }
}

@media(min-width:992px) {
    .mb-lg-133 {
        margin-bottom: 133px!important
    }
    .pb-lg-133 {
        padding-bottom: 133px!important
    }
}

@media(min-width:992px) {
    .mb-lg-134 {
        margin-bottom: 134px!important
    }
    .pb-lg-134 {
        padding-bottom: 134px!important
    }
}

@media(min-width:992px) {
    .mb-lg-135 {
        margin-bottom: 135px!important
    }
    .pb-lg-135 {
        padding-bottom: 135px!important
    }
}

@media(min-width:992px) {
    .mb-lg-136 {
        margin-bottom: 136px!important
    }
    .pb-lg-136 {
        padding-bottom: 136px!important
    }
}

@media(min-width:992px) {
    .mb-lg-137 {
        margin-bottom: 137px!important
    }
    .pb-lg-137 {
        padding-bottom: 137px!important
    }
}

@media(min-width:992px) {
    .mb-lg-138 {
        margin-bottom: 138px!important
    }
    .pb-lg-138 {
        padding-bottom: 138px!important
    }
}

@media(min-width:992px) {
    .mb-lg-139 {
        margin-bottom: 139px!important
    }
    .pb-lg-139 {
        padding-bottom: 139px!important
    }
}

@media(min-width:992px) {
    .mb-lg-140 {
        margin-bottom: 140px!important
    }
    .pb-lg-140 {
        padding-bottom: 140px!important
    }
}

@media(min-width:992px) {
    .mb-lg-141 {
        margin-bottom: 141px!important
    }
    .pb-lg-141 {
        padding-bottom: 141px!important
    }
}

@media(min-width:992px) {
    .mb-lg-142 {
        margin-bottom: 142px!important
    }
    .pb-lg-142 {
        padding-bottom: 142px!important
    }
}

@media(min-width:992px) {
    .mb-lg-143 {
        margin-bottom: 143px!important
    }
    .pb-lg-143 {
        padding-bottom: 143px!important
    }
}

@media(min-width:992px) {
    .mb-lg-144 {
        margin-bottom: 144px!important
    }
    .pb-lg-144 {
        padding-bottom: 144px!important
    }
}

@media(min-width:992px) {
    .mb-lg-145 {
        margin-bottom: 145px!important
    }
    .pb-lg-145 {
        padding-bottom: 145px!important
    }
}

@media(min-width:992px) {
    .mb-lg-146 {
        margin-bottom: 146px!important
    }
    .pb-lg-146 {
        padding-bottom: 146px!important
    }
}

@media(min-width:992px) {
    .mb-lg-147 {
        margin-bottom: 147px!important
    }
    .pb-lg-147 {
        padding-bottom: 147px!important
    }
}

@media(min-width:992px) {
    .mb-lg-148 {
        margin-bottom: 148px!important
    }
    .pb-lg-148 {
        padding-bottom: 148px!important
    }
}

@media(min-width:992px) {
    .mb-lg-149 {
        margin-bottom: 149px!important
    }
    .pb-lg-149 {
        padding-bottom: 149px!important
    }
}

@media(min-width:992px) {
    .mb-lg-150 {
        margin-bottom: 150px!important
    }
    .pb-lg-150 {
        padding-bottom: 150px!important
    }
}

@media(min-width:992px) {
    .mb-lg-151 {
        margin-bottom: 151px!important
    }
    .pb-lg-151 {
        padding-bottom: 151px!important
    }
}

@media(min-width:992px) {
    .mb-lg-152 {
        margin-bottom: 152px!important
    }
    .pb-lg-152 {
        padding-bottom: 152px!important
    }
}

@media(min-width:992px) {
    .mb-lg-153 {
        margin-bottom: 153px!important
    }
    .pb-lg-153 {
        padding-bottom: 153px!important
    }
}

@media(min-width:992px) {
    .mb-lg-154 {
        margin-bottom: 154px!important
    }
    .pb-lg-154 {
        padding-bottom: 154px!important
    }
}

@media(min-width:992px) {
    .mb-lg-155 {
        margin-bottom: 155px!important
    }
    .pb-lg-155 {
        padding-bottom: 155px!important
    }
}

@media(min-width:992px) {
    .mb-lg-156 {
        margin-bottom: 156px!important
    }
    .pb-lg-156 {
        padding-bottom: 156px!important
    }
}

@media(min-width:992px) {
    .mb-lg-157 {
        margin-bottom: 157px!important
    }
    .pb-lg-157 {
        padding-bottom: 157px!important
    }
}

@media(min-width:992px) {
    .mb-lg-158 {
        margin-bottom: 158px!important
    }
    .pb-lg-158 {
        padding-bottom: 158px!important
    }
}

@media(min-width:992px) {
    .mb-lg-159 {
        margin-bottom: 159px!important
    }
    .pb-lg-159 {
        padding-bottom: 159px!important
    }
}

@media(min-width:992px) {
    .mb-lg-160 {
        margin-bottom: 160px!important
    }
    .pb-lg-160 {
        padding-bottom: 160px!important
    }
}

@media(min-width:992px) {
    .mb-lg-161 {
        margin-bottom: 161px!important
    }
    .pb-lg-161 {
        padding-bottom: 161px!important
    }
}

@media(min-width:992px) {
    .mb-lg-162 {
        margin-bottom: 162px!important
    }
    .pb-lg-162 {
        padding-bottom: 162px!important
    }
}

@media(min-width:992px) {
    .mb-lg-163 {
        margin-bottom: 163px!important
    }
    .pb-lg-163 {
        padding-bottom: 163px!important
    }
}

@media(min-width:992px) {
    .mb-lg-164 {
        margin-bottom: 164px!important
    }
    .pb-lg-164 {
        padding-bottom: 164px!important
    }
}

@media(min-width:992px) {
    .mb-lg-165 {
        margin-bottom: 165px!important
    }
    .pb-lg-165 {
        padding-bottom: 165px!important
    }
}

@media(min-width:992px) {
    .mb-lg-166 {
        margin-bottom: 166px!important
    }
    .pb-lg-166 {
        padding-bottom: 166px!important
    }
}

@media(min-width:992px) {
    .mb-lg-167 {
        margin-bottom: 167px!important
    }
    .pb-lg-167 {
        padding-bottom: 167px!important
    }
}

@media(min-width:992px) {
    .mb-lg-168 {
        margin-bottom: 168px!important
    }
    .pb-lg-168 {
        padding-bottom: 168px!important
    }
}

@media(min-width:992px) {
    .mb-lg-169 {
        margin-bottom: 169px!important
    }
    .pb-lg-169 {
        padding-bottom: 169px!important
    }
}

@media(min-width:992px) {
    .mb-lg-170 {
        margin-bottom: 170px!important
    }
    .pb-lg-170 {
        padding-bottom: 170px!important
    }
}

@media(min-width:992px) {
    .mb-lg-171 {
        margin-bottom: 171px!important
    }
    .pb-lg-171 {
        padding-bottom: 171px!important
    }
}

@media(min-width:992px) {
    .mb-lg-172 {
        margin-bottom: 172px!important
    }
    .pb-lg-172 {
        padding-bottom: 172px!important
    }
}

@media(min-width:992px) {
    .mb-lg-173 {
        margin-bottom: 173px!important
    }
    .pb-lg-173 {
        padding-bottom: 173px!important
    }
}

@media(min-width:992px) {
    .mb-lg-174 {
        margin-bottom: 174px!important
    }
    .pb-lg-174 {
        padding-bottom: 174px!important
    }
}

@media(min-width:992px) {
    .mb-lg-175 {
        margin-bottom: 175px!important
    }
    .pb-lg-175 {
        padding-bottom: 175px!important
    }
}

@media(min-width:992px) {
    .mb-lg-176 {
        margin-bottom: 176px!important
    }
    .pb-lg-176 {
        padding-bottom: 176px!important
    }
}

@media(min-width:992px) {
    .mb-lg-177 {
        margin-bottom: 177px!important
    }
    .pb-lg-177 {
        padding-bottom: 177px!important
    }
}

@media(min-width:992px) {
    .mb-lg-178 {
        margin-bottom: 178px!important
    }
    .pb-lg-178 {
        padding-bottom: 178px!important
    }
}

@media(min-width:992px) {
    .mb-lg-179 {
        margin-bottom: 179px!important
    }
    .pb-lg-179 {
        padding-bottom: 179px!important
    }
}

@media(min-width:992px) {
    .mb-lg-180 {
        margin-bottom: 180px!important
    }
    .pb-lg-180 {
        padding-bottom: 180px!important
    }
}

@media(min-width:992px) {
    .mb-lg-181 {
        margin-bottom: 181px!important
    }
    .pb-lg-181 {
        padding-bottom: 181px!important
    }
}

@media(min-width:992px) {
    .mb-lg-182 {
        margin-bottom: 182px!important
    }
    .pb-lg-182 {
        padding-bottom: 182px!important
    }
}

@media(min-width:992px) {
    .mb-lg-183 {
        margin-bottom: 183px!important
    }
    .pb-lg-183 {
        padding-bottom: 183px!important
    }
}

@media(min-width:992px) {
    .mb-lg-184 {
        margin-bottom: 184px!important
    }
    .pb-lg-184 {
        padding-bottom: 184px!important
    }
}

@media(min-width:992px) {
    .mb-lg-185 {
        margin-bottom: 185px!important
    }
    .pb-lg-185 {
        padding-bottom: 185px!important
    }
}

@media(min-width:992px) {
    .mb-lg-186 {
        margin-bottom: 186px!important
    }
    .pb-lg-186 {
        padding-bottom: 186px!important
    }
}

@media(min-width:992px) {
    .mb-lg-187 {
        margin-bottom: 187px!important
    }
    .pb-lg-187 {
        padding-bottom: 187px!important
    }
}

@media(min-width:992px) {
    .mb-lg-188 {
        margin-bottom: 188px!important
    }
    .pb-lg-188 {
        padding-bottom: 188px!important
    }
}

@media(min-width:992px) {
    .mb-lg-189 {
        margin-bottom: 189px!important
    }
    .pb-lg-189 {
        padding-bottom: 189px!important
    }
}

@media(min-width:992px) {
    .mb-lg-190 {
        margin-bottom: 190px!important
    }
    .pb-lg-190 {
        padding-bottom: 190px!important
    }
}

@media(min-width:992px) {
    .mb-lg-191 {
        margin-bottom: 191px!important
    }
    .pb-lg-191 {
        padding-bottom: 191px!important
    }
}

@media(min-width:992px) {
    .mb-lg-192 {
        margin-bottom: 192px!important
    }
    .pb-lg-192 {
        padding-bottom: 192px!important
    }
}

@media(min-width:992px) {
    .mb-lg-193 {
        margin-bottom: 193px!important
    }
    .pb-lg-193 {
        padding-bottom: 193px!important
    }
}

@media(min-width:992px) {
    .mb-lg-194 {
        margin-bottom: 194px!important
    }
    .pb-lg-194 {
        padding-bottom: 194px!important
    }
}

@media(min-width:992px) {
    .mb-lg-195 {
        margin-bottom: 195px!important
    }
    .pb-lg-195 {
        padding-bottom: 195px!important
    }
}

@media(min-width:992px) {
    .mb-lg-196 {
        margin-bottom: 196px!important
    }
    .pb-lg-196 {
        padding-bottom: 196px!important
    }
}

@media(min-width:992px) {
    .mb-lg-197 {
        margin-bottom: 197px!important
    }
    .pb-lg-197 {
        padding-bottom: 197px!important
    }
}

@media(min-width:992px) {
    .mb-lg-198 {
        margin-bottom: 198px!important
    }
    .pb-lg-198 {
        padding-bottom: 198px!important
    }
}

@media(min-width:992px) {
    .mb-lg-199 {
        margin-bottom: 199px!important
    }
    .pb-lg-199 {
        padding-bottom: 199px!important
    }
}

@media(min-width:992px) {
    .mb-lg-200 {
        margin-bottom: 200px!important
    }
    .pb-lg-200 {
        padding-bottom: 200px!important
    }
}

@media(min-width:992px) {
    .ml-lg-0 {
        margin-left: 0!important
    }
    .pl-lg-0 {
        padding-left: 0!important
    }
}

@media(min-width:992px) {
    .ml-lg-1 {
        margin-left: 1px!important
    }
    .pl-lg-1 {
        padding-left: 1px!important
    }
}

@media(min-width:992px) {
    .ml-lg-2 {
        margin-left: 2px!important
    }
    .pl-lg-2 {
        padding-left: 2px!important
    }
}

@media(min-width:992px) {
    .ml-lg-3 {
        margin-left: 3px!important
    }
    .pl-lg-3 {
        padding-left: 3px!important
    }
}

@media(min-width:992px) {
    .ml-lg-4 {
        margin-left: 4px!important
    }
    .pl-lg-4 {
        padding-left: 4px!important
    }
}

@media(min-width:992px) {
    .ml-lg-5 {
        margin-left: 5px!important
    }
    .pl-lg-5 {
        padding-left: 5px!important
    }
}

@media(min-width:992px) {
    .ml-lg-6 {
        margin-left: 6px!important
    }
    .pl-lg-6 {
        padding-left: 6px!important
    }
}

@media(min-width:992px) {
    .ml-lg-7 {
        margin-left: 7px!important
    }
    .pl-lg-7 {
        padding-left: 7px!important
    }
}

@media(min-width:992px) {
    .ml-lg-8 {
        margin-left: 8px!important
    }
    .pl-lg-8 {
        padding-left: 8px!important
    }
}

@media(min-width:992px) {
    .ml-lg-9 {
        margin-left: 9px!important
    }
    .pl-lg-9 {
        padding-left: 9px!important
    }
}

@media(min-width:992px) {
    .ml-lg-10 {
        margin-left: 10px!important
    }
    .pl-lg-10 {
        padding-left: 10px!important
    }
}

@media(min-width:992px) {
    .ml-lg-11 {
        margin-left: 11px!important
    }
    .pl-lg-11 {
        padding-left: 11px!important
    }
}

@media(min-width:992px) {
    .ml-lg-12 {
        margin-left: 12px!important
    }
    .pl-lg-12 {
        padding-left: 12px!important
    }
}

@media(min-width:992px) {
    .ml-lg-13 {
        margin-left: 13px!important
    }
    .pl-lg-13 {
        padding-left: 13px!important
    }
}

@media(min-width:992px) {
    .ml-lg-14 {
        margin-left: 14px!important
    }
    .pl-lg-14 {
        padding-left: 14px!important
    }
}

@media(min-width:992px) {
    .ml-lg-15 {
        margin-left: 15px!important
    }
    .pl-lg-15 {
        padding-left: 15px!important
    }
}

@media(min-width:992px) {
    .ml-lg-16 {
        margin-left: 16px!important
    }
    .pl-lg-16 {
        padding-left: 16px!important
    }
}

@media(min-width:992px) {
    .ml-lg-17 {
        margin-left: 17px!important
    }
    .pl-lg-17 {
        padding-left: 17px!important
    }
}

@media(min-width:992px) {
    .ml-lg-18 {
        margin-left: 18px!important
    }
    .pl-lg-18 {
        padding-left: 18px!important
    }
}

@media(min-width:992px) {
    .ml-lg-19 {
        margin-left: 19px!important
    }
    .pl-lg-19 {
        padding-left: 19px!important
    }
}

@media(min-width:992px) {
    .ml-lg-20 {
        margin-left: 20px!important
    }
    .pl-lg-20 {
        padding-left: 20px!important
    }
}

@media(min-width:992px) {
    .ml-lg-21 {
        margin-left: 21px!important
    }
    .pl-lg-21 {
        padding-left: 21px!important
    }
}

@media(min-width:992px) {
    .ml-lg-22 {
        margin-left: 22px!important
    }
    .pl-lg-22 {
        padding-left: 22px!important
    }
}

@media(min-width:992px) {
    .ml-lg-23 {
        margin-left: 23px!important
    }
    .pl-lg-23 {
        padding-left: 23px!important
    }
}

@media(min-width:992px) {
    .ml-lg-24 {
        margin-left: 24px!important
    }
    .pl-lg-24 {
        padding-left: 24px!important
    }
}

@media(min-width:992px) {
    .ml-lg-25 {
        margin-left: 25px!important
    }
    .pl-lg-25 {
        padding-left: 25px!important
    }
}

@media(min-width:992px) {
    .ml-lg-26 {
        margin-left: 26px!important
    }
    .pl-lg-26 {
        padding-left: 26px!important
    }
}

@media(min-width:992px) {
    .ml-lg-27 {
        margin-left: 27px!important
    }
    .pl-lg-27 {
        padding-left: 27px!important
    }
}

@media(min-width:992px) {
    .ml-lg-28 {
        margin-left: 28px!important
    }
    .pl-lg-28 {
        padding-left: 28px!important
    }
}

@media(min-width:992px) {
    .ml-lg-29 {
        margin-left: 29px!important
    }
    .pl-lg-29 {
        padding-left: 29px!important
    }
}

@media(min-width:992px) {
    .ml-lg-30 {
        margin-left: 30px!important
    }
    .pl-lg-30 {
        padding-left: 30px!important
    }
}

@media(min-width:992px) {
    .ml-lg-31 {
        margin-left: 31px!important
    }
    .pl-lg-31 {
        padding-left: 31px!important
    }
}

@media(min-width:992px) {
    .ml-lg-32 {
        margin-left: 32px!important
    }
    .pl-lg-32 {
        padding-left: 32px!important
    }
}

@media(min-width:992px) {
    .ml-lg-33 {
        margin-left: 33px!important
    }
    .pl-lg-33 {
        padding-left: 33px!important
    }
}

@media(min-width:992px) {
    .ml-lg-34 {
        margin-left: 34px!important
    }
    .pl-lg-34 {
        padding-left: 34px!important
    }
}

@media(min-width:992px) {
    .ml-lg-35 {
        margin-left: 35px!important
    }
    .pl-lg-35 {
        padding-left: 35px!important
    }
}

@media(min-width:992px) {
    .ml-lg-36 {
        margin-left: 36px!important
    }
    .pl-lg-36 {
        padding-left: 36px!important
    }
}

@media(min-width:992px) {
    .ml-lg-37 {
        margin-left: 37px!important
    }
    .pl-lg-37 {
        padding-left: 37px!important
    }
}

@media(min-width:992px) {
    .ml-lg-38 {
        margin-left: 38px!important
    }
    .pl-lg-38 {
        padding-left: 38px!important
    }
}

@media(min-width:992px) {
    .ml-lg-39 {
        margin-left: 39px!important
    }
    .pl-lg-39 {
        padding-left: 39px!important
    }
}

@media(min-width:992px) {
    .ml-lg-40 {
        margin-left: 40px!important
    }
    .pl-lg-40 {
        padding-left: 40px!important
    }
}

@media(min-width:992px) {
    .ml-lg-41 {
        margin-left: 41px!important
    }
    .pl-lg-41 {
        padding-left: 41px!important
    }
}

@media(min-width:992px) {
    .ml-lg-42 {
        margin-left: 42px!important
    }
    .pl-lg-42 {
        padding-left: 42px!important
    }
}

@media(min-width:992px) {
    .ml-lg-43 {
        margin-left: 43px!important
    }
    .pl-lg-43 {
        padding-left: 43px!important
    }
}

@media(min-width:992px) {
    .ml-lg-44 {
        margin-left: 44px!important
    }
    .pl-lg-44 {
        padding-left: 44px!important
    }
}

@media(min-width:992px) {
    .ml-lg-45 {
        margin-left: 45px!important
    }
    .pl-lg-45 {
        padding-left: 45px!important
    }
}

@media(min-width:992px) {
    .ml-lg-46 {
        margin-left: 46px!important
    }
    .pl-lg-46 {
        padding-left: 46px!important
    }
}

@media(min-width:992px) {
    .ml-lg-47 {
        margin-left: 47px!important
    }
    .pl-lg-47 {
        padding-left: 47px!important
    }
}

@media(min-width:992px) {
    .ml-lg-48 {
        margin-left: 48px!important
    }
    .pl-lg-48 {
        padding-left: 48px!important
    }
}

@media(min-width:992px) {
    .ml-lg-49 {
        margin-left: 49px!important
    }
    .pl-lg-49 {
        padding-left: 49px!important
    }
}

@media(min-width:992px) {
    .ml-lg-50 {
        margin-left: 50px!important
    }
    .pl-lg-50 {
        padding-left: 50px!important
    }
}

@media(min-width:992px) {
    .ml-lg-51 {
        margin-left: 51px!important
    }
    .pl-lg-51 {
        padding-left: 51px!important
    }
}

@media(min-width:992px) {
    .ml-lg-52 {
        margin-left: 52px!important
    }
    .pl-lg-52 {
        padding-left: 52px!important
    }
}

@media(min-width:992px) {
    .ml-lg-53 {
        margin-left: 53px!important
    }
    .pl-lg-53 {
        padding-left: 53px!important
    }
}

@media(min-width:992px) {
    .ml-lg-54 {
        margin-left: 54px!important
    }
    .pl-lg-54 {
        padding-left: 54px!important
    }
}

@media(min-width:992px) {
    .ml-lg-55 {
        margin-left: 55px!important
    }
    .pl-lg-55 {
        padding-left: 55px!important
    }
}

@media(min-width:992px) {
    .ml-lg-56 {
        margin-left: 56px!important
    }
    .pl-lg-56 {
        padding-left: 56px!important
    }
}

@media(min-width:992px) {
    .ml-lg-57 {
        margin-left: 57px!important
    }
    .pl-lg-57 {
        padding-left: 57px!important
    }
}

@media(min-width:992px) {
    .ml-lg-58 {
        margin-left: 58px!important
    }
    .pl-lg-58 {
        padding-left: 58px!important
    }
}

@media(min-width:992px) {
    .ml-lg-59 {
        margin-left: 59px!important
    }
    .pl-lg-59 {
        padding-left: 59px!important
    }
}

@media(min-width:992px) {
    .ml-lg-60 {
        margin-left: 60px!important
    }
    .pl-lg-60 {
        padding-left: 60px!important
    }
}

@media(min-width:992px) {
    .ml-lg-61 {
        margin-left: 61px!important
    }
    .pl-lg-61 {
        padding-left: 61px!important
    }
}

@media(min-width:992px) {
    .ml-lg-62 {
        margin-left: 62px!important
    }
    .pl-lg-62 {
        padding-left: 62px!important
    }
}

@media(min-width:992px) {
    .ml-lg-63 {
        margin-left: 63px!important
    }
    .pl-lg-63 {
        padding-left: 63px!important
    }
}

@media(min-width:992px) {
    .ml-lg-64 {
        margin-left: 64px!important
    }
    .pl-lg-64 {
        padding-left: 64px!important
    }
}

@media(min-width:992px) {
    .ml-lg-65 {
        margin-left: 65px!important
    }
    .pl-lg-65 {
        padding-left: 65px!important
    }
}

@media(min-width:992px) {
    .ml-lg-66 {
        margin-left: 66px!important
    }
    .pl-lg-66 {
        padding-left: 66px!important
    }
}

@media(min-width:992px) {
    .ml-lg-67 {
        margin-left: 67px!important
    }
    .pl-lg-67 {
        padding-left: 67px!important
    }
}

@media(min-width:992px) {
    .ml-lg-68 {
        margin-left: 68px!important
    }
    .pl-lg-68 {
        padding-left: 68px!important
    }
}

@media(min-width:992px) {
    .ml-lg-69 {
        margin-left: 69px!important
    }
    .pl-lg-69 {
        padding-left: 69px!important
    }
}

@media(min-width:992px) {
    .ml-lg-70 {
        margin-left: 70px!important
    }
    .pl-lg-70 {
        padding-left: 70px!important
    }
}

@media(min-width:992px) {
    .ml-lg-71 {
        margin-left: 71px!important
    }
    .pl-lg-71 {
        padding-left: 71px!important
    }
}

@media(min-width:992px) {
    .ml-lg-72 {
        margin-left: 72px!important
    }
    .pl-lg-72 {
        padding-left: 72px!important
    }
}

@media(min-width:992px) {
    .ml-lg-73 {
        margin-left: 73px!important
    }
    .pl-lg-73 {
        padding-left: 73px!important
    }
}

@media(min-width:992px) {
    .ml-lg-74 {
        margin-left: 74px!important
    }
    .pl-lg-74 {
        padding-left: 74px!important
    }
}

@media(min-width:992px) {
    .ml-lg-75 {
        margin-left: 75px!important
    }
    .pl-lg-75 {
        padding-left: 75px!important
    }
}

@media(min-width:992px) {
    .ml-lg-76 {
        margin-left: 76px!important
    }
    .pl-lg-76 {
        padding-left: 76px!important
    }
}

@media(min-width:992px) {
    .ml-lg-77 {
        margin-left: 77px!important
    }
    .pl-lg-77 {
        padding-left: 77px!important
    }
}

@media(min-width:992px) {
    .ml-lg-78 {
        margin-left: 78px!important
    }
    .pl-lg-78 {
        padding-left: 78px!important
    }
}

@media(min-width:992px) {
    .ml-lg-79 {
        margin-left: 79px!important
    }
    .pl-lg-79 {
        padding-left: 79px!important
    }
}

@media(min-width:992px) {
    .ml-lg-80 {
        margin-left: 80px!important
    }
    .pl-lg-80 {
        padding-left: 80px!important
    }
}

@media(min-width:992px) {
    .ml-lg-81 {
        margin-left: 81px!important
    }
    .pl-lg-81 {
        padding-left: 81px!important
    }
}

@media(min-width:992px) {
    .ml-lg-82 {
        margin-left: 82px!important
    }
    .pl-lg-82 {
        padding-left: 82px!important
    }
}

@media(min-width:992px) {
    .ml-lg-83 {
        margin-left: 83px!important
    }
    .pl-lg-83 {
        padding-left: 83px!important
    }
}

@media(min-width:992px) {
    .ml-lg-84 {
        margin-left: 84px!important
    }
    .pl-lg-84 {
        padding-left: 84px!important
    }
}

@media(min-width:992px) {
    .ml-lg-85 {
        margin-left: 85px!important
    }
    .pl-lg-85 {
        padding-left: 85px!important
    }
}

@media(min-width:992px) {
    .ml-lg-86 {
        margin-left: 86px!important
    }
    .pl-lg-86 {
        padding-left: 86px!important
    }
}

@media(min-width:992px) {
    .ml-lg-87 {
        margin-left: 87px!important
    }
    .pl-lg-87 {
        padding-left: 87px!important
    }
}

@media(min-width:992px) {
    .ml-lg-88 {
        margin-left: 88px!important
    }
    .pl-lg-88 {
        padding-left: 88px!important
    }
}

@media(min-width:992px) {
    .ml-lg-89 {
        margin-left: 89px!important
    }
    .pl-lg-89 {
        padding-left: 89px!important
    }
}

@media(min-width:992px) {
    .ml-lg-90 {
        margin-left: 90px!important
    }
    .pl-lg-90 {
        padding-left: 90px!important
    }
}

@media(min-width:992px) {
    .ml-lg-91 {
        margin-left: 91px!important
    }
    .pl-lg-91 {
        padding-left: 91px!important
    }
}

@media(min-width:992px) {
    .ml-lg-92 {
        margin-left: 92px!important
    }
    .pl-lg-92 {
        padding-left: 92px!important
    }
}

@media(min-width:992px) {
    .ml-lg-93 {
        margin-left: 93px!important
    }
    .pl-lg-93 {
        padding-left: 93px!important
    }
}

@media(min-width:992px) {
    .ml-lg-94 {
        margin-left: 94px!important
    }
    .pl-lg-94 {
        padding-left: 94px!important
    }
}

@media(min-width:992px) {
    .ml-lg-95 {
        margin-left: 95px!important
    }
    .pl-lg-95 {
        padding-left: 95px!important
    }
}

@media(min-width:992px) {
    .ml-lg-96 {
        margin-left: 96px!important
    }
    .pl-lg-96 {
        padding-left: 96px!important
    }
}

@media(min-width:992px) {
    .ml-lg-97 {
        margin-left: 97px!important
    }
    .pl-lg-97 {
        padding-left: 97px!important
    }
}

@media(min-width:992px) {
    .ml-lg-98 {
        margin-left: 98px!important
    }
    .pl-lg-98 {
        padding-left: 98px!important
    }
}

@media(min-width:992px) {
    .ml-lg-99 {
        margin-left: 99px!important
    }
    .pl-lg-99 {
        padding-left: 99px!important
    }
}

@media(min-width:992px) {
    .ml-lg-100 {
        margin-left: 100px!important
    }
    .pl-lg-100 {
        padding-left: 100px!important
    }
}

@media(min-width:992px) {
    .ml-lg-101 {
        margin-left: 101px!important
    }
    .pl-lg-101 {
        padding-left: 101px!important
    }
}

@media(min-width:992px) {
    .ml-lg-102 {
        margin-left: 102px!important
    }
    .pl-lg-102 {
        padding-left: 102px!important
    }
}

@media(min-width:992px) {
    .ml-lg-103 {
        margin-left: 103px!important
    }
    .pl-lg-103 {
        padding-left: 103px!important
    }
}

@media(min-width:992px) {
    .ml-lg-104 {
        margin-left: 104px!important
    }
    .pl-lg-104 {
        padding-left: 104px!important
    }
}

@media(min-width:992px) {
    .ml-lg-105 {
        margin-left: 105px!important
    }
    .pl-lg-105 {
        padding-left: 105px!important
    }
}

@media(min-width:992px) {
    .ml-lg-106 {
        margin-left: 106px!important
    }
    .pl-lg-106 {
        padding-left: 106px!important
    }
}

@media(min-width:992px) {
    .ml-lg-107 {
        margin-left: 107px!important
    }
    .pl-lg-107 {
        padding-left: 107px!important
    }
}

@media(min-width:992px) {
    .ml-lg-108 {
        margin-left: 108px!important
    }
    .pl-lg-108 {
        padding-left: 108px!important
    }
}

@media(min-width:992px) {
    .ml-lg-109 {
        margin-left: 109px!important
    }
    .pl-lg-109 {
        padding-left: 109px!important
    }
}

@media(min-width:992px) {
    .ml-lg-110 {
        margin-left: 110px!important
    }
    .pl-lg-110 {
        padding-left: 110px!important
    }
}

@media(min-width:992px) {
    .ml-lg-111 {
        margin-left: 111px!important
    }
    .pl-lg-111 {
        padding-left: 111px!important
    }
}

@media(min-width:992px) {
    .ml-lg-112 {
        margin-left: 112px!important
    }
    .pl-lg-112 {
        padding-left: 112px!important
    }
}

@media(min-width:992px) {
    .ml-lg-113 {
        margin-left: 113px!important
    }
    .pl-lg-113 {
        padding-left: 113px!important
    }
}

@media(min-width:992px) {
    .ml-lg-114 {
        margin-left: 114px!important
    }
    .pl-lg-114 {
        padding-left: 114px!important
    }
}

@media(min-width:992px) {
    .ml-lg-115 {
        margin-left: 115px!important
    }
    .pl-lg-115 {
        padding-left: 115px!important
    }
}

@media(min-width:992px) {
    .ml-lg-116 {
        margin-left: 116px!important
    }
    .pl-lg-116 {
        padding-left: 116px!important
    }
}

@media(min-width:992px) {
    .ml-lg-117 {
        margin-left: 117px!important
    }
    .pl-lg-117 {
        padding-left: 117px!important
    }
}

@media(min-width:992px) {
    .ml-lg-118 {
        margin-left: 118px!important
    }
    .pl-lg-118 {
        padding-left: 118px!important
    }
}

@media(min-width:992px) {
    .ml-lg-119 {
        margin-left: 119px!important
    }
    .pl-lg-119 {
        padding-left: 119px!important
    }
}

@media(min-width:992px) {
    .ml-lg-120 {
        margin-left: 120px!important
    }
    .pl-lg-120 {
        padding-left: 120px!important
    }
}

@media(min-width:992px) {
    .ml-lg-121 {
        margin-left: 121px!important
    }
    .pl-lg-121 {
        padding-left: 121px!important
    }
}

@media(min-width:992px) {
    .ml-lg-122 {
        margin-left: 122px!important
    }
    .pl-lg-122 {
        padding-left: 122px!important
    }
}

@media(min-width:992px) {
    .ml-lg-123 {
        margin-left: 123px!important
    }
    .pl-lg-123 {
        padding-left: 123px!important
    }
}

@media(min-width:992px) {
    .ml-lg-124 {
        margin-left: 124px!important
    }
    .pl-lg-124 {
        padding-left: 124px!important
    }
}

@media(min-width:992px) {
    .ml-lg-125 {
        margin-left: 125px!important
    }
    .pl-lg-125 {
        padding-left: 125px!important
    }
}

@media(min-width:992px) {
    .ml-lg-126 {
        margin-left: 126px!important
    }
    .pl-lg-126 {
        padding-left: 126px!important
    }
}

@media(min-width:992px) {
    .ml-lg-127 {
        margin-left: 127px!important
    }
    .pl-lg-127 {
        padding-left: 127px!important
    }
}

@media(min-width:992px) {
    .ml-lg-128 {
        margin-left: 128px!important
    }
    .pl-lg-128 {
        padding-left: 128px!important
    }
}

@media(min-width:992px) {
    .ml-lg-129 {
        margin-left: 129px!important
    }
    .pl-lg-129 {
        padding-left: 129px!important
    }
}

@media(min-width:992px) {
    .ml-lg-130 {
        margin-left: 130px!important
    }
    .pl-lg-130 {
        padding-left: 130px!important
    }
}

@media(min-width:992px) {
    .ml-lg-131 {
        margin-left: 131px!important
    }
    .pl-lg-131 {
        padding-left: 131px!important
    }
}

@media(min-width:992px) {
    .ml-lg-132 {
        margin-left: 132px!important
    }
    .pl-lg-132 {
        padding-left: 132px!important
    }
}

@media(min-width:992px) {
    .ml-lg-133 {
        margin-left: 133px!important
    }
    .pl-lg-133 {
        padding-left: 133px!important
    }
}

@media(min-width:992px) {
    .ml-lg-134 {
        margin-left: 134px!important
    }
    .pl-lg-134 {
        padding-left: 134px!important
    }
}

@media(min-width:992px) {
    .ml-lg-135 {
        margin-left: 135px!important
    }
    .pl-lg-135 {
        padding-left: 135px!important
    }
}

@media(min-width:992px) {
    .ml-lg-136 {
        margin-left: 136px!important
    }
    .pl-lg-136 {
        padding-left: 136px!important
    }
}

@media(min-width:992px) {
    .ml-lg-137 {
        margin-left: 137px!important
    }
    .pl-lg-137 {
        padding-left: 137px!important
    }
}

@media(min-width:992px) {
    .ml-lg-138 {
        margin-left: 138px!important
    }
    .pl-lg-138 {
        padding-left: 138px!important
    }
}

@media(min-width:992px) {
    .ml-lg-139 {
        margin-left: 139px!important
    }
    .pl-lg-139 {
        padding-left: 139px!important
    }
}

@media(min-width:992px) {
    .ml-lg-140 {
        margin-left: 140px!important
    }
    .pl-lg-140 {
        padding-left: 140px!important
    }
}

@media(min-width:992px) {
    .ml-lg-141 {
        margin-left: 141px!important
    }
    .pl-lg-141 {
        padding-left: 141px!important
    }
}

@media(min-width:992px) {
    .ml-lg-142 {
        margin-left: 142px!important
    }
    .pl-lg-142 {
        padding-left: 142px!important
    }
}

@media(min-width:992px) {
    .ml-lg-143 {
        margin-left: 143px!important
    }
    .pl-lg-143 {
        padding-left: 143px!important
    }
}

@media(min-width:992px) {
    .ml-lg-144 {
        margin-left: 144px!important
    }
    .pl-lg-144 {
        padding-left: 144px!important
    }
}

@media(min-width:992px) {
    .ml-lg-145 {
        margin-left: 145px!important
    }
    .pl-lg-145 {
        padding-left: 145px!important
    }
}

@media(min-width:992px) {
    .ml-lg-146 {
        margin-left: 146px!important
    }
    .pl-lg-146 {
        padding-left: 146px!important
    }
}

@media(min-width:992px) {
    .ml-lg-147 {
        margin-left: 147px!important
    }
    .pl-lg-147 {
        padding-left: 147px!important
    }
}

@media(min-width:992px) {
    .ml-lg-148 {
        margin-left: 148px!important
    }
    .pl-lg-148 {
        padding-left: 148px!important
    }
}

@media(min-width:992px) {
    .ml-lg-149 {
        margin-left: 149px!important
    }
    .pl-lg-149 {
        padding-left: 149px!important
    }
}

@media(min-width:992px) {
    .ml-lg-150 {
        margin-left: 150px!important
    }
    .pl-lg-150 {
        padding-left: 150px!important
    }
}

@media(min-width:992px) {
    .ml-lg-151 {
        margin-left: 151px!important
    }
    .pl-lg-151 {
        padding-left: 151px!important
    }
}

@media(min-width:992px) {
    .ml-lg-152 {
        margin-left: 152px!important
    }
    .pl-lg-152 {
        padding-left: 152px!important
    }
}

@media(min-width:992px) {
    .ml-lg-153 {
        margin-left: 153px!important
    }
    .pl-lg-153 {
        padding-left: 153px!important
    }
}

@media(min-width:992px) {
    .ml-lg-154 {
        margin-left: 154px!important
    }
    .pl-lg-154 {
        padding-left: 154px!important
    }
}

@media(min-width:992px) {
    .ml-lg-155 {
        margin-left: 155px!important
    }
    .pl-lg-155 {
        padding-left: 155px!important
    }
}

@media(min-width:992px) {
    .ml-lg-156 {
        margin-left: 156px!important
    }
    .pl-lg-156 {
        padding-left: 156px!important
    }
}

@media(min-width:992px) {
    .ml-lg-157 {
        margin-left: 157px!important
    }
    .pl-lg-157 {
        padding-left: 157px!important
    }
}

@media(min-width:992px) {
    .ml-lg-158 {
        margin-left: 158px!important
    }
    .pl-lg-158 {
        padding-left: 158px!important
    }
}

@media(min-width:992px) {
    .ml-lg-159 {
        margin-left: 159px!important
    }
    .pl-lg-159 {
        padding-left: 159px!important
    }
}

@media(min-width:992px) {
    .ml-lg-160 {
        margin-left: 160px!important
    }
    .pl-lg-160 {
        padding-left: 160px!important
    }
}

@media(min-width:992px) {
    .ml-lg-161 {
        margin-left: 161px!important
    }
    .pl-lg-161 {
        padding-left: 161px!important
    }
}

@media(min-width:992px) {
    .ml-lg-162 {
        margin-left: 162px!important
    }
    .pl-lg-162 {
        padding-left: 162px!important
    }
}

@media(min-width:992px) {
    .ml-lg-163 {
        margin-left: 163px!important
    }
    .pl-lg-163 {
        padding-left: 163px!important
    }
}

@media(min-width:992px) {
    .ml-lg-164 {
        margin-left: 164px!important
    }
    .pl-lg-164 {
        padding-left: 164px!important
    }
}

@media(min-width:992px) {
    .ml-lg-165 {
        margin-left: 165px!important
    }
    .pl-lg-165 {
        padding-left: 165px!important
    }
}

@media(min-width:992px) {
    .ml-lg-166 {
        margin-left: 166px!important
    }
    .pl-lg-166 {
        padding-left: 166px!important
    }
}

@media(min-width:992px) {
    .ml-lg-167 {
        margin-left: 167px!important
    }
    .pl-lg-167 {
        padding-left: 167px!important
    }
}

@media(min-width:992px) {
    .ml-lg-168 {
        margin-left: 168px!important
    }
    .pl-lg-168 {
        padding-left: 168px!important
    }
}

@media(min-width:992px) {
    .ml-lg-169 {
        margin-left: 169px!important
    }
    .pl-lg-169 {
        padding-left: 169px!important
    }
}

@media(min-width:992px) {
    .ml-lg-170 {
        margin-left: 170px!important
    }
    .pl-lg-170 {
        padding-left: 170px!important
    }
}

@media(min-width:992px) {
    .ml-lg-171 {
        margin-left: 171px!important
    }
    .pl-lg-171 {
        padding-left: 171px!important
    }
}

@media(min-width:992px) {
    .ml-lg-172 {
        margin-left: 172px!important
    }
    .pl-lg-172 {
        padding-left: 172px!important
    }
}

@media(min-width:992px) {
    .ml-lg-173 {
        margin-left: 173px!important
    }
    .pl-lg-173 {
        padding-left: 173px!important
    }
}

@media(min-width:992px) {
    .ml-lg-174 {
        margin-left: 174px!important
    }
    .pl-lg-174 {
        padding-left: 174px!important
    }
}

@media(min-width:992px) {
    .ml-lg-175 {
        margin-left: 175px!important
    }
    .pl-lg-175 {
        padding-left: 175px!important
    }
}

@media(min-width:992px) {
    .ml-lg-176 {
        margin-left: 176px!important
    }
    .pl-lg-176 {
        padding-left: 176px!important
    }
}

@media(min-width:992px) {
    .ml-lg-177 {
        margin-left: 177px!important
    }
    .pl-lg-177 {
        padding-left: 177px!important
    }
}

@media(min-width:992px) {
    .ml-lg-178 {
        margin-left: 178px!important
    }
    .pl-lg-178 {
        padding-left: 178px!important
    }
}

@media(min-width:992px) {
    .ml-lg-179 {
        margin-left: 179px!important
    }
    .pl-lg-179 {
        padding-left: 179px!important
    }
}

@media(min-width:992px) {
    .ml-lg-180 {
        margin-left: 180px!important
    }
    .pl-lg-180 {
        padding-left: 180px!important
    }
}

@media(min-width:992px) {
    .ml-lg-181 {
        margin-left: 181px!important
    }
    .pl-lg-181 {
        padding-left: 181px!important
    }
}

@media(min-width:992px) {
    .ml-lg-182 {
        margin-left: 182px!important
    }
    .pl-lg-182 {
        padding-left: 182px!important
    }
}

@media(min-width:992px) {
    .ml-lg-183 {
        margin-left: 183px!important
    }
    .pl-lg-183 {
        padding-left: 183px!important
    }
}

@media(min-width:992px) {
    .ml-lg-184 {
        margin-left: 184px!important
    }
    .pl-lg-184 {
        padding-left: 184px!important
    }
}

@media(min-width:992px) {
    .ml-lg-185 {
        margin-left: 185px!important
    }
    .pl-lg-185 {
        padding-left: 185px!important
    }
}

@media(min-width:992px) {
    .ml-lg-186 {
        margin-left: 186px!important
    }
    .pl-lg-186 {
        padding-left: 186px!important
    }
}

@media(min-width:992px) {
    .ml-lg-187 {
        margin-left: 187px!important
    }
    .pl-lg-187 {
        padding-left: 187px!important
    }
}

@media(min-width:992px) {
    .ml-lg-188 {
        margin-left: 188px!important
    }
    .pl-lg-188 {
        padding-left: 188px!important
    }
}

@media(min-width:992px) {
    .ml-lg-189 {
        margin-left: 189px!important
    }
    .pl-lg-189 {
        padding-left: 189px!important
    }
}

@media(min-width:992px) {
    .ml-lg-190 {
        margin-left: 190px!important
    }
    .pl-lg-190 {
        padding-left: 190px!important
    }
}

@media(min-width:992px) {
    .ml-lg-191 {
        margin-left: 191px!important
    }
    .pl-lg-191 {
        padding-left: 191px!important
    }
}

@media(min-width:992px) {
    .ml-lg-192 {
        margin-left: 192px!important
    }
    .pl-lg-192 {
        padding-left: 192px!important
    }
}

@media(min-width:992px) {
    .ml-lg-193 {
        margin-left: 193px!important
    }
    .pl-lg-193 {
        padding-left: 193px!important
    }
}

@media(min-width:992px) {
    .ml-lg-194 {
        margin-left: 194px!important
    }
    .pl-lg-194 {
        padding-left: 194px!important
    }
}

@media(min-width:992px) {
    .ml-lg-195 {
        margin-left: 195px!important
    }
    .pl-lg-195 {
        padding-left: 195px!important
    }
}

@media(min-width:992px) {
    .ml-lg-196 {
        margin-left: 196px!important
    }
    .pl-lg-196 {
        padding-left: 196px!important
    }
}

@media(min-width:992px) {
    .ml-lg-197 {
        margin-left: 197px!important
    }
    .pl-lg-197 {
        padding-left: 197px!important
    }
}

@media(min-width:992px) {
    .ml-lg-198 {
        margin-left: 198px!important
    }
    .pl-lg-198 {
        padding-left: 198px!important
    }
}

@media(min-width:992px) {
    .ml-lg-199 {
        margin-left: 199px!important
    }
    .pl-lg-199 {
        padding-left: 199px!important
    }
}

@media(min-width:992px) {
    .ml-lg-200 {
        margin-left: 200px!important
    }
    .pl-lg-200 {
        padding-left: 200px!important
    }
}

@media(min-width:992px) {
    .mr-lg-0 {
        margin-right: 0!important
    }
    .pr-lg-0 {
        padding-right: 0!important
    }
}

@media(min-width:992px) {
    .mr-lg-1 {
        margin-right: 1px!important
    }
    .pr-lg-1 {
        padding-right: 1px!important
    }
}

@media(min-width:992px) {
    .mr-lg-2 {
        margin-right: 2px!important
    }
    .pr-lg-2 {
        padding-right: 2px!important
    }
}

@media(min-width:992px) {
    .mr-lg-3 {
        margin-right: 3px!important
    }
    .pr-lg-3 {
        padding-right: 3px!important
    }
}

@media(min-width:992px) {
    .mr-lg-4 {
        margin-right: 4px!important
    }
    .pr-lg-4 {
        padding-right: 4px!important
    }
}

@media(min-width:992px) {
    .mr-lg-5 {
        margin-right: 5px!important
    }
    .pr-lg-5 {
        padding-right: 5px!important
    }
}

@media(min-width:992px) {
    .mr-lg-6 {
        margin-right: 6px!important
    }
    .pr-lg-6 {
        padding-right: 6px!important
    }
}

@media(min-width:992px) {
    .mr-lg-7 {
        margin-right: 7px!important
    }
    .pr-lg-7 {
        padding-right: 7px!important
    }
}

@media(min-width:992px) {
    .mr-lg-8 {
        margin-right: 8px!important
    }
    .pr-lg-8 {
        padding-right: 8px!important
    }
}

@media(min-width:992px) {
    .mr-lg-9 {
        margin-right: 9px!important
    }
    .pr-lg-9 {
        padding-right: 9px!important
    }
}

@media(min-width:992px) {
    .mr-lg-10 {
        margin-right: 10px!important
    }
    .pr-lg-10 {
        padding-right: 10px!important
    }
}

@media(min-width:992px) {
    .mr-lg-11 {
        margin-right: 11px!important
    }
    .pr-lg-11 {
        padding-right: 11px!important
    }
}

@media(min-width:992px) {
    .mr-lg-12 {
        margin-right: 12px!important
    }
    .pr-lg-12 {
        padding-right: 12px!important
    }
}

@media(min-width:992px) {
    .mr-lg-13 {
        margin-right: 13px!important
    }
    .pr-lg-13 {
        padding-right: 13px!important
    }
}

@media(min-width:992px) {
    .mr-lg-14 {
        margin-right: 14px!important
    }
    .pr-lg-14 {
        padding-right: 14px!important
    }
}

@media(min-width:992px) {
    .mr-lg-15 {
        margin-right: 15px!important
    }
    .pr-lg-15 {
        padding-right: 15px!important
    }
}

@media(min-width:992px) {
    .mr-lg-16 {
        margin-right: 16px!important
    }
    .pr-lg-16 {
        padding-right: 16px!important
    }
}

@media(min-width:992px) {
    .mr-lg-17 {
        margin-right: 17px!important
    }
    .pr-lg-17 {
        padding-right: 17px!important
    }
}

@media(min-width:992px) {
    .mr-lg-18 {
        margin-right: 18px!important
    }
    .pr-lg-18 {
        padding-right: 18px!important
    }
}

@media(min-width:992px) {
    .mr-lg-19 {
        margin-right: 19px!important
    }
    .pr-lg-19 {
        padding-right: 19px!important
    }
}

@media(min-width:992px) {
    .mr-lg-20 {
        margin-right: 20px!important
    }
    .pr-lg-20 {
        padding-right: 20px!important
    }
}

@media(min-width:992px) {
    .mr-lg-21 {
        margin-right: 21px!important
    }
    .pr-lg-21 {
        padding-right: 21px!important
    }
}

@media(min-width:992px) {
    .mr-lg-22 {
        margin-right: 22px!important
    }
    .pr-lg-22 {
        padding-right: 22px!important
    }
}

@media(min-width:992px) {
    .mr-lg-23 {
        margin-right: 23px!important
    }
    .pr-lg-23 {
        padding-right: 23px!important
    }
}

@media(min-width:992px) {
    .mr-lg-24 {
        margin-right: 24px!important
    }
    .pr-lg-24 {
        padding-right: 24px!important
    }
}

@media(min-width:992px) {
    .mr-lg-25 {
        margin-right: 25px!important
    }
    .pr-lg-25 {
        padding-right: 25px!important
    }
}

@media(min-width:992px) {
    .mr-lg-26 {
        margin-right: 26px!important
    }
    .pr-lg-26 {
        padding-right: 26px!important
    }
}

@media(min-width:992px) {
    .mr-lg-27 {
        margin-right: 27px!important
    }
    .pr-lg-27 {
        padding-right: 27px!important
    }
}

@media(min-width:992px) {
    .mr-lg-28 {
        margin-right: 28px!important
    }
    .pr-lg-28 {
        padding-right: 28px!important
    }
}

@media(min-width:992px) {
    .mr-lg-29 {
        margin-right: 29px!important
    }
    .pr-lg-29 {
        padding-right: 29px!important
    }
}

@media(min-width:992px) {
    .mr-lg-30 {
        margin-right: 30px!important
    }
    .pr-lg-30 {
        padding-right: 30px!important
    }
}

@media(min-width:992px) {
    .mr-lg-31 {
        margin-right: 31px!important
    }
    .pr-lg-31 {
        padding-right: 31px!important
    }
}

@media(min-width:992px) {
    .mr-lg-32 {
        margin-right: 32px!important
    }
    .pr-lg-32 {
        padding-right: 32px!important
    }
}

@media(min-width:992px) {
    .mr-lg-33 {
        margin-right: 33px!important
    }
    .pr-lg-33 {
        padding-right: 33px!important
    }
}

@media(min-width:992px) {
    .mr-lg-34 {
        margin-right: 34px!important
    }
    .pr-lg-34 {
        padding-right: 34px!important
    }
}

@media(min-width:992px) {
    .mr-lg-35 {
        margin-right: 35px!important
    }
    .pr-lg-35 {
        padding-right: 35px!important
    }
}

@media(min-width:992px) {
    .mr-lg-36 {
        margin-right: 36px!important
    }
    .pr-lg-36 {
        padding-right: 36px!important
    }
}

@media(min-width:992px) {
    .mr-lg-37 {
        margin-right: 37px!important
    }
    .pr-lg-37 {
        padding-right: 37px!important
    }
}

@media(min-width:992px) {
    .mr-lg-38 {
        margin-right: 38px!important
    }
    .pr-lg-38 {
        padding-right: 38px!important
    }
}

@media(min-width:992px) {
    .mr-lg-39 {
        margin-right: 39px!important
    }
    .pr-lg-39 {
        padding-right: 39px!important
    }
}

@media(min-width:992px) {
    .mr-lg-40 {
        margin-right: 40px!important
    }
    .pr-lg-40 {
        padding-right: 40px!important
    }
}

@media(min-width:992px) {
    .mr-lg-41 {
        margin-right: 41px!important
    }
    .pr-lg-41 {
        padding-right: 41px!important
    }
}

@media(min-width:992px) {
    .mr-lg-42 {
        margin-right: 42px!important
    }
    .pr-lg-42 {
        padding-right: 42px!important
    }
}

@media(min-width:992px) {
    .mr-lg-43 {
        margin-right: 43px!important
    }
    .pr-lg-43 {
        padding-right: 43px!important
    }
}

@media(min-width:992px) {
    .mr-lg-44 {
        margin-right: 44px!important
    }
    .pr-lg-44 {
        padding-right: 44px!important
    }
}

@media(min-width:992px) {
    .mr-lg-45 {
        margin-right: 45px!important
    }
    .pr-lg-45 {
        padding-right: 45px!important
    }
}

@media(min-width:992px) {
    .mr-lg-46 {
        margin-right: 46px!important
    }
    .pr-lg-46 {
        padding-right: 46px!important
    }
}

@media(min-width:992px) {
    .mr-lg-47 {
        margin-right: 47px!important
    }
    .pr-lg-47 {
        padding-right: 47px!important
    }
}

@media(min-width:992px) {
    .mr-lg-48 {
        margin-right: 48px!important
    }
    .pr-lg-48 {
        padding-right: 48px!important
    }
}

@media(min-width:992px) {
    .mr-lg-49 {
        margin-right: 49px!important
    }
    .pr-lg-49 {
        padding-right: 49px!important
    }
}

@media(min-width:992px) {
    .mr-lg-50 {
        margin-right: 50px!important
    }
    .pr-lg-50 {
        padding-right: 50px!important
    }
}

@media(min-width:992px) {
    .mr-lg-51 {
        margin-right: 51px!important
    }
    .pr-lg-51 {
        padding-right: 51px!important
    }
}

@media(min-width:992px) {
    .mr-lg-52 {
        margin-right: 52px!important
    }
    .pr-lg-52 {
        padding-right: 52px!important
    }
}

@media(min-width:992px) {
    .mr-lg-53 {
        margin-right: 53px!important
    }
    .pr-lg-53 {
        padding-right: 53px!important
    }
}

@media(min-width:992px) {
    .mr-lg-54 {
        margin-right: 54px!important
    }
    .pr-lg-54 {
        padding-right: 54px!important
    }
}

@media(min-width:992px) {
    .mr-lg-55 {
        margin-right: 55px!important
    }
    .pr-lg-55 {
        padding-right: 55px!important
    }
}

@media(min-width:992px) {
    .mr-lg-56 {
        margin-right: 56px!important
    }
    .pr-lg-56 {
        padding-right: 56px!important
    }
}

@media(min-width:992px) {
    .mr-lg-57 {
        margin-right: 57px!important
    }
    .pr-lg-57 {
        padding-right: 57px!important
    }
}

@media(min-width:992px) {
    .mr-lg-58 {
        margin-right: 58px!important
    }
    .pr-lg-58 {
        padding-right: 58px!important
    }
}

@media(min-width:992px) {
    .mr-lg-59 {
        margin-right: 59px!important
    }
    .pr-lg-59 {
        padding-right: 59px!important
    }
}

@media(min-width:992px) {
    .mr-lg-60 {
        margin-right: 60px!important
    }
    .pr-lg-60 {
        padding-right: 60px!important
    }
}

@media(min-width:992px) {
    .mr-lg-61 {
        margin-right: 61px!important
    }
    .pr-lg-61 {
        padding-right: 61px!important
    }
}

@media(min-width:992px) {
    .mr-lg-62 {
        margin-right: 62px!important
    }
    .pr-lg-62 {
        padding-right: 62px!important
    }
}

@media(min-width:992px) {
    .mr-lg-63 {
        margin-right: 63px!important
    }
    .pr-lg-63 {
        padding-right: 63px!important
    }
}

@media(min-width:992px) {
    .mr-lg-64 {
        margin-right: 64px!important
    }
    .pr-lg-64 {
        padding-right: 64px!important
    }
}

@media(min-width:992px) {
    .mr-lg-65 {
        margin-right: 65px!important
    }
    .pr-lg-65 {
        padding-right: 65px!important
    }
}

@media(min-width:992px) {
    .mr-lg-66 {
        margin-right: 66px!important
    }
    .pr-lg-66 {
        padding-right: 66px!important
    }
}

@media(min-width:992px) {
    .mr-lg-67 {
        margin-right: 67px!important
    }
    .pr-lg-67 {
        padding-right: 67px!important
    }
}

@media(min-width:992px) {
    .mr-lg-68 {
        margin-right: 68px!important
    }
    .pr-lg-68 {
        padding-right: 68px!important
    }
}

@media(min-width:992px) {
    .mr-lg-69 {
        margin-right: 69px!important
    }
    .pr-lg-69 {
        padding-right: 69px!important
    }
}

@media(min-width:992px) {
    .mr-lg-70 {
        margin-right: 70px!important
    }
    .pr-lg-70 {
        padding-right: 70px!important
    }
}

@media(min-width:992px) {
    .mr-lg-71 {
        margin-right: 71px!important
    }
    .pr-lg-71 {
        padding-right: 71px!important
    }
}

@media(min-width:992px) {
    .mr-lg-72 {
        margin-right: 72px!important
    }
    .pr-lg-72 {
        padding-right: 72px!important
    }
}

@media(min-width:992px) {
    .mr-lg-73 {
        margin-right: 73px!important
    }
    .pr-lg-73 {
        padding-right: 73px!important
    }
}

@media(min-width:992px) {
    .mr-lg-74 {
        margin-right: 74px!important
    }
    .pr-lg-74 {
        padding-right: 74px!important
    }
}

@media(min-width:992px) {
    .mr-lg-75 {
        margin-right: 75px!important
    }
    .pr-lg-75 {
        padding-right: 75px!important
    }
}

@media(min-width:992px) {
    .mr-lg-76 {
        margin-right: 76px!important
    }
    .pr-lg-76 {
        padding-right: 76px!important
    }
}

@media(min-width:992px) {
    .mr-lg-77 {
        margin-right: 77px!important
    }
    .pr-lg-77 {
        padding-right: 77px!important
    }
}

@media(min-width:992px) {
    .mr-lg-78 {
        margin-right: 78px!important
    }
    .pr-lg-78 {
        padding-right: 78px!important
    }
}

@media(min-width:992px) {
    .mr-lg-79 {
        margin-right: 79px!important
    }
    .pr-lg-79 {
        padding-right: 79px!important
    }
}

@media(min-width:992px) {
    .mr-lg-80 {
        margin-right: 80px!important
    }
    .pr-lg-80 {
        padding-right: 80px!important
    }
}

@media(min-width:992px) {
    .mr-lg-81 {
        margin-right: 81px!important
    }
    .pr-lg-81 {
        padding-right: 81px!important
    }
}

@media(min-width:992px) {
    .mr-lg-82 {
        margin-right: 82px!important
    }
    .pr-lg-82 {
        padding-right: 82px!important
    }
}

@media(min-width:992px) {
    .mr-lg-83 {
        margin-right: 83px!important
    }
    .pr-lg-83 {
        padding-right: 83px!important
    }
}

@media(min-width:992px) {
    .mr-lg-84 {
        margin-right: 84px!important
    }
    .pr-lg-84 {
        padding-right: 84px!important
    }
}

@media(min-width:992px) {
    .mr-lg-85 {
        margin-right: 85px!important
    }
    .pr-lg-85 {
        padding-right: 85px!important
    }
}

@media(min-width:992px) {
    .mr-lg-86 {
        margin-right: 86px!important
    }
    .pr-lg-86 {
        padding-right: 86px!important
    }
}

@media(min-width:992px) {
    .mr-lg-87 {
        margin-right: 87px!important
    }
    .pr-lg-87 {
        padding-right: 87px!important
    }
}

@media(min-width:992px) {
    .mr-lg-88 {
        margin-right: 88px!important
    }
    .pr-lg-88 {
        padding-right: 88px!important
    }
}

@media(min-width:992px) {
    .mr-lg-89 {
        margin-right: 89px!important
    }
    .pr-lg-89 {
        padding-right: 89px!important
    }
}

@media(min-width:992px) {
    .mr-lg-90 {
        margin-right: 90px!important
    }
    .pr-lg-90 {
        padding-right: 90px!important
    }
}

@media(min-width:992px) {
    .mr-lg-91 {
        margin-right: 91px!important
    }
    .pr-lg-91 {
        padding-right: 91px!important
    }
}

@media(min-width:992px) {
    .mr-lg-92 {
        margin-right: 92px!important
    }
    .pr-lg-92 {
        padding-right: 92px!important
    }
}

@media(min-width:992px) {
    .mr-lg-93 {
        margin-right: 93px!important
    }
    .pr-lg-93 {
        padding-right: 93px!important
    }
}

@media(min-width:992px) {
    .mr-lg-94 {
        margin-right: 94px!important
    }
    .pr-lg-94 {
        padding-right: 94px!important
    }
}

@media(min-width:992px) {
    .mr-lg-95 {
        margin-right: 95px!important
    }
    .pr-lg-95 {
        padding-right: 95px!important
    }
}

@media(min-width:992px) {
    .mr-lg-96 {
        margin-right: 96px!important
    }
    .pr-lg-96 {
        padding-right: 96px!important
    }
}

@media(min-width:992px) {
    .mr-lg-97 {
        margin-right: 97px!important
    }
    .pr-lg-97 {
        padding-right: 97px!important
    }
}

@media(min-width:992px) {
    .mr-lg-98 {
        margin-right: 98px!important
    }
    .pr-lg-98 {
        padding-right: 98px!important
    }
}

@media(min-width:992px) {
    .mr-lg-99 {
        margin-right: 99px!important
    }
    .pr-lg-99 {
        padding-right: 99px!important
    }
}

@media(min-width:992px) {
    .mr-lg-100 {
        margin-right: 100px!important
    }
    .pr-lg-100 {
        padding-right: 100px!important
    }
}

@media(min-width:992px) {
    .mr-lg-101 {
        margin-right: 101px!important
    }
    .pr-lg-101 {
        padding-right: 101px!important
    }
}

@media(min-width:992px) {
    .mr-lg-102 {
        margin-right: 102px!important
    }
    .pr-lg-102 {
        padding-right: 102px!important
    }
}

@media(min-width:992px) {
    .mr-lg-103 {
        margin-right: 103px!important
    }
    .pr-lg-103 {
        padding-right: 103px!important
    }
}

@media(min-width:992px) {
    .mr-lg-104 {
        margin-right: 104px!important
    }
    .pr-lg-104 {
        padding-right: 104px!important
    }
}

@media(min-width:992px) {
    .mr-lg-105 {
        margin-right: 105px!important
    }
    .pr-lg-105 {
        padding-right: 105px!important
    }
}

@media(min-width:992px) {
    .mr-lg-106 {
        margin-right: 106px!important
    }
    .pr-lg-106 {
        padding-right: 106px!important
    }
}

@media(min-width:992px) {
    .mr-lg-107 {
        margin-right: 107px!important
    }
    .pr-lg-107 {
        padding-right: 107px!important
    }
}

@media(min-width:992px) {
    .mr-lg-108 {
        margin-right: 108px!important
    }
    .pr-lg-108 {
        padding-right: 108px!important
    }
}

@media(min-width:992px) {
    .mr-lg-109 {
        margin-right: 109px!important
    }
    .pr-lg-109 {
        padding-right: 109px!important
    }
}

@media(min-width:992px) {
    .mr-lg-110 {
        margin-right: 110px!important
    }
    .pr-lg-110 {
        padding-right: 110px!important
    }
}

@media(min-width:992px) {
    .mr-lg-111 {
        margin-right: 111px!important
    }
    .pr-lg-111 {
        padding-right: 111px!important
    }
}

@media(min-width:992px) {
    .mr-lg-112 {
        margin-right: 112px!important
    }
    .pr-lg-112 {
        padding-right: 112px!important
    }
}

@media(min-width:992px) {
    .mr-lg-113 {
        margin-right: 113px!important
    }
    .pr-lg-113 {
        padding-right: 113px!important
    }
}

@media(min-width:992px) {
    .mr-lg-114 {
        margin-right: 114px!important
    }
    .pr-lg-114 {
        padding-right: 114px!important
    }
}

@media(min-width:992px) {
    .mr-lg-115 {
        margin-right: 115px!important
    }
    .pr-lg-115 {
        padding-right: 115px!important
    }
}

@media(min-width:992px) {
    .mr-lg-116 {
        margin-right: 116px!important
    }
    .pr-lg-116 {
        padding-right: 116px!important
    }
}

@media(min-width:992px) {
    .mr-lg-117 {
        margin-right: 117px!important
    }
    .pr-lg-117 {
        padding-right: 117px!important
    }
}

@media(min-width:992px) {
    .mr-lg-118 {
        margin-right: 118px!important
    }
    .pr-lg-118 {
        padding-right: 118px!important
    }
}

@media(min-width:992px) {
    .mr-lg-119 {
        margin-right: 119px!important
    }
    .pr-lg-119 {
        padding-right: 119px!important
    }
}

@media(min-width:992px) {
    .mr-lg-120 {
        margin-right: 120px!important
    }
    .pr-lg-120 {
        padding-right: 120px!important
    }
}

@media(min-width:992px) {
    .mr-lg-121 {
        margin-right: 121px!important
    }
    .pr-lg-121 {
        padding-right: 121px!important
    }
}

@media(min-width:992px) {
    .mr-lg-122 {
        margin-right: 122px!important
    }
    .pr-lg-122 {
        padding-right: 122px!important
    }
}

@media(min-width:992px) {
    .mr-lg-123 {
        margin-right: 123px!important
    }
    .pr-lg-123 {
        padding-right: 123px!important
    }
}

@media(min-width:992px) {
    .mr-lg-124 {
        margin-right: 124px!important
    }
    .pr-lg-124 {
        padding-right: 124px!important
    }
}

@media(min-width:992px) {
    .mr-lg-125 {
        margin-right: 125px!important
    }
    .pr-lg-125 {
        padding-right: 125px!important
    }
}

@media(min-width:992px) {
    .mr-lg-126 {
        margin-right: 126px!important
    }
    .pr-lg-126 {
        padding-right: 126px!important
    }
}

@media(min-width:992px) {
    .mr-lg-127 {
        margin-right: 127px!important
    }
    .pr-lg-127 {
        padding-right: 127px!important
    }
}

@media(min-width:992px) {
    .mr-lg-128 {
        margin-right: 128px!important
    }
    .pr-lg-128 {
        padding-right: 128px!important
    }
}

@media(min-width:992px) {
    .mr-lg-129 {
        margin-right: 129px!important
    }
    .pr-lg-129 {
        padding-right: 129px!important
    }
}

@media(min-width:992px) {
    .mr-lg-130 {
        margin-right: 130px!important
    }
    .pr-lg-130 {
        padding-right: 130px!important
    }
}

@media(min-width:992px) {
    .mr-lg-131 {
        margin-right: 131px!important
    }
    .pr-lg-131 {
        padding-right: 131px!important
    }
}

@media(min-width:992px) {
    .mr-lg-132 {
        margin-right: 132px!important
    }
    .pr-lg-132 {
        padding-right: 132px!important
    }
}

@media(min-width:992px) {
    .mr-lg-133 {
        margin-right: 133px!important
    }
    .pr-lg-133 {
        padding-right: 133px!important
    }
}

@media(min-width:992px) {
    .mr-lg-134 {
        margin-right: 134px!important
    }
    .pr-lg-134 {
        padding-right: 134px!important
    }
}

@media(min-width:992px) {
    .mr-lg-135 {
        margin-right: 135px!important
    }
    .pr-lg-135 {
        padding-right: 135px!important
    }
}

@media(min-width:992px) {
    .mr-lg-136 {
        margin-right: 136px!important
    }
    .pr-lg-136 {
        padding-right: 136px!important
    }
}

@media(min-width:992px) {
    .mr-lg-137 {
        margin-right: 137px!important
    }
    .pr-lg-137 {
        padding-right: 137px!important
    }
}

@media(min-width:992px) {
    .mr-lg-138 {
        margin-right: 138px!important
    }
    .pr-lg-138 {
        padding-right: 138px!important
    }
}

@media(min-width:992px) {
    .mr-lg-139 {
        margin-right: 139px!important
    }
    .pr-lg-139 {
        padding-right: 139px!important
    }
}

@media(min-width:992px) {
    .mr-lg-140 {
        margin-right: 140px!important
    }
    .pr-lg-140 {
        padding-right: 140px!important
    }
}

@media(min-width:992px) {
    .mr-lg-141 {
        margin-right: 141px!important
    }
    .pr-lg-141 {
        padding-right: 141px!important
    }
}

@media(min-width:992px) {
    .mr-lg-142 {
        margin-right: 142px!important
    }
    .pr-lg-142 {
        padding-right: 142px!important
    }
}

@media(min-width:992px) {
    .mr-lg-143 {
        margin-right: 143px!important
    }
    .pr-lg-143 {
        padding-right: 143px!important
    }
}

@media(min-width:992px) {
    .mr-lg-144 {
        margin-right: 144px!important
    }
    .pr-lg-144 {
        padding-right: 144px!important
    }
}

@media(min-width:992px) {
    .mr-lg-145 {
        margin-right: 145px!important
    }
    .pr-lg-145 {
        padding-right: 145px!important
    }
}

@media(min-width:992px) {
    .mr-lg-146 {
        margin-right: 146px!important
    }
    .pr-lg-146 {
        padding-right: 146px!important
    }
}

@media(min-width:992px) {
    .mr-lg-147 {
        margin-right: 147px!important
    }
    .pr-lg-147 {
        padding-right: 147px!important
    }
}

@media(min-width:992px) {
    .mr-lg-148 {
        margin-right: 148px!important
    }
    .pr-lg-148 {
        padding-right: 148px!important
    }
}

@media(min-width:992px) {
    .mr-lg-149 {
        margin-right: 149px!important
    }
    .pr-lg-149 {
        padding-right: 149px!important
    }
}

@media(min-width:992px) {
    .mr-lg-150 {
        margin-right: 150px!important
    }
    .pr-lg-150 {
        padding-right: 150px!important
    }
}

@media(min-width:992px) {
    .mr-lg-151 {
        margin-right: 151px!important
    }
    .pr-lg-151 {
        padding-right: 151px!important
    }
}

@media(min-width:992px) {
    .mr-lg-152 {
        margin-right: 152px!important
    }
    .pr-lg-152 {
        padding-right: 152px!important
    }
}

@media(min-width:992px) {
    .mr-lg-153 {
        margin-right: 153px!important
    }
    .pr-lg-153 {
        padding-right: 153px!important
    }
}

@media(min-width:992px) {
    .mr-lg-154 {
        margin-right: 154px!important
    }
    .pr-lg-154 {
        padding-right: 154px!important
    }
}

@media(min-width:992px) {
    .mr-lg-155 {
        margin-right: 155px!important
    }
    .pr-lg-155 {
        padding-right: 155px!important
    }
}

@media(min-width:992px) {
    .mr-lg-156 {
        margin-right: 156px!important
    }
    .pr-lg-156 {
        padding-right: 156px!important
    }
}

@media(min-width:992px) {
    .mr-lg-157 {
        margin-right: 157px!important
    }
    .pr-lg-157 {
        padding-right: 157px!important
    }
}

@media(min-width:992px) {
    .mr-lg-158 {
        margin-right: 158px!important
    }
    .pr-lg-158 {
        padding-right: 158px!important
    }
}

@media(min-width:992px) {
    .mr-lg-159 {
        margin-right: 159px!important
    }
    .pr-lg-159 {
        padding-right: 159px!important
    }
}

@media(min-width:992px) {
    .mr-lg-160 {
        margin-right: 160px!important
    }
    .pr-lg-160 {
        padding-right: 160px!important
    }
}

@media(min-width:992px) {
    .mr-lg-161 {
        margin-right: 161px!important
    }
    .pr-lg-161 {
        padding-right: 161px!important
    }
}

@media(min-width:992px) {
    .mr-lg-162 {
        margin-right: 162px!important
    }
    .pr-lg-162 {
        padding-right: 162px!important
    }
}

@media(min-width:992px) {
    .mr-lg-163 {
        margin-right: 163px!important
    }
    .pr-lg-163 {
        padding-right: 163px!important
    }
}

@media(min-width:992px) {
    .mr-lg-164 {
        margin-right: 164px!important
    }
    .pr-lg-164 {
        padding-right: 164px!important
    }
}

@media(min-width:992px) {
    .mr-lg-165 {
        margin-right: 165px!important
    }
    .pr-lg-165 {
        padding-right: 165px!important
    }
}

@media(min-width:992px) {
    .mr-lg-166 {
        margin-right: 166px!important
    }
    .pr-lg-166 {
        padding-right: 166px!important
    }
}

@media(min-width:992px) {
    .mr-lg-167 {
        margin-right: 167px!important
    }
    .pr-lg-167 {
        padding-right: 167px!important
    }
}

@media(min-width:992px) {
    .mr-lg-168 {
        margin-right: 168px!important
    }
    .pr-lg-168 {
        padding-right: 168px!important
    }
}

@media(min-width:992px) {
    .mr-lg-169 {
        margin-right: 169px!important
    }
    .pr-lg-169 {
        padding-right: 169px!important
    }
}

@media(min-width:992px) {
    .mr-lg-170 {
        margin-right: 170px!important
    }
    .pr-lg-170 {
        padding-right: 170px!important
    }
}

@media(min-width:992px) {
    .mr-lg-171 {
        margin-right: 171px!important
    }
    .pr-lg-171 {
        padding-right: 171px!important
    }
}

@media(min-width:992px) {
    .mr-lg-172 {
        margin-right: 172px!important
    }
    .pr-lg-172 {
        padding-right: 172px!important
    }
}

@media(min-width:992px) {
    .mr-lg-173 {
        margin-right: 173px!important
    }
    .pr-lg-173 {
        padding-right: 173px!important
    }
}

@media(min-width:992px) {
    .mr-lg-174 {
        margin-right: 174px!important
    }
    .pr-lg-174 {
        padding-right: 174px!important
    }
}

@media(min-width:992px) {
    .mr-lg-175 {
        margin-right: 175px!important
    }
    .pr-lg-175 {
        padding-right: 175px!important
    }
}

@media(min-width:992px) {
    .mr-lg-176 {
        margin-right: 176px!important
    }
    .pr-lg-176 {
        padding-right: 176px!important
    }
}

@media(min-width:992px) {
    .mr-lg-177 {
        margin-right: 177px!important
    }
    .pr-lg-177 {
        padding-right: 177px!important
    }
}

@media(min-width:992px) {
    .mr-lg-178 {
        margin-right: 178px!important
    }
    .pr-lg-178 {
        padding-right: 178px!important
    }
}

@media(min-width:992px) {
    .mr-lg-179 {
        margin-right: 179px!important
    }
    .pr-lg-179 {
        padding-right: 179px!important
    }
}

@media(min-width:992px) {
    .mr-lg-180 {
        margin-right: 180px!important
    }
    .pr-lg-180 {
        padding-right: 180px!important
    }
}

@media(min-width:992px) {
    .mr-lg-181 {
        margin-right: 181px!important
    }
    .pr-lg-181 {
        padding-right: 181px!important
    }
}

@media(min-width:992px) {
    .mr-lg-182 {
        margin-right: 182px!important
    }
    .pr-lg-182 {
        padding-right: 182px!important
    }
}

@media(min-width:992px) {
    .mr-lg-183 {
        margin-right: 183px!important
    }
    .pr-lg-183 {
        padding-right: 183px!important
    }
}

@media(min-width:992px) {
    .mr-lg-184 {
        margin-right: 184px!important
    }
    .pr-lg-184 {
        padding-right: 184px!important
    }
}

@media(min-width:992px) {
    .mr-lg-185 {
        margin-right: 185px!important
    }
    .pr-lg-185 {
        padding-right: 185px!important
    }
}

@media(min-width:992px) {
    .mr-lg-186 {
        margin-right: 186px!important
    }
    .pr-lg-186 {
        padding-right: 186px!important
    }
}

@media(min-width:992px) {
    .mr-lg-187 {
        margin-right: 187px!important
    }
    .pr-lg-187 {
        padding-right: 187px!important
    }
}

@media(min-width:992px) {
    .mr-lg-188 {
        margin-right: 188px!important
    }
    .pr-lg-188 {
        padding-right: 188px!important
    }
}

@media(min-width:992px) {
    .mr-lg-189 {
        margin-right: 189px!important
    }
    .pr-lg-189 {
        padding-right: 189px!important
    }
}

@media(min-width:992px) {
    .mr-lg-190 {
        margin-right: 190px!important
    }
    .pr-lg-190 {
        padding-right: 190px!important
    }
}

@media(min-width:992px) {
    .mr-lg-191 {
        margin-right: 191px!important
    }
    .pr-lg-191 {
        padding-right: 191px!important
    }
}

@media(min-width:992px) {
    .mr-lg-192 {
        margin-right: 192px!important
    }
    .pr-lg-192 {
        padding-right: 192px!important
    }
}

@media(min-width:992px) {
    .mr-lg-193 {
        margin-right: 193px!important
    }
    .pr-lg-193 {
        padding-right: 193px!important
    }
}

@media(min-width:992px) {
    .mr-lg-194 {
        margin-right: 194px!important
    }
    .pr-lg-194 {
        padding-right: 194px!important
    }
}

@media(min-width:992px) {
    .mr-lg-195 {
        margin-right: 195px!important
    }
    .pr-lg-195 {
        padding-right: 195px!important
    }
}

@media(min-width:992px) {
    .mr-lg-196 {
        margin-right: 196px!important
    }
    .pr-lg-196 {
        padding-right: 196px!important
    }
}

@media(min-width:992px) {
    .mr-lg-197 {
        margin-right: 197px!important
    }
    .pr-lg-197 {
        padding-right: 197px!important
    }
}

@media(min-width:992px) {
    .mr-lg-198 {
        margin-right: 198px!important
    }
    .pr-lg-198 {
        padding-right: 198px!important
    }
}

@media(min-width:992px) {
    .mr-lg-199 {
        margin-right: 199px!important
    }
    .pr-lg-199 {
        padding-right: 199px!important
    }
}

@media(min-width:992px) {
    .mr-lg-200 {
        margin-right: 200px!important
    }
    .pr-lg-200 {
        padding-right: 200px!important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .p-xl-0 {
        padding: 0!important
    }
}

@media(min-width:1200px) {
    .m-xl-1 {
        margin: 1px!important
    }
    .p-xl-1 {
        padding: 1px!important
    }
}

@media(min-width:1200px) {
    .m-xl-2 {
        margin: 2px!important
    }
    .p-xl-2 {
        padding: 2px!important
    }
}

@media(min-width:1200px) {
    .m-xl-3 {
        margin: 3px!important
    }
    .p-xl-3 {
        padding: 3px!important
    }
}

@media(min-width:1200px) {
    .m-xl-4 {
        margin: 4px!important
    }
    .p-xl-4 {
        padding: 4px!important
    }
}

@media(min-width:1200px) {
    .m-xl-5 {
        margin: 5px!important
    }
    .p-xl-5 {
        padding: 5px!important
    }
}

@media(min-width:1200px) {
    .m-xl-6 {
        margin: 6px!important
    }
    .p-xl-6 {
        padding: 6px!important
    }
}

@media(min-width:1200px) {
    .m-xl-7 {
        margin: 7px!important
    }
    .p-xl-7 {
        padding: 7px!important
    }
}

@media(min-width:1200px) {
    .m-xl-8 {
        margin: 8px!important
    }
    .p-xl-8 {
        padding: 8px!important
    }
}

@media(min-width:1200px) {
    .m-xl-9 {
        margin: 9px!important
    }
    .p-xl-9 {
        padding: 9px!important
    }
}

@media(min-width:1200px) {
    .m-xl-10 {
        margin: 10px!important
    }
    .p-xl-10 {
        padding: 10px!important
    }
}

@media(min-width:1200px) {
    .m-xl-11 {
        margin: 11px!important
    }
    .p-xl-11 {
        padding: 11px!important
    }
}

@media(min-width:1200px) {
    .m-xl-12 {
        margin: 12px!important
    }
    .p-xl-12 {
        padding: 12px!important
    }
}

@media(min-width:1200px) {
    .m-xl-13 {
        margin: 13px!important
    }
    .p-xl-13 {
        padding: 13px!important
    }
}

@media(min-width:1200px) {
    .m-xl-14 {
        margin: 14px!important
    }
    .p-xl-14 {
        padding: 14px!important
    }
}

@media(min-width:1200px) {
    .m-xl-15 {
        margin: 15px!important
    }
    .p-xl-15 {
        padding: 15px!important
    }
}

@media(min-width:1200px) {
    .m-xl-16 {
        margin: 16px!important
    }
    .p-xl-16 {
        padding: 16px!important
    }
}

@media(min-width:1200px) {
    .m-xl-17 {
        margin: 17px!important
    }
    .p-xl-17 {
        padding: 17px!important
    }
}

@media(min-width:1200px) {
    .m-xl-18 {
        margin: 18px!important
    }
    .p-xl-18 {
        padding: 18px!important
    }
}

@media(min-width:1200px) {
    .m-xl-19 {
        margin: 19px!important
    }
    .p-xl-19 {
        padding: 19px!important
    }
}

@media(min-width:1200px) {
    .m-xl-20 {
        margin: 20px!important
    }
    .p-xl-20 {
        padding: 20px!important
    }
}

@media(min-width:1200px) {
    .m-xl-21 {
        margin: 21px!important
    }
    .p-xl-21 {
        padding: 21px!important
    }
}

@media(min-width:1200px) {
    .m-xl-22 {
        margin: 22px!important
    }
    .p-xl-22 {
        padding: 22px!important
    }
}

@media(min-width:1200px) {
    .m-xl-23 {
        margin: 23px!important
    }
    .p-xl-23 {
        padding: 23px!important
    }
}

@media(min-width:1200px) {
    .m-xl-24 {
        margin: 24px!important
    }
    .p-xl-24 {
        padding: 24px!important
    }
}

@media(min-width:1200px) {
    .m-xl-25 {
        margin: 25px!important
    }
    .p-xl-25 {
        padding: 25px!important
    }
}

@media(min-width:1200px) {
    .m-xl-26 {
        margin: 26px!important
    }
    .p-xl-26 {
        padding: 26px!important
    }
}

@media(min-width:1200px) {
    .m-xl-27 {
        margin: 27px!important
    }
    .p-xl-27 {
        padding: 27px!important
    }
}

@media(min-width:1200px) {
    .m-xl-28 {
        margin: 28px!important
    }
    .p-xl-28 {
        padding: 28px!important
    }
}

@media(min-width:1200px) {
    .m-xl-29 {
        margin: 29px!important
    }
    .p-xl-29 {
        padding: 29px!important
    }
}

@media(min-width:1200px) {
    .m-xl-30 {
        margin: 30px!important
    }
    .p-xl-30 {
        padding: 30px!important
    }
}

@media(min-width:1200px) {
    .m-xl-31 {
        margin: 31px!important
    }
    .p-xl-31 {
        padding: 31px!important
    }
}

@media(min-width:1200px) {
    .m-xl-32 {
        margin: 32px!important
    }
    .p-xl-32 {
        padding: 32px!important
    }
}

@media(min-width:1200px) {
    .m-xl-33 {
        margin: 33px!important
    }
    .p-xl-33 {
        padding: 33px!important
    }
}

@media(min-width:1200px) {
    .m-xl-34 {
        margin: 34px!important
    }
    .p-xl-34 {
        padding: 34px!important
    }
}

@media(min-width:1200px) {
    .m-xl-35 {
        margin: 35px!important
    }
    .p-xl-35 {
        padding: 35px!important
    }
}

@media(min-width:1200px) {
    .m-xl-36 {
        margin: 36px!important
    }
    .p-xl-36 {
        padding: 36px!important
    }
}

@media(min-width:1200px) {
    .m-xl-37 {
        margin: 37px!important
    }
    .p-xl-37 {
        padding: 37px!important
    }
}

@media(min-width:1200px) {
    .m-xl-38 {
        margin: 38px!important
    }
    .p-xl-38 {
        padding: 38px!important
    }
}

@media(min-width:1200px) {
    .m-xl-39 {
        margin: 39px!important
    }
    .p-xl-39 {
        padding: 39px!important
    }
}

@media(min-width:1200px) {
    .m-xl-40 {
        margin: 40px!important
    }
    .p-xl-40 {
        padding: 40px!important
    }
}

@media(min-width:1200px) {
    .m-xl-41 {
        margin: 41px!important
    }
    .p-xl-41 {
        padding: 41px!important
    }
}

@media(min-width:1200px) {
    .m-xl-42 {
        margin: 42px!important
    }
    .p-xl-42 {
        padding: 42px!important
    }
}

@media(min-width:1200px) {
    .m-xl-43 {
        margin: 43px!important
    }
    .p-xl-43 {
        padding: 43px!important
    }
}

@media(min-width:1200px) {
    .m-xl-44 {
        margin: 44px!important
    }
    .p-xl-44 {
        padding: 44px!important
    }
}

@media(min-width:1200px) {
    .m-xl-45 {
        margin: 45px!important
    }
    .p-xl-45 {
        padding: 45px!important
    }
}

@media(min-width:1200px) {
    .m-xl-46 {
        margin: 46px!important
    }
    .p-xl-46 {
        padding: 46px!important
    }
}

@media(min-width:1200px) {
    .m-xl-47 {
        margin: 47px!important
    }
    .p-xl-47 {
        padding: 47px!important
    }
}

@media(min-width:1200px) {
    .m-xl-48 {
        margin: 48px!important
    }
    .p-xl-48 {
        padding: 48px!important
    }
}

@media(min-width:1200px) {
    .m-xl-49 {
        margin: 49px!important
    }
    .p-xl-49 {
        padding: 49px!important
    }
}

@media(min-width:1200px) {
    .m-xl-50 {
        margin: 50px!important
    }
    .p-xl-50 {
        padding: 50px!important
    }
}

@media(min-width:1200px) {
    .m-xl-51 {
        margin: 51px!important
    }
    .p-xl-51 {
        padding: 51px!important
    }
}

@media(min-width:1200px) {
    .m-xl-52 {
        margin: 52px!important
    }
    .p-xl-52 {
        padding: 52px!important
    }
}

@media(min-width:1200px) {
    .m-xl-53 {
        margin: 53px!important
    }
    .p-xl-53 {
        padding: 53px!important
    }
}

@media(min-width:1200px) {
    .m-xl-54 {
        margin: 54px!important
    }
    .p-xl-54 {
        padding: 54px!important
    }
}

@media(min-width:1200px) {
    .m-xl-55 {
        margin: 55px!important
    }
    .p-xl-55 {
        padding: 55px!important
    }
}

@media(min-width:1200px) {
    .m-xl-56 {
        margin: 56px!important
    }
    .p-xl-56 {
        padding: 56px!important
    }
}

@media(min-width:1200px) {
    .m-xl-57 {
        margin: 57px!important
    }
    .p-xl-57 {
        padding: 57px!important
    }
}

@media(min-width:1200px) {
    .m-xl-58 {
        margin: 58px!important
    }
    .p-xl-58 {
        padding: 58px!important
    }
}

@media(min-width:1200px) {
    .m-xl-59 {
        margin: 59px!important
    }
    .p-xl-59 {
        padding: 59px!important
    }
}

@media(min-width:1200px) {
    .m-xl-60 {
        margin: 60px!important
    }
    .p-xl-60 {
        padding: 60px!important
    }
}

@media(min-width:1200px) {
    .m-xl-61 {
        margin: 61px!important
    }
    .p-xl-61 {
        padding: 61px!important
    }
}

@media(min-width:1200px) {
    .m-xl-62 {
        margin: 62px!important
    }
    .p-xl-62 {
        padding: 62px!important
    }
}

@media(min-width:1200px) {
    .m-xl-63 {
        margin: 63px!important
    }
    .p-xl-63 {
        padding: 63px!important
    }
}

@media(min-width:1200px) {
    .m-xl-64 {
        margin: 64px!important
    }
    .p-xl-64 {
        padding: 64px!important
    }
}

@media(min-width:1200px) {
    .m-xl-65 {
        margin: 65px!important
    }
    .p-xl-65 {
        padding: 65px!important
    }
}

@media(min-width:1200px) {
    .m-xl-66 {
        margin: 66px!important
    }
    .p-xl-66 {
        padding: 66px!important
    }
}

@media(min-width:1200px) {
    .m-xl-67 {
        margin: 67px!important
    }
    .p-xl-67 {
        padding: 67px!important
    }
}

@media(min-width:1200px) {
    .m-xl-68 {
        margin: 68px!important
    }
    .p-xl-68 {
        padding: 68px!important
    }
}

@media(min-width:1200px) {
    .m-xl-69 {
        margin: 69px!important
    }
    .p-xl-69 {
        padding: 69px!important
    }
}

@media(min-width:1200px) {
    .m-xl-70 {
        margin: 70px!important
    }
    .p-xl-70 {
        padding: 70px!important
    }
}

@media(min-width:1200px) {
    .m-xl-71 {
        margin: 71px!important
    }
    .p-xl-71 {
        padding: 71px!important
    }
}

@media(min-width:1200px) {
    .m-xl-72 {
        margin: 72px!important
    }
    .p-xl-72 {
        padding: 72px!important
    }
}

@media(min-width:1200px) {
    .m-xl-73 {
        margin: 73px!important
    }
    .p-xl-73 {
        padding: 73px!important
    }
}

@media(min-width:1200px) {
    .m-xl-74 {
        margin: 74px!important
    }
    .p-xl-74 {
        padding: 74px!important
    }
}

@media(min-width:1200px) {
    .m-xl-75 {
        margin: 75px!important
    }
    .p-xl-75 {
        padding: 75px!important
    }
}

@media(min-width:1200px) {
    .m-xl-76 {
        margin: 76px!important
    }
    .p-xl-76 {
        padding: 76px!important
    }
}

@media(min-width:1200px) {
    .m-xl-77 {
        margin: 77px!important
    }
    .p-xl-77 {
        padding: 77px!important
    }
}

@media(min-width:1200px) {
    .m-xl-78 {
        margin: 78px!important
    }
    .p-xl-78 {
        padding: 78px!important
    }
}

@media(min-width:1200px) {
    .m-xl-79 {
        margin: 79px!important
    }
    .p-xl-79 {
        padding: 79px!important
    }
}

@media(min-width:1200px) {
    .m-xl-80 {
        margin: 80px!important
    }
    .p-xl-80 {
        padding: 80px!important
    }
}

@media(min-width:1200px) {
    .m-xl-81 {
        margin: 81px!important
    }
    .p-xl-81 {
        padding: 81px!important
    }
}

@media(min-width:1200px) {
    .m-xl-82 {
        margin: 82px!important
    }
    .p-xl-82 {
        padding: 82px!important
    }
}

@media(min-width:1200px) {
    .m-xl-83 {
        margin: 83px!important
    }
    .p-xl-83 {
        padding: 83px!important
    }
}

@media(min-width:1200px) {
    .m-xl-84 {
        margin: 84px!important
    }
    .p-xl-84 {
        padding: 84px!important
    }
}

@media(min-width:1200px) {
    .m-xl-85 {
        margin: 85px!important
    }
    .p-xl-85 {
        padding: 85px!important
    }
}

@media(min-width:1200px) {
    .m-xl-86 {
        margin: 86px!important
    }
    .p-xl-86 {
        padding: 86px!important
    }
}

@media(min-width:1200px) {
    .m-xl-87 {
        margin: 87px!important
    }
    .p-xl-87 {
        padding: 87px!important
    }
}

@media(min-width:1200px) {
    .m-xl-88 {
        margin: 88px!important
    }
    .p-xl-88 {
        padding: 88px!important
    }
}

@media(min-width:1200px) {
    .m-xl-89 {
        margin: 89px!important
    }
    .p-xl-89 {
        padding: 89px!important
    }
}

@media(min-width:1200px) {
    .m-xl-90 {
        margin: 90px!important
    }
    .p-xl-90 {
        padding: 90px!important
    }
}

@media(min-width:1200px) {
    .m-xl-91 {
        margin: 91px!important
    }
    .p-xl-91 {
        padding: 91px!important
    }
}

@media(min-width:1200px) {
    .m-xl-92 {
        margin: 92px!important
    }
    .p-xl-92 {
        padding: 92px!important
    }
}

@media(min-width:1200px) {
    .m-xl-93 {
        margin: 93px!important
    }
    .p-xl-93 {
        padding: 93px!important
    }
}

@media(min-width:1200px) {
    .m-xl-94 {
        margin: 94px!important
    }
    .p-xl-94 {
        padding: 94px!important
    }
}

@media(min-width:1200px) {
    .m-xl-95 {
        margin: 95px!important
    }
    .p-xl-95 {
        padding: 95px!important
    }
}

@media(min-width:1200px) {
    .m-xl-96 {
        margin: 96px!important
    }
    .p-xl-96 {
        padding: 96px!important
    }
}

@media(min-width:1200px) {
    .m-xl-97 {
        margin: 97px!important
    }
    .p-xl-97 {
        padding: 97px!important
    }
}

@media(min-width:1200px) {
    .m-xl-98 {
        margin: 98px!important
    }
    .p-xl-98 {
        padding: 98px!important
    }
}

@media(min-width:1200px) {
    .m-xl-99 {
        margin: 99px!important
    }
    .p-xl-99 {
        padding: 99px!important
    }
}

@media(min-width:1200px) {
    .m-xl-100 {
        margin: 100px!important
    }
    .p-xl-100 {
        padding: 100px!important
    }
}

@media(min-width:1200px) {
    .m-xl-101 {
        margin: 101px!important
    }
    .p-xl-101 {
        padding: 101px!important
    }
}

@media(min-width:1200px) {
    .m-xl-102 {
        margin: 102px!important
    }
    .p-xl-102 {
        padding: 102px!important
    }
}

@media(min-width:1200px) {
    .m-xl-103 {
        margin: 103px!important
    }
    .p-xl-103 {
        padding: 103px!important
    }
}

@media(min-width:1200px) {
    .m-xl-104 {
        margin: 104px!important
    }
    .p-xl-104 {
        padding: 104px!important
    }
}

@media(min-width:1200px) {
    .m-xl-105 {
        margin: 105px!important
    }
    .p-xl-105 {
        padding: 105px!important
    }
}

@media(min-width:1200px) {
    .m-xl-106 {
        margin: 106px!important
    }
    .p-xl-106 {
        padding: 106px!important
    }
}

@media(min-width:1200px) {
    .m-xl-107 {
        margin: 107px!important
    }
    .p-xl-107 {
        padding: 107px!important
    }
}

@media(min-width:1200px) {
    .m-xl-108 {
        margin: 108px!important
    }
    .p-xl-108 {
        padding: 108px!important
    }
}

@media(min-width:1200px) {
    .m-xl-109 {
        margin: 109px!important
    }
    .p-xl-109 {
        padding: 109px!important
    }
}

@media(min-width:1200px) {
    .m-xl-110 {
        margin: 110px!important
    }
    .p-xl-110 {
        padding: 110px!important
    }
}

@media(min-width:1200px) {
    .m-xl-111 {
        margin: 111px!important
    }
    .p-xl-111 {
        padding: 111px!important
    }
}

@media(min-width:1200px) {
    .m-xl-112 {
        margin: 112px!important
    }
    .p-xl-112 {
        padding: 112px!important
    }
}

@media(min-width:1200px) {
    .m-xl-113 {
        margin: 113px!important
    }
    .p-xl-113 {
        padding: 113px!important
    }
}

@media(min-width:1200px) {
    .m-xl-114 {
        margin: 114px!important
    }
    .p-xl-114 {
        padding: 114px!important
    }
}

@media(min-width:1200px) {
    .m-xl-115 {
        margin: 115px!important
    }
    .p-xl-115 {
        padding: 115px!important
    }
}

@media(min-width:1200px) {
    .m-xl-116 {
        margin: 116px!important
    }
    .p-xl-116 {
        padding: 116px!important
    }
}

@media(min-width:1200px) {
    .m-xl-117 {
        margin: 117px!important
    }
    .p-xl-117 {
        padding: 117px!important
    }
}

@media(min-width:1200px) {
    .m-xl-118 {
        margin: 118px!important
    }
    .p-xl-118 {
        padding: 118px!important
    }
}

@media(min-width:1200px) {
    .m-xl-119 {
        margin: 119px!important
    }
    .p-xl-119 {
        padding: 119px!important
    }
}

@media(min-width:1200px) {
    .m-xl-120 {
        margin: 120px!important
    }
    .p-xl-120 {
        padding: 120px!important
    }
}

@media(min-width:1200px) {
    .m-xl-121 {
        margin: 121px!important
    }
    .p-xl-121 {
        padding: 121px!important
    }
}

@media(min-width:1200px) {
    .m-xl-122 {
        margin: 122px!important
    }
    .p-xl-122 {
        padding: 122px!important
    }
}

@media(min-width:1200px) {
    .m-xl-123 {
        margin: 123px!important
    }
    .p-xl-123 {
        padding: 123px!important
    }
}

@media(min-width:1200px) {
    .m-xl-124 {
        margin: 124px!important
    }
    .p-xl-124 {
        padding: 124px!important
    }
}

@media(min-width:1200px) {
    .m-xl-125 {
        margin: 125px!important
    }
    .p-xl-125 {
        padding: 125px!important
    }
}

@media(min-width:1200px) {
    .m-xl-126 {
        margin: 126px!important
    }
    .p-xl-126 {
        padding: 126px!important
    }
}

@media(min-width:1200px) {
    .m-xl-127 {
        margin: 127px!important
    }
    .p-xl-127 {
        padding: 127px!important
    }
}

@media(min-width:1200px) {
    .m-xl-128 {
        margin: 128px!important
    }
    .p-xl-128 {
        padding: 128px!important
    }
}

@media(min-width:1200px) {
    .m-xl-129 {
        margin: 129px!important
    }
    .p-xl-129 {
        padding: 129px!important
    }
}

@media(min-width:1200px) {
    .m-xl-130 {
        margin: 130px!important
    }
    .p-xl-130 {
        padding: 130px!important
    }
}

@media(min-width:1200px) {
    .m-xl-131 {
        margin: 131px!important
    }
    .p-xl-131 {
        padding: 131px!important
    }
}

@media(min-width:1200px) {
    .m-xl-132 {
        margin: 132px!important
    }
    .p-xl-132 {
        padding: 132px!important
    }
}

@media(min-width:1200px) {
    .m-xl-133 {
        margin: 133px!important
    }
    .p-xl-133 {
        padding: 133px!important
    }
}

@media(min-width:1200px) {
    .m-xl-134 {
        margin: 134px!important
    }
    .p-xl-134 {
        padding: 134px!important
    }
}

@media(min-width:1200px) {
    .m-xl-135 {
        margin: 135px!important
    }
    .p-xl-135 {
        padding: 135px!important
    }
}

@media(min-width:1200px) {
    .m-xl-136 {
        margin: 136px!important
    }
    .p-xl-136 {
        padding: 136px!important
    }
}

@media(min-width:1200px) {
    .m-xl-137 {
        margin: 137px!important
    }
    .p-xl-137 {
        padding: 137px!important
    }
}

@media(min-width:1200px) {
    .m-xl-138 {
        margin: 138px!important
    }
    .p-xl-138 {
        padding: 138px!important
    }
}

@media(min-width:1200px) {
    .m-xl-139 {
        margin: 139px!important
    }
    .p-xl-139 {
        padding: 139px!important
    }
}

@media(min-width:1200px) {
    .m-xl-140 {
        margin: 140px!important
    }
    .p-xl-140 {
        padding: 140px!important
    }
}

@media(min-width:1200px) {
    .m-xl-141 {
        margin: 141px!important
    }
    .p-xl-141 {
        padding: 141px!important
    }
}

@media(min-width:1200px) {
    .m-xl-142 {
        margin: 142px!important
    }
    .p-xl-142 {
        padding: 142px!important
    }
}

@media(min-width:1200px) {
    .m-xl-143 {
        margin: 143px!important
    }
    .p-xl-143 {
        padding: 143px!important
    }
}

@media(min-width:1200px) {
    .m-xl-144 {
        margin: 144px!important
    }
    .p-xl-144 {
        padding: 144px!important
    }
}

@media(min-width:1200px) {
    .m-xl-145 {
        margin: 145px!important
    }
    .p-xl-145 {
        padding: 145px!important
    }
}

@media(min-width:1200px) {
    .m-xl-146 {
        margin: 146px!important
    }
    .p-xl-146 {
        padding: 146px!important
    }
}

@media(min-width:1200px) {
    .m-xl-147 {
        margin: 147px!important
    }
    .p-xl-147 {
        padding: 147px!important
    }
}

@media(min-width:1200px) {
    .m-xl-148 {
        margin: 148px!important
    }
    .p-xl-148 {
        padding: 148px!important
    }
}

@media(min-width:1200px) {
    .m-xl-149 {
        margin: 149px!important
    }
    .p-xl-149 {
        padding: 149px!important
    }
}

@media(min-width:1200px) {
    .m-xl-150 {
        margin: 150px!important
    }
    .p-xl-150 {
        padding: 150px!important
    }
}

@media(min-width:1200px) {
    .m-xl-151 {
        margin: 151px!important
    }
    .p-xl-151 {
        padding: 151px!important
    }
}

@media(min-width:1200px) {
    .m-xl-152 {
        margin: 152px!important
    }
    .p-xl-152 {
        padding: 152px!important
    }
}

@media(min-width:1200px) {
    .m-xl-153 {
        margin: 153px!important
    }
    .p-xl-153 {
        padding: 153px!important
    }
}

@media(min-width:1200px) {
    .m-xl-154 {
        margin: 154px!important
    }
    .p-xl-154 {
        padding: 154px!important
    }
}

@media(min-width:1200px) {
    .m-xl-155 {
        margin: 155px!important
    }
    .p-xl-155 {
        padding: 155px!important
    }
}

@media(min-width:1200px) {
    .m-xl-156 {
        margin: 156px!important
    }
    .p-xl-156 {
        padding: 156px!important
    }
}

@media(min-width:1200px) {
    .m-xl-157 {
        margin: 157px!important
    }
    .p-xl-157 {
        padding: 157px!important
    }
}

@media(min-width:1200px) {
    .m-xl-158 {
        margin: 158px!important
    }
    .p-xl-158 {
        padding: 158px!important
    }
}

@media(min-width:1200px) {
    .m-xl-159 {
        margin: 159px!important
    }
    .p-xl-159 {
        padding: 159px!important
    }
}

@media(min-width:1200px) {
    .m-xl-160 {
        margin: 160px!important
    }
    .p-xl-160 {
        padding: 160px!important
    }
}

@media(min-width:1200px) {
    .m-xl-161 {
        margin: 161px!important
    }
    .p-xl-161 {
        padding: 161px!important
    }
}

@media(min-width:1200px) {
    .m-xl-162 {
        margin: 162px!important
    }
    .p-xl-162 {
        padding: 162px!important
    }
}

@media(min-width:1200px) {
    .m-xl-163 {
        margin: 163px!important
    }
    .p-xl-163 {
        padding: 163px!important
    }
}

@media(min-width:1200px) {
    .m-xl-164 {
        margin: 164px!important
    }
    .p-xl-164 {
        padding: 164px!important
    }
}

@media(min-width:1200px) {
    .m-xl-165 {
        margin: 165px!important
    }
    .p-xl-165 {
        padding: 165px!important
    }
}

@media(min-width:1200px) {
    .m-xl-166 {
        margin: 166px!important
    }
    .p-xl-166 {
        padding: 166px!important
    }
}

@media(min-width:1200px) {
    .m-xl-167 {
        margin: 167px!important
    }
    .p-xl-167 {
        padding: 167px!important
    }
}

@media(min-width:1200px) {
    .m-xl-168 {
        margin: 168px!important
    }
    .p-xl-168 {
        padding: 168px!important
    }
}

@media(min-width:1200px) {
    .m-xl-169 {
        margin: 169px!important
    }
    .p-xl-169 {
        padding: 169px!important
    }
}

@media(min-width:1200px) {
    .m-xl-170 {
        margin: 170px!important
    }
    .p-xl-170 {
        padding: 170px!important
    }
}

@media(min-width:1200px) {
    .m-xl-171 {
        margin: 171px!important
    }
    .p-xl-171 {
        padding: 171px!important
    }
}

@media(min-width:1200px) {
    .m-xl-172 {
        margin: 172px!important
    }
    .p-xl-172 {
        padding: 172px!important
    }
}

@media(min-width:1200px) {
    .m-xl-173 {
        margin: 173px!important
    }
    .p-xl-173 {
        padding: 173px!important
    }
}

@media(min-width:1200px) {
    .m-xl-174 {
        margin: 174px!important
    }
    .p-xl-174 {
        padding: 174px!important
    }
}

@media(min-width:1200px) {
    .m-xl-175 {
        margin: 175px!important
    }
    .p-xl-175 {
        padding: 175px!important
    }
}

@media(min-width:1200px) {
    .m-xl-176 {
        margin: 176px!important
    }
    .p-xl-176 {
        padding: 176px!important
    }
}

@media(min-width:1200px) {
    .m-xl-177 {
        margin: 177px!important
    }
    .p-xl-177 {
        padding: 177px!important
    }
}

@media(min-width:1200px) {
    .m-xl-178 {
        margin: 178px!important
    }
    .p-xl-178 {
        padding: 178px!important
    }
}

@media(min-width:1200px) {
    .m-xl-179 {
        margin: 179px!important
    }
    .p-xl-179 {
        padding: 179px!important
    }
}

@media(min-width:1200px) {
    .m-xl-180 {
        margin: 180px!important
    }
    .p-xl-180 {
        padding: 180px!important
    }
}

@media(min-width:1200px) {
    .m-xl-181 {
        margin: 181px!important
    }
    .p-xl-181 {
        padding: 181px!important
    }
}

@media(min-width:1200px) {
    .m-xl-182 {
        margin: 182px!important
    }
    .p-xl-182 {
        padding: 182px!important
    }
}

@media(min-width:1200px) {
    .m-xl-183 {
        margin: 183px!important
    }
    .p-xl-183 {
        padding: 183px!important
    }
}

@media(min-width:1200px) {
    .m-xl-184 {
        margin: 184px!important
    }
    .p-xl-184 {
        padding: 184px!important
    }
}

@media(min-width:1200px) {
    .m-xl-185 {
        margin: 185px!important
    }
    .p-xl-185 {
        padding: 185px!important
    }
}

@media(min-width:1200px) {
    .m-xl-186 {
        margin: 186px!important
    }
    .p-xl-186 {
        padding: 186px!important
    }
}

@media(min-width:1200px) {
    .m-xl-187 {
        margin: 187px!important
    }
    .p-xl-187 {
        padding: 187px!important
    }
}

@media(min-width:1200px) {
    .m-xl-188 {
        margin: 188px!important
    }
    .p-xl-188 {
        padding: 188px!important
    }
}

@media(min-width:1200px) {
    .m-xl-189 {
        margin: 189px!important
    }
    .p-xl-189 {
        padding: 189px!important
    }
}

@media(min-width:1200px) {
    .m-xl-190 {
        margin: 190px!important
    }
    .p-xl-190 {
        padding: 190px!important
    }
}

@media(min-width:1200px) {
    .m-xl-191 {
        margin: 191px!important
    }
    .p-xl-191 {
        padding: 191px!important
    }
}

@media(min-width:1200px) {
    .m-xl-192 {
        margin: 192px!important
    }
    .p-xl-192 {
        padding: 192px!important
    }
}

@media(min-width:1200px) {
    .m-xl-193 {
        margin: 193px!important
    }
    .p-xl-193 {
        padding: 193px!important
    }
}

@media(min-width:1200px) {
    .m-xl-194 {
        margin: 194px!important
    }
    .p-xl-194 {
        padding: 194px!important
    }
}

@media(min-width:1200px) {
    .m-xl-195 {
        margin: 195px!important
    }
    .p-xl-195 {
        padding: 195px!important
    }
}

@media(min-width:1200px) {
    .m-xl-196 {
        margin: 196px!important
    }
    .p-xl-196 {
        padding: 196px!important
    }
}

@media(min-width:1200px) {
    .m-xl-197 {
        margin: 197px!important
    }
    .p-xl-197 {
        padding: 197px!important
    }
}

@media(min-width:1200px) {
    .m-xl-198 {
        margin: 198px!important
    }
    .p-xl-198 {
        padding: 198px!important
    }
}

@media(min-width:1200px) {
    .m-xl-199 {
        margin: 199px!important
    }
    .p-xl-199 {
        padding: 199px!important
    }
}

@media(min-width:1200px) {
    .m-xl-200 {
        margin: 200px!important
    }
    .p-xl-200 {
        padding: 200px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0!important
    }
    .pt-xl-0 {
        padding-top: 0!important
    }
}

@media(min-width:1200px) {
    .mt-xl-1 {
        margin-top: 1px!important
    }
    .pt-xl-1 {
        padding-top: 1px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-2 {
        margin-top: 2px!important
    }
    .pt-xl-2 {
        padding-top: 2px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-3 {
        margin-top: 3px!important
    }
    .pt-xl-3 {
        padding-top: 3px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-4 {
        margin-top: 4px!important
    }
    .pt-xl-4 {
        padding-top: 4px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-5 {
        margin-top: 5px!important
    }
    .pt-xl-5 {
        padding-top: 5px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-6 {
        margin-top: 6px!important
    }
    .pt-xl-6 {
        padding-top: 6px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-7 {
        margin-top: 7px!important
    }
    .pt-xl-7 {
        padding-top: 7px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-8 {
        margin-top: 8px!important
    }
    .pt-xl-8 {
        padding-top: 8px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-9 {
        margin-top: 9px!important
    }
    .pt-xl-9 {
        padding-top: 9px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-10 {
        margin-top: 10px!important
    }
    .pt-xl-10 {
        padding-top: 10px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-11 {
        margin-top: 11px!important
    }
    .pt-xl-11 {
        padding-top: 11px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-12 {
        margin-top: 12px!important
    }
    .pt-xl-12 {
        padding-top: 12px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-13 {
        margin-top: 13px!important
    }
    .pt-xl-13 {
        padding-top: 13px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-14 {
        margin-top: 14px!important
    }
    .pt-xl-14 {
        padding-top: 14px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-15 {
        margin-top: 15px!important
    }
    .pt-xl-15 {
        padding-top: 15px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-16 {
        margin-top: 16px!important
    }
    .pt-xl-16 {
        padding-top: 16px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-17 {
        margin-top: 17px!important
    }
    .pt-xl-17 {
        padding-top: 17px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-18 {
        margin-top: 18px!important
    }
    .pt-xl-18 {
        padding-top: 18px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-19 {
        margin-top: 19px!important
    }
    .pt-xl-19 {
        padding-top: 19px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-20 {
        margin-top: 20px!important
    }
    .pt-xl-20 {
        padding-top: 20px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-21 {
        margin-top: 21px!important
    }
    .pt-xl-21 {
        padding-top: 21px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-22 {
        margin-top: 22px!important
    }
    .pt-xl-22 {
        padding-top: 22px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-23 {
        margin-top: 23px!important
    }
    .pt-xl-23 {
        padding-top: 23px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-24 {
        margin-top: 24px!important
    }
    .pt-xl-24 {
        padding-top: 24px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-25 {
        margin-top: 25px!important
    }
    .pt-xl-25 {
        padding-top: 25px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-26 {
        margin-top: 26px!important
    }
    .pt-xl-26 {
        padding-top: 26px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-27 {
        margin-top: 27px!important
    }
    .pt-xl-27 {
        padding-top: 27px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-28 {
        margin-top: 28px!important
    }
    .pt-xl-28 {
        padding-top: 28px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-29 {
        margin-top: 29px!important
    }
    .pt-xl-29 {
        padding-top: 29px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-30 {
        margin-top: 30px!important
    }
    .pt-xl-30 {
        padding-top: 30px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-31 {
        margin-top: 31px!important
    }
    .pt-xl-31 {
        padding-top: 31px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-32 {
        margin-top: 32px!important
    }
    .pt-xl-32 {
        padding-top: 32px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-33 {
        margin-top: 33px!important
    }
    .pt-xl-33 {
        padding-top: 33px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-34 {
        margin-top: 34px!important
    }
    .pt-xl-34 {
        padding-top: 34px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-35 {
        margin-top: 35px!important
    }
    .pt-xl-35 {
        padding-top: 35px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-36 {
        margin-top: 36px!important
    }
    .pt-xl-36 {
        padding-top: 36px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-37 {
        margin-top: 37px!important
    }
    .pt-xl-37 {
        padding-top: 37px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-38 {
        margin-top: 38px!important
    }
    .pt-xl-38 {
        padding-top: 38px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-39 {
        margin-top: 39px!important
    }
    .pt-xl-39 {
        padding-top: 39px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-40 {
        margin-top: 40px!important
    }
    .pt-xl-40 {
        padding-top: 40px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-41 {
        margin-top: 41px!important
    }
    .pt-xl-41 {
        padding-top: 41px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-42 {
        margin-top: 42px!important
    }
    .pt-xl-42 {
        padding-top: 42px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-43 {
        margin-top: 43px!important
    }
    .pt-xl-43 {
        padding-top: 43px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-44 {
        margin-top: 44px!important
    }
    .pt-xl-44 {
        padding-top: 44px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-45 {
        margin-top: 45px!important
    }
    .pt-xl-45 {
        padding-top: 45px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-46 {
        margin-top: 46px!important
    }
    .pt-xl-46 {
        padding-top: 46px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-47 {
        margin-top: 47px!important
    }
    .pt-xl-47 {
        padding-top: 47px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-48 {
        margin-top: 48px!important
    }
    .pt-xl-48 {
        padding-top: 48px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-49 {
        margin-top: 49px!important
    }
    .pt-xl-49 {
        padding-top: 49px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-50 {
        margin-top: 50px!important
    }
    .pt-xl-50 {
        padding-top: 50px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-51 {
        margin-top: 51px!important
    }
    .pt-xl-51 {
        padding-top: 51px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-52 {
        margin-top: 52px!important
    }
    .pt-xl-52 {
        padding-top: 52px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-53 {
        margin-top: 53px!important
    }
    .pt-xl-53 {
        padding-top: 53px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-54 {
        margin-top: 54px!important
    }
    .pt-xl-54 {
        padding-top: 54px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-55 {
        margin-top: 55px!important
    }
    .pt-xl-55 {
        padding-top: 55px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-56 {
        margin-top: 56px!important
    }
    .pt-xl-56 {
        padding-top: 56px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-57 {
        margin-top: 57px!important
    }
    .pt-xl-57 {
        padding-top: 57px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-58 {
        margin-top: 58px!important
    }
    .pt-xl-58 {
        padding-top: 58px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-59 {
        margin-top: 59px!important
    }
    .pt-xl-59 {
        padding-top: 59px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-60 {
        margin-top: 60px!important
    }
    .pt-xl-60 {
        padding-top: 60px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-61 {
        margin-top: 61px!important
    }
    .pt-xl-61 {
        padding-top: 61px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-62 {
        margin-top: 62px!important
    }
    .pt-xl-62 {
        padding-top: 62px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-63 {
        margin-top: 63px!important
    }
    .pt-xl-63 {
        padding-top: 63px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-64 {
        margin-top: 64px!important
    }
    .pt-xl-64 {
        padding-top: 64px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-65 {
        margin-top: 65px!important
    }
    .pt-xl-65 {
        padding-top: 65px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-66 {
        margin-top: 66px!important
    }
    .pt-xl-66 {
        padding-top: 66px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-67 {
        margin-top: 67px!important
    }
    .pt-xl-67 {
        padding-top: 67px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-68 {
        margin-top: 68px!important
    }
    .pt-xl-68 {
        padding-top: 68px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-69 {
        margin-top: 69px!important
    }
    .pt-xl-69 {
        padding-top: 69px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-70 {
        margin-top: 70px!important
    }
    .pt-xl-70 {
        padding-top: 70px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-71 {
        margin-top: 71px!important
    }
    .pt-xl-71 {
        padding-top: 71px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-72 {
        margin-top: 72px!important
    }
    .pt-xl-72 {
        padding-top: 72px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-73 {
        margin-top: 73px!important
    }
    .pt-xl-73 {
        padding-top: 73px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-74 {
        margin-top: 74px!important
    }
    .pt-xl-74 {
        padding-top: 74px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-75 {
        margin-top: 75px!important
    }
    .pt-xl-75 {
        padding-top: 75px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-76 {
        margin-top: 76px!important
    }
    .pt-xl-76 {
        padding-top: 76px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-77 {
        margin-top: 77px!important
    }
    .pt-xl-77 {
        padding-top: 77px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-78 {
        margin-top: 78px!important
    }
    .pt-xl-78 {
        padding-top: 78px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-79 {
        margin-top: 79px!important
    }
    .pt-xl-79 {
        padding-top: 79px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-80 {
        margin-top: 80px!important
    }
    .pt-xl-80 {
        padding-top: 80px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-81 {
        margin-top: 81px!important
    }
    .pt-xl-81 {
        padding-top: 81px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-82 {
        margin-top: 82px!important
    }
    .pt-xl-82 {
        padding-top: 82px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-83 {
        margin-top: 83px!important
    }
    .pt-xl-83 {
        padding-top: 83px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-84 {
        margin-top: 84px!important
    }
    .pt-xl-84 {
        padding-top: 84px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-85 {
        margin-top: 85px!important
    }
    .pt-xl-85 {
        padding-top: 85px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-86 {
        margin-top: 86px!important
    }
    .pt-xl-86 {
        padding-top: 86px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-87 {
        margin-top: 87px!important
    }
    .pt-xl-87 {
        padding-top: 87px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-88 {
        margin-top: 88px!important
    }
    .pt-xl-88 {
        padding-top: 88px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-89 {
        margin-top: 89px!important
    }
    .pt-xl-89 {
        padding-top: 89px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-90 {
        margin-top: 90px!important
    }
    .pt-xl-90 {
        padding-top: 90px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-91 {
        margin-top: 91px!important
    }
    .pt-xl-91 {
        padding-top: 91px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-92 {
        margin-top: 92px!important
    }
    .pt-xl-92 {
        padding-top: 92px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-93 {
        margin-top: 93px!important
    }
    .pt-xl-93 {
        padding-top: 93px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-94 {
        margin-top: 94px!important
    }
    .pt-xl-94 {
        padding-top: 94px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-95 {
        margin-top: 95px!important
    }
    .pt-xl-95 {
        padding-top: 95px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-96 {
        margin-top: 96px!important
    }
    .pt-xl-96 {
        padding-top: 96px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-97 {
        margin-top: 97px!important
    }
    .pt-xl-97 {
        padding-top: 97px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-98 {
        margin-top: 98px!important
    }
    .pt-xl-98 {
        padding-top: 98px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-99 {
        margin-top: 99px!important
    }
    .pt-xl-99 {
        padding-top: 99px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-100 {
        margin-top: 100px!important
    }
    .pt-xl-100 {
        padding-top: 100px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-101 {
        margin-top: 101px!important
    }
    .pt-xl-101 {
        padding-top: 101px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-102 {
        margin-top: 102px!important
    }
    .pt-xl-102 {
        padding-top: 102px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-103 {
        margin-top: 103px!important
    }
    .pt-xl-103 {
        padding-top: 103px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-104 {
        margin-top: 104px!important
    }
    .pt-xl-104 {
        padding-top: 104px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-105 {
        margin-top: 105px!important
    }
    .pt-xl-105 {
        padding-top: 105px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-106 {
        margin-top: 106px!important
    }
    .pt-xl-106 {
        padding-top: 106px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-107 {
        margin-top: 107px!important
    }
    .pt-xl-107 {
        padding-top: 107px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-108 {
        margin-top: 108px!important
    }
    .pt-xl-108 {
        padding-top: 108px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-109 {
        margin-top: 109px!important
    }
    .pt-xl-109 {
        padding-top: 109px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-110 {
        margin-top: 110px!important
    }
    .pt-xl-110 {
        padding-top: 110px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-111 {
        margin-top: 111px!important
    }
    .pt-xl-111 {
        padding-top: 111px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-112 {
        margin-top: 112px!important
    }
    .pt-xl-112 {
        padding-top: 112px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-113 {
        margin-top: 113px!important
    }
    .pt-xl-113 {
        padding-top: 113px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-114 {
        margin-top: 114px!important
    }
    .pt-xl-114 {
        padding-top: 114px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-115 {
        margin-top: 115px!important
    }
    .pt-xl-115 {
        padding-top: 115px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-116 {
        margin-top: 116px!important
    }
    .pt-xl-116 {
        padding-top: 116px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-117 {
        margin-top: 117px!important
    }
    .pt-xl-117 {
        padding-top: 117px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-118 {
        margin-top: 118px!important
    }
    .pt-xl-118 {
        padding-top: 118px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-119 {
        margin-top: 119px!important
    }
    .pt-xl-119 {
        padding-top: 119px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-120 {
        margin-top: 120px!important
    }
    .pt-xl-120 {
        padding-top: 120px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-121 {
        margin-top: 121px!important
    }
    .pt-xl-121 {
        padding-top: 121px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-122 {
        margin-top: 122px!important
    }
    .pt-xl-122 {
        padding-top: 122px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-123 {
        margin-top: 123px!important
    }
    .pt-xl-123 {
        padding-top: 123px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-124 {
        margin-top: 124px!important
    }
    .pt-xl-124 {
        padding-top: 124px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-125 {
        margin-top: 125px!important
    }
    .pt-xl-125 {
        padding-top: 125px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-126 {
        margin-top: 126px!important
    }
    .pt-xl-126 {
        padding-top: 126px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-127 {
        margin-top: 127px!important
    }
    .pt-xl-127 {
        padding-top: 127px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-128 {
        margin-top: 128px!important
    }
    .pt-xl-128 {
        padding-top: 128px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-129 {
        margin-top: 129px!important
    }
    .pt-xl-129 {
        padding-top: 129px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-130 {
        margin-top: 130px!important
    }
    .pt-xl-130 {
        padding-top: 130px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-131 {
        margin-top: 131px!important
    }
    .pt-xl-131 {
        padding-top: 131px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-132 {
        margin-top: 132px!important
    }
    .pt-xl-132 {
        padding-top: 132px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-133 {
        margin-top: 133px!important
    }
    .pt-xl-133 {
        padding-top: 133px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-134 {
        margin-top: 134px!important
    }
    .pt-xl-134 {
        padding-top: 134px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-135 {
        margin-top: 135px!important
    }
    .pt-xl-135 {
        padding-top: 135px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-136 {
        margin-top: 136px!important
    }
    .pt-xl-136 {
        padding-top: 136px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-137 {
        margin-top: 137px!important
    }
    .pt-xl-137 {
        padding-top: 137px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-138 {
        margin-top: 138px!important
    }
    .pt-xl-138 {
        padding-top: 138px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-139 {
        margin-top: 139px!important
    }
    .pt-xl-139 {
        padding-top: 139px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-140 {
        margin-top: 140px!important
    }
    .pt-xl-140 {
        padding-top: 140px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-141 {
        margin-top: 141px!important
    }
    .pt-xl-141 {
        padding-top: 141px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-142 {
        margin-top: 142px!important
    }
    .pt-xl-142 {
        padding-top: 142px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-143 {
        margin-top: 143px!important
    }
    .pt-xl-143 {
        padding-top: 143px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-144 {
        margin-top: 144px!important
    }
    .pt-xl-144 {
        padding-top: 144px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-145 {
        margin-top: 145px!important
    }
    .pt-xl-145 {
        padding-top: 145px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-146 {
        margin-top: 146px!important
    }
    .pt-xl-146 {
        padding-top: 146px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-147 {
        margin-top: 147px!important
    }
    .pt-xl-147 {
        padding-top: 147px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-148 {
        margin-top: 148px!important
    }
    .pt-xl-148 {
        padding-top: 148px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-149 {
        margin-top: 149px!important
    }
    .pt-xl-149 {
        padding-top: 149px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-150 {
        margin-top: 150px!important
    }
    .pt-xl-150 {
        padding-top: 150px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-151 {
        margin-top: 151px!important
    }
    .pt-xl-151 {
        padding-top: 151px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-152 {
        margin-top: 152px!important
    }
    .pt-xl-152 {
        padding-top: 152px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-153 {
        margin-top: 153px!important
    }
    .pt-xl-153 {
        padding-top: 153px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-154 {
        margin-top: 154px!important
    }
    .pt-xl-154 {
        padding-top: 154px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-155 {
        margin-top: 155px!important
    }
    .pt-xl-155 {
        padding-top: 155px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-156 {
        margin-top: 156px!important
    }
    .pt-xl-156 {
        padding-top: 156px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-157 {
        margin-top: 157px!important
    }
    .pt-xl-157 {
        padding-top: 157px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-158 {
        margin-top: 158px!important
    }
    .pt-xl-158 {
        padding-top: 158px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-159 {
        margin-top: 159px!important
    }
    .pt-xl-159 {
        padding-top: 159px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-160 {
        margin-top: 160px!important
    }
    .pt-xl-160 {
        padding-top: 160px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-161 {
        margin-top: 161px!important
    }
    .pt-xl-161 {
        padding-top: 161px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-162 {
        margin-top: 162px!important
    }
    .pt-xl-162 {
        padding-top: 162px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-163 {
        margin-top: 163px!important
    }
    .pt-xl-163 {
        padding-top: 163px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-164 {
        margin-top: 164px!important
    }
    .pt-xl-164 {
        padding-top: 164px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-165 {
        margin-top: 165px!important
    }
    .pt-xl-165 {
        padding-top: 165px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-166 {
        margin-top: 166px!important
    }
    .pt-xl-166 {
        padding-top: 166px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-167 {
        margin-top: 167px!important
    }
    .pt-xl-167 {
        padding-top: 167px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-168 {
        margin-top: 168px!important
    }
    .pt-xl-168 {
        padding-top: 168px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-169 {
        margin-top: 169px!important
    }
    .pt-xl-169 {
        padding-top: 169px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-170 {
        margin-top: 170px!important
    }
    .pt-xl-170 {
        padding-top: 170px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-171 {
        margin-top: 171px!important
    }
    .pt-xl-171 {
        padding-top: 171px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-172 {
        margin-top: 172px!important
    }
    .pt-xl-172 {
        padding-top: 172px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-173 {
        margin-top: 173px!important
    }
    .pt-xl-173 {
        padding-top: 173px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-174 {
        margin-top: 174px!important
    }
    .pt-xl-174 {
        padding-top: 174px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-175 {
        margin-top: 175px!important
    }
    .pt-xl-175 {
        padding-top: 175px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-176 {
        margin-top: 176px!important
    }
    .pt-xl-176 {
        padding-top: 176px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-177 {
        margin-top: 177px!important
    }
    .pt-xl-177 {
        padding-top: 177px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-178 {
        margin-top: 178px!important
    }
    .pt-xl-178 {
        padding-top: 178px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-179 {
        margin-top: 179px!important
    }
    .pt-xl-179 {
        padding-top: 179px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-180 {
        margin-top: 180px!important
    }
    .pt-xl-180 {
        padding-top: 180px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-181 {
        margin-top: 181px!important
    }
    .pt-xl-181 {
        padding-top: 181px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-182 {
        margin-top: 182px!important
    }
    .pt-xl-182 {
        padding-top: 182px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-183 {
        margin-top: 183px!important
    }
    .pt-xl-183 {
        padding-top: 183px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-184 {
        margin-top: 184px!important
    }
    .pt-xl-184 {
        padding-top: 184px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-185 {
        margin-top: 185px!important
    }
    .pt-xl-185 {
        padding-top: 185px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-186 {
        margin-top: 186px!important
    }
    .pt-xl-186 {
        padding-top: 186px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-187 {
        margin-top: 187px!important
    }
    .pt-xl-187 {
        padding-top: 187px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-188 {
        margin-top: 188px!important
    }
    .pt-xl-188 {
        padding-top: 188px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-189 {
        margin-top: 189px!important
    }
    .pt-xl-189 {
        padding-top: 189px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-190 {
        margin-top: 190px!important
    }
    .pt-xl-190 {
        padding-top: 190px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-191 {
        margin-top: 191px!important
    }
    .pt-xl-191 {
        padding-top: 191px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-192 {
        margin-top: 192px!important
    }
    .pt-xl-192 {
        padding-top: 192px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-193 {
        margin-top: 193px!important
    }
    .pt-xl-193 {
        padding-top: 193px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-194 {
        margin-top: 194px!important
    }
    .pt-xl-194 {
        padding-top: 194px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-195 {
        margin-top: 195px!important
    }
    .pt-xl-195 {
        padding-top: 195px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-196 {
        margin-top: 196px!important
    }
    .pt-xl-196 {
        padding-top: 196px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-197 {
        margin-top: 197px!important
    }
    .pt-xl-197 {
        padding-top: 197px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-198 {
        margin-top: 198px!important
    }
    .pt-xl-198 {
        padding-top: 198px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-199 {
        margin-top: 199px!important
    }
    .pt-xl-199 {
        padding-top: 199px!important
    }
}

@media(min-width:1200px) {
    .mt-xl-200 {
        margin-top: 200px!important
    }
    .pt-xl-200 {
        padding-top: 200px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-0 {
        margin-bottom: 0!important
    }
    .pb-xl-0 {
        padding-bottom: 0!important
    }
}

@media(min-width:1200px) {
    .mb-xl-1 {
        margin-bottom: 1px!important
    }
    .pb-xl-1 {
        padding-bottom: 1px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-2 {
        margin-bottom: 2px!important
    }
    .pb-xl-2 {
        padding-bottom: 2px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-3 {
        margin-bottom: 3px!important
    }
    .pb-xl-3 {
        padding-bottom: 3px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-4 {
        margin-bottom: 4px!important
    }
    .pb-xl-4 {
        padding-bottom: 4px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-5 {
        margin-bottom: 5px!important
    }
    .pb-xl-5 {
        padding-bottom: 5px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-6 {
        margin-bottom: 6px!important
    }
    .pb-xl-6 {
        padding-bottom: 6px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-7 {
        margin-bottom: 7px!important
    }
    .pb-xl-7 {
        padding-bottom: 7px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-8 {
        margin-bottom: 8px!important
    }
    .pb-xl-8 {
        padding-bottom: 8px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-9 {
        margin-bottom: 9px!important
    }
    .pb-xl-9 {
        padding-bottom: 9px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-10 {
        margin-bottom: 10px!important
    }
    .pb-xl-10 {
        padding-bottom: 10px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-11 {
        margin-bottom: 11px!important
    }
    .pb-xl-11 {
        padding-bottom: 11px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-12 {
        margin-bottom: 12px!important
    }
    .pb-xl-12 {
        padding-bottom: 12px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-13 {
        margin-bottom: 13px!important
    }
    .pb-xl-13 {
        padding-bottom: 13px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-14 {
        margin-bottom: 14px!important
    }
    .pb-xl-14 {
        padding-bottom: 14px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-15 {
        margin-bottom: 15px!important
    }
    .pb-xl-15 {
        padding-bottom: 15px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-16 {
        margin-bottom: 16px!important
    }
    .pb-xl-16 {
        padding-bottom: 16px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-17 {
        margin-bottom: 17px!important
    }
    .pb-xl-17 {
        padding-bottom: 17px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-18 {
        margin-bottom: 18px!important
    }
    .pb-xl-18 {
        padding-bottom: 18px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-19 {
        margin-bottom: 19px!important
    }
    .pb-xl-19 {
        padding-bottom: 19px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-20 {
        margin-bottom: 20px!important
    }
    .pb-xl-20 {
        padding-bottom: 20px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-21 {
        margin-bottom: 21px!important
    }
    .pb-xl-21 {
        padding-bottom: 21px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-22 {
        margin-bottom: 22px!important
    }
    .pb-xl-22 {
        padding-bottom: 22px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-23 {
        margin-bottom: 23px!important
    }
    .pb-xl-23 {
        padding-bottom: 23px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-24 {
        margin-bottom: 24px!important
    }
    .pb-xl-24 {
        padding-bottom: 24px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-25 {
        margin-bottom: 25px!important
    }
    .pb-xl-25 {
        padding-bottom: 25px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-26 {
        margin-bottom: 26px!important
    }
    .pb-xl-26 {
        padding-bottom: 26px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-27 {
        margin-bottom: 27px!important
    }
    .pb-xl-27 {
        padding-bottom: 27px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-28 {
        margin-bottom: 28px!important
    }
    .pb-xl-28 {
        padding-bottom: 28px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-29 {
        margin-bottom: 29px!important
    }
    .pb-xl-29 {
        padding-bottom: 29px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-30 {
        margin-bottom: 30px!important
    }
    .pb-xl-30 {
        padding-bottom: 30px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-31 {
        margin-bottom: 31px!important
    }
    .pb-xl-31 {
        padding-bottom: 31px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-32 {
        margin-bottom: 32px!important
    }
    .pb-xl-32 {
        padding-bottom: 32px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-33 {
        margin-bottom: 33px!important
    }
    .pb-xl-33 {
        padding-bottom: 33px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-34 {
        margin-bottom: 34px!important
    }
    .pb-xl-34 {
        padding-bottom: 34px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-35 {
        margin-bottom: 35px!important
    }
    .pb-xl-35 {
        padding-bottom: 35px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-36 {
        margin-bottom: 36px!important
    }
    .pb-xl-36 {
        padding-bottom: 36px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-37 {
        margin-bottom: 37px!important
    }
    .pb-xl-37 {
        padding-bottom: 37px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-38 {
        margin-bottom: 38px!important
    }
    .pb-xl-38 {
        padding-bottom: 38px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-39 {
        margin-bottom: 39px!important
    }
    .pb-xl-39 {
        padding-bottom: 39px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-40 {
        margin-bottom: 40px!important
    }
    .pb-xl-40 {
        padding-bottom: 40px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-41 {
        margin-bottom: 41px!important
    }
    .pb-xl-41 {
        padding-bottom: 41px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-42 {
        margin-bottom: 42px!important
    }
    .pb-xl-42 {
        padding-bottom: 42px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-43 {
        margin-bottom: 43px!important
    }
    .pb-xl-43 {
        padding-bottom: 43px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-44 {
        margin-bottom: 44px!important
    }
    .pb-xl-44 {
        padding-bottom: 44px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-45 {
        margin-bottom: 45px!important
    }
    .pb-xl-45 {
        padding-bottom: 45px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-46 {
        margin-bottom: 46px!important
    }
    .pb-xl-46 {
        padding-bottom: 46px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-47 {
        margin-bottom: 47px!important
    }
    .pb-xl-47 {
        padding-bottom: 47px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-48 {
        margin-bottom: 48px!important
    }
    .pb-xl-48 {
        padding-bottom: 48px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-49 {
        margin-bottom: 49px!important
    }
    .pb-xl-49 {
        padding-bottom: 49px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-50 {
        margin-bottom: 50px!important
    }
    .pb-xl-50 {
        padding-bottom: 50px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-51 {
        margin-bottom: 51px!important
    }
    .pb-xl-51 {
        padding-bottom: 51px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-52 {
        margin-bottom: 52px!important
    }
    .pb-xl-52 {
        padding-bottom: 52px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-53 {
        margin-bottom: 53px!important
    }
    .pb-xl-53 {
        padding-bottom: 53px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-54 {
        margin-bottom: 54px!important
    }
    .pb-xl-54 {
        padding-bottom: 54px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-55 {
        margin-bottom: 55px!important
    }
    .pb-xl-55 {
        padding-bottom: 55px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-56 {
        margin-bottom: 56px!important
    }
    .pb-xl-56 {
        padding-bottom: 56px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-57 {
        margin-bottom: 57px!important
    }
    .pb-xl-57 {
        padding-bottom: 57px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-58 {
        margin-bottom: 58px!important
    }
    .pb-xl-58 {
        padding-bottom: 58px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-59 {
        margin-bottom: 59px!important
    }
    .pb-xl-59 {
        padding-bottom: 59px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-60 {
        margin-bottom: 60px!important
    }
    .pb-xl-60 {
        padding-bottom: 60px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-61 {
        margin-bottom: 61px!important
    }
    .pb-xl-61 {
        padding-bottom: 61px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-62 {
        margin-bottom: 62px!important
    }
    .pb-xl-62 {
        padding-bottom: 62px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-63 {
        margin-bottom: 63px!important
    }
    .pb-xl-63 {
        padding-bottom: 63px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-64 {
        margin-bottom: 64px!important
    }
    .pb-xl-64 {
        padding-bottom: 64px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-65 {
        margin-bottom: 65px!important
    }
    .pb-xl-65 {
        padding-bottom: 65px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-66 {
        margin-bottom: 66px!important
    }
    .pb-xl-66 {
        padding-bottom: 66px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-67 {
        margin-bottom: 67px!important
    }
    .pb-xl-67 {
        padding-bottom: 67px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-68 {
        margin-bottom: 68px!important
    }
    .pb-xl-68 {
        padding-bottom: 68px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-69 {
        margin-bottom: 69px!important
    }
    .pb-xl-69 {
        padding-bottom: 69px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-70 {
        margin-bottom: 70px!important
    }
    .pb-xl-70 {
        padding-bottom: 70px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-71 {
        margin-bottom: 71px!important
    }
    .pb-xl-71 {
        padding-bottom: 71px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-72 {
        margin-bottom: 72px!important
    }
    .pb-xl-72 {
        padding-bottom: 72px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-73 {
        margin-bottom: 73px!important
    }
    .pb-xl-73 {
        padding-bottom: 73px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-74 {
        margin-bottom: 74px!important
    }
    .pb-xl-74 {
        padding-bottom: 74px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-75 {
        margin-bottom: 75px!important
    }
    .pb-xl-75 {
        padding-bottom: 75px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-76 {
        margin-bottom: 76px!important
    }
    .pb-xl-76 {
        padding-bottom: 76px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-77 {
        margin-bottom: 77px!important
    }
    .pb-xl-77 {
        padding-bottom: 77px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-78 {
        margin-bottom: 78px!important
    }
    .pb-xl-78 {
        padding-bottom: 78px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-79 {
        margin-bottom: 79px!important
    }
    .pb-xl-79 {
        padding-bottom: 79px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-80 {
        margin-bottom: 80px!important
    }
    .pb-xl-80 {
        padding-bottom: 80px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-81 {
        margin-bottom: 81px!important
    }
    .pb-xl-81 {
        padding-bottom: 81px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-82 {
        margin-bottom: 82px!important
    }
    .pb-xl-82 {
        padding-bottom: 82px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-83 {
        margin-bottom: 83px!important
    }
    .pb-xl-83 {
        padding-bottom: 83px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-84 {
        margin-bottom: 84px!important
    }
    .pb-xl-84 {
        padding-bottom: 84px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-85 {
        margin-bottom: 85px!important
    }
    .pb-xl-85 {
        padding-bottom: 85px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-86 {
        margin-bottom: 86px!important
    }
    .pb-xl-86 {
        padding-bottom: 86px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-87 {
        margin-bottom: 87px!important
    }
    .pb-xl-87 {
        padding-bottom: 87px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-88 {
        margin-bottom: 88px!important
    }
    .pb-xl-88 {
        padding-bottom: 88px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-89 {
        margin-bottom: 89px!important
    }
    .pb-xl-89 {
        padding-bottom: 89px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-90 {
        margin-bottom: 90px!important
    }
    .pb-xl-90 {
        padding-bottom: 90px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-91 {
        margin-bottom: 91px!important
    }
    .pb-xl-91 {
        padding-bottom: 91px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-92 {
        margin-bottom: 92px!important
    }
    .pb-xl-92 {
        padding-bottom: 92px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-93 {
        margin-bottom: 93px!important
    }
    .pb-xl-93 {
        padding-bottom: 93px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-94 {
        margin-bottom: 94px!important
    }
    .pb-xl-94 {
        padding-bottom: 94px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-95 {
        margin-bottom: 95px!important
    }
    .pb-xl-95 {
        padding-bottom: 95px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-96 {
        margin-bottom: 96px!important
    }
    .pb-xl-96 {
        padding-bottom: 96px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-97 {
        margin-bottom: 97px!important
    }
    .pb-xl-97 {
        padding-bottom: 97px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-98 {
        margin-bottom: 98px!important
    }
    .pb-xl-98 {
        padding-bottom: 98px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-99 {
        margin-bottom: 99px!important
    }
    .pb-xl-99 {
        padding-bottom: 99px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-100 {
        margin-bottom: 100px!important
    }
    .pb-xl-100 {
        padding-bottom: 100px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-101 {
        margin-bottom: 101px!important
    }
    .pb-xl-101 {
        padding-bottom: 101px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-102 {
        margin-bottom: 102px!important
    }
    .pb-xl-102 {
        padding-bottom: 102px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-103 {
        margin-bottom: 103px!important
    }
    .pb-xl-103 {
        padding-bottom: 103px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-104 {
        margin-bottom: 104px!important
    }
    .pb-xl-104 {
        padding-bottom: 104px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-105 {
        margin-bottom: 105px!important
    }
    .pb-xl-105 {
        padding-bottom: 105px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-106 {
        margin-bottom: 106px!important
    }
    .pb-xl-106 {
        padding-bottom: 106px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-107 {
        margin-bottom: 107px!important
    }
    .pb-xl-107 {
        padding-bottom: 107px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-108 {
        margin-bottom: 108px!important
    }
    .pb-xl-108 {
        padding-bottom: 108px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-109 {
        margin-bottom: 109px!important
    }
    .pb-xl-109 {
        padding-bottom: 109px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-110 {
        margin-bottom: 110px!important
    }
    .pb-xl-110 {
        padding-bottom: 110px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-111 {
        margin-bottom: 111px!important
    }
    .pb-xl-111 {
        padding-bottom: 111px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-112 {
        margin-bottom: 112px!important
    }
    .pb-xl-112 {
        padding-bottom: 112px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-113 {
        margin-bottom: 113px!important
    }
    .pb-xl-113 {
        padding-bottom: 113px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-114 {
        margin-bottom: 114px!important
    }
    .pb-xl-114 {
        padding-bottom: 114px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-115 {
        margin-bottom: 115px!important
    }
    .pb-xl-115 {
        padding-bottom: 115px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-116 {
        margin-bottom: 116px!important
    }
    .pb-xl-116 {
        padding-bottom: 116px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-117 {
        margin-bottom: 117px!important
    }
    .pb-xl-117 {
        padding-bottom: 117px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-118 {
        margin-bottom: 118px!important
    }
    .pb-xl-118 {
        padding-bottom: 118px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-119 {
        margin-bottom: 119px!important
    }
    .pb-xl-119 {
        padding-bottom: 119px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-120 {
        margin-bottom: 120px!important
    }
    .pb-xl-120 {
        padding-bottom: 120px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-121 {
        margin-bottom: 121px!important
    }
    .pb-xl-121 {
        padding-bottom: 121px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-122 {
        margin-bottom: 122px!important
    }
    .pb-xl-122 {
        padding-bottom: 122px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-123 {
        margin-bottom: 123px!important
    }
    .pb-xl-123 {
        padding-bottom: 123px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-124 {
        margin-bottom: 124px!important
    }
    .pb-xl-124 {
        padding-bottom: 124px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-125 {
        margin-bottom: 125px!important
    }
    .pb-xl-125 {
        padding-bottom: 125px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-126 {
        margin-bottom: 126px!important
    }
    .pb-xl-126 {
        padding-bottom: 126px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-127 {
        margin-bottom: 127px!important
    }
    .pb-xl-127 {
        padding-bottom: 127px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-128 {
        margin-bottom: 128px!important
    }
    .pb-xl-128 {
        padding-bottom: 128px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-129 {
        margin-bottom: 129px!important
    }
    .pb-xl-129 {
        padding-bottom: 129px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-130 {
        margin-bottom: 130px!important
    }
    .pb-xl-130 {
        padding-bottom: 130px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-131 {
        margin-bottom: 131px!important
    }
    .pb-xl-131 {
        padding-bottom: 131px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-132 {
        margin-bottom: 132px!important
    }
    .pb-xl-132 {
        padding-bottom: 132px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-133 {
        margin-bottom: 133px!important
    }
    .pb-xl-133 {
        padding-bottom: 133px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-134 {
        margin-bottom: 134px!important
    }
    .pb-xl-134 {
        padding-bottom: 134px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-135 {
        margin-bottom: 135px!important
    }
    .pb-xl-135 {
        padding-bottom: 135px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-136 {
        margin-bottom: 136px!important
    }
    .pb-xl-136 {
        padding-bottom: 136px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-137 {
        margin-bottom: 137px!important
    }
    .pb-xl-137 {
        padding-bottom: 137px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-138 {
        margin-bottom: 138px!important
    }
    .pb-xl-138 {
        padding-bottom: 138px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-139 {
        margin-bottom: 139px!important
    }
    .pb-xl-139 {
        padding-bottom: 139px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-140 {
        margin-bottom: 140px!important
    }
    .pb-xl-140 {
        padding-bottom: 140px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-141 {
        margin-bottom: 141px!important
    }
    .pb-xl-141 {
        padding-bottom: 141px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-142 {
        margin-bottom: 142px!important
    }
    .pb-xl-142 {
        padding-bottom: 142px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-143 {
        margin-bottom: 143px!important
    }
    .pb-xl-143 {
        padding-bottom: 143px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-144 {
        margin-bottom: 144px!important
    }
    .pb-xl-144 {
        padding-bottom: 144px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-145 {
        margin-bottom: 145px!important
    }
    .pb-xl-145 {
        padding-bottom: 145px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-146 {
        margin-bottom: 146px!important
    }
    .pb-xl-146 {
        padding-bottom: 146px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-147 {
        margin-bottom: 147px!important
    }
    .pb-xl-147 {
        padding-bottom: 147px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-148 {
        margin-bottom: 148px!important
    }
    .pb-xl-148 {
        padding-bottom: 148px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-149 {
        margin-bottom: 149px!important
    }
    .pb-xl-149 {
        padding-bottom: 149px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-150 {
        margin-bottom: 150px!important
    }
    .pb-xl-150 {
        padding-bottom: 150px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-151 {
        margin-bottom: 151px!important
    }
    .pb-xl-151 {
        padding-bottom: 151px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-152 {
        margin-bottom: 152px!important
    }
    .pb-xl-152 {
        padding-bottom: 152px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-153 {
        margin-bottom: 153px!important
    }
    .pb-xl-153 {
        padding-bottom: 153px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-154 {
        margin-bottom: 154px!important
    }
    .pb-xl-154 {
        padding-bottom: 154px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-155 {
        margin-bottom: 155px!important
    }
    .pb-xl-155 {
        padding-bottom: 155px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-156 {
        margin-bottom: 156px!important
    }
    .pb-xl-156 {
        padding-bottom: 156px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-157 {
        margin-bottom: 157px!important
    }
    .pb-xl-157 {
        padding-bottom: 157px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-158 {
        margin-bottom: 158px!important
    }
    .pb-xl-158 {
        padding-bottom: 158px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-159 {
        margin-bottom: 159px!important
    }
    .pb-xl-159 {
        padding-bottom: 159px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-160 {
        margin-bottom: 160px!important
    }
    .pb-xl-160 {
        padding-bottom: 160px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-161 {
        margin-bottom: 161px!important
    }
    .pb-xl-161 {
        padding-bottom: 161px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-162 {
        margin-bottom: 162px!important
    }
    .pb-xl-162 {
        padding-bottom: 162px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-163 {
        margin-bottom: 163px!important
    }
    .pb-xl-163 {
        padding-bottom: 163px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-164 {
        margin-bottom: 164px!important
    }
    .pb-xl-164 {
        padding-bottom: 164px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-165 {
        margin-bottom: 165px!important
    }
    .pb-xl-165 {
        padding-bottom: 165px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-166 {
        margin-bottom: 166px!important
    }
    .pb-xl-166 {
        padding-bottom: 166px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-167 {
        margin-bottom: 167px!important
    }
    .pb-xl-167 {
        padding-bottom: 167px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-168 {
        margin-bottom: 168px!important
    }
    .pb-xl-168 {
        padding-bottom: 168px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-169 {
        margin-bottom: 169px!important
    }
    .pb-xl-169 {
        padding-bottom: 169px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-170 {
        margin-bottom: 170px!important
    }
    .pb-xl-170 {
        padding-bottom: 170px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-171 {
        margin-bottom: 171px!important
    }
    .pb-xl-171 {
        padding-bottom: 171px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-172 {
        margin-bottom: 172px!important
    }
    .pb-xl-172 {
        padding-bottom: 172px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-173 {
        margin-bottom: 173px!important
    }
    .pb-xl-173 {
        padding-bottom: 173px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-174 {
        margin-bottom: 174px!important
    }
    .pb-xl-174 {
        padding-bottom: 174px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-175 {
        margin-bottom: 175px!important
    }
    .pb-xl-175 {
        padding-bottom: 175px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-176 {
        margin-bottom: 176px!important
    }
    .pb-xl-176 {
        padding-bottom: 176px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-177 {
        margin-bottom: 177px!important
    }
    .pb-xl-177 {
        padding-bottom: 177px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-178 {
        margin-bottom: 178px!important
    }
    .pb-xl-178 {
        padding-bottom: 178px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-179 {
        margin-bottom: 179px!important
    }
    .pb-xl-179 {
        padding-bottom: 179px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-180 {
        margin-bottom: 180px!important
    }
    .pb-xl-180 {
        padding-bottom: 180px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-181 {
        margin-bottom: 181px!important
    }
    .pb-xl-181 {
        padding-bottom: 181px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-182 {
        margin-bottom: 182px!important
    }
    .pb-xl-182 {
        padding-bottom: 182px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-183 {
        margin-bottom: 183px!important
    }
    .pb-xl-183 {
        padding-bottom: 183px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-184 {
        margin-bottom: 184px!important
    }
    .pb-xl-184 {
        padding-bottom: 184px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-185 {
        margin-bottom: 185px!important
    }
    .pb-xl-185 {
        padding-bottom: 185px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-186 {
        margin-bottom: 186px!important
    }
    .pb-xl-186 {
        padding-bottom: 186px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-187 {
        margin-bottom: 187px!important
    }
    .pb-xl-187 {
        padding-bottom: 187px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-188 {
        margin-bottom: 188px!important
    }
    .pb-xl-188 {
        padding-bottom: 188px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-189 {
        margin-bottom: 189px!important
    }
    .pb-xl-189 {
        padding-bottom: 189px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-190 {
        margin-bottom: 190px!important
    }
    .pb-xl-190 {
        padding-bottom: 190px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-191 {
        margin-bottom: 191px!important
    }
    .pb-xl-191 {
        padding-bottom: 191px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-192 {
        margin-bottom: 192px!important
    }
    .pb-xl-192 {
        padding-bottom: 192px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-193 {
        margin-bottom: 193px!important
    }
    .pb-xl-193 {
        padding-bottom: 193px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-194 {
        margin-bottom: 194px!important
    }
    .pb-xl-194 {
        padding-bottom: 194px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-195 {
        margin-bottom: 195px!important
    }
    .pb-xl-195 {
        padding-bottom: 195px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-196 {
        margin-bottom: 196px!important
    }
    .pb-xl-196 {
        padding-bottom: 196px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-197 {
        margin-bottom: 197px!important
    }
    .pb-xl-197 {
        padding-bottom: 197px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-198 {
        margin-bottom: 198px!important
    }
    .pb-xl-198 {
        padding-bottom: 198px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-199 {
        margin-bottom: 199px!important
    }
    .pb-xl-199 {
        padding-bottom: 199px!important
    }
}

@media(min-width:1200px) {
    .mb-xl-200 {
        margin-bottom: 200px!important
    }
    .pb-xl-200 {
        padding-bottom: 200px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-0 {
        margin-left: 0!important
    }
    .pl-xl-0 {
        padding-left: 0!important
    }
}

@media(min-width:1200px) {
    .ml-xl-1 {
        margin-left: 1px!important
    }
    .pl-xl-1 {
        padding-left: 1px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-2 {
        margin-left: 2px!important
    }
    .pl-xl-2 {
        padding-left: 2px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-3 {
        margin-left: 3px!important
    }
    .pl-xl-3 {
        padding-left: 3px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-4 {
        margin-left: 4px!important
    }
    .pl-xl-4 {
        padding-left: 4px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-5 {
        margin-left: 5px!important
    }
    .pl-xl-5 {
        padding-left: 5px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-6 {
        margin-left: 6px!important
    }
    .pl-xl-6 {
        padding-left: 6px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-7 {
        margin-left: 7px!important
    }
    .pl-xl-7 {
        padding-left: 7px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-8 {
        margin-left: 8px!important
    }
    .pl-xl-8 {
        padding-left: 8px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-9 {
        margin-left: 9px!important
    }
    .pl-xl-9 {
        padding-left: 9px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-10 {
        margin-left: 10px!important
    }
    .pl-xl-10 {
        padding-left: 10px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-11 {
        margin-left: 11px!important
    }
    .pl-xl-11 {
        padding-left: 11px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-12 {
        margin-left: 12px!important
    }
    .pl-xl-12 {
        padding-left: 12px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-13 {
        margin-left: 13px!important
    }
    .pl-xl-13 {
        padding-left: 13px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-14 {
        margin-left: 14px!important
    }
    .pl-xl-14 {
        padding-left: 14px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-15 {
        margin-left: 15px!important
    }
    .pl-xl-15 {
        padding-left: 15px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-16 {
        margin-left: 16px!important
    }
    .pl-xl-16 {
        padding-left: 16px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-17 {
        margin-left: 17px!important
    }
    .pl-xl-17 {
        padding-left: 17px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-18 {
        margin-left: 18px!important
    }
    .pl-xl-18 {
        padding-left: 18px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-19 {
        margin-left: 19px!important
    }
    .pl-xl-19 {
        padding-left: 19px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-20 {
        margin-left: 20px!important
    }
    .pl-xl-20 {
        padding-left: 20px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-21 {
        margin-left: 21px!important
    }
    .pl-xl-21 {
        padding-left: 21px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-22 {
        margin-left: 22px!important
    }
    .pl-xl-22 {
        padding-left: 22px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-23 {
        margin-left: 23px!important
    }
    .pl-xl-23 {
        padding-left: 23px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-24 {
        margin-left: 24px!important
    }
    .pl-xl-24 {
        padding-left: 24px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-25 {
        margin-left: 25px!important
    }
    .pl-xl-25 {
        padding-left: 25px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-26 {
        margin-left: 26px!important
    }
    .pl-xl-26 {
        padding-left: 26px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-27 {
        margin-left: 27px!important
    }
    .pl-xl-27 {
        padding-left: 27px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-28 {
        margin-left: 28px!important
    }
    .pl-xl-28 {
        padding-left: 28px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-29 {
        margin-left: 29px!important
    }
    .pl-xl-29 {
        padding-left: 29px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-30 {
        margin-left: 30px!important
    }
    .pl-xl-30 {
        padding-left: 30px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-31 {
        margin-left: 31px!important
    }
    .pl-xl-31 {
        padding-left: 31px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-32 {
        margin-left: 32px!important
    }
    .pl-xl-32 {
        padding-left: 32px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-33 {
        margin-left: 33px!important
    }
    .pl-xl-33 {
        padding-left: 33px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-34 {
        margin-left: 34px!important
    }
    .pl-xl-34 {
        padding-left: 34px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-35 {
        margin-left: 35px!important
    }
    .pl-xl-35 {
        padding-left: 35px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-36 {
        margin-left: 36px!important
    }
    .pl-xl-36 {
        padding-left: 36px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-37 {
        margin-left: 37px!important
    }
    .pl-xl-37 {
        padding-left: 37px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-38 {
        margin-left: 38px!important
    }
    .pl-xl-38 {
        padding-left: 38px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-39 {
        margin-left: 39px!important
    }
    .pl-xl-39 {
        padding-left: 39px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-40 {
        margin-left: 40px!important
    }
    .pl-xl-40 {
        padding-left: 40px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-41 {
        margin-left: 41px!important
    }
    .pl-xl-41 {
        padding-left: 41px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-42 {
        margin-left: 42px!important
    }
    .pl-xl-42 {
        padding-left: 42px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-43 {
        margin-left: 43px!important
    }
    .pl-xl-43 {
        padding-left: 43px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-44 {
        margin-left: 44px!important
    }
    .pl-xl-44 {
        padding-left: 44px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-45 {
        margin-left: 45px!important
    }
    .pl-xl-45 {
        padding-left: 45px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-46 {
        margin-left: 46px!important
    }
    .pl-xl-46 {
        padding-left: 46px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-47 {
        margin-left: 47px!important
    }
    .pl-xl-47 {
        padding-left: 47px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-48 {
        margin-left: 48px!important
    }
    .pl-xl-48 {
        padding-left: 48px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-49 {
        margin-left: 49px!important
    }
    .pl-xl-49 {
        padding-left: 49px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-50 {
        margin-left: 50px!important
    }
    .pl-xl-50 {
        padding-left: 50px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-51 {
        margin-left: 51px!important
    }
    .pl-xl-51 {
        padding-left: 51px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-52 {
        margin-left: 52px!important
    }
    .pl-xl-52 {
        padding-left: 52px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-53 {
        margin-left: 53px!important
    }
    .pl-xl-53 {
        padding-left: 53px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-54 {
        margin-left: 54px!important
    }
    .pl-xl-54 {
        padding-left: 54px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-55 {
        margin-left: 55px!important
    }
    .pl-xl-55 {
        padding-left: 55px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-56 {
        margin-left: 56px!important
    }
    .pl-xl-56 {
        padding-left: 56px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-57 {
        margin-left: 57px!important
    }
    .pl-xl-57 {
        padding-left: 57px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-58 {
        margin-left: 58px!important
    }
    .pl-xl-58 {
        padding-left: 58px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-59 {
        margin-left: 59px!important
    }
    .pl-xl-59 {
        padding-left: 59px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-60 {
        margin-left: 60px!important
    }
    .pl-xl-60 {
        padding-left: 60px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-61 {
        margin-left: 61px!important
    }
    .pl-xl-61 {
        padding-left: 61px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-62 {
        margin-left: 62px!important
    }
    .pl-xl-62 {
        padding-left: 62px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-63 {
        margin-left: 63px!important
    }
    .pl-xl-63 {
        padding-left: 63px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-64 {
        margin-left: 64px!important
    }
    .pl-xl-64 {
        padding-left: 64px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-65 {
        margin-left: 65px!important
    }
    .pl-xl-65 {
        padding-left: 65px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-66 {
        margin-left: 66px!important
    }
    .pl-xl-66 {
        padding-left: 66px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-67 {
        margin-left: 67px!important
    }
    .pl-xl-67 {
        padding-left: 67px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-68 {
        margin-left: 68px!important
    }
    .pl-xl-68 {
        padding-left: 68px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-69 {
        margin-left: 69px!important
    }
    .pl-xl-69 {
        padding-left: 69px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-70 {
        margin-left: 70px!important
    }
    .pl-xl-70 {
        padding-left: 70px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-71 {
        margin-left: 71px!important
    }
    .pl-xl-71 {
        padding-left: 71px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-72 {
        margin-left: 72px!important
    }
    .pl-xl-72 {
        padding-left: 72px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-73 {
        margin-left: 73px!important
    }
    .pl-xl-73 {
        padding-left: 73px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-74 {
        margin-left: 74px!important
    }
    .pl-xl-74 {
        padding-left: 74px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-75 {
        margin-left: 75px!important
    }
    .pl-xl-75 {
        padding-left: 75px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-76 {
        margin-left: 76px!important
    }
    .pl-xl-76 {
        padding-left: 76px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-77 {
        margin-left: 77px!important
    }
    .pl-xl-77 {
        padding-left: 77px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-78 {
        margin-left: 78px!important
    }
    .pl-xl-78 {
        padding-left: 78px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-79 {
        margin-left: 79px!important
    }
    .pl-xl-79 {
        padding-left: 79px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-80 {
        margin-left: 80px!important
    }
    .pl-xl-80 {
        padding-left: 80px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-81 {
        margin-left: 81px!important
    }
    .pl-xl-81 {
        padding-left: 81px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-82 {
        margin-left: 82px!important
    }
    .pl-xl-82 {
        padding-left: 82px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-83 {
        margin-left: 83px!important
    }
    .pl-xl-83 {
        padding-left: 83px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-84 {
        margin-left: 84px!important
    }
    .pl-xl-84 {
        padding-left: 84px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-85 {
        margin-left: 85px!important
    }
    .pl-xl-85 {
        padding-left: 85px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-86 {
        margin-left: 86px!important
    }
    .pl-xl-86 {
        padding-left: 86px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-87 {
        margin-left: 87px!important
    }
    .pl-xl-87 {
        padding-left: 87px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-88 {
        margin-left: 88px!important
    }
    .pl-xl-88 {
        padding-left: 88px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-89 {
        margin-left: 89px!important
    }
    .pl-xl-89 {
        padding-left: 89px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-90 {
        margin-left: 90px!important
    }
    .pl-xl-90 {
        padding-left: 90px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-91 {
        margin-left: 91px!important
    }
    .pl-xl-91 {
        padding-left: 91px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-92 {
        margin-left: 92px!important
    }
    .pl-xl-92 {
        padding-left: 92px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-93 {
        margin-left: 93px!important
    }
    .pl-xl-93 {
        padding-left: 93px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-94 {
        margin-left: 94px!important
    }
    .pl-xl-94 {
        padding-left: 94px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-95 {
        margin-left: 95px!important
    }
    .pl-xl-95 {
        padding-left: 95px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-96 {
        margin-left: 96px!important
    }
    .pl-xl-96 {
        padding-left: 96px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-97 {
        margin-left: 97px!important
    }
    .pl-xl-97 {
        padding-left: 97px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-98 {
        margin-left: 98px!important
    }
    .pl-xl-98 {
        padding-left: 98px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-99 {
        margin-left: 99px!important
    }
    .pl-xl-99 {
        padding-left: 99px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-100 {
        margin-left: 100px!important
    }
    .pl-xl-100 {
        padding-left: 100px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-101 {
        margin-left: 101px!important
    }
    .pl-xl-101 {
        padding-left: 101px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-102 {
        margin-left: 102px!important
    }
    .pl-xl-102 {
        padding-left: 102px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-103 {
        margin-left: 103px!important
    }
    .pl-xl-103 {
        padding-left: 103px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-104 {
        margin-left: 104px!important
    }
    .pl-xl-104 {
        padding-left: 104px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-105 {
        margin-left: 105px!important
    }
    .pl-xl-105 {
        padding-left: 105px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-106 {
        margin-left: 106px!important
    }
    .pl-xl-106 {
        padding-left: 106px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-107 {
        margin-left: 107px!important
    }
    .pl-xl-107 {
        padding-left: 107px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-108 {
        margin-left: 108px!important
    }
    .pl-xl-108 {
        padding-left: 108px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-109 {
        margin-left: 109px!important
    }
    .pl-xl-109 {
        padding-left: 109px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-110 {
        margin-left: 110px!important
    }
    .pl-xl-110 {
        padding-left: 110px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-111 {
        margin-left: 111px!important
    }
    .pl-xl-111 {
        padding-left: 111px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-112 {
        margin-left: 112px!important
    }
    .pl-xl-112 {
        padding-left: 112px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-113 {
        margin-left: 113px!important
    }
    .pl-xl-113 {
        padding-left: 113px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-114 {
        margin-left: 114px!important
    }
    .pl-xl-114 {
        padding-left: 114px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-115 {
        margin-left: 115px!important
    }
    .pl-xl-115 {
        padding-left: 115px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-116 {
        margin-left: 116px!important
    }
    .pl-xl-116 {
        padding-left: 116px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-117 {
        margin-left: 117px!important
    }
    .pl-xl-117 {
        padding-left: 117px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-118 {
        margin-left: 118px!important
    }
    .pl-xl-118 {
        padding-left: 118px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-119 {
        margin-left: 119px!important
    }
    .pl-xl-119 {
        padding-left: 119px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-120 {
        margin-left: 120px!important
    }
    .pl-xl-120 {
        padding-left: 120px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-121 {
        margin-left: 121px!important
    }
    .pl-xl-121 {
        padding-left: 121px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-122 {
        margin-left: 122px!important
    }
    .pl-xl-122 {
        padding-left: 122px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-123 {
        margin-left: 123px!important
    }
    .pl-xl-123 {
        padding-left: 123px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-124 {
        margin-left: 124px!important
    }
    .pl-xl-124 {
        padding-left: 124px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-125 {
        margin-left: 125px!important
    }
    .pl-xl-125 {
        padding-left: 125px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-126 {
        margin-left: 126px!important
    }
    .pl-xl-126 {
        padding-left: 126px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-127 {
        margin-left: 127px!important
    }
    .pl-xl-127 {
        padding-left: 127px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-128 {
        margin-left: 128px!important
    }
    .pl-xl-128 {
        padding-left: 128px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-129 {
        margin-left: 129px!important
    }
    .pl-xl-129 {
        padding-left: 129px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-130 {
        margin-left: 130px!important
    }
    .pl-xl-130 {
        padding-left: 130px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-131 {
        margin-left: 131px!important
    }
    .pl-xl-131 {
        padding-left: 131px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-132 {
        margin-left: 132px!important
    }
    .pl-xl-132 {
        padding-left: 132px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-133 {
        margin-left: 133px!important
    }
    .pl-xl-133 {
        padding-left: 133px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-134 {
        margin-left: 134px!important
    }
    .pl-xl-134 {
        padding-left: 134px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-135 {
        margin-left: 135px!important
    }
    .pl-xl-135 {
        padding-left: 135px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-136 {
        margin-left: 136px!important
    }
    .pl-xl-136 {
        padding-left: 136px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-137 {
        margin-left: 137px!important
    }
    .pl-xl-137 {
        padding-left: 137px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-138 {
        margin-left: 138px!important
    }
    .pl-xl-138 {
        padding-left: 138px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-139 {
        margin-left: 139px!important
    }
    .pl-xl-139 {
        padding-left: 139px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-140 {
        margin-left: 140px!important
    }
    .pl-xl-140 {
        padding-left: 140px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-141 {
        margin-left: 141px!important
    }
    .pl-xl-141 {
        padding-left: 141px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-142 {
        margin-left: 142px!important
    }
    .pl-xl-142 {
        padding-left: 142px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-143 {
        margin-left: 143px!important
    }
    .pl-xl-143 {
        padding-left: 143px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-144 {
        margin-left: 144px!important
    }
    .pl-xl-144 {
        padding-left: 144px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-145 {
        margin-left: 145px!important
    }
    .pl-xl-145 {
        padding-left: 145px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-146 {
        margin-left: 146px!important
    }
    .pl-xl-146 {
        padding-left: 146px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-147 {
        margin-left: 147px!important
    }
    .pl-xl-147 {
        padding-left: 147px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-148 {
        margin-left: 148px!important
    }
    .pl-xl-148 {
        padding-left: 148px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-149 {
        margin-left: 149px!important
    }
    .pl-xl-149 {
        padding-left: 149px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-150 {
        margin-left: 150px!important
    }
    .pl-xl-150 {
        padding-left: 150px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-151 {
        margin-left: 151px!important
    }
    .pl-xl-151 {
        padding-left: 151px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-152 {
        margin-left: 152px!important
    }
    .pl-xl-152 {
        padding-left: 152px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-153 {
        margin-left: 153px!important
    }
    .pl-xl-153 {
        padding-left: 153px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-154 {
        margin-left: 154px!important
    }
    .pl-xl-154 {
        padding-left: 154px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-155 {
        margin-left: 155px!important
    }
    .pl-xl-155 {
        padding-left: 155px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-156 {
        margin-left: 156px!important
    }
    .pl-xl-156 {
        padding-left: 156px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-157 {
        margin-left: 157px!important
    }
    .pl-xl-157 {
        padding-left: 157px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-158 {
        margin-left: 158px!important
    }
    .pl-xl-158 {
        padding-left: 158px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-159 {
        margin-left: 159px!important
    }
    .pl-xl-159 {
        padding-left: 159px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-160 {
        margin-left: 160px!important
    }
    .pl-xl-160 {
        padding-left: 160px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-161 {
        margin-left: 161px!important
    }
    .pl-xl-161 {
        padding-left: 161px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-162 {
        margin-left: 162px!important
    }
    .pl-xl-162 {
        padding-left: 162px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-163 {
        margin-left: 163px!important
    }
    .pl-xl-163 {
        padding-left: 163px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-164 {
        margin-left: 164px!important
    }
    .pl-xl-164 {
        padding-left: 164px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-165 {
        margin-left: 165px!important
    }
    .pl-xl-165 {
        padding-left: 165px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-166 {
        margin-left: 166px!important
    }
    .pl-xl-166 {
        padding-left: 166px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-167 {
        margin-left: 167px!important
    }
    .pl-xl-167 {
        padding-left: 167px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-168 {
        margin-left: 168px!important
    }
    .pl-xl-168 {
        padding-left: 168px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-169 {
        margin-left: 169px!important
    }
    .pl-xl-169 {
        padding-left: 169px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-170 {
        margin-left: 170px!important
    }
    .pl-xl-170 {
        padding-left: 170px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-171 {
        margin-left: 171px!important
    }
    .pl-xl-171 {
        padding-left: 171px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-172 {
        margin-left: 172px!important
    }
    .pl-xl-172 {
        padding-left: 172px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-173 {
        margin-left: 173px!important
    }
    .pl-xl-173 {
        padding-left: 173px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-174 {
        margin-left: 174px!important
    }
    .pl-xl-174 {
        padding-left: 174px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-175 {
        margin-left: 175px!important
    }
    .pl-xl-175 {
        padding-left: 175px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-176 {
        margin-left: 176px!important
    }
    .pl-xl-176 {
        padding-left: 176px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-177 {
        margin-left: 177px!important
    }
    .pl-xl-177 {
        padding-left: 177px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-178 {
        margin-left: 178px!important
    }
    .pl-xl-178 {
        padding-left: 178px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-179 {
        margin-left: 179px!important
    }
    .pl-xl-179 {
        padding-left: 179px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-180 {
        margin-left: 180px!important
    }
    .pl-xl-180 {
        padding-left: 180px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-181 {
        margin-left: 181px!important
    }
    .pl-xl-181 {
        padding-left: 181px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-182 {
        margin-left: 182px!important
    }
    .pl-xl-182 {
        padding-left: 182px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-183 {
        margin-left: 183px!important
    }
    .pl-xl-183 {
        padding-left: 183px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-184 {
        margin-left: 184px!important
    }
    .pl-xl-184 {
        padding-left: 184px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-185 {
        margin-left: 185px!important
    }
    .pl-xl-185 {
        padding-left: 185px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-186 {
        margin-left: 186px!important
    }
    .pl-xl-186 {
        padding-left: 186px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-187 {
        margin-left: 187px!important
    }
    .pl-xl-187 {
        padding-left: 187px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-188 {
        margin-left: 188px!important
    }
    .pl-xl-188 {
        padding-left: 188px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-189 {
        margin-left: 189px!important
    }
    .pl-xl-189 {
        padding-left: 189px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-190 {
        margin-left: 190px!important
    }
    .pl-xl-190 {
        padding-left: 190px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-191 {
        margin-left: 191px!important
    }
    .pl-xl-191 {
        padding-left: 191px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-192 {
        margin-left: 192px!important
    }
    .pl-xl-192 {
        padding-left: 192px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-193 {
        margin-left: 193px!important
    }
    .pl-xl-193 {
        padding-left: 193px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-194 {
        margin-left: 194px!important
    }
    .pl-xl-194 {
        padding-left: 194px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-195 {
        margin-left: 195px!important
    }
    .pl-xl-195 {
        padding-left: 195px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-196 {
        margin-left: 196px!important
    }
    .pl-xl-196 {
        padding-left: 196px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-197 {
        margin-left: 197px!important
    }
    .pl-xl-197 {
        padding-left: 197px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-198 {
        margin-left: 198px!important
    }
    .pl-xl-198 {
        padding-left: 198px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-199 {
        margin-left: 199px!important
    }
    .pl-xl-199 {
        padding-left: 199px!important
    }
}

@media(min-width:1200px) {
    .ml-xl-200 {
        margin-left: 200px!important
    }
    .pl-xl-200 {
        padding-left: 200px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-0 {
        margin-right: 0!important
    }
    .pr-xl-0 {
        padding-right: 0!important
    }
}

@media(min-width:1200px) {
    .mr-xl-1 {
        margin-right: 1px!important
    }
    .pr-xl-1 {
        padding-right: 1px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-2 {
        margin-right: 2px!important
    }
    .pr-xl-2 {
        padding-right: 2px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-3 {
        margin-right: 3px!important
    }
    .pr-xl-3 {
        padding-right: 3px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-4 {
        margin-right: 4px!important
    }
    .pr-xl-4 {
        padding-right: 4px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-5 {
        margin-right: 5px!important
    }
    .pr-xl-5 {
        padding-right: 5px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-6 {
        margin-right: 6px!important
    }
    .pr-xl-6 {
        padding-right: 6px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-7 {
        margin-right: 7px!important
    }
    .pr-xl-7 {
        padding-right: 7px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-8 {
        margin-right: 8px!important
    }
    .pr-xl-8 {
        padding-right: 8px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-9 {
        margin-right: 9px!important
    }
    .pr-xl-9 {
        padding-right: 9px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-10 {
        margin-right: 10px!important
    }
    .pr-xl-10 {
        padding-right: 10px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-11 {
        margin-right: 11px!important
    }
    .pr-xl-11 {
        padding-right: 11px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-12 {
        margin-right: 12px!important
    }
    .pr-xl-12 {
        padding-right: 12px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-13 {
        margin-right: 13px!important
    }
    .pr-xl-13 {
        padding-right: 13px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-14 {
        margin-right: 14px!important
    }
    .pr-xl-14 {
        padding-right: 14px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-15 {
        margin-right: 15px!important
    }
    .pr-xl-15 {
        padding-right: 15px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-16 {
        margin-right: 16px!important
    }
    .pr-xl-16 {
        padding-right: 16px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-17 {
        margin-right: 17px!important
    }
    .pr-xl-17 {
        padding-right: 17px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-18 {
        margin-right: 18px!important
    }
    .pr-xl-18 {
        padding-right: 18px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-19 {
        margin-right: 19px!important
    }
    .pr-xl-19 {
        padding-right: 19px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-20 {
        margin-right: 20px!important
    }
    .pr-xl-20 {
        padding-right: 20px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-21 {
        margin-right: 21px!important
    }
    .pr-xl-21 {
        padding-right: 21px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-22 {
        margin-right: 22px!important
    }
    .pr-xl-22 {
        padding-right: 22px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-23 {
        margin-right: 23px!important
    }
    .pr-xl-23 {
        padding-right: 23px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-24 {
        margin-right: 24px!important
    }
    .pr-xl-24 {
        padding-right: 24px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-25 {
        margin-right: 25px!important
    }
    .pr-xl-25 {
        padding-right: 25px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-26 {
        margin-right: 26px!important
    }
    .pr-xl-26 {
        padding-right: 26px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-27 {
        margin-right: 27px!important
    }
    .pr-xl-27 {
        padding-right: 27px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-28 {
        margin-right: 28px!important
    }
    .pr-xl-28 {
        padding-right: 28px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-29 {
        margin-right: 29px!important
    }
    .pr-xl-29 {
        padding-right: 29px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-30 {
        margin-right: 30px!important
    }
    .pr-xl-30 {
        padding-right: 30px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-31 {
        margin-right: 31px!important
    }
    .pr-xl-31 {
        padding-right: 31px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-32 {
        margin-right: 32px!important
    }
    .pr-xl-32 {
        padding-right: 32px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-33 {
        margin-right: 33px!important
    }
    .pr-xl-33 {
        padding-right: 33px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-34 {
        margin-right: 34px!important
    }
    .pr-xl-34 {
        padding-right: 34px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-35 {
        margin-right: 35px!important
    }
    .pr-xl-35 {
        padding-right: 35px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-36 {
        margin-right: 36px!important
    }
    .pr-xl-36 {
        padding-right: 36px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-37 {
        margin-right: 37px!important
    }
    .pr-xl-37 {
        padding-right: 37px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-38 {
        margin-right: 38px!important
    }
    .pr-xl-38 {
        padding-right: 38px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-39 {
        margin-right: 39px!important
    }
    .pr-xl-39 {
        padding-right: 39px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-40 {
        margin-right: 40px!important
    }
    .pr-xl-40 {
        padding-right: 40px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-41 {
        margin-right: 41px!important
    }
    .pr-xl-41 {
        padding-right: 41px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-42 {
        margin-right: 42px!important
    }
    .pr-xl-42 {
        padding-right: 42px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-43 {
        margin-right: 43px!important
    }
    .pr-xl-43 {
        padding-right: 43px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-44 {
        margin-right: 44px!important
    }
    .pr-xl-44 {
        padding-right: 44px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-45 {
        margin-right: 45px!important
    }
    .pr-xl-45 {
        padding-right: 45px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-46 {
        margin-right: 46px!important
    }
    .pr-xl-46 {
        padding-right: 46px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-47 {
        margin-right: 47px!important
    }
    .pr-xl-47 {
        padding-right: 47px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-48 {
        margin-right: 48px!important
    }
    .pr-xl-48 {
        padding-right: 48px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-49 {
        margin-right: 49px!important
    }
    .pr-xl-49 {
        padding-right: 49px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-50 {
        margin-right: 50px!important
    }
    .pr-xl-50 {
        padding-right: 50px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-51 {
        margin-right: 51px!important
    }
    .pr-xl-51 {
        padding-right: 51px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-52 {
        margin-right: 52px!important
    }
    .pr-xl-52 {
        padding-right: 52px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-53 {
        margin-right: 53px!important
    }
    .pr-xl-53 {
        padding-right: 53px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-54 {
        margin-right: 54px!important
    }
    .pr-xl-54 {
        padding-right: 54px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-55 {
        margin-right: 55px!important
    }
    .pr-xl-55 {
        padding-right: 55px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-56 {
        margin-right: 56px!important
    }
    .pr-xl-56 {
        padding-right: 56px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-57 {
        margin-right: 57px!important
    }
    .pr-xl-57 {
        padding-right: 57px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-58 {
        margin-right: 58px!important
    }
    .pr-xl-58 {
        padding-right: 58px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-59 {
        margin-right: 59px!important
    }
    .pr-xl-59 {
        padding-right: 59px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-60 {
        margin-right: 60px!important
    }
    .pr-xl-60 {
        padding-right: 60px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-61 {
        margin-right: 61px!important
    }
    .pr-xl-61 {
        padding-right: 61px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-62 {
        margin-right: 62px!important
    }
    .pr-xl-62 {
        padding-right: 62px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-63 {
        margin-right: 63px!important
    }
    .pr-xl-63 {
        padding-right: 63px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-64 {
        margin-right: 64px!important
    }
    .pr-xl-64 {
        padding-right: 64px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-65 {
        margin-right: 65px!important
    }
    .pr-xl-65 {
        padding-right: 65px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-66 {
        margin-right: 66px!important
    }
    .pr-xl-66 {
        padding-right: 66px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-67 {
        margin-right: 67px!important
    }
    .pr-xl-67 {
        padding-right: 67px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-68 {
        margin-right: 68px!important
    }
    .pr-xl-68 {
        padding-right: 68px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-69 {
        margin-right: 69px!important
    }
    .pr-xl-69 {
        padding-right: 69px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-70 {
        margin-right: 70px!important
    }
    .pr-xl-70 {
        padding-right: 70px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-71 {
        margin-right: 71px!important
    }
    .pr-xl-71 {
        padding-right: 71px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-72 {
        margin-right: 72px!important
    }
    .pr-xl-72 {
        padding-right: 72px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-73 {
        margin-right: 73px!important
    }
    .pr-xl-73 {
        padding-right: 73px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-74 {
        margin-right: 74px!important
    }
    .pr-xl-74 {
        padding-right: 74px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-75 {
        margin-right: 75px!important
    }
    .pr-xl-75 {
        padding-right: 75px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-76 {
        margin-right: 76px!important
    }
    .pr-xl-76 {
        padding-right: 76px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-77 {
        margin-right: 77px!important
    }
    .pr-xl-77 {
        padding-right: 77px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-78 {
        margin-right: 78px!important
    }
    .pr-xl-78 {
        padding-right: 78px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-79 {
        margin-right: 79px!important
    }
    .pr-xl-79 {
        padding-right: 79px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-80 {
        margin-right: 80px!important
    }
    .pr-xl-80 {
        padding-right: 80px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-81 {
        margin-right: 81px!important
    }
    .pr-xl-81 {
        padding-right: 81px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-82 {
        margin-right: 82px!important
    }
    .pr-xl-82 {
        padding-right: 82px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-83 {
        margin-right: 83px!important
    }
    .pr-xl-83 {
        padding-right: 83px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-84 {
        margin-right: 84px!important
    }
    .pr-xl-84 {
        padding-right: 84px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-85 {
        margin-right: 85px!important
    }
    .pr-xl-85 {
        padding-right: 85px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-86 {
        margin-right: 86px!important
    }
    .pr-xl-86 {
        padding-right: 86px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-87 {
        margin-right: 87px!important
    }
    .pr-xl-87 {
        padding-right: 87px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-88 {
        margin-right: 88px!important
    }
    .pr-xl-88 {
        padding-right: 88px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-89 {
        margin-right: 89px!important
    }
    .pr-xl-89 {
        padding-right: 89px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-90 {
        margin-right: 90px!important
    }
    .pr-xl-90 {
        padding-right: 90px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-91 {
        margin-right: 91px!important
    }
    .pr-xl-91 {
        padding-right: 91px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-92 {
        margin-right: 92px!important
    }
    .pr-xl-92 {
        padding-right: 92px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-93 {
        margin-right: 93px!important
    }
    .pr-xl-93 {
        padding-right: 93px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-94 {
        margin-right: 94px!important
    }
    .pr-xl-94 {
        padding-right: 94px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-95 {
        margin-right: 95px!important
    }
    .pr-xl-95 {
        padding-right: 95px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-96 {
        margin-right: 96px!important
    }
    .pr-xl-96 {
        padding-right: 96px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-97 {
        margin-right: 97px!important
    }
    .pr-xl-97 {
        padding-right: 97px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-98 {
        margin-right: 98px!important
    }
    .pr-xl-98 {
        padding-right: 98px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-99 {
        margin-right: 99px!important
    }
    .pr-xl-99 {
        padding-right: 99px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-100 {
        margin-right: 100px!important
    }
    .pr-xl-100 {
        padding-right: 100px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-101 {
        margin-right: 101px!important
    }
    .pr-xl-101 {
        padding-right: 101px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-102 {
        margin-right: 102px!important
    }
    .pr-xl-102 {
        padding-right: 102px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-103 {
        margin-right: 103px!important
    }
    .pr-xl-103 {
        padding-right: 103px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-104 {
        margin-right: 104px!important
    }
    .pr-xl-104 {
        padding-right: 104px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-105 {
        margin-right: 105px!important
    }
    .pr-xl-105 {
        padding-right: 105px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-106 {
        margin-right: 106px!important
    }
    .pr-xl-106 {
        padding-right: 106px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-107 {
        margin-right: 107px!important
    }
    .pr-xl-107 {
        padding-right: 107px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-108 {
        margin-right: 108px!important
    }
    .pr-xl-108 {
        padding-right: 108px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-109 {
        margin-right: 109px!important
    }
    .pr-xl-109 {
        padding-right: 109px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-110 {
        margin-right: 110px!important
    }
    .pr-xl-110 {
        padding-right: 110px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-111 {
        margin-right: 111px!important
    }
    .pr-xl-111 {
        padding-right: 111px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-112 {
        margin-right: 112px!important
    }
    .pr-xl-112 {
        padding-right: 112px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-113 {
        margin-right: 113px!important
    }
    .pr-xl-113 {
        padding-right: 113px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-114 {
        margin-right: 114px!important
    }
    .pr-xl-114 {
        padding-right: 114px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-115 {
        margin-right: 115px!important
    }
    .pr-xl-115 {
        padding-right: 115px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-116 {
        margin-right: 116px!important
    }
    .pr-xl-116 {
        padding-right: 116px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-117 {
        margin-right: 117px!important
    }
    .pr-xl-117 {
        padding-right: 117px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-118 {
        margin-right: 118px!important
    }
    .pr-xl-118 {
        padding-right: 118px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-119 {
        margin-right: 119px!important
    }
    .pr-xl-119 {
        padding-right: 119px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-120 {
        margin-right: 120px!important
    }
    .pr-xl-120 {
        padding-right: 120px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-121 {
        margin-right: 121px!important
    }
    .pr-xl-121 {
        padding-right: 121px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-122 {
        margin-right: 122px!important
    }
    .pr-xl-122 {
        padding-right: 122px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-123 {
        margin-right: 123px!important
    }
    .pr-xl-123 {
        padding-right: 123px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-124 {
        margin-right: 124px!important
    }
    .pr-xl-124 {
        padding-right: 124px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-125 {
        margin-right: 125px!important
    }
    .pr-xl-125 {
        padding-right: 125px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-126 {
        margin-right: 126px!important
    }
    .pr-xl-126 {
        padding-right: 126px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-127 {
        margin-right: 127px!important
    }
    .pr-xl-127 {
        padding-right: 127px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-128 {
        margin-right: 128px!important
    }
    .pr-xl-128 {
        padding-right: 128px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-129 {
        margin-right: 129px!important
    }
    .pr-xl-129 {
        padding-right: 129px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-130 {
        margin-right: 130px!important
    }
    .pr-xl-130 {
        padding-right: 130px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-131 {
        margin-right: 131px!important
    }
    .pr-xl-131 {
        padding-right: 131px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-132 {
        margin-right: 132px!important
    }
    .pr-xl-132 {
        padding-right: 132px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-133 {
        margin-right: 133px!important
    }
    .pr-xl-133 {
        padding-right: 133px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-134 {
        margin-right: 134px!important
    }
    .pr-xl-134 {
        padding-right: 134px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-135 {
        margin-right: 135px!important
    }
    .pr-xl-135 {
        padding-right: 135px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-136 {
        margin-right: 136px!important
    }
    .pr-xl-136 {
        padding-right: 136px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-137 {
        margin-right: 137px!important
    }
    .pr-xl-137 {
        padding-right: 137px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-138 {
        margin-right: 138px!important
    }
    .pr-xl-138 {
        padding-right: 138px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-139 {
        margin-right: 139px!important
    }
    .pr-xl-139 {
        padding-right: 139px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-140 {
        margin-right: 140px!important
    }
    .pr-xl-140 {
        padding-right: 140px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-141 {
        margin-right: 141px!important
    }
    .pr-xl-141 {
        padding-right: 141px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-142 {
        margin-right: 142px!important
    }
    .pr-xl-142 {
        padding-right: 142px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-143 {
        margin-right: 143px!important
    }
    .pr-xl-143 {
        padding-right: 143px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-144 {
        margin-right: 144px!important
    }
    .pr-xl-144 {
        padding-right: 144px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-145 {
        margin-right: 145px!important
    }
    .pr-xl-145 {
        padding-right: 145px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-146 {
        margin-right: 146px!important
    }
    .pr-xl-146 {
        padding-right: 146px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-147 {
        margin-right: 147px!important
    }
    .pr-xl-147 {
        padding-right: 147px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-148 {
        margin-right: 148px!important
    }
    .pr-xl-148 {
        padding-right: 148px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-149 {
        margin-right: 149px!important
    }
    .pr-xl-149 {
        padding-right: 149px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-150 {
        margin-right: 150px!important
    }
    .pr-xl-150 {
        padding-right: 150px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-151 {
        margin-right: 151px!important
    }
    .pr-xl-151 {
        padding-right: 151px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-152 {
        margin-right: 152px!important
    }
    .pr-xl-152 {
        padding-right: 152px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-153 {
        margin-right: 153px!important
    }
    .pr-xl-153 {
        padding-right: 153px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-154 {
        margin-right: 154px!important
    }
    .pr-xl-154 {
        padding-right: 154px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-155 {
        margin-right: 155px!important
    }
    .pr-xl-155 {
        padding-right: 155px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-156 {
        margin-right: 156px!important
    }
    .pr-xl-156 {
        padding-right: 156px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-157 {
        margin-right: 157px!important
    }
    .pr-xl-157 {
        padding-right: 157px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-158 {
        margin-right: 158px!important
    }
    .pr-xl-158 {
        padding-right: 158px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-159 {
        margin-right: 159px!important
    }
    .pr-xl-159 {
        padding-right: 159px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-160 {
        margin-right: 160px!important
    }
    .pr-xl-160 {
        padding-right: 160px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-161 {
        margin-right: 161px!important
    }
    .pr-xl-161 {
        padding-right: 161px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-162 {
        margin-right: 162px!important
    }
    .pr-xl-162 {
        padding-right: 162px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-163 {
        margin-right: 163px!important
    }
    .pr-xl-163 {
        padding-right: 163px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-164 {
        margin-right: 164px!important
    }
    .pr-xl-164 {
        padding-right: 164px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-165 {
        margin-right: 165px!important
    }
    .pr-xl-165 {
        padding-right: 165px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-166 {
        margin-right: 166px!important
    }
    .pr-xl-166 {
        padding-right: 166px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-167 {
        margin-right: 167px!important
    }
    .pr-xl-167 {
        padding-right: 167px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-168 {
        margin-right: 168px!important
    }
    .pr-xl-168 {
        padding-right: 168px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-169 {
        margin-right: 169px!important
    }
    .pr-xl-169 {
        padding-right: 169px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-170 {
        margin-right: 170px!important
    }
    .pr-xl-170 {
        padding-right: 170px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-171 {
        margin-right: 171px!important
    }
    .pr-xl-171 {
        padding-right: 171px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-172 {
        margin-right: 172px!important
    }
    .pr-xl-172 {
        padding-right: 172px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-173 {
        margin-right: 173px!important
    }
    .pr-xl-173 {
        padding-right: 173px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-174 {
        margin-right: 174px!important
    }
    .pr-xl-174 {
        padding-right: 174px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-175 {
        margin-right: 175px!important
    }
    .pr-xl-175 {
        padding-right: 175px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-176 {
        margin-right: 176px!important
    }
    .pr-xl-176 {
        padding-right: 176px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-177 {
        margin-right: 177px!important
    }
    .pr-xl-177 {
        padding-right: 177px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-178 {
        margin-right: 178px!important
    }
    .pr-xl-178 {
        padding-right: 178px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-179 {
        margin-right: 179px!important
    }
    .pr-xl-179 {
        padding-right: 179px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-180 {
        margin-right: 180px!important
    }
    .pr-xl-180 {
        padding-right: 180px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-181 {
        margin-right: 181px!important
    }
    .pr-xl-181 {
        padding-right: 181px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-182 {
        margin-right: 182px!important
    }
    .pr-xl-182 {
        padding-right: 182px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-183 {
        margin-right: 183px!important
    }
    .pr-xl-183 {
        padding-right: 183px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-184 {
        margin-right: 184px!important
    }
    .pr-xl-184 {
        padding-right: 184px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-185 {
        margin-right: 185px!important
    }
    .pr-xl-185 {
        padding-right: 185px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-186 {
        margin-right: 186px!important
    }
    .pr-xl-186 {
        padding-right: 186px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-187 {
        margin-right: 187px!important
    }
    .pr-xl-187 {
        padding-right: 187px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-188 {
        margin-right: 188px!important
    }
    .pr-xl-188 {
        padding-right: 188px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-189 {
        margin-right: 189px!important
    }
    .pr-xl-189 {
        padding-right: 189px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-190 {
        margin-right: 190px!important
    }
    .pr-xl-190 {
        padding-right: 190px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-191 {
        margin-right: 191px!important
    }
    .pr-xl-191 {
        padding-right: 191px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-192 {
        margin-right: 192px!important
    }
    .pr-xl-192 {
        padding-right: 192px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-193 {
        margin-right: 193px!important
    }
    .pr-xl-193 {
        padding-right: 193px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-194 {
        margin-right: 194px!important
    }
    .pr-xl-194 {
        padding-right: 194px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-195 {
        margin-right: 195px!important
    }
    .pr-xl-195 {
        padding-right: 195px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-196 {
        margin-right: 196px!important
    }
    .pr-xl-196 {
        padding-right: 196px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-197 {
        margin-right: 197px!important
    }
    .pr-xl-197 {
        padding-right: 197px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-198 {
        margin-right: 198px!important
    }
    .pr-xl-198 {
        padding-right: 198px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-199 {
        margin-right: 199px!important
    }
    .pr-xl-199 {
        padding-right: 199px!important
    }
}

@media(min-width:1200px) {
    .mr-xl-200 {
        margin-right: 200px!important
    }
    .pr-xl-200 {
        padding-right: 200px!important
    }
}

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

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

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

@media(min-width:576px) {
    .text-sm-center {
        text-center: center!important
    }
}

@media(min-width:576px) {
    .text-sm-left {
        text-left: left!important
    }
}

@media(min-width:576px) {
    .text-sm-right {
        text-right: right!important
    }
}

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

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

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

@media(min-width:992px) {
    .text-lg-center {
        text-center: center!important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-left: left!important
    }
}

@media(min-width:992px) {
    .text-lg-right {
        text-right: right!important
    }
}

@media(min-width:1200px) {
    .text-xl-center {
        text-center: center!important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-left: left!important
    }
}

@media(min-width:1200px) {
    .text-xl-right {
        text-right: right!important
    }
}

.email-testing-tool .img-case-1,
.email-testing-tool .img-case-4 {
    width: 403px
}

@media(max-width:575px) {
    .email-testing-tool .img-case-1,
    .email-testing-tool .img-case-4 {
        width: 100%
    }
}

.email-testing-tool .img-case-2,
.email-testing-tool .img-case-3 {
    width: 386px
}

@media(max-width:575px) {
    .email-testing-tool .img-case-2,
    .email-testing-tool .img-case-3 {
        width: 100%
    }
}

.email-testing-tool .n-ml-10 {
    margin-left: -10px
}

.email-testing-tool .vertical-align-middle {
    vertical-align: middle
}

.email-testing-tool .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.email-testing-tool .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.email-testing-tool .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.email-testing-tool .video__link,
.email-testing-tool .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.email-testing-tool .video__media {
    border: none
}

.email-testing-tool .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.email-testing-tool .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.email-testing-tool .video__button-icon {
    fill: #fff
}

.email-testing-tool .video__button:focus {
    outline: none
}

.email-testing-tool .video:hover .video__button-shape,
.email-testing-tool .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.email-testing-tool .video--enabled {
    cursor: pointer
}

.email-testing-tool .video--enabled .video__button {
    display: block
}

.black-friday-special-offer h1 .link,
.special-offer-for-crello h1 .link {
    font-size: 50px;
    font-weight: 800
}

@media(max-width:991px) {
    .black-friday-special-offer h1 .link,
    .special-offer-for-crello h1 .link {
        font-size: 31px
    }
}

.black-friday-special-offer .h3 .link,
.special-offer-for-crello .h3 .link {
    font-size: 45px;
    font-weight: 800
}

@media(max-width:991px) {
    .black-friday-special-offer .h3 .link,
    .special-offer-for-crello .h3 .link {
        font-size: 31px
    }
}

.black-friday-special-offer .agency-icon,
.special-offer-for-crello .agency-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-81px)
}

.black-friday-special-offer .price__tile,
.special-offer-for-crello .price__tile {
    max-width: 320px;
    margin: 0 auto
}

.black-friday-special-offer .countdown .hours,
.black-friday-special-offer .countdown .minutes,
.special-offer-for-crello .countdown .hours,
.special-offer-for-crello .countdown .minutes {
    position: relative
}

.black-friday-special-offer .countdown .hours:after,
.black-friday-special-offer .countdown .minutes:after,
.special-offer-for-crello .countdown .hours:after,
.special-offer-for-crello .countdown .minutes:after {
    content: ":";
    position: absolute;
    right: -11px;
    top: 0;
    font-weight: 600
}

.black-friday-special-offer .countdown-time,
.special-offer-for-crello .countdown-time {
    font-size: 25px;
    font-weight: 800;
    min-width: 40px;
    position: relative
}

.black-friday-special-offer .countdown-text,
.special-offer-for-crello .countdown-text {
    font-size: 10px;
    color: #7d7d7d
}

.black-friday-special-offer .price-prev,
.special-offer-for-crello .price-prev {
    transform: scale(.7);
    bottom: -5px;
    left: -40px
}

.black-friday-special-offer .price-prev:after,
.special-offer-for-crello .price-prev:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 8px;
    left: -17px;
    top: 25px;
    background: #ff4d4d;
    transform: scale(1) rotate(18deg);
    opacity: .8
}

.black-friday-special-offer .price-current,
.special-offer-for-crello .price-current {
    margin-left: -20px
}

.black-friday-special-offer .iframe,
.special-offer-for-crello .iframe {
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    padding-bottom: 52.6%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.black-friday-special-offer .iframe iframe,
.special-offer-for-crello .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.black-friday-special-offer .video,
.special-offer-for-crello .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    z-index: 1
}

.black-friday-special-offer .video__link,
.special-offer-for-crello .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.black-friday-special-offer .video__media,
.special-offer-for-crello .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.black-friday-special-offer .video__button,
.special-offer-for-crello .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.black-friday-special-offer .video__button-shape,
.special-offer-for-crello .video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.black-friday-special-offer .video__button-icon,
.special-offer-for-crello .video__button-icon {
    fill: #fff
}

.black-friday-special-offer .video__button:focus,
.special-offer-for-crello .video__button:focus {
    outline: none
}

.black-friday-special-offer .video:hover .video__button-shape,
.black-friday-special-offer .video__button:focus .video__button-shape,
.special-offer-for-crello .video:hover .video__button-shape,
.special-offer-for-crello .video__button:focus .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.black-friday-special-offer .video--enabled,
.special-offer-for-crello .video--enabled {
    cursor: pointer
}

.black-friday-special-offer .video--enabled .video__button,
.special-offer-for-crello .video--enabled .video__button {
    display: block
}

@media(max-width:991px) {
    .black-friday-special-offer .infinity-icon,
    .special-offer-for-crello .infinity-icon {
        height: 39px
    }
}

.black-friday-special-offer .f-14,
.special-offer-for-crello .f-14 {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a
}

.black-friday-special-offer .users-say-item,
.special-offer-for-crello .users-say-item {
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 20px
}

.profile-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eaeaea
}

.profile-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.profile-icon--behance {
    background-color: #1769ff
}

.profile-icon--instagram {
    background: #d6249f;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d)
}

.profile-icon--linkedin {
    background-color: #0077b5
}

.profile-icon--fb {
    background-color: #3b5998
}

.profile-icon--twitter {
    background-color: #1da1f2
}

.about-us .viewer {
    width: 100%;
    overflow: auto
}

.about-us .team-photo {
    width: 100%;
    transform: rotate(-4deg);
    border-radius: 30px;
    box-shadow: 0 10px 25px -20px rgba(0, 0, 0, .75);
    border: 10px solid #fff;
    margin-bottom: -85px
}

.about-us .team-photo-wrapper:after {
    background-position: 50% top
}

.about-us .no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab
}

.about-us .no-select:active {
    cursor: move;
    cursor: -webkit-grabbing
}

.about-us .layer-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, #f7f7f7 8%, hsla(0, 0%, 96.9%, .28));
    z-index: 0
}

.about-us .roadmap-wrapper {
    scrollbar-width: thin
}

.about-us .roadmap-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px
}

.about-us .roadmap-wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ccc
}

.about-us .roadmap-wrapper::-webkit-scrollbar-track {
    background: #f7f7f7
}

.about-us .roadmap-wrapper img {
    height: 645px;
    cursor: all-scroll
}

.about-us .roadmap-wrapper-cover {
    position: relative
}

.about-us .roadmap-wrapper-cover:after {
    content: "";
    position: absolute;
    background-image: url(https://stripo-cdn.stripo.email/img/front/wave-roadmap.svg);
    background-repeat: repeat-x;
    top: -56px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible
}

.about-us .roadmap-cover {
    position: relative;
    display: inline-block
}

.about-us__events {
    margin-top: -180px;
    z-index: 1
}

@media(max-width:992px) {
    .about-us__events {
        margin-top: -80px
    }
}

.about-us .event-item-01 {
    height: 35px;
    width: 80px
}

.about-us .event-item-02 {
    height: 30px;
    width: 90px
}

.about-us .event-item-03 {
    height: 50px;
    width: 104px
}

.about-us .event-item-04 {
    height: 30px;
    width: 159px
}

.about-us .event-item-05 {
    height: 40px;
    width: 121px
}

.about-us .event-item-06 {
    height: 40px;
    width: 98px
}

.about-us .event-item-07 {
    height: 27px;
    width: 144px
}

.about-us .event-item-08 {
    height: 35px;
    width: 130px
}

.about-us .event-item-09 {
    height: 30px;
    width: 107px
}

.about-us .event-item-10 {
    height: 30px;
    width: 181px
}

.about-us .event-item-11 {
    height: 40px;
    width: 165px
}

.about-us .logo-item-01 {
    height: 35px;
    max-width: 112px
}

.about-us .logo-item-02 {
    height: 28px
}

.about-us .logo-item-03 {
    height: 40px;
    max-width: 40px
}

.about-us .logo-item-04 {
    height: 40px;
    max-width: 76px
}

.about-us .logo-item-05 {
    height: 30px;
    max-width: 90.4px
}

.about-us .logo-item-06 {
    height: 24px;
    max-width: 78.6px
}

.about-us .logo-item-07 {
    height: 25px;
    max-width: 112px
}

.about-us .logo-item-08 {
    height: 35px;
    max-width: 88.4px
}

.about-us .logo-item-09 {
    height: 25px;
    max-width: 78px
}

.about-us .logo-item-10 {
    height: 25px;
    max-width: 146px
}

.about-us .logo-item-11 {
    height: 40px;
    max-width: 40px
}

.about-us .logo-item-12 {
    height: 36px;
    max-width: 115px
}

.about-us .logo-item-13 {
    height: 30px;
    max-width: 137px
}

.about-us .logo-item-14 {
    height: 40px;
    max-width: 56px
}

.about-us .logo-item-15 {
    height: 40px;
    max-width: 120px
}

.about-us .logo-item-16 {
    height: 35px;
    max-width: 89px
}

.about-us .logo-item-17 {
    height: 25px;
    max-width: 136px
}

.about-us .logo-item-18 {
    height: 20px;
    max-width: 159px
}

.about-us .logo-item-19 {
    height: 35px;
    max-width: 104px
}

.about-us .logo-item-20 {
    height: 26px;
    max-width: 95px
}

.about-us .logo-item-21 {
    height: 35px;
    max-width: 169px
}

.about-us .logo-item-22 {
    height: 25px;
    max-width: 71px
}

.about-us .logo-item-23,
.about-us .logo-item-24 {
    height: 40px;
    max-width: 40px
}

.about-us #about-us-form input {
    width: 100%
}

.about-us #about-us-form .textarea-scroll {
    padding: 16px 16px 50px 20px
}

.about-us .circle-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 5px
}

.about-us .circle-link.linkedin {
    background-color: #0077b5;
    background-image: url(https://stripo-cdn.stripo.email/img/front/svg/labels/icons/linkedin-icon.svg);
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: 14px 14px
}

.about-us .circle-link.facebook {
    background-color: #3b5998;
    background-image: url(https://stripo-cdn.stripo.email/img/front/svg/labels/icons/facebook-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px 14px
}

.about-us .ceo-quote {
    font-family: Caveat, cursive;
    font-size: 29px;
    color: #4a4a4a;
    line-height: 1.3
}

.about-us .unit-list {
    position: relative;
    height: 180px
}

.about-us .unit-list.uteam1 {
    transform: translateX(24px)
}

.about-us .unit-list.uteam2 {
    transform: translateX(60px)
}

.about-us .unit-list.uteam3 {
    transform: translateX(30px)
}

.about-us .unit-list.uteam4,
.about-us .unit-list.uteam5 {
    transform: translateX(47px)
}

@media(max-width:767px) {
    .about-us .unit-list.uteam1,
    .about-us .unit-list.uteam2,
    .about-us .unit-list.uteam3,
    .about-us .unit-list.uteam4,
    .about-us .unit-list.uteam5 {
        transform: unset
    }
}

@media(max-width:576px) {
    .about-us .unit-list {
        width: 100%;
        overflow-x: auto
    }
    .about-us .unit-list.uteam1>.unit-item {
        transform: translateX(20px)
    }
    .about-us .unit-list.uteam2>.unit-item {
        transform: translateX(190px)
    }
    .about-us .unit-list.uteam3>.unit-item {
        transform: translateX(60px)
    }
    .about-us .unit-list.uteam4>.unit-item,
    .about-us .unit-list.uteam5>.unit-item {
        transform: translateX(125px)
    }
}

.about-us .unit-list .photo-item {
    transform: unset;
    min-wigth: 60px;
    cursor: pointer
}

.about-us .unit-list .unit-item:not(.active)>.photo-item {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.about-us .unit-list .unit-item:not(.active)>.photo-item .photo-label {
    z-index: -10;
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.about-us .unit-list .unit-item:not(.active) img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    transition: .2s ease
}

.about-us .unit-item {
    position: relative
}

.about-us .unit-item .empty-boy {
    width: 31px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

.about-us .unit-item .face-men {
    width: 60px;
    height: 60px;
    padding: 8px 15px 7px 14px;
    box-shadow: 0 0 0 2px var(--white);
    background-color: #f2f2f2
}

.about-us .unit-item.active>.photo-item {
    width: 86px!important;
    height: 86px!important
}

.about-us .unit-item.active>.photo-item img {
    width: 86px;
    height: 86px;
    border: 2px solid #fff;
    z-index: 15;
    position: relative;
    transition: .2s ease
}

.about-us .unit-item.active>.photo-item.ui-last {
    z-index: 15
}

.about-us .unit-item.active>.photo-item .photo-label {
    position: absolute;
    top: 90px;
    opacity: 1;
    z-index: 0;
    transition: opacity .2s ease
}

.about-us .unit-item.active>.photo-item .um-last .photo-label {
    position: absolute;
    top: 90px;
    left: 0
}

.about-us .unit-item .um-1 {
    z-index: 8
}

.about-us .unit-item .ui-1-position {
    position: relative;
    z-index: 10
}

.about-us .unit-item .ui-2-position {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 7
}

.about-us .unit-item .ui-3-position {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 6
}

.about-us .unit-item .ui-4-position {
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 5
}

.about-us .unit-item .ui-5-position {
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 4
}

.about-us .unit-item .ui-6-position {
    position: absolute;
    left: -75px;
    top: 0;
    z-index: 3
}

.about-us .unit-item .ui-7-position {
    position: absolute;
    left: -90px;
    top: 0;
    z-index: 2
}

.about-us .unit-item .ui-8-position {
    position: absolute;
    left: -105px;
    top: 0;
    z-index: 1
}

.about-us .unit-item .ui-9-position {
    position: absolute;
    left: -120px;
    top: 0;
    z-index: 0
}

.about-us .unit-item .ui-2-hover .photo-label {
    transform: translateX(-15px)
}

.about-us .unit-item .ui-3-hover .photo-label {
    transform: translateX(-30px)
}

.about-us .unit-item .ui-4-hover .photo-label {
    transform: translateX(-45px)
}

.about-us .unit-item .ui-5-hover .photo-label {
    transform: translateX(-60px)
}

.about-us .unit-item .ui-6-hover .photo-label {
    transform: translateX(-75px)
}

.about-us .unit-item .ui-7-hover .photo-label {
    transform: translateX(-90px)
}

.about-us .unit-item .ui-8-hover .photo-label {
    transform: translateX(-105px)
}

.about-us .unit-item .ui-9-hover .photo-label {
    transform: translateX(-120px)
}

.about-us .unit-item .icon-wrapper,
.about-us .unit-item img:not(.icon) {
    max-width: 84px;
    max-height: 84px;
    width: 100%;
    border-radius: 50%
}

.about-us .unit-item .icon-wrapper {
    max-height: 200px;
    background-color: #fff
}

.about-us .unit-item .icon-wrapper .icon {
    height: 149px
}

@media(max-width:991px) {
    .about-us .review__swiper-comment .swiper-slide {
        width: 100%!important
    }
}

.contact-us .custom-select .select-selected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px
}

.ltdf .select-selected {
    padding: 0 60px 0 20px
}

.ltdf .select-items {
    scrollbar-width: thin;
    max-height: 260px;
    overflow-y: scroll
}

.ltdf .select-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px
}

.ltdf .select-items::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ccc
}

.ltdf .select-items::-webkit-scrollbar-track {
    background: #f7f7f7
}

.ltdf .green-wrapper {
    background: #F14B32;
    height: 45px;
    font-weight: 500
}

@media(max-width:767px) {
    .ltdf .green-wrapper {
        font-size: 14px
    }
}

.ltdf .green-wrapper a {
    border-bottom: 1px solid #fff
}

@media(max-width:767px) {
    .ltdf .green-wrapper a {
        font-size: 14px
    }
}

.ltdf .green-wrapper a:hover {
    border-bottom-color: transparent
}

.ltdf .agency-icon {
    height: 115px;
    width: auto
}

@media(max-width:991px) {
    .ltdf .agency-icon {
        height: 100px
    }
}

.ltdf .countdown .hours,
.ltdf .countdown .minutes {
    position: relative
}

.ltdf .countdown .hours:after,
.ltdf .countdown .minutes:after {
    content: ":";
    position: absolute;
    right: -11px;
    top: 0;
    font-weight: 600
}

.ltdf .countdown-time {
    font-size: 25px;
    font-weight: 800;
    min-width: 40px;
    position: relative
}

.ltdf .countdown-text {
    font-size: 10px;
    color: #7d7d7d
}

.ltdf .plugin__popular-price {
    top: 7px
}

@media(max-width:767px) {
    .ltdf .plugin__popular-price {
        top: -13px
    }
}

.ltdf .price__payment {
    width: auto!important
}

@media(max-width:991px) {
    .ltdf .price__payment {
        height: auto;
        max-height: 25px
    }
}

.ltdf ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-bottom: 25px;
    margin-top: 25px;
    font: 500 16px Montserrat
}

.ltdf ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    line-height: 1.63;
    color: #7d7d7d;
    font-size: 16px
}

.ltdf ol li b,
.ltdf ol li strong {
    font-weight: 500
}

.ltdf ol li:before {
    content: counter(my-awesome-counter);
    background: #F14B32;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    text-align: center;
    left: -10px
}

.grid-box-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:768px) {
    .grid-box-3 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.benefit {
    -moz-column-gap: 18%;
    column-gap: 18%
}

@media screen and (max-width:768px) {
    .benefit {
        -moz-column-gap: 5%;
        column-gap: 5%
    }
}

.commission-calc {
    border-radius: 25px;
    padding: 30px 44px 78px;
    text-align: center
}

@media screen and (max-width:768px) {
    .commission-calc {
        padding: 20px
    }
}

.benefit-item {
    margin-bottom: 25%
}

.benefit-item img {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.benefit-item h6 {
    margin-top: 12px
}

@media screen and (max-width:768px) {
    .benefit-item {
        margin-bottom: 10%
    }
}

.additional-list {
    list-style: none
}

.additional-list li {
    position: relative;
    margin-top: 12px
}

.additional-list li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -18px;
    top: .7rem;
    transform: translate(-100%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18'%3E%3Cdefs%3E%3Cpath id='a' d='M12.442 2.054a.75.75 0 01-.667 1.344A6.25 6.25 0 1015.04 7.39a.75.75 0 011.451-.385 7.75 7.75 0 11-4.049-4.951zm4.277-.834a.75.75 0 011.061 1.06L8.761 11.3a.75.75 0 01-1.06 0L5.117 8.715a.749.749 0 111.061-1.06l2.053 2.052 8.488-8.488z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h18v18H0z'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg fill='%2331C94B' mask='url(%23b)'%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.range-label {
    font-size: 1.25em;
    font-weight: 800
}

.review-text {
    flex: 2;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px
}

.review-prod__swiper {
    height: 100%
}

.review-prod__swiper .swiper-wrapper {
    height: 100%;
    display: flex
}

.review-prod__swiper .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: .5;
    transition: .3s ease-in-out
}

.review-prod__swiper .swiper-slide-active,
.review-prod__swiper .swiper-slide-next {
    opacity: 1
}

.carousel-controls .swiper-button-disabled {
    opacity: .5!important
}

.become-item img {
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:768px) {
    .become-item {
        margin-bottom: 10%
    }
}

#commission-calc__range {
    box-shadow: 2px 2px 6px #c7c7c7;
    border: 6px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 34px;
    background: #F14B32;
    top: 50%;
    transform: translateY(-50%)
}

#commission-calc {
    background: #F14B32;
    border-radius: 20px;
    height: 5px;
    border: none;
    max-width: 240px;
    margin: auto
}

#commission-calc .ui-slider-range-max {
    background-color: #c6c6c6;
    border: none
}

.carousel-prod-controls__next,
.carousel-prod-controls__prev {
    position: relative;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500
}

.carousel-prod-controls__next:after,
.carousel-prod-controls__prev:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18'%3E%3Cdefs%3E%3Cpath id='a' d='M7.017 1.882l-4.84 4.84a1.75 1.75 0 000 2.475l.128.116c.312.255.703.396 1.11.396h1.814v5.277c0 .966.784 1.75 1.75 1.75h4l.144-.006a1.75 1.75 0 001.606-1.744V9.742h1.828a1.75 1.75 0 001.235-2.988l-4.889-4.875a2.75 2.75 0 00-3.886.003zm2.827 1.06l4.89 4.874a.25.25 0 01-.177.427h-2.578a.75.75 0 00-.75.75v5.993a.25.25 0 01-.25.25h-4a.25.25 0 01-.25-.25V8.959a.75.75 0 00-.75-.75H3.415a.25.25 0 01-.177-.426l4.84-4.84a1.25 1.25 0 011.767-.002z'/%3E%3C/defs%3E%3Cg transform='rotate(-90 9 9)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h18v18H0z'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23979797' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%2331C94B' mask='url(%23b)'%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.carousel-prod-controls__prev {
    padding-left: 24px
}

.carousel-prod-controls__prev:after {
    left: 0
}

.carousel-prod-controls__next {
    padding-right: 24px
}

.carousel-prod-controls__next:after {
    right: 0;
    transform: rotate(180deg)
}

.review-prod__user {
    display: flex;
    align-items: center
}

.review-prod__user h6 {
    margin-bottom: 0
}

.review-prod__user img {
    width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 9px 20px -12px rgba(0, 0, 0, .75)
}

.range-tooltip {
    pointer-events: none;
    left: 50%;
    font-weight: 800;
    position: absolute;
    padding: 4px;
    min-width: 54px;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    transform: translate(-50%, 100%);
    border-radius: 10px;
    opacity: 1;
    transition: .3s ease-in-out
}

.range-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(0, 0, 0, .8);
    border-style: solid;
    border-width: 0 7.5px 10px;
    top: 0;
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%
}

.section__plugin-request-bg+* {
    position: relative
}

.bgs {
    display: flex;
    flex-wrap: wrap;
    color: #fff
}

.hidden {
    display: none!important
}

.container {
    box-sizing: border-box
}

@media(min-width:1300px) {
    .container {
        max-width: 1240px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1340px
    }
}

@media(min-width:1500px) {
    .container {
        max-width: 1440px
    }
}

.blog {
    background: #f7f7f7;
    overflow-x: hidden
}

.blog__filters {
    list-style: none;
    display: inline-flex
}

@media(max-width:576px) {
    .blog__filters {
        margin-top: 25px
    }
}

.blog__filters.loading {
    overflow: hidden;
    width: 0
}

.blog__filters-drop {
    white-space: nowrap;
    color: #F14B32;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block
}

@media(min-width:576px)and (max-width:767px) {
    .blog__filters-drop {
        float: right;
        margin-top: 10px
    }
}

@media(max-width:576px) {
    .blog__filters-drop {
        float: right;
        margin-top: 25px
    }
}

.blog__filters-drop.loading {
    opacity: 0
}

.blog__filters-drop.active,
.blog__filters-drop:active {
    border-bottom: 1px dashed #F14B32;
    color: #F14B32
}

.blog__filters-item {
    padding-left: 30px;
    white-space: nowrap
}

@media(max-width:767px) {
    .blog__filters-item:first-child {
        padding-left: 0
    }
}

.blog__filters-item.inactive {
    display: none
}

@media(min-width:1200px) {
    .blog__search-wrap .anchor-link {
        margin-right: 30px
    }
}

@media(min-width:766px)and (max-width:1199px) {
    .blog__search-wrap .anchor-link {
        margin-right: 30px
    }
    .blog__search-wrap .anchor-link:last-child {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .blog__search-wrap .switcher {
        width: 100%;
        margin: 30px 0
    }
    .blog__search-wrap .switcher__wrap {
        width: 100%
    }
    .blog__search-wrap .switcher__item {
        width: 50%
    }
}

.blog__search-wrap .input-button {
    min-width: 25%
}

.blog__search-wrap .input-button .input-button__field {
    min-width: 100%
}

@media(max-width:991px) {
    .blog .h3 {
        font-size: 28px
    }
}

.annually,
.per-month {
    display: none!important
}

.annually.active,
.per-month.active {
    display: block!important
}

.annually.active:not(.subheading),
.per-month.active:not(.subheading) {
    display: inline-block!important
}

.mask-dark {
    -webkit-mask-image: linear-gradient(270deg, transparent, #000 75%);
    mask-image: linear-gradient(270deg, transparent, #000 75%)
}

.anchor-link:active,
.anchor-link:hover {
    border-bottom-color: transparent
}

@media(min-width:768px) {
    .stiky-search {
        margin-top: -15px;
        position: -webkit-sticky;
        position: sticky;
        top: 83px;
        z-index: 10;
        background: #f7f7f7
    }
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:768px) {
    .text-ellipsis-mob {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.overflow-hidden {
    overflow: hidden
}

#success-live-demo .subheading {
    max-width: 294px;
    margin: 0 auto
}

.hljs {
    overflow: hidden;
    z-index: 1;
    width: 100%;
    max-width: 870px
}

.pre-wrapper {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 34px;
    box-shadow: 0 19px 58px -23px rgba(0, 0, 0, .75), 0 0 0 1px rgba(0, 0, 0, .05);
    max-height: 320px
}

.pre-wrapper .template__desktop-toolbar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(39, 40, 34, .8);
    height: 36px
}

.pre-wrapper pre {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%
}

.pre-wrapper .hljs {
    background: #272822;
    padding: 27px 10px 30px;
    min-height: 60px;
    overflow-x: auto;
    z-index: 1;
    width: 100%;
    scrollbar-width: thin
}

.pre-wrapper .pre-copy-btn {
    position: absolute;
    bottom: 17px;
    right: 10px;
    z-index: 2;
    display: none
}

.pre-wrapper .pre-expand-btn {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    display: none
}

@media(max-width:768px) {
    .pre-wrapper .pre-expand-btn {
        left: 10px;
        transform: unset
    }
}

.pre-wrapper:hover .pre-copy-btn,
.pre-wrapper:hover .pre-expand-btn {
    display: block
}

.pre-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 102px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(39, 40, 34, 0), #272822)
}

.min-w-0 {
    min-width: 0
}

.min-w-50 {
    min-width: 50%
}

.max-w-40 {
    max-width: 40%
}

.max-w-50 {
    max-width: 50%
}

.border-radius-0 {
    border-radius: 0
}

@media(min-width:768px) {
    .w-md-50 {
        width: 50%!important
    }
}

@media(min-width:768px) {
    .w-md-auto {
        width: auto!important
    }
}

.w-70 {
    width: 70%
}

.w-90 {
    width: 90%
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background-color: rgba(0, 0, 0, .17)
}

.nobefore:before,
.nobefore:hover:before {
    display: none!important
}

@media not all and (min-resolution:0.001dpcm) {
    .popover__list li:last-child {
        margin-bottom: 8px;
        padding-bottom: 10px
    }
}

.text-wrap_pre {
    white-space: pre-wrap;
    word-break: break-word
}

.word-break-all {
    word-break: break-all
}

.word-break {
    word-break: break-word
}

.line-through {
    text-decoration: line-through
}

.grecaptcha-badge {
    visibility: hidden
}

@media(max-width:991px) {
    .max-w-xs-100 {
        max-width: 100%!important
    }
}

.spec-form-intro,
.spec-report-title {
    display: none
}

@media(max-width:767px) {
    .banner-ph {
        display: none!important
    }
}

.banner-site-h {
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width:767px) {
    .banner-site-h {
        display: none!important
    }
}

.banner-site-v {
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .banner-site-v {
        display: none!important
    }
}

.btn-cross {
    height: 32px;
    width: 32px;
    z-index: 1001;
    cursor: pointer
}

.btn-cross:hover {
    opacity: .8
}

.btn-cross:before {
    transform: rotate(45deg)
}

.btn-cross:after,
.btn-cross:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    width: 14px;
    height: 2px;
    background: #fff
}

.btn-cross:after {
    transform: rotate(-45deg)
}

.btn-cross-h {
    position: absolute;
    top: 0;
    right: 0
}

.btn-cross-v {
    position: absolute;
    top: 0;
    right: 11px
}

.icon-draw {
    height: 43px;
    width: auto
}

.monospace {
    font-family: monospace
}


/**/

.animated-pointer {
    width: 48px;
    height: 30px;
    object-fit: cover;
    object-position: 50% 50%;
    transform: rotate( 297.8965772734093deg);
    left: -11px;
    bottom: -24px;
    position: absolute;
    z-index: 99999;
}

@media (max-width: 767px) {
    .animated-pointer {
        display: none;
    }
}